:root{--bg:#eef7ff;--surface:#fff;--surface-2:#e5f1ff;--text:#173b61;--muted:#66829f;--line:#cfe2f5;--primary:#2f80ed;--primary-dark:#1f5fbf;--success:#247a50;--warning:#a96d13;--danger:#b13e46;--shadow:0 10px 30px rgba(32,86,145,.10);--radius:16px}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{margin:0;min-height:100vh}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#0d3564;color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;color:#fff;padding:0 8px 26px}.brand-mark{width:42px;height:42px;border-radius:12px;background:#dceeff;color:var(--primary-dark);display:grid;place-items:center;font-size:25px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.brand strong,.login-brand strong{font-size:18px}.brand small,.login-brand small{display:block;color:#a9c9e9;margin-top:2px}.nav{display:flex;flex-direction:column;gap:5px}.nav a{color:#cbdff4;padding:11px 13px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;font-weight:600}.nav a:hover,.nav a.active{background:rgba(255,255,255,.1);color:#fff}.nav-section{text-transform:uppercase;font-size:11px;letter-spacing:.13em;color:#7fa9d3;padding:20px 13px 6px}.nav-badge{background:#dceeff;color:#1d5fa7;border-radius:999px;padding:1px 7px;font-size:11px}.sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:14px 10px;display:flex;align-items:center;gap:10px;color:#fff;border-radius:12px;transition:background .15s,transform .15s,box-shadow .15s}.sidebar-user:hover,.sidebar-user.active{background:rgba(255,255,255,.1);color:#fff;transform:translateY(-1px)}.sidebar-user:focus-visible{outline:3px solid rgba(125,196,255,.55);outline-offset:2px}.sidebar-user>div:last-child{min-width:0}.sidebar-user strong,.sidebar-user small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user .avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#2d70bd;font-weight:800}.sidebar-user strong{display:block;font-size:13px}.sidebar-user small{display:block;color:#a8c8e8;margin-top:2px}.main{min-width:0}.topbar{height:72px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;position:sticky;top:0;z-index:10}.topbar-title{font-weight:800;font-size:17px}.topbar-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.topbar-actions form{margin:0}.content{padding:34px;max-width:1500px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-heading h1{margin:3px 0 7px;font-size:30px;line-height:1.2}.page-heading p{margin:0;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--primary)}.button{border:0;border-radius:10px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;cursor:pointer;white-space:nowrap}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:#e2f0ff;color:#245f9c}.button-ghost{background:transparent;color:#3d6389;border:1px solid var(--line)}.button-success{background:#dff5e8;color:#246440}.button-block{width:100%}.button-row{display:flex;gap:9px;flex-wrap:wrap}.icon-button{border:0;background:transparent;font-size:23px;padding:6px;cursor:pointer}.panel,.metric-card,.content-card,.result-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{padding:22px;margin-bottom:22px}.panel h2{margin:0 0 16px;font-size:19px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}.panel-heading h2{margin:0 0 4px}.panel-heading p{margin:0;color:var(--muted);font-size:14px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.metric-card{padding:20px;min-height:132px;display:flex;flex-direction:column;justify-content:center}.metric-card span{color:var(--muted);font-size:14px}.metric-card strong{font-size:31px;margin:7px 0 2px}.metric-card small{color:var(--muted)}.metric-primary{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;border:0}.metric-primary span,.metric-primary small{color:#eaf6ff}.progress{height:8px;border-radius:999px;background:#d9e8f7;overflow:hidden}.progress i{display:block;height:100%;background:var(--primary);border-radius:999px}.metric-primary .progress{background:rgba(255,255,255,.22);margin-top:12px}.metric-primary .progress i{background:#fff}.mini-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.mini-metrics div{padding:14px;background:var(--surface-2);border-radius:12px}.mini-metrics strong{display:block;font-size:24px}.mini-metrics span{font-size:12px;color:var(--muted)}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}.list{display:flex;flex-direction:column}.list-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:13px 0;border-top:1px solid var(--line);color:var(--text)}.list-row:first-child{border-top:0}.list-row strong{display:block}.list-row span{font-size:13px;color:var(--muted);margin-top:3px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:13px 12px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:800}td{font-size:14px}td small{display:block;color:var(--muted);margin-top:4px}.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;white-space:nowrap}.status-draft{background:#edf5f6;color:#5d7479}.status-submitted{background:#e1f5fb;color:#24718a}.status-revision{background:#fff1d8;color:#95600f}.status-approved{background:#ddf4e7;color:#286c49}.status-rejected{background:#ffe1e3;color:#92353d}.status-large{font-size:14px;padding:8px 12px}.alert,.announcement{border-radius:12px;padding:12px 15px;margin-bottom:16px}.alert-success{background:#daf3e4;color:#245f42}.alert-error{background:#ffe0e2;color:#8d3037}.alert-info{background:#e2f5fa;color:#236d84}.alert-warning{background:#fff0d5;color:#80530e}.announcement{background:#fff7d9;border:1px solid #f1dfa1;display:flex;gap:14px}.announcement span{color:#6c5c24}.form-panel{max-width:980px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field-wide{grid-column:1/-1}.field label,.stack-form label{font-weight:700;font-size:14px}.field input,.field select,.field textarea,.stack-form input,.stack-form select,.stack-form textarea,.filters input,.filters select{width:100%;border:1px solid #c6e2e6;border-radius:10px;padding:11px 12px;background:#fff;color:var(--text)}.field textarea,.stack-form textarea{resize:vertical}.field small{color:var(--muted)}.field-error{color:var(--danger)!important}.checkbox-field{flex-direction:row;align-items:center;background:var(--surface-2);padding:13px;border-radius:10px}.checkbox-field label{order:2}.checkbox-field input{width:auto;order:1}.form-actions{display:flex;flex-direction:row;gap:9px;padding-top:8px}.stack-form{display:flex;flex-direction:column;gap:16px;max-width:720px}.stack-form label{display:flex;flex-direction:column;gap:7px}.filters{display:flex;gap:10px;align-items:center;margin-bottom:18px}.filters input{max-width:320px}.filters select{max-width:260px}.empty{text-align:center;color:var(--muted);padding:32px}.empty.compact{padding:14px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.content-card{padding:21px;display:flex;flex-direction:column;min-height:245px;color:var(--text)}.content-card h2{margin:16px 0 8px;font-size:19px}.content-card p{color:var(--muted);line-height:1.6;flex:1}.content-card-top,.content-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.content-meta{border-top:1px solid var(--line);padding:13px 0;font-size:12px;color:var(--muted)}.tag{display:inline-flex;background:var(--surface-2);color:#326873;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.linked-card{transition:.18s transform,.18s box-shadow}.linked-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(32,86,145,.14)}.link-arrow{font-weight:800;color:var(--primary)}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px}.detail-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:18px}.facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 24px}.facts div{background:var(--surface-2);border-radius:11px;padding:12px}.facts dt{font-size:11px;text-transform:uppercase;color:var(--muted);font-weight:800}.facts dd{margin:5px 0 0}.prose{line-height:1.72;color:#365b82}.prose p:first-child{margin-top:0}.lecture-content{font-size:16px;max-width:980px}.file-list{display:flex;flex-direction:column;gap:8px}.file-list a{display:flex;align-items:center;gap:10px;padding:11px;background:var(--surface-2);border-radius:10px}.file-list strong{display:block;font-size:13px;word-break:break-all}.file-list small{display:block;color:var(--muted);margin-top:2px}.review-note{border-left:4px solid var(--primary)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span,.chips a{background:var(--surface-2);border-radius:999px;padding:7px 11px;font-size:12px}.question{max-width:900px;margin-left:auto;margin-right:auto}.question-number{font-size:12px;color:var(--primary);font-weight:800;text-transform:uppercase}.question h2{margin:8px 0 18px;line-height:1.45}.choices{display:grid;gap:10px}.choices label{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:11px;padding:13px;cursor:pointer}.choices label:hover{background:var(--surface-2)}.choices input{margin-top:3px}.sticky-actions{position:sticky;bottom:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:12px;display:flex;justify-content:flex-end;gap:10px;max-width:900px;margin:20px auto}.sticky-actions form{margin:0}.result-card{max-width:680px;margin:50px auto;padding:45px;text-align:center}.result-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:42px;font-weight:800}.result-success .result-icon{background:#ddf4e7;color:#286c49}.result-failed .result-icon{background:#ffe1e3;color:#92353d}.result-score{font-size:64px;font-weight:900;margin:12px}.result-card p{color:var(--muted);line-height:1.6}.result-card .button-row{justify-content:center;margin-top:24px}.document-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.document-card{border:1px solid var(--line);border-radius:13px;padding:17px;display:grid;grid-template-columns:56px 1fr;gap:15px}.doc-icon{width:56px;height:64px;border-radius:9px;background:#dcf3f6;color:#136a74;display:grid;place-items:center;font-size:12px;font-weight:900}.document-card h2{margin:9px 0 6px}.document-card p{color:var(--muted);line-height:1.5}.document-card small{color:var(--muted)}.document-card .button-row{margin-top:13px}.inline-progress{display:flex;align-items:center;gap:8px}.inline-progress .progress{width:100px}.login-page{min-height:100vh;background:linear-gradient(140deg,#123f73,#2f80ed 55%,#dceeff 55%);display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);background:#fff;padding:34px;border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.22)}.login-brand{display:flex;align-items:center;gap:12px}.login-brand small{color:var(--muted)}.login-card h1{margin:28px 0 8px}.muted{color:var(--muted)}.mobile-only{display:none}.preserve-lines{white-space:normal}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.mini-metrics{grid-template-columns:repeat(2,1fr)}.document-grid{grid-template-columns:1fr}}@media(max-width:800px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-280px;width:260px;transition:left .2s}.sidebar.open{left:0}.topbar{padding:0 18px}.content{padding:22px 16px}.mobile-only{display:inline-flex}.topbar-title{margin-left:8px}.topbar-actions .button{padding:8px 10px}.page-heading{flex-direction:column}.metric-grid,.two-columns,.card-grid,.form-grid,.detail-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.facts{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters input,.filters select{max-width:none}.mini-metrics{grid-template-columns:1fr 1fr}.document-grid{grid-template-columns:1fr}.document-card{grid-template-columns:42px 1fr}.doc-icon{width:42px;height:50px}.announcement{flex-direction:column;gap:4px}}@media(max-width:500px){.metric-grid{grid-template-columns:1fr}.mini-metrics{grid-template-columns:1fr}.topbar-actions .button{font-size:12px}.result-card{padding:28px 18px}.result-score{font-size:50px}.button-row{width:100%}.page-heading .button-row .button{flex:1}}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;padding-top:18px}.pagination a,.pagination span{padding:8px 12px;border-radius:9px;background:var(--surface-2);font-size:13px}.pagination span{color:var(--muted)}
.discord-button{background:#5865f2;color:#fff}.discord-button:hover{background:#4752c4;color:#fff}.discord-logo{font-size:18px}.login-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:18px 0}.login-divider:before,.login-divider:after{content:"";height:1px;background:var(--line);flex:1}.discord-profile{display:flex;align-items:center;gap:16px}.discord-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;background:var(--surface-2);border:3px solid #e6e9ff}.discord-avatar-placeholder{display:grid;place-items:center;font-size:24px;font-weight:800}.discord-identity strong{display:block;font-size:19px}.discord-identity span,.discord-identity small{display:block;color:var(--muted);margin-top:4px;word-break:break-word}.discord-role-block{margin-top:20px}.discord-roles{margin-top:12px}.discord-roles span{background:#eef0ff;color:#404aa4}.sidebar-user .avatar-image{width:38px;height:38px;border-radius:50%;object-fit:cover}.discord-panel .panel-heading{align-items:center}@media(max-width:600px){.discord-panel .panel-heading{flex-direction:column;align-items:flex-start}.discord-profile{align-items:flex-start}.discord-avatar{width:58px;height:58px}.discord-identity span{font-size:12px}}
.status-planned,.status-submitted{background:#e1f5fb;color:#24718a}.status-completed{background:#ddf4e7;color:#286c49}.question-builder-list{display:grid;gap:16px}.question-builder-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--surface)}.question-builder-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.button-small{padding:7px 10px;font-size:12px}.hidden-delete{display:none}.exam-builder>.panel{margin-bottom:20px}.document-preview-panel{min-height:520px}.document-frame{display:block;width:100%;height:75vh;min-height:520px;border:1px solid var(--line);border-radius:12px;background:#edf7f8}.image-preview{display:grid;place-items:center;min-height:420px;background:var(--surface-2);border-radius:12px;padding:18px}.image-preview img{max-width:100%;max-height:75vh;border-radius:8px;box-shadow:var(--shadow)}.text-preview{white-space:pre-wrap;word-break:break-word;line-height:1.6;background:#0c2f37;color:#e6fbfd;padding:20px;border-radius:12px;max-height:75vh;overflow:auto}.office-preview{max-width:950px;margin:auto;line-height:1.7;font-size:15px}.office-preview p{margin:.6em 0}.preview-table table{min-width:0}.preview-table td{white-space:pre-wrap;min-width:120px}.review-note{padding:12px 14px;background:var(--surface-2);border-radius:10px}.review-note p{margin-bottom:0}@media(max-width:800px){.document-frame{height:65vh;min-height:420px}.question-builder-card{padding:14px}}

.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.news-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:var(--surface)}.news-card h2{margin:8px 0}.news-card h2 a{color:inherit}.news-body{font-size:1.04rem}.linked-document{margin-top:26px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.timeline{display:grid;gap:14px}.timeline-item{position:relative;padding-left:18px;border-left:3px solid var(--primary)}.timeline-item span{display:block;color:var(--muted);font-size:.86rem;margin-top:3px}.timeline-item p{margin:8px 0 0}.document-builder-form{display:grid;gap:18px}code{padding:2px 6px;border-radius:6px;background:var(--surface-2)}

.question-settings-grid { align-items: end; }
.answer-builder { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.answer-builder-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.answer-builder-toolbar > div { display: grid; gap: .2rem; }
.answer-builder-list { display: grid; gap: .6rem; }
.answer-builder-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: .65rem; align-items: center; }
.answer-builder-row > input[type="text"] { width: 100%; }
.answer-correct-toggle { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; font-weight: 600; }
.question-hint { margin: -.25rem 0 .8rem; color: var(--muted); }
@media (max-width: 700px) {
  .answer-builder-toolbar { align-items: flex-start; flex-direction: column; }
  .answer-builder-row { grid-template-columns: 1fr; padding: .75rem; border: 1px solid var(--line); border-radius: .75rem; }
}

.report-example-panel { margin-bottom: 1rem; }
.report-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.report-example-grid > div { border: 1px solid var(--line); border-radius: 1rem; padding: 1rem; background: var(--surface-soft, rgba(255,255,255,.025)); }
.report-example-grid h3 { margin-top: 0; }
.report-example-grid pre { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; line-height: 1.55; color: var(--muted); }
.document-frame { min-height: 82vh; background: #fff; }
@media (max-width: 800px) { .report-example-grid { grid-template-columns: 1fr; } }

.public-body{background:#f3f8ff;color:var(--text)}
.public-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.public-header{position:sticky;top:0;z-index:50;background:rgba(243,248,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(207,226,245,.88)}
.public-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.public-brand{display:flex;align-items:center;gap:12px;color:var(--text)}
.public-brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#dceeff,#a8d5ff);color:#1f5fbf;font-size:26px;font-weight:900;box-shadow:0 8px 22px rgba(31,95,191,.16)}
.public-brand strong{display:block;font-size:18px}.public-brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.public-nav-links{display:flex;align-items:center;gap:22px}.public-nav-links>a:not(.button){font-weight:700;font-size:14px;color:#3c6187}.public-nav-links>a:not(.button):hover{color:var(--primary)}
.public-login-link{border:1px solid var(--line);background:#fff}
.public-hero{position:relative;overflow:hidden;padding:88px 0 78px;background:radial-gradient(circle at 82% 18%,rgba(56,189,248,.30),transparent 28%),linear-gradient(135deg,#eef7ff 0%,#f9fcff 55%,#e0efff 100%)}
.public-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(47,128,237,.16);right:-120px;top:-160px;box-shadow:0 0 0 70px rgba(47,128,237,.05),0 0 0 140px rgba(47,128,237,.03)}
.public-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);align-items:center;gap:72px;position:relative}
.public-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:900;color:var(--primary);margin-bottom:12px}
.public-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.045em;max-width:850px;margin:0 0 24px;color:#173f69}
.public-hero-copy>p{font-size:19px;line-height:1.7;max-width:760px;color:#587694;margin:0}
.public-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.public-button-large{padding:14px 20px;font-size:15px}
.public-hero-facts{display:flex;gap:34px;margin-top:48px}.public-hero-facts div{display:grid;gap:2px}.public-hero-facts strong{font-size:25px;color:#1f5fbf}.public-hero-facts span{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.public-hero-card{min-height:410px;border-radius:34px;padding:38px;background:linear-gradient(150deg,#123f73,#1f5fbf 62%,#38bdf8);color:#fff;box-shadow:0 28px 70px rgba(20,70,125,.30);display:flex;flex-direction:column;position:relative;overflow:hidden}
.public-hero-card:before,.public-hero-card:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.13)}.public-hero-card:before{width:260px;height:260px;right:-90px;top:-80px}.public-hero-card:after{width:170px;height:170px;right:-20px;bottom:-95px}
.public-hero-card>span{font-size:13px;letter-spacing:.17em;text-transform:uppercase;color:#b9dcff;font-weight:800;margin-bottom:14px}.public-hero-card>strong{font-size:31px;line-height:1.22;letter-spacing:-.025em;position:relative;z-index:1}
.public-pulse-line{height:48px;margin-top:24px;background:linear-gradient(90deg,transparent 0 12%,#7cc4ff 12% 18%,transparent 18% 30%,#7cc4ff 30% 34%,transparent 34% 43%,#fff 43% 47%,#fff 47% 51%,transparent 51% 60%,#7cc4ff 60% 66%,transparent 66%);clip-path:polygon(0 48%,12% 48%,16% 8%,21% 88%,29% 48%,39% 48%,44% 24%,49% 70%,55% 48%,65% 48%,70% 30%,76% 65%,82% 48%,100% 48%,100% 55%,82% 55%,76% 72%,70% 38%,65% 55%,55% 55%,49% 78%,44% 31%,39% 55%,29% 55%,21% 96%,16% 17%,12% 55%,0 55%);opacity:.9}
.public-section{padding:92px 0}.public-section-soft{background:#edf6ff}.public-section-dark{background:#123f73;color:#fff}.public-section-heading{text-align:center;max-width:740px;margin:0 auto 44px}.public-section-heading h2,.public-about-grid h2,.public-service-detail h2,.public-cta h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.035em;margin:0 0 16px}.public-section-heading p{font-size:17px;line-height:1.65;color:var(--muted);margin:0}.public-section-heading-light p{color:#b8d4ee}.public-section-heading-light h2{color:#fff}
.public-about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.public-about-grid h2{margin:0}.public-prose{font-size:18px;line-height:1.75;color:#587694}.public-prose p:first-child{margin-top:0}
.public-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.public-values article{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(32,86,145,.07)}.public-values article>span{font-size:12px;font-weight:900;color:var(--primary);letter-spacing:.12em}.public-values h3{font-size:20px;margin:20px 0 10px}.public-values p{line-height:1.6;color:var(--muted);margin:0}
.public-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.public-service-card{min-height:340px;padding:26px;border-radius:22px;background:#fff;border:1px solid rgba(201,222,244,.92);display:flex;flex-direction:column;box-shadow:0 12px 34px rgba(32,86,145,.08);transition:transform .2s,box-shadow .2s}.public-service-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(32,86,145,.12)}.public-service-number{width:44px;height:44px;border-radius:13px;background:#e2f0ff;color:#1f5fbf;display:grid;place-items:center;font-size:12px;font-weight:900}.public-service-card h3{font-size:21px;line-height:1.25;margin:24px 0 10px}.public-service-card p{line-height:1.6;color:var(--muted);margin:0 0 20px}.public-text-link{font-weight:800;margin-top:auto;margin-bottom:18px}.public-text-link span{display:inline-block;transition:transform .2s}.public-text-link:hover span{transform:translateX(4px)}
.public-service-details{display:grid;gap:32px}.public-service-detail{scroll-margin-top:100px;border:1px solid var(--line);border-radius:26px;padding:44px;background:#fff;box-shadow:0 16px 45px rgba(32,86,145,.08)}.public-service-detail-head{max-width:820px}.public-service-detail-head>p{color:#5d7894;line-height:1.7;font-size:17px}.public-requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin:34px 0}.public-requirements-grid>div{border-radius:18px;padding:24px;background:#f0f7ff}.public-requirements-grid h3{margin:0 0 16px;font-size:17px}.public-check-list,.public-step-list{margin:0;padding:0;display:grid;gap:12px;list-style:none}.public-check-list li{position:relative;padding-left:30px;line-height:1.55;color:#4f6f90}.public-check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#dceeff;color:#245f9c;font-size:12px;font-weight:900}.public-step-list{counter-reset:steps}.public-step-list li{counter-increment:steps;display:grid;grid-template-columns:28px 1fr;gap:10px;line-height:1.55;color:#4f6f90}.public-step-list li:before{content:counter(steps);width:24px;height:24px;border-radius:8px;background:#1f5fbf;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.public-staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-staff-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}.public-staff-card img,.public-staff-avatar{width:64px;height:64px;border-radius:18px;object-fit:cover;flex:0 0 64px}.public-staff-avatar{display:grid;place-items:center;background:#dceeff;color:#245f9c;font-size:25px;font-weight:900}.public-staff-card h3{font-size:17px;margin:0 0 6px}.public-staff-card strong{display:block;color:#8ecbff;font-size:13px}.public-staff-card span{display:block;color:#b8d2ec;font-size:12px;margin-top:4px}
.public-empty-state{grid-column:1/-1;padding:28px;border:1px dashed #a8c8e8;border-radius:18px;text-align:center;color:var(--muted);background:rgba(255,255,255,.55)}.public-empty-state-dark{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.18);color:#b8d2ec}
.public-cta{padding:66px 0;background:linear-gradient(120deg,#e0efff,#f8fbff)}.public-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.public-cta h2{max-width:760px;margin:0}
.public-footer{padding:34px 0;background:#0a2c55;color:#fff}.public-footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.public-footer p{color:#a9c5e1;margin:7px 0 0;font-size:13px}.public-footer-links{display:flex;gap:20px}.public-footer a{color:#cfe5fa;font-weight:700;font-size:13px}
.public-form-hero{padding:70px 0 62px;background:linear-gradient(135deg,#e7f2ff,#f9fcff)}.public-form-heading{max-width:900px}.public-form-heading h1{font-size:clamp(38px,5vw,60px);letter-spacing:-.04em;margin:8px 0 18px}.public-form-heading>p{font-size:18px;line-height:1.7;color:#5d7894}.public-back-link{display:inline-block;margin-bottom:28px;font-weight:800}.public-form-section{padding-top:64px}.public-form-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:32px;align-items:start}.public-form-aside{position:sticky;top:108px;padding:26px;border-radius:20px;background:#edf5ff;border:1px solid #cfe2f5}.public-form-aside h2{margin-top:0}.public-form-aside>p{color:var(--muted);line-height:1.6}.public-form-aside h3{font-size:15px;margin-top:26px}.public-security-note{display:grid;gap:6px;margin-top:24px;padding:16px;border-radius:14px;background:#fff}.public-security-note span{font-size:12px;line-height:1.5;color:var(--muted)}
.public-form-card{padding:34px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(32,86,145,.10)}.public-form-card>h2{font-size:27px;margin:0 0 8px}.public-application-form{margin-top:26px}.public-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.public-form-field{display:grid;gap:7px}.public-form-field-wide{grid-column:1/-1}.public-form-field label{font-size:13px;font-weight:800;color:#365b82}.public-form-field label b{color:var(--danger);margin-left:3px}.public-form-field input:not([type=checkbox]),.public-form-field textarea,.public-form-field select{width:100%;border:1px solid #cbdff4;border-radius:11px;padding:12px 13px;background:#fbfdff;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.public-form-field input:focus,.public-form-field textarea:focus,.public-form-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,128,237,.14)}.public-form-field small{font-size:11px;color:var(--muted);line-height:1.45}.public-field-error{font-size:12px;color:var(--danger);font-weight:700}.public-consent-field{padding:16px;border-radius:14px;background:#f0f7ff}.public-checkbox{display:flex!important;align-items:flex-start;gap:10px;cursor:pointer;line-height:1.5}.public-checkbox input{margin-top:3px}.public-application-form>button{margin-top:22px}.public-form-footnote{text-align:center;font-size:12px;color:var(--muted);line-height:1.5;margin:14px 0 0}
.public-success-section{min-height:calc(100vh - 180px);display:grid;place-items:center;padding:70px 20px;background:linear-gradient(145deg,#e7f2ff,#fbfdff)}.public-success-card{width:min(620px,100%);padding:48px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 25px 70px rgba(32,86,145,.13);text-align:center}.public-success-icon{width:78px;height:78px;margin:0 auto 22px;border-radius:24px;display:grid;place-items:center;background:#dceeff;color:#245f9c;font-size:42px;font-weight:900}.public-success-card h1{font-size:38px;margin:4px 0 14px}.public-success-card p{line-height:1.7;color:var(--muted)}.public-success-actions{display:flex;justify-content:center;gap:10px;margin-top:26px}
@media(max-width:1050px){.public-services-grid{grid-template-columns:repeat(2,1fr)}.public-staff-grid{grid-template-columns:repeat(2,1fr)}.public-hero-grid{gap:40px}.public-form-layout{grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:800px){.public-nav{min-height:68px}.public-nav-links>a:not(.public-login-link){display:none}.public-container{width:min(100% - 28px,1180px)}.public-hero{padding:62px 0}.public-hero-grid{grid-template-columns:1fr}.public-hero-card{min-height:320px}.public-hero-facts{gap:20px;flex-wrap:wrap}.public-section{padding:66px 0}.public-about-grid{grid-template-columns:1fr;gap:20px}.public-values{grid-template-columns:1fr}.public-requirements-grid{grid-template-columns:1fr}.public-service-detail{padding:28px}.public-staff-grid{grid-template-columns:1fr}.public-cta-inner,.public-footer-grid{align-items:flex-start;flex-direction:column}.public-form-layout{grid-template-columns:1fr}.public-form-aside{position:static}.public-form-grid{grid-template-columns:1fr}.public-form-field-wide{grid-column:auto}}
@media(max-width:560px){.public-services-grid{grid-template-columns:1fr}.public-hero h1{font-size:42px}.public-hero-copy>p{font-size:16px}.public-hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.public-hero-facts strong{font-size:20px}.public-hero-facts span{font-size:10px}.public-hero-card{padding:28px;min-height:290px}.public-hero-card>strong{font-size:26px}.public-section-heading{text-align:left}.public-service-detail{padding:22px}.public-form-card{padding:22px}.public-form-hero{padding:50px 0}.public-success-card{padding:34px 22px}.public-success-actions{flex-direction:column}.public-success-actions .button{width:100%}.public-footer-links{flex-direction:column;gap:10px}}

.signature-panel code{background:var(--surface-2);padding:2px 6px;border-radius:6px}.signature-preview{display:grid;place-items:center;min-height:120px;padding:18px;background:var(--surface-2);border:1px dashed #9fc5ea;border-radius:14px;margin-bottom:10px}.signature-preview img{max-width:320px;max-height:130px;object-fit:contain}.field select[multiple]{min-height:170px;padding:8px}.button:disabled{cursor:not-allowed;opacity:.52}.status-in_progress,.status-pending{background:#e1f5fb;color:#24718a}.status-passed,.status-success,.status-active{background:#ddf4e7;color:#286c49}.status-corrections{background:#fff1d8;color:#95600f}.status-failed,.status-error{background:#ffe1e3;color:#92353d}.status-not_requested,.status-revoked,.status-expired{background:#edf5f6;color:#5d7479}.prose h3{margin:24px 0 8px}.panel .two-columns h3{margin-top:0}@media(max-width:600px){.signature-preview img{max-width:100%}}

.public-message-stack{padding-top:18px}.public-message-stack .alert{margin-bottom:10px}.public-discord-required,.public-discord-verified{display:flex;align-items:center;gap:16px;margin:22px 0;padding:18px;border-radius:16px;border:1px solid #c8dcf4;background:#edf5ff}.public-discord-required>div,.public-discord-verified>div{display:grid;gap:5px;min-width:0;flex:1}.public-discord-required span,.public-discord-verified small{color:var(--muted);font-size:12px;line-height:1.5}.public-discord-button{background:#5865f2;color:#fff}.public-discord-button:hover{background:#4752c4;color:#fff}.public-discord-verified img,.public-discord-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:15px;object-fit:cover}.public-discord-avatar{display:grid;place-items:center;background:#5865f2;color:#fff;font-weight:900}.public-discord-verified form{margin:0}.public-application-number{display:inline-flex;margin:8px 0 18px;padding:8px 13px;border-radius:999px;background:#e2f0ff;color:#1f5fbf;font-weight:900}.public-success-card .alert{text-align:left;margin-top:12px}.public-application-form button:disabled{cursor:not-allowed;opacity:.58}@media(max-width:700px){.public-discord-required,.public-discord-verified{align-items:stretch;flex-direction:column}.public-discord-required .button,.public-discord-verified form,.public-discord-verified form .button{width:100%}.public-discord-verified img,.public-discord-avatar{align-self:flex-start}}

.statistics-sections{margin-bottom:18px}


.page-heading .button-row{align-items:center}.theme-toggle-button{min-width:170px}.theme-toggle-icon{font-size:16px;line-height:1}.theme-toggle-label{line-height:1.2}.news-card{display:flex;flex-direction:column;min-height:260px}.news-card p{flex:1;line-height:1.6;margin-bottom:16px}.news-card .button-row{margin-top:auto;align-self:flex-start}.news-card .tag{margin-bottom:14px}.mini-metrics{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mini-metrics div{display:flex;flex-direction:column;gap:8px;min-height:132px}.mini-metrics strong{line-height:1}.mini-metrics span{display:block;line-height:1.45;max-width:24ch}.mini-metrics a{margin-top:auto;display:inline-flex;align-self:flex-start;line-height:1.35;flex-wrap:wrap}.button-row .button,.form-actions .button,.topbar-actions .button{min-height:42px}.sidebar-user{margin-top:14px}html[data-theme='dark']{color-scheme:dark;--bg:#0c1724;--surface:#142437;--surface-2:#1b314a;--text:#e7f0fb;--muted:#9eb3ca;--line:#29425f;--primary:#5aa1ff;--primary-dark:#3f88ea;--success:#3fa76b;--warning:#d39c3b;--danger:#d96470;--shadow:0 14px 36px rgba(0,0,0,.34)}html[data-theme='dark'] body{background:var(--bg);color:var(--text)}html[data-theme='dark'] .topbar{background:rgba(11,19,30,.92)}html[data-theme='dark'] .panel,html[data-theme='dark'] .metric-card,html[data-theme='dark'] .content-card,html[data-theme='dark'] .result-card,html[data-theme='dark'] .news-card,html[data-theme='dark'] .login-card{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow)}html[data-theme='dark'] .login-page{background:linear-gradient(140deg,#081521,#173b61 55%,#0e1f31 55%)}html[data-theme='dark'] .field input,html[data-theme='dark'] .field select,html[data-theme='dark'] .field textarea,html[data-theme='dark'] .stack-form input,html[data-theme='dark'] .stack-form select,html[data-theme='dark'] .stack-form textarea,html[data-theme='dark'] .filters input,html[data-theme='dark'] .filters select{background:#102131;border-color:#315073;color:var(--text)}html[data-theme='dark'] .button-ghost{background:transparent;color:#d6e6f7;border-color:#355170}html[data-theme='dark'] .button-secondary{background:#213b56;color:#dcecff}html[data-theme='dark'] .checkbox-field,html[data-theme='dark'] .mini-metrics div,html[data-theme='dark'] .facts div,html[data-theme='dark'] .file-list a,html[data-theme='dark'] .chips span,html[data-theme='dark'] .chips a,html[data-theme='dark'] .tag,html[data-theme='dark'] .linked-document,html[data-theme='dark'] .document-card,html[data-theme='dark'] .signature-preview,html[data-theme='dark'] .public-discord-required,html[data-theme='dark'] .public-discord-verified{background:var(--surface-2);border-color:var(--line);color:var(--text)}html[data-theme='dark'] .doc-icon{background:#20384f;color:#d7e7f8}html[data-theme='dark'] .announcement{background:#2a2c16;border-color:#5b5732}html[data-theme='dark'] .announcement span{color:#f1e8a8}html[data-theme='dark'] .alert-success{background:#173323;color:#bfe9cf}html[data-theme='dark'] .alert-error{background:#3a1c20;color:#ffced3}html[data-theme='dark'] .alert-info{background:#173342;color:#bde9f5}html[data-theme='dark'] .alert-warning{background:#3b2f19;color:#f7ddb0}html[data-theme='dark'] .muted,html[data-theme='dark'] .page-heading p,html[data-theme='dark'] .panel-heading p,html[data-theme='dark'] .metric-card span,html[data-theme='dark'] .metric-card small,html[data-theme='dark'] .list-row span,html[data-theme='dark'] td small,html[data-theme='dark'] .field small,html[data-theme='dark'] .document-card p,html[data-theme='dark'] .document-card small,html[data-theme='dark'] .sidebar-user small,html[data-theme='dark'] .timeline-item span{color:var(--muted)}html[data-theme='dark'] .topbar-title,html[data-theme='dark'] a:not(.button):not(.brand):not(.sidebar-user){color:#8fc0ff}html[data-theme='dark'] .sidebar{background:#09182a}html[data-theme='dark'] .nav a{color:#d3e5f8}html[data-theme='dark'] .nav a:hover,html[data-theme='dark'] .nav a.active,html[data-theme='dark'] .sidebar-user:hover,html[data-theme='dark'] .sidebar-user.active{background:rgba(255,255,255,.08)}html[data-theme='dark'] .nav-badge{background:#23405e;color:#dff0ff}html[data-theme='dark'] .brand-mark{background:#123457;color:#dff0ff}html[data-theme='dark'] .pagination a,html[data-theme='dark'] .pagination span{background:var(--surface-2)}@media(max-width:900px){.theme-toggle-button{width:100%;min-width:0}.page-heading{align-items:stretch}}


.sidebar{overflow:hidden;background:#0b315f;padding-bottom:0}
.brand{flex:0 0 auto}
.nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:5px;padding-bottom:16px;scrollbar-width:thin;scrollbar-color:#4777a7 transparent}
.nav::-webkit-scrollbar{width:6px}.nav::-webkit-scrollbar-track{background:transparent}.nav::-webkit-scrollbar-thumb{background:#4777a7;border-radius:999px}.nav::-webkit-scrollbar-thumb:hover{background:#5c8dbc}
.sidebar-footer{position:relative;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:8px;margin:0 -18px;padding:13px 16px 15px;border-top:1px solid rgba(157,201,241,.28);background:#0f3a6b;box-shadow:0 -10px 24px rgba(4,24,48,.16)}
.sidebar-user{min-width:0;margin:0;padding:9px 10px;border-top:0;background:rgba(255,255,255,.025)}
.sidebar-user:hover,.sidebar-user.active{background:rgba(255,255,255,.09)}
.sidebar-theme-toggle{position:relative;width:42px;height:42px;border:1px solid rgba(190,221,250,.24);border-radius:13px;background:#174b80;color:#dceeff;display:grid;place-items:center;cursor:pointer;overflow:hidden;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}
.sidebar-theme-toggle:hover{background:#20609f;border-color:rgba(211,234,255,.5);transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.sidebar-theme-toggle:focus-visible{outline:3px solid rgba(119,190,255,.58);outline-offset:2px}
.theme-icon{position:absolute;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:opacity .25s,transform .35s}
.theme-icon-moon{opacity:1;transform:rotate(0deg) scale(1)}.theme-icon-sun{opacity:0;transform:rotate(-90deg) scale(.65)}
html[data-theme='dark'] .theme-icon-moon{opacity:0;transform:rotate(90deg) scale(.65)}html[data-theme='dark'] .theme-icon-sun{opacity:1;transform:rotate(0deg) scale(1)}
.theme-icon-star{stroke-width:1.6}
html[data-theme='dark'] .sidebar{background:#071525}
html[data-theme='dark'] .sidebar-footer{background:#0b2138;border-top-color:rgba(142,186,224,.25);box-shadow:0 -10px 24px rgba(0,0,0,.28)}
html[data-theme='dark'] .sidebar-theme-toggle{background:#183650;border-color:#315778;color:#ffd879}
html[data-theme='dark'] .sidebar-theme-toggle:hover{background:#214865}
@media(max-width:800px){.sidebar{height:100dvh}.sidebar-footer{padding-bottom:max(15px,env(safe-area-inset-bottom))}}


input[type=checkbox]:not([hidden]),input[type=radio]:not([hidden]){-webkit-appearance:none;appearance:none;width:20px;height:20px;margin:0;flex:0 0 20px;border:1.5px solid #8aaed3;background:#fff;display:inline-grid;place-content:center;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;vertical-align:middle;position:relative}input[type=checkbox]:not([hidden]){border-radius:7px}input[type=radio]:not([hidden]){border-radius:50%}input[type=checkbox]:not([hidden])::before,input[type=radio]:not([hidden])::before{content:"";display:block;transition:transform .18s ease,opacity .18s ease;opacity:0}input[type=checkbox]:not([hidden])::before{width:14px;height:14px;transform:scale(.65);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3 8.5l3.1 3.1L13 4.8'/%3E%3C/svg%3E") center/14px 14px no-repeat}input[type=radio]:not([hidden])::before{width:10px;height:10px;border-radius:50%;background:#fff;transform:scale(.35)}input[type=checkbox]:not([hidden]):checked,input[type=radio]:not([hidden]):checked{border-color:#2f80ed;background:linear-gradient(180deg,#4f9dff,#2f80ed);box-shadow:0 0 0 4px rgba(47,128,237,.14)}input[type=checkbox]:not([hidden]):checked::before,input[type=radio]:not([hidden]):checked::before{opacity:1;transform:scale(1)}input[type=checkbox]:not([hidden]):hover,input[type=radio]:not([hidden]):hover{border-color:#5a96d6}input[type=checkbox]:not([hidden]):focus-visible,input[type=radio]:not([hidden]):focus-visible{outline:none;box-shadow:0 0 0 4px rgba(47,128,237,.18)}input[type=checkbox]:not([hidden]):disabled,input[type=radio]:not([hidden]):disabled{cursor:not-allowed;opacity:.6}input[type=checkbox]:not([hidden])+span,input[type=radio]:not([hidden])+span{min-width:0}.checkbox-field{gap:12px;align-items:flex-start}.checkbox-field label{font-weight:700;line-height:1.45}.choices label{grid-template-columns:20px 1fr;align-items:flex-start;column-gap:12px}.choices input{margin-top:1px}.answer-correct-toggle{display:inline-flex;align-items:center;gap:8px}.public-checkbox{gap:12px}.public-checkbox span{min-width:0}.public-checkbox input{margin-top:1px}
html[data-theme='dark'] input[type=checkbox]:not([hidden]),html[data-theme='dark'] input[type=radio]:not([hidden]){background:#112233;border-color:#4b6b8c}html[data-theme='dark'] input[type=checkbox]:not([hidden]):checked,html[data-theme='dark'] input[type=radio]:not([hidden]):checked{border-color:#73b1ff;background:linear-gradient(180deg,#6bb2ff,#3e8cf0);box-shadow:0 0 0 4px rgba(89,153,255,.18)}html[data-theme='dark'] .prose,html[data-theme='dark'] .lecture-content,html[data-theme='dark'] .lecture-content p,html[data-theme='dark'] .lecture-content li,html[data-theme='dark'] .content-card p,html[data-theme='dark'] .news-card p,html[data-theme='dark'] .document-card p,html[data-theme='dark'] .file-list small,html[data-theme='dark'] .list-row span{color:#c7d9ec}html[data-theme='dark'] .eyebrow{color:#6fb2ff}html[data-theme='dark'] h1,html[data-theme='dark'] h2,html[data-theme='dark'] h3,html[data-theme='dark'] strong,html[data-theme='dark'] .detail-header,html[data-theme='dark'] .result-score{color:#f3f8ff}html[data-theme='dark'] .lecture-content{background:#15293d}html[data-theme='dark'] .sticky-actions{background:rgba(12,24,36,.96);border-color:#314c67}html[data-theme='dark'] .status-approved{background:#19392b;color:#cbf2da}html[data-theme='dark'] .status-revision{background:#3b3118;color:#ffe0a0}html[data-theme='dark'] .list-row{border-top-color:#29425f}html[data-theme='dark'] .panel .button-ghost{color:#dcecff;border-color:#355170}html[data-theme='dark'] .panel .button-primary{color:#fff}@media(max-width:640px){.choices label{grid-template-columns:20px 1fr}.checkbox-field{align-items:flex-start}}


html[data-theme='dark'] .panel{background:#13263a;border-color:#294766}html[data-theme='dark'] .panel.prose,html[data-theme='dark'] .news-body,html[data-theme='dark'] article.prose{color:#d8e7f6!important}html[data-theme='dark'] .news-body p,html[data-theme='dark'] .news-body li,html[data-theme='dark'] .news-body div,html[data-theme='dark'] .prose p,html[data-theme='dark'] .prose li,html[data-theme='dark'] .prose div{color:#d8e7f6!important}html[data-theme='dark'] .news-body strong,html[data-theme='dark'] .prose strong{color:#f5fbff!important}html[data-theme='dark'] .news-body a,html[data-theme='dark'] .prose a{color:#8cc3ff!important}html[data-theme='dark'] .news-body ul,html[data-theme='dark'] .news-body ol,html[data-theme='dark'] .prose ul,html[data-theme='dark'] .prose ol{color:#d8e7f6!important;padding-left:1.4rem}html[data-theme='dark'] .linked-document{background:#182e45;border-color:#30506f}html[data-theme='dark'] .linked-document p{color:#d0e0ef}html[data-theme='dark'] .page-heading .eyebrow{color:#73b8ff}html[data-theme='dark'] .page-heading>div>p{color:#bfd1e4}html[data-theme='dark'] .announcement{background:linear-gradient(180deg,#383713,#31300f);border-color:#6d6a2f}html[data-theme='dark'] .announcement strong{color:#fff2a2}html[data-theme='dark'] .announcement span{color:#f3efc7}@media(max-width:800px){html[data-theme='dark'] .panel{padding:18px}}


.field.checkbox-field{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px 12px;align-items:start;background:var(--surface-2);padding:14px;border-radius:12px}.field.checkbox-field>label{grid-column:2;grid-row:1;margin:0;font-weight:800;line-height:1.45}.field.checkbox-field>input[type=checkbox]{grid-column:1;grid-row:1;margin-top:2px}.field.checkbox-field>small{grid-column:2}.field.checkbox-field>.field-error{grid-column:1 / -1}.field.checkbox-field .helptext{grid-column:2}html[data-theme='dark'] .field.checkbox-field{background:var(--surface-2)}


html[data-theme='dark'] .public-body{background:#081421;color:#e7f1fb}
html[data-theme='dark'] .public-header{background:rgba(8,20,33,.94);border-bottom-color:#253f59}
html[data-theme='dark'] .public-brand{color:#f4f8fc}
html[data-theme='dark'] .public-brand small{color:#a9bdd2}
html[data-theme='dark'] .public-brand-mark{background:linear-gradient(145deg,#214263,#18314b);color:#9bcaff;box-shadow:0 8px 22px rgba(0,0,0,.28)}
html[data-theme='dark'] .public-nav-links>a:not(.button){color:#c2d5e8}
html[data-theme='dark'] .public-nav-links>a:not(.button):hover{color:#82bfff}
html[data-theme='dark'] .public-login-link{background:#13283d;border-color:#35536f;color:#e7f2ff}
html[data-theme='dark'] .public-hero{background:radial-gradient(circle at 82% 18%,rgba(50,129,200,.18),transparent 30%),linear-gradient(135deg,#0b1928 0%,#0d1d2e 55%,#10263a 100%)}
html[data-theme='dark'] .public-hero:before{border-color:rgba(104,174,239,.14);box-shadow:0 0 0 70px rgba(64,137,204,.04),0 0 0 140px rgba(64,137,204,.025)}
html[data-theme='dark'] .public-hero h1{color:#f2f7fc}
html[data-theme='dark'] .public-hero-copy>p{color:#c2d3e4}
html[data-theme='dark'] .public-kicker{color:#72b5ff}
html[data-theme='dark'] .public-hero-facts strong{color:#86c2ff}
html[data-theme='dark'] .public-hero-facts span{color:#a9bed3}
html[data-theme='dark'] .public-section{background:#081421;color:#e7f1fb}
html[data-theme='dark'] .public-section-soft{background:#0d1d2d}
html[data-theme='dark'] .public-section-dark{background:#0a2138}
html[data-theme='dark'] .public-section-heading h2,html[data-theme='dark'] .public-about-grid h2,html[data-theme='dark'] .public-service-detail h2,html[data-theme='dark'] .public-cta h2{color:#f2f7fc}
html[data-theme='dark'] .public-section-heading p,html[data-theme='dark'] .public-prose,html[data-theme='dark'] .public-service-detail-head>p{color:#c1d3e4}
html[data-theme='dark'] .public-values article,html[data-theme='dark'] .public-service-card,html[data-theme='dark'] .public-service-detail{background:#13273b;border-color:#294863;box-shadow:0 14px 36px rgba(0,0,0,.26)}
html[data-theme='dark'] .public-values h3,html[data-theme='dark'] .public-service-card h3,html[data-theme='dark'] .public-service-detail h3{color:#f2f7fc}
html[data-theme='dark'] .public-values p,html[data-theme='dark'] .public-service-card p{color:#bfd1e2}
html[data-theme='dark'] .public-service-number{background:#1d3a56;color:#9bcaff}
html[data-theme='dark'] .public-text-link{color:#88c0fb}
html[data-theme='dark'] .public-requirements-grid>div{background:#182e43;border:1px solid #294b68}
html[data-theme='dark'] .public-check-list li,html[data-theme='dark'] .public-step-list li{color:#cfdeec}
html[data-theme='dark'] .public-check-list li:before{background:#21415f;color:#a7d4ff}
html[data-theme='dark'] .public-step-list li:before{background:#397fc1;color:#fff}
html[data-theme='dark'] .public-staff-card{background:rgba(255,255,255,.055);border-color:rgba(180,215,246,.16)}
html[data-theme='dark'] .public-staff-card h3{color:#f5f9fd}
html[data-theme='dark'] .public-staff-card strong{color:#91c9ff}
html[data-theme='dark'] .public-staff-card span{color:#bed1e3}
html[data-theme='dark'] .public-empty-state{background:#13273b;border-color:#41617f;color:#bed1e3}
html[data-theme='dark'] .public-empty-state-dark{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.18);color:#c8d9e9}
html[data-theme='dark'] .public-cta{background:linear-gradient(120deg,#10263a,#0b1928)}
html[data-theme='dark'] .public-footer{background:#06111d;border-top:1px solid #223a51}
html[data-theme='dark'] .public-footer strong{color:#f4f8fc}
html[data-theme='dark'] .public-footer p{color:#9fb5ca}
html[data-theme='dark'] .public-footer a{color:#b9d9f5}
html[data-theme='dark'] .public-form-hero{background:linear-gradient(135deg,#0d1f31,#10263a)}
html[data-theme='dark'] .public-form-heading h1{color:#f2f7fc}
html[data-theme='dark'] .public-form-heading>p{color:#c2d3e4}
html[data-theme='dark'] .public-back-link{color:#8dc4ff}
html[data-theme='dark'] .public-form-section{background:#081421}
html[data-theme='dark'] .public-form-aside{background:#13273b;border-color:#294863}
html[data-theme='dark'] .public-form-aside h2,html[data-theme='dark'] .public-form-aside h3{color:#f2f7fc}
html[data-theme='dark'] .public-form-aside>p{color:#bfd1e2}
html[data-theme='dark'] .public-security-note{background:#1a3249;color:#eef6fd}
html[data-theme='dark'] .public-security-note span{color:#bed1e3}
html[data-theme='dark'] .public-form-card{background:#13273b;border-color:#294863;box-shadow:0 20px 52px rgba(0,0,0,.30)}
html[data-theme='dark'] .public-form-card>h2{color:#f2f7fc}
html[data-theme='dark'] .public-form-field label{color:#d7e6f4}
html[data-theme='dark'] .public-form-field input:not([type=checkbox]),html[data-theme='dark'] .public-form-field textarea,html[data-theme='dark'] .public-form-field select{background:#0e2031;border-color:#365674;color:#ecf5fd}
html[data-theme='dark'] .public-form-field input::placeholder,html[data-theme='dark'] .public-form-field textarea::placeholder{color:#8099b2}
html[data-theme='dark'] .public-form-field small,html[data-theme='dark'] .public-form-footnote{color:#a9bed3}
html[data-theme='dark'] .public-consent-field{background:#182f45}
html[data-theme='dark'] .public-checkbox{color:#dce9f5}
html[data-theme='dark'] .public-discord-required,html[data-theme='dark'] .public-discord-verified{background:#182f45;border-color:#345673}
html[data-theme='dark'] .public-discord-required strong,html[data-theme='dark'] .public-discord-verified strong{color:#f3f8fc}
html[data-theme='dark'] .public-discord-required span,html[data-theme='dark'] .public-discord-verified small{color:#b9cde0}
html[data-theme='dark'] .public-success-section{background:linear-gradient(145deg,#0b1a29,#10263a)}
html[data-theme='dark'] .public-success-card{background:#13273b;border-color:#294863;box-shadow:0 25px 70px rgba(0,0,0,.34)}
html[data-theme='dark'] .public-success-card h1{color:#f3f8fc}
html[data-theme='dark'] .public-success-card p{color:#c1d3e4}
html[data-theme='dark'] .public-success-icon{background:#1d3f5d;color:#9ed0ff}
html[data-theme='dark'] .public-application-number{background:#1c3a55;color:#a9d4ff}


.sticky-actions{width:fit-content;max-width:min(100%,760px);min-width:min(100%,320px);margin:20px 0 0 auto;align-items:center}.sticky-actions.compact{min-width:0}.sticky-actions form{display:inline-flex;align-items:center}.sticky-actions .button{flex:0 0 auto}.form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start;width:fit-content;max-width:100%}.field-wide.form-actions,.form-grid .form-actions.field-wide{grid-column:1 / -1}.panel .form-actions,.stack-form .form-actions{margin-top:10px}.report-actions,.review-actions{width:fit-content;max-width:100%}.question .sticky-actions,.lecture-content + .sticky-actions,.exam-take .sticky-actions{max-width:min(100%,640px)}html[data-theme='dark'] .sticky-actions{background:rgba(10,21,33,.96);border-color:#314c67;box-shadow:0 14px 36px rgba(0,0,0,.38)}@media(max-width:900px){.sticky-actions{width:100%;max-width:100%;min-width:0;margin:18px 0 0 0;justify-content:flex-end}.sticky-actions .button{flex:0 1 auto}.form-actions{width:100%}}@media(max-width:640px){.sticky-actions,.form-actions{flex-direction:column;align-items:stretch}.sticky-actions .button,.sticky-actions form,.sticky-actions form .button,.form-actions .button{width:100%}}


.workspace-panel{width:min(100%,1240px);margin-left:0;margin-right:auto}.workspace-table{border-top:1px solid var(--line);padding-top:4px}.filter-toolbar{display:grid;grid-template-columns:minmax(240px,340px) minmax(180px,240px) minmax(160px,220px) auto;gap:12px;align-items:end;width:fit-content;max-width:100%;padding:14px;margin:0 0 20px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.filter-control{display:grid;gap:6px;min-width:0}.filter-control>span{font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.filter-control input,.filter-control select{width:100%;height:42px;min-width:0;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.filter-control input:focus,.filter-control select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,128,237,.14)}.filter-submit{height:42px;align-self:end}.filters,.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:fit-content;max-width:100%;padding:12px;margin:0 0 18px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.filters input,.filters select,.filter-bar input,.filter-bar select{width:auto;min-width:180px;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:var(--surface);color:var(--text)}.filters input,.filter-bar input{min-width:240px}.table-action-cell{text-align:right}.table-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 11px;border:1px solid var(--line);border-radius:9px;font-weight:700;background:var(--surface-2)}.table-action:hover{background:var(--primary);border-color:var(--primary);color:#fff}.status-new{background:#dfeeff;color:#245f9c}.status-in_review{background:#fff0d5;color:#80530e}.status-closed{background:#edf1f5;color:#5e6f82}.report-example-panel{width:min(100%,1120px)}.report-form-panel{width:min(100%,980px)}.report-form-panel .field:not(.checkbox-field){display:flex;flex-direction:column;gap:7px}.report-form-panel .field:not(.checkbox-field)>input,.report-form-panel .field:not(.checkbox-field)>select,.report-form-panel .field:not(.checkbox-field)>textarea{width:100%}.report-form-actions{width:fit-content}.reports-workspace .filter-toolbar{grid-template-columns:minmax(180px,230px) minmax(240px,340px) auto}
html[data-theme='dark'] .filter-toolbar,html[data-theme='dark'] .filters,html[data-theme='dark'] .filter-bar{background:#172c42;border-color:#31506f}html[data-theme='dark'] .filter-control input,html[data-theme='dark'] .filter-control select,html[data-theme='dark'] .filters input,html[data-theme='dark'] .filters select,html[data-theme='dark'] .filter-bar input,html[data-theme='dark'] .filter-bar select{background:#0f2132;border-color:#3a5a79;color:#edf6ff}html[data-theme='dark'] .filter-control>span{color:#a9bfd5}html[data-theme='dark'] .table-action{background:#1a334b;border-color:#3a5875;color:#9dccff}html[data-theme='dark'] .table-action:hover{background:#3e8cf0;border-color:#3e8cf0;color:#fff}html[data-theme='dark'] .status-new{background:#203b58;color:#b8dcff}html[data-theme='dark'] .status-in_review{background:#44351b;color:#ffe1a3}html[data-theme='dark'] .status-closed{background:#2a3440;color:#c7d3df}
@media(max-width:1050px){.filter-toolbar{grid-template-columns:minmax(220px,1fr) minmax(170px,1fr);width:100%}.filter-submit{width:fit-content}.reports-workspace .filter-toolbar{grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) auto}}@media(max-width:700px){.workspace-panel,.report-example-panel,.report-form-panel{width:100%}.filter-toolbar,.reports-workspace .filter-toolbar{grid-template-columns:1fr;width:100%}.filter-submit{width:100%}.filters,.filter-bar{width:100%;flex-direction:column;align-items:stretch}.filters input,.filters select,.filter-bar input,.filter-bar select{width:100%;max-width:none;min-width:0}.table-action-cell{text-align:left}.report-form-actions{width:100%}}


.news-image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px;margin:24px 0}.news-image-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface-2);color:var(--text);box-shadow:0 10px 24px rgba(21,68,116,.10);transition:transform .18s,box-shadow .18s,border-color .18s}.news-image-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(21,68,116,.16);border-color:#9fc5ea}.news-image-card img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;background:#0b1724}.news-image-card span{padding:10px 13px;font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-card-cover{display:block;margin:-20px -20px 16px;overflow:hidden;border-radius:15px 15px 0 0;background:#0b1724}.news-card-cover img{display:block;width:100%;height:210px;object-fit:cover;transition:transform .25s}.news-card-cover:hover img{transform:scale(1.025)}html[data-theme='dark'] .news-image-card{background:#142a40;border-color:#315170;box-shadow:0 12px 28px rgba(0,0,0,.28)}html[data-theme='dark'] .news-image-card span{color:#c5d8eb}html[data-theme='dark'] .news-image-card img,html[data-theme='dark'] .news-card-cover{background:#07111c}@media(max-width:640px){.news-image-gallery{grid-template-columns:1fr}.news-image-card img{max-height:460px}.news-card-cover img{height:180px}}


.lecture-page{max-width:1180px}.lecture-heading{margin-bottom:18px}.lecture-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.lecture-presentation-card,.lecture-reader-card{overflow:hidden}.lecture-presentation-tip{font-size:12px;color:var(--muted);background:var(--surface-2);padding:9px 12px;border-radius:999px}.lecture-presentation{display:flex;flex-direction:column;gap:16px}.lecture-stage{position:relative;border-radius:22px;background:linear-gradient(180deg,#f4f9ff,#edf6ff);border:1px solid var(--line);padding:18px;min-height:420px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.lecture-stage-inner{width:100%}.lecture-slides{width:100%}.lecture-slide{margin:0;display:flex;flex-direction:column;gap:14px}.lecture-slide img{width:100%;max-height:600px;object-fit:contain;border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(26,67,111,.14)}.lecture-slide figcaption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 6px}.lecture-slide figcaption strong{display:block}.lecture-slide figcaption span{display:block;font-size:13px;color:var(--muted);margin-top:3px}.lecture-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;display:grid;place-items:center;background:rgba(12,37,66,.18);backdrop-filter:blur(8px);color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease,opacity .18s ease;z-index:2}.lecture-arrow:hover{background:rgba(12,37,66,.30);transform:translateY(-50%) scale(1.04)}.lecture-arrow:disabled{opacity:.45;cursor:default}.lecture-arrow svg{width:26px;height:26px}.lecture-arrow-prev{left:22px}.lecture-arrow-next{right:22px}.lecture-counter{position:absolute;right:26px;bottom:24px;background:rgba(8,24,42,.62);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}.lecture-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px}.lecture-thumb{position:relative;padding:0;border:1px solid var(--line);background:var(--surface-2);border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 8px 20px rgba(32,86,145,.08)}.lecture-thumb img{display:block;width:100%;height:86px;object-fit:cover}.lecture-thumb span{position:absolute;right:8px;bottom:8px;min-width:24px;height:24px;border-radius:999px;background:rgba(6,24,42,.68);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.lecture-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px rgba(47,128,237,.18)}.lecture-reader-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.lecture-reader-header h2{margin-bottom:5px}.lecture-reader-header p{margin:0;color:var(--muted)}.lecture-reading-surface{background:linear-gradient(180deg,#f8fbff 0%,#f2f8ff 100%);border:1px solid var(--line);border-radius:22px;padding:26px 22px;font-size:18px;line-height:1.9;color:#234d76;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}.lecture-reading-surface p{margin:0 0 18px}.lecture-reading-surface p:last-child{margin-bottom:0}.lecture-file-list a{align-items:center}.lecture-actions{margin-top:18px}.button-small{padding:8px 12px;font-size:13px;border-radius:9px}html[data-theme='dark'] .lecture-presentation-tip{background:#1a3148;color:#bed1e4}html[data-theme='dark'] .lecture-stage{background:linear-gradient(180deg,#112336,#0d1d2d);border-color:#274764;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}html[data-theme='dark'] .lecture-slide img{background:#0b1724;box-shadow:0 20px 44px rgba(0,0,0,.34)}html[data-theme='dark'] .lecture-arrow{background:rgba(255,255,255,.12)}html[data-theme='dark'] .lecture-arrow:hover{background:rgba(255,255,255,.18)}html[data-theme='dark'] .lecture-counter{background:rgba(255,255,255,.12)}html[data-theme='dark'] .lecture-thumb{background:#15293d;border-color:#294766;box-shadow:none}html[data-theme='dark'] .lecture-reading-surface{background:linear-gradient(180deg,#13283d 0%,#102335 100%);border-color:#274764;color:#eef6ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}html[data-theme='dark'] .lecture-reading-surface p{color:#eef6ff!important}html[data-theme='dark'] .lecture-reading-surface strong,html[data-theme='dark'] .lecture-reading-surface b{color:#ffffff!important}html[data-theme='dark'] .lecture-reading-surface a{color:#8fc6ff!important}@media(max-width:900px){.lecture-stage{min-height:320px;padding:14px}.lecture-slide figcaption{flex-direction:column;align-items:flex-start}.lecture-arrow-prev{left:14px}.lecture-arrow-next{right:14px}.lecture-counter{right:14px;bottom:14px}}@media(max-width:640px){.lecture-reader-header{flex-direction:column}.lecture-stage{min-height:240px;border-radius:18px}.lecture-slide img{border-radius:12px}.lecture-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.lecture-thumb img{height:74px}.lecture-arrow{width:44px;height:44px}.lecture-reading-surface{padding:20px 16px;font-size:16px;line-height:1.8}}

.lecture-document-viewer-list{display:grid;gap:20px}.lecture-document-viewer{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface-2);box-shadow:0 14px 34px rgba(32,86,145,.10);outline:none}.lecture-document-viewer:focus-visible{box-shadow:0 0 0 4px rgba(47,128,237,.18),0 14px 34px rgba(32,86,145,.10)}.lecture-document-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.65)}.lecture-document-title{display:flex;align-items:center;gap:12px;min-width:0}.lecture-document-title>div{min-width:0}.lecture-document-title strong,.lecture-document-title span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lecture-document-title span{font-size:12px;color:var(--muted);margin-top:3px}.lecture-document-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center;background:#dcecff;color:#2669ad}.lecture-document-icon svg{width:23px;height:23px}.lecture-document-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.lecture-viewer-icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--text);cursor:pointer}.lecture-viewer-icon-button:hover{background:var(--surface-2)}.lecture-viewer-icon-button svg{width:20px;height:20px}.lecture-document-stage{position:relative;min-height:520px;display:grid;place-items:center;padding:22px;background:linear-gradient(145deg,#eaf4ff,#dfeeff);overflow:hidden}.lecture-document-page{display:block;max-width:100%;max-height:690px;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 20px 50px rgba(15,50,87,.20)}.lecture-document-state{display:grid;justify-items:center;gap:8px;text-align:center;color:var(--text);padding:30px;max-width:520px}.lecture-document-state small{color:var(--muted);line-height:1.55}.lecture-document-state.is-error{color:var(--danger)}.lecture-viewer-spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(47,128,237,.18);border-top-color:var(--primary);animation:lecture-viewer-spin .8s linear infinite}.lecture-viewer-error-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffe1e3;color:#92353d;font-weight:900}@keyframes lecture-viewer-spin{to{transform:rotate(360deg)}}.lecture-document-stage .lecture-arrow{opacity:.32}.lecture-document-stage:hover .lecture-arrow,.lecture-document-viewer:focus-within .lecture-arrow{opacity:.92}.lecture-document-stage .lecture-arrow:disabled{opacity:.12}.lecture-document-footer{display:grid;grid-template-columns:auto auto minmax(120px,1fr);align-items:center;gap:14px;padding:12px 16px;border-top:1px solid var(--line);background:rgba(255,255,255,.60)}.lecture-document-counter{min-width:70px;font-weight:900;font-size:13px}.lecture-page-jump{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.lecture-page-jump input{width:72px;border:1px solid var(--line);border-radius:9px;padding:7px 8px;background:var(--surface);color:var(--text);text-align:center}.lecture-document-progress{height:6px;border-radius:999px;background:rgba(47,128,237,.12);overflow:hidden}.lecture-document-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#58b7ff);transition:width .2s ease}.lecture-document-viewer:fullscreen{width:100vw;height:100vh;border-radius:0;background:#071421;display:grid;grid-template-rows:auto 1fr auto}.lecture-document-viewer:fullscreen .lecture-document-stage{min-height:0;height:100%}.lecture-document-viewer:fullscreen .lecture-document-page{max-height:calc(100vh - 150px)}html[data-theme='dark'] .lecture-document-viewer{background:#102438;border-color:#2b4a66;box-shadow:0 18px 42px rgba(0,0,0,.32)}html[data-theme='dark'] .lecture-document-toolbar,html[data-theme='dark'] .lecture-document-footer{background:rgba(12,28,43,.90);border-color:#2b4a66}html[data-theme='dark'] .lecture-document-icon{background:#183a59;color:#9dcfff}html[data-theme='dark'] .lecture-viewer-icon-button{border-color:#34536f;color:#e8f2fc}html[data-theme='dark'] .lecture-viewer-icon-button:hover{background:#183149}html[data-theme='dark'] .lecture-document-stage{background:linear-gradient(145deg,#0b1928,#10263a)}html[data-theme='dark'] .lecture-document-page{background:#fff;box-shadow:0 24px 58px rgba(0,0,0,.48)}html[data-theme='dark'] .lecture-page-jump input{background:#0d2032;border-color:#34536f;color:#eef6ff}html[data-theme='dark'] .lecture-document-progress{background:rgba(113,177,242,.14)}@media(max-width:820px){.lecture-document-toolbar{align-items:flex-start;flex-direction:column}.lecture-document-toolbar-actions{width:100%;justify-content:flex-start}.lecture-document-stage{min-height:390px;padding:14px}.lecture-document-footer{grid-template-columns:auto auto;}.lecture-document-progress{grid-column:1 / -1}.lecture-document-page{max-height:540px}}@media(max-width:560px){.lecture-document-toolbar-actions .button{flex:1}.lecture-document-stage{min-height:280px;padding:10px}.lecture-document-stage .lecture-arrow{width:42px;height:42px}.lecture-document-footer{grid-template-columns:1fr;gap:10px}.lecture-page-jump{justify-content:space-between}.lecture-document-progress{grid-column:auto}.lecture-document-page{max-height:420px}}


.discord-logo,.discord-logo-login{display:block;width:18px;height:18px;min-width:18px;max-width:18px;flex:0 0 18px}
.public-theme-toggle{position:relative;width:38px;height:38px;flex:0 0 38px;border:1px solid var(--line);border-radius:11px;background:#eef7ff;color:#245f9c;display:grid;place-items:center;cursor:pointer;overflow:hidden;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s}
.public-theme-toggle:hover{background:#e1f0ff;border-color:#a8caeb;transform:translateY(-1px);box-shadow:0 8px 18px rgba(28,76,125,.12)}
.public-theme-toggle:focus-visible{outline:3px solid rgba(47,128,237,.22);outline-offset:2px}
.public-theme-toggle .theme-icon{width:19px;height:19px}
html[data-theme='dark'] .public-theme-toggle{background:#173049;border-color:#34536f;color:#ffd879}
html[data-theme='dark'] .public-theme-toggle:hover{background:#1d3d5b;border-color:#4a6d8d}
.news-image-gallery{grid-template-columns:repeat(auto-fit,minmax(220px,360px));justify-content:start;align-items:start;gap:14px}
.news-image-card{width:100%;max-width:360px;border-radius:14px}
.news-image-card img{width:100%;height:auto;max-height:360px;object-fit:contain}
.news-card-cover{max-width:520px;margin:-20px auto 16px}
.news-card-cover img{height:160px}
.news-image-card span{display:none}
.lecture-document-state-loading{padding:20px;min-height:96px}
.lecture-document-state-loading .lecture-viewer-spinner{width:30px;height:30px}
.lecture-document-viewer.is-ready .lecture-document-state-loading{display:none}
@media(max-width:900px){.public-nav-links{gap:10px}.public-theme-toggle{order:3}.public-login-link{order:4}}
@media(max-width:640px){.news-image-gallery{grid-template-columns:minmax(0,1fr)}.news-image-card{max-width:100%}.news-image-card img{max-height:320px}.news-card-cover{max-width:100%}.news-card-cover img{height:145px}}


.news-image-card,
html[data-theme='dark'] .news-image-card{
  display:block;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.news-image-card:hover,
html[data-theme='dark'] .news-image-card:hover{
  transform:none;
  border-color:transparent;
  box-shadow:none;
}
.news-image-card img,
html[data-theme='dark'] .news-image-card img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:360px;
  object-fit:contain;
  background:transparent;
  border-radius:10px;
  box-shadow:none;
}
.news-card-cover,
html[data-theme='dark'] .news-card-cover{
  background:transparent;
}
.lecture-document-toolbar-compact{justify-content:flex-end}
.lecture-document-toolbar-compact .lecture-document-toolbar-actions{margin-left:auto}
.lecture-slide figcaption{justify-content:flex-end}
.lecture-slide figcaption>strong{margin-right:auto}
@media(max-width:640px){
  .news-image-card img,html[data-theme='dark'] .news-image-card img{max-height:320px}
  .lecture-document-toolbar-compact .lecture-document-toolbar-actions{width:100%;justify-content:flex-end}
}


.sticky-actions,
.form-actions,
.field-wide.form-actions,
.report-form-actions,
.review-actions,
.report-actions{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:18px 0 0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.sticky-actions form,
.form-actions form,
.report-form-actions form,
.review-actions form,
.report-actions form{
  display:inline-flex;
  align-items:center;
  margin:0;
}
.form-panel>.sticky-actions,
.panel>.sticky-actions,
.panel>.form-actions,
.stack-form>.form-actions{
  width:100%!important;
  margin-top:18px!important;
}
.action-layout-form,
.document-builder-form{
  width:min(100%,980px);
  max-width:980px;
}
.action-layout-form>.form-panel,
.document-builder-form>.form-panel{
  width:100%;
  max-width:none;
}
.action-layout-form>.sticky-actions,
.document-builder-form>.sticky-actions{
  width:100%!important;
  justify-content:flex-end!important;
}
.exam-form>.sticky-actions,
.exam-builder>.sticky-actions,
.lecture-page>.sticky-actions{
  width:100%!important;
  justify-content:flex-end!important;
}
html[data-theme='dark'] .sticky-actions,
html[data-theme='dark'] .form-actions,
html[data-theme='dark'] .report-form-actions,
html[data-theme='dark'] .review-actions,
html[data-theme='dark'] .report-actions{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
@media(max-width:640px){
  .sticky-actions,
  .form-actions,
  .field-wide.form-actions,
  .report-form-actions,
  .review-actions,
  .report-actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .sticky-actions .button,
  .sticky-actions form,
  .sticky-actions form .button,
  .form-actions .button,
  .report-form-actions .button,
  .review-actions .button,
  .report-actions .button{
    width:100%!important;
  }
}

.hr-action-panel{max-width:980px}.hr-terminal-warning{margin:0}.hr-before-after{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:18px;align-items:center;margin:0 0 24px}.hr-before-after>div:not(.hr-arrow){padding:16px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.hr-before-after span,.hr-before-after small{display:block;color:var(--muted)}.hr-before-after strong{display:block;margin:6px 0;font-size:18px}.hr-arrow{font-size:28px;font-weight:800;color:var(--primary)}.hr-delivery{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.hr-delivery span{color:var(--muted)}.hr-blacklist-card{border-color:#efb5ba;background:#fff4f5}.status-applied,.status-sent{background:#ddf4e7;color:#286c49}.status-not_applied,.status-pending{background:#fff1d8;color:#95600f}.status-error,.status-failed{background:#ffe1e3;color:#92353d}html[data-theme='dark'] .hr-blacklist-card{background:#351d22;border-color:#70404a}html[data-theme='dark'] .hr-before-after>div:not(.hr-arrow),html[data-theme='dark'] .hr-delivery{background:var(--surface-2);border-color:var(--line)}@media(max-width:700px){.hr-before-after{grid-template-columns:1fr}.hr-arrow{transform:rotate(90deg);justify-self:center}.hr-delivery{align-items:flex-start;flex-direction:column}}

.hr-role-policy-note{
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--surface-2);
  color:var(--muted);
  font-size:14px;
}
.hr-role-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.hr-role-picker{
  min-width:0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--surface-2);
}
.hr-role-picker-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.hr-role-picker-heading h3{margin:0 0 4px;font-size:17px}
.hr-role-picker-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.hr-role-count{
  display:inline-flex;
  min-width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--surface);
  border:1px solid var(--line);
  font-weight:800;
  color:var(--primary);
}
.hr-role-search{display:block;margin-bottom:12px}
.hr-role-search input{
  width:100%;
  min-height:42px;
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:11px;
  background:var(--surface);
  color:var(--text);
}
.hr-role-grid{
  display:grid;
  gap:8px;
  max-height:320px;
  overflow:auto;
  padding-right:4px;
}
.hr-role-choice{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:11px;
  background:var(--surface);
  cursor:pointer;
  transition:border-color .15s ease,background .15s ease,transform .15s ease;
}
.hr-role-choice:hover{border-color:var(--primary);transform:translateY(-1px)}
.hr-role-choice[hidden]{display:none!important}
.hr-role-choice input{
  position:absolute;
  inline-size:1px;
  block-size:1px;
  opacity:0;
  pointer-events:none;
}
.hr-role-choice-box{
  flex:0 0 20px;
  width:20px;
  height:20px;
  border:2px solid var(--line-strong,var(--line));
  border-radius:6px;
  background:var(--surface);
  box-shadow:inset 0 0 0 3px var(--surface);
}
.hr-role-choice input:checked+.hr-role-choice-box{
  border-color:var(--primary);
  background:var(--primary);
}
.hr-role-choice input:focus-visible+.hr-role-choice-box{outline:3px solid color-mix(in srgb,var(--primary) 28%,transparent);outline-offset:2px}
.hr-role-choice:has(input:checked){border-color:var(--primary);background:color-mix(in srgb,var(--primary) 9%,var(--surface))}
.hr-role-choice-remove:has(input:checked){border-color:#c6535f;background:color-mix(in srgb,#c6535f 9%,var(--surface))}
.hr-role-choice-remove input:checked+.hr-role-choice-box{border-color:#c6535f;background:#c6535f}
.hr-role-choice-name{min-width:0;font-weight:700;line-height:1.3;overflow-wrap:anywhere}
.hr-role-empty{
  padding:20px 8px 6px;
  text-align:center;
  color:var(--muted);
  font-size:14px;
}
.hr-role-empty[hidden]{display:none}
.hr-role-apply{margin-top:16px}
.hr-role-section-terminal .hr-role-columns{display:none}
.hr-role-section-terminal .hr-role-policy-note{display:none}
html[data-theme='dark'] .hr-role-picker,
html[data-theme='dark'] .hr-role-policy-note{background:var(--surface-2)}
html[data-theme='dark'] .employee-search-input {
  background: #102131;
  border-color: #315073;
  color: var(--text);
}
html[data-theme='dark'] .employee-search-input::placeholder {
  color: #829ab3;
}
html[data-theme='dark'] .employee-search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(94, 163, 255, .16);
}
html[data-theme='dark'] .employee-search-clear:hover {
  background: #193149;
}
@media(max-width:820px){
  .hr-role-columns{grid-template-columns:1fr}
  .hr-role-grid{max-height:260px}
}

.employee-search-control {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
}
.employee-search-control > label {
  font-weight: 700;
  font-size: 14px;
}
.employee-search-control > small {
  color: var(--muted);
}
.employee-search-input-wrap {
  position: relative;
}
.employee-search-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c6e2e6;
  border-radius: 10px;
  padding: 11px 44px 11px 12px;
  background: #fff;
  color: var(--text);
  outline: none;
  appearance: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.employee-search-input::placeholder {
  color: var(--muted);
  opacity: .82;
}
.employee-search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(47, 128, 237, .14);
}
.employee-search-input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}
.employee-search-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.employee-search-clear:hover {
  background: var(--surface-2);
  color: var(--text);
}
.employee-search-input:placeholder-shown + .employee-search-clear {
  opacity: 0;
  pointer-events: none;
}
.employee-search-selected {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
}
.employee-search-selected[hidden] {
  display: none;
}
.employee-search-avatar,
.employee-search-result-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary) 14%, var(--surface));
  color: var(--primary);
  font-weight: 800;
}
.employee-search-selected-copy,
.employee-search-result-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.employee-search-selected-copy span,
.employee-search-result-copy small {
  color: var(--muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.employee-search-results {
  position: absolute;
  z-index: 60;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 360px;
  overflow: auto;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(9, 27, 38, .18);
}
.employee-search-results[hidden] {
  display: none;
}
.employee-search-result {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
.employee-search-result:hover,
.employee-search-result:focus-visible {
  outline: none;
  background: var(--surface-2);
}
.employee-search-result-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.employee-search-empty {
  padding: 16px 12px;
  color: var(--muted);
  text-align: center;
}
.employee-search-control.is-locked .employee-search-input {
  cursor: default;
}
@media (max-width: 640px) {
  .employee-search-results {
    max-height: 300px;
  }
  .employee-search-selected-copy span,
  .employee-search-result-copy small {
    font-size: 12px;
  }
}

.hr-role-apply{margin-top:16px;display:grid;gap:7px}
.hr-role-apply-toggle{display:inline-flex!important;align-items:center!important;gap:11px!important;width:fit-content;max-width:100%;font-weight:800;line-height:1.45;cursor:pointer}
.hr-role-apply-toggle>input[type=checkbox]{order:0!important;flex:0 0 20px;margin:0!important}
.hr-role-apply-toggle>span{order:1;min-width:0}
.field>.hr-role-apply-toggle{flex-direction:row!important}


.field.checkbox-field{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important;border:0!important;flex-wrap:wrap}
.field.checkbox-field>input[type=checkbox],.field.checkbox-field>input[type=radio]{order:1;flex:0 0 auto;margin:0!important}
.field.checkbox-field>label{order:2;flex:0 1 auto;margin:0!important;font-weight:800;line-height:1.4}
.field.checkbox-field>small,.field.checkbox-field>.field-error,.field.checkbox-field .helptext{order:3;flex:1 0 100%;margin-top:2px}
.report-form-panel .field.checkbox-field,.disciplinary-form-panel .field.checkbox-field,.personnel-form-panel .field.checkbox-field{justify-content:flex-start}
html[data-theme='dark'] .field.checkbox-field{background:transparent!important}
@media(max-width:640px){.field.checkbox-field{align-items:flex-start}.field.checkbox-field>label{flex:1 1 calc(100% - 34px)}}


.main{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.main>.content{
  width:100%;
  flex:1 0 auto;
}
.unauthenticated-shell{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.unauthenticated-content{
  min-width:0;
  min-height:0;
  display:flex;
  flex:1 0 auto;
}
.unauthenticated-content>.login-page{
  width:100%;
  min-height:0;
  flex:1 0 auto;
}
.public-body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.public-body>main{
  width:100%;
  flex:1 0 auto;
}
.site-copyright{
  width:100%;
  margin-top:auto;
  padding:18px 16px;
  text-align:center;
  font-size:12px;
  line-height:1.6;
  color:color-mix(in srgb,var(--muted) 58%,transparent);
  user-select:none;
}
.site-copyright__main--mobile{
  display:none;
}
.site-copyright__developers{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px;
  margin-top:3px;
  font-size:11px;
  color:color-mix(in srgb,var(--muted) 48%,transparent);
}
.site-copyright__developer{
  color:rgba(13,148,136,.78);
  font-weight:700;
}
.public-footer .site-copyright{
  padding:20px 0 0;
  color:rgba(169,197,225,.58);
}
.public-footer .site-copyright__developers{
  color:rgba(169,197,225,.48);
}
.public-footer .site-copyright__developer{
  color:rgba(94,234,212,.76);
}
html[data-theme='dark'] .site-copyright{
  color:rgba(158,179,202,.55);
}
html[data-theme='dark'] .site-copyright__developers{
  color:rgba(158,179,202,.45);
}
html[data-theme='dark'] .site-copyright__developer{
  color:rgba(45,212,191,.78);
}
@media(max-width:640px){
  .site-copyright{
    padding:14px 12px;
    font-size:10px;
  }
  .site-copyright__main--desktop{
    display:none;
  }
  .site-copyright__main--mobile{
    display:block;
  }
  .site-copyright__developers{
    font-size:10px;
  }
  .public-footer .site-copyright{
    padding-top:16px;
  }
}

body.cookie-notice-visible{
  padding-bottom:var(--cookie-notice-offset,120px);
}
.cookie-notice[hidden]{
  display:none!important;
}
.cookie-notice{
  position:fixed;
  z-index:1000;
  left:50%;
  bottom:max(12px,env(safe-area-inset-bottom));
  width:min(760px,calc(100% - 28px));
  transform:translateX(-50%);
  animation:cookie-notice-in .2s ease-out both;
}
.cookie-notice.is-closing{
  pointer-events:none;
  animation:cookie-notice-out .18s ease-in both;
}
.cookie-notice__inner{
  display:flex;
  align-items:center;
  gap:18px;
  padding:15px 16px 15px 18px;
  border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line));
  border-radius:16px;
  background:color-mix(in srgb,var(--surface) 96%,rgba(30,201,186,.04));
  box-shadow:0 8px 24px rgba(22,69,104,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.cookie-notice__copy{
  min-width:0;
  flex:1 1 auto;
}
.cookie-notice__copy strong{
  display:block;
  margin-bottom:3px;
  color:var(--text);
  font-size:13px;
  line-height:1.35;
}
.cookie-notice__copy p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.cookie-notice__accept{
  flex:0 0 auto;
  min-width:96px;
  min-height:40px;
}
html[data-theme='dark'] .cookie-notice__inner{
  border-color:color-mix(in srgb,#2dd4bf 24%,var(--line));
  background:color-mix(in srgb,var(--surface) 96%,rgba(45,212,191,.04));
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
@keyframes cookie-notice-in{
  from{opacity:0;transform:translate(-50%,10px)}
  to{opacity:1;transform:translate(-50%,0)}
}
@keyframes cookie-notice-out{
  from{opacity:1;transform:translate(-50%,0)}
  to{opacity:0;transform:translate(-50%,8px)}
}
@media(max-width:640px){
  body.cookie-notice-visible{
    padding-bottom:var(--cookie-notice-offset,170px);
  }
  .cookie-notice{
    bottom:max(8px,env(safe-area-inset-bottom));
    width:calc(100% - 16px);
  }
  .cookie-notice__inner{
    align-items:stretch;
    flex-direction:column;
    gap:11px;
    padding:14px;
    border-radius:14px;
  }
  .cookie-notice__copy strong{
    font-size:12px;
  }
  .cookie-notice__copy p{
    font-size:11px;
  }
  .cookie-notice__accept{
    width:100%;
    min-height:40px;
  }
}
@media(prefers-reduced-motion:reduce){
  .cookie-notice,
  .cookie-notice.is-closing{
    animation:none;
  }
}

.news-image-card{appearance:none;-webkit-appearance:none;padding:0;text-align:left;cursor:zoom-in;font:inherit}
.news-image-card:focus-visible{outline:3px solid rgba(47,128,237,.5);outline-offset:3px}
body.news-image-viewer-open{overflow:hidden}
.news-image-viewer{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:rgba(3,11,20,.9);backdrop-filter:blur(8px)}
.news-image-viewer[hidden]{display:none}
.news-image-viewer__stage{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 54px;grid-template-rows:auto minmax(0,1fr);align-items:center;width:min(1280px,96vw);height:min(900px,94vh);padding:12px;border:1px solid rgba(160,205,235,.18);border-radius:18px;background:rgba(9,24,39,.92);box-shadow:0 18px 60px rgba(0,0,0,.35)}
.news-image-viewer__toolbar{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:44px;padding:0 2px 8px}
.news-image-viewer__counter{margin-right:auto;padding-left:8px;color:rgba(230,244,255,.72);font-size:12px;font-weight:800}
.news-image-viewer__close,.news-image-viewer__nav{display:inline-grid;place-items:center;border:1px solid rgba(180,220,244,.24);background:rgba(15,39,61,.88);color:#fff;cursor:pointer;transition:background .16s,border-color .16s,transform .16s}
.news-image-viewer__close{width:40px;height:40px;border-radius:11px;font-size:26px;line-height:1}
.news-image-viewer__nav{width:44px;height:68px;border-radius:12px;font-size:34px;line-height:1}
.news-image-viewer__close:hover,.news-image-viewer__nav:hover{background:rgba(31,91,130,.94);border-color:rgba(125,211,230,.58)}
.news-image-viewer__close:focus-visible,.news-image-viewer__nav:focus-visible{outline:3px solid rgba(94,234,212,.58);outline-offset:3px}
.news-image-viewer__nav:active{transform:scale(.97)}
.news-image-viewer__figure{grid-column:2;min-width:0;min-height:0;height:100%;margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:10px}
.news-image-viewer__figure img{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;background:transparent}
.news-image-viewer__figure figcaption{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(221,238,250,.72);font-size:12px;text-align:center}
.news-image-viewer__nav--prev{grid-column:1;grid-row:2;justify-self:start}
.news-image-viewer__nav--next{grid-column:3;grid-row:2;justify-self:end}
@media(max-width:640px){.news-image-viewer{padding:8px}.news-image-viewer__stage{grid-template-columns:42px minmax(0,1fr) 42px;width:100%;height:96vh;padding:8px;border-radius:14px}.news-image-viewer__nav{width:38px;height:58px;font-size:30px}.news-image-viewer__figure figcaption{font-size:11px}.news-image-viewer__toolbar{padding-bottom:6px}}

.status-withdrawn{background:#edf1f5;color:#5e6f82}
html[data-theme='dark'] .status-withdrawn{background:#263442;color:#cbd8e6}

.dashboard-welcome{display:flex;align-items:center;gap:16px;min-width:0}.dashboard-welcome>div{min-width:0}.dashboard-welcome h1{margin-top:0}.profile-photo{display:block;flex:0 0 auto;border-radius:50%;object-fit:cover;background:var(--surface-2);border:3px solid var(--surface);box-shadow:0 8px 24px rgba(32,86,145,.16)}.profile-photo-heading{width:76px;height:76px}.profile-photo-card{width:94px;height:94px}.profile-photo-placeholder{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#2f80ed,#58b7ff);font-size:28px;font-weight:900}.metric-link-card{position:relative;color:var(--text);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.metric-link-card:hover{transform:translateY(-3px);border-color:#9ac7f4;box-shadow:0 18px 38px rgba(32,86,145,.16)}.metric-link-card:focus-visible{outline:3px solid rgba(47,128,237,.28);outline-offset:3px}.metric-link-card b{margin-top:auto;padding-top:9px;color:var(--primary);font-size:12px}.profile-settings-panel{max-width:none}.profile-avatar-field{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:2px}.profile-avatar-heading{margin-bottom:14px}.profile-avatar-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.profile-avatar-option{position:relative;display:block;cursor:pointer}.profile-avatar-option>input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.profile-avatar-option-card{height:100%;min-height:205px;padding:14px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--line);border-radius:16px;background:var(--surface-2);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.profile-avatar-option:hover .profile-avatar-option-card{transform:translateY(-2px);border-color:#9ac7f4}.profile-avatar-option>input:focus-visible+.profile-avatar-option-card{outline:3px solid rgba(47,128,237,.25);outline-offset:3px}.profile-avatar-option>input:checked+.profile-avatar-option-card{border-color:var(--primary);background:#edf6ff;box-shadow:0 0 0 3px rgba(47,128,237,.16)}.profile-avatar-option-image{width:112px;height:112px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 20px rgba(32,86,145,.14);margin-bottom:12px}.profile-avatar-option-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#6f8fab,#9dbbd4);color:#fff;font-size:34px;font-weight:900}.profile-avatar-option-card strong{font-size:14px}.profile-avatar-option-card small{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.4}.profile-avatar-empty{grid-column:1/-1}.avatar.avatar-image{object-fit:cover}.employee-card-heading p{margin:0;color:var(--muted)}
html[data-theme='dark'] .profile-photo{border-color:#162b40;box-shadow:0 10px 26px rgba(0,0,0,.32)}html[data-theme='dark'] .metric-link-card:hover{border-color:#416b91;box-shadow:0 18px 38px rgba(0,0,0,.28)}html[data-theme='dark'] .profile-avatar-option-card{background:#172d43;border-color:#2d4b68}html[data-theme='dark'] .profile-avatar-option>input:checked+.profile-avatar-option-card{background:#193a58;border-color:#73b1ff;box-shadow:0 0 0 3px rgba(89,153,255,.16)}html[data-theme='dark'] .profile-avatar-option-image{border-color:#213b54}
@media(max-width:800px){.dashboard-heading,.profile-page-heading{align-items:flex-start}.dashboard-welcome{align-items:flex-start}.profile-photo-heading{width:64px;height:64px}.profile-photo-card{width:76px;height:76px}.profile-avatar-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-avatar-option-card{min-height:184px}.profile-avatar-option-image{width:96px;height:96px}}
@media(max-width:520px){.dashboard-welcome{gap:12px}.dashboard-welcome .profile-photo{width:56px;height:56px}.profile-avatar-picker{grid-template-columns:1fr 1fr;gap:10px}.profile-avatar-option-card{min-height:166px;padding:11px}.profile-avatar-option-image{width:82px;height:82px}.profile-avatar-option-card small{display:none}}

.news-card{content-visibility:auto;contain-intrinsic-size:420px}
.news-card-cover img{background:var(--surface-2)}
[data-weekly-source-status] .list{margin-top:12px}
[data-weekly-source-status] .list-row{cursor:default}
[data-manual-weekly-fields][hidden]{display:none!important}

.button-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.78);color:var(--primary-dark);font-size:12px;font-weight:900}
.exam-review-shortcut{display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--text);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.exam-review-shortcut:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 16px 34px rgba(32,86,145,.16)}
.exam-review-shortcut h2{margin:5px 0 4px}.exam-review-shortcut p{margin:0;color:var(--muted)}
.exam-review-shortcut-action{font-weight:800;color:var(--primary);white-space:nowrap}
.exam-review-questions{display:grid;gap:18px}
.exam-review-question{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--surface)}
.exam-review-question-correct{border-left:5px solid var(--success)}
.exam-review-question-wrong{border-left:5px solid var(--danger)}
.exam-review-question-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.exam-review-question-heading h3{margin:5px 0 0;font-size:18px;line-height:1.45}
.exam-review-question-image{display:block;margin:0 0 15px;max-width:680px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--surface-2)}
.exam-review-question-image img{display:block;width:100%;max-height:420px;object-fit:contain}
.exam-review-options{display:grid;gap:9px}
.exam-review-option{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:flex-start;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2)}
.exam-review-option-mark{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface);font-size:18px;font-weight:900}
.exam-review-option strong{display:block;line-height:1.4}.exam-review-option small{display:block;margin-top:3px;color:var(--muted);line-height:1.4}
.exam-review-option-selected-correct{border-color:#66b58a;background:#e8f7ef}.exam-review-option-selected-correct .exam-review-option-mark{background:#2b8659;color:#fff}
.exam-review-option-selected-wrong{border-color:#d68188;background:#fff0f1}.exam-review-option-selected-wrong .exam-review-option-mark{background:#b13e46;color:#fff}
.exam-review-option-correct{border-color:#8ac8a6;background:#f1fbf5}.exam-review-option-correct .exam-review-option-mark{background:#dff5e8;color:#247a50}
html[data-theme='dark'] .exam-review-option-selected-correct{background:#173829;border-color:#3c8b60}
html[data-theme='dark'] .exam-review-option-selected-wrong{background:#3d2025;border-color:#a65760}
html[data-theme='dark'] .exam-review-option-correct{background:#1a3025;border-color:#447b5d}
html[data-theme='dark'] .exam-review-shortcut p,html[data-theme='dark'] .exam-review-option small{color:#c7d9ec}
@media(max-width:800px){.exam-review-shortcut,.exam-review-question-heading{flex-direction:column}.exam-review-shortcut-action{white-space:normal}.exam-review-question{padding:15px}}

[hidden]{display:none!important}.button-danger{background:#ffe1e3;color:#92353d}.button-danger:hover{background:#f7c8cc;color:#7d2830}.staff-blacklist-alert{display:flex;align-items:center;justify-content:space-between;gap:16px}.staff-blacklist-alert>div{min-width:0}.staff-blacklist-alert form{margin:0;flex:0 0 auto}@media(max-width:720px){.staff-blacklist-alert{align-items:stretch;flex-direction:column}.staff-blacklist-alert .button{width:100%}}


.news-reactions{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 22px}
.news-reactions__copy{display:flex;flex-direction:column;gap:4px}.news-reactions__copy strong{font-size:16px}.news-reactions__copy span{font-size:13px;color:var(--muted)}
.news-reactions__actions{display:flex;align-items:center;gap:10px}.news-reactions__actions form{margin:0}
.news-reaction-button{min-height:46px;padding:9px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:800;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s,color .16s}
.news-reaction-button:hover{transform:translateY(-1px);border-color:#8eb8e3;box-shadow:0 8px 18px rgba(32,86,145,.10)}.news-reaction-button:focus-visible{outline:3px solid rgba(47,128,237,.22);outline-offset:2px}.news-reaction-button:disabled{cursor:wait;opacity:.65;transform:none}
.news-reaction-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.news-reaction-button b{min-width:22px;padding:2px 6px;border-radius:999px;background:rgba(23,59,97,.08);font-size:12px;text-align:center}
.news-reaction-button--like.is-active{background:#dff5e8;border-color:#80c9a2;color:#206946;box-shadow:0 0 0 4px rgba(36,122,80,.09)}.news-reaction-button--like.is-active svg{fill:currentColor}
.news-reaction-button--dislike.is-active{background:#ffe4e6;border-color:#e8a2a8;color:#963740;box-shadow:0 0 0 4px rgba(177,62,70,.08)}.news-reaction-button--dislike.is-active svg{fill:currentColor}
.news-reactions__status{grid-column:1/-1;min-height:18px;margin:0;color:var(--muted);font-size:12px}.news-reactions.is-loading{opacity:.85}
.news-reaction-summary{display:flex;align-items:center;gap:12px;margin:12px 0;color:var(--muted);font-size:12px;font-weight:800}.news-reaction-summary span{display:inline-flex;align-items:center;gap:5px}.news-reaction-summary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
html[data-theme='dark'] .news-reaction-button{background:#172d43;border-color:#355675;color:#dceafa}html[data-theme='dark'] .news-reaction-button b{background:rgba(255,255,255,.08)}html[data-theme='dark'] .news-reaction-button--like.is-active{background:#173c2d;border-color:#438563;color:#c9f2d9}html[data-theme='dark'] .news-reaction-button--dislike.is-active{background:#48272b;border-color:#8b4a51;color:#ffd3d7}
@media(max-width:700px){.news-reactions{grid-template-columns:1fr}.news-reactions__actions{width:100%}.news-reactions__actions form{flex:1}.news-reaction-button{width:100%;justify-content:center}.news-reaction-button span{display:none}}

.news-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:auto}.news-card-actions{display:flex;gap:9px;flex-wrap:wrap}.news-card-actions .button{min-height:42px}.news-card-footer .news-reaction-summary{margin:0 0 2px auto;flex-shrink:0}@media(max-width:640px){.news-card-footer{align-items:stretch;flex-direction:column}.news-card-footer .news-reaction-summary{margin:0}.news-card-actions{width:100%}}

.leadership-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.leadership-card{display:flex;flex-direction:column;gap:5px;padding:17px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.leadership-card span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.leadership-card strong{font-size:17px}.leadership-card small{color:var(--muted)}
.department-roster{overflow:hidden}.department-member-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-top:18px}.department-member-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.department-member-card strong,.department-member-card span,.department-member-card small{display:block}.department-member-card span{margin-top:2px;color:var(--text)}.department-member-card small{margin-top:3px;color:var(--muted)}.department-member-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;background:var(--surface);display:grid;place-items:center;font-weight:900}.department-member-placeholder{color:var(--primary)}
.poll-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.poll-card{min-height:300px}.poll-card>.button{margin-top:auto}.poll-options{display:grid;gap:11px}.poll-option{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);cursor:pointer}.poll-option:hover,.poll-option.is-selected{border-color:var(--primary)}.poll-option input{margin-top:3px}.poll-option-copy strong,.poll-option-copy small{display:block}.poll-option-copy small{margin-top:3px;color:var(--muted)}.poll-option-copy i{display:block;height:7px;margin-top:10px;border-radius:999px;background:var(--surface);overflow:hidden}.poll-option-copy i b{display:block;height:100%;border-radius:999px;background:var(--primary)}
.weekly-manual-item form{margin:0}.disciplinary-appeal-review{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.news-audience-chips{margin:8px 0 4px}.news-audience-chips span{background:#e7f1ff;color:#285f99}form[aria-busy='true']{opacity:.84}form[aria-busy='true'] button[type='submit']{cursor:wait}
html[data-theme='dark'] .leadership-card,html[data-theme='dark'] .department-member-card,html[data-theme='dark'] .poll-option{background:var(--surface-2);border-color:var(--line)}html[data-theme='dark'] .news-audience-chips span{background:#203a55;color:#d8eaff}
@media(max-width:720px){.leadership-grid{grid-template-columns:1fr}.department-member-card{grid-template-columns:44px minmax(0,1fr)}.department-member-card .button{grid-column:1/-1;width:100%}.department-member-avatar{width:44px;height:44px}.weekly-manual-item{align-items:stretch;flex-direction:column}.weekly-manual-item form,.weekly-manual-item .button{width:100%}}
.status-in_review{background:#e8efff;color:#385c9d}html[data-theme='dark'] .status-in_review{background:#243654;color:#c9dcff}

.content{max-width:1280px;padding-left:clamp(18px,2.4vw,34px);padding-right:clamp(18px,2.4vw,34px)}
.content>*,.page-heading>*,.panel-heading>*,.detail-grid>*,.form-grid>*,.button-row>*{min-width:0}
.panel,.content-card,.metric-card,.result-card,.list-row,.department-member-list-row,.poll-option{overflow-wrap:anywhere}
.page-heading h1,.panel-heading h2,.content-card h2,.news-card h2,.detail-header h2{max-width:100%;overflow-wrap:anywhere}
.field input,.field select,.field textarea,.stack-form input,.stack-form select,.stack-form textarea,.filters input,.filters select{min-width:0;max-width:100%}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.profile-settings-panel{max-width:1120px}
.detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.8fr)}
.facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.chips span,.chips a,.tag,.status{max-width:100%;overflow-wrap:anywhere;white-space:normal}
.button{max-width:100%}
.table-wrap{max-width:100%;overscroll-behavior-inline:contain}
.prose,.lecture-content,.review-note,.list-row span,.list-row strong,td,th{overflow-wrap:anywhere}
.poll-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),380px));justify-content:start}
.poll-card{width:100%;max-width:380px}
.poll-description-panel,.poll-vote-panel,.poll-voters-panel,.poll-audience-panel{width:min(100%,1080px);margin-left:auto;margin-right:auto}

.department-rosters-panel{padding:0;overflow:hidden}
.department-roster-section{padding:22px}
.department-roster-section+.department-roster-section{border-top:1px solid var(--line)}
.department-roster-heading{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.7fr);align-items:start;gap:22px;margin-bottom:16px}
.department-roster-title h2{margin:5px 0 0;font-size:21px;line-height:1.3}
.department-leadership-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.department-leadership-compact>div{min-width:0;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}
.department-leadership-compact span,.department-leadership-compact strong,.department-leadership-compact small{display:block;overflow-wrap:anywhere}
.department-leadership-compact span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}
.department-leadership-compact strong{margin-top:4px;font-size:14px;line-height:1.35}
.department-leadership-compact small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.35}
.department-member-list{border:1px solid var(--line);border-radius:13px;overflow:hidden}
.department-member-list-head,.department-member-list-row{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(170px,1fr) minmax(90px,.45fr);align-items:center;gap:16px}
.department-member-list-head.has-action,.department-member-list-row.has-action{grid-template-columns:minmax(220px,1.6fr) minmax(170px,1fr) minmax(90px,.45fr) auto}
.department-member-list-head{padding:9px 13px;background:var(--surface-2);color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.department-member-list-row{padding:10px 13px;background:var(--surface)}
.department-member-list-row+.department-member-list-row{border-top:1px solid var(--line)}
.department-member-identity{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:11px;min-width:0}
.department-member-avatar{width:40px;height:40px}
.department-member-identity strong,.department-member-identity small,.department-member-value span,.department-member-value strong{display:block;overflow-wrap:anywhere}
.department-member-identity strong{font-size:14px;line-height:1.3}
.department-member-identity small{margin-top:2px;color:var(--muted);font-size:11px}
.department-member-value span{display:none;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.department-member-value strong{font-size:13px;line-height:1.35}
.department-member-action{min-height:36px;padding:8px 12px;font-size:12px}

.poll-voter-groups{display:grid;gap:10px}
.poll-voter-group{border:1px solid var(--line);border-radius:13px;background:var(--surface-2);overflow:hidden}
.poll-voter-group summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;cursor:pointer;font-weight:800;list-style:none}
.poll-voter-group summary::-webkit-details-marker{display:none}
.poll-voter-group summary span{min-width:0;overflow-wrap:anywhere}
.poll-voter-group summary b{display:inline-grid;place-items:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;background:var(--surface);color:var(--primary);font-size:12px}
.poll-voter-group[open] summary{border-bottom:1px solid var(--line)}
.poll-voter-list{display:grid}
.poll-voter-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 15px;background:var(--surface)}
.poll-voter-row+.poll-voter-row{border-top:1px solid var(--line)}
.poll-voter-row>div{min-width:0}
.poll-voter-row strong,.poll-voter-row span,.poll-voter-row small{display:block;overflow-wrap:anywhere}
.poll-voter-row span,.poll-voter-row small{color:var(--muted);font-size:11px;line-height:1.4}
.poll-voter-row small{text-align:right}

html[data-theme='dark'] .department-leadership-compact>div,html[data-theme='dark'] .department-member-list-head,html[data-theme='dark'] .poll-voter-group{background:var(--surface-2);border-color:var(--line)}
html[data-theme='dark'] .department-member-list-row,html[data-theme='dark'] .poll-voter-row{background:var(--surface)}

@media(max-width:980px){
  .detail-grid{grid-template-columns:1fr}
  .department-roster-heading{grid-template-columns:1fr}
  .department-member-list-head,.department-member-list-row{grid-template-columns:minmax(190px,1.5fr) minmax(150px,1fr) 90px}
  .department-member-list-head.has-action,.department-member-list-row.has-action{grid-template-columns:minmax(190px,1.5fr) minmax(150px,1fr) 90px auto}
}
@media(max-width:760px){
  .content{padding-left:16px;padding-right:16px}
  .page-heading,.panel-heading{align-items:stretch;flex-direction:column}
  .page-heading>.button,.page-heading>.button-row,.panel-heading>.button,.panel-heading>.button-row{align-self:flex-start}
  .form-grid{grid-template-columns:1fr}
  .field-wide{grid-column:auto}
  .department-roster-section{padding:16px}
  .department-leadership-compact{grid-template-columns:1fr}
  .department-member-list{border:0;border-radius:0;display:grid;gap:10px;overflow:visible}
  .department-member-list-head{display:none}
  .department-member-list-row,.department-member-list-row.has-action{grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}
  .department-member-list-row+.department-member-list-row{border-top:1px solid var(--line)}
  .department-member-identity{grid-column:1/-1}
  .department-member-value span{display:block;margin-bottom:2px}
  .department-member-action{align-self:end}
  .poll-voter-row{align-items:flex-start;flex-direction:column;gap:5px}
  .poll-voter-row small{text-align:left}
  .poll-grid{grid-template-columns:1fr}
  .poll-card{max-width:none}
}
@media(max-width:480px){
  .department-member-list-row,.department-member-list-row.has-action{grid-template-columns:1fr}
  .department-member-identity{grid-column:auto}
  .department-member-action{width:100%}
  .button-row{align-items:stretch;flex-direction:column}
  .button-row .button{width:100%}
}


:root{--choice-control-size:20px;--choice-control-gap:10px;--form-control-height:44px}
input[type=checkbox]:not([hidden]),input[type=radio]:not([hidden]){inline-size:var(--choice-control-size);block-size:var(--choice-control-size);min-inline-size:var(--choice-control-size);min-block-size:var(--choice-control-size);max-inline-size:var(--choice-control-size);max-block-size:var(--choice-control-size);margin:0!important;padding:0!important;align-self:start;vertical-align:top;box-sizing:border-box}
.field.checkbox-field{display:grid!important;grid-template-columns:var(--choice-control-size) minmax(0,1fr)!important;grid-auto-rows:auto!important;align-items:start!important;align-content:center!important;column-gap:var(--choice-control-gap)!important;row-gap:5px!important;min-width:0;min-height:var(--form-control-height);padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;flex-wrap:initial!important}
.form-grid>.field.checkbox-field{align-self:end!important}
.field.checkbox-field>input[type=checkbox],.field.checkbox-field>input[type=radio]{grid-column:1;grid-row:1;order:initial!important;align-self:start;margin:0!important}
.field.checkbox-field>label{grid-column:2;grid-row:1;order:initial!important;align-self:start;min-width:0;margin:0!important;font-weight:800;line-height:1.4;overflow-wrap:anywhere}
.field.checkbox-field>small,.field.checkbox-field>.field-error,.field.checkbox-field>.helptext{grid-column:2;order:initial!important;min-width:0;margin:0!important;line-height:1.45}
.field.checkbox-field>.field-error{grid-column:1/-1}
.checkbox-row,.public-checkbox,.hr-role-apply-toggle,.answer-correct-toggle{display:grid!important;grid-template-columns:var(--choice-control-size) minmax(0,1fr);align-items:start!important;column-gap:var(--choice-control-gap)!important;row-gap:0;width:fit-content;max-width:100%;min-height:var(--choice-control-size);margin:0;line-height:1.4;cursor:pointer}
.checkbox-row>input[type=checkbox],.checkbox-row>input[type=radio],.public-checkbox>input[type=checkbox],.public-checkbox>input[type=radio],.hr-role-apply-toggle>input[type=checkbox],.hr-role-apply-toggle>input[type=radio],.answer-correct-toggle>input[type=checkbox],.answer-correct-toggle>input[type=radio]{grid-column:1;grid-row:1;order:initial!important;align-self:start;margin:0!important}
.checkbox-row>span,.public-checkbox>span,.hr-role-apply-toggle>span,.answer-correct-toggle>span{grid-column:2;grid-row:1;order:initial!important;align-self:start;min-width:0;margin:0;line-height:1.4;overflow-wrap:anywhere}
.checkbox-group{display:grid;gap:8px;min-width:0;margin:0;padding:0}
.checkbox-group>div{min-width:0}
.checkbox-group label{display:grid!important;grid-template-columns:var(--choice-control-size) minmax(0,1fr);align-items:start;column-gap:var(--choice-control-gap);min-width:0;margin:0;line-height:1.4;cursor:pointer;overflow-wrap:anywhere}
.checkbox-group label>input[type=checkbox],.checkbox-group label>input[type=radio]{grid-column:1;align-self:start;margin:0!important}
.choices label{display:grid!important;grid-template-columns:var(--choice-control-size) minmax(0,1fr)!important;align-items:start!important;column-gap:12px!important}
.choices label>input[type=checkbox],.choices label>input[type=radio]{grid-column:1;grid-row:1;align-self:start;margin:0!important}
.choices label>span{grid-column:2;grid-row:1;min-width:0;margin:0;line-height:1.45;overflow-wrap:anywhere}
.hr-role-choice{align-items:center!important}
.hr-role-choice-box{align-self:center}
@media(max-width:640px){.field.checkbox-field{align-items:start!important;align-content:start!important;min-height:var(--choice-control-size)}.form-grid>.field.checkbox-field{align-self:auto!important}.checkbox-row,.public-checkbox,.hr-role-apply-toggle,.answer-correct-toggle{width:100%}}
.hr-role-choice>input[type=checkbox],.profile-avatar-option>input[type=radio]{inline-size:1px!important;block-size:1px!important;min-inline-size:1px!important;min-block-size:1px!important;max-inline-size:1px!important;max-block-size:1px!important}
.poll-option{grid-template-columns:var(--choice-control-size) minmax(0,1fr);align-items:start}
.poll-option>input[type=radio],.poll-option>input[type=checkbox]{grid-column:1;grid-row:1;align-self:start;margin:0!important}
.poll-option>.poll-option-copy{grid-column:2;grid-row:1;min-width:0}

.department-choice-field{gap:9px}
.department-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,220px));gap:9px;max-width:760px;min-width:0}
.department-choice-option{display:flex!important;align-items:center!important;gap:10px!important;width:100%;min-width:0;min-height:44px;margin:0!important;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);font-weight:800;line-height:1.35;cursor:pointer;transition:border-color .16s,background .16s,box-shadow .16s}
.department-choice-option:hover{border-color:#89b8e8;background:rgba(47,128,237,.08)}
.department-choice-option:has(input:checked){border-color:var(--primary);background:rgba(47,128,237,.12);box-shadow:0 0 0 3px rgba(47,128,237,.08)}
.department-choice-option>input[type=checkbox],.department-choice-option>input[type=radio]{flex:0 0 var(--choice-control-size);align-self:center!important;margin:0!important}
.department-choice-option>span{display:block;min-width:0;overflow-wrap:normal;word-break:normal;white-space:normal}

.checkbox-group{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,220px));gap:9px!important;max-width:760px;min-width:0}
.checkbox-group>div{min-width:0}
.checkbox-group>div>label,.checkbox-group label{display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:10px!important;width:100%;min-width:0;margin:0!important;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);line-height:1.35;overflow-wrap:normal;word-break:normal;cursor:pointer}
.checkbox-group label>input[type=checkbox],.checkbox-group label>input[type=radio]{flex:0 0 var(--choice-control-size);align-self:center!important;margin:0!important}

.form-grid>.compact-boolean-field{align-self:end!important;align-content:center!important;min-height:44px}
.compact-boolean-field>label{line-height:1.35}

.exam-submit-actions{width:min(100%,900px)!important;max-width:900px!important;margin:18px auto 0!important;justify-content:flex-end!important;border:0!important}
.exam-form{padding-bottom:8px}
.choices label{display:grid!important;grid-template-columns:var(--choice-control-size) minmax(0,1fr)!important;align-items:center!important;column-gap:12px!important;min-height:52px;padding:13px 14px!important;background:var(--surface-2);transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}
.choices label:hover{border-color:#8eb8e3;transform:translateY(-1px)}
.choices label:has(input:checked){border-color:var(--primary);background:rgba(47,128,237,.12);box-shadow:0 0 0 3px rgba(47,128,237,.08)}
.choices label>input[type=checkbox],.choices label>input[type=radio]{align-self:center!important}
.choices label>span{line-height:1.4}

.report-submit-panel{padding:16px 20px;margin-top:0;margin-bottom:0}
.report-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0}
.report-submit-choice{display:grid;gap:5px;min-width:0}
.report-submit-toggle{width:auto!important;max-width:680px;font-weight:800}
.report-submit-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}

.weekly-report-heading{margin-bottom:12px}
.weekly-report-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:0 0 18px}
.weekly-report-workspace{margin-top:0}

.decision-panel{width:min(100%,980px)}
.detail-grid>.decision-panel{width:100%;max-width:none}
.decision-panel .panel-heading{padding-bottom:14px;border-bottom:1px solid var(--line)}
.decision-form{grid-template-columns:minmax(0,1fr);gap:15px;max-width:760px}
.decision-form>.field{grid-column:1/-1}
.decision-form .field label{font-size:13px;text-transform:none;letter-spacing:0}
.decision-form select,.decision-form textarea,.decision-form input:not([type=checkbox]):not([type=radio]){min-height:46px}
.decision-form textarea{min-height:132px}
.decision-actions{margin-top:2px!important;padding-top:14px!important;border-top:1px solid var(--line)!important}
.exam-review-decision-panel{margin-left:auto;margin-right:auto}
.exam-review-detail-panel{max-width:1080px;margin-left:auto;margin-right:auto}
.exam-review-option{align-items:center;min-height:60px;padding:13px 15px}
.exam-review-option-mark{flex:0 0 auto}

.field input[type=file],.stack-form input[type=file],.decision-form input[type=file]{min-height:50px;padding:7px 8px!important;border:1px dashed #8eb8e3!important;border-radius:12px!important;background:var(--surface-2)!important;color:var(--muted)!important;cursor:pointer}
.field input[type=file]::file-selector-button,.stack-form input[type=file]::file-selector-button,.decision-form input[type=file]::file-selector-button{min-height:34px;margin:0 11px 0 0;padding:8px 13px;border:0;border-radius:9px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer;transition:background .16s,transform .16s}
.field input[type=file]::file-selector-button:hover,.stack-form input[type=file]::file-selector-button:hover,.decision-form input[type=file]::file-selector-button:hover{background:var(--primary-dark)}
.file-upload-field>small{max-width:820px;line-height:1.5}

html[data-theme='dark'] .department-choice-option,html[data-theme='dark'] .checkbox-group>div>label,html[data-theme='dark'] .checkbox-group label,html[data-theme='dark'] .choices label{background:#172d43;border-color:#355675}
html[data-theme='dark'] .department-choice-option:hover,html[data-theme='dark'] .department-choice-option:has(input:checked),html[data-theme='dark'] .choices label:has(input:checked){background:#193a58;border-color:#73b1ff}
html[data-theme='dark'] .field input[type=file],html[data-theme='dark'] .stack-form input[type=file],html[data-theme='dark'] .decision-form input[type=file]{background:#102235!important;border-color:#456b8d!important;color:#b8cce0!important}

@media(max-width:760px){
  .department-choice-grid,.checkbox-group{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
  .report-submit-row{align-items:stretch;flex-direction:column}
  .report-submit-actions{width:100%;justify-content:stretch}
  .report-submit-actions .button{flex:1}
  .weekly-report-toolbar{justify-content:stretch}
  .weekly-report-toolbar .button{flex:1}
}
@media(max-width:520px){
  .department-choice-grid,.checkbox-group{grid-template-columns:1fr}
  .exam-submit-actions{align-items:stretch!important}
  .exam-submit-actions .button{width:100%!important}
  .report-submit-actions,.weekly-report-toolbar{flex-direction:column}
  .report-submit-actions .button,.weekly-report-toolbar .button{width:100%;flex:none}
}

.department-choice-option>input[type=checkbox],
.department-choice-option>input[type=radio]{
  position:relative!important;
  display:block!important;
  place-content:initial!important;
  overflow:hidden!important;
}
.department-choice-option>input[type=checkbox]::before,
.department-choice-option>input[type=radio]::before{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  transform:translate(-50%,-50%) scale(.65)!important;
  transform-origin:center!important;
  pointer-events:none!important;
}
.department-choice-option>input[type=checkbox]:checked::before,
.department-choice-option>input[type=radio]:checked::before{
  transform:translate(-50%,-50%) scale(1)!important;
}
.department-choice-option>input[type=checkbox]::after,
.department-choice-option>input[type=radio]::after{
  content:none!important;
  display:none!important;
}

.department-directory-heading{margin-bottom:18px}
.department-directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),420px));justify-content:start;align-items:start;gap:16px}
.department-directory-card{display:flex;flex-direction:column;gap:16px;width:100%;min-height:0;padding:20px}
.department-directory-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid var(--line)}
.department-directory-card-head>div{min-width:0}
.department-directory-card-head h2{margin:5px 0 0;font-size:22px;line-height:1.25;overflow-wrap:anywhere}
.department-count-badge{display:inline-grid;place-items:center;min-width:38px;height:32px;padding:0 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);color:var(--primary);font-weight:900;font-size:13px;flex:0 0 auto}
.department-directory-leadership{display:grid;gap:9px}
.department-directory-leadership>div{display:grid;grid-template-columns:minmax(125px,.8fr) minmax(0,1.2fr);align-items:center;gap:12px;min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2)}
.department-directory-leadership span,.department-directory-leadership strong{display:block;min-width:0;overflow-wrap:anywhere}
.department-directory-leadership span{font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.065em;color:var(--muted);font-weight:800}
.department-directory-leadership strong{font-size:13px;line-height:1.35;text-align:right}
.department-directory-card-actions{display:flex;justify-content:flex-end;margin-top:auto;padding-top:1px}
.department-directory-card-actions .button{min-width:145px}
.department-detail-heading .back-link{display:inline-flex;margin-bottom:8px;color:var(--muted);font-size:13px;font-weight:800;text-decoration:none}
.department-detail-heading .back-link:hover{color:var(--primary)}
.department-detail-leadership-panel,.department-detail-members-panel{width:min(100%,1120px);margin-left:auto;margin-right:auto}
.department-leadership-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.department-leadership-note{margin:14px 0 0}
.leadership-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
html[data-theme='dark'] .department-directory-leadership>div,html[data-theme='dark'] .department-count-badge{background:var(--surface-2);border-color:var(--line)}
@media(max-width:900px){
  .department-leadership-three,.leadership-grid-three{grid-template-columns:1fr}
}
@media(max-width:520px){
  .department-directory-grid{grid-template-columns:1fr}
  .department-directory-card{padding:16px}
  .department-directory-leadership>div{grid-template-columns:1fr;gap:3px}
  .department-directory-leadership strong{text-align:left}
  .department-directory-card-actions,.department-directory-card-actions .button{width:100%}
}

.topbar-actions{display:flex;align-items:center;gap:10px;min-width:0}.topbar-search{position:relative;width:min(320px,28vw);margin:0}.topbar-search svg,.global-search-input-wrap svg{position:absolute;left:13px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:currentColor;stroke-width:2;color:var(--muted);pointer-events:none}.topbar-search input{width:100%;height:42px;padding:0 14px 0 40px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);outline:none}.topbar-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,128,237,.13);background:var(--surface)}.topbar-notifications{position:relative}.topbar-notifications>summary{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);cursor:pointer;list-style:none;color:var(--text)}.topbar-notifications>summary::-webkit-details-marker{display:none}.topbar-notifications>summary svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.topbar-notifications>summary b{position:absolute;right:-5px;top:-6px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--surface);border-radius:999px;background:var(--danger);color:#fff;font-size:10px}.topbar-notifications[open]>summary,.topbar-notifications>summary:hover{border-color:var(--primary);color:var(--primary);background:var(--surface)}.topbar-notification-popover{position:absolute;right:0;top:50px;width:min(390px,calc(100vw - 24px));max-height:520px;overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 24px 65px rgba(23,59,97,.22);z-index:80}.topbar-notification-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid var(--line);background:var(--surface)}.topbar-notification-head a{font-size:13px;font-weight:800}.topbar-notification-list{display:grid}.topbar-notification-item{display:grid;gap:4px;padding:13px 17px;border-bottom:1px solid var(--line);color:var(--text)}.topbar-notification-item:hover{background:var(--surface-2)}.topbar-notification-item.is-unread{background:rgba(47,128,237,.07);box-shadow:inset 3px 0 var(--primary)}.topbar-notification-item strong{font-size:13px}.topbar-notification-item span{color:var(--muted);font-size:12px;line-height:1.45}.topbar-notification-item small{color:var(--muted);font-size:11px}.topbar-notification-popover>form{padding:11px 15px}.topbar-notification-popover>form button{width:100%;padding:9px;border:0;border-radius:10px;background:var(--surface-2);color:var(--primary);font-weight:800;cursor:pointer}.topbar-notification-empty{padding:24px;color:var(--muted);text-align:center}.topbar-logout{margin:0}

.notification-page-heading form{margin:0}.notification-center-panel{padding:0;overflow:hidden}.notification-filters{padding:18px 20px;border-bottom:1px solid var(--line)}.notification-list{display:grid}.notification-row{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);transition:background .16s}.notification-row:last-child{border-bottom:0}.notification-row:hover{background:var(--surface-2)}.notification-row.is-unread{background:rgba(47,128,237,.055);box-shadow:inset 4px 0 var(--primary)}.notification-row-main{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;flex:1;padding:17px 10px 17px 20px;color:var(--text)}.notification-kind-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--surface-2);color:var(--primary);font-size:19px;font-weight:900}.notification-kind-discipline .notification-kind-icon{background:#ffe7e9;color:var(--danger)}.notification-kind-application .notification-kind-icon{background:#fff1d8;color:var(--warning)}.notification-kind-news .notification-kind-icon,.notification-kind-poll .notification-kind-icon{background:#e5f3ff;color:var(--primary)}.notification-row-copy{display:grid;gap:5px;min-width:0}.notification-row-title{display:flex;align-items:center;gap:8px}.notification-row-title i{padding:2px 7px;border-radius:999px;background:var(--primary);color:#fff;font-size:10px;font-style:normal}.notification-row-message{color:var(--muted);font-size:13px;line-height:1.5}.notification-row-copy small{color:var(--muted);font-size:11px}.notification-row>form{padding-right:18px}.notification-read-button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--success);font-weight:900;cursor:pointer}.notification-read-button:hover{border-color:var(--success);background:#eaf7f0}.notification-empty{margin:20px}

.analytics-filter-panel{padding:18px 20px}.analytics-filters{display:grid;grid-template-columns:180px 180px minmax(220px,1fr) auto;gap:13px;align-items:end}.analytics-filters label{display:grid;gap:6px}.analytics-filters label span{color:var(--muted);font-size:12px;font-weight:800}.analytics-filters input,.analytics-filters select{width:100%}.analytics-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.analytics-metric{min-height:135px;display:flex;flex-direction:column}.analytics-metric strong{font-size:31px}.analytics-metric small{margin-top:auto;color:var(--muted)}.analytics-metric.metric-attention{border-color:#f0c77d;background:linear-gradient(145deg,var(--surface),#fff9ee)}.analytics-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(310px,.8fr);gap:20px;margin-bottom:20px}.analytics-trend-legend{display:flex;gap:18px;margin-bottom:18px;color:var(--muted);font-size:12px;font-weight:700}.analytics-trend-legend i{display:inline-block;width:18px;height:7px;border-radius:999px;margin-right:5px}.trend-report{background:var(--primary)}.trend-exam{background:#64b985}.analytics-trend{display:grid;gap:9px}.analytics-trend-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center}.analytics-trend-row time{color:var(--muted);font-size:11px;font-weight:800}.analytics-trend-bars{display:grid;gap:4px;min-width:0}.analytics-bar{min-width:2px;height:15px;border-radius:999px;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;transition:width .2s}.analytics-bar span{font-size:9px;color:#fff;font-weight:900}.analytics-bar-report{background:linear-gradient(90deg,var(--primary),#65aaf8)}.analytics-bar-exam{background:linear-gradient(90deg,#398966,#73c89b)}.analytics-person-list{display:grid}.analytics-person-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--text)}.analytics-person-list a:last-child{border-bottom:0}.analytics-person-list a:hover strong{color:var(--primary)}.analytics-person-list span{min-width:0}.analytics-person-list strong,.analytics-person-list small{display:block}.analytics-person-list small{margin-top:3px;color:var(--muted);font-size:11px}.analytics-person-list time{flex:0 0 auto;color:var(--muted);font-size:11px;font-weight:800}.analytics-cell-bar{position:relative;min-width:120px;height:30px;border-radius:9px;background:var(--surface-2);overflow:hidden}.analytics-cell-bar i{position:absolute;inset:0 auto 0 0;border-radius:9px;background:rgba(47,128,237,.18)}.analytics-cell-bar span{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:0 10px;font-weight:900}.analytics-department-table td{vertical-align:middle}

.global-search-panel{padding:18px 20px}.global-search-form{display:grid;grid-template-columns:minmax(280px,1fr) 220px auto;gap:12px}.global-search-input-wrap{position:relative}.global-search-input-wrap input{width:100%;height:46px;padding-left:42px}.global-search-input-wrap svg{width:20px;height:20px}.search-results-summary{margin:18px 2px;color:var(--muted)}.global-search-results{display:grid;gap:18px}.search-result-group{padding:0;overflow:hidden}.search-result-group .panel-heading{padding:18px 20px;margin:0;border-bottom:1px solid var(--line)}.search-result-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--surface-2);color:var(--primary);font-size:12px;font-weight:900}.search-result-list{display:grid}.search-result-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 20px;border-bottom:1px solid var(--line);color:var(--text)}.search-result-row:last-child{border-bottom:0}.search-result-row:hover{background:var(--surface-2)}.search-result-copy{display:grid;gap:4px;min-width:0}.search-result-copy strong{font-size:14px}.search-result-copy small{color:var(--muted);font-size:12px;line-height:1.45}.search-result-meta{display:flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--muted);font-size:11px;font-weight:800}.search-result-meta b{color:var(--primary);font-size:18px}.search-start-card{text-align:center;padding:45px}.search-start-card strong{font-size:20px}.search-start-card p{max-width:620px;margin:10px auto 0;color:var(--muted)}.global-search-empty{padding:40px}

html[data-theme='dark'] .topbar-notification-popover{box-shadow:0 24px 65px rgba(0,0,0,.5)}html[data-theme='dark'] .notification-kind-discipline .notification-kind-icon{background:#44242a;color:#ffb3bb}html[data-theme='dark'] .notification-kind-application .notification-kind-icon{background:#44351f;color:#ffd68a}html[data-theme='dark'] .notification-kind-news .notification-kind-icon,html[data-theme='dark'] .notification-kind-poll .notification-kind-icon{background:#183b59;color:#91c8ff}html[data-theme='dark'] .notification-read-button:hover{background:#173b2c}html[data-theme='dark'] .analytics-metric.metric-attention{background:linear-gradient(145deg,var(--surface),#302919);border-color:#6d5730}

@media(max-width:1180px){.analytics-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-layout{grid-template-columns:1fr}.topbar-search{width:min(260px,25vw)}}
@media(max-width:900px){.topbar-search{display:none}.analytics-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-filters{grid-template-columns:1fr 1fr}.analytics-filters label:nth-child(3){grid-column:1/-1}.analytics-filters .button{grid-column:1/-1;width:100%}.global-search-form{grid-template-columns:1fr 180px}.global-search-form .button{grid-column:1/-1}.topbar-title{max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(max-width:620px){.topbar{padding-left:14px;padding-right:14px}.topbar-logout .button{padding-left:11px;padding-right:11px}.analytics-metric-grid{grid-template-columns:1fr}.analytics-filters{grid-template-columns:1fr}.analytics-filters label:nth-child(3){grid-column:auto}.global-search-form{grid-template-columns:1fr}.global-search-form .button{grid-column:auto}.notification-row-main{grid-template-columns:38px minmax(0,1fr);padding-left:14px}.notification-kind-icon{width:36px;height:36px}.notification-row>form{padding-right:10px}.notification-row-title{align-items:flex-start;flex-direction:column}.search-result-row{align-items:flex-start;flex-direction:column}.search-result-meta{width:100%;justify-content:space-between}.topbar-notification-popover{position:fixed;right:10px;top:66px}.analytics-department-table{min-width:760px}}

.topbar-search-left{margin:0 18px;flex:0 1 320px}
.topbar-title+.topbar-search-left{min-width:180px}
.topbar-title{min-width:0;max-width:min(34vw,430px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto}
@media(max-width:1180px){.topbar-search-left{flex-basis:260px;margin-left:14px;margin-right:14px}.topbar-title{max-width:30vw}}
@media(max-width:900px){.topbar-search-left{display:none}.topbar-title{max-width:55vw;margin-left:6px}}


.answer-builder{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.answer-builder-toolbar{align-items:center;margin-bottom:12px}
.answer-builder-toolbar>div{gap:4px}
.answer-builder-toolbar>div>strong{font-size:15px}
.answer-builder-toolbar [data-answer-summary]{display:block;min-height:18px;color:var(--muted);font-size:12px;font-weight:600}
.answer-builder-toolbar [data-answer-summary].field-error{color:var(--danger)!important}
.answer-builder-list{gap:10px}
.answer-builder-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto 42px;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}
.answer-builder-row:hover{border-color:#8eb8e3;transform:translateY(-1px)}
.answer-builder-row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,128,237,.10)}
.answer-builder-row.is-correct{border-color:rgba(36,122,80,.55);background:rgba(36,122,80,.08)}
.answer-builder-index{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--surface);border:1px solid var(--line);color:var(--primary);font-size:13px;font-weight:900}
.answer-builder-input-wrap{min-width:0}
.answer-builder-input{display:block;width:100%;min-width:0;height:44px;padding:10px 12px;border:1px solid transparent;border-radius:10px;background:var(--surface);color:var(--text);outline:none;box-shadow:inset 0 0 0 1px rgba(104,145,184,.14);transition:border-color .16s,box-shadow .16s,background .16s}
.answer-builder-input::placeholder{color:var(--muted);opacity:.8}
.answer-builder-input:hover{border-color:#9cc1e5}
.answer-builder-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,128,237,.12)}
.answer-correct-toggle{position:relative;display:inline-flex!important;align-items:center!important;width:auto!important;min-height:42px;margin:0!important;padding:0!important;cursor:pointer;white-space:nowrap}
.answer-correct-toggle>input[type=checkbox]{position:absolute!important;inline-size:1px!important;block-size:1px!important;min-inline-size:1px!important;min-block-size:1px!important;margin:-1px!important;opacity:0!important;pointer-events:none}
.answer-correct-control{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:800;transition:border-color .16s,background .16s,color .16s,box-shadow .16s}
.answer-correct-toggle:hover .answer-correct-control{border-color:#8eb8e3;color:var(--text)}
.answer-correct-indicator{position:relative;display:block;width:20px;height:20px;flex:0 0 20px;border:2px solid #8ca9c5;border-radius:7px;background:var(--surface);transition:border-color .16s,background .16s,transform .16s}
.answer-correct-toggle>input:checked+.answer-correct-control{border-color:rgba(36,122,80,.55);background:rgba(36,122,80,.10);color:var(--success);box-shadow:0 0 0 2px rgba(36,122,80,.06)}
.answer-correct-toggle>input:checked+.answer-correct-control .answer-correct-indicator{border-color:var(--success);background:var(--success)}
.answer-correct-toggle>input:checked+.answer-correct-control .answer-correct-indicator:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.answer-correct-toggle>input:focus-visible+.answer-correct-control{outline:3px solid rgba(47,128,237,.24);outline-offset:2px}
.answer-remove-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);cursor:pointer;transition:border-color .16s,background .16s,color .16s,transform .16s}
.answer-remove-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.answer-remove-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.answer-remove-button:hover:not(:disabled){border-color:rgba(177,62,70,.45);background:rgba(177,62,70,.09);color:var(--danger);transform:translateY(-1px)}
.answer-remove-button:disabled{cursor:not-allowed;opacity:.38}
html[data-theme='dark'] .answer-builder-row{background:#12283d;border-color:#31506f}
html[data-theme='dark'] .answer-builder-row:hover{border-color:#4e789e}
html[data-theme='dark'] .answer-builder-row.is-correct{background:rgba(63,167,107,.10);border-color:rgba(63,167,107,.48)}
html[data-theme='dark'] .answer-builder-index,html[data-theme='dark'] .answer-builder-input,html[data-theme='dark'] .answer-correct-control,html[data-theme='dark'] .answer-correct-indicator,html[data-theme='dark'] .answer-remove-button{background:#0f2133;border-color:#365674;color:var(--text)}
html[data-theme='dark'] .answer-builder-input{box-shadow:none}
html[data-theme='dark'] .answer-correct-control{color:#b5c9dd}
html[data-theme='dark'] .answer-correct-toggle>input:checked+.answer-correct-control{background:rgba(63,167,107,.13);border-color:rgba(63,167,107,.55);color:#7bd9a2}
html[data-theme='dark'] .answer-correct-toggle>input:checked+.answer-correct-control .answer-correct-indicator{background:#3fa76b;border-color:#3fa76b}
@media(max-width:820px){
  .answer-builder-row{grid-template-columns:34px minmax(0,1fr) 42px}
  .answer-correct-toggle{grid-column:2/3;justify-self:start}
  .answer-remove-button{grid-column:3;grid-row:1/3}
}
@media(max-width:560px){
  .answer-builder-toolbar{align-items:stretch;flex-direction:column}
  .answer-builder-toolbar .button{width:100%}
  .answer-builder-row{grid-template-columns:32px minmax(0,1fr);padding:9px}
  .answer-builder-index{width:32px;height:32px}
  .answer-builder-input-wrap{grid-column:2}
  .answer-correct-toggle{grid-column:1/3;width:100%!important}
  .answer-correct-control{width:100%;justify-content:center}
  .answer-remove-button{grid-column:1/3;grid-row:auto;width:100%;height:38px;gap:7px}
  .answer-remove-button span{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;font-size:12px;font-weight:800}
}

.search-page-heading{margin-bottom:20px}
.search-page-heading-copy{max-width:820px}
.search-page-heading-copy .eyebrow{display:block;margin-bottom:7px}
.search-page-heading-copy h1{margin-top:0}
.global-search-panel{position:relative;padding:22px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-2) 48%,var(--surface)));box-shadow:0 18px 48px rgba(32,86,145,.12)}
.global-search-panel::before{content:"";position:absolute;width:240px;height:240px;right:-110px;top:-145px;border-radius:50%;background:radial-gradient(circle,rgba(90,161,255,.18),transparent 68%);pointer-events:none}
.global-search-panel-heading{position:relative;display:flex;align-items:center;gap:13px;margin-bottom:18px}
.global-search-panel-heading>div{display:grid;gap:3px;min-width:0}
.global-search-panel-heading strong{font-size:16px}
.global-search-panel-heading span:not(.global-search-heading-icon){color:var(--muted);font-size:12px}
.global-search-heading-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:linear-gradient(135deg,var(--primary),#75b4ff);color:#fff;box-shadow:0 10px 22px rgba(47,128,237,.24)}
.global-search-heading-icon svg,.global-search-submit svg,.global-search-empty-icon svg,.search-start-icon svg,.search-result-group-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.global-search-form{position:relative;display:grid;grid-template-columns:minmax(320px,1fr) minmax(190px,230px) auto;align-items:end;gap:12px}
.global-search-control{display:grid;gap:7px;min-width:0}
.global-search-control-label{padding-left:2px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.global-search-input-wrap,.global-search-select-wrap{position:relative;display:flex;align-items:center;min-width:0}
.global-search-input-wrap>svg{position:absolute;left:14px;width:19px;height:19px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.global-search-input-wrap input,.global-search-select-wrap select{width:100%;height:50px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);outline:0;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.global-search-input-wrap input{padding:0 44px 0 44px}
.global-search-select-wrap select{appearance:none;padding:0 42px 0 14px;cursor:pointer}
.global-search-select-wrap>svg{position:absolute;right:14px;width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.global-search-input-wrap input:hover,.global-search-select-wrap select:hover{border-color:#8fbce8}
.global-search-input-wrap input:focus,.global-search-select-wrap select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(47,128,237,.13);background:var(--surface)}
.global-search-input-wrap input::placeholder{color:color-mix(in srgb,var(--muted) 75%,transparent)}
.global-search-clear{position:absolute;right:10px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:var(--muted)!important;font-size:21px;line-height:1;transition:background .16s ease,color .16s ease}
.global-search-clear:hover{background:var(--surface-2);color:var(--text)!important}
.global-search-submit{height:50px;padding-inline:19px;border-radius:13px;box-shadow:0 10px 22px rgba(47,128,237,.2)}
.global-search-submit svg{width:18px;height:18px}
.search-inline-hint{display:flex;align-items:center;gap:11px;margin-top:14px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--warning) 34%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--warning) 10%,var(--surface));color:var(--text)}
.search-inline-hint>span{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:color-mix(in srgb,var(--warning) 18%,var(--surface));color:var(--warning);font-weight:900}
.search-inline-hint>div{display:grid;gap:2px}.search-inline-hint strong{font-size:12px}.search-inline-hint small{color:var(--muted)}
.search-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:19px 2px}
.search-results-summary{display:flex;align-items:center;gap:8px;margin:0;color:var(--muted);font-size:13px}
.search-results-summary>span{text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:900}
.search-results-summary>strong{min-width:31px;height:31px;padding:0 9px;display:grid;place-items:center;border-radius:10px;background:var(--primary);color:#fff;font-size:13px;box-shadow:0 7px 15px rgba(47,128,237,.2)}
.search-results-summary p{margin:0}.search-results-summary b{color:var(--text)}
.search-results-reset{min-height:38px;padding:8px 12px;font-size:12px}
.global-search-results{display:grid;gap:18px}
.search-result-group{padding:0;overflow:hidden;border-radius:18px}
.search-result-group-heading{align-items:center;padding:17px 19px;margin:0;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 48%,var(--surface))}
.search-result-group-title{display:flex;align-items:center;gap:12px;min-width:0}
.search-result-group-title>div{min-width:0}.search-result-group-title h2{margin:0;font-size:16px}.search-result-group-title p{margin-top:3px;font-size:11px}
.search-result-group-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--surface);color:var(--primary);border:1px solid var(--line);box-shadow:0 6px 16px rgba(32,86,145,.08)}
.search-result-count{display:grid;place-items:center;min-width:32px;height:30px;padding:0 9px;border-radius:10px;background:var(--surface);border:1px solid var(--line);color:var(--primary);font-size:12px;font-weight:900}
.search-result-list{display:grid}
.search-result-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 18px;border-bottom:1px solid var(--line);color:var(--text);transition:background .16s ease,transform .16s ease}
.search-result-row:last-child{border-bottom:0}.search-result-row:hover{background:color-mix(in srgb,var(--primary) 6%,var(--surface));transform:translateX(2px)}
.search-result-row-marker{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:var(--surface-2);color:var(--primary);font-size:11px;font-weight:900}
.search-result-copy{display:grid;gap:4px;min-width:0}.search-result-copy strong{font-size:14px;line-height:1.35}.search-result-copy small{max-width:820px;color:var(--muted);font-size:12px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.search-result-meta{display:flex;align-items:center;justify-content:flex-end;gap:11px;max-width:260px;color:var(--muted);font-size:11px;font-weight:800;text-align:right}
.search-result-meta>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-meta b{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:var(--surface-2);color:var(--primary);font-size:15px}
.global-search-empty,.search-start-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;border-radius:20px}
.global-search-empty-icon,.search-start-icon{width:62px;height:62px;display:grid;place-items:center;margin-bottom:16px;border-radius:20px;background:linear-gradient(145deg,var(--surface-2),var(--surface));border:1px solid var(--line);color:var(--primary);box-shadow:0 12px 28px rgba(32,86,145,.11)}
.global-search-empty-icon svg,.search-start-icon svg{width:29px;height:29px}
.global-search-empty h2{margin:0 0 7px}.global-search-empty p,.search-start-card p{max-width:600px;margin:0 0 18px;color:var(--muted);line-height:1.55}
.search-start-card strong{font-size:20px;margin-bottom:7px}.search-start-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}
.search-start-categories span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:11px;font-weight:800}

.form-validation-summary{grid-column:1/-1;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;margin:0 0 16px;padding:13px 15px;border:1px solid color-mix(in srgb,var(--danger) 38%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--danger) 9%,var(--surface));color:var(--text);box-shadow:0 9px 24px rgba(177,62,70,.09);outline:0}
.form-validation-summary[hidden]{display:none!important}
.form-validation-summary-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--danger) 16%,var(--surface));color:var(--danger);font-size:19px;font-weight:900}
.form-validation-summary-copy{display:grid;gap:3px}.form-validation-summary-copy strong{font-size:13px}.form-validation-summary-copy span{color:var(--muted);font-size:12px}
.form-validation-message,.field-error{display:flex!important;align-items:flex-start;gap:7px;margin-top:1px;color:var(--danger)!important;font-size:11px!important;font-weight:750;line-height:1.4}
.form-validation-message::before,.field-error::before{content:"!";width:17px;height:17px;display:grid;place-items:center;flex:0 0 auto;margin-top:-1px;border-radius:6px;background:color-mix(in srgb,var(--danger) 13%,var(--surface));color:var(--danger);font-size:10px;font-weight:950}
.form-validation-message[hidden]{display:none!important}
input.is-invalid,select.is-invalid,textarea.is-invalid,.field input.is-invalid,.field select.is-invalid,.field textarea.is-invalid,.stack-form input.is-invalid,.stack-form select.is-invalid,.stack-form textarea.is-invalid{border-color:var(--danger)!important;background:color-mix(in srgb,var(--danger) 4%,var(--surface))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--danger) 13%,transparent)!important}
input.is-invalid:focus,select.is-invalid:focus,textarea.is-invalid:focus{outline:0}
.validation-field-invalid{position:relative}
.validation-field-invalid>label:first-child,.validation-field-invalid>legend:first-child{color:var(--danger)}
.errorlist{display:grid;gap:6px;margin:7px 0 0;padding:0;list-style:none;color:var(--danger);font-size:11px;font-weight:750}
.errorlist li{display:flex;align-items:flex-start;gap:7px}.errorlist li::before{content:"!";width:17px;height:17px;display:grid;place-items:center;flex:0 0 auto;border-radius:6px;background:color-mix(in srgb,var(--danger) 13%,var(--surface));font-size:10px;font-weight:950}
.alert-error{position:relative;border:1px solid color-mix(in srgb,var(--danger) 30%,transparent);box-shadow:0 8px 22px rgba(177,62,70,.08)}

html[data-theme='dark'] .global-search-panel{background:linear-gradient(145deg,#13263a,#102235);box-shadow:0 20px 50px rgba(0,0,0,.28)}
html[data-theme='dark'] .global-search-input-wrap input,html[data-theme='dark'] .global-search-select-wrap select{background:#0e2031;border-color:#315171;color:var(--text)}
html[data-theme='dark'] .global-search-input-wrap input:hover,html[data-theme='dark'] .global-search-select-wrap select:hover{border-color:#4c77a0}
html[data-theme='dark'] .global-search-input-wrap input:focus,html[data-theme='dark'] .global-search-select-wrap select:focus{background:#10263a;border-color:#6aaaff;box-shadow:0 0 0 4px rgba(90,161,255,.14)}
html[data-theme='dark'] .search-result-group-heading{background:#172c42}
html[data-theme='dark'] .search-result-group-icon,html[data-theme='dark'] .search-result-count{background:#102234;border-color:#31506f}
html[data-theme='dark'] .search-result-row:hover{background:#182e45}
html[data-theme='dark'] .search-result-row-marker,html[data-theme='dark'] .search-result-meta b{background:#1e3852}
html[data-theme='dark'] .global-search-empty-icon,html[data-theme='dark'] .search-start-icon{background:linear-gradient(145deg,#1c354e,#11283c);border-color:#31506f}
html[data-theme='dark'] .search-start-categories span{background:#1a3149;border-color:#31506f}
html[data-theme='dark'] .form-validation-summary{background:#351e24;border-color:#71404a;box-shadow:0 10px 24px rgba(0,0,0,.18)}
html[data-theme='dark'] .form-validation-summary-icon,html[data-theme='dark'] .form-validation-message::before,html[data-theme='dark'] .field-error::before,html[data-theme='dark'] .errorlist li::before{background:#4b252d;color:#ffabb4}
html[data-theme='dark'] input.is-invalid,html[data-theme='dark'] select.is-invalid,html[data-theme='dark'] textarea.is-invalid,html[data-theme='dark'] .field input.is-invalid,html[data-theme='dark'] .field select.is-invalid,html[data-theme='dark'] .field textarea.is-invalid{background:#2c1c23!important;border-color:#d96470!important;box-shadow:0 0 0 4px rgba(217,100,112,.13)!important}

@media(max-width:900px){.global-search-form{grid-template-columns:minmax(0,1fr) minmax(170px,210px)}.global-search-submit{grid-column:1/-1;width:100%}.search-result-copy small{white-space:normal}.search-result-meta{max-width:210px}}
@media(max-width:660px){.global-search-panel{padding:17px}.global-search-panel-heading{align-items:flex-start}.global-search-form{grid-template-columns:1fr}.global-search-submit{grid-column:auto}.search-results-toolbar{align-items:stretch;flex-direction:column}.search-results-summary{flex-wrap:wrap}.search-results-reset{width:100%}.search-result-row{grid-template-columns:30px minmax(0,1fr);align-items:flex-start;padding:13px 14px}.search-result-meta{grid-column:2;max-width:none;width:100%;justify-content:space-between;text-align:left}.search-result-group-heading{padding:14px}.search-result-group-title p{display:none}.global-search-empty,.search-start-card{padding:38px 18px}.form-validation-summary{grid-template-columns:34px minmax(0,1fr);padding:12px}.form-validation-summary-icon{width:34px;height:34px}}



.form-validation-message,.field-error{
  display:grid!important;
  grid-template-columns:17px minmax(0,1fr);
  align-items:start;
  column-gap:7px;
  width:100%;
  max-width:100%;
  min-width:0;
  align-self:stretch;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
}
.form-validation-message::before,.field-error::before{grid-column:1;grid-row:1}
.form-validation-message-choice,.stack-form>.checkbox-row+.field-error,.stack-form>.public-checkbox+.field-error,.stack-form>.hr-role-apply-toggle+.field-error,.stack-form>.answer-correct-toggle+.field-error{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  align-self:stretch!important;
  margin-top:-10px!important;
}
.field.checkbox-field>.form-validation-message,.field.checkbox-field>.field-error{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.checkbox-row.validation-field-invalid,.public-checkbox.validation-field-invalid,.hr-role-apply-toggle.validation-field-invalid,.answer-correct-toggle.validation-field-invalid{color:var(--danger)}
.checkbox-row.validation-field-invalid input[type=checkbox],.checkbox-row.validation-field-invalid input[type=radio],.public-checkbox.validation-field-invalid input[type=checkbox],.public-checkbox.validation-field-invalid input[type=radio]{border-color:var(--danger)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--danger) 13%,transparent)!important}
.required-field-marker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-left:4px;
  color:var(--danger);
  font-size:1em;
  font-weight:950;
  line-height:1;
  vertical-align:top;
}
.checkbox-row>span>.required-field-marker,.public-checkbox>span>.required-field-marker,.department-choice-option>span>.required-field-marker{margin-left:5px}
.transfer-confirmation-field{margin-top:1px}
html[data-theme='dark'] .required-field-marker{color:#ff8792}
@media(max-width:640px){
  .form-validation-message,.field-error{font-size:11px!important}
  .form-validation-message-choice,.stack-form>.checkbox-row+.field-error,.stack-form>.public-checkbox+.field-error{margin-top:-8px!important}
}


.required-field-label,
.required-field-label-text{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:fit-content!important;
  max-width:100%;
  min-width:0;
  white-space:normal;
}
.required-field-label-text{vertical-align:middle}
.required-field-marker{
  display:inline-grid!important;
  place-items:center;
  flex:0 0 16px;
  width:16px;
  height:16px;
  margin:0!important;
  border:1px solid color-mix(in srgb,var(--danger) 42%,transparent);
  border-radius:6px;
  background:color-mix(in srgb,var(--danger) 12%,var(--surface));
  color:var(--danger);
  box-shadow:0 2px 7px color-mix(in srgb,var(--danger) 16%,transparent);
  font-size:10px;
  font-weight:950;
  line-height:1;
  vertical-align:middle;
  transform:translateY(-1px);
}
.field.checkbox-field>.required-field-label{
  grid-column:2;
  grid-row:1;
  align-self:start;
}
.checkbox-row .required-field-label,
.public-checkbox .required-field-label,
.hr-role-apply-toggle .required-field-label,
.answer-correct-toggle .required-field-label,
.department-choice-option .required-field-label{
  min-width:0;
}
html[data-theme='dark'] .required-field-marker{
  border-color:rgba(255,132,145,.55);
  background:rgba(255,93,112,.13);
  color:#ff9ba6;
  box-shadow:0 2px 8px rgba(255,93,112,.12);
}
@media(max-width:640px){
  .required-field-label,.required-field-label-text{gap:5px!important}
  .required-field-marker{flex-basis:15px;width:15px;height:15px;border-radius:5px;font-size:9px}
}


.required-field-marker{display:none!important}
.required-field-label,
.required-field-label-text{
  gap:7px!important;
}
.required-field-dot{
  display:inline-block;
  flex:0 0 6px;
  width:6px;
  height:6px;
  margin:0 0 0 1px;
  border:0;
  border-radius:999px;
  background:var(--danger);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 10%,transparent);
  vertical-align:middle;
  transform:translateY(-1px);
}
html[data-theme='dark'] .required-field-dot{
  background:#ff7f8d;
  box-shadow:0 0 0 3px rgba(255,127,141,.11);
}
.field.checkbox-field>.required-field-label .required-field-dot,
.checkbox-row .required-field-dot,
.public-checkbox .required-field-dot,
.hr-role-apply-toggle .required-field-dot,
.answer-correct-toggle .required-field-dot,
.department-choice-option .required-field-dot{
  flex-basis:6px;
}
@media(max-width:640px){
  .required-field-label,.required-field-label-text{gap:6px!important}
  .required-field-dot{flex-basis:5px;width:5px;height:5px;box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 9%,transparent)}
}

/* Department workspaces */
.department-workspace-heading{align-items:center}.department-workspace-metrics .metric-card{min-height:122px}.department-workspace-panel{overflow:visible}.workspace-result-count{display:inline-grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:12px;background:var(--surface-2);color:var(--primary-dark);font-weight:900}.workspace-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end}.workspace-filter-actions{display:flex;gap:8px;align-items:end}.workspace-filter-actions .button{height:42px}.workspace-table{min-width:1080px}.workspace-table td{vertical-align:top}.workspace-status-stack{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.workspace-status-warning{background:#fff0d5;color:#80530e}.workspace-record-list{display:flex;flex-direction:column;gap:7px;min-width:280px}.workspace-record-list>a{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:8px;row-gap:2px;padding:9px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text)}.workspace-record-list>a:hover{border-color:var(--primary)}.workspace-record-list strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-record-list small{grid-column:1/-1}.workspace-record-type{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}.workspace-count{font-size:24px}.workspace-row-actions{display:flex;flex-direction:column;gap:7px;min-width:150px}.table-action-danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 28%,var(--line))}.table-action-danger:hover{background:var(--danger);border-color:var(--danger);color:#fff}.workspace-progress-line{display:grid;grid-template-columns:minmax(100px,1fr) auto;align-items:center;gap:9px;min-width:180px;margin-bottom:8px}.workspace-progress-line .progress{height:9px}.workspace-progress-completed{background:#ddf4e7;color:#286c49}.workspace-progress-in_progress{background:#e1f5fb;color:#24718a}.workspace-progress-not_started{background:#edf1f5;color:#5e6f82}.workspace-activity-active{background:#ddf4e7;color:#286c49}.workspace-activity-inactive{background:#ffe1e3;color:#92353d}.workspace-activity-completed{background:#e1f5fb;color:#24718a}.workspace-pending{color:var(--warning)!important;font-weight:800}.workspace-details{position:relative;min-width:120px}.workspace-details summary{cursor:pointer;color:var(--primary);font-weight:800;white-space:nowrap}.workspace-missing-list{position:absolute;z-index:8;right:0;top:28px;width:min(360px,80vw);padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:7px}.workspace-missing-list strong{margin-top:4px;font-size:12px;text-transform:uppercase;color:var(--muted)}.workspace-missing-list span{padding:7px 9px;border-radius:8px;background:var(--surface-2);font-size:13px}.workspace-complete-item{color:var(--success)}.department-violation-form{max-width:980px}
html[data-theme='dark'] .workspace-record-list>a,html[data-theme='dark'] .workspace-missing-list{background:var(--surface)}
@media(max-width:1100px){.workspace-filter-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}
@media(max-width:660px){.department-workspace-heading{align-items:flex-start}.department-workspace-heading .button-row{width:100%}.department-workspace-heading .button{flex:1}.workspace-filter-grid{grid-template-columns:1fr}.workspace-filter-actions{width:100%}.workspace-filter-actions .button{flex:1}}

/* Residency lifecycle, department approvals and manual assignment */
.department-selection-alert{display:flex;align-items:center;justify-content:space-between;gap:18px}.department-selection-alert>div{min-width:0}.metric-text{font-size:18px!important;line-height:1.25}.transfer-approval-metrics .metric-card{min-height:132px}.transfer-approval-columns{align-items:start}.transfer-approval-card .review-note{margin:14px 0}.transfer-approval-card>.button{margin-top:14px}.manual-department-panel{border-color:color-mix(in srgb,var(--primary) 35%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 5%,var(--surface)),var(--surface))}.transfer-review-table small{display:block;margin-top:5px}.workspace-placement-residency{background:#e1f5fb;color:#24718a}.workspace-placement-selection_required{background:#fff1d8;color:#95600f}.workspace-placement-application_submitted{background:#e8e7ff;color:#5550a8}.status-approved{background:#ddf4e7;color:#286c49}.status-rejected{background:#ffe1e3;color:#92353d}.status-pending{background:#fff1d8;color:#95600f}
html[data-theme='dark'] .manual-department-panel{background:linear-gradient(135deg,rgba(64,151,255,.08),var(--surface))}html[data-theme='dark'] .workspace-placement-residency{background:rgba(52,179,219,.15);color:#77d4f0}html[data-theme='dark'] .workspace-placement-selection_required{background:rgba(224,161,38,.16);color:#f3c66f}html[data-theme='dark'] .workspace-placement-application_submitted{background:rgba(112,105,235,.18);color:#aaa6ff}html[data-theme='dark'] .status-approved{background:rgba(56,180,116,.16);color:#83dbad}html[data-theme='dark'] .status-rejected{background:rgba(225,83,96,.17);color:#ff9ca5}html[data-theme='dark'] .status-pending{background:rgba(224,161,38,.16);color:#f3c66f}
@media(max-width:760px){.department-selection-alert{align-items:flex-start;flex-direction:column}.department-selection-alert .button{width:100%}.transfer-approval-metrics{grid-template-columns:1fr 1fr}.metric-text{font-size:16px!important}}
@media(max-width:520px){.transfer-approval-metrics{grid-template-columns:1fr}}

/* Department transfer decisions are made separately by each configured department leadership. */
.transfer-decision-inline-form{display:grid;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.transfer-decision-inline-form .field span{font-size:13px;font-weight:800;color:var(--text)}
.transfer-decision-inline-form textarea{min-height:84px}
.transfer-decision-inline-form .button-row{align-items:stretch}
@media(max-width:720px){.transfer-decision-inline-form .button-row{display:grid;grid-template-columns:1fr}.transfer-decision-inline-form .button{width:100%;white-space:normal}}
.department-directory-deputies{display:grid;gap:3px;min-width:0;text-align:right}
.department-directory-deputies strong{display:block}
@media(max-width:520px){.department-directory-deputies{text-align:left}}

/* Compact matrix activity selector for promotion and weekly reports */
.matrix-activity-builder{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}
.matrix-activity-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.matrix-activity-builder-head h3{margin:0 0 4px}.matrix-activity-builder-head p{margin:0;color:var(--muted);font-size:13px;max-width:720px}
.matrix-activity-list{display:grid;gap:10px}.matrix-activity-row{display:grid;grid-template-columns:minmax(220px,1.5fr) 110px 110px minmax(220px,1fr) auto;gap:10px;align-items:end;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.matrix-activity-row label,.matrix-activity-result{display:grid;gap:6px}.matrix-activity-row span{font-size:12px;color:var(--muted);font-weight:700}.matrix-activity-result strong{min-height:42px;display:flex;align-items:center}.matrix-activity-empty[hidden]{display:none}
@media(max-width:900px){.matrix-activity-row{grid-template-columns:1fr 110px 110px}.matrix-activity-evidence{grid-column:1/-2}.matrix-activity-remove{grid-column:-2/-1}}
@media(max-width:640px){.matrix-activity-builder-head{display:grid}.matrix-activity-row{grid-template-columns:1fr 1fr}.matrix-activity-main,.matrix-activity-evidence{grid-column:1/-1}.matrix-activity-result{align-self:end}.matrix-activity-remove{grid-column:1/-1}.matrix-activity-builder-head .button{width:100%}}

.exam-department-dropdown{position:relative}
.exam-department-dropdown>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer;list-style:none}
.exam-department-dropdown>summary::-webkit-details-marker{display:none}.exam-department-dropdown[open]>summary{border-color:var(--primary)}
.exam-department-dropdown-panel{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 6px);max-height:300px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 16px 36px rgba(10,25,45,.16)}
.exam-department-options{display:grid;gap:4px;margin:0;padding:0;list-style:none}.exam-department-options li{margin:0}.exam-department-options label{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer}.exam-department-options label:hover{background:var(--surface-2)}

/* Dynamic promotion requirements and live point calculation */
.report-live-points{display:grid;gap:14px}
.report-live-points-metrics{margin-top:0}
.report-points-progress{height:9px;overflow:hidden;border-radius:999px;background:var(--surface-2);border:1px solid var(--line)}
.report-points-progress span{display:block;width:0;height:100%;border-radius:inherit;background:var(--primary);transition:width .2s ease}
.mandatory-condition-builder{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}
.mandatory-condition-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.mandatory-condition-builder-head h3{margin:0 0 4px}
.mandatory-condition-builder-head p{margin:0;color:var(--muted);font-size:13px;max-width:720px}
.mandatory-condition-summary{padding:11px 13px;border:1px dashed var(--line);border-radius:11px;color:var(--muted);background:var(--surface)}
.mandatory-condition-list{display:grid;gap:10px}
.mandatory-condition-list[hidden]{display:none}
.mandatory-condition-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr);gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.mandatory-condition-row-complete{border-color:var(--success)}
.mandatory-condition-row-head{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.mandatory-condition-row-head>div{display:grid;gap:4px}
.mandatory-condition-row-head small{color:var(--muted)}
.mandatory-condition-checkbox{align-self:end;min-height:42px}
.mandatory-condition-value,.mandatory-condition-evidence{min-width:0}
.report-optional-comment{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}
.report-optional-comment summary{cursor:pointer;font-weight:800;color:var(--text)}
.report-optional-comment .field{margin-top:12px}
.mandatory-condition-summary-list .list-row{align-items:center}
@media(max-width:720px){
  .mandatory-condition-builder-head{display:grid}
  .mandatory-condition-builder-head .button{width:100%}
  .mandatory-condition-row{grid-template-columns:1fr}
  .mandatory-condition-row-head{grid-column:1}
  .report-live-points .panel-heading{align-items:flex-start}
}
