:root{--bg: #eaf2fb;--panel: rgba(255, 255, 255, .92);--panel-solid: #ffffff;--card: #f7fbff;--card-strong: #eef5ff;--line: #d9e6f6;--soft-line: #e8eef7;--text: #111827;--muted: #72819a;--blue: #247cff;--cyan: #06c7ff;--green: #18d979;--red: #ff4e65;--purple: #a832ff;--orange: #ff7d1a;--shadow: 0 18px 36px rgba(112, 128, 154, .2);font-family:Pretendard Variable,Noto Sans KR,Segoe UI,sans-serif}html[data-theme=dark]{--bg: #050912;--panel: rgba(8, 13, 24, .96);--panel-solid: #0b1220;--card: #101827;--card-strong: #0f1b2e;--line: #263855;--soft-line: #1c2a40;--text: #f4f8ff;--muted: #a8b7ce;--shadow: 0 20px 44px rgba(0, 0, 0, .34)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg);font-size:14px}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}.svg-icon{width:1em;height:1em;display:block;fill:currentColor;flex:0 0 auto}button[data-icon]{position:relative;display:inline-grid;place-items:center;line-height:0}button[data-icon]>.svg-icon{display:block;margin:auto;transform:none}.cyan{color:var(--cyan)!important}.green-text{color:var(--green)!important}.red-text{color:var(--red)!important}.purple-text{color:var(--purple)!important}.orange-text{color:var(--orange)!important}.login-view{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at center,color-mix(in srgb,var(--muted) 24%,transparent) 0,var(--bg) 34%,var(--bg) 54%)}.login-tools{display:flex;gap:18px;margin:0 0 34px 220px}.login-tools button{border:0;border-radius:999px;padding:12px 18px;background:var(--card);color:var(--text);box-shadow:0 8px 18px #7888a02e}.tool-menu{position:relative}.dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;gap:6px;min-width:88px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--panel-solid);box-shadow:var(--shadow)}.dropdown button{width:100%;padding:9px 12px;text-align:left;box-shadow:none}.login-hero{text-align:center}.lock-box{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 20px;border-radius:18px;background:#081120;box-shadow:0 22px 40px #2a38503d}.login-hero .lock-box{width:128px;height:76px;border-radius:0;background:url(/assets/Hunter_Logo.png) center / contain no-repeat;box-shadow:none}.login-hero .lock-icon{display:none}.lock-icon{position:relative;width:18px;height:16px;border:2px solid #ff5668;border-radius:4px}.lock-icon:before{content:"";position:absolute;left:50%;bottom:10px;width:12px;height:11px;border:2px solid #ff5668;border-bottom:0;border-radius:8px 8px 0 0;transform:translate(-50%)}.lock-icon:after{content:"";position:absolute;left:50%;top:5px;width:3px;height:6px;border-radius:999px;background:#ff5668;transform:translate(-50%)}.login-hero h1{margin:0;font-size:30px;font-weight:900;letter-spacing:0}.login-hero p{margin:10px 0 28px;color:var(--muted);font-weight:700}.login-panel{width:420px;max-width:100%;padding:26px 22px 24px;border-radius:18px;background:var(--panel);box-shadow:0 20px 48px #67779138}.login-panel label{display:grid;gap:14px;margin-bottom:18px;font-weight:900}.input-shell{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;min-height:50px;padding:0 12px;border-radius:16px;background:var(--card)}.input-shell input{border:0;outline:0;min-width:0;height:42px;background:color-mix(in srgb,var(--card) 82%,var(--blue) 10%);color:var(--text)}.input-icon{display:inline-grid;place-items:center;color:#7e8da6}.input-icon.right{text-align:right}.password-toggle{width:28px;height:28px;border:0;padding:0;border-radius:8px;background:transparent}.password-toggle:hover{color:var(--blue);background:color-mix(in srgb,var(--blue) 10%,transparent)}.password-toggle .svg-icon{width:16px;height:16px}.login-button{width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;color:#fff;font-weight:900;background:linear-gradient(100deg,#42c1ff,#bd28ee 55%,#ff7224)}.login-button .svg-icon{width:16px;height:16px}.dashboard-view{height:100vh;display:grid;grid-template-columns:274px minmax(0,1fr);background:var(--bg);overflow:hidden;transition:grid-template-columns .18s ease}.dashboard-view.sidebar-collapsed{grid-template-columns:84px minmax(0,1fr)}.sidebar{height:100vh;min-height:0;background:var(--panel);border-right:1px solid var(--line);padding:18px 12px 10px;position:sticky;top:0;display:flex;flex-direction:column;overflow:hidden;transition:padding .18s ease}.sidebar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sidebar-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:2px;padding-bottom:10px}.brand-title{width:132px;height:44px;display:block;background:url(/assets/Hunter_Logo.png) left center / contain no-repeat;color:transparent;font-size:0;font-weight:950}.brand-title span{display:none}.circle-btn{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--card-strong)}.circle-btn .svg-icon{width:15px;height:15px}.circle-btn.active{color:#fff;background:#111b31}.side-card{margin-bottom:10px;border:1px solid var(--line);border-radius:11px;background:var(--panel-solid);overflow:hidden}.side-card-head{width:100%;height:42px;display:flex;justify-content:space-between;align-items:center;border:0;padding:0 14px;color:var(--text);background:var(--card-strong);font-weight:850}.side-card.collapsed .side-lines{display:none}.side-card-arrow{width:7px;height:7px;margin-right:2px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(225deg);opacity:.72;transition:transform .15s ease}.side-card.collapsed .side-card-arrow{transform:rotate(45deg)}.side-lines{padding:9px 12px 12px}.side-lines p{display:flex;justify-content:space-between;margin:12px 0;color:var(--muted)}.quick-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0 12px}.q{position:relative;height:38px;display:inline-grid;place-items:center;border:0;border-radius:12px}.q .svg-icon{width:16px;height:16px}.quick-arrow{display:inline-block;width:8px;height:8px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor}.quick-arrow.down{transform:rotate(45deg) translateY(-1px)}.quick-arrow.up{transform:rotate(225deg) translateY(-1px)}.q:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);z-index:25;min-width:max-content;padding:7px 9px;border-radius:9px;color:#fff;background:#0f172a;font-size:12px;font-weight:800;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-4px);transition:opacity .15s ease,transform .15s ease}.q:hover:after,.top-shortcut:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.q.green{background:#c8f8d9;color:#18cf72}.q.red{background:#ffdfe4;color:#ff4f66}.q.orange{background:#ffe8ca;color:#ff8d21}.q.purple{background:#f0d8ff;color:#a22cff}.top-shortcut{position:relative;overflow:visible}.top-shortcut:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);z-index:30;min-width:max-content;padding:7px 9px;border-radius:9px;color:#fff;background:#0f172a;font-size:12px;font-weight:800;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-4px);transition:opacity .15s ease,transform .15s ease}.nav{display:grid;align-content:start;gap:4px;flex:0 0 auto;min-height:0;overflow:visible;padding-right:2px;padding-bottom:10px}.nav-group{display:grid;gap:2px}.nav-main,.nav-sub{width:100%;min-height:42px;border:0;border-radius:12px;padding:0 14px;color:var(--muted);background:transparent;text-align:left;font-weight:760}.nav-main{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px}.nav-icon{display:inline-grid;place-items:center;width:22px;font-size:16px}.nav-icon .svg-icon{width:17px;height:17px}.nav-label{min-width:0}.nav-arrow{justify-self:end;width:7px;height:7px;margin-right:2px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);opacity:.72;transition:transform .15s ease}.nav-arrow.expanded{transform:rotate(225deg)}.nav-sub{min-height:36px;padding-left:42px;font-size:13px}.nav-main.active,.nav-sub.active{color:var(--blue);background:#dcebff;box-shadow:inset 0 0 0 1px #b8d6ff}html[data-theme=dark] .nav-main.active,html[data-theme=dark] .nav-sub.active{background:#13284a;box-shadow:inset 0 0 0 1px #244b81}.profile-box{flex:0 0 auto;display:grid;grid-template-columns:50px auto 1fr 36px;align-items:center;gap:6px;min-height:64px;margin-top:0;padding:10px;border-top:1px solid var(--line);background:var(--panel)}.avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:#8653f5}.avatar .svg-icon{width:22px;height:22px}.profile-box strong{font-weight:900}.profile-box span{color:var(--muted);font-size:12px}.profile-box button{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:var(--card-strong)}.sidebar-collapsed .sidebar{padding:14px 8px 10px;align-items:center}.sidebar-collapsed .sidebar-top{width:100%;display:grid;justify-items:center;gap:10px;margin-bottom:16px}.sidebar-collapsed .brand-title{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--card-strong);color:var(--text);font-size:0}.sidebar-collapsed .brand-title{background:url(/assets/Hunter_Logo.png) center / contain no-repeat;color:transparent}.sidebar-collapsed .brand-title:before{content:""}.sidebar-collapsed .brand-title span{display:none}.sidebar-collapsed #collapseButton{grid-row:2;width:44px;height:44px;border-radius:14px}.sidebar-collapsed .side-card,.sidebar-collapsed .quick-row{display:none}.sidebar-collapsed .sidebar-scroll{width:100%;padding-right:0}.sidebar-collapsed .nav{width:100%;gap:8px;padding:0 0 12px}.sidebar-collapsed .nav-main{width:44px;min-height:44px;margin:0 auto;grid-template-columns:1fr;justify-items:center;padding:0;border-radius:14px}.sidebar-collapsed .nav-icon{width:100%;font-size:18px}.sidebar-collapsed .nav-main:hover{color:var(--blue);background:#dcebff;box-shadow:inset 0 0 0 1px #b8d6ff}.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-arrow,.sidebar-collapsed .nav-sub{display:none}.sidebar-collapsed .profile-box{grid-template-columns:1fr;justify-items:center;min-height:56px;padding:4px 0 0;border:0;background:transparent}.sidebar-collapsed .profile-box strong,.sidebar-collapsed .profile-box span,.sidebar-collapsed .profile-box button{display:none}.sidebar-collapsed .avatar{width:48px;height:48px}.collapsed-nav-flyout{position:fixed;left:82px;z-index:40;width:220px;padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--panel-solid);box-shadow:0 14px 36px #5267872e;display:grid;gap:4px}.collapsed-nav-flyout button{width:100%;min-height:44px;border:0;border-radius:8px;padding:0 18px;color:var(--muted);background:transparent;text-align:left;font-weight:800}.collapsed-nav-flyout button:hover,.collapsed-nav-flyout button.active{color:var(--blue);background:#e8f2ff}.dashboard-main{min-width:0;height:100vh;position:relative;overflow-y:auto;overflow-x:hidden}.topbar{height:70px;display:flex;align-items:center;gap:22px;padding:0 12px 0 22px;border-bottom:1px solid var(--line);background:var(--panel);position:sticky;top:0;z-index:8}.left-actions,.right-actions,.pill-row{display:flex;align-items:center;gap:8px}.realtime-strip{gap:10px}.realtime-card{min-width:86px;min-height:44px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:8px 12px;border:0;border-radius:8px;color:#fff;font-size:12px;font-weight:850;box-shadow:0 10px 22px #212d4624}.realtime-card span{white-space:nowrap;opacity:.92}.realtime-card b{color:#fff;font-size:18px;line-height:1}.realtime-card.violet{background:linear-gradient(135deg,#7b5cff,#9a6bff)}.realtime-card.coral{background:linear-gradient(135deg,#ff7a59,#ff5c72)}.realtime-card.indigo{background:linear-gradient(135deg,#4f65ff,#6d7dff)}.realtime-card.rose{background:linear-gradient(135deg,#f34f8b,#ff6b9f)}.realtime-card:hover{filter:brightness(1.04);transform:translateY(-1px)}.realtime-card:focus-visible{outline:2px solid color-mix(in srgb,var(--blue) 70%,white);outline-offset:2px}.right-actions{margin-left:auto}.lang{height:34px;border:1px solid var(--line);border-radius:999px;padding:0 28px 0 14px;color:var(--muted);background:var(--card-strong)}.has-caret{position:relative}.has-caret:after{content:"";width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;position:absolute;right:12px;top:50%;transform:translateY(-62%) rotate(45deg);opacity:.72;pointer-events:none}.today-panel{position:sticky;top:70px;z-index:7;margin:0 10px 14px;border-radius:0 0 20px 20px;background:var(--panel);box-shadow:var(--shadow);overflow:visible}.section-head{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.section-head h1{margin:0;display:flex;align-items:center;gap:8px;font-size:24px;font-weight:950}.section-head h1>.svg-icon{width:19px;height:19px;color:var(--blue)}.section-head h1 span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:13px;font-weight:760}.panel-actions{display:flex;align-items:center;gap:24px;color:var(--muted);font-weight:760}.panel-actions .svg-icon{width:16px;height:16px}.today-icon-btn{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer}.today-icon-btn:hover{color:var(--blue);background:var(--card)}.today-action-wrap{position:relative;display:inline-flex;align-items:center}.text-select{min-height:32px;border:0;padding:0 22px 0 0;color:var(--muted);background:transparent;font:inherit;font-weight:760}.text-select.has-caret:after{right:4px;width:6px;height:6px;border-width:1.5px}.text-select.is-open.has-caret:after{transform:translateY(-28%) rotate(225deg)}.today-grid{display:grid;grid-template-columns:repeat(10,minmax(130px,1fr));border-top:1px solid var(--line);overflow-x:auto}.today-grid article{min-height:104px;padding:16px;border-right:1px solid var(--soft-line)}.today-grid span{display:flex;align-items:center;gap:7px;color:var(--muted);margin-bottom:12px}.today-grid span .svg-icon{width:15px;height:15px}.trend-icon{display:inline-block;width:8px;height:8px;margin-right:8px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;vertical-align:1px}.trend-icon.down{color:#18cf72;transform:rotate(45deg)}.trend-icon.up{color:#ff4f66;transform:rotate(225deg);vertical-align:-2px}.today-grid strong{color:var(--muted);font-size:17px;font-weight:850}.today-column-pop{top:calc(100% + 12px);right:-10px}.today-game-detail{border-top:1px solid var(--line);border-radius:0 0 16px 16px;overflow:hidden;background:var(--panel)}.today-game-head,.today-game-row{display:grid;grid-template-columns:1fr .55fr 1.15fr 1.15fr 1.25fr .8fr;align-items:center;min-width:980px}.today-game-head{min-height:48px;padding:0 14px;background:color-mix(in srgb,var(--blue) 6%,var(--panel));color:var(--muted);font-size:13px;font-weight:840}.today-game-row{min-height:48px;padding:0 14px;border-top:1px solid var(--soft-line);color:var(--muted);font-weight:820}.today-game-row>span:first-child{display:inline-flex;align-items:center;gap:12px;color:var(--text)}.today-game-row strong{font-size:15px}.game-dot{width:12px;height:12px;display:inline-block;border-radius:3px}.game-dot.casino{background:linear-gradient(135deg,#bec8db,#8191b8)}.game-dot.slot{background:linear-gradient(135deg,#6dd7ff,#268ef4)}.summary-panel,.page-hero,.filter-panel,.list-panel,.profit-panel,.live-panel,.request-panel{border:1px solid var(--line);border-radius:18px;background:var(--panel-solid);box-shadow:var(--shadow);overflow:hidden}.summary-panel{margin:0 10px 14px;padding:16px 12px 14px;background:linear-gradient(110deg,color-mix(in srgb,var(--blue) 12%,var(--panel-solid)),var(--panel-solid))}.summary-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.summary-title h2{margin:0;font-size:19px;font-weight:900}.summary-title p{margin:2px 0 0;color:var(--muted)}.summary-title button{margin-left:auto;width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:13px;color:var(--muted);background:var(--card)}.summary-title button.is-refreshing,.line-btn.is-refreshing,.primary-btn.is-refreshing,.today-icon-btn.is-refreshing{color:#1687ff;border-color:#8cc4ff;background:#edf6ff}.is-refreshing .svg-icon{animation:refreshSpin .65s linear;transform-origin:50% 50%}@keyframes refreshSpin{to{transform:rotate(360deg)}}.icon-purple{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#6645de}.icon-purple .svg-icon,.page-icon .svg-icon{width:18px;height:18px}.summary-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.summary-cards article{min-height:72px;display:grid;grid-template-columns:42px auto;align-content:center;column-gap:12px;padding:0 14px;border:1px solid #b9d3f8;border-radius:16px}.summary-cards article[data-page],.request-panel[data-page]{cursor:pointer}.summary-cards article[data-page]:hover,.request-panel[data-page]:hover{box-shadow:inset 0 0 0 1px var(--blue),var(--shadow)}.summary-cards span{grid-row:span 2;width:36px;height:36px;display:grid;place-items:center;border-radius:12px}.summary-cards span .svg-icon{width:17px;height:17px}.summary-cards strong{font-size:18px;font-weight:950}.summary-cards em{color:var(--muted);font-style:normal}.blue-card{background:#ddecff}.blue-card span{color:#35bfff;background:#c5e9ff}.green-card{background:#e2f6e9}.green-card span{color:#18cf72;background:#c9f7d9}.red-card{background:#ffe7eb}.red-card span{color:#ff4f66;background:#ffd0da}.purple-card{background:#efe2ff}.purple-card span{color:#a22cff;background:#e7cfff}.orange-card{background:#ffecdc}.orange-card span{color:#ff8d21;background:#ffdcc1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 750px;gap:18px;margin:0 10px 18px}.profit-panel h3,.live-panel h3,.request-panel h3,.list-panel h3{margin:0;min-height:64px;display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid var(--soft-line);font-size:17px}.profit-row{display:grid;grid-template-columns:1fr 80px 70px;align-items:center;gap:12px;padding:28px 24px 18px;color:#8b9ab2;font-size:18px;font-weight:850}.profit-row strong{color:var(--text);font-size:30px;text-align:right}.profit-row p{margin:0;color:#b4c4df;font-size:13px;text-align:right}.profit-row p b{color:var(--orange)}.dot{display:inline-block;width:12px;height:12px;border-radius:999px;margin-right:12px}.orange-dot{background:var(--orange)}.purple-dot{background:var(--purple)}.bar{height:8px;margin:0 24px;border-radius:999px;background:#4f5a70}.live-panel{padding-bottom:24px;text-align:center}.live-panel h3{justify-content:space-between;text-align:left}.live-panel h3 i{width:14px;height:14px;border-radius:999px;background:#2fdc75}.live-count{margin-top:54px;color:#b51ac7;font-size:62px;font-weight:950}.live-panel p{margin:-6px 0 28px;font-size:15px;font-weight:800}.ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 24px}.ready-grid div{min-height:108px;display:grid;place-content:center;gap:10px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.ready-grid strong{font-size:20px}.request-panel{min-height:200px;margin:0 760px 22px 10px}.request-panel h3{justify-content:space-between}.request-panel h3 em{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;color:#49c785;background:#cdeedf;font-style:normal}.request-panel h3 em.red-badge{color:#ef6d7d;background:#f0c7d0}.request-panel>div{display:grid;place-items:center;min-height:136px;font-size:16px}.page-wrap{margin:0 10px 24px;display:grid;gap:14px}.page-hero{min-height:88px;display:flex;align-items:center;justify-content:space-between;padding:18px;background:linear-gradient(100deg,color-mix(in srgb,var(--blue) 13%,var(--panel-solid)),var(--panel-solid))}.page-title{display:flex;align-items:center;gap:12px}.page-title h2{margin:0;font-size:18px;font-weight:900}.page-title p{margin:3px 0 0;color:var(--muted)}.page-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#7045e8}.page-actions{display:flex;gap:10px}.line-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--text);background:var(--card)}.line-btn .svg-icon,.primary-btn .svg-icon{width:14px;height:14px}.line-btn.active,.primary-btn.active{box-shadow:inset 0 0 0 1px var(--blue);border-color:#9fc7ff;background:#dcebff;color:var(--blue)}.filter-panel{padding:12px;display:grid;gap:12px}.filter-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 16px}.filter-row>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.search-input{width:280px;max-width:100%;height:36px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:var(--card);color:var(--text)}.mini-input{width:76px;height:30px;border:1px solid var(--line);border-radius:7px;padding:0 8px;color:var(--text);background:var(--card);font-weight:850;text-align:right}.segmented{display:inline-flex;flex-wrap:wrap;gap:2px;padding:3px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.segmented.labeled-segmented{align-items:center;padding-left:10px}.segment-label{padding-right:8px;color:#53677f;font-size:13px;font-weight:900;white-space:nowrap}.segmented button{min-height:32px;border:0;border-radius:10px;padding:0 14px;color:var(--muted);background:transparent;font-weight:800;white-space:nowrap}.segmented button.active{color:#174579;background:#cfe8ff}.date-filter{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px 10px;max-width:100%}.date-range{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.date-range-divider{color:var(--muted);font-weight:900}.date-box{flex:0 0 auto;min-width:142px;height:36px;border:1px solid var(--line);border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);background:var(--card);font:inherit;font-weight:850;white-space:nowrap;cursor:pointer}.date-box .svg-icon{width:14px;height:14px}.list-panel{min-height:300px;padding:18px}.list-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.empty-box{min-height:240px;display:grid;place-content:center;gap:14px;text-align:center;border:1px solid var(--line);border-radius:16px;background:var(--panel-solid);color:var(--muted)}.empty-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto;border:1px solid #b9d2f4;border-radius:14px;color:#6685b1;background:var(--card)}.empty-icon .svg-icon,.ticket-icon .svg-icon{width:23px;height:23px}.table-shell{overflow:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;min-width:840px}th,td{padding:13px 14px;border-bottom:1px solid var(--soft-line);text-align:left;white-space:nowrap}th{color:var(--muted);background:var(--card);font-size:12px;font-weight:900}td{color:var(--text)}.partner-table-shell table{min-width:1222px;table-layout:fixed}.partner-table-shell th,.partner-table-shell td{height:46px;padding:8px 10px;vertical-align:middle}.partner-table-shell th:nth-child(1){width:192px}.partner-table-shell th:nth-child(2){width:72px}.partner-table-shell th:nth-child(3){width:56px}.partner-table-shell th:nth-child(4){width:82px}.partner-table-shell th:nth-child(5){width:88px}.partner-table-shell th:nth-child(6){width:82px}.partner-table-shell th:nth-child(7){width:88px}.partner-table-shell th:nth-child(8){width:76px}.partner-table-shell th:nth-child(9),.partner-table-shell th:nth-child(10){width:52px}.partner-table-shell th:nth-child(11){width:50px}.partner-table-shell th:nth-child(12),.partner-table-shell th:nth-child(13){width:78px}.partner-table-shell th:nth-child(14),.partner-table-shell th:nth-child(15){width:88px}.partner-table-shell th:nth-child(3),.partner-table-shell td:nth-child(3),.partner-table-shell th:nth-child(n+8),.partner-table-shell td:nth-child(n+8){text-align:center}.partner-table-shell th:nth-child(n+4):nth-child(-n+7),.partner-table-shell td:nth-child(n+4):nth-child(-n+7){text-align:right}.partner-cell{--partner-indent: 0px;min-width:0;display:flex;align-items:center;gap:8px;padding-left:var(--partner-indent)}.partner-expand-indicator{width:22px;height:22px;flex:0 0 22px;display:inline-grid;place-items:center;border:0;border-radius:7px;color:#5d708a;background:transparent;font-size:18px;line-height:1;font-weight:950}.partner-expand-indicator:hover{color:var(--blue);background:#eaf3ff}.partner-level-badge{width:24px;height:24px;flex:0 0 24px;display:inline-grid;place-items:center;border-radius:8px;color:#fff;background:#7b5cff;font-size:12px;font-weight:950}.partner-level-badge.level-2{background:linear-gradient(135deg,#447cff,#7b5cff)}.partner-copy{min-width:0}.partner-copy-trigger{max-width:100%;display:grid;gap:2px;border:0;padding:0;color:var(--text);background:transparent;text-align:left;cursor:pointer}.partner-copy-trigger strong{overflow:hidden;text-overflow:ellipsis;color:var(--text);font-size:13px;font-weight:950}.partner-copy-trigger span{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;font-weight:820}.partner-group-pill{max-width:100%;min-height:28px;border:1px solid #d5e1f2;border-radius:999px;padding:0 10px;color:#61738b;background:var(--card);font-size:12px;font-weight:850}.partner-group-pill__text{display:block;overflow:hidden;text-overflow:ellipsis}.partner-member-count-button{min-width:34px;height:28px;border:0;border-radius:999px;padding:0 9px;color:#1d6fe8;background:#eaf3ff;font-size:12px;font-weight:950}.partner-action-chip{min-width:62px;height:30px;border:0;border-radius:999px;padding:0 10px;font-size:12px;font-weight:950}.partner-action-chip.pay{color:#2563eb;background:#eaf2ff}.partner-icon-chip{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:10px;padding:0;font-size:15px;font-weight:950;line-height:1}.partner-icon-chip .svg-icon{width:15px;height:15px}.partner-icon-chip.child-create{color:#2563eb;background:#eaf2ff}.partner-icon-chip.swap{color:#7c3aed;background:#f1e9ff}.partner-icon-chip.warm{color:#f59e0b;background:#fff4d6}.partner-icon-chip.warm.is-checked{color:#16a34a;background:#dcfce7}.partner-action-chip,.partner-icon-chip,.partner-member-count-button,.partner-group-pill,.pay-collect-dialog__quick-btn,.pay-collect-dialog__toggle,.pay-collect-dialog__footer-btn,.partner-child-create-dialog__btn,.partner-node-move-dialog__btn,.partner-permission-dialog__footer-btn{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.partner-action-chip:hover,.partner-icon-chip:hover,.partner-member-count-button:hover,.partner-group-pill:hover,.pay-collect-dialog__quick-btn:hover,.pay-collect-dialog__toggle:hover,.pay-collect-dialog__footer-btn:hover,.partner-child-create-dialog__btn:hover,.partner-node-move-dialog__btn:hover,.partner-permission-dialog__footer-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #2a405c24}.partner-percent{min-width:42px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 9px;font-size:12px;font-weight:950}.partner-percent.casino{color:#2563eb;background:#eaf2ff}.partner-percent.slot{color:#7c3aed;background:#f1e9ff}.partner-percent.losing{color:#ef4444;background:#ffe8ec}.member-all-table-shell table{width:2750px;min-width:2750px;table-layout:auto}.member-all-table th,.member-all-table td{height:42px;padding:7px 10px;vertical-align:middle}.member-all-table thead th{border-right:1px solid var(--soft-line);text-align:left}.member-all-table .is-center{text-align:center}.member-all-table .is-right{text-align:right}.member-all-selection-cell{width:50px;text-align:center}.member-all-checkbox{display:inline-grid;place-items:center;width:18px;height:18px;cursor:pointer}.member-all-checkbox input{position:absolute;opacity:0;pointer-events:none}.member-all-checkbox span{width:15px;height:15px;border:1px solid #b8c7d9;border-radius:4px;background:#fff}.member-all-checkbox input:checked+span{border-color:#1687ff;background:#1687ff;box-shadow:inset 0 0 0 3px #fff}.member-all-member-cell{display:grid;gap:2px;border:0;padding:0;color:var(--text);background:transparent;text-align:left}.member-all-member-cell strong{font-size:13px;font-weight:950}.member-all-member-cell span{color:var(--muted);font-size:12px;font-weight:820}.member-all-badge{min-width:48px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 9px;font-size:12px;font-weight:950}.member-all-badge.muted{color:#718096;background:#edf2f7}.member-all-badge.is-status-normal{color:#0f9a51;background:#dff8e9}.member-all-badge.is-status-blocked{color:#e06b12;background:#ffead9}.member-all-badge.is-status-deleted{color:#e84860;background:#ffe2e7}.member-all-group-button{max-width:92px;min-height:28px;border:1px solid #d5e1f2;border-radius:999px;padding:0 10px;color:#61738b;background:var(--card);font-size:12px;font-weight:850;overflow:hidden;text-overflow:ellipsis}.member-all-partner-cell{display:inline-flex;align-items:center;gap:9px;border:0;padding:0;color:var(--text);background:transparent;text-align:left}.member-all-partner-avatar{position:relative;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;border-radius:999px;color:#1687ff;background:#e8f3ff;line-height:0}.member-all-partner-avatar .svg-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:16px;height:16px;display:block;margin:auto;transform:none}.member-all-partner-cell strong,.member-all-partner-cell span{display:block}.member-all-partner-cell strong{font-size:13px;font-weight:950}.member-all-partner-cell span{color:var(--muted);font-size:12px;font-weight:820}.member-all-money-text{color:var(--text);font-weight:900}.member-all-point-cell strong{color:#7c3aed;font-weight:950}.member-all-inline-action{min-height:30px;border:0;border-radius:999px;padding:0 12px;color:#2563eb;background:#eaf2ff;font-size:12px;font-weight:950}.member-all-positive{color:#16a34a;font-weight:900}.member-all-negative{color:#ef4444;font-weight:900}.member-all-diff{font-weight:950}.member-all-diff.is-zero,.member-all-game-stat .is-zero{color:#94a3b8}.member-all-diff.is-positive{color:#16a34a}.member-all-diff.is-negative{color:#ef4444}.member-all-game-stat{display:grid;grid-template-columns:1fr;gap:4px;min-width:92px}.member-all-game-stat div{display:grid;gap:2px}.member-all-game-stat span{color:var(--muted);font-size:11px;font-weight:820}.member-all-game-stat strong{color:var(--text);font-size:12px;font-weight:950}.member-all-rate-value{min-width:42px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#2563eb;background:#eaf2ff;font-size:12px;font-weight:950}.member-all-recent-access{color:#64748b;font-size:12px;font-weight:850}.member-all-sort-header{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;border:0;padding:0;color:var(--muted);background:transparent;font:inherit;font-weight:900}.member-all-sort-icon{width:8px;height:12px;position:relative;display:inline-block}.member-all-sort-icon:before,.member-all-sort-icon:after{content:"";position:absolute;left:1px;border-left:4px solid transparent;border-right:4px solid transparent}.member-all-sort-icon:before{top:0;border-bottom:5px solid #b8c7d9}.member-all-sort-icon:after{bottom:0;border-top:5px solid #b8c7d9}.member-all-inline-action,.member-all-group-button,.member-all-member-cell,.member-all-partner-cell{transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.member-all-inline-action:hover,.member-all-group-button:hover,.member-all-member-cell:hover,.member-all-partner-cell:hover{transform:translateY(-1px)}.badge{display:inline-grid;place-items:center;min-width:44px;height:24px;border-radius:999px;padding:0 9px;font-size:12px;font-weight:900}.badge.green{color:#0f9a51;background:#dff8e9}.badge.red{color:#e84860;background:#ffe2e7}.badge.blue{color:#2170d4;background:#dcecff}.badge.orange{color:#e06b12;background:#ffead9}.line-btn.danger{color:#e84860;background:#fff2f4}.primary-btn{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:10px;padding:0 16px;color:#fff;background:#1687ff;font-weight:900;box-shadow:0 10px 22px #1687ff38}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.stat-grid article{min-height:86px;border:1px solid var(--line);border-radius:16px;padding:18px;background:var(--panel-solid);box-shadow:var(--shadow)}.stat-grid strong{display:block;font-size:26px;color:#1687ff}.stat-grid span{color:var(--muted);font-weight:800}.stat-grid article.blue-soft{background:#e4f2ff}.stat-grid article.green-soft{background:#e2f7e9}.stat-grid article.purple-soft{background:#f0e4ff}.stat-grid article.orange-soft{background:#fff0e3}.live-summary{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin:0 0 12px}.live-summary article{min-height:72px;display:grid;grid-template-columns:42px 1fr;align-content:center;column-gap:12px;border:1px solid #b9d2f4;border-radius:16px;padding:0 16px;box-shadow:var(--shadow)}.live-summary span{grid-row:span 2;width:36px;height:36px;display:grid;place-items:center;border-radius:12px}.live-summary span .svg-icon{width:17px;height:17px}.live-summary strong{font-size:18px;font-weight:950}.live-summary em{color:var(--muted);font-style:normal;font-weight:850}.green-soft{background:#e2f6e9}.green-soft span{color:#18cf72;background:#c9f7d9}.blue-soft{background:#ddecff}.blue-soft span{color:#35bfff;background:#c5e9ff}.purple-soft{background:#efe2ff}.purple-soft span{color:#a22cff;background:#e7cfff}.live-toolbar .filter-row{min-height:58px;justify-content:space-between}.live-toolbar{overflow:visible;position:relative;z-index:12}.live-updated{margin:0 0 12px;color:var(--muted);font-weight:850}.live-table-panel .table-empty{min-height:118px}.live-table-updated{min-height:46px;display:grid;place-items:center;border-top:1px solid var(--line);color:var(--muted);font-weight:850}.column-pop-wrap{position:relative}.column-pop{position:absolute;right:0;top:calc(100% + 12px);z-index:20;width:300px;border:1px solid #b8d2f4;border-radius:12px;background:var(--panel-solid);box-shadow:0 18px 42px #5267873d;overflow:visible}.column-pop:before{content:"";position:absolute;right:48px;top:-7px;width:12px;height:12px;border-left:1px solid #b8d2f4;border-top:1px solid #b8d2f4;background:var(--panel-solid);transform:rotate(45deg)}.column-pop-head{display:flex;justify-content:space-between;align-items:center;min-height:43px;padding:0 14px;color:#24344d}.column-pop-head strong{font-size:14px;font-weight:900}.column-pop-head span{color:#6b7f9d;font-size:14px;font-weight:800}.column-pop-list{display:grid;gap:0;max-height:330px;overflow:auto;padding:0 14px 4px}.column-pop-list label{min-height:40px;display:inline-flex;align-items:center;gap:8px;color:#3192ff;font-weight:900}.column-pop-list input{width:14px;height:14px;accent-color:#5da8ff}.column-pop-actions{display:flex;justify-content:space-between;align-items:center;min-height:42px;padding:0 14px}.column-text-btn{border:0;padding:0;color:#3192ff;background:transparent;font-weight:900}.filter-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.toolbar-panel{min-height:64px;align-content:center}.toolbar-left,.toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.toolbar-right{justify-content:flex-end}.check-label{display:inline-flex;align-items:center;gap:6px;min-height:36px;color:var(--muted);font-weight:800}.segmented.long{max-width:100%;overflow-x:auto;flex-wrap:nowrap}.data-panel{display:grid;gap:14px}.table-empty{min-height:238px;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted);text-align:center}.table-empty strong{color:var(--text);font-size:16px;font-weight:800}.pager-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;color:var(--muted)}.pager-row>span{min-width:120px;font-weight:800}.pager-controls{display:flex;align-items:center;gap:8px;margin-left:auto}.pager-controls .line-btn{min-width:36px;height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center}.pager-controls .page-size{min-width:72px;justify-content:flex-start;gap:8px;border-radius:12px;padding-right:28px;color:var(--text)}.page-size-wrap{position:relative}.page-size-menu{position:absolute;right:0;bottom:calc(100% + 8px);z-index:18;min-width:88px;padding:6px;border:1px solid var(--line);border-radius:10px;background:var(--panel-solid);box-shadow:0 14px 30px #52678738}.page-size-menu button{width:100%;min-height:32px;border:0;border-radius:8px;padding:0 10px;color:var(--muted);background:transparent;text-align:left;font-weight:850}.page-size-menu button:hover,.page-size-menu button.active{color:#1687ff;background:#e7f2ff}.pager-controls .page-arrow,.pager-controls .page-number{width:36px;padding:0;border-radius:12px}.pager-controls .page-arrow:before{content:"";width:8px;height:8px;border-left:1.7px solid currentColor;border-bottom:1.7px solid currentColor;opacity:.72}.pager-controls .page-arrow.prev:before{transform:rotate(45deg);margin-left:3px}.pager-controls .page-arrow.next:before{transform:rotate(225deg);margin-right:3px}.active-page{color:var(--blue);background:#dcebff;border-color:#9fc7ff}.green-action{color:#0f9a51;background:#dff8e9}.split-list{display:grid;grid-template-columns:300px minmax(0,1fr);gap:12px}.split-list>aside{border:1px solid var(--line);border-radius:18px;padding:12px;background:var(--panel-solid);box-shadow:var(--shadow);display:grid;align-content:start;gap:10px}.full{width:100%}.tree-card{border:1px solid #b9d2f4;border-radius:12px;padding:14px;background:#dcecff;font-weight:900}.tree-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.member-tree-list{display:grid;gap:4px}.member-tree-node{min-height:38px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;border:0;border-radius:8px;padding:0 10px;color:#355475;background:transparent;text-align:left;font-weight:900}.member-tree-node.child{padding-left:22px}.member-tree-node.active{color:#0f61b7;background:#e4f1ff}.member-tree-node em{min-width:24px;border-radius:999px;padding:2px 7px;color:#1687ff;background:#edf6ff;text-align:center;font-size:11px;font-style:normal}.member-tree-layout{display:grid;grid-template-columns:minmax(270px,330px) minmax(0,1fr);gap:14px;align-items:start}.member-tree-column{min-width:0}.tree-panel{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--panel-solid);box-shadow:var(--shadow)}.tree-tools{display:grid;gap:10px;padding:12px;border-bottom:1px solid var(--line)}.tree-tools .search-input{width:100%}.tree-tools .el-button,.tree-action-button{min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--text);background:var(--card);font-weight:900;cursor:pointer}.tree-tools .el-button--primary{border:0;color:#fff;background:linear-gradient(135deg,#2088ff,#32a0ff)}.tree-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tree-shell{max-height:calc(100vh - 360px);min-height:520px;overflow:auto;padding:10px}.member-tree-page .member-tree-list{min-width:230px}.member-tree-page .member-tree-node{border-radius:7px}.member-tree-page .member-tree-node strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-tree-page .member-all-table-panel{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--panel-solid);box-shadow:var(--shadow)}.member-tree-page .member-all-table-shell{border:0;border-radius:0;box-shadow:none}.member-batch-strip{padding:10px 12px;border-bottom:1px solid var(--line);background:var(--card)}.member-batch-actions{display:flex;flex-wrap:wrap;gap:7px}.batch-action-button{min-height:34px;border:0;border-radius:8px;padding:0 12px;color:#fff;font-size:12px;font-weight:950;cursor:pointer}.batch-action-button.gold{background:#b98418}.batch-action-button.green{background:#169b73}.batch-action-button.cyan{background:#0c9fb6}.batch-action-button.blue{background:#237fe8}.batch-action-button.slate{background:#5d6b7d}.batch-action-button.orange{background:#dd741f}.batch-action-button.red{background:#d74747}.member-all-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px solid var(--line);background:var(--card)}.member-all-footer-copy,.member-all-footer-actions,.member-all-footer-controls,.responsive-pagination,.responsive-pagination__desktop,.responsive-pagination__mobile{display:flex;align-items:center;gap:8px}.member-all-footer-copy{flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:900}.member-all-footer-button{min-height:32px;border:0;border-radius:8px;padding:0 12px;color:#fff;font-weight:950;cursor:pointer}.member-all-footer-button.is-block{background:#dd741f}.member-all-footer-button.is-delete{background:#d74747}.responsive-pagination__mobile{display:none}.responsive-pagination__desktop .btn-prev,.responsive-pagination__desktop .btn-next,.responsive-pagination__desktop .number,.responsive-pagination__mobile-btn{min-width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--panel-solid);font-weight:950}.responsive-pagination__desktop .el-pager{display:flex;gap:6px;margin:0;padding:0;list-style:none}.responsive-pagination__desktop .number.is-active{border-color:var(--blue);color:#fff;background:var(--blue)}.bottom-summary{display:grid;gap:10px}.bottom-summary>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:58px;border:1px solid var(--line);border-radius:14px;padding:10px 14px;background:var(--panel-solid);box-shadow:var(--shadow)}.bottom-summary strong{margin-right:8px;font-size:15px}.bottom-summary button{min-height:38px;border:1px solid #b9d2f4;border-radius:14px;padding:0 16px;color:#315172;background:var(--card);font-weight:900}.bottom-summary button b{display:inline-grid;place-items:center;min-width:26px;height:24px;margin-left:6px;border-radius:999px;background:#ffe8dd;color:#111827}.bottom-summary button.blue{color:#1267c8;background:#e0efff}.bottom-summary button.cyan{color:#1687ff}.bottom-summary button.pink{color:#ff4fa0}.bottom-summary button.orange{color:#ff7d1a}.bottom-summary button.purple{color:#8166ff}.notice-box{border:1px solid #b9d2f4;border-radius:14px;padding:14px 16px;color:var(--muted);line-height:1.8;background:var(--panel-solid)}.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.option-grid article{min-height:92px;border:1px solid var(--line);border-radius:12px;padding:18px;background:var(--card);font-weight:900}.option-grid article.active{border-color:#1687ff;background:#eff7ff;box-shadow:inset 0 0 0 1px #1687ff}.option-grid span{display:block;margin-top:10px;color:var(--muted);font-weight:700}.payment-method-grid article{min-height:96px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;cursor:pointer}.payment-method-grid article .svg-icon{width:18px;height:18px;color:#18a968}.payment-method-grid article span{grid-column:2;margin-top:0}.payment-switch-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0 18px}.payment-toggle-line{min-height:74px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:8px;padding:0 14px;background:#eef3f8}.payment-toggle-line strong,.payment-toggle-line span{display:block}.payment-toggle-line strong{font-size:15px;font-weight:950}.payment-toggle-line span{margin-top:5px;color:var(--muted);font-size:13px;font-weight:800}.payment-limit-grid{margin-top:0}.coin-payment-card .payment-toggle-line{background:#f1f5f9}.agency-box{display:grid;gap:14px;border:1px solid #d4e2f2;border-radius:10px;padding:16px;background:#f8fbff}.agency-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.agency-head strong{margin-right:8px;font-size:15px;font-weight:950}.badge.gray{color:#667085;background:#edf1f6}.agency-checks{display:flex;flex-wrap:wrap;gap:10px}.agency-checks label{min-height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid #c8d8eb;border-radius:8px;padding:0 11px;color:#33516f;background:#fff;font-size:13px;font-weight:900}.agency-checks input{accent-color:#1687ff}.agency-card .form-two{grid-template-columns:repeat(2,minmax(0,1fr))}.agency-preview{display:grid;gap:6px;border-radius:8px;padding:12px;background:#edf4fb;color:#416386;font-size:13px;font-weight:850}.agency-preview strong{color:#24476f}.agency-preview span{word-break:break-all}.form-two,.form-three{display:grid;gap:14px}.form-two{grid-template-columns:repeat(4,minmax(0,1fr))}.form-three{grid-template-columns:repeat(6,minmax(0,1fr))}.form-two label,.form-three label{display:grid;gap:8px;font-weight:900}.form-two input,.form-three input{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:var(--card);color:var(--text);font-weight:800}.info-pill{border:1px solid #b9d2f4;border-radius:14px;padding:14px 16px;color:#416386;background:#eaf5ff;font-weight:800}.info-pill code{padding:2px 6px;border-radius:6px;background:#fff;color:#1687ff}.settlement-page{gap:12px}.settlement-filter{border:1px solid #c8d8eb;border-radius:10px;padding:12px;background:var(--panel-solid);box-shadow:var(--shadow)}.settlement-basis-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.settlement-basis-tabs button{min-height:34px;border:1px solid #c3d7f1;border-radius:7px;padding:0 14px;color:#416386;background:#fff;font-weight:950}.settlement-basis-tabs button.active{color:#fff;border-color:#1687ff;background:#1687ff}.settlement-filter p{margin:0 0 10px;color:#e05252;font-size:12px;font-weight:850}.settlement-filter-grid{display:grid;grid-template-columns:minmax(180px,260px) auto auto minmax(360px,1fr);align-items:end;gap:10px 12px}.settlement-search{display:grid;gap:5px;color:#355475;font-size:12px;font-weight:900}.settlement-search input{height:34px;border:1px solid #c3d7f1;border-radius:7px;padding:0 10px;background:var(--card);color:var(--text);font-weight:800}.settlement-mini-group{min-height:34px;display:inline-flex;align-items:center;gap:4px;border:1px solid #c3d7f1;border-radius:7px;padding:3px;background:#eef4fb;white-space:nowrap}.settlement-mini-group span{padding:0 7px;color:#416386;font-size:12px;font-weight:950}.settlement-mini-group button{height:26px;border:0;border-radius:5px;padding:0 9px;color:#64748b;background:transparent;font-size:12px;font-weight:900}.settlement-mini-group button.active{color:#1687ff;background:#fff;box-shadow:0 1px 4px #2a405c1f}.settlement-date-tools{display:flex;justify-content:flex-end;min-width:0}.settlement-date-tools .date-filter{justify-content:flex-end}.settlement-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:12px;align-items:start}.settlement-side{border:1px solid #c8d8eb;border-radius:10px;padding:10px;background:var(--panel-solid);box-shadow:var(--shadow)}.settlement-tree-search{width:100%;margin-bottom:8px}.settlement-side-head{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:6px;margin-bottom:8px}.settlement-side-head strong{font-size:14px;font-weight:950}.settlement-side-head .line-btn{min-height:28px;border-radius:6px;padding:0 8px;font-size:12px}.settlement-tree-row{width:100%;min-height:34px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:6px;border:0;border-radius:7px;padding:0 8px;color:#355475;background:transparent;font-size:13px;font-weight:900;text-align:left}.settlement-tree-row.active{color:#0f61b7;background:#e4f1ff}.settlement-tree-row.child{padding-left:22px}.settlement-tree-row em{min-width:24px;border-radius:999px;padding:2px 7px;color:#1687ff;background:#edf6ff;text-align:center;font-style:normal;font-size:11px}.settlement-layout main{display:grid;gap:12px;min-width:0}.settlement-data-card{border:1px solid #c8d8eb;border-radius:10px;background:var(--panel-solid);box-shadow:var(--shadow);overflow:hidden}.settlement-data-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-bottom:1px solid #d8e5f4;background:#f7fbff}.settlement-data-head h3{margin:0;font-size:15px;font-weight:950}.settlement-data-head span{color:var(--muted);font-size:12px;font-weight:820}.settlement-table-shell{overflow:auto}.settlement-table{min-width:1780px;width:100%;border-collapse:separate;border-spacing:0;font-size:12px}.settlement-table th,.settlement-table td{height:34px;border-right:1px solid #d8e5f4;border-bottom:1px solid #d8e5f4;padding:0 8px;text-align:center;white-space:nowrap}.settlement-table th{color:#355475;background:#edf4fb;font-weight:950}.settlement-table td{min-width:104px;color:var(--text);background:var(--card);font-weight:800}.settlement-table td:first-child{min-width:120px}.settlement-table td small{display:block;margin-top:5px;color:var(--muted);font-size:12px;font-weight:800}.settlement-table .group-blue{color:#0f61b7;background:#dcecff}.settlement-table .group-green{color:#118052;background:#dcf7eb}.settlement-table tr.settlement-total td{color:#7c5411;background:#fff5cf;font-weight:950}.settlement-stack{display:grid;gap:6px;padding:10px 6px}.settlement-stack p{display:grid;grid-template-columns:42px minmax(32px,1fr);align-items:center;gap:8px;margin:0;text-align:left}.settlement-stack span{font-size:11px;font-weight:950}.settlement-stack b{color:#1f3554;text-align:right;font-weight:950}.casino-text,.blue-text{color:#2d7eea}.slot-text,.green-text{color:#14985d}.total-text,.orange-text{color:#d97814}.purple-text{color:#8557e8}.red-text{color:#e05b49}.setting-tabs{display:flex;gap:8px;padding:6px;border:1px solid var(--line);border-radius:16px;background:var(--panel-solid);width:fit-content}.setting-tabs button{min-height:36px;border:0;border-radius:12px;padding:0 18px;color:var(--muted);background:transparent;font-weight:900}.setting-tabs button.active{color:#fff;background:#1687ff}.setting-tabs.slim button.active{color:#174579;background:#dcecff}.form-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:var(--panel-solid);box-shadow:var(--shadow);display:grid;gap:14px}.form-card.compact{gap:8px}.form-card h3{margin:0;font-size:18px}.form-card p{margin:0;color:var(--muted)}.form-card-head{display:flex;align-items:flex-start;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--soft-line)}.form-card-head>.svg-icon{width:18px;height:18px;margin-top:2px;color:var(--blue)}.basic-settings-card{padding:0;overflow:hidden}.basic-settings-card .form-card-head{padding:20px 22px 14px}.basic-form-box{margin:18px;border:1px solid #c8dbf5;border-radius:14px;padding:22px;display:grid;gap:18px}.input-count-wrap{position:relative}.input-count-wrap input{width:100%;padding-right:72px}.input-count-wrap small{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:12px;font-weight:800}.security-settings-grid{gap:14px}.security-settings-grid .setting-line{min-height:58px;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--card)}.settings-row-list{display:grid}.settings-permission-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 16px;border-top:1px solid var(--soft-line);background:var(--panel-solid)}.settings-permission-row strong,.partner-permission-row strong{display:block;color:var(--text);font-size:14px;font-weight:900}.settings-permission-row span,.partner-permission-row span{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:760}.setting-switch{width:40px;height:22px;flex:0 0 auto;border:0;border-radius:999px;padding:2px;background:#d8dee8;transition:background .16s ease;display:inline-flex;align-items:center;justify-content:flex-start;vertical-align:middle;line-height:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.setting-switch>span{width:18px;height:18px;display:block;flex:0 0 18px;align-self:center;margin:0;border-radius:999px;background:#fff;box-shadow:0 2px 5px #2a405c38;transition:transform .16s ease}.settings-permission-row .setting-switch>span{margin:0;color:inherit;font-size:0;font-weight:inherit}.setting-switch.is-checked{background:#35a2ff}.setting-switch.is-checked span{transform:translate(18px)}.partner-permission-table{display:grid;overflow:hidden}.partner-permission-head{min-height:48px;display:grid;grid-template-columns:1.3fr 1fr;align-items:end;padding:0 16px 12px;border-top:1px solid var(--soft-line);background:var(--panel);color:var(--muted);font-size:13px;font-weight:900;text-align:center}.partner-permission-subhead{min-height:40px;display:grid;grid-template-columns:1.3fr .5fr .5fr;align-items:center;padding:0 16px;border-top:1px solid var(--soft-line);background:var(--panel);color:var(--muted);font-size:12px;font-weight:900;text-align:center}.partner-permission-subhead span:nth-child(2){color:#138d4f}.partner-permission-subhead span:nth-child(3){color:#ff4f66}.partner-permission-row{min-height:74px;display:grid;grid-template-columns:1.3fr .5fr .5fr;align-items:center;padding:0 16px;border-top:1px solid var(--soft-line);background:var(--panel-solid)}.partner-permission-row>div:nth-child(2),.partner-permission-row>div:nth-child(3){display:flex;justify-content:center}.field-row{display:grid;gap:8px}.field-row span{color:var(--muted);font-weight:900}.field-row input,.telegram-card input{height:40px;border:1px solid var(--line);border-radius:10px;padding:0 12px;color:var(--text);background:var(--card)}.form-actions{display:flex;justify-content:flex-end}.setting-line{display:flex;align-items:center;justify-content:space-between;gap:18px}.setting-line strong,.setting-line span{display:block}.setting-line span{margin-top:4px;color:var(--muted)}.template-list,.column-list,.game-list{display:grid;gap:10px}.template-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:14px;padding:16px;background:var(--card)}.template-item h3{margin:0 0 4px;font-size:16px}.template-item span,.template-item p{color:var(--muted)}.template-item p{margin:12px 0 0;line-height:1.7}.template-add-wide{width:100%;min-height:34px;border-radius:10px}.template-dialog{position:relative;width:min(960px,calc(100vw - 42px));min-height:690px;padding:22px 18px 16px;border-radius:4px;background:#fff;box-shadow:0 24px 72px #00000042}[data-theme=dark] .template-dialog{background:var(--panel-solid)}.template-dialog h3{margin:0 36px 22px 0;color:var(--text);font-size:19px;font-weight:760}.template-dialog-field{display:grid;gap:8px;margin-bottom:18px;color:#24476f;font-weight:900}.template-dialog-field input{height:48px;border:1px solid #b9d2f4;border-radius:12px;padding:0 14px;color:var(--text);background:var(--card);outline:0;font-weight:850}.template-editor{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}[data-theme=dark] .template-editor{background:var(--card)}.template-editor-expand{display:flex;justify-content:flex-end;min-height:42px;padding:8px 12px}.template-toolbar{min-height:56px;display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid var(--soft-line);border-bottom:1px solid var(--soft-line);background:#edf3fb}.template-toolbar button{min-width:34px;height:34px;border:0;border-radius:9px;padding:0 10px;color:#435570;background:transparent;font-weight:900}.template-toolbar button:nth-child(1),.template-toolbar button:nth-child(2),.template-toolbar button:nth-child(11){border:1px solid var(--line);background:#fff}.template-editor textarea{width:100%;min-height:330px;border:0;outline:0;resize:vertical;padding:22px 16px;color:var(--text);background:transparent;font-size:15px;line-height:1.7}.template-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.template-dialog footer button{min-width:64px;min-height:38px;border-radius:10px}.notice-page .filter-row{grid-template-columns:320px auto}.notice-table table th,.notice-table table td{white-space:nowrap;text-align:center}.notice-table table td:nth-child(4){min-width:360px;text-align:left}.mini-square{width:36px;height:36px;padding:0;display:inline-grid;place-items:center}.notice-dialog{position:relative;width:min(920px,calc(100vw - 42px));min-height:820px;padding:34px 38px 28px;border-radius:4px;background:#fff;box-shadow:0 24px 72px #00000042}[data-theme=dark] .notice-dialog{background:var(--panel-solid)}.notice-dialog header{display:flex;align-items:center;gap:14px;min-height:44px;margin-bottom:22px;background:#f3f6fa;padding:0 14px}.notice-dialog header .svg-icon{width:18px;height:18px}.notice-dialog h3{margin:0;font-size:20px;font-weight:850}.notice-dialog label{display:grid;gap:8px;margin:16px 0;color:var(--muted);font-weight:900}.notice-dialog input,.notice-dialog select{height:40px;border:1px solid #c3d7f1;border-radius:10px;padding:0 12px;color:var(--text);background:var(--card);outline:0;font-weight:850}.notice-dialog textarea{min-height:180px;border:1px solid #c3d7f1;border-radius:10px;padding:12px;color:var(--text);background:var(--card);outline:0;font-weight:850;resize:vertical}.faq-dialog .form-two{align-items:end}.notice-switch-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.notice-toggle-card{min-height:52px;display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid #b9d2f4;border-radius:14px;padding:0 14px;color:var(--text);background:var(--card);font-weight:900}.notice-toggle-card .setting-switch{pointer-events:none}.notification-target-panel{display:grid;gap:10px;margin:12px 0;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--panel-solid)}.notification-target-panel>strong{font-size:13px;color:var(--text)}.notification-target-options{display:flex;flex-wrap:wrap;gap:8px}.notification-target-options label{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--card);font-size:12px;font-weight:850;cursor:pointer}.notification-target-user{display:grid;gap:6px}.notification-target-user input{height:36px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--card);color:var(--text)}.notification-target-user input:disabled{opacity:.55;cursor:not-allowed}.inline-action-stack{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:6px}.login-user-agent-cell{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.login-user-agent-cell>span{min-width:0;overflow-wrap:anywhere;text-align:left}.login-log-actions{flex:0 0 auto;justify-content:flex-end}.notice-editor textarea{min-height:300px}.notification-message-label{align-items:stretch}.notification-editor{overflow:hidden;border:1px solid #b9d2f4;border-radius:14px;background:var(--card)}.notification-editor-toolbar{display:flex;align-items:center;gap:8px;min-height:48px;padding:8px 10px;border-bottom:1px solid var(--soft-line);background:#eef5ff}[data-theme=dark] .notification-editor-toolbar{background:#58baff14}.notification-editor-toolbar select{width:92px;height:32px;border-radius:8px}.notification-editor-toolbar .format-btn{min-width:36px;height:32px;border:1px solid #bfd6f5;border-radius:8px;color:var(--text);background:#fff;padding:0 10px;font-weight:900}[data-theme=dark] .notification-editor-toolbar .format-btn{background:#ffffff0f}.notification-editor-toolbar .format-btn.strong{font-size:16px;font-weight:1000}.notification-editor-toolbar .color-swatch{width:26px;height:26px;border:2px solid rgba(255,255,255,.88);border-radius:50%;box-shadow:0 0 0 1px #23416838}.notification-editor-toolbar .color-swatch.white{background:#f5f7fb}.notification-editor-toolbar .color-swatch.blue{background:#58baff}.notification-editor-toolbar .color-swatch.yellow{background:#ffd166}.notification-editor-toolbar .color-swatch.red{background:#ff6b6b}.notification-editor-toolbar .color-swatch.green{background:#26a17b}.notification-editor textarea{width:100%;min-height:360px;border:0;resize:vertical;outline:0;padding:16px;color:var(--text);background:transparent;font-size:14px;line-height:1.7}.notice-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.notice-dialog footer button{min-height:36px;border-radius:10px;padding:0 16px}.member-notification-backdrop{z-index:90;background:#1018246b}.member-notification-dialog{width:min(560px,calc(100vw - 32px))}.member-notification-dialog input:disabled{opacity:.75;background:#eef3f8}.simple-dialog{position:relative;width:min(420px,calc(100vw - 32px));padding:22px 12px 12px;border-radius:4px;background:#fff;box-shadow:0 20px 60px #0000003d}[data-theme=dark] .simple-dialog{background:var(--panel-solid)}.simple-dialog h3{margin:0 36px 18px 0;font-size:19px;font-weight:760}.simple-dialog p{margin:0 0 14px;color:var(--muted);font-weight:800}.simple-dialog input{width:100%;height:32px;border:1px solid #b9d2f4;border-radius:4px;padding:0 10px;color:var(--text);background:var(--card);outline:0}.simple-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.max-alert-dialog{width:min(520px,calc(100vw - 32px))}.max-alert-dialog label{display:grid;gap:7px;margin:12px 0;color:#24476f;font-size:13px;font-weight:900}.max-alert-dialog input{height:38px;border-radius:8px}.generic-action-dialog,.column-dialog,.customer-detail-dialog,.member-action-dialog{position:relative;width:min(520px,calc(100vw - 32px));border-radius:4px;padding:22px 16px 16px;background:#fff;box-shadow:0 20px 60px #0000003d}.editor-expand-dialog{position:relative;width:min(860px,calc(100vw - 36px));border-radius:6px;padding:22px 16px 16px;background:#fff;box-shadow:0 24px 70px #00000042}[data-theme=dark] .editor-expand-dialog{background:var(--panel-solid)}.editor-expand-dialog h3{margin:0 36px 14px 0;color:var(--text);font-size:19px;font-weight:900}.editor-expand-dialog textarea{width:100%;min-height:520px;border:1px solid var(--line);border-radius:10px;padding:14px;resize:vertical;color:var(--text);background:var(--card);outline:0}.editor-expand-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}[data-theme=dark] .generic-action-dialog,[data-theme=dark] .column-dialog,[data-theme=dark] .customer-detail-dialog,[data-theme=dark] .member-action-dialog{background:var(--panel-solid)}.generic-action-dialog h3{margin:0 36px 12px 0;color:var(--text);font-size:19px;font-weight:850}.generic-action-dialog p{margin:0 0 16px;color:var(--muted);font-size:13px;font-weight:800;line-height:1.55}.generic-action-dialog label{display:grid;gap:7px;margin-top:10px;color:#24476f;font-size:13px;font-weight:900}.generic-action-dialog input,.column-dialog input,.customer-detail-dialog input,.customer-detail-dialog select,.customer-detail-dialog textarea{border:1px solid #b9d2f4;border-radius:8px;color:var(--text);background:var(--card);outline:0}.generic-action-dialog input,.customer-detail-dialog input,.customer-detail-dialog select{height:38px;padding:0 11px}.generic-action-dialog footer,.column-dialog footer,.customer-detail-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.member-action-dialog{width:min(620px,calc(100vw - 32px))}.member-action-dialog header{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin-bottom:16px}.member-action-dialog header .svg-icon{width:22px;height:22px}.member-action-dialog h3,.member-action-dialog p{margin:0}.member-action-dialog h3{color:var(--text);font-size:19px;font-weight:900}.member-action-dialog p{margin-top:4px;color:var(--muted);font-size:13px;font-weight:800}.member-action-form label,.member-action-note{display:grid;gap:7px;color:#24476f;font-size:13px;font-weight:900}.member-action-form input,.member-action-note input{height:38px;border:1px solid #b9d2f4;border-radius:8px;padding:0 11px;color:var(--text);background:var(--card);outline:0}.member-edit-dialog .form-two{grid-template-columns:repeat(2,minmax(0,1fr))}.member-status-pills{display:flex;gap:8px;align-items:center;justify-content:flex-end}.member-status-pills button{min-width:56px;height:30px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--card);font-weight:900;cursor:pointer}.member-status-pills button.active{border-color:#2f8df5;color:#fff;background:#2f8df5}.member-action-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.member-detail-dialog{width:min(1040px,calc(100vw - 32px));height:auto;max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#f8fbff;box-shadow:0 28px 80px #18274b52}.member-detail-dialog.is-size-locked{height:min(var(--member-detail-fixed-height, 680px),calc(100vh - 32px))}[data-theme=dark] .member-detail-dialog{background:var(--panel-solid)}.member-detail-dialog__header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);background:var(--panel-solid)}.member-detail-dialog__identity{min-width:0;display:flex;align-items:center;gap:13px}.member-detail-dialog__avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:#1687ff;background:#e8f3ff}.member-detail-dialog__avatar .svg-icon{width:24px;height:24px;display:block}.member-detail-dialog__identity-copy{min-width:0}.member-detail-dialog__identity-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.member-detail-dialog__identity-line strong{color:var(--text);font-size:20px;font-weight:950}.member-detail-dialog__identity-copy p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:850}.member-detail-dialog__badge{min-height:22px;display:inline-flex;align-items:center;border-radius:999px;padding:0 8px;font-size:11px;font-weight:950}.member-detail-dialog__badge--subtle{color:#5a6a7e;background:#eef3f8}.member-detail-dialog__badge--success{color:#138a62;background:#e4f8ef}.member-detail-dialog__close{width:36px;height:36px;border:0;border-radius:10px;color:#758196;background:transparent;font-size:24px;line-height:1;cursor:pointer}.member-detail-dialog__close:hover{color:var(--red);background:color-mix(in srgb,var(--red) 10%,transparent)}.member-detail-dialog__tabs{display:flex;gap:6px;overflow-x:auto;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--panel-solid)}.member-detail-dialog__tab{height:36px;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;border:1px solid var(--line);border-radius:9px;padding:0 11px;color:#5d6f86;background:var(--card);font-size:13px;font-weight:950;cursor:pointer}.member-detail-dialog__tab .svg-icon{width:16px;height:16px}.member-detail-dialog__tab.is-active{border-color:#1687ff;color:#fff;background:#1687ff}.member-detail-dialog__content{flex:1 1 auto;min-height:0;overflow:auto}.member-detail-dialog__body{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;padding:16px}.member-detail-dialog__main,.member-detail-dialog__side{min-width:0;display:grid;gap:14px;align-content:start}.member-detail-dialog__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.member-detail-dialog__summary-card{position:relative;min-height:92px;display:grid;align-content:end;gap:7px;border:1px solid var(--line);border-radius:12px;padding:14px;overflow:hidden;background:var(--panel-solid)}.member-detail-dialog__summary-card span{color:var(--muted);font-size:12px;font-weight:900}.member-detail-dialog__summary-card strong{color:var(--text);font-size:24px;font-weight:950}.member-detail-dialog__summary-card.tone-cyan{background:linear-gradient(135deg,#e5fbff,#fff)}.member-detail-dialog__summary-card.tone-purple{background:linear-gradient(135deg,#f3e9ff,#fff)}.member-detail-dialog__summary-card.tone-blue{background:linear-gradient(135deg,#e8f3ff,#fff)}.member-detail-dialog__summary-card.tone-rose{background:linear-gradient(135deg,#fff0f4,#fff)}.member-detail-dialog__summary-actions{position:absolute;top:10px;right:10px;display:flex;gap:5px}.member-detail-dialog__summary-action{width:26px;height:26px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;font-weight:950;cursor:pointer}.member-detail-dialog__summary-action.is-add{background:#18a779}.member-detail-dialog__summary-action.is-subtract{background:#e45757}.member-detail-dialog__panel{border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--panel-solid)}.member-detail-dialog__panel h3{margin:0;color:var(--text);font-size:15px;font-weight:950}.member-detail-dialog__panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.member-detail-dialog__inline-btn{min-height:30px;border:1px solid #bfd7f6;border-radius:8px;padding:0 10px;color:#177bd9;background:#f0f7ff;font-size:12px;font-weight:950;cursor:pointer}.member-detail-dialog__metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.member-detail-dialog__metric-item,.member-detail-dialog__permission-item{display:grid;gap:5px;border-radius:10px;padding:11px;background:#f5f8fc}.member-detail-dialog__metric-item span,.member-detail-dialog__permission-item span{color:var(--muted);font-size:12px;font-weight:900}.member-detail-dialog__metric-item strong{color:var(--text);font-size:15px;font-weight:950}.member-detail-dialog__permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.member-detail-dialog__permission-badge{width:max-content;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:950}.member-detail-dialog__permission-badge.is-disabled{color:#d74747;background:#ffe9e9}.member-detail-dialog__permission-badge.is-enabled{color:#138a62;background:#e4f8ef}.member-detail-dialog__memo{min-height:54px;margin:10px 0 0;border-radius:10px;padding:12px;color:var(--text);background:#f5f8fc;font-weight:850}.member-detail-dialog__partner-card{margin-top:12px;border-radius:10px;padding:12px;background:#f5f8fc}.member-detail-dialog__partner-card strong{color:var(--text);font-size:15px;font-weight:950}.member-detail-dialog__info-list{display:grid;gap:8px;margin:12px 0 0}.member-detail-dialog__info-list div{display:grid;grid-template-columns:94px minmax(0,1fr);gap:8px;align-items:center;border-bottom:1px dashed var(--line);padding-bottom:8px}.member-detail-dialog__info-list dt{color:var(--muted);font-size:12px;font-weight:900}.member-detail-dialog__info-list dd{min-width:0;margin:0;color:var(--text);font-size:13px;font-weight:900;overflow-wrap:anywhere}.member-detail-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid var(--line);background:var(--panel-solid)}.member-detail-dialog__footer-left,.member-detail-dialog__footer-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.member-detail-dialog__danger-btn,.member-detail-dialog__ghost-btn{min-height:36px;border-radius:9px;padding:0 13px;font-size:13px;font-weight:950;cursor:pointer}.member-detail-dialog__danger-btn{border:0;color:#fff;background:#d74747}.member-detail-dialog__danger-btn.is-warn{background:#e18328}.member-detail-dialog__danger-btn.is-casino{background:#1687ff}.member-detail-dialog__ghost-btn{border:1px solid var(--line);color:var(--text);background:var(--card)}.member-detail-tab{display:grid;gap:14px;padding:16px}.member-detail-tab__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.member-detail-tab__summary-grid--money,.member-detail-tab__summary-grid--rolling,.member-detail-tab__summary-grid--inquiry{grid-template-columns:repeat(3,minmax(0,1fr))}.member-detail-tab__summary-grid--point{grid-template-columns:repeat(2,minmax(0,1fr))}.member-detail-tab__summary-card{min-height:82px;display:grid;align-content:end;gap:6px;border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--panel-solid)}.member-detail-tab__summary-card span{color:var(--muted);font-size:12px;font-weight:900}.member-detail-tab__summary-card strong{color:var(--text);font-size:22px;font-weight:950}.member-detail-tab__summary-card.tone-cyan{background:linear-gradient(135deg,#e5fbff,#fff)}.member-detail-tab__summary-card.tone-purple{background:linear-gradient(135deg,#f3e9ff,#fff)}.member-detail-tab__summary-card.tone-green{background:linear-gradient(135deg,#e8fbf1,#fff)}.member-detail-tab__summary-card.tone-orange{background:linear-gradient(135deg,#fff2df,#fff)}.member-detail-tab__summary-card.tone-rose{background:linear-gradient(135deg,#fff0f4,#fff)}.member-detail-tab__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--panel-solid)}.member-detail-tab__toolbar-left,.member-detail-tab__toolbar-right,.member-detail-tab__quick-range,.member-detail-tab__chips,.betting-chip-group,.member-detail-inquiry-tabs,.admin-list-pill-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chip,.betting-chip-button,.member-detail-exchange-pill,.member-detail-inquiry-tab,.admin-list-pill{min-height:30px;border:1px solid var(--line);border-radius:999px;padding:0 11px;color:#5d6f86;background:var(--card);font-size:12px;font-weight:950;cursor:pointer}.chip.active,.betting-chip-button.is-active,.member-detail-exchange-pill.active,.member-detail-inquiry-tab.active,.admin-list-pill.is-active{border-color:#1687ff;color:#fff;background:#1687ff}.member-detail-tab__date-range,.member-detail-exchange-date-range{display:flex;align-items:center;gap:6px}.member-detail-tab__date-input{width:132px;height:32px;border:1px solid #bfd7f6;border-radius:8px;background:var(--card)}.member-detail-tab__table-wrap,.member-detail-exchange-table-shell,.member-detail-inquiry-table-shell{border:1px solid var(--line);border-radius:12px;overflow:auto;background:var(--panel-solid)}.member-detail-tab__table{width:100%;min-width:780px;border-collapse:collapse}.member-detail-tab__table th,.member-detail-tab__table td{border-bottom:1px solid var(--line);padding:11px 12px;font-size:12px;white-space:nowrap}.member-detail-tab__table th{color:var(--muted);background:#f5f8fc;font-weight:950;text-align:left}.member-detail-tab__table .is-right{text-align:right}.member-detail-tab__table .is-center{text-align:center}.member-detail-tab__empty{height:160px;color:var(--muted);text-align:center!important;font-weight:900}.member-detail-tab__count-bar,.member-detail-exchange-table-meta,.member-detail-inquiry-count-bar,.member-detail-memo-count-bar{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:850}.member-detail-tab__count-bar strong,.member-detail-exchange-table-meta strong,.member-detail-inquiry-count-bar strong,.member-detail-memo-count-bar strong{color:var(--text);font-size:14px;font-weight:950}.member-detail-tab__pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;font-weight:850}.member-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.member-summary-strip__card{min-height:78px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--panel-solid)}.member-summary-strip__icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:12px;color:#1687ff;background:#e8f3ff}.member-summary-strip__icon .svg-icon{width:20px;height:20px}.member-summary-strip__copy strong,.member-summary-strip__copy span{display:block}.member-summary-strip__copy strong{color:var(--text);font-size:18px;font-weight:950}.member-summary-strip__copy span{margin-top:3px;color:var(--muted);font-size:12px;font-weight:900}.member-detail-exchange-overview,.member-detail-exchange-table-panel,.member-detail-inquiry-table-panel,.member-detail-memo-panel{display:grid;gap:12px}.member-detail-exchange-toolbar{border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--panel-solid)}.member-detail-exchange-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.member-detail-exchange-toolbar__left,.member-detail-exchange-toolbar__right,.member-detail-exchange-pill-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.member-detail-exchange-table-head{display:flex;align-items:center;justify-content:space-between}.member-detail-exchange-empty,.member-detail-inquiry-empty{min-height:180px;display:grid;place-content:center;gap:8px;color:var(--muted);text-align:center;font-weight:850}.member-detail-inquiry-empty__icon{width:46px;height:46px;display:grid;place-items:center;margin:0 auto;border-radius:14px;color:#1687ff;background:#e8f3ff}.member-detail-inquiry-empty__icon .svg-icon{width:22px;height:22px}.member-detail-tab__actions{display:flex;align-items:center;justify-content:space-between}.member-detail-memo-send-btn{min-height:34px;border:0;border-radius:9px;padding:0 13px;color:#fff;background:#1687ff;font-size:13px;font-weight:950;cursor:pointer}.member-detail-memo-search{min-width:220px;height:34px;display:flex;align-items:center;gap:7px;border:1px solid #bfd7f6;border-radius:9px;padding:0 10px;background:var(--card)}.member-detail-memo-search .svg-icon{width:16px;height:16px;color:var(--muted)}.member-detail-memo-search input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;font-weight:850}@media (max-width: 980px){.member-detail-dialog__body{grid-template-columns:1fr}.member-detail-dialog__summary-grid,.member-detail-dialog__metric-grid,.member-detail-tab__summary-grid,.member-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.member-detail-dialog{width:calc(100vw - 18px);max-height:calc(100vh - 18px)}.member-detail-dialog.is-size-locked{height:min(var(--member-detail-fixed-height, 680px),calc(100vh - 18px))}.member-detail-dialog__summary-grid,.member-detail-dialog__metric-grid,.member-detail-dialog__permission-grid,.member-detail-tab__summary-grid,.member-summary-strip{grid-template-columns:1fr}.member-detail-tab__toolbar,.member-detail-exchange-toolbar__row{align-items:stretch;flex-direction:column}.member-detail-tab__date-input{width:112px}.member-detail-dialog__footer{align-items:stretch;flex-direction:column}}.partner-child-create-dialog{width:min(980px,calc(100vw - 32px));max-height:calc(100vh - 42px);display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:var(--panel-solid);box-shadow:0 26px 72px #1f2d4a47}.partner-child-create-dialog__header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--purple) 12%,var(--panel-solid)),var(--panel-solid))}.partner-child-create-dialog__title{display:flex;align-items:center;gap:14px;min-width:0}.partner-child-create-dialog__icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;color:#7b35ff;background:color-mix(in srgb,#7b35ff 12%,white)}.partner-child-create-dialog__icon .svg-icon{width:24px;height:24px}.partner-child-create-dialog__copy strong{display:block;color:var(--text);font-size:19px;font-weight:950}.partner-child-create-dialog__copy p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:800}.partner-child-create-dialog__close{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;color:var(--muted);background:transparent}.partner-child-create-dialog__close:hover{color:var(--red);background:color-mix(in srgb,var(--red) 10%,transparent)}.partner-child-create-dialog__close .svg-icon{width:18px;height:18px}.partner-child-create-dialog__body{flex:1 1 auto;min-height:0;overflow:auto;padding:20px 22px 22px;display:grid;gap:18px}.partner-child-create-dialog__section{border:1px solid var(--line);border-radius:16px;background:var(--card);overflow:hidden}.partner-child-create-dialog__section-title{padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;font-weight:950}.partner-child-create-dialog__section-title.is-purple{color:#7b35ff;background:color-mix(in srgb,#7b35ff 10%,transparent)}.partner-child-create-dialog__section-title.is-blue{color:var(--blue);background:color-mix(in srgb,var(--blue) 10%,transparent)}.partner-child-create-dialog__grid{display:grid;gap:14px;padding:16px}.partner-child-create-dialog__grid.is-account{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-child-create-dialog__grid.is-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-child-create-dialog__field{position:relative;display:grid;gap:7px;color:#274569;font-size:13px;font-weight:900}.partner-child-create-dialog__field em,.partner-child-create-dialog__footer em{color:var(--red);font-style:normal}.partner-child-create-dialog__field small{position:absolute;right:0;top:0;color:var(--muted);font-size:11px;font-weight:800}.partner-child-create-dialog__field input,.partner-child-create-dialog__field select,.partner-child-create-dialog__field textarea{width:100%;min-width:0;border:1px solid #bfd4ef;border-radius:10px;color:var(--text);background:var(--panel-solid);outline:0}.partner-child-create-dialog__field input,.partner-child-create-dialog__field select{height:42px;padding:0 12px}.partner-child-create-dialog__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;background-image:linear-gradient(45deg,transparent 50%,#7f8da3 50%),linear-gradient(135deg,#7f8da3 50%,transparent 50%);background-position:calc(100% - 21px) 50%,calc(100% - 15px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.partner-child-create-dialog__field textarea{resize:vertical;padding:11px 12px}.partner-child-create-dialog__field input:focus,.partner-child-create-dialog__field select:focus,.partner-child-create-dialog__field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 12%,transparent)}.partner-child-create-dialog__field input:disabled,.partner-child-create-dialog__field select:disabled,.partner-child-create-dialog__field input[readonly]{color:var(--muted);background:var(--card-strong)}.partner-child-create-dialog__field.is-full{grid-column:1 / -1}.partner-child-create-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-top:1px solid var(--line);background:var(--panel-solid)}.partner-child-create-dialog__footer p{margin:0;color:var(--muted);font-size:13px;font-weight:850}.partner-child-create-dialog__actions{display:flex;align-items:center;gap:10px}.partner-child-create-dialog__btn{min-width:94px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;font-weight:950}.partner-child-create-dialog__btn.is-ghost{border:1px solid var(--line);color:var(--muted);background:var(--card)}.partner-child-create-dialog__btn.is-primary{border:0;color:#fff;background:linear-gradient(135deg,#2088ff,#7b35ff)}.partner-child-create-dialog__btn .svg-icon{width:17px;height:17px}.member-single-create-dialog,.member-bulk-create-dialog{width:min(980px,calc(100vw - 32px));max-height:calc(100vh - 42px);display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:var(--panel-solid);box-shadow:0 26px 72px #1f2d4a47}.member-bulk-create-dialog{width:min(900px,calc(100vw - 32px))}.member-single-create-dialog__header,.member-bulk-create-dialog__header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 10%,var(--panel-solid)),var(--panel-solid))}.member-bulk-create-dialog__header{background:linear-gradient(135deg,color-mix(in srgb,#7b35ff 12%,var(--panel-solid)),var(--panel-solid))}.member-single-create-dialog__title,.member-bulk-create-dialog__title{display:flex;align-items:center;gap:14px;min-width:0}.member-single-create-dialog__icon,.member-bulk-create-dialog__icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;color:var(--blue);background:color-mix(in srgb,var(--blue) 12%,white)}.member-bulk-create-dialog__icon{color:#7b35ff;background:color-mix(in srgb,#7b35ff 12%,white)}.member-single-create-dialog__icon .svg-icon,.member-bulk-create-dialog__icon .svg-icon{width:24px;height:24px}.member-single-create-dialog__copy strong,.member-bulk-create-dialog__copy strong{display:block;color:var(--text);font-size:19px;font-weight:950}.member-single-create-dialog__copy p,.member-bulk-create-dialog__copy p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:800}.member-single-create-dialog__close,.member-bulk-create-dialog__close{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;color:var(--muted);background:transparent}.member-single-create-dialog__close:hover,.member-bulk-create-dialog__close:hover{color:var(--red);background:color-mix(in srgb,var(--red) 10%,transparent)}.member-single-create-dialog__body,.member-bulk-create-dialog__body{flex:1 1 auto;min-height:0;overflow:auto;padding:20px 22px 22px;display:grid;gap:18px}.member-single-create-dialog__section,.member-bulk-create-dialog__section{border:1px solid var(--line);border-radius:16px;background:var(--card);overflow:hidden}.member-single-create-dialog__section-title,.member-bulk-create-dialog__section-title{padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;font-weight:950}.member-single-create-dialog__section-title.is-green{color:#129f71;background:color-mix(in srgb,#129f71 10%,transparent)}.member-bulk-create-dialog__section-title.is-purple{color:#7b35ff;background:color-mix(in srgb,#7b35ff 10%,transparent)}.member-bulk-create-dialog__section-title.is-blue{color:var(--blue);background:color-mix(in srgb,var(--blue) 10%,transparent)}.member-single-create-dialog__grid,.member-bulk-create-dialog__grid{display:grid;gap:14px;padding:16px}.member-single-create-dialog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-bulk-create-dialog__grid.is-account{grid-template-columns:repeat(3,minmax(0,1fr))}.member-bulk-create-dialog__grid.is-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.member-single-create-dialog__field,.member-bulk-create-dialog__field{display:grid;gap:7px;color:#274569;font-size:13px;font-weight:900}.member-single-create-dialog__field em,.member-bulk-create-dialog__field em,.member-single-create-dialog__footer em,.member-bulk-create-dialog__footer em{color:var(--red);font-style:normal}.member-single-create-dialog__field input,.member-single-create-dialog__field select,.member-single-create-dialog__field textarea,.member-bulk-create-dialog__field input,.member-bulk-create-dialog__field select,.member-bulk-create-dialog__field textarea{width:100%;min-width:0;border:1px solid #bfd4ef;border-radius:10px;color:var(--text);background:var(--panel-solid);outline:0}.member-single-create-dialog__field input,.member-single-create-dialog__field select,.member-bulk-create-dialog__field input,.member-bulk-create-dialog__field select{height:42px;padding:0 12px}.member-single-create-dialog__field textarea,.member-bulk-create-dialog__field textarea{resize:vertical;padding:11px 12px}.member-single-create-dialog__field input:focus,.member-single-create-dialog__field select:focus,.member-single-create-dialog__field textarea:focus,.member-bulk-create-dialog__field input:focus,.member-bulk-create-dialog__field select:focus,.member-bulk-create-dialog__field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 12%,transparent)}.member-single-create-dialog__field input:disabled,.member-bulk-create-dialog__field input:disabled{color:var(--muted);background:var(--card-strong)}.member-single-create-dialog__field.is-full,.member-bulk-create-dialog__field.is-full,.member-bulk-create-dialog__helper{grid-column:1 / -1}.member-bulk-create-dialog__field.is-pair{grid-column:span 2}.member-bulk-create-dialog__pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.member-single-create-dialog__helper,.member-bulk-create-dialog__helper{margin:0 16px 16px;border-radius:12px;background:color-mix(in srgb,var(--blue) 7%,var(--card))}.member-bulk-create-dialog__helper{margin:0}.member-single-create-dialog__helper-list,.member-bulk-create-dialog__helper-list{margin:0;padding:13px 16px 13px 30px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.7}.member-single-create-dialog__footer,.member-bulk-create-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-top:1px solid var(--line);background:var(--panel-solid)}.member-single-create-dialog__footer p,.member-bulk-create-dialog__footer p{margin:0;color:var(--muted);font-size:13px;font-weight:850}.member-single-create-dialog__actions,.member-bulk-create-dialog__actions{display:flex;align-items:center;gap:10px}.member-single-create-dialog__btn,.member-bulk-create-dialog__btn{min-width:94px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;font-weight:950}.member-single-create-dialog__btn.is-ghost,.member-bulk-create-dialog__btn.is-ghost{border:1px solid var(--line);color:var(--muted);background:var(--card)}.member-single-create-dialog__btn.is-primary{border:0;color:#fff;background:linear-gradient(135deg,#18a779,#2088ff)}.member-bulk-create-dialog__btn.is-primary{border:0;color:#fff;background:linear-gradient(135deg,#2088ff,#7b35ff)}.member-single-create-dialog__btn .svg-icon,.member-bulk-create-dialog__btn .svg-icon{width:17px;height:17px}.pay-collect-dialog{width:min(460px,calc(100vw - 32px));overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 72px #00000047}[data-theme=dark] .pay-collect-dialog{background:var(--panel-solid)}.pay-collect-dialog__header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.pay-collect-dialog__title{min-width:0;display:flex;align-items:center;gap:12px}.pay-collect-dialog__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;color:#1687ff;background:#e8f3ff}.pay-collect-dialog__icon .svg-icon{width:23px;height:23px}.pay-collect-dialog__copy{min-width:0}.pay-collect-dialog__copy strong{display:block;color:var(--text);font-size:19px;font-weight:950}.pay-collect-dialog__copy p{overflow:hidden;text-overflow:ellipsis;margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:820;white-space:nowrap}.pay-collect-dialog__close{width:34px;height:34px;border:0;border-radius:10px;color:#73849a;background:transparent;font-size:26px;line-height:1}.pay-collect-dialog__close:hover{color:var(--red);background:#fff0f3}.pay-collect-dialog__body{display:grid;gap:16px;padding:18px 20px 20px}.pay-collect-dialog__balance-card{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d5e4f6;border-radius:14px;padding:0 15px;background:#f7fbff}.pay-collect-dialog__balance-card span{display:block;color:var(--muted);font-size:12px;font-weight:850}.pay-collect-dialog__balance-card strong{display:block;margin-top:5px;color:#1687ff;font-size:22px;font-weight:950}.pay-collect-dialog__refresh{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;color:#1687ff;background:#e5f1ff}.pay-collect-dialog__refresh .svg-icon{width:16px;height:16px}.pay-collect-dialog__section,.pay-collect-dialog__field{display:grid;gap:9px}.pay-collect-dialog__label{color:#284461;font-size:13px;font-weight:950}.pay-collect-dialog__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pay-collect-dialog__toggle{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d5e4f6;border-radius:12px;color:#5f7288;background:var(--card);font-weight:950}.pay-collect-dialog__toggle .svg-icon{width:17px;height:17px}.pay-collect-dialog__toggle.pay.active{color:#1687ff;border-color:#9ccaff;background:#e8f3ff;box-shadow:inset 0 0 0 1px #9ccaff}.pay-collect-dialog__toggle.collect.active{color:#ef4444;border-color:#ffbac5;background:#fff0f3;box-shadow:inset 0 0 0 1px #ffbac5}.pay-collect-dialog__amount-wrap{position:relative}.pay-collect-dialog__amount-wrap input,.pay-collect-dialog__field>input{width:100%;height:44px;border:1px solid #c8dbf5;border-radius:11px;padding:0 13px;color:var(--text);background:var(--card);outline:0;font-weight:900}.pay-collect-dialog__amount-wrap input{padding-right:92px;text-align:right}.pay-collect-dialog__amount-wrap em{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:12px;font-style:normal;font-weight:900}.pay-collect-dialog__quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pay-collect-dialog__quick-btn{min-height:36px;border:1px solid #d5e4f6;border-radius:10px;color:#355475;background:#f8fbff;font-size:13px;font-weight:950}.pay-collect-dialog__quick-btn:hover{color:#1687ff;border-color:#9ccaff;background:#e8f3ff}.pay-collect-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 20px 18px;border-top:1px solid var(--line);background:#fbfdff}[data-theme=dark] .pay-collect-dialog__footer{background:#ffffff08}.pay-collect-dialog__footer-btn{min-width:92px;min-height:40px;border:0;border-radius:11px;padding:0 18px;color:#fff;background:#1687ff;font-weight:950}.pay-collect-dialog__footer-btn.is-ghost{border:1px solid var(--line);color:var(--muted);background:var(--card)}.partner-node-move-dialog,.partner-permission-dialog{width:min(460px,calc(100vw - 32px));overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 72px #00000047}[data-theme=dark] .partner-node-move-dialog,[data-theme=dark] .partner-permission-dialog{background:var(--panel-solid)}.partner-node-move-dialog__header,.partner-permission-dialog__header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.partner-node-move-dialog__title,.partner-permission-dialog__title{min-width:0;display:flex;align-items:center;gap:12px}.partner-node-move-dialog__icon,.partner-permission-dialog__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;color:#1687ff;background:#e8f3ff}.partner-node-move-dialog__icon .svg-icon,.partner-permission-dialog__icon .svg-icon{width:23px;height:23px}.partner-node-move-dialog__copy strong,.partner-permission-dialog__copy strong{display:block;color:var(--text);font-size:19px;font-weight:950}.partner-node-move-dialog__copy p,.partner-permission-dialog__copy p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:820}.partner-node-move-dialog__close,.partner-permission-dialog__close{width:34px;height:34px;border:0;border-radius:10px;color:#73849a;background:transparent;font-size:24px;line-height:1}.partner-node-move-dialog__close:hover,.partner-permission-dialog__close:hover{color:var(--red);background:#fff0f3}.partner-node-move-dialog__body,.partner-permission-dialog__body{display:grid;gap:16px;padding:18px 20px 20px}.partner-node-move-dialog__field{display:grid;gap:8px}.partner-node-move-dialog__label{color:#284461;font-size:13px;font-weight:950}.partner-node-move-dialog__value{min-height:44px;display:flex;align-items:center;border:1px solid #d5e4f6;border-radius:11px;padding:0 13px;color:var(--text);background:#f7fbff;font-weight:900}.partner-node-move-dialog__hint{margin:-2px 0 0;color:var(--muted);font-size:12px;font-weight:820}.partner-node-move-dialog__select{width:100%;height:44px;border:1px solid #c8dbf5;border-radius:11px;padding:0 38px 0 13px;color:var(--text);background:var(--card);outline:0;font-weight:900;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7f8da3 50%),linear-gradient(135deg,#7f8da3 50%,transparent 50%);background-position:calc(100% - 21px) 50%,calc(100% - 15px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.partner-node-move-dialog__footer,.partner-permission-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 20px 18px;border-top:1px solid var(--line);background:#fbfdff}.partner-node-move-dialog__btn,.partner-permission-dialog__footer-btn{min-width:92px;min-height:40px;border:0;border-radius:11px;padding:0 18px;color:#fff;background:#1687ff;font-weight:950}.partner-node-move-dialog__btn.is-ghost,.partner-permission-dialog__footer-btn.is-ghost{border:1px solid var(--line);color:var(--muted);background:var(--card)}.partner-node-move-dialog__btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.partner-permission-dialog__list{display:grid;gap:10px}.partner-permission-dialog__item{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d5e4f6;border-radius:12px;padding:0 14px;background:#f8fbff}.partner-permission-dialog__item-copy strong{color:var(--text);font-size:14px;font-weight:950}.partner-permission-dialog__switch{width:44px;height:24px;border:0;border-radius:999px;padding:2px;background:#d8dee8}.partner-permission-dialog__switch span{width:20px;height:20px;display:block;border-radius:999px;background:#fff;box-shadow:0 2px 5px #2a405c38;transition:transform .16s ease}.partner-permission-dialog__switch.is-checked{background:#409eff}.partner-permission-dialog__switch.is-checked span{transform:translate(20px)}.column-dialog{width:min(440px,calc(100vw - 32px))}.column-dialog header,.customer-detail-dialog header{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-bottom:16px}.column-dialog header h3,.column-dialog header p,.customer-detail-dialog header h3,.customer-detail-dialog header p{margin:0}.column-dialog header h3,.customer-detail-dialog header h3{color:var(--text);font-size:19px;font-weight:900}.column-dialog header p,.customer-detail-dialog header p{margin-top:4px;color:var(--muted);font-size:13px;font-weight:800}.column-dialog-count{min-height:42px;display:flex;align-items:center;gap:4px;border:1px solid #c5dcf8;border-radius:10px;padding:0 12px;color:var(--muted);background:var(--card);font-weight:900}.column-dialog-count strong{color:#2d6df6;font-size:20px}.column-dialog-list{max-height:280px;overflow:auto;display:grid;gap:8px;margin-top:12px}.column-dialog-list label{min-height:40px;display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:0 12px;color:#2d6df6;background:var(--card);font-weight:900}.column-dialog-list input{width:15px;height:15px;accent-color:#4e9eff}.customer-page .summary-cards{margin:0 10px 12px}.customer-table table th:first-child,.customer-table table td:first-child{width:64px;text-align:center}.customer-table table th:nth-child(2),.customer-table table td:nth-child(2){width:110px;text-align:center}.customer-table table th:last-child,.customer-table table td:last-child{width:150px;text-align:center}.customer-title-btn{color:#245cae;text-align:left}.customer-detail-dialog{width:min(650px,calc(100vw - 32px))}.customer-detail-dialog article{border:1px solid var(--line);border-radius:12px;padding:13px;margin:10px 0;background:var(--card)}.customer-detail-dialog article strong{display:block;margin-bottom:6px;color:var(--text);font-size:13px;font-weight:900}.customer-detail-dialog article p{margin:0;color:var(--muted);font-weight:800;line-height:1.55}.customer-reply-box{background:#f3f8ff}.customer-detail-dialog label{display:grid;gap:8px;margin-top:12px;color:#24476f;font-weight:900}.customer-detail-dialog textarea{min-height:120px;padding:12px;resize:vertical}.admin-support-chat-dialog{width:min(920px,calc(100vw - 38px));height:min(720px,calc(100vh - 48px));padding:0;overflow:hidden;border-radius:12px;background:#07100c}.admin-support-chat-dialog .modal-close{display:none}.admin-support-chat{display:grid;grid-template-rows:76px 1fr auto;height:100%;min-width:0;background:radial-gradient(circle at 50% 50%,rgba(40,168,255,.15),transparent 34%),#07100c;color:#9ba2ad}.admin-support-chat header{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.06);padding:0 22px}.admin-support-chat header>button:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#ffffff0f;color:#28a8ff;font-size:18px;font-weight:950}.admin-support-chat header strong,.admin-support-chat header span{display:block}.admin-support-chat header strong{color:#fff;font-size:15px;font-weight:950}.admin-support-chat header span{margin-top:4px;color:#28a8ff;font-size:12px;font-weight:900}.admin-support-chat-body{padding:24px;overflow-y:auto}.admin-support-message{display:grid;align-items:start;gap:10px;margin-bottom:12px}.admin-support-message.user{grid-template-columns:38px minmax(0,max-content);justify-content:start}.admin-support-message.admin{grid-template-columns:minmax(0,max-content);justify-content:end}.admin-support-message span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#151719;color:#28a8ff;font-size:11px;font-weight:950}.admin-support-message.admin span{display:none}.admin-support-message p{max-width:560px;margin:0;border-radius:10px;background:#202124;color:#dbe3ef;padding:12px 14px;font-size:13px;font-weight:750;line-height:1.6}.admin-support-message.admin p{background:#28a8ff;color:#06111f}.admin-support-empty{display:grid;place-items:center;min-height:220px;color:#8d94a0;font-size:13px;font-weight:850}.admin-support-chat-input{display:grid;grid-template-columns:1fr 76px;gap:10px;padding:14px 18px;border-top:1px solid rgba(255,255,255,.06);background:#101214}.admin-support-chat-input textarea{width:100%;height:42px;box-sizing:border-box;min-height:42px;max-height:120px;resize:none;overflow-y:auto;border:0;outline:0;border-radius:8px;background:#202124;color:#dbe3ef;padding:12px 14px;font-size:13px;font-weight:750}.admin-support-chat-input textarea:disabled{color:#8d94a0;opacity:1}.admin-support-chat-input button{display:grid;place-items:center;height:42px;border-radius:8px;background:#28a8ff;color:#06111f;font-size:13px;font-weight:950}.admin-support-chat-input button:disabled{opacity:.45}.is-filtered-out,.hidden-column{display:none!important}.game-group-page .page-actions{gap:10px}.info-card{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;padding:16px;background:var(--card);color:var(--muted)}.info-card strong{display:block;color:var(--text);margin-bottom:5px}.group-list{display:grid;gap:0;border-top:1px solid var(--soft-line);overflow:visible}.group-row{position:relative;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--soft-line);padding:0 16px;overflow:visible}.group-name,.group-actions{display:inline-flex;align-items:center;gap:12px}.group-name i{width:12px;height:12px;border-radius:999px;background:#18a968}.group-name i.is-off{background:#a9b8ca}.text-action,.icon-action{border:0;background:transparent;color:#245cae;font-weight:900}.icon-action{width:30px;height:30px;border-radius:8px;color:#60748f}.icon-action:hover{background:#e7f2ff}.icon-action.danger{color:#e25265}.tooltip-action{position:relative;overflow:visible}.tooltip-action:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 7px);z-index:40;min-width:max-content;padding:7px 9px;border-radius:8px;color:#fff;background:#0f172a;font-size:12px;font-weight:850;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-4px);transition:opacity .15s ease,transform .15s ease}.tooltip-action:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.game-group-action-dialog{position:relative;width:min(560px,calc(100vw - 32px));padding:22px 16px 16px;border-radius:8px;background:#fff;box-shadow:0 24px 70px #00000042}[data-theme=dark] .game-group-action-dialog{background:var(--panel-solid)}.game-group-action-dialog h3{margin:0 34px 6px 0;color:var(--text);font-size:19px;font-weight:900}.game-group-action-dialog p{margin:0 0 14px;color:var(--muted);font-weight:800}.game-group-limits{grid-template-columns:1fr 1fr;margin:14px 0}.game-group-action-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.betting-detail-dialog{width:min(560px,calc(100vw - 32px))}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.detail-grid div{border:1px solid var(--line);border-radius:9px;padding:10px 12px;background:var(--card)}.detail-grid span,.detail-grid strong{display:block}.detail-grid span{color:var(--muted);font-size:12px;font-weight:850}.detail-grid strong{margin-top:4px;color:var(--text);font-weight:950}.memo-page .page-actions{gap:10px}.disabled-action:disabled{opacity:.45;cursor:not-allowed}.disabled-action:disabled:hover{cursor:not-allowed}.disabled-action:disabled:hover:after{content:"⊘";margin-left:6px;color:#e25265}.memo-send-dialog{position:relative;width:min(860px,calc(100vw - 36px));min-height:720px;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 24px 72px #00000042}[data-theme=dark] .memo-send-dialog{background:var(--panel-solid)}.memo-send-dialog header{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:24px;background:#f4f7fb}.memo-send-dialog h3,.memo-send-dialog p{margin:0}.memo-send-dialog h3{font-size:22px;font-weight:900}.memo-send-dialog p{margin-top:6px;color:var(--muted);font-weight:800}.memo-send-body{display:grid;grid-template-columns:1fr 310px;min-height:550px}.memo-send-body>section{padding:24px}.memo-send-body h4{margin:0 0 14px;border-bottom:1px solid var(--line);padding-bottom:12px;font-size:16px;font-weight:950}.recipient-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.recipient-cards button{min-height:162px;display:grid;align-content:center;justify-items:start;gap:12px;border:1px solid var(--line);border-radius:16px;padding:18px;color:var(--text);background:var(--card);text-align:left}.recipient-cards button.active{border-color:#8cc4ff;background:#e8f3ff;box-shadow:inset 0 0 0 1px #b9d8ff}.recipient-cards .svg-icon{width:20px;height:20px}.recipient-cards strong{font-size:15px}.recipient-cards b{color:#2d6df6;font-size:26px}.memo-send-body label{display:grid;gap:10px;color:var(--muted);font-weight:900}.memo-send-body textarea{min-height:180px;border:1px solid var(--line);border-radius:16px;padding:14px;resize:vertical;outline:0;color:var(--text);background:var(--card)}.memo-send-body aside{display:grid;grid-template-rows:auto auto 1fr;background:#f4f7fb}.memo-send-body aside strong{padding:22px 22px 6px;color:#286dff;font-size:18px}.memo-send-body aside button{width:fit-content;margin-left:22px;border:0;color:#286dff;background:transparent;font-weight:900}.memo-send-body aside div{display:grid;place-items:center;color:var(--muted)}.memo-template-list{align-content:start;justify-items:stretch!important;gap:8px;padding:18px 22px}.memo-template-list button{width:100%!important;margin:0!important;border:1px solid #c8dbf5!important;border-radius:10px;padding:9px 10px;color:#245cae!important;background:#fff!important;text-align:left}.memo-send-dialog footer{display:flex;gap:10px;padding:16px 22px}.calendar-popover{position:absolute;z-index:45;width:322px;margin-top:42px;border:1px solid #dfe8f5;border-radius:4px;padding:18px 18px 20px;background:#fff;box-shadow:0 16px 42px #1c2d4a29}[data-theme=dark] .calendar-popover{background:var(--panel-solid)}.calendar-head{height:28px;display:grid;grid-template-columns:28px 28px 1fr 1fr 28px 28px;align-items:center;gap:4px;margin-bottom:18px;color:#344968}.calendar-head button{border:0;background:transparent;color:#556b86;font-size:18px;cursor:pointer}.calendar-head strong{text-align:center;font-size:16px;font-weight:900}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.calendar-week span{height:34px;color:#344968;font-size:13px;font-weight:800}.calendar-grid button{height:38px;border:0;border-radius:999px;color:#1f3350;background:transparent;font-weight:760;cursor:pointer}.calendar-grid button.is-outside{color:#1f3350}.calendar-grid button:hover{background:#e9f4ff}.calendar-grid button.is-selected{color:#fff;background:#2d9cff}.telegram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 18px 18px}.telegram-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--card);display:grid;gap:12px;box-shadow:0 8px 22px #52678714}.card-head{display:flex;align-items:center;justify-content:space-between}.telegram-card .card-head h3{margin:0;font-size:16px;font-weight:900}.telegram-card .badge{min-height:26px;padding:0 14px;border-radius:999px;font-size:12px}.telegram-card .check-grid{display:flex;flex-wrap:wrap;gap:10px 9px;color:#53677f;font-size:12px;font-weight:850}.telegram-card .check-grid label{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid #c8dbf5;border-radius:999px;padding:0 12px 0 10px;background:color-mix(in srgb,var(--card) 74%,#eef6ff 26%);white-space:nowrap}.telegram-card .check-grid input{width:13px;height:13px;margin:0;accent-color:#4a5562}.telegram-card input[type=text]{height:40px;border-radius:8px;padding:0 14px;font-size:14px;font-weight:800}.telegram-card .card-actions{display:flex;justify-content:flex-start;gap:8px}.telegram-card .card-actions button{min-height:40px;border-radius:8px;padding:0 17px}.toggle.off{color:#7890aa;background:#e2ebf5}.column-item{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--card)}.column-item{grid-template-columns:34px 1fr auto auto auto}.column-item.disabled{opacity:.7}.column-item small{display:block;margin:4px 0 8px;color:var(--muted)}.drag{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:var(--muted);background:var(--panel-solid)}.blocked-ip-page .page-actions{gap:8px}.blocked-ip-page .primary-btn{min-height:34px;border-radius:10px;padding:0 14px}.blocked-ip-list .list-top{min-height:58px}.blocked-ip-table table th:first-child,.blocked-ip-table table td:first-child{width:72px;text-align:center}.blocked-ip-table table th:last-child,.blocked-ip-table table td:last-child{width:120px;text-align:center}.blocked-ip-empty{border-top:1px solid var(--soft-line);border-radius:0;box-shadow:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#10182494;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-backdrop[data-member-action-backdrop]{z-index:95}.ip-block-dialog{position:relative;width:min(460px,calc(100vw - 32px));padding:22px 16px 16px;border-radius:4px;background:#fff;box-shadow:0 20px 60px #0000003d}[data-theme=dark] .ip-block-dialog{background:var(--panel-solid)}.ip-block-dialog h3{margin:0 32px 22px 0;color:var(--text);font-size:19px;font-weight:760}.ip-block-dialog>strong{display:block;color:#24476f;font-size:13px;font-weight:900}.ip-block-dialog p{margin:10px 0 18px;color:#6b7f9d;font-size:13px;font-weight:760}.modal-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border:0;color:#9aa8ba;background:transparent;font-size:22px;line-height:1}.ip-input-shell{height:34px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:6px;border:1px solid #c3d7f1;border-radius:8px;padding:0 10px;background:#eef3f9}.ip-input-shell .svg-icon{width:14px;height:14px;color:#8da5c2}.ip-input-shell input{min-width:0;height:30px;border:0;outline:0;color:var(--text);background:transparent;font-weight:800}.ip-input-shell input::placeholder{color:#8da0b8}.ip-dialog-actions{display:flex;gap:8px;margin-top:16px}.ip-dialog-actions button{min-height:34px;border-radius:8px;padding:0 14px}.site-domain-dialog{position:relative;width:min(520px,calc(100vw - 32px));padding:22px 16px 16px;border-radius:4px;background:#fff;box-shadow:0 20px 60px #0000003d}[data-theme=dark] .site-domain-dialog{background:var(--panel-solid)}.site-domain-dialog h3{margin:0 32px 22px 0;color:var(--text);font-size:19px;font-weight:760}.site-domain-dialog label{display:grid;gap:8px;margin-top:16px;color:#24476f;font-size:13px;font-weight:900}.site-domain-dialog input{height:50px;border:1px solid #c3d7f1;border-radius:12px;padding:0 12px;color:var(--text);background:var(--card);outline:0;font-weight:850}.site-domain-dialog textarea{min-height:130px;border:1px solid #c3d7f1;border-radius:12px;padding:12px;color:var(--text);background:var(--card);outline:0;resize:vertical;font-weight:850}.site-domain-actions{display:flex;gap:10px;margin-top:16px}.site-domain-actions button{min-width:120px;min-height:38px;border-radius:10px}.domain-link{color:#1687ff}.domain-switch{margin:0 auto}.domain-add-wide{width:100%;min-height:34px;border-radius:4px}.provider-pill{min-height:30px;border:1px solid var(--line);border-radius:999px;padding:0 12px;color:var(--muted);background:var(--panel-solid);font-weight:900}button.provider-pill{cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}button.provider-pill:hover,button.provider-pill:focus-visible{transform:translateY(-1px);border-color:#1687ff;color:#1687ff;outline:0}.provider-pill.active{color:#fff;border-color:#1687ff;background:#1687ff}.provider-pill.active.danger{border-color:#e84860;background:#e84860}.game-provider-kind-tabs{margin-top:-6px}.game-row{display:grid;grid-template-columns:260px 1fr;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--card)}.game-row strong,.game-row span{display:block}.game-row span{margin-top:4px;color:var(--muted)}.game-row b{color:#1687ff}.game-row.disabled{opacity:.74;background:color-mix(in srgb,var(--card) 76%,#e8edf5 24%)}.game-row.disabled b{color:#e84860}.game-provider-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.cnc-provider-row{grid-template-columns:minmax(260px,360px) 1fr;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.cnc-provider-row:hover,.cnc-provider-row:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,#1687ff 56%,var(--line));box-shadow:0 12px 28px #1687ff24;outline:0}.cnc-provider-title{display:flex;align-items:center;gap:12px;min-width:0}.game-provider-logo{width:78px;height:34px;object-fit:contain;border:1px solid var(--line);border-radius:10px;padding:5px 8px;background:color-mix(in srgb,var(--panel-solid) 86%,#ffffff 14%)}.game-provider-logo.placeholder{display:inline-grid;place-items:center;color:#1687ff;font-weight:950}.game-provider-loading{min-height:260px}.cnc-game-detail-head{display:grid;grid-template-columns:1fr auto;gap:6px 14px;align-items:center}.cnc-game-detail-head>span{grid-column:1}.cnc-game-detail-actions{grid-column:2;grid-row:1 / span 2;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cnc-game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.cnc-game-card{min-width:0;border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--card);display:grid;gap:10px}.cnc-game-card.disabled{opacity:.74;background:color-mix(in srgb,var(--card) 76%,#e8edf5 24%)}.cnc-game-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;background:color-mix(in srgb,var(--panel-solid) 86%,#ffffff 14%);border:1px solid var(--soft-line)}.cnc-game-thumb.placeholder{display:grid;place-items:center;color:#1687ff;font-size:28px;font-weight:950}.cnc-game-info{min-width:0}.cnc-game-info strong,.cnc-game-info span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cnc-game-info strong{color:var(--text);font-size:14px;font-weight:900}.cnc-game-info span{margin-top:3px;color:var(--muted);font-size:12px;font-weight:780}.cnc-game-toggle{justify-self:end;min-width:92px}.game-status-tabs{margin:12px 0}.game-mix-strip{padding:12px}.game-mix-actions{display:inline-flex;align-items:center;gap:10px}.game-mix-toggle-btn{min-height:36px;border-radius:12px;padding:0 14px;color:#416386;background:#fff}.game-mix-toggle-btn b{display:inline-grid;place-items:center;min-width:38px;height:22px;margin-left:6px;border-radius:999px;color:#fff;background:#409eff;font-size:12px}.game-mix-dialog{position:relative;width:min(470px,calc(100vw - 32px));padding:22px 16px 16px;border-radius:4px;background:#fff;box-shadow:0 20px 60px #0000003d}[data-theme=dark] .game-mix-dialog{background:var(--panel-solid)}.game-mix-dialog h3{margin:0 32px 12px 0;color:var(--text);font-size:19px;font-weight:760}.game-mix-dialog p{margin:0 0 16px;color:var(--muted);font-weight:800}.game-mix-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--card)}.game-mix-row strong,.game-mix-row span{display:block}.game-mix-row span{margin-top:4px;color:var(--muted);font-size:12px}.game-mix-provider-list{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.game-mix-dialog footer{display:flex;justify-content:flex-end;gap:8px}.game-mix-dialog footer button{min-height:36px;border-radius:9px;padding:0 16px}.ticket-layout{display:grid;grid-template-columns:340px 1fr;gap:16px;margin:10px;min-height:calc(100vh - 90px)}.ticket-list,.ticket-room{border:1px solid var(--line);border-radius:18px;background:var(--panel-solid);box-shadow:var(--shadow)}.ticket-list{padding:16px;display:grid;align-content:start;gap:12px}.ticket-top{display:flex;align-items:center;gap:10px}.ticket-tabs{display:inline-flex;padding:4px;border:1px solid #b9d2f4;border-radius:999px;background:#e7f2ff;width:fit-content;flex:0 0 auto}.ticket-tabs button{height:36px;border:0;border-radius:999px;padding:0 18px;color:#416386;background:transparent;font-weight:900}.ticket-tabs button.active{color:#fff;background:#1687ff}.ticket-new{min-height:38px;padding:0 15px;white-space:nowrap}.ticket-refresh{width:36px;min-width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border-radius:12px}.ticket-list h3{margin:10px 0 0}.ticket-list h3 span{color:#1687ff}.ticket-empty{min-height:170px;display:grid;place-content:center;gap:12px;text-align:center;color:var(--muted)}.ticket-empty strong{color:var(--text)}.ticket-room{display:grid;place-items:center}.ticket-center{display:grid;justify-items:center;gap:12px;text-align:center;color:var(--muted)}.ticket-center strong{color:var(--text)}.ticket-icon{width:84px;height:84px;display:grid;place-items:center;border-radius:28px;color:#1687ff;background:#cfefff;font-size:34px;box-shadow:0 24px 60px #1687ff38}.ticket-thread-list{display:grid;gap:10px;max-height:calc(100vh - 250px);overflow:auto;padding-right:2px}.ticket-thread{width:100%;display:grid;gap:6px;border:1px solid var(--line);border-radius:14px;padding:12px 13px;color:var(--text);background:var(--card);text-align:left}.ticket-thread:hover,.ticket-thread.active{border-color:#1687ff;background:#edf6ff}.ticket-thread strong{font-size:14px;font-weight:950}.ticket-thread span{color:var(--muted);font-size:12px;font-weight:780}.ticket-thread em{width:fit-content;border-radius:999px;padding:3px 8px;color:#1687ff;background:#ddecff;font-size:11px;font-style:normal;font-weight:950}.ticket-detail{width:100%;height:100%;display:grid;grid-template-rows:auto 1fr auto}.ticket-detail header{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.ticket-detail header strong,.ticket-detail header span{display:block}.ticket-detail header strong{font-size:17px;font-weight:950}.ticket-detail header span{margin-top:5px;color:var(--muted);font-size:12px;font-weight:800}.ticket-detail header em{border-radius:999px;padding:6px 11px;font-style:normal;font-weight:950}.ticket-detail header em.open{color:#1687ff;background:#ddecff}.ticket-detail header em.closed{color:#7b8796;background:#eef2f7}.ticket-detail article{padding:22px 24px;color:var(--text);line-height:1.7}.ticket-detail .ticket-reply{margin:0 20px 14px;border:1px solid #c8dbf5;border-radius:12px;background:#f4f9ff}.ticket-reply strong{display:block;color:#245cae;font-size:13px;font-weight:900}.ticket-reply span{display:block;margin-top:8px;color:var(--muted);font-size:12px;font-weight:800}.ticket-image-chip{width:fit-content;display:inline-flex;align-items:center;gap:7px;margin-top:18px;border:1px solid #b9d2f4;border-radius:12px;padding:8px 10px;color:#1687ff;background:#edf6ff;font-weight:900}.ticket-image-chip .svg-icon{width:15px;height:15px}.ticket-detail footer{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 16px;border-top:1px solid var(--line)}.ticket-detail footer input{min-width:0;height:38px;border:1px solid #c3d7f1;border-radius:10px;padding:0 12px;color:var(--text);background:var(--card);outline:0;font-weight:800}.ticket-detail footer button:disabled,.ticket-detail footer input:disabled{opacity:.55;cursor:not-allowed}.ticket-create-dialog{position:relative;width:min(720px,calc(100vw - 36px));border-radius:10px;background:#fff;box-shadow:0 24px 70px #00000042;overflow:hidden}[data-theme=dark] .ticket-create-dialog{background:var(--panel-solid)}.ticket-create-dialog>header{display:grid;grid-template-columns:44px 1fr 28px;align-items:center;gap:12px;padding:20px 22px 16px;border-bottom:1px solid var(--line)}.ticket-create-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#1687ff;background:#e7f2ff}.ticket-create-icon .svg-icon{width:20px;height:20px}.ticket-create-dialog h2,.ticket-create-dialog h3,.ticket-create-dialog p{margin:0}.ticket-create-dialog h2{font-size:20px;font-weight:950}.ticket-create-dialog p{margin-top:4px;color:var(--muted);font-size:13px;font-weight:780}.ticket-create-body{display:grid;gap:14px;padding:18px 22px 20px}.ticket-create-body h3{font-size:15px;font-weight:950}.ticket-field{display:grid;gap:8px;color:var(--text);font-weight:900}.ticket-field>span{font-size:13px}.ticket-field input[type=text],.ticket-field select,.ticket-field textarea{width:100%;border:1px solid #c3d7f1;border-radius:9px;color:var(--text);background:var(--card);outline:0;font-weight:800}.ticket-field input[type=text],.ticket-field select{height:38px;padding:0 11px}.ticket-field textarea{min-height:138px;resize:vertical;padding:11px;line-height:1.55}.input-count-wrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.input-count-wrap small{color:var(--muted);font-weight:850;white-space:nowrap}.ticket-file-btn{width:fit-content;min-height:36px;display:inline-flex;align-items:center;gap:7px;border:1px solid #b9d2f4;border-radius:9px;padding:0 12px;color:#1687ff;background:#edf6ff;cursor:pointer;font-weight:950}.ticket-file-btn input{display:none}.ticket-file-btn .svg-icon{width:15px;height:15px}[data-ticket-file-name]{color:var(--muted);font-size:12px;font-style:normal;font-weight:850}.ticket-create-dialog>footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:14px 22px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:820}.ticket-create-dialog>footer button{min-height:36px;border-radius:9px;padding:0 16px}.floating-menu,.search-pop,.sound-pop{position:fixed;z-index:30;border:1px solid var(--line);border-radius:18px;background:var(--panel-solid);box-shadow:0 22px 60px #52678747}.language-pop{top:92px;right:126px;width:210px;overflow:hidden}.language-item{display:grid;grid-template-columns:32px 1fr 24px;align-items:center;min-height:52px;padding:0 18px;border:0;width:100%;color:var(--text);background:transparent;text-align:left;font-weight:900}.language-item.active{color:#1687ff;background:#e1f0ff}.language-item small{color:var(--muted);font-weight:800}.search-pop{top:92px;right:170px;width:350px;padding:12px}.search-pop input{width:100%;height:46px;border:1px solid #b8d2f4;border-radius:14px;padding:0 14px;background:var(--card);color:var(--text);outline:none}.search-hint{display:flex;justify-content:space-between;margin:12px 2px;color:var(--muted);font-size:12px}.search-list{display:grid;gap:8px;max-height:440px;overflow:auto}.search-result{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;min-height:64px;border:1px solid #c7dbf7;border-radius:14px;padding:10px 12px;background:var(--card)}.search-result:hover{border-color:#1687ff;background:#e7f2ff}.search-result i{width:44px;height:44px;display:grid;place-items:center;border-radius:999px;color:#4f7fd1;background:#dceaff;font-style:normal;font-size:12px;font-weight:900}.search-result.member-result{border-color:#8ebcff;background:#edf6ff}.search-result.member-result i{color:#1687ff;background:#dbeaff}.search-result strong{display:block}.search-result span{color:var(--muted);font-size:12px}.search-empty{min-height:112px;display:grid;place-content:center;gap:8px;border:1px dashed #c7dbf7;border-radius:14px;color:var(--muted);text-align:center;background:var(--card)}.search-empty strong{color:var(--text)}.sound-pop{top:92px;right:118px;width:420px;max-height:654px;overflow:hidden;border-radius:22px}.sound-settings-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;max-height:654px;background:var(--panel-solid)}.sound-settings-panel__header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px 18px}.sound-settings-panel__header h3{margin:0;font-size:22px;font-weight:950}.sound-settings-panel__header p{margin:6px 0 0;color:var(--muted);font-weight:800}.sound-switch{width:43px;height:24px;display:inline-flex;align-items:center;justify-content:flex-end;gap:2px;border:0;border-radius:999px;padding:0 3px 0 7px;color:#fff;background:#26c6f2;font-size:12px;font-weight:900}.sound-switch:not(.is-checked){justify-content:flex-start;color:#7890aa;background:#dce6f2}.sound-switch i{width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 2px 5px #26466433}.sound-switch.small{width:38px;padding:0 3px}.sound-switch.small span{display:none}.sound-settings-tabs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sound-settings-tab{height:50px;border:0;color:var(--muted);background:transparent;font-weight:950}.sound-settings-tab.is-active{color:#1687ff;box-shadow:inset 0 0 0 2px #1687ff}.sound-settings-scroll{max-height:506px;overflow-y:auto;padding:16px 20px}.sound-body{display:grid;gap:12px}.sound-card,.sound-repeat-card,.sound-scene-item{border:1px solid #b9d2f4;border-radius:14px;background:var(--panel-solid)}.sound-card{padding:12px}.sound-card h3{margin:0 0 4px;font-size:16px}.sound-card p{margin:0 0 10px;color:var(--muted);font-weight:750}.sound-actions{float:right;display:flex;gap:8px}.sound-actions button{min-height:34px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:12px;padding:0 12px;color:#1687ff;background:#e7f2ff;font-weight:900}.sound-actions .svg-icon,.sound-scene-item__preview .svg-icon{width:14px;height:14px}.sound-select{clear:both;width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:10px;padding:0 30px 0 12px;color:var(--muted);background:var(--panel-solid);text-align:left}.sound-option-list{position:relative;z-index:2;display:grid;gap:4px;margin:6px 0 8px;padding:6px;border:1px solid var(--line);border-radius:10px;background:var(--panel-solid);box-shadow:0 12px 26px #52678729}.sound-option-list button{min-height:34px;border:0;border-radius:8px;padding:0 10px;color:var(--muted);background:transparent;text-align:left;font-size:12px;font-weight:850}.sound-option-list button:hover,.sound-option-list button.active{color:#1687ff;background:#e7f2ff}.sound-file{display:flex;justify-content:space-between;gap:8px}.sound-file b{color:#17a65d;font-weight:900}.sound-volume-label,.sound-settings-scene-volume__head{display:flex;justify-content:space-between;align-items:center;margin:10px 0 8px}.sound-slider{position:relative;height:20px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.sound-slider:before{content:"";position:absolute;left:0;right:0;top:8px;height:5px;border-radius:999px;background:#dce8f8}.sound-slider span{position:absolute;left:0;top:8px;height:5px;border-radius:999px;background:linear-gradient(90deg,#22c8ef,#b132ff,#247cff);transition:width .08s ease}.sound-slider i{position:absolute;top:3px;width:15px;height:15px;border:2px solid #4f91ff;border-radius:999px;background:#fff;transform:translate(-50%);transition:left .08s ease}.sound-settings-scene-head{display:grid;gap:12px}.sound-settings-scene-volume{padding:2px 0 4px}.sound-repeat-card{padding:12px}.sound-repeat-card__head,.sound-repeat-card__title,.sound-repeat-card__interval{display:flex;align-items:center}.sound-repeat-card__head{justify-content:space-between}.sound-repeat-card__title{gap:8px}.sound-repeat-card__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:#1687ff;background:#e8f2ff}.sound-repeat-card p{margin:8px 0 12px;color:var(--muted)}.sound-repeat-card__interval{gap:10px}.sound-repeat-card__interval-slider{flex:1}.sound-repeat-card__interval-label,.sound-repeat-card__interval-value{color:var(--muted);font-weight:900;white-space:nowrap}.sound-settings-scene-copy{margin:14px 0 10px;color:var(--muted);font-weight:850}.sound-scene-list{display:grid;gap:10px}.sound-scene-item{min-height:64px;display:grid;grid-template-columns:28px 1fr 34px 40px;align-items:center;gap:10px;padding:10px 12px}.sound-scene-item__icon{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;font-weight:950}.sound-scene-item__icon.is-support{color:#1687ff;background:#e8f2ff}.sound-scene-item__icon.is-finance{color:#18a45f;background:#e4f8ed}.sound-scene-item__icon.is-warning{color:#ff7d1a;background:#fff0df}.sound-scene-item__copy strong,.sound-scene-item__copy span{display:block}.sound-scene-item__copy span{margin-top:3px;color:var(--muted);font-size:12px;font-weight:800}.sound-scene-item__preview{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:12px;color:#1687ff;background:#e7f2ff}.sound-settings-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-top:1px solid var(--line);color:var(--muted)}.sound-settings-footer button{min-height:36px;border:0;border-radius:12px;padding:0 20px;background:var(--card-strong);color:var(--text);font-weight:900}.sound-settings-upload-input{display:none}.notice-toast{position:fixed;top:24px;left:50%;z-index:40;width:330px;padding:18px 18px 18px 22px;border:1px solid var(--line);border-left:5px solid var(--green);border-radius:18px;background:var(--panel-solid);box-shadow:0 22px 60px #52678747;transform:translate(-50%)}.notice-toast strong{display:block;margin-bottom:4px;font-size:16px}.notice-toast span{color:var(--muted)}@media (max-width: 1200px){.dashboard-view{height:auto;min-height:100vh;grid-template-columns:1fr;overflow:visible}.sidebar{position:static;height:auto;min-height:auto;overflow:visible}.sidebar-scroll{overflow:visible}.dashboard-main{height:auto;overflow:visible}.topbar{height:auto;min-height:70px;flex-wrap:wrap;padding:12px 16px}.realtime-strip{order:3;width:100%;overflow-x:auto;padding-bottom:2px}.realtime-card{min-width:112px}.partner-child-create-dialog__grid.is-account,.partner-child-create-dialog__grid.is-settings{grid-template-columns:1fr}.partner-child-create-dialog__footer{align-items:stretch;flex-direction:column}.partner-child-create-dialog__actions{justify-content:flex-end}.nav{overflow:visible}.dashboard-grid{grid-template-columns:1fr}.request-panel{margin-right:10px}.summary-cards{grid-template-columns:repeat(2,1fr)}.stat-grid,.telegram-grid,.game-row,.ticket-layout,.split-list,.option-grid,.form-two,.form-three{grid-template-columns:1fr}.game-provider-list{justify-content:flex-start}.search-pop,.sound-pop,.language-pop{right:16px}}.member-inline-tree-table{width:100%;border-collapse:collapse;table-layout:auto}.member-inline-tree-table th,.member-inline-tree-table td{border-bottom:1px solid var(--border-subtle, #e5e7eb);padding:9px 10px;vertical-align:middle;white-space:nowrap}.member-inline-tree-table th{background:var(--table-head-bg, #f8fafc);color:var(--text-muted, #64748b);font-size:12px;font-weight:700}.member-inline-tree-table .is-right{text-align:right}.member-inline-tree-table .partner-cell{padding-left:var(--partner-indent, 0px)}.partner-expand-indicator{width:24px;height:24px;min-width:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;color:inherit;line-height:1;cursor:pointer}.partner-expand-indicator span{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;line-height:16px}.partner-expand-indicator:disabled{cursor:default;opacity:.28}.member-table--member-tree .is-member-row{background:#0f172a04}.member-table--member-tree .is-member-row .partner-level-badge{background:#eef6ff;color:#2563eb}.member-tree-node-wrap{display:block}.member-tree-node-wrap .member-tree-node{width:100%;min-height:34px;padding-left:calc(10px + var(--tree-indent, 0px));display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;text-align:left}.member-tree-node-wrap .member-tree-node:disabled{cursor:default;opacity:1}.member-tree-node-wrap .member-tree-node span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.partner-expand-indicator span,.member-tree-node-wrap .member-tree-node>span,.settlement-tree-row .tree-toggle{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;line-height:18px;font-size:12px;transform:translateY(0)}.member-tree-node-wrap .member-tree-node strong{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis}.member-tree-node-wrap .member-tree-node small{color:var(--text-muted, #64748b);font-size:11px}.member-tree-node-wrap .tree-badge{min-width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5;font-style:normal;font-size:12px;font-weight:800}
