:root{--bg: #f5f6f8;--card: #fff;--ink: #171a20;--ink-2: #5b6270;--ink-3: #8a91a0;--line: #e0e3e9;--accent: #274690;--green: #1f6b4a;--green-bg: #e2f0e9;--blue-bg: #e6ecf7;--gray-bg: #eceef2;--red: #a62b21;--radius: 6px;font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:14px}h1{font-size:1.25rem;margin:0;letter-spacing:-.02em}.sub{margin:.2rem 0 0;color:var(--ink-3);font-size:.85rem}.note{color:var(--ink-3);font-size:.85rem;padding:.75rem 0}.err{color:var(--red);font-size:.85rem;margin:.25rem 0 0}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}.login{width:100%;max-width:22rem;padding:2rem;display:grid;gap:1rem}.login label{display:grid;gap:.35rem;font-size:.85rem;color:var(--ink-2)}input{font:inherit;padding:.6rem .7rem;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);width:100%}input:focus{outline:2px solid var(--accent);outline-offset:-1px}button{font:inherit;font-weight:600;padding:.6rem .9rem;border:0;border-radius:4px;background:var(--accent);color:#fff;cursor:pointer}button:disabled{opacity:.55;cursor:default}button.ghost{background:transparent;color:var(--ink-2);border:1px solid var(--line);font-weight:500}.app{max-width:78rem;margin:0 auto;padding:1.5rem 1.25rem 4rem}.top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 .75rem;align-items:center}.search{max-width:22rem}.tabs{display:flex;gap:.25rem}.tab{background:transparent;color:var(--ink-2);border:1px solid var(--line);font-weight:500;padding:.5rem .75rem}.tab.on{background:var(--accent);color:#fff;border-color:var(--accent)}.tab .n{opacity:.7;margin-left:.15rem;font-variant-numeric:tabular-nums}.table-scroll{overflow-x:auto;background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;min-width:46rem}th,td{text-align:left;padding:.65rem .8rem;border-bottom:1px solid var(--line)}th{font-size:.75rem;letter-spacing:.04em;color:var(--ink-3);font-weight:600;background:#fafbfc}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbfd;cursor:pointer}tr.cancelled td{color:var(--ink-3)}.nowrap{white-space:nowrap;font-variant-numeric:tabular-nums}.ellipsis{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill{display:inline-block;padding:.15rem .45rem;border-radius:3px;font-size:.75rem;font-weight:600;background:var(--gray-bg);color:var(--ink-2);white-space:nowrap}.pill.green{background:var(--green-bg);color:var(--green)}.pill.blue{background:var(--blue-bg);color:var(--accent)}.pill.gray{background:var(--gray-bg);color:var(--ink-3)}.pill.sm{margin-left:.35rem;font-size:.7rem}@media(max-width:640px){.app{padding:1rem .75rem 3rem}.search{max-width:none}}.cc{max-width:100%}.cc h1{display:inline;font-size:1.25rem}.cc .top .sub:first-of-type{font-size:.9rem;color:var(--ink-2);font-weight:400}.cc-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:1rem;margin-top:1rem}.cc-col{min-width:0;display:flex;flex-direction:column;gap:1rem}.cc-card{padding:1.1rem 1.25rem 1.25rem}.cc-title{font-size:.95rem;font-weight:700;margin:0 0 .85rem;padding-bottom:.6rem;border-bottom:2px solid var(--accent)}.cc-note{font-size:.8rem;color:var(--ink-3);margin:-.4rem 0 .75rem}.cc-subhead{font-size:.8rem;font-weight:700;color:var(--accent);margin:.9rem 0 .5rem}.cc-fields{display:grid;gap:.75rem .9rem}.cc-c2{grid-template-columns:1fr 1fr}.cc-c3{grid-template-columns:1fr 1fr 1fr}.cc-c4{grid-template-columns:1fr 1fr 1fr 1fr}.cc-field.span2{grid-column:span 2}.cc-field.span3{grid-column:span 3}@media(max-width:900px){.cc-grid,.cc-c2,.cc-c3,.cc-c4{grid-template-columns:1fr}.cc-field.span2,.cc-field.span3{grid-column:auto}}.cc-field{display:grid;gap:.35rem;font-size:.8rem;color:var(--ink-2);font-weight:600}.cc-field input,.cc-field textarea,.cc-field select{font-size:.9rem}.cc-field textarea{min-height:5rem;font-family:inherit;resize:vertical}.cc-ro input{background:#f6f7f9;color:var(--ink-2)}.cc-auto{font-style:normal;font-size:.68rem;font-weight:700;color:var(--ink-3);background:var(--gray-bg);border-radius:3px;padding:.05rem .35rem;margin-left:.15rem}.cc-grade-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .9rem;margin-top:.5rem}.cc-grade{display:grid;gap:.3rem;font-size:.78rem;color:var(--ink-2);font-weight:600}@media(max-width:640px){.cc-grade-grid{grid-template-columns:1fr}}.cc-row3{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:.5rem;margin-bottom:.5rem}@media(max-width:640px){.cc-row3{grid-template-columns:1fr}}.cc-tall{min-height:22rem!important}.cc-toggle{width:100%;padding:.55rem 0;background:var(--gray-bg);color:var(--ink-2);border:1px solid var(--line);font-weight:700}.cc-toggle.on{background:var(--accent);color:#fff;border-color:var(--accent)}.cc-savebar{position:sticky;bottom:0;display:flex;align-items:center;gap:.6rem;margin-top:1.25rem;padding:.85rem 0;background:var(--bg);border-top:1px solid var(--line)}.cc-savebar .grow{flex:1}.cc-update{background:#f1e9e7;color:var(--red);border:1px solid #e6d4d0;font-weight:600}.cc-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--ink);color:#fff;padding:.6rem 1.1rem;border-radius:6px;font-size:.85rem;box-shadow:0 6px 20px #0003}.hdr-actions{display:flex;gap:.5rem}.hs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;height:calc(100vh - 9rem);min-height:30rem}.hs-pane{display:flex;flex-direction:column;min-width:0;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.hs-pane-head{flex:none;display:flex;align-items:baseline;gap:.5rem;padding:.9rem 1.1rem .7rem;border-bottom:2px solid var(--accent);font-weight:700}.hs-pane-sub{flex:none;padding:.75rem 1.1rem 0}.hs-pane-sub .tabs{margin-bottom:.6rem}.hs-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.75rem 1.1rem}.hs-item{border:1px solid var(--line);border-radius:6px;padding:.65rem .8rem;margin-bottom:.5rem;cursor:pointer}.hs-item:hover{border-color:var(--accent)}.hs-item.active{border-color:var(--accent);background:var(--blue-bg)}.hs-item .name{font-weight:700}.hs-item .name .grade{font-weight:500;color:var(--ink-2);font-size:.82rem;margin-left:.5rem}.hs-item .meta{display:flex;gap:.6rem;align-items:center;color:var(--ink-3);font-size:.82rem;margin-top:.3rem}.hs-pane-foot{flex:none;display:flex;align-items:center;gap:.6rem;padding:.75rem 1.1rem;border-top:1px solid var(--line);background:#fafbfc}.hs-pane-foot .grow{flex:1}.hs-pane-body{flex:1 1 auto;min-height:0;padding:0;display:flex}.hs-out{flex:1;width:100%;border:none;resize:none;padding:1.1rem 1.25rem;font-size:.88rem;line-height:1.65;font-family:inherit;color:var(--ink)}.hs-out:focus{outline:none}@media(max-width:900px){.hs-grid{grid-template-columns:1fr;height:auto}.hs-list{max-height:24rem}}.nav{display:flex;gap:.4rem;padding:.75rem 1.25rem 0;background:var(--card);border-bottom:1px solid var(--line)}.navtab{background:transparent;color:var(--ink-2);border:none;border-bottom:2px solid transparent;border-radius:0;padding:.5rem .2rem;margin-bottom:-1px;font-weight:600}.navtab.on{color:var(--accent);border-bottom-color:var(--accent)}.navtab:hover:not(.on){color:var(--ink)}.dash-bar{display:flex;align-items:center;gap:1rem;margin:1rem 0;flex-wrap:wrap}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.kpi{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:.9rem 1rem}.kpi-lab{font-size:.8rem;color:var(--ink-3);font-weight:600}.kpi-num{font-size:1.6rem;font-weight:800;margin-top:.2rem}.kpi-num.accent{color:var(--accent)}.kpi-sub{font-size:.75rem;color:var(--ink-3);margin-top:.2rem}.dash-charts{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;margin-bottom:1rem}.dash-card{padding:1rem 1.1rem}.dash-ctitle{font-weight:700;font-size:.9rem;margin-bottom:.9rem}.dash-bars{display:flex;align-items:flex-end;gap:.6rem;height:9rem}.dash-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dash-bar-fill{width:100%;max-width:1.6rem;background:var(--accent);border-radius:3px 3px 0 0;min-height:2px}.dash-bar-label{font-size:.68rem;color:var(--ink-3);margin-top:.35rem;white-space:nowrap}.dash-donut-row{display:flex;align-items:center;gap:1.5rem}.dash-donut{width:7rem;height:7rem;border-radius:50%;display:grid;place-items:center;flex:none}.dash-donut-hole{width:4.6rem;height:4.6rem;border-radius:50%;background:var(--card);display:grid;place-items:center;font-weight:800;font-size:1.15rem}.dash-legend{display:grid;gap:.4rem;font-size:.85rem;color:var(--ink-2)}.dash-legend b{color:var(--ink)}.dash-legend .sw{display:inline-block;width:.7rem;height:.7rem;border-radius:2px;background:var(--gray-bg);margin-right:.4rem}.dash-legend .sw.accent{background:var(--accent)}.dash-tcap{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.dash-tcap select{width:auto}.dash-tcap .search{max-width:16rem}.mchip{display:inline-block;font-size:.65rem;font-weight:700;color:var(--ink-3);background:var(--gray-bg);border-radius:3px;padding:.05rem .35rem;margin-left:.2rem}.dash-pager{display:flex;align-items:center;justify-content:center;gap:.75rem;padding-top:.85rem}button.ghost.sm{padding:.35rem .6rem;font-size:.78rem}td input[type=date],td select{font-size:.82rem;padding:.3rem .4rem}@media(max-width:900px){.kpis{grid-template-columns:1fr 1fr}.dash-charts{grid-template-columns:1fr}}.pwbanner{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.65rem 1.25rem;background:#fff4e5;border-bottom:1px solid #f0d9b5;font-size:.85rem;color:#7a5a1e}.pwbanner-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}.pwbanner-form input{width:auto;max-width:12rem}
