:root{color-scheme:light!important;--red:#c9001c;--ink:#191d24;--muted:#636b79;--line:#dce1e8;--selected:#d8dce3;--bg:#f4f6f9}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.6 'Malgun Gothic','맑은 고딕',system-ui,sans-serif}h1,h2,p{margin:0}h1{font-size:30px;letter-spacing:-1px;line-height:1.4}h2{font-size:22px;letter-spacing:-.6px}button,input,select,textarea{font:inherit;color:#111;color-scheme:light!important}input,select,textarea{background:#fff!important;color:#111!important;border:1px solid #b9c1cd;border-radius:7px;padding:10px 12px;outline:none;min-height:42px;width:100%;caret-color:#111}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 2px #c9001c18}input::placeholder,textarea::placeholder{color:#687181}input:disabled,select:disabled,textarea:disabled,input:read-only{background:#e9ebef!important;color:#505864!important;opacity:1}option{background:#fff;color:#111}input[type=checkbox]{width:19px;height:19px;min-height:19px;padding:0;margin:0;accent-color:var(--red);vertical-align:middle;cursor:pointer}input[type=month]{width:170px}button{background:#fff;border:1px solid #bfc7d2;border-radius:7px;padding:10px 16px;cursor:pointer;white-space:nowrap}button:hover{background:#edf0f4}button:disabled{background:#e8ebef;color:#59616e;border-color:#ccd2dc;cursor:default}.primary{background:var(--red);color:#fff;border-color:var(--red);font-weight:700}.primary:hover{background:#a90018}.danger{color:#a30017;border-color:#d8a8ae}.muted{color:var(--muted)}.eyebrow{color:#ab0017;display:block;font-size:12px;letter-spacing:1.4px;font-weight:750;margin-bottom:7px}label{display:block;font-weight:650;color:#343b47;font-size:13px}label input,label select,label textarea{display:block;margin-top:6px;font-weight:400}small{font-size:12px;color:var(--muted)}[hidden]{display:none!important}.login-screen{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(ellipse at 15% 10%,#fff5f5,transparent 45%),var(--bg)}.login-card{max-width:460px;width:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;box-shadow:0 15px 50px #23314a0b}.login-logo{display:block;width:275px;max-width:100%;height:auto;margin-bottom:29px}.login-card h1{font-size:27px;margin-bottom:9px}.login-card label{margin-top:22px}.login-card .primary{width:100%;margin-top:17px}.error{color:#aa0016;font-size:13px;white-space:pre-wrap;margin-top:12px;min-height:0}.shell{display:flex;min-height:100vh}aside{width:245px;background:#fff;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:28px 18px}.brand{padding:0 7px 30px}.brand img{width:195px;height:auto}.brand span{display:block;color:var(--muted);font-size:12px;margin:12px 0 0 3px}nav{display:grid;gap:6px}nav button{text-align:left;border:0;padding:13px 16px;background:#fff;color:#414b59}nav button.active{background:#e3e6eb;border-left:4px solid var(--red);padding-left:12px;color:#14191f;font-weight:750}.side-bottom{margin-top:auto;padding:20px 8px 0;display:grid;gap:10px}.side-bottom span{font-weight:700}main{margin-left:245px;padding:36px 38px;width:calc(100% - 245px);min-width:0}header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}header p{margin-top:8px}.header-actions{display:flex;align-items:end;gap:10px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:26px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:21px 23px}.card span{color:var(--muted);font-size:13px}.card strong{display:block;font-size:34px;letter-spacing:-1px;margin-top:5px;line-height:1.5}.card small{display:block}.card.accent strong{color:var(--red)}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:22px}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--line);gap:12px}.panel-heading h2{font-size:17px}.panel-note{padding:15px 21px;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}.toolbar{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.toolbar .search{margin-left:auto;max-width:240px}.toolbar .count{font-size:13px;font-weight:650;color:#535d6e;margin-left:6px}.check-label{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:400}.table-scroll{overflow:auto;max-width:100%}table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:13px}th{background:#edf0f4;color:#414b59;font-size:12px;font-weight:700;text-align:left;padding:13px 15px;border-bottom:1px solid #d5dce6}td{padding:14px 15px;border-bottom:1px solid #e9ecf1;color:#20262f}tbody tr:last-child td{border-bottom:0}tbody tr[data-row]{cursor:pointer}tbody tr[data-row]:hover{background:#f2f4f7}tbody tr.selected,tbody tr.selected:hover{background:var(--selected)!important}td.number,th.number{text-align:right;font-variant-numeric:tabular-nums}.checkbox-cell{width:48px;text-align:center;padding:14px 12px}.badge{display:inline-block;border-radius:20px;font-size:12px;padding:3px 10px;font-weight:700;background:#e8ebf0;color:#50596a}.badge.active{background:#e4f3e9;color:#246139}.badge.suspended{background:#fff0d6;color:#805609}.badge.blocked,.badge.terminated{background:#fbe5e8;color:#9c1e30}.empty{text-align:center;color:#697487;padding:45px}.empty strong{display:block;font-size:16px;margin-bottom:7px;color:#354051}.value-sub{display:block;font-size:11px;color:#6d7787}.guide{background:#fff;border:1px solid var(--line);padding:19px 23px;border-radius:10px;color:#5a6576;margin-bottom:24px;font-size:13px}.guide strong{color:#272f3a}dialog{color-scheme:light!important;background:#fff;color:#111;border:1px solid #c9d0dc;border-radius:14px;padding:0;width:min(560px,calc(100vw - 40px));max-height:90vh;box-shadow:0 28px 80px #0003}dialog::backdrop{background:#11182766}#modal-form{padding:26px 28px}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.icon-button{font-size:25px;padding:0 8px;line-height:30px;border:0}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:23px}.form-grid{display:grid;gap:17px}.form-grid.two{grid-template-columns:1fr 1fr}.branch-checks{background:#f7f8fa;border:1px solid var(--line);border-radius:7px;padding:12px;max-height:180px;overflow:auto}.branch-checks label{display:flex;gap:9px;align-items:center;font-weight:400;margin-bottom:8px}.branch-checks input{display:inline-block;margin:0}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#252e3d;color:#fff;border-radius:9px;padding:13px 24px;box-shadow:0 8px 30px #0002;z-index:1000}.details{white-space:pre-wrap;max-width:480px;font-size:12px;color:#596577}.last-updated{font-size:12px;color:#677284}@media(max-width:1100px){aside{width:205px}.brand img{width:160px}main{margin-left:205px;width:calc(100% - 205px);padding:26px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}header{flex-direction:column}}@media(max-width:700px){aside{position:static;width:100%;padding:17px;display:block}.shell{display:block}.brand{padding:0 0 15px}.brand img{width:170px}nav{display:flex;overflow:auto}nav button{padding:9px 13px}.side-bottom{display:none}main{margin:0;width:100%;padding:21px 16px}.card{padding:15px}.card strong{font-size:28px}.toolbar .search{max-width:none;width:100%;margin-left:0}.form-grid.two{grid-template-columns:1fr}}
