:root{color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0c181b;color:#e6efec}*{box-sizing:border-box}body{margin:0}main{width:min(100% - 32px,880px);margin:32px auto 64px}h1,h2,h3{color:#a6dcc2;line-height:1.2}h1{font-size:clamp(1.8rem,6vw,2.6rem)}h2{font-size:1.25rem;margin-top:0}p,li{line-height:1.65}a{color:#a6dcc2;overflow-wrap:anywhere}nav{display:flex;flex-wrap:wrap;gap:8px 20px;margin-bottom:24px}nav a{min-height:44px;display:inline-flex;align-items:center}.panel{border:1px solid #36514b;border-radius:18px;padding:20px;background:#132625;margin:16px 0;overflow-wrap:anywhere}.muted{color:#b4c7c1;font-size:.92rem}label{display:block;margin:12px 0 6px;font-weight:600}input:not([type=checkbox]),select,button,.button{font:inherit;min-height:46px;max-width:100%;border-radius:10px;border:1px solid #608879;padding:11px 14px;background:#18332f;color:#e6efec}input:not([type=checkbox]),select{width:100%}button,.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;font-weight:650}button.primary,.button.primary{background:#a6dcc2;color:#102622}input[type=checkbox]{width:22px;height:22px;flex:0 0 22px}.check{display:flex;gap:12px;align-items:flex-start;line-height:1.5;font-weight:400;margin:18px 0}.check input{margin-top:2px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.notice{padding:16px;border-left:4px solid #a6dcc2;background:#17312a;border-radius:10px}.error{border-color:#e7a99d;color:#ffd9d1}.tag{display:inline-block;padding:5px 10px;border-radius:20px;background:#24443b;font-size:.85rem}.brand{width:64px;height:64px;object-fit:contain;border-radius:50%}.compact{margin:4px 0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #dfc477;outline-offset:3px}@media(max-width:480px){main{margin-top:20px}.panel{padding:16px}.actions>*{flex:1 1 140px}}

/* Permission records stay compact until the educator opens a student. */
.student-access{padding:0}.student-access summary{display:flex;align-items:center;gap:16px;padding:20px;cursor:pointer;list-style:none}.student-access summary::-webkit-details-marker{display:none}.student-access summary::after{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);flex-shrink:0;margin-left:auto;margin-right:4px}.student-access[open] summary::after{transform:rotate(225deg)}.student-access-heading{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.student-access-name{font-size:1.1rem;font-weight:650;color:#a6dcc2}.student-access-body{border-top:1px solid #36514b;padding:0 20px 20px}.student-access summary:focus-visible{outline:3px solid #e7bf62;outline-offset:3px;border-radius:18px}@media(max-width:480px){.student-access{padding:0}.student-access summary{padding:16px}.student-access-body{padding:0 16px 16px}}
