:root{font-family:Inter,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;color:#dbe7ff;background:#08111f}*{box-sizing:border-box}body{margin:0;background:#08111f}.shell{display:flex;min-height:100vh}.sidebar{width:236px;background:#0c1728;border-right:1px solid #1d2f4a;padding:20px;display:flex;flex-direction:column;gap:16px;position:fixed;inset:0 auto 0 0}.brand strong{display:block;font-size:20px;color:#fff}.brand span{font-size:12px;color:#7f94b6}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar button,.pageHead button,.modalActions button,.formLine button,.noticeForm button,.actions button{border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:10px;padding:10px 12px;cursor:pointer}.sidebar button.on{background:#1d4ed8;border-color:#3b82f6;color:#fff}.sidebar button:hover,.pageHead button:hover,.actions button:hover{filter:brightness(1.15)}.logout{margin-top:auto}.main{margin-left:236px;width:calc(100% - 236px);padding:24px}.pageHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pageHead h1{margin:0;font-size:24px;color:#fff}.cards{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px}.statCard,.panel{background:#0e1b2f;border:1px solid #203653;border-radius:16px;padding:18px;box-shadow:0 12px 30px #0000002e}.statCard span{display:block;color:#8fa4c4;font-size:13px}.statCard b{display:block;margin-top:8px;font-size:24px;color:#fff}.hint{background:#11243e;border:1px solid #264766;color:#a7c6ff;border-radius:12px;padding:10px 12px;margin-bottom:14px}.tableWrap{background:#0e1b2f;border:1px solid #203653;border-radius:16px;overflow:auto}table{width:100%;border-collapse:collapse;min-width:1100px}th,td{padding:11px 12px;border-bottom:1px solid #1d2f4a;text-align:left;white-space:nowrap;font-size:13px}th{color:#9db2d2;background:#10223a;font-weight:700}td{color:#dce7f8}tr:hover td{background:#10223a}.badge{display:inline-flex;border-radius:999px;background:#173763;color:#a9ceff;padding:4px 9px;font-size:12px}.actions{display:flex;gap:6px}.actions .danger,.danger{background:#4c1117;border-color:#7f1d1d;color:#fecaca}.empty{text-align:center;color:#8498b8;padding:30px}.loginPage{display:grid;place-items:center;min-height:100vh;background:radial-gradient(circle at top,#15386d,#08111f 55%)}.loginBox{width:360px;background:#0e1b2f;border:1px solid #284465;border-radius:22px;padding:28px;box-shadow:0 24px 80px #00000059}.loginBox h1{margin:0;color:#fff}.loginBox p{margin:8px 0 20px;color:#8fa4c4}.loginBox input,.formGrid input,.formLine input,.formLine select,.noticeForm input,.noticeForm textarea,.noticeForm select{width:100%;background:#081425;border:1px solid #2a4162;color:#fff;border-radius:10px;padding:11px 12px}.loginBox input{margin-bottom:10px}.loginBox button{width:100%;border:0;border-radius:10px;background:#2563eb;color:#fff;padding:12px;font-weight:700}.error{margin-top:10px;background:#3f1218;color:#fecaca;border:1px solid #7f1d1d;border-radius:10px;padding:10px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:10;padding:16px}.modalBox{background:#0e1b2f;border:1px solid #294969;border-radius:18px;padding:24px;width:min(560px,96vw);max-height:92vh;overflow-y:auto;overflow-x:hidden}.modalBox.wide{width:min(1100px,96vw);max-height:92vh;overflow-y:auto;overflow-x:hidden}.modalBox.wide table{min-width:unset!important;width:100%}.modalBox.wide .tableWrap,.modalBox.wide .table-wrap{overflow-x:hidden}.modalBox.wide th,.modalBox.wide td{white-space:normal;word-break:break-all;font-size:12px}.modalBox h2{margin:0 0 14px;color:#fff}.formGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.formGrid label span{display:block;margin-bottom:6px;font-size:12px;color:#9db2d2}.modalActions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.ghost{background:#0b1423!important}.formLine{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr auto;gap:8px;margin-bottom:14px}.noticeForm{display:grid;gap:8px;margin-bottom:14px}.noticeForm textarea{min-height:100px;resize:vertical}@media (max-width:1200px){.cards{grid-template-columns:repeat(3,1fr)}.formLine{grid-template-columns:1fr 1fr}.sidebar{width:210px}.main{margin-left:210px;width:calc(100% - 210px)}}.pagination{display:flex;align-items:center;gap:4px;justify-content:center;padding:16px 0;flex-wrap:wrap}.pagination button{min-width:32px;height:32px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:8px;cursor:pointer;font-size:13px;padding:0 8px}.pagination button:disabled{opacity:.35;cursor:default}.pagination button.pg-active{background:#1d4ed8;border-color:#3b82f6;color:#fff;font-weight:700}.pagination .pg-ellipsis{color:#8fa4c4;padding:0 4px}.pagination .pg-info{color:#8fa4c4;font-size:12px;margin-left:8px}.searchWrap{position:relative;display:inline-flex;align-items:center}.searchInput{height:34px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:8px;padding:0 32px 0 10px;min-width:200px;font-size:13px}.searchInput::placeholder{color:#4a5f7a}.searchClear{position:absolute;right:8px;background:none;border:none;color:#8fa4c4;cursor:pointer;font-size:13px;padding:2px}.searchClear:hover{color:#dbe7ff}.toastContainer{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;background:#0e1b2f;border:1px solid #2b4466;border-radius:14px;padding:14px 18px;min-width:280px;max-width:380px;box-shadow:0 8px 32px #00000080;pointer-events:all;cursor:pointer;animation:toastIn .3s ease}.toast-deposit{border-color:#16a34a;background:#0a1f12}.toast-withdraw{border-color:#dc2626;background:#1f0a0a}.toast-support{border-color:#2563eb;background:#0a0f1f}.toast-icon{font-size:20px;flex-shrink:0}.toast-msg{flex:1;font-size:13px;color:#dbe7ff;line-height:1.4}.toast-close{background:none;border:none;color:#8fa4c4;cursor:pointer;font-size:14px;flex-shrink:0}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:#dc2626;color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:0 4px;margin-left:6px}.gdTabs{display:flex;gap:6px;margin-bottom:14px}.gdTabs button{padding:8px 18px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600}.gdTabs button.on{background:#1d4ed8;border-color:#3b82f6;color:#fff}.settlementTable table{min-width:2200px}.settlementTable th{text-align:center}.settlementTable td:nth-child(n+5){text-align:right}.settlementTable td:nth-child(1),.settlementTable td:nth-child(2){text-align:left}.settlementFilters{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.settlementFilters input{height:34px;border:1px solid #d7dde8;border-radius:8px;padding:0 8px;background:#fff}.settlementFilters button{height:34px;border:1px solid #ccd4e0;border-radius:8px;background:#fff;padding:0 10px;cursor:pointer;font-weight:700}.settlementTable{max-height:calc(100vh - 230px);overflow:auto}.settlementTable table{min-width:1900px}.settlementTable th{position:sticky;top:0;z-index:3;background:#111827;color:#fff;white-space:nowrap}.treeBtn{width:22px;height:22px;border:1px solid #9ca3af;border-radius:6px;background:#f8fafc;margin-right:6px;cursor:pointer;line-height:1}.treeGap{display:inline-block;width:28px}.subText{font-size:11px;color:#64748b;margin-top:3px;white-space:nowrap}.plus{color:#0f766e;font-weight:700}.minus{color:#dc2626;font-weight:700}.filterRow{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.filterSelect{height:34px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:8px;padding:0 8px;font-size:13px}.dateInput{height:34px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:8px;padding:0 8px;font-size:13px;min-width:130px}.summaryRow{display:flex;gap:24px;align-items:center;padding:8px 12px;background:#0a1625;border:1px solid #1e3a5f;border-radius:8px;margin-bottom:10px;font-size:13px;color:#8fa4c4}.summaryRow b{font-size:15px;font-weight:700}.summaryRow b.plus{color:#4ade80}.summaryRow b.minus{color:#f87171}.linkBtn{background:none;border:none;color:#60a5fa;cursor:pointer;font-size:13px;padding:0;text-decoration:underline;text-underline-offset:2px}.linkBtn:hover{color:#93c5fd}.dangerBtn{background:#7f1d1d;border:1px solid #dc2626;color:#fca5a5;border-radius:8px;padding:4px 10px;cursor:pointer;font-size:12px}.dangerBtn:hover{background:#991b1b}.statusBadge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.status-active{background:#14532d;color:#86efac}.status-inactive{background:#1c1917;color:#a8a29e}.status-banned{background:#7f1d1d;color:#fca5a5}.detailGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 16px;margin:12px 0}.detailGrid div{display:flex;flex-direction:column;gap:2px;background:#0d1b2e;border:1px solid #1e3a5f;border-radius:8px;padding:8px 12px}.detailGrid b{font-size:11px;color:#8fa4c4;font-weight:600}.detailGrid span{font-size:14px;color:#dbe7ff;font-weight:500}.formLine{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0}.formLine input,.formLine select{height:34px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:8px;padding:0 8px;font-size:13px}.formLine input[type=number]{width:130px}.searchHighlight{background:#1a2f1a!important}.searchHighlight td{border-left:3px solid #22c55e}.vendorPanel{background:#0a1625;border:1px solid #1e3a5f;border-radius:12px;padding:16px;margin-bottom:16px}.vendorPanelHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#dbe7ff;font-size:14px}.vendorGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.vendorCard{background:#0d1b2e;border:1px solid #1e3a5f;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:6px}.vendorCardName{font-size:13px;font-weight:700;color:#93c5fd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendorCardStats{font-size:12px;color:#8fa4c4}.vendorCardBtns{display:flex;gap:6px}.vendorBtn{flex:1;padding:5px 0;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600}.vendorBtn:hover{background:#1e3a5f}.vendorBtnActive{flex:1;padding:5px 0;border:1px solid #16a34a;background:#14532d;color:#86efac;border-radius:7px;cursor:pointer;font-size:12px;font-weight:700}.vendorBtnDanger{flex:1;padding:5px 0;border:1px solid #dc2626;background:#7f1d1d;color:#fca5a5;border-radius:7px;cursor:pointer;font-size:12px;font-weight:700}.vendorTypeRow{display:flex;align-items:center;gap:4px;padding:4px 0;border-top:1px solid #1e3a5f;font-size:11px}.vendorTypeName{flex:1;color:#8fa4c4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendorTypeStats{color:#60a5fa;min-width:40px;text-align:right}.vendorTypeBtn{padding:2px 8px;border:1px solid #2b4466;background:#12223a;color:#dbe7ff;border-radius:5px;cursor:pointer;font-size:11px}.vendorTypeBtn:hover{background:#1e3a5f}.partnerPopupHeader{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.15)}.partnerPopupHeader h2{margin:0;font-size:1.2rem;color:#f0c040}.partnerPopupTabs{display:flex;gap:6px}.partnerPopupTabs button{padding:6px 16px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#ccc;cursor:pointer;font-size:.85rem;transition:all .2s}.partnerPopupTabs button.on,.partnerPopupTabs button:hover{background:#f0c04040;border-color:#f0c040;color:#f0c040}.roleBadge{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:4px;background:#f0c04033;color:#f0c040;margin-left:8px;vertical-align:middle}.cmsV3Layout{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}.cmsV3Sidebar,.cmsV3Panel{background:#0b1628;border:1px solid #213653;border-radius:14px;padding:14px}.cmsV3PanelTitle{font-weight:800;color:#eaf2ff;margin-bottom:12px}.cmsV3NewCat{display:grid;grid-template-columns:52px 1fr 58px;gap:6px;margin-bottom:10px}.cmsV3NewCat input,.cmsV3Filters select,.cmsV3Cat input{background:#12223a;border:1px solid #2b4466;border-radius:8px;color:#dbe7ff;height:34px;padding:0 8px}.cmsV3CatList{display:flex;flex-direction:column;gap:8px}.cmsV3Cat{border:1px solid #243c5d;background:#0f1d33;border-radius:12px;padding:10px;cursor:pointer}.cmsV3Cat.on{border-color:#3b82f6;background:#10284d}.cmsV3CatMain{display:flex;gap:8px;align-items:center}.cmsV3CatIcon{width:26px;text-align:center}.cmsV3CatMain input{flex:1}.cmsV3CatActions{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.cmsV3CatActions button,.cmsV3ItemActions button{font-size:11px;padding:3px 8px}.danger{background:#7f1d1d!important;border-color:#991b1b!important}.cmsV3Main{display:flex;flex-direction:column;gap:16px}.cmsV3SelectedList{display:flex;flex-direction:column;gap:8px}.cmsV3SelectedItem{display:grid;grid-template-columns:82px 1fr auto;gap:12px;align-items:center;background:#101f36;border:1px solid #263f61;border-radius:12px;padding:8px}.cmsV3Thumb,.cmsV3ThumbCell img,.cmsV3ThumbCell span{width:72px;height:45px;border-radius:8px;background:#12223a;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmsV3Thumb img,.cmsV3ThumbCell img{width:100%;height:100%;object-fit:cover}.cmsV3ItemInfo{display:flex;flex-direction:column;gap:3px}.cmsV3ItemInfo small{color:#8fa4c4}.cmsV3ItemActions{display:flex;gap:5px}.cmsV3Filters{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.cmsV3ThumbCell{display:flex;flex-direction:column;align-items:center;gap:4px}.cmsV3ThumbCell label,.cmsV3ThumbCell button{font-size:10px;padding:2px 7px;background:#1d4ed8;color:#fff;border-radius:5px;border:0;cursor:pointer}@media (max-width:1100px){.cmsV3Layout{grid-template-columns:1fr}.cmsV3SelectedItem{grid-template-columns:72px 1fr}.cmsV3ItemActions{grid-column:1/-1}}
