:root{--background:#eef4ef;--background-strong:#e2ece6;--foreground:#061727;--muted:#66757a;--line:#c8d7d0;--line-soft:#dce6e1;--primary:#9a4a16;--primary-dark:#77340d;--primary-soft:#fff7e7;--accent:#2c6b5d;--accent-soft:#e6f2ed;--danger:#b42318;--success:#146c2e;--surface:#fff;--surface-muted:#fbfbf6;--shadow-soft:0 20px 46px #06172714;--shadow-inset:inset 0 1px 0 #ffffffd1}*{box-sizing:border-box}html{font-size:18px}body{background:linear-gradient(90deg, #e2ece6c2 0, #e2ece6c2 220px, transparent 220px), linear-gradient(180deg, #f7faf7 0, var(--background) 280px, #edf4ef 100%);color:var(--foreground);margin:0;font-family:Arial,Noto Sans KR,sans-serif;line-height:1.55}a{color:inherit}.page{width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 56px}.page.narrow{width:min(720px,100% - 32px)}.page.wide{width:min(1320px,100% - 32px)}.topbar{justify-content:space-between;align-items:center;gap:16px;padding:20px 0 24px;display:flex}.admin-header-link{min-height:40px;color:var(--muted);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;transition:color .16s,background .16s,box-shadow .16s;display:inline-flex}.admin-header-link:hover,.admin-header-link:focus-visible{color:var(--accent);background:var(--accent-soft)}.admin-header-link:focus-visible{outline:none;box-shadow:0 0 0 3px #2c6b5d2e}.brand{gap:4px;display:grid}.brand-kicker{color:var(--primary);letter-spacing:0;flex-wrap:wrap;align-items:baseline;gap:10px;font-size:.68rem;font-weight:900;line-height:1.2;display:inline-flex}.brand-version{color:var(--muted);font-size:.54rem;font-weight:800}.brand-title{color:var(--foreground);font-size:1.45rem;font-weight:800;line-height:1.25}.muted{color:var(--muted)}.grid{grid-template-columns:minmax(280px,380px) 1fr;align-items:start;gap:24px;display:grid}.panel,.course-card,.mini-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft), var(--shadow-inset);border-radius:8px}.panel{padding:24px;position:relative}.panel:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:.8;border-radius:8px 8px 0 0;height:4px;position:absolute;inset:0 0 auto}.course-list{gap:16px;display:grid}.course-card{border-color:#d4dfd9;padding:20px}.mini-card{background:var(--surface-muted);border-color:var(--line-soft);padding:14px}.course-card h3,.panel h2{margin:0 0 12px}.course-description{color:#253840;white-space:pre-wrap;max-width:68ch;margin:10px 0 16px;line-height:1.6}.label{color:#13242c;min-width:0;margin-bottom:8px;font-size:.92rem;font-weight:700;display:block}.label.compact-label{width:min(260px,100%);margin-bottom:0}.required-mark{color:var(--danger);margin-left:4px}.input{width:100%;min-width:0;min-height:52px;color:var(--foreground);background:#fbfdfb;border:1px solid #b9cac2;border-radius:6px;outline:none;padding:12px 14px;font-family:inherit;font-size:1rem;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:inset 0 1px 2px #0617270a}.input[type=date],.input[type=datetime-local]{letter-spacing:0;font-weight:700}.input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2c6b5d24}.input[readonly]{background:var(--surface-muted);color:var(--muted);cursor:default}.input.input-error{border-color:var(--danger);background:#fff8f7}.field-error{color:var(--danger);margin-top:6px;font-size:.9rem;font-weight:700;display:block}.button{background:var(--primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 8px 18px #9a4a1629}.button:hover{background:var(--primary-dark);transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.6}.button:disabled:hover{transform:none}.button.pseudo-disabled{cursor:pointer;opacity:.6}.button.pseudo-disabled:hover{transform:none}.button.secondary{color:var(--foreground);background:#fff;border-color:#b8c9c2;box-shadow:0 8px 18px #0617270f}.button.secondary:hover{border-color:var(--accent);background:var(--accent-soft);color:#12352e}.button.system-auto-refresh-button.on{color:#1f5f3f;background:#2d7d511a;border-color:#2d7d5152;box-shadow:0 8px 18px #2d7d5129}.button.system-auto-refresh-button.on:hover{color:#184a31;background:#2d7d5129;border-color:#2d7d51}.button.system-auto-refresh-button.off{color:#65736e;box-shadow:none;background:#f6f8f7;border-color:#d4ddd9}.button.system-auto-refresh-button.off:hover{color:#40504a;background:#eef3f1;border-color:#aebcb6}.button.danger{background:var(--danger)}.button.small{min-height:44px;padding:0 14px;font-size:.9rem}.button.full{width:100%}.login-agree-list{gap:10px;margin-top:14px;display:grid}.login-agree-item{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:6px;padding:10px}.login-agree-row{align-items:center;gap:8px;min-width:0;display:flex}.login-agree-checkbox{flex:0 0 16px;width:16px;height:16px;margin:0}.login-agree-label{flex:auto;min-width:0;font-size:.72rem;font-weight:700;line-height:1.25;overflow:hidden}.login-agree-label-text{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.login-agree-label .required-mark{font-size:.68rem;font-weight:800}.login-agree-row .button.small{white-space:nowrap;flex:none;min-height:30px;padding:0 8px;font-size:.62rem}.login-agree-content{border-top:1px solid var(--line-soft);max-height:210px;margin-top:10px;padding-top:10px;font-size:.78rem;line-height:1.5;overflow:auto}.login-agree-content :where(p,li,td,th){font-size:inherit}.login-agree-content :where(h1,h2,h3,h4){font-size:.85rem}.status{border-radius:6px;margin-top:14px;padding:12px;font-weight:700}.status.ok{color:var(--success);background:#effaf1;border:1px solid #b9dcc3}.status.error{color:var(--danger);background:#fff1f0;border:1px solid #f0b7b2}.admin-login-remember{color:#13242c;cursor:pointer;align-items:center;gap:8px;font-size:.92rem;font-weight:700;display:inline-flex}.admin-login-remember input{width:18px;height:18px;accent-color:var(--accent);margin:0}.toast-viewport{z-index:900;pointer-events:none;justify-content:center;padding:0 16px;display:flex;position:fixed;bottom:24px;left:0;right:0}.toast{pointer-events:auto;border-radius:8px;width:min(420px,100%);padding:14px 16px;font-weight:800;line-height:1.5;box-shadow:0 14px 34px #1111112e}.info-toast{color:var(--success);background:#effaf1;border:1px solid #9fd1ad}.dialog-backdrop{z-index:1000;background:#1111116b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.dialog{border:1px solid var(--danger);background:var(--surface);border-radius:8px;width:min(440px,100%);padding:24px;box-shadow:0 18px 48px #1111113d}.dialog.wide-dialog{border-color:var(--line);width:min(980px,100%)}.dialog-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.dialog h2{margin:0 0 10px;font-size:1.2rem}.dialog p{color:var(--danger);margin:0 0 18px;font-weight:700}.dialog.wide-dialog p{color:var(--muted);margin:0}.dialog-table-wrap{max-height:min(60vh,560px)}.dialog-section{gap:10px;margin-bottom:16px;display:grid}.applicant-search-form{grid-template-columns:minmax(0,1fr) auto}.dialog-inline-message{font-size:.92rem;font-weight:800}.applicant-search-results{max-height:220px}.applicant-result-table{min-width:720px}.restricted-member-panel{border-top:1px solid var(--line-soft);gap:12px;margin-top:18px;padding-top:18px;display:grid}.restricted-member-panel h3{margin:0;font-size:1.05rem}.restricted-member-panel .inline-section-head{margin-bottom:0;padding-bottom:12px}.restricted-member-panel .inline-section-head p{margin:6px 0 0}.restricted-member-head{align-items:center}.restricted-member-head .button{white-space:nowrap;flex-shrink:0}.restricted-member-controls{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;gap:12px;padding:16px;display:grid}.restricted-member-search{margin:0}.restricted-member-results{max-height:220px}.restricted-member-list{max-height:300px}.restricted-member-panel+.actions{margin-top:14px}.enrollment-dialog-table{table-layout:auto;min-width:1160px}.enrollment-dialog-table th,.enrollment-dialog-table td{white-space:nowrap}.enrollment-dialog-table th:nth-child(2),.enrollment-dialog-table td:nth-child(2){min-width:128px}.enrollment-dialog-table th:nth-child(7),.enrollment-dialog-table td:nth-child(7),.enrollment-dialog-table th:nth-child(8),.enrollment-dialog-table td:nth-child(8){min-width:170px}.enrollment-dialog-table th:nth-child(9),.enrollment-dialog-table td:nth-child(9){min-width:120px}.meta{flex-wrap:wrap;gap:10px;margin:12px 0;display:flex}.badge{color:#21463f;background:#edf6f2;border:1px solid #d7e2dd;border-radius:999px;padding:4px 10px;font-size:.9rem;font-weight:700}.course-search-form{border:1px solid var(--line-soft);background:#ffffffb8;border-radius:8px;gap:8px;margin-bottom:14px;padding:14px;display:grid}.course-search-row{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;display:grid}.category-filter{flex-wrap:wrap;gap:8px;margin:0 0 16px;display:flex}.filter-chip{color:#21463f;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #b8c9c2;border-radius:999px;align-items:center;gap:7px;padding:0 15px;font-size:.92rem;font-weight:800;transition:border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.filter-chip:hover,.filter-chip.active{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.filter-chip-count{color:#34524c;background:#eaf2ef;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:.78rem;line-height:1;display:inline-flex}.filter-chip.active .filter-chip-count{background:var(--accent);color:#fff}.admin-table{border-collapse:separate;border-spacing:0;background:#fff;width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--line-soft);text-align:left;padding:12px}.admin-table th{border-bottom-color:var(--line);color:#263940;background:#edf3ef;font-size:.88rem;font-weight:900}.admin-table tbody tr:nth-child(2n){background:#fbfcfa}.admin-table tbody tr:hover{background:#fffaf0}.member-summary-row{cursor:pointer}.member-summary-row.expanded,.member-summary-row:focus-visible,.admin-table tbody .member-detail-row:hover{background:#fffaf0}.member-detail-row td{background:#fffaf0;padding:0 12px 14px}.member-hover-details{background:#fffdf8;border:1px solid #ead8bd;border-radius:8px;grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px;padding:12px;display:grid;box-shadow:inset 0 1px #ffffffe0}.member-detail-item{gap:3px;min-width:0;display:grid}.member-detail-item.wide{grid-column:span 2}.member-detail-item span{color:var(--muted);font-size:.78rem;font-weight:800}.member-detail-item strong{color:#13242c;overflow-wrap:anywhere;min-width:0;font-size:.9rem;font-weight:800}.count-button{min-width:44px;min-height:38px;color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:0 10px;font-weight:800}.count-button:hover,.count-button:focus-visible{border-color:var(--accent);background:var(--accent-soft);outline:none}.count-button:disabled{cursor:wait;opacity:.65}.actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.actions.compact{gap:6px}.center{text-align:center}.summary-list{gap:12px;margin:18px 0;display:grid}.summary-list div{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:6px;justify-content:space-between;gap:16px;padding:10px 12px;display:flex}.summary-list .account-summary{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.account-label{color:var(--muted);padding-top:2px;font-size:.78rem;font-weight:700}.account-actions{display:contents}.account-actions .button{grid-column:3;justify-self:end}.account-name{color:var(--foreground);text-align:center;grid-column:2;justify-self:center;min-width:0;font-size:1.15rem;font-weight:900}.payment-widget{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;margin:18px 0;padding:12px}.admin-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;display:grid}.admin-shell{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px;display:grid}.admin-sidebar{border:1px solid var(--line);background:#eff6f2d1;border-radius:8px;align-content:start;gap:12px;padding:18px;display:grid;position:sticky;top:20px}.sidebar-button{height:54px;min-height:54px;color:var(--foreground);text-align:left;cursor:pointer;background:#ffffffc7;border:1px solid #bfd0c8;border-radius:8px;align-items:center;gap:10px;padding:0 18px;font-size:1rem;font-weight:800;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:flex;box-shadow:inset 0 1px #ffffffd1}.sidebar-icon{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 22px;width:22px;height:22px}.sidebar-button.active,.sidebar-button:hover{color:#051722;background:#e8f4ef;border-color:#061727;transform:translateY(-1px);box-shadow:0 10px 22px #06172714,inset 0 0 0 1px #061727}.admin-content{min-width:0;padding:22px}.section-head{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-inset);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:18px 20px;display:flex}.section-head h2{margin:0}.course-term-head{background:var(--background);box-shadow:none;border:0;align-items:center}.course-term-select{white-space:nowrap;align-items:center;gap:12px;width:auto;min-width:320px;margin-bottom:0;display:flex}.course-term-select .input{width:260px}.inline-section-head{margin-bottom:14px}.section-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.settings-panel{max-width:880px}.system-log-panel{max-width:none}.system-health-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.system-health-card{border:1px solid var(--line-soft);background:var(--surface);border-left-width:5px;border-radius:8px;gap:6px;min-height:132px;padding:14px;display:grid}.system-health-card span,.system-health-card small{color:var(--muted);font-size:.82rem;font-weight:800}.system-health-card strong{font-size:1.25rem}.system-health-card p{color:#21353c;margin:0;font-size:.9rem;font-weight:700}.system-health-card.ok{border-left-color:var(--success)}.system-health-card.warn{border-left-color:#b7791f}.system-health-card.error{border-left-color:var(--danger)}.system-health-card.unknown{border-left-color:var(--muted)}.system-log-metrics{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.system-log-metrics span{border:1px solid var(--line-soft);background:var(--surface-muted);color:var(--muted);border-radius:6px;padding:8px 10px;font-size:.88rem;font-weight:800}.system-log-metrics strong{color:var(--foreground)}.system-monitoring-panel{border:1px solid var(--line-soft);background:#fbfdfb;border-radius:8px;gap:14px;margin-bottom:16px;padding:16px;display:grid}.system-monitoring-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.system-monitoring-head h3{margin:0 0 4px}.system-monitoring-controls{align-items:center;gap:8px;display:flex}.system-monitoring-live{border:1px solid var(--line-soft);background:var(--surface-muted);color:var(--muted);white-space:nowrap;border-radius:999px;padding:8px 10px;font-size:.78rem;font-weight:900}.system-monitoring-live.on{color:var(--success);background:#2d7d5114;border-color:#2d7d5140}.system-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.system-kpi-card{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;gap:8px;min-height:92px;padding:12px;display:grid}.system-kpi-card span{color:var(--muted);font-size:.78rem;font-weight:900}.system-kpi-card strong{color:#13242c;align-items:baseline;gap:4px;font-size:1.35rem;line-height:1;display:flex}.system-kpi-card small{color:var(--muted);font-size:.75rem}.system-kpi-card.ok{border-left:4px solid var(--success)}.system-kpi-card.warn{border-left:4px solid #b7791f}.system-monitoring-grid,.system-history-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.system-monitoring-grid{grid-auto-rows:340px}.system-history-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.system-monitoring-chart{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;gap:10px;min-width:0;min-height:184px;padding:12px;display:grid;overflow:hidden}.system-monitoring-grid .system-monitoring-chart{grid-template-rows:auto auto minmax(0,1fr) auto;height:100%}.system-chart-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.system-chart-head strong{color:#13242c}.system-chart-head span{color:var(--muted);font-size:.78rem;font-weight:800}.system-chart-summary{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:.78rem;font-weight:800;display:flex}.system-chart-summary span{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:6px;padding:5px 7px}.system-chart-summary strong{color:var(--foreground)}.system-bar-chart,.system-line-bars{align-items:end;gap:2px;min-width:0;height:118px;display:flex;overflow:hidden}.system-bar-chart>span,.system-line-bars>span{background:var(--accent);border-radius:3px 3px 0 0;flex:1 1 0;min-width:0}.system-line-bars>span{background:#2d7d51}.system-chart-empty{min-height:110px;color:var(--muted);text-align:center;place-items:center;font-weight:800;display:grid}.system-chart-axis{color:var(--muted);justify-content:space-between;gap:8px;font-size:.72rem;font-weight:900;display:flex}.system-response-list{gap:8px;display:grid}.system-response-list span{border-bottom:1px solid var(--line-soft);color:var(--muted);justify-content:space-between;gap:8px;padding-bottom:8px;font-size:.88rem;font-weight:800;display:flex}.system-response-list strong{color:var(--foreground)}.system-endpoint-list{gap:8px;min-height:0;display:grid;overflow:auto}.system-endpoint-row{border:1px solid var(--line-soft);background:var(--surface-muted);width:100%;color:inherit;text-align:left;cursor:pointer;border-radius:6px;gap:4px;padding:8px;display:grid}.system-endpoint-row span{overflow-wrap:anywhere;color:#13242c;min-width:0;font-size:.82rem;font-weight:900}.system-endpoint-row strong,.system-endpoint-row small{color:var(--muted);font-size:.78rem;font-weight:800}.system-daily-peaks{gap:8px;display:grid}.system-daily-peaks>div{color:var(--muted);grid-template-columns:48px minmax(0,1fr) 64px;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:grid}.system-daily-peaks>div>div{background:var(--surface-muted);border-radius:999px;height:10px;overflow:hidden}.system-daily-peaks>div>div>span{border-radius:inherit;background:var(--accent);height:100%;display:block}.system-daily-peaks strong{color:var(--foreground);text-align:right}.system-heatmap-wrap{gap:8px;display:grid}.system-heatmap-hours{color:var(--muted);grid-template-columns:24px repeat(24,minmax(4px,1fr));font-size:.72rem;font-weight:900;display:grid}.system-heatmap-hours span:first-child{grid-column:2/span 2}.system-heatmap-hours span:nth-child(2){grid-column:8/span 2}.system-heatmap-hours span:nth-child(3){grid-column:14/span 2}.system-heatmap-hours span:nth-child(4){grid-column:20/span 2}.system-heatmap-hours span:nth-child(5){text-align:right;grid-column:25/span 1}.system-heatmap{grid-template-columns:24px repeat(24,minmax(4px,1fr));grid-auto-rows:14px;align-content:start;gap:3px;display:grid}.system-heatmap-day{color:var(--muted);place-items:center;font-size:.72rem;font-weight:900;display:grid}.system-heatmap-cell{background:var(--accent);border-radius:3px}.system-heatmap-cell.is-current{z-index:1;outline:2px solid var(--primary);outline-offset:1px;position:relative;box-shadow:0 0 0 4px #9a4a1629,inset 0 0 0 1px #ffffffdb}.system-heatmap-legend{color:var(--muted);justify-content:flex-end;align-items:center;gap:6px;font-size:.72rem;font-weight:900;display:flex}.system-heatmap-legend i{background:var(--accent);border-radius:3px;width:16px;height:10px}.system-heatmap-legend i:first-of-type{opacity:.22}.system-heatmap-legend i:nth-of-type(2){opacity:.58}.system-heatmap-legend i:nth-of-type(3){opacity:1}.system-heatmap-legend strong{color:var(--foreground)}.system-log-filter-panel{margin-bottom:16px}.system-log-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.system-log-quick-actions{margin-top:12px}.system-log-workspace{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:16px;display:grid}.system-log-table-wrap{max-height:640px}.system-log-table{min-width:1180px}.system-log-table th,.system-log-table td{white-space:nowrap}.system-log-table th:nth-child(8),.system-log-table td:nth-child(8){white-space:normal;min-width:280px}.system-log-row{cursor:pointer}.system-log-row.error{background:#fff7f6}.system-log-row.warn{background:#fffaf0}.system-log-row.selected{outline:2px solid var(--accent);outline-offset:-2px}.log-level{border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.78rem;font-weight:900;display:inline-flex}.log-level.info{background:var(--accent-soft);color:var(--accent)}.log-level.warn{color:#8a5a08;background:#fff4d6}.log-level.error{color:var(--danger);background:#fff1f0}.system-log-detail{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-inset);border-radius:8px;gap:12px;padding:16px;display:grid;position:sticky;top:20px}.system-log-detail-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.system-log-detail-head strong{overflow-wrap:anywhere;min-width:0}.system-log-detail p{color:#21353c;margin:0;font-weight:800}.system-log-detail-grid{gap:8px;display:grid}.system-log-detail-actions{flex-wrap:wrap;gap:8px;display:flex}.system-log-metadata{border:1px solid var(--line-soft);color:#13242c;white-space:pre-wrap;background:#f7faf7;border-radius:6px;max-height:260px;padding:10px;font-size:.78rem;overflow:auto}.system-log-empty-detail{color:var(--muted);font-weight:800}.environment-form{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;gap:12px;margin:18px 0;padding:16px;display:grid}.environment-form h3{margin:0}.classroom-table-wrap{margin:14px 0 22px}.classroom-inactive-panel{margin:0 0 22px}.classroom-inactive-panel .restricted-member-controls{background:0 0;border:0;padding:0}.inactive-classroom-list{margin:0}.settings-title-input{margin-bottom:14px}.collapsible-setting-field{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;gap:10px;padding:12px;display:grid}.collapsible-setting-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.collapsible-setting-summary{min-width:0}.collapsible-setting-summary .label{margin:0;display:block}.collapsible-setting-preview{overflow-wrap:anywhere;white-space:pre-wrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;display:-webkit-box;overflow:hidden}.collapsible-setting-head .button{white-space:nowrap;flex-shrink:0}.collapsible-setting-body{gap:8px;display:grid}.collapsible-setting-body .settings-title-input{margin-bottom:0}.rich-consent-shell{gap:8px;display:grid}.rich-consent-toolbar{flex-wrap:wrap;gap:8px;display:flex}.rich-consent-editor{white-space:normal;min-height:180px;line-height:1.6;overflow:auto}.danger-zone{background:#fff7f6;border:1px solid #f0b7b2;border-radius:8px;gap:14px;margin-top:20px;padding:16px;display:grid}.danger-zone h3{color:var(--danger);margin:0 0 6px}.danger-zone p{margin:0}.danger-actions{flex-wrap:wrap;gap:10px;display:flex}.danger-zone+.actions{margin-top:18px}.reset-dialog{width:min(560px,100%)}.confirmation-copy{color:var(--danger);background:#fff7f6;border:1px solid #f0b7b2;border-radius:6px;gap:6px;margin:12px 0 18px;padding:12px;font-weight:800;display:grid}.confirmation-copy span{color:var(--muted);font-size:.9rem;font-weight:700}.term-default-panel{margin-bottom:16px}.term-default-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.term-default-head h2{margin:0}.term-default-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.term-default-summary span{border:1px solid var(--line-soft);background:var(--surface-muted);color:#21353c;border-radius:8px;gap:4px;padding:14px 16px;font-weight:700;line-height:1.45;display:grid}.term-default-summary strong{color:var(--muted);font-size:.82rem}.term-default-summary+.form-grid{margin-top:14px}.term-start-panel{margin-bottom:16px}.setting-row{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:16px;font-weight:800;display:flex}.panel .setting-row{margin-bottom:14px}.setting-row span{gap:4px;display:grid}.setting-row>input,.setting-row>.payment-toggle-row>input{width:24px;height:24px;accent-color:var(--accent);flex:none}.setting-row .muted{font-size:.92rem;font-weight:700}.payment-setting-panel{align-items:stretch;width:100%;display:grid}.payment-toggle-row{cursor:pointer;justify-content:flex-start;align-items:center;gap:18px;display:flex}.payment-toggle-row>span{flex:auto}.payment-toggle-row span{gap:4px;display:grid}.integration-settings{gap:14px;margin:18px 0;display:grid}.integration-details{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px}.integration-details summary{min-height:56px;color:var(--foreground);cursor:pointer;padding:16px;font-weight:900}.integration-details summary::marker{color:var(--accent)}.integration-details[open]{padding-bottom:16px}.integration-details[open] summary{border-bottom:1px solid var(--line-soft);margin-bottom:12px}.integration-section{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;gap:12px;margin:0 16px 12px;padding:16px;display:grid}.integration-section:last-child{margin-bottom:0}.integration-section h3{margin:0}.integration-subforms{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.integration-subform{border:1px solid var(--line-soft);border-radius:8px;gap:12px;padding:12px;display:grid}.integration-subform h4{margin:0;font-size:.95rem}.integration-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.secret-setting-field{gap:8px;display:grid}.secret-status{color:var(--muted);font-size:.9rem;font-weight:700}.clear-secret-row{color:var(--muted);align-items:center;gap:8px;font-size:.92rem;font-weight:700;display:inline-flex}.clear-secret-row input{width:18px;height:18px;accent-color:var(--accent)}.search-form{background:0 0;border:0;grid-template-columns:minmax(220px,1fr) auto;gap:10px;padding:0;display:grid}.member-search-panel{border:1px solid var(--line-soft);background:#ffffffb8;border-radius:8px;gap:14px;margin-bottom:14px;padding:18px;display:grid}.member-search-panel-title{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:900}.member-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.member-search-field{gap:6px;display:grid}.member-search-field.checkbox-field{grid-template-columns:auto auto 1fr;align-items:center}.member-search-field.checkbox-field input{margin:0}.member-search-field-wide{grid-column:1/-1}.member-search-label{color:var(--muted);font-size:.82rem;font-weight:800}.member-search-date-range{align-items:center;gap:8px;display:flex}.member-search-date-range .input{flex:1 1 0;min-width:0}.member-search-date-sep{color:var(--muted);flex-shrink:0;font-weight:800}.member-search-actions{justify-content:flex-end;gap:10px;display:flex}.member-active-filters{color:var(--muted);align-items:center;gap:10px;margin:-4px 0 14px;font-size:.84rem;font-weight:800;display:flex}.member-active-filter-chip{border:1px solid var(--accent);background:var(--accent-soft);min-height:34px;color:var(--accent);font:inherit;cursor:pointer;border-radius:999px;padding:0 12px}.admin-tabs{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:6px;margin-bottom:14px;padding:6px;display:inline-flex}.admin-tab-button{min-height:42px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 18px;font-weight:900}.admin-tab-button.active,.admin-tab-button:hover{background:var(--accent-soft);color:var(--accent)}.member-summary-dashboard{gap:14px;display:grid}.member-summary-head{align-items:center;margin-bottom:0}.member-summary-head p{margin:4px 0 0}.member-summary-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.member-summary-kpi{border:1px solid var(--line-soft);border-left:4px solid var(--accent);background:var(--surface);border-radius:8px;gap:8px;min-height:96px;padding:12px;display:grid}.member-summary-kpi.warn{border-left-color:#b7791f}.member-summary-kpi span{color:var(--muted);font-size:.78rem;font-weight:900}.member-summary-kpi strong{color:var(--foreground);font-size:1.5rem;line-height:1}.member-summary-grid{grid-template-columns:1fr;gap:14px;display:grid}.member-summary-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.member-summary-card{min-width:0}.member-summary-card h3{margin:0 0 12px}.member-summary-table-wrap{box-shadow:none}.member-summary-table{min-width:640px}.member-distribution-cell{grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:8px;display:grid}.member-distribution-cell small{width:92px;color:var(--muted);white-space:nowrap;flex-shrink:0}.member-distribution-bar{background:#e7efeb;border-radius:999px;height:10px;overflow:hidden}.member-distribution-bar span{border-radius:inherit;background:var(--accent);height:100%;display:block}.member-summary-excluded,.member-quality-list{gap:10px;display:grid}.member-summary-excluded>span,.member-summary-excluded-row,.member-quality-row{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:6px;justify-content:space-between;gap:12px;padding:10px 12px;font-weight:800;display:flex}.member-summary-excluded-row,.member-quality-filter-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.member-age-excluded-filter-button:hover,.member-age-excluded-filter-button:focus-visible,.member-quality-filter-button:hover,.member-quality-filter-button:focus-visible{border-color:var(--accent);background:var(--accent-soft);outline:none}.member-summary-empty{border:1px solid var(--line-soft);background:var(--surface-muted);color:var(--muted);text-align:center;border-radius:8px;padding:16px;font-weight:900}.member-import-panel{gap:14px;display:grid}.member-import-file-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.member-import-summary{flex-wrap:wrap;gap:8px;display:flex}.member-import-summary span,.member-import-result{border:1px solid var(--line-soft);background:var(--surface-muted);color:var(--foreground);border-radius:6px;padding:8px 10px;font-size:.92rem;font-weight:800}.member-import-result{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.member-import-mapping-grid{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.member-import-excluded{margin:0;line-height:1.5}.member-import-table-wrap{max-height:520px}.member-import-table{min-width:980px}.member-import-table td:nth-child(6){white-space:normal;min-width:240px}.compact-select{min-height:42px;padding:8px 10px}.form-grid{border:1px solid var(--line-soft);background:var(--surface-muted);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;padding:16px;display:grid}.form-grid-wide{grid-column:1/-1}.date-range-row{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.schedule-editor{gap:12px;display:grid}.schedule-editor-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.schedule-editor-head h3{margin:0;font-size:1rem}.schedule-list{gap:10px;display:grid}.schedule-row{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) auto;align-items:end;gap:10px;display:grid}.textarea{resize:vertical;min-height:120px}.table-wrap{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-inset);border-radius:8px;overflow-x:auto}.admin-table{min-width:760px}.pagination{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;display:flex}.pagination-summary{color:var(--muted);font-size:.84rem;font-weight:800}.pagination-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.pagination-controls .button{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:.8rem!important}.pagination-button{min-width:30px!important;padding:0 6px!important}.pagination-button.active{border-color:var(--accent);background:var(--accent-soft);color:#12352e;box-shadow:inset 0 0 0 1px var(--accent)}.pagination-jump{align-items:center;gap:4px;margin-left:8px;display:flex}.pagination-jump-input{text-align:center;border-radius:6px;font-size:.8rem;width:55px!important;height:30px!important;min-height:30px!important;padding:0 6px!important}.pagination-jump-button{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:.8rem!important}@media (max-width:980px){.admin-layout,.admin-shell{grid-template-columns:1fr}.admin-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.system-health-grid,.system-kpi-grid,.system-monitoring-grid,.system-history-grid,.member-summary-kpis,.member-summary-grid,.member-summary-support-grid,.system-log-filter-grid,.system-log-workspace{grid-template-columns:1fr}.system-monitoring-head{display:grid}.system-monitoring-controls{flex-direction:column;align-items:stretch}.system-log-detail{position:static}}@media (max-width:760px){html{font-size:18px}body{background:linear-gradient(180deg, #f7faf7 0, var(--background) 280px, #edf4ef 100%)}.grid,.admin-layout,.topbar{grid-template-columns:1fr;display:grid}.admin-header-link{justify-self:end}.form-grid,.integration-subforms,.integration-settings-grid,.date-range-row,.schedule-row,.term-default-head,.term-default-summary{grid-template-columns:1fr}.term-default-head{display:grid}.section-head,.section-actions,.search-form,.course-search-row{grid-template-columns:1fr;display:grid}.course-term-action{justify-self:start}.course-term-select{width:min(260px,100%);display:grid}.course-term-select .input{width:100%}.summary-list div{display:grid}}.course-accordion-list{gap:10px;margin-top:8px;display:grid}.course-accordion-item{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;overflow:hidden}.course-accordion-header{background:var(--surface-muted);text-align:left;cursor:pointer;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;font-family:inherit;font-weight:700;transition:background .2s;display:flex}.course-accordion-header:hover{background:var(--line-soft)}.course-accordion-header .category-badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.8rem;font-weight:800;display:inline-block}.course-accordion-header .accordion-icon{color:var(--muted);font-size:.9rem}.course-accordion-content{border-top:1px solid var(--line-soft);padding:16px}.member-summary-table td.clickable-cell{cursor:pointer;transition:background-color .16s,color .16s;position:relative}.member-summary-table td.clickable-cell:hover{color:var(--primary-dark);background-color:var(--primary-soft)!important}.member-summary-table td.clickable-cell:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;color:var(--primary-dark);background-color:var(--primary-soft)!important}
