:root{--bg:#f4f6f8;--card:#fff;--text:#1c2430;--muted:#5b6775;--line:#d7dee6;--accent:#1d4f91;--accent-hover:#163d70;--danger:#b42318;--ok:#0f7b3a;--shadow:0 8px 24px #10182814;color:var(--text);background:var(--bg);font:16px/1.45 Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input,select{font:inherit;color:inherit}h1{margin:0 0 1rem;font-size:1.5rem;font-weight:700}.app{flex-direction:column;min-height:100svh;display:flex}.page{width:100%;max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem 2.5rem}.page.narrow{max-width:420px;padding-top:12vh}.top{background:var(--card);border-bottom:1px solid var(--line);z-index:10;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.top nav{gap:.5rem;display:flex}.top nav a{color:var(--muted);border-radius:8px;padding:.45rem .8rem;text-decoration:none}.top nav a.active,.top nav a:hover{color:var(--accent);background:#eef3f9}.logout{background:var(--danger);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:44px;padding:.55rem 1.1rem;font-weight:700}.card{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:1.25rem}.stack{flex-direction:column;gap:.85rem;display:flex}.stack label,.page>label{flex-direction:column;gap:.35rem;margin-bottom:.85rem;font-weight:600;display:flex}input,select,button{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:44px;padding:.45rem .7rem}button{cursor:pointer;background:var(--accent);color:#fff;border:0;font-weight:700}button:disabled{opacity:.55;cursor:default}button.ghost{color:var(--text);border:1px solid var(--line);background:#fff;font-weight:600}.row{align-items:center;gap:.5rem;display:flex}.row.between{justify-content:space-between}.grow{flex:1;min-width:0}.muted{color:var(--muted)}.hint{color:var(--muted);margin:0;font-size:.9rem;font-weight:400}.drop{border:2px dashed var(--line);text-align:center;color:var(--muted);background:#fafcfe;border-radius:14px;padding:2.5rem 1rem}.drop.on{border-color:var(--accent);background:#eef3f9}.link{color:var(--accent);cursor:pointer;margin-left:.35rem;font-weight:700}.list{flex-direction:column;gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.list li{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:.8rem}.bar{background:#e8eef5;border-radius:99px;height:8px;margin-top:.5rem;overflow:hidden}.bar span{background:var(--accent);height:100%;display:block}.badge{color:var(--accent);background:#eef3f9;border-radius:999px;margin-left:.4rem;padding:.1rem .45rem;font-size:.75rem;font-weight:700;display:inline-block}.badge.bad{color:var(--danger);background:#fde8e6}.split{grid-template-columns:200px 1fr;align-items:start;gap:1rem;display:grid}.side{flex-direction:column;gap:.35rem;display:flex}.side button{color:var(--text);border:1px solid var(--line);text-align:left;background:#fff;font-weight:600}.side button.on{background:var(--accent);color:#fff;border-color:var(--accent)}.table-wrap{background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:.95rem}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:.7rem .8rem}th{color:var(--muted);background:#f8fafc;font-weight:600}tr.dim{color:var(--muted);background:#f6f7f9}td .row{justify-content:flex-end}td button{min-height:36px;padding:.3rem .65rem;font-size:.85rem}.toast{color:#fff;z-index:50;background:#1c2430;border-radius:10px;max-width:min(90vw,360px);padding:.8rem 1rem;position:fixed;bottom:1rem;right:1rem}.modal{z-index:40;background:#1018288c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;width:min(960px,100%);height:min(80vh,720px);padding:.75rem;display:flex}.modal-box iframe{background:#f4f6f8;border:0;border-radius:8px;flex:1;width:100%}.modal-box .preview-img{object-fit:contain;background:#f4f6f8;border-radius:8px;flex:1;width:100%}.page.wide{max-width:1200px}.warn-box{background:#fff6d8;border:1px solid #e6c35c;border-radius:10px;padding:.8rem 1rem}.stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-bottom:1rem;display:grid}.stats div{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:.8rem}.cell.submitted{color:var(--ok);background:#e7f6ec;font-weight:700}.cell.missing{color:var(--danger);background:#fde8e6;font-weight:700}.cell.late{background:#fff6d8;font-weight:700}.top nav{flex-wrap:wrap}h2{margin:1.2rem 0 .6rem;font-size:1.1rem}@media (width<=800px){.split{grid-template-columns:1fr}.side{flex-direction:row;overflow:auto}.side button{white-space:nowrap}.top{flex-wrap:wrap}th:nth-child(2),td:nth-child(2),th:nth-child(3),td:nth-child(3){display:none}}
