:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#342f35;background:#f5f3ef;font-synthesis:none;--ink: #342f35;--muted: #7d747d;--line: #ded9d2;--paper: #fcfbf8;--plum: #6e4869;--plum-dark: #4d304a;--lilac: #eee5ef;--green: #397258;--green-soft: #e4f0e9;--amber: #a56b2c;--amber-soft: #f7ead8;--red: #9c4646;--shadow: 0 16px 42px rgba(55, 44, 55, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button:focus,a:focus,input:focus,textarea:focus{outline:none}button:focus-visible,a:focus-visible{outline:2px solid rgba(110,72,105,.48);outline-offset:2px}input:focus-visible,textarea:focus-visible{outline:none;border-color:var(--plum)!important;box-shadow:0 0 0 3px #6e486924}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}.workspace{min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:248px;display:flex;flex-direction:column;background:#332d35;color:#f8f4f8;padding:28px 18px 18px}.sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:0 10px 34px}.brand{display:grid;gap:2px;line-height:1}.brand>span{font-family:Arial Black,Inter,sans-serif;font-size:20px;letter-spacing:-.04em}.brand>span span,.auth-aside span{color:#c99cc5}.brand small{color:#aaa0aa;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar nav{display:grid;gap:6px}.sidebar nav button{border:0;background:transparent;color:#c9c0ca;border-radius:10px;display:flex;align-items:center;gap:11px;padding:11px 12px;text-align:left;cursor:pointer;font-weight:600;font-size:13px}.sidebar nav button:hover,.sidebar nav button.active{background:#ffffff17;color:#fff}.sidebar nav svg{width:18px;height:18px}.account-card{margin-top:auto;border-top:1px solid rgba(255,255,255,.11);padding:18px 4px 0;display:grid;grid-template-columns:36px 1fr 32px;gap:10px;align-items:center;min-width:0}.account-card>div:nth-child(2){min-width:0;display:grid;gap:3px}.account-card strong,.account-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-card strong{font-size:12px}.account-card span{color:#a99faa;font-size:10px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--lilac);color:var(--plum);font-size:11px;font-weight:800;flex:0 0 auto}.main-content{margin-left:248px;min-height:100vh;padding:42px 38px 30px;overflow:hidden}.mobile-header,.mobile-students,.scrim{display:none}.page-header{min-height:74px;display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}.page-header>div:first-child{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 16px}.page-header .eyebrow{flex-basis:100%}.page-header h1{margin:0;color:var(--ink);font-size:clamp(28px,3vw,40px);letter-spacing:-.045em;line-height:1}.page-header span{color:var(--muted);font-size:13px}.eyebrow{color:var(--plum);margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800}.page-actions{display:flex;justify-content:flex-end}.primary-button,.secondary-button,.text-button,.clear-button{border:0;border-radius:9px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:12px;cursor:pointer;padding:0 16px;white-space:nowrap}.primary-button{color:#fff;background:var(--plum);box-shadow:0 7px 18px #4d304a2e}.primary-button:hover{background:var(--plum-dark)}.secondary-button{color:var(--ink);border:1px solid var(--line);background:var(--paper)}.secondary-button:hover{border-color:#bdb4bb;background:#fff}.text-button{background:transparent;color:var(--plum);padding-inline:8px}.text-button.danger{color:var(--red)}.primary-button svg,.secondary-button svg,.clear-button svg{width:15px;height:15px}.primary-button.small,.secondary-button.small{min-height:34px;padding:0 11px}.icon-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:inherit;cursor:pointer}.icon-button:hover{background:#7d747d1a}.icon-button svg{width:17px;height:17px}.icon-button.bordered{border:1px solid var(--line);background:var(--paper)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.search-field{height:40px;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--ink)}.search-field:focus-within{border-color:var(--plum);box-shadow:0 0 0 3px #6e48691a}.search-field input:focus-visible{box-shadow:none}.admin-select{position:relative;width:max-content;min-width:130px;max-width:190px;font-size:12px}.admin-select-trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--ink);cursor:pointer;white-space:nowrap}.admin-select-trigger span{overflow:hidden;text-overflow:ellipsis}.admin-select-trigger svg{width:15px;height:15px;flex:0 0 auto;color:var(--muted);transition:transform .16s ease}.admin-select.open .admin-select-trigger{border-color:#a994a5;box-shadow:0 0 0 3px #6e48691a}.admin-select.open .admin-select-trigger svg{transform:rotate(180deg)}.admin-select-menu{position:absolute;z-index:70;top:calc(100% + 6px);left:0;width:max(100%,190px);max-height:260px;overflow-y:auto;padding:6px;border:1px solid #d7d0d6;border-radius:10px;background:var(--paper);box-shadow:0 16px 38px #372c3729}.admin-select-menu button{width:100%;min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.admin-select-menu button:hover,.admin-select-menu button.selected{background:var(--lilac);color:var(--plum-dark)}.admin-select-menu button.selected{font-weight:700}.admin-select-menu button svg{width:14px;height:14px;flex:0 0 auto;color:var(--plum)}.search-field{position:relative;width:min(310px,100%);display:flex;align-items:center}.search-field svg{position:absolute;left:12px;width:16px;color:var(--muted);pointer-events:none}.search-field input{width:100%;height:100%;padding:0 12px 0 38px;border:0;background:transparent;font-size:12px}.clear-button{background:transparent;color:var(--plum);min-height:40px}.distribution-alert{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;margin:0 0 16px;padding:17px 18px;border:1px solid #e7cba8;border-left:4px solid var(--amber);border-radius:10px;background:#fbf2e5;box-shadow:0 7px 22px #714a210f}.distribution-alert-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--amber-soft);color:var(--amber)}.distribution-alert-icon svg{width:18px;height:18px}.distribution-alert-content{min-width:0}.distribution-alert h2{margin:0;color:#774b20;font-size:14px;letter-spacing:-.01em}.distribution-alert p{margin:5px 0 0;max-width:900px;color:#65584c;font-size:11px;line-height:1.55}.distribution-alert-students{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.distribution-alert-students>a,.distribution-alert-students>div{min-height:44px;max-width:360px;display:grid;grid-template-columns:minmax(0,1fr) auto 13px;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:7px 10px;border:1px solid #e2c7a6;border-radius:8px;background:#ffffffb8;text-decoration:none}.distribution-alert-students>a:hover{border-color:var(--amber);background:#fff}.distribution-alert-students strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:12px}.distribution-alert-students span{grid-column:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px}.distribution-alert-students em{grid-column:2;grid-row:1 / 3;padding:3px 6px;border-radius:999px;background:var(--amber-soft);color:#7c4d1d;font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.distribution-alert-students svg{grid-column:3;grid-row:1 / 3;width:11px;height:11px;color:var(--amber)}.student-table-wrap{position:relative;width:100%;overflow:auto;border:1px solid var(--line);background:var(--paper);border-radius:12px;box-shadow:0 5px 24px #372c3709;transition:opacity .2s}.student-table-wrap.refreshing{opacity:.65}.student-table{width:100%;min-width:1580px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:12px}.student-table th{position:sticky;top:0;z-index:3;height:44px;background:#f1eeea;color:#6c646c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:0 13px;border-bottom:1px solid var(--line)}.student-table th:nth-child(1){width:220px}.student-table th:nth-child(2){width:175px}.student-table th:nth-child(3){width:175px}.student-table th:nth-child(4){width:270px}.student-table th:nth-child(5){width:160px}.student-table th:nth-child(6){width:74px}.student-table th:nth-child(7){width:140px}.student-table th:nth-child(8){width:230px}.student-table th:nth-child(9){width:145px}.student-table td{height:66px;padding:9px 13px;border-bottom:1px solid #ebe7e2;vertical-align:middle;background:var(--paper)}.student-table tbody tr:last-child td{border-bottom:0}.student-table tbody tr:hover td{background:#faf8f6}.student-table .sticky-col{position:sticky;left:0;z-index:2;box-shadow:8px 0 16px -15px #282128a6}.student-table thead .sticky-col{z-index:5;background:#f1eeea}.student-table .center{text-align:center}.student-identity{position:relative;display:grid;gap:3px;min-width:0;text-decoration:none;padding-right:18px}.student-identity>span{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-identity small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.student-identity svg{position:absolute;right:0;top:2px;width:12px;height:12px;color:#aaa2aa;opacity:0}.student-identity:hover svg{opacity:1}.cell-primary{display:block;font-weight:600}.curator-edit-button{max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:2px 0;border:0;background:transparent;color:var(--ink);font-weight:600;text-align:left;cursor:pointer}.curator-edit-button:hover{color:var(--plum)}.curator-edit-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.curator-edit-button svg{width:12px;height:12px;flex:0 0 auto;color:var(--muted);opacity:.55}.curator-edit-button:hover svg{opacity:1;color:var(--plum)}.clamp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:#aaa2aa}.warning-note{display:block;width:max-content;color:var(--amber);background:var(--amber-soft);border-radius:5px;padding:2px 5px;margin-top:4px;font-size:9px;font-weight:700}.social-link{display:inline-flex;align-items:center;gap:5px;text-decoration:none;color:var(--plum);font-weight:600;max-width:100%;overflow:hidden}.social-link svg{width:11px;flex:0 0 auto}.chat-link{overflow:visible;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.chat-value{line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.editable-contact{min-width:0;max-width:100%;display:flex;align-items:center;gap:6px}.editable-contact .social-link{min-width:0}.editable-contact em{padding:2px 5px;background:var(--lilac);color:var(--plum);font-style:normal;border-radius:4px;font-size:8px;font-weight:700;text-transform:uppercase}.contact-edit-button{width:22px;height:22px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;opacity:.55}.contact-edit-button:hover{background:var(--lilac);color:var(--plum);opacity:1}.contact-edit-button svg{width:12px;height:12px}.contact-add-button{padding:0;border:0;background:transparent;color:#aaa2aa;font:inherit;cursor:pointer}.contact-add-button:hover{color:var(--plum)}.editable-value{max-width:100%;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:6px;cursor:pointer}.editable-value>span{color:var(--plum);font-weight:600;overflow:hidden;text-overflow:ellipsis}.editable-value em{padding:2px 5px;background:var(--lilac);color:var(--plum);font-style:normal;border-radius:4px;font-size:8px;font-weight:700;text-transform:uppercase}.editable-value svg{opacity:0;width:12px;height:12px;color:var(--muted)}.editable-value:hover svg{opacity:1}.inline-editor{display:flex;width:150px;align-items:center;border:1px solid var(--plum);background:#fff;border-radius:7px;overflow:hidden}.inline-editor input{width:95px;border:0;padding:6px 7px;font-size:11px}.inline-editor button{width:25px;height:28px;display:grid;place-items:center;border:0;background:transparent;padding:0;cursor:pointer}.inline-editor svg{width:12px}.detail-list .inline-editor{width:min(100%,320px)}.detail-list .inline-editor input{width:auto;min-width:0;flex:1}.joined-toggle{width:24px;height:24px;padding:0;border:1px solid #cfc8ce;border-radius:6px;background:#fff;color:transparent;display:inline-grid;place-items:center;cursor:pointer}.joined-toggle svg{width:14px;height:14px}.joined-toggle.yes{background:var(--green);border-color:var(--green);color:#fff}.consent-control{min-width:0;max-width:100%;display:flex;align-items:center;gap:5px}.consent-control>em{padding:2px 5px;background:var(--lilac);color:var(--plum);font-style:normal;border-radius:4px;font-size:8px;font-weight:700;text-transform:uppercase}.consent-badge{display:inline-flex;align-items:center;gap:4px;width:max-content;padding:5px 8px;border-radius:999px;background:#eeeae6;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;text-decoration:none}.consent-badge[href]:hover{filter:brightness(.96);box-shadow:inset 0 0 0 1px currentColor}.consent-badge svg{width:10px;height:10px}.consent-badge.allowed{background:var(--green-soft);color:var(--green)}.consent-badge.denied{background:#f7e8e6;color:var(--red)}.consent-badge.conflict{background:var(--amber-soft);color:var(--amber)}.goal-preview{border:0;background:transparent;padding:0;width:100%;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer;color:var(--ink);font-size:11px;line-height:1.45}.goal-preview:hover{color:var(--plum)}.goal-preview span{min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.goal-preview svg{display:block;width:14px;height:14px;flex:0 0 auto;margin-left:auto;color:var(--muted)}.progress-blocks{display:flex;gap:6px}.progress-blocks>*{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;border:1px solid #d6d0d5;color:#928993;background:#fff;font-size:9px;font-weight:800;text-decoration:none}.progress-blocks>*.done{background:var(--green-soft);color:var(--green);border-color:#a7c9b6}.progress-blocks>a{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.progress-blocks>a:hover{transform:translateY(-1px);box-shadow:0 3px 9px #405b4c2e}.progress-blocks>a:focus-visible{outline:2px solid var(--plum);outline-offset:2px}.pagination{display:flex;justify-content:space-between;align-items:center;padding:14px 2px;color:var(--muted);font-size:11px}.pagination>div{display:flex;gap:6px}.drawer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end}.drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#221c2359;cursor:default}.drawer{position:relative;z-index:1;width:min(520px,100%);height:100%;overflow:auto;background:var(--paper);box-shadow:-20px 0 60px #1c161c2e;animation:slide-in .2s ease-out}.drawer-head{position:sticky;top:0;z-index:2;background:#fcfbf8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:28px 30px 22px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0;font-size:24px;letter-spacing:-.035em}.drawer-body{padding:28px 30px}.goal-text{padding:20px;border-left:3px solid var(--plum);background:#f2edf1;font-size:15px;line-height:1.7;white-space:pre-wrap}.goal-answer-icon{display:inline-flex;color:var(--plum);padding:3px;margin-left:4px;vertical-align:middle}.goal-answer-icon:hover{color:var(--ink)}.goal-answer-icon svg{width:14px;height:14px}.drawer-meta{color:var(--muted);font-size:11px}.drawer-body section{margin-top:30px}.drawer-body h3{margin:0 0 14px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.detail-list{display:grid;margin:0}.detail-list>div{display:grid;grid-template-columns:130px minmax(0,1fr);padding:9px 0;border-bottom:1px solid #e9e5e0}.detail-list dt{color:var(--muted);font-size:11px}.detail-list dd{min-width:0;margin:0;font-size:12px}.detail-list .consent-control{flex-wrap:wrap}.progress-list{display:grid}.progress-list>div{display:grid;grid-template-columns:14px 1fr auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #e9e5e0;font-size:11px}.progress-list-status{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--muted)}.progress-answer-link{display:inline-flex;padding:2px;color:var(--plum)}.progress-answer-link:hover{color:var(--ink)}.progress-answer-link svg{width:12px;height:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:#b9b2b9}.status-dot.done,.status-dot.succeeded{background:var(--green)}.status-dot.failed{background:var(--red)}.status-dot.running{background:var(--amber)}.transfer-drawer{width:min(440px,100%)}.transfer-current{display:grid;gap:4px;padding:16px;background:#f2efeb;border-left:3px solid #b9afb7}.transfer-current span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.transfer-current strong{font-size:14px}.transfer-current small{color:var(--muted);overflow-wrap:anywhere}.transfer-form{display:grid;gap:16px;margin-top:24px}.transfer-form .admin-select{width:100%;max-width:none}.transfer-form .admin-select-trigger{height:44px;background:#fff}.transfer-form .admin-select-menu{width:100%}.capacity-note{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;padding:12px;background:var(--green-soft);color:var(--green);font-size:10px}.capacity-note.full{background:var(--amber-soft);color:var(--amber)}.capacity-note span{color:var(--ink)}.transfer-note{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.transfer-form>.primary-button{justify-self:start}.publication-drawer{width:min(440px,100%)}.publication-current{display:grid;gap:4px;padding:16px;border-left:3px solid #b9afb7;background:#f2efeb}.publication-current.allowed{border-color:var(--green);background:var(--green-soft)}.publication-current.denied{border-color:var(--red);background:#f7e8e6}.publication-current.conflict{border-color:var(--amber);background:var(--amber-soft)}.publication-current>span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.publication-current strong{font-size:16px}.publication-current small{color:var(--muted);line-height:1.45}.publication-explanation{margin:16px 0 0;color:var(--muted);font-size:11px;line-height:1.6}.publication-answer-link{width:max-content;margin-top:16px;text-decoration:none}.publication-choices{display:grid;gap:10px}.publication-choice{min-height:68px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fff;text-align:left;cursor:pointer}.publication-choice:hover{border-color:#b7adb5}.publication-choice>svg{width:26px;height:26px;padding:6px;border-radius:50%}.publication-choice.allowed>svg{color:var(--green);background:var(--green-soft)}.publication-choice.denied>svg{color:var(--red);background:#f7e8e6}.publication-choice span{display:grid;gap:3px}.publication-choice strong{font-size:13px}.publication-choice small{color:var(--muted);font-size:10px}.publication-reset{margin-top:14px}.admin-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.8fr);gap:18px}.admin-grid.wide-first{grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr)}.admin-stack{display:grid;gap:18px;align-content:start}.plain-panel{border-top:2px solid var(--ink);background:var(--paper);padding:24px;box-shadow:var(--shadow)}.plain-panel h2{margin:0 0 6px;font-size:17px;letter-spacing:-.02em}.plain-panel>p,.section-head p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.account-list{display:grid;margin-top:8px}.account-row{display:grid;grid-template-columns:36px minmax(180px,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid #e7e2dd;padding:14px 0}.account-row.disabled{opacity:.56}.account-main{display:grid;gap:2px;min-width:0}.account-main strong{font-size:12px}.account-main span,.account-main small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scope-editor{grid-column:2 / -1;display:grid;gap:9px;padding:14px;background:#f3f0ec;border-radius:8px}.scope-editor p{margin:0;color:var(--muted);font-size:10px}.scope-editor code{color:var(--plum)}.scope-editor textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:7px;padding:9px;font:11px/1.5 ui-monospace,monospace}.scope-editor>div{display:flex;align-items:center;gap:12px}.scope-editor>div .primary-button{margin-left:auto}.invite-panel{align-self:start}.form-stack{display:grid;gap:14px}.form-stack.compact{margin-top:20px}.field{display:grid;gap:7px}.field>span{color:#655d65;font-size:11px;font-weight:700}.field input{width:100%;height:42px;padding:0 11px;border:1px solid #d4ced3;border-radius:8px;background:#fff}.field .admin-select{width:100%;max-width:none}.field .admin-select-trigger{height:42px;background:#fff}.field .admin-select-menu{width:100%}.invite-result{margin-top:18px;display:grid;gap:8px;padding:12px;background:var(--green-soft)}.invite-result span{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.invite-result input{width:100%;border:0;background:transparent;font-size:10px}.invitation-history{display:grid;margin-top:24px;border-top:1px solid var(--line);padding-top:16px}.subsection-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.subsection-head h3{margin:0;font-size:12px}.invitation-history article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid #e7e2dd}.invitation-history article>div{display:grid;gap:2px;min-width:0}.invitation-history strong{overflow:hidden;text-overflow:ellipsis;font-size:10px}.invitation-history span,.invitation-history small{color:var(--muted);font-size:9px}.invitation-history .status-pill{margin:0;color:var(--amber)}.invitation-history .status-pill.confirmed{color:var(--green)}.chat-invites-panel .section-head{margin-bottom:8px}.chat-invite-list{display:grid}.chat-invite-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:13px 0;border-bottom:1px solid #e7e2dd}.chat-invite-list article>div{display:grid;gap:3px;min-width:0}.chat-invite-list article>div:last-child{justify-items:end;align-content:center}.chat-invite-list strong{font-size:11px}.chat-invite-list span,.chat-invite-list small{color:var(--muted);font-size:9px}.chat-invite-list a{display:inline-flex;align-items:center;gap:4px;color:var(--plum);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-invite-list a svg{width:11px;flex:0 0 auto}.chat-invite-list .status-pill{margin:0;color:var(--amber)}.chat-invite-list .status-pill.confirmed{color:var(--green)}.status-pill,.read-only-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;border-radius:999px;padding:5px 8px;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.status-pill{margin-bottom:11px;background:var(--amber-soft);color:var(--amber)}.status-pill.confirmed,.read-only-badge{background:var(--green-soft);color:var(--green)}.read-only-badge svg{width:12px}.run-list{display:grid}.run-list>div{display:grid;grid-template-columns:12px minmax(150px,1fr) repeat(3,auto);align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #e8e4df;font-size:10px}.run-list>div>div{display:grid;gap:2px}.run-list small,.run-list>div>span{color:var(--muted)}.run-list>div>span strong{color:var(--ink)}.audit-list{display:grid;margin-top:16px}.audit-list>div{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid #e8e4df}.audit-list svg{width:14px;color:var(--plum);flex:0 0 auto}.audit-list p{display:grid;gap:3px;margin:0;font-size:10px}.audit-list span{color:var(--muted)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(400px,48%) 1fr;background:var(--paper)}.auth-panel{width:min(440px,calc(100% - 50px));margin:0 auto;padding:54px 0;display:flex;flex-direction:column;justify-content:center}.auth-panel>.brand{position:absolute;top:38px}.auth-panel .brand small{color:var(--muted)}.auth-copy{margin:0 0 30px}.auth-copy h1{margin:0;font-size:clamp(32px,4vw,48px);letter-spacing:-.055em;line-height:1.04}.auth-copy>p:last-child{margin:14px 0 0;max-width:370px;color:var(--muted);font-size:13px;line-height:1.6}.auth-panel .form-stack{max-width:370px}.auth-aside{position:relative;overflow:hidden;display:grid;place-items:center;background:#382f3a;color:#fff}.auth-aside>p{position:relative;z-index:1;font-family:Arial Black,Inter,sans-serif;font-size:clamp(48px,8vw,120px);letter-spacing:-.08em}.orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:65vw;height:65vw}.orbit-two{width:38vw;height:38vw;transform:translate(24%,-14%)}.inline-error{display:flex;align-items:flex-start;gap:7px;margin:0;color:var(--red);font-size:11px;line-height:1.5}.inline-error svg{width:15px;flex:0 0 auto}.success-state{display:grid;justify-items:start;gap:10px}.success-state>svg{width:42px;height:42px;color:var(--green)}.success-state h1,.success-state p{margin:0}.success-state p{color:var(--muted)}.success-state .primary-button{margin-top:16px}.empty-state{min-height:300px;display:grid;place-items:center;align-content:center;gap:8px;border:1px solid var(--line);background:var(--paper);text-align:center;padding:30px}.empty-state>svg{width:28px;height:28px;color:#9c929b}.empty-state h2,.empty-state p{margin:0}.empty-state h2{font-size:14px}.empty-state p{color:var(--muted);font-size:11px}.full-loader{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);font-size:12px}.full-loader svg{color:var(--plum)}.table-skeleton{display:grid;padding:10px;border:1px solid var(--line);background:var(--paper)}.table-skeleton>div{height:64px;display:grid;grid-template-columns:1.4fr 1fr 1fr .7fr;gap:45px;align-items:center;border-bottom:1px solid #ede9e5}.table-skeleton span{height:9px;border-radius:10px;background:linear-gradient(90deg,#e8e3de,#f4f1ed,#e8e3de);background-size:200% 100%;animation:shimmer 1.3s infinite}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes slide-in{0%{transform:translate(25px);opacity:.5}}@media(max-width:1100px){.sidebar{width:220px}.main-content{margin-left:220px;padding-inline:24px}.admin-grid,.admin-grid.wide-first{grid-template-columns:1fr}}@media(max-width:760px)and (hover:none)and (pointer:coarse){.mobile-header{position:sticky;top:0;z-index:20;height:58px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;background:#332d35f7;color:#fff}.sidebar{width:min(300px,86vw);transform:translate(-102%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-top{padding:0 2px 28px}.scrim{display:block;position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;border:0;background:#1a151a6b}.main-content{margin:0;padding:24px 14px}.page-header{align-items:flex-start;min-height:0;margin-bottom:20px}.page-header h1{font-size:29px}.page-header span{flex-basis:100%}.page-actions .secondary-button{width:38px;padding:0;font-size:0}.filters{display:grid;grid-template-columns:1fr 1fr}.filters .search-field{grid-column:1 / -1;width:100%}.filters .admin-select{width:100%;max-width:none}.clear-button{grid-column:1 / -1}.distribution-alert{grid-template-columns:28px minmax(0,1fr);gap:11px;padding:14px}.distribution-alert-icon{width:28px;height:28px}.distribution-alert-students{display:grid}.distribution-alert-students>a,.distribution-alert-students>div{max-width:none}.student-table{display:none}.student-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.mobile-students{display:grid;gap:9px}.student-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:15px;box-shadow:0 4px 16px #372c3709}.student-card-head{display:flex;justify-content:space-between;gap:12px}.student-card-head .student-identity{min-width:0}.student-card dl{display:grid;grid-template-columns:1fr 1fr;margin:15px 0 0;gap:12px}.student-card dl div{min-width:0}.student-card dt{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:800;letter-spacing:.08em}.student-card dd{margin:4px 0 0;font-size:11px;overflow-wrap:anywhere}.student-card .card-goal{border-top:1px solid #e9e5e0;margin-top:14px;padding-top:12px;display:flex;-webkit-line-clamp:unset}.student-card .card-goal svg{display:block;width:14px;flex:0 0 auto;margin-left:auto}.drawer-head,.drawer-body{padding-inline:20px}.admin-grid{display:block}.admin-grid>.plain-panel+.plain-panel{margin-top:14px}.plain-panel{padding:18px}.account-row{grid-template-columns:36px 1fr auto}.account-row>.secondary-button{grid-column:2;justify-self:start}.account-row>.text-button{grid-column:3;grid-row:1 / 3}.scope-editor{grid-column:1 / -1}.section-head{flex-direction:column}.run-list>div{grid-template-columns:12px 1fr auto}.run-list>div>span:nth-last-child(-n+2){display:none}.auth-shell{display:block}.auth-panel{min-height:100vh;width:min(420px,calc(100% - 36px));padding:90px 0 40px}.auth-panel>.brand{top:26px}.auth-aside{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
