:root{color-scheme:dark;--navy-900: #022135;--navy-800: #03314F;--navy-700: #04436C;--navy-600: #065C93;--navy-500: #077AC5;--navy-400: #51A2D6;--red: #DE0F3F;--red-rgb: 222 15 63;--white: #FFFFFF;--off-white: #F2F5F7;--text: var(--off-white);--text-muted: #9DB2C2;--border: var(--navy-700);--border-interactive: var(--navy-400);--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 10px;--radius-lg: 16px;--transition: .16s ease}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--navy-900)}body{margin:0;min-height:100dvh;background:var(--navy-900);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,figure,blockquote{margin:0}h1,h2,h3,h4{font-weight:600;line-height:1.25}ul,ol{margin:0;padding:0;list-style:none}img,svg,video{display:block;max-width:100%}a{color:var(--white);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--off-white)}button,input,select,textarea{font:inherit;color:inherit}button{min-height:44px;padding:0 20px;border:none;border-radius:var(--radius);background:var(--red);color:var(--white);font-weight:600;cursor:pointer;transition:opacity var(--transition)}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{min-height:44px;width:100%;padding:10px 14px;border:1px solid var(--border-interactive);border-radius:var(--radius);background:var(--navy-800)}::placeholder{color:var(--text-muted);opacity:1}textarea{min-height:96px;resize:vertical}:focus-visible{outline:2px solid var(--white);outline-offset:2px;box-shadow:0 0 0 6px rgb(var(--red-rgb) / .55)}#root{min-height:100dvh;display:flex;flex-direction:column;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.screen{flex:1;display:flex;flex-direction:column;width:100%;padding:24px 20px 48px}.screen--centred{justify-content:center}.screen__inner{display:flex;flex-direction:column;gap:20px;width:100%;max-width:27rem;margin:0 auto}.stack{display:flex;flex-direction:column;gap:12px}.page-head{display:flex;flex-direction:column;gap:8px}.wordmark{font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--white)}.wordmark--small{font-size:1.125rem}.wordmark--large{font-size:2.25rem}.wordmark__x{color:var(--red)}.wordmark--small .wordmark__x{color:var(--white)}.h1{font-size:1.5rem;font-weight:700;color:var(--white)}.h2{font-size:1.1875rem;font-weight:600;color:var(--white)}.h3{font-size:1.0625rem;font-weight:600;color:var(--white)}.lede{font-size:1.0625rem;color:var(--text)}.muted{color:var(--text-muted)}.muted--small{font-size:.9375rem}.notice{display:flex;flex-direction:column;gap:12px;padding:18px 16px;border-radius:var(--radius-lg);background:var(--navy-800)}.notice__heading{font-size:1.125rem;font-weight:700;color:var(--white)}.notice__body{font-size:.9375rem;color:var(--text)}.notice__dominant{padding-left:12px;border-left:3px solid var(--navy-400);font-size:1.0625rem;font-weight:600;line-height:1.45;color:var(--white)}.notice__meta{font-size:.875rem;color:var(--text-muted)}.notice__meta a{color:var(--white)}.notice__version{white-space:nowrap}.consent{display:flex;flex-direction:column;gap:12px;padding-top:18px;border-top:1px solid var(--navy-400)}.tick{display:flex;align-items:flex-start;gap:12px;min-height:44px;padding:6px 4px;cursor:pointer}.tick__input{flex:0 0 auto;width:22px;min-height:22px;height:22px;margin:2px 0 0;padding:0;accent-color:var(--red)}.tick__body{display:flex;flex-direction:column;gap:4px}.tick__label{font-size:1rem;font-weight:600;color:var(--white)}.tick__detail{font-size:.875rem;color:var(--text-muted)}.inapp{display:flex;flex-direction:column;gap:12px;padding:18px 16px;border:1px solid var(--navy-400);border-radius:var(--radius-lg);background:var(--navy-800)}.inapp__actions{display:flex;flex-wrap:wrap;gap:12px}.inapp__actions>*{flex:1 1 10rem}.inapp__status{font-size:.9375rem;color:var(--white)}.inapp__url{overflow-wrap:anywhere;padding:10px 12px;border-radius:var(--radius);background:var(--navy-900);font-size:.875rem;color:var(--text);-webkit-user-select:all;user-select:all}.btn-primary{background:var(--red);color:var(--white)}.btn-secondary{background:transparent;color:var(--white);border:1px solid var(--navy-400)}.btn-text{min-height:44px;padding:0 12px;background:transparent;color:var(--white);font-weight:500;text-decoration:underline;text-underline-offset:3px}.btn-block{display:block;width:100%}.btn-block--link{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:var(--radius);font-weight:600;text-align:center;text-decoration:none}.btn-block--link:hover{color:var(--white)}.btn-text.btn-block--link{text-decoration:underline;font-weight:500}.btn-secondary--link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:var(--radius);font-weight:600;text-decoration:none}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.row-actions--centred{justify-content:center}.divider{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field__label{font-size:.9375rem;font-weight:500;color:var(--text)}.field__hint{font-size:.875rem;color:var(--text-muted)}.field__otp{font-size:1.75rem;font-weight:600;letter-spacing:.35em;text-align:center}.optional{padding-top:16px;border-top:1px solid var(--border)}.optional__heading{margin-bottom:12px;font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.error{padding:12px 14px;border:1px solid var(--red);border-radius:var(--radius);background:rgb(var(--red-rgb) / .18);color:var(--white);font-size:.9375rem}.error-detail{font-size:.875rem;color:var(--text-muted);overflow-wrap:anywhere}.card{display:flex;flex-direction:column;gap:12px;width:100%;max-width:27rem;margin:0 auto;padding:20px 18px;border-radius:var(--radius-lg);background:var(--navy-800)}.empty{display:flex;flex-direction:column;gap:8px;padding:20px 16px;border:1px dashed var(--navy-400);border-radius:var(--radius-lg);color:var(--text)}.class-list{display:flex;flex-direction:column;gap:12px}.class-card{display:flex;flex-direction:column;gap:4px;padding:16px;border-radius:var(--radius-lg);background:var(--navy-800);color:var(--text);text-decoration:none}.class-card__title{font-size:1.0625rem;font-weight:600;color:var(--white)}.class-card__meta{font-size:.875rem;color:var(--text-muted)}.tiles{display:flex;flex-direction:column;gap:12px;padding-top:8px}.tiles__list{display:flex;flex-direction:column;gap:8px}.tile{display:flex;flex-direction:column;gap:2px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius)}.tile__title{font-weight:600;color:var(--text)}.tile__blurb{font-size:.875rem;color:var(--text-muted)}.spinner-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:60dvh}.spinner{width:28px;height:28px;border:3px solid var(--navy-700);border-top-color:var(--navy-400);border-radius:50%;animation:elxa-spin .8s linear infinite}@keyframes elxa-spin{to{transform:rotate(360deg)}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.field__code{font-size:1.75rem;font-weight:700;letter-spacing:.28em;text-indent:.28em;text-align:center;text-transform:uppercase}.code-inline{font-weight:700;letter-spacing:.12em;color:var(--white);white-space:nowrap}.cohort-summary{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--navy-800)}.cohort-summary__subtitle{font-size:.9375rem;color:var(--text-muted)}.cohort-summary__list{display:flex;flex-direction:column;gap:6px;margin:0}.cohort-summary__row{display:flex;gap:10px;align-items:baseline}.cohort-summary__row dt{flex:0 0 4.5rem;font-size:.875rem;color:var(--text-muted)}.cohort-summary__row dd{flex:1 1 auto;margin:0;color:var(--text)}.name-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-lg)}.name-card__label{font-size:.875rem;color:var(--text-muted)}.name-card__value{font-size:1.375rem;font-weight:700;color:var(--white);overflow-wrap:anywhere}.phase{display:flex;flex-direction:column;gap:10px}.panel{flex:1;width:100%;padding:20px 16px 48px}.panel__inner{display:flex;flex-direction:column;gap:24px;width:100%;max-width:68rem;margin:0 auto}.panel__head{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;justify-content:space-between}.panel__section{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--border)}.table-scroll{overflow-x:auto;max-width:100%}.admin-table,.roster{width:100%;border-collapse:collapse;white-space:nowrap}.admin-table thead th,.roster thead th{padding:8px 12px;border-bottom:1px solid var(--border);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:left;color:var(--text-muted)}.admin-table td,.roster td{padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.admin-table__actions{display:flex;gap:14px;align-items:center}.roster__row--gone td{color:var(--text-muted);font-style:italic}.counter{display:flex;flex-direction:column;align-items:flex-end;padding:12px 18px;border:1px solid var(--navy-400);border-radius:var(--radius-lg);background:var(--navy-800)}.counter__value{font-size:3rem;font-weight:700;line-height:1;color:var(--white)}.counter__label{font-size:.875rem;color:var(--text)}.counter__note{font-size:.8125rem;color:var(--text-muted)}.pill{display:inline-block;padding:3px 10px;border:1px solid var(--border-interactive);border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--white);text-transform:lowercase}.pill--draft{border-color:var(--navy-700);color:var(--text-muted)}.pill--open{border-color:var(--navy-400)}.pill--live{border-color:var(--red);background:rgb(var(--red-rgb) / .22)}.pill--completed{border-color:var(--navy-600);color:var(--text-muted)}.pill--archived{border-color:var(--navy-700);color:var(--text-muted);opacity:.75}.admin-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:0 20px;align-items:start}.admin-form>button,.admin-form>.row-actions,.admin-form>.muted{grid-column:1 / -1}.admin-form button{justify-self:start}.inline-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.field--inline{flex:1 1 16rem;margin-bottom:0}.status-row{display:flex;flex-wrap:wrap;gap:8px}.status-row button{text-transform:capitalize}.flag-list{display:flex;flex-direction:column;gap:10px}.code-display{font-size:2.5rem;font-weight:700;letter-spacing:.2em;line-height:1.1;color:var(--white);overflow-wrap:anywhere}.panel code{padding:1px 5px;border-radius:4px;background:var(--navy-800);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}
