@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{color:#171717;background:#f4f3f0;--admin-bg: #f4f3f0;--admin-panel: #ffffff;--admin-panel-soft: #faf8f2;--admin-border: #ded8c8;--admin-border-strong: #c8b27a;--admin-text: #171717;--admin-muted: #645f55;--admin-sidebar: #15120d;--admin-sidebar-soft: #211b12;--admin-gold: #d99a22;--admin-gold-dark: #a7650d;--admin-gold-soft: #fff4cf;--admin-success: #1f6f61;--admin-danger: #9b2f27;--admin-body-size: 13px;--admin-title-size: 20px;--admin-section-title-size: 13px;--admin-card-title-size: 13px;--admin-label-weight: 700;--admin-value-size: 13px;--admin-value-weight: 400;--admin-font-family: "Kanit", "Noto Sans Myanmar", "Noto Sans SC", "Noto Sans Thai", Arial, sans-serif;font-family:var(--admin-font-family);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:var(--admin-bg);font-family:var(--admin-font-family);font-size:var(--admin-body-size);font-weight:400}button,input,select,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;border:1px solid var(--admin-gold-dark);border-radius:6px;padding:0 11px;color:#211400;background:linear-gradient(180deg,#f7c86b,var(--admin-gold));cursor:pointer;font-weight:var(--admin-label-weight)}button:hover{background:linear-gradient(180deg,#ffd47b,#c98214)}.danger-button{border-color:#c55e52;color:#9b2f27;background:#fff4f2}.danger-button:hover{border-color:#9b2f27;color:#6f1d18;background:#ffe6e1}button:disabled{cursor:not-allowed;opacity:.72}button.secondary,.compact-button.secondary{border-color:var(--admin-border);color:#2f2516;background:#fff}button.secondary:hover,.compact-button.secondary:hover{border-color:var(--admin-gold);background:var(--admin-gold-soft)}input,select,textarea{width:100%;min-height:32px;border:1px solid #d2cab7;border-radius:6px;padding:5px 9px;color:var(--admin-text);background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid rgba(217,154,34,.24);border-color:var(--admin-gold)}textarea{min-height:74px;resize:vertical}label{display:grid;gap:5px;color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}table{width:100%;border-collapse:collapse;min-width:760px;font-size:var(--admin-body-size)}th,td{border-bottom:1px solid #e7e0d2;padding:6px 8px;text-align:left;vertical-align:top;overflow-wrap:anywhere}th{color:#5d5140;background:#faf6ea;font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}td{font-weight:400}td strong{font-size:inherit;font-weight:500}pre{max-height:520px;overflow:auto;border:1px solid var(--admin-border);border-radius:6px;margin:0;padding:12px;background:#fffdf8;color:#2f2516;font-size:12px;line-height:1.55}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.login-panel{display:grid;width:min(420px,100%);gap:18px;border:1px solid var(--admin-border);border-radius:8px;padding:28px;background:#fff;box-shadow:0 18px 60px #271e0e1f}.login-language-row{display:flex;justify-content:flex-end}.login-panel h1{margin:4px 0 0;font-size:22px;letter-spacing:0}.hint-text{margin:8px 0 0;color:var(--admin-muted);font-size:13px;line-height:1.5}.eyebrow{margin:0;color:var(--admin-gold-dark);font-size:12px;font-weight:var(--admin-label-weight);text-transform:uppercase}.checkbox-row{display:flex;align-items:center;gap:10px;color:#2f2516;font-weight:500}.checkbox-row input{width:16px;min-height:16px}.mode-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--admin-border);border-radius:6px;padding:3px;background:#f6efe1}.mode-switch button{border-color:transparent;color:#6b5a3c;background:transparent}.mode-switch button.active{color:#211400;background:linear-gradient(180deg,#f7c86b,var(--admin-gold))}.mode-switch button:not(.active):hover{color:#2f2516;background:#fff}.form-error{border:1px solid #e3b4ad;border-radius:6px;margin:0;padding:9px 10px;color:#9b2f27;background:#fff4f2;font-size:13px}.app-shell{display:grid;min-height:100vh;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;gap:12px;border-right:1px solid #2f2516;padding:18px 14px;background:linear-gradient(180deg,rgba(217,154,34,.08),transparent 180px),var(--admin-sidebar);color:#f8ecd2}.brand{display:grid;gap:2px;border-bottom:1px solid rgba(217,154,34,.26);padding:4px 4px 16px}.brand span{color:#f2c766;font-size:20px;font-weight:800}.brand small{color:#b9aa8d;font-weight:500}nav{display:grid;gap:12px}nav a{display:flex;align-items:center;gap:9px;border-left:3px solid transparent;border-radius:6px;padding:8px 10px;color:#ddd1bb;text-decoration:none;font-size:13px;font-weight:700}.nav-submenu{display:grid;gap:4px}.nav-submenu summary{display:flex;align-items:center;gap:9px;border-left:3px solid transparent;border-radius:6px;padding:8px 10px;color:#ddd1bb;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.nav-submenu summary::-webkit-details-marker{display:none}.nav-submenu summary:after{content:"▾";margin-left:auto;color:#b79b57;font-size:11px;transition:transform .15s ease}.nav-submenu:not([open]) summary:after{transform:rotate(-90deg)}.nav-submenu summary:hover,.nav-submenu summary.active{border-left-color:var(--admin-gold);background:linear-gradient(90deg,#d99a2238,#d99a220f);color:#fff4cf}.nav-submenu-items{display:grid;gap:3px;margin-left:24px;padding-left:8px;border-left:1px solid rgba(217,154,34,.2)}.nav-submenu-items a{min-height:34px;padding:7px 10px;font-size:12px}.nav-icon,.button-icon,.action-icon,.summary-icon,.profile-action-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:currentColor}.nav-icon svg,.button-icon,.action-icon,.summary-icon svg,.profile-action-icon svg{width:16px;height:16px}.nav-icon{width:18px;color:#c8a65e}.button-icon,.action-icon{width:16px;height:16px}.summary-icon{width:26px;height:26px;border:1px solid rgba(217,154,34,.32);border-radius:7px;color:var(--admin-gold-dark);background:var(--admin-gold-soft)}.profile-action-icon{width:34px;height:34px;border:1px solid rgba(217,154,34,.32);border-radius:8px;color:var(--admin-gold-dark);background:var(--admin-gold-soft)}.profile-action-icon svg{width:18px;height:18px}nav a:hover,nav a.active{border-left-color:var(--admin-gold);background:linear-gradient(90deg,#d99a2238,#d99a220f);color:#fff4cf}.nav-section{display:grid;gap:5px}.nav-section>p{margin:0;padding:0 10px;color:#a69167;font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.nav-section>div{display:grid;gap:4px}.language-switcher{display:inline-flex;align-items:center;gap:8px;color:#d8c7a2;font-size:12px;font-weight:700;white-space:nowrap}.language-switcher span{text-transform:uppercase}.language-select{width:auto;min-width:112px}.sidebar .language-select{border-color:#d99a2259;background:#211b12;color:#fff4cf}.sidebar .muted{color:#c9b894}.content{min-width:0;padding:20px 24px 24px;background:var(--admin-bg)}.agent-topbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin:0 0 16px;padding:7px 10px;border:1px solid rgba(217,154,34,.3);border-radius:10px;background:linear-gradient(90deg,#2d1908f5,#1c120aeb),var(--admin-sidebar);box-shadow:0 10px 22px #2214031a;color:#fff4cf}.agent-topbar .language-switcher{max-width:190px}.agent-topbar .language-switcher span{display:none}.agent-topbar .language-select{min-width:112px;height:34px;border-color:#f2c76673;background:#fffdf8;color:#2f2516}.agent-topbar-requests{display:inline-flex;align-items:center;gap:8px;min-width:0;margin-right:auto}.agent-topbar-request-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid rgba(242,199,102,.38);border-radius:999px;padding:0 12px;color:#fff4cf;background:#462c10b8;font-size:12px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.agent-topbar-request-button svg{width:16px;height:16px}.agent-topbar-request-button.deposit{border-color:#69be6080;background:#1f5b2973}.agent-topbar-request-button.withdraw{border-color:#dd704761;background:#632d1866}.agent-topbar-request-button:not(:disabled):hover,.agent-topbar-request-button:not(:disabled):focus-visible{border-color:#f2c766;background:#5b3d14d1}.agent-topbar-request-button:disabled{cursor:not-allowed;opacity:.62}.agent-topbar-request-badge{min-width:18px;border-radius:999px;padding:3px 6px;background:#ffef9d;color:#4a2b08;font-size:10px;font-weight:800;text-align:center}.agent-topbar-balance,.agent-topbar-identity,.agent-topbar-logout{min-height:34px;border-radius:999px}.agent-topbar-balance{display:inline-flex;align-items:center;gap:8px;max-width:230px;border:1px solid rgba(242,199,102,.45);padding:4px 12px;background:#fffdf8;color:#2f2516;white-space:nowrap}.agent-topbar-balance strong{overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600}.agent-topbar-currency{border-radius:999px;padding:3px 7px;background:#5da52b;color:#fff;font-size:11px;font-weight:800}.agent-topbar-identity{display:grid;min-width:150px;max-width:260px;align-content:center;border:1px solid rgba(242,199,102,.45);padding:3px 12px;background:#fffdf8;color:#2f2516;line-height:1.1}.agent-topbar-identity strong,.agent-topbar-identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-topbar-identity strong{font-size:12px;font-weight:600}.agent-topbar-identity span{color:#7b6140;font-size:11px;font-weight:var(--admin-value-weight)}.agent-topbar-logout{border:1px solid rgba(242,199,102,.45);padding:0 17px;color:#fff4cf;background:#5a534b;font-size:12px;font-weight:700}.agent-topbar-logout:hover,.agent-topbar-logout:focus-visible{border-color:#f2c766;background:#6d6358}.page-header,.panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-header{margin-bottom:18px}.page-header h1{margin:0;color:#15120d;font-size:var(--admin-title-size);font-weight:700;letter-spacing:0}.page-header p{margin:5px 0 0;color:var(--admin-muted)}.panel{overflow:hidden;border:1px solid var(--admin-border);border-radius:8px;margin-bottom:18px;background:var(--admin-panel);box-shadow:0 10px 30px #271e0e0f}.panel>header{border-bottom:1px solid #eadfca;padding:12px 14px;background:linear-gradient(180deg,#fff,#faf8f2)}.panel h2{margin:0;color:#211b12;font-size:var(--admin-section-title-size);font-weight:700}.panel-body{max-width:calc(100% - 28px);overflow-x:auto;overscroll-behavior-x:contain;margin:14px}.panel-body>:first-child{margin-top:0}.panel-body>:last-child{margin-bottom:0}.key-value-table{min-width:360px}.key-value-table td:first-child{width:70%}.key-value-table td:last-child{min-width:88px;white-space:nowrap}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.reconciliation-metrics{grid-template-columns:repeat(4,minmax(150px,1fr))}.manual-adjustment-metrics{grid-template-columns:repeat(3,minmax(150px,1fr))}.metric{display:grid;gap:6px;align-content:start;border:1px solid var(--admin-border);border-radius:8px;min-height:96px;padding:12px;background:linear-gradient(180deg,#fff,#fffdf8)}.metric .metric-label{display:flex;align-items:center;gap:8px;color:#6b5a3c;font-size:12px;font-weight:var(--admin-label-weight);text-transform:uppercase}.metric .metric-label>span:last-child{min-width:0}.metric strong{color:#171717;overflow-wrap:anywhere;font-size:16px;font-weight:500;line-height:1.2}.metric strong.amount-positive{color:var(--admin-success)}.metric strong.amount-negative{color:var(--admin-danger)}.amount-positive{color:#2f2516}.amount-negative{color:var(--admin-danger);font-weight:600}.metric small{color:#66736d;font-size:12px;font-weight:400;min-height:16px}.compact-metrics{grid-template-columns:repeat(3,minmax(150px,1fr));margin-bottom:0}.wallet-adjustment-summary-grid{min-height:276px}.wallet-adjustments-status-slot{display:flex;min-height:22px;align-items:center;margin:0 0 12px}.panel .wallet-adjustments-status-slot{margin:10px 14px 0}.quick-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 14px}.quick-filter-bar button{background:#fff;color:#2f2516;border:1px solid var(--admin-border)}.quick-filter-bar button.active{background:#211b12;color:#fff4cf;border-color:var(--admin-gold-dark)}.row-actions{display:flex;flex-wrap:wrap;gap:8px;white-space:nowrap}.button-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.action-toolbar{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:6px;white-space:nowrap}.compact-actions{gap:6px}.icon-button{display:inline-grid;width:32px;min-width:32px;height:32px;place-items:center;padding:0;border:1px solid #d7c7a1;border-radius:8px;background:#fffaf0;color:#6f4309}.icon-button:hover,.icon-button:focus-visible{border-color:var(--admin-gold);background:var(--admin-gold-soft)}.icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.action-column{width:156px;min-width:156px;white-space:nowrap}.two-column,.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.detail-grid .panel:first-child{grid-column:1 / -1}.player-detail-hero{display:grid;border:1px solid var(--admin-border);border-radius:8px;margin-bottom:18px;padding:16px;background:#fff}.player-detail-title{display:grid;min-width:0;align-content:start;gap:8px}.player-detail-title h2{margin:0;color:#17201d;font-size:18px;font-weight:600;line-height:1.15;overflow-wrap:anywhere}.player-detail-badges{display:flex;flex-wrap:wrap;gap:6px}.player-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.summary-card-list{display:grid;gap:10px;margin:0}.summary-card-list.compact{gap:8px}.summary-field{display:grid;grid-template-columns:minmax(116px,.42fr) minmax(0,1fr);gap:12px;align-items:start}.summary-field dt{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.summary-field dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#17201d;font-size:13px;font-weight:var(--admin-value-weight)}.summary-field.subtle dd{color:var(--admin-muted);font-size:12px;font-weight:400}.wallet-detail-card{display:grid;gap:14px}.wallet-detail-card>div:first-child{display:grid;gap:4px;border:1px solid var(--admin-border);border-radius:8px;padding:12px;background:#fffdf8}.wallet-detail-card span{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight);text-transform:uppercase}.wallet-detail-card strong{color:#211b12;font-size:18px;font-weight:600;line-height:1.1;overflow-wrap:anywhere}.wallet-detail-card small{color:var(--admin-muted);font-size:12px;font-weight:400}.wallet-search-summary-card{max-width:760px}.wallet-lookup-form{grid-template-columns:minmax(180px,320px) auto auto;align-items:center}.wallet-transaction-grid{display:grid;gap:14px}.wallet-transaction-table{min-width:920px}.wallet-activity-table{min-width:760px}.wallet-transaction-table th,.wallet-transaction-table td{white-space:nowrap}.wallet-transaction-table .mono{max-width:220px;white-space:normal;overflow-wrap:anywhere}.compact-empty{margin:10px 0 0;padding:12px;border-style:dashed}.transaction-detail-list .number{text-align:left;font-variant-numeric:tabular-nums}.profile-workspace{display:grid;gap:16px}.profile-hero{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--admin-border);border-radius:8px;background:#fffdf8}.profile-hero h2{margin:4px 0;color:#211b12;overflow-wrap:anywhere;font-size:16px;font-weight:600;line-height:1.15}.profile-hero p{margin:0;color:var(--admin-muted);font-size:13px}.profile-identity-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin-top:12px}.change-password-form{display:grid;gap:12px}.change-password-grid{grid-template-columns:repeat(3,minmax(180px,1fr));margin-top:0}.change-password-modal{width:min(760px,100%)}.profile-security-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;border-bottom:1px solid var(--admin-border);padding-bottom:12px}.profile-security-action>div{display:grid;gap:3px}.profile-security-action strong{color:var(--admin-text);font-size:14px}.profile-security-action span{color:var(--admin-muted);font-size:12px}.profile-agent-card{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:14px;border:1px solid #dce3df;border-radius:8px;background:#fbfcfb}.profile-agent-card>div{display:grid;gap:3px;min-width:min(100%,220px)}.profile-agent-card strong{color:#17201d;overflow-wrap:anywhere;font-size:14px;font-weight:500}.profile-metric-grid{grid-template-columns:repeat(4,minmax(150px,1fr));margin-bottom:0}.profile-action-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px}.profile-action-card{display:flex;align-items:flex-start;gap:8px;min-height:86px;padding:12px;border:1px solid var(--admin-border);border-radius:8px;background:#fff;color:#17201d;text-decoration:none}.profile-action-card:hover{border-color:var(--admin-gold);background:#fffaf0}.profile-action-card strong{display:block;overflow-wrap:anywhere;font-size:var(--admin-card-title-size);font-weight:var(--admin-label-weight)}.profile-action-card small{display:block;margin-top:4px;color:var(--admin-muted);font-size:12px;font-weight:400;line-height:1.45}.profile-action-card.disabled{opacity:.62;cursor:not-allowed}.scoped-finance-note{border:1px solid #e4d7a7;border-radius:8px;margin:0 0 14px;padding:10px 12px;background:#fff8df;color:#70591d;font-size:13px;font-weight:500;overflow-wrap:anywhere}.filter-bar,.inline-form{display:grid;align-items:end;gap:10px;margin-bottom:16px}.filter-bar{grid-template-columns:repeat(auto-fit,minmax(138px,1fr)) minmax(108px,auto)}.filter-bar .checkbox-label{display:inline-flex;min-height:32px;align-items:center;gap:8px;color:#25332e;font-size:12px;font-weight:600}.filter-bar .checkbox-label input{width:auto}.compact-hint{margin-top:-6px;margin-bottom:12px;font-size:12px}.inline-form{grid-template-columns:minmax(220px,360px) auto;justify-content:start}.provider-edit-form,.game-create-form,.agent-edit-form,.wallet-adjustment-form,.support-controls,.reset-password-form{display:grid;gap:12px}.reset-password-form{max-width:520px;border-top:1px solid #e2e7e4;padding-top:12px}.reset-password-form h3{margin:0;font-size:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px}.form-grid .full-span{grid-column:1 / -1}.form-grid.compact{grid-template-columns:repeat(4,minmax(130px,1fr)) minmax(112px,auto);align-items:end}.checkbox-pair,.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.action-group{display:inline-flex;min-height:34px;align-items:center;justify-content:flex-end;gap:10px}.action-stack{display:grid;min-width:220px;gap:4px;justify-items:end}.maintenance-actions{justify-content:flex-start;margin-bottom:16px}.refresh-note{min-width:72px;color:#6b7872;font-size:12px;font-weight:600;text-align:right;text-transform:uppercase}.form-feedback{display:inline-flex;min-height:18px;align-items:center;margin:0}.row-feedback{min-height:16px;margin-top:4px}.success-text,.error-text{color:var(--admin-success);font-size:12px;font-weight:600}.error-text{color:#9b2f27}.number{text-align:right;font-variant-numeric:tabular-nums;font-weight:var(--admin-value-weight)}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.monospace{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.muted{color:#6b7872;font-size:12px}.stacked-cell{display:grid;gap:3px}.table-scroll{max-width:100%;overflow-x:auto;scrollbar-color:#c8b27a #f4eee1}.ops-table{min-width:760px;table-layout:auto}.ops-table th,.ops-table td{padding-top:6px;padding-bottom:6px;vertical-align:middle}.ops-table .number{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.agent-wallet-filter{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(180px,1.4fr) minmax(130px,.75fr) minmax(130px,.75fr) minmax(110px,.55fr) auto;gap:10px;align-items:end;margin-bottom:12px}.agent-wallet-filter label,.review-modal label{display:grid;gap:5px;color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.review-modal .field-label{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.agent-wallet-table{min-width:1280px}.agent-wallet-table th,.agent-wallet-table td{vertical-align:top}.bank-snapshot{display:inline-flex;align-items:center;gap:8px;min-width:0}.bank-snapshot img{width:34px;height:34px;flex:0 0 auto;object-fit:contain;border:1px solid rgba(217,154,34,.28);border-radius:7px;background:#fff8e8}.bank-account-number{display:inline-block;max-width:150px;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.slip-link-button{white-space:nowrap}.slip-preview-modal{width:min(980px,100%)}.slip-preview-layout{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(240px,.8fr);gap:16px}.slip-preview-image-frame{display:grid;min-height:280px;max-height:min(620px,calc(100vh - 220px));place-items:center;overflow:auto;border:1px solid rgba(217,154,34,.28);border-radius:8px;background:#16110a}.slip-preview-image-frame img{max-width:100%;max-height:min(600px,calc(100vh - 240px));object-fit:contain}.slip-preview-details{display:grid;align-content:start;gap:10px}.slip-detail-row{display:grid;gap:4px;padding:10px;border:1px solid rgba(217,154,34,.22);border-radius:7px;background:#fff8e8b8}.slip-detail-row span{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.slip-detail-row strong{overflow-wrap:anywhere;font-weight:var(--admin-value-weight)}.slip-open-link{display:inline-flex;justify-content:center;padding:9px 12px;border:1px solid rgba(217,154,34,.28);border-radius:7px;color:var(--admin-text);text-decoration:none}.compact-actions{flex-wrap:nowrap}.review-modal{width:min(560px,100%);display:grid;gap:14px}.review-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:2px}.review-modal header h2{margin:0 0 4px}.review-modal header p{margin:0;color:var(--admin-muted);font-size:13px}.review-modal textarea{min-height:96px;resize:vertical}.review-modal .form-actions{justify-content:flex-end;padding-top:2px}.payout-bank-picker-field{position:relative;display:grid;gap:5px}.payout-bank-picker{position:relative}.payout-bank-trigger{position:relative;width:100%;min-height:62px;justify-content:stretch;border-color:#d2cab7;padding:8px 36px 8px 10px;color:var(--admin-text);background:#fff;text-align:left}.payout-bank-trigger:hover:not(:disabled),.payout-bank-trigger:focus{border-color:var(--admin-gold);background:#fffaf0}.payout-bank-trigger.placeholder{color:var(--admin-muted)}.payout-bank-chevron{position:absolute;right:12px;color:var(--admin-gold-dark);font-size:13px}.payout-bank-options{position:absolute;z-index:65;top:calc(100% + 6px);right:0;left:0;display:grid;gap:6px;max-height:min(280px,42vh);overflow:auto;border:1px solid rgba(217,154,34,.34);border-radius:8px;padding:6px;background:#fffdf8;box-shadow:0 14px 32px #1812082e}.payout-bank-option{width:100%;min-height:58px;justify-content:stretch;border-color:#d2cab7db;padding:7px 9px;color:var(--admin-text);background:#fff;text-align:left}.payout-bank-option:hover,.payout-bank-option.highlighted{border-color:#d99a2294;background:#fff8e8}.payout-bank-option.selected{border-color:var(--admin-gold-dark);background:#fff3d4}.payout-bank-visual{display:grid;width:100%;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px}.payout-bank-logo-frame{display:grid;width:40px;height:40px;place-items:center;overflow:hidden;border:1px solid rgba(217,154,34,.34);border-radius:8px;background:#fff8e8}.payout-bank-logo-frame img{width:100%;height:100%;object-fit:contain}.payout-bank-logo-placeholder{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#61410d;background:#f4dfb2;font-weight:800}.payout-bank-copy{display:grid;min-width:0;gap:2px}.payout-bank-owner{overflow:hidden;color:var(--admin-text);font-weight:800;text-overflow:ellipsis;white-space:nowrap}.payout-bank-account,.payout-bank-bank-name,.payout-bank-balance,.payout-bank-placeholder-text{color:var(--admin-muted);font-size:12px;font-weight:700}.payout-bank-account,.payout-bank-bank-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payout-bank-balance{justify-self:end;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.bank-settings-filter{display:grid;grid-template-columns:minmax(220px,1fr) minmax(110px,140px) auto;gap:10px;align-items:end;margin-bottom:12px}.bank-settings-table{min-width:860px}.bank-accounts-table{min-width:1060px}.bank-account-name-cell{display:inline-flex;align-items:center;gap:10px;min-width:220px}.bank-account-name-cell strong{display:block;font-weight:500}.bank-account-name-cell small{display:block;color:var(--admin-muted)}.bank-settings-table th:first-child,.bank-settings-table td:first-child{width:78px;text-align:center}.bank-logo-thumb,.bank-logo-placeholder{width:50px;height:50px;flex:0 0 50px;border-radius:8px}.bank-logo-thumb{object-fit:contain;border:1px solid rgba(217,154,34,.28);background:#fff}.bank-logo-placeholder{display:inline-flex;align-items:center;justify-content:center;border:1px dashed rgba(217,154,34,.48);color:var(--admin-muted);background:#fffaf0;font-size:10px;font-weight:700;text-align:center;line-height:1.15}.bank-account-qr-thumb,.bank-account-qr-preview img{width:58px;height:58px;border-radius:8px;object-fit:contain;border:1px solid rgba(217,154,34,.28);background:#fff}.bank-account-qr-preview{display:flex;align-items:center;min-height:72px}.preview-tile{display:grid;place-items:center;width:74px;min-height:74px;border:1px solid rgba(217,154,34,.18);border-radius:8px;background:#fff}.preview-tile img{width:58px;height:58px;object-fit:contain;border-radius:8px}.media-upload-grid{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:center}.bank-logo-preview-row{display:flex;gap:10px;align-items:center;margin:12px 0;min-height:58px}.bank-option-section{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;min-height:24px}.bank-option-section strong{font-weight:600}.bank-option-status{display:flex;align-items:center;justify-content:flex-end;min-height:18px;min-width:120px}.bank-option-status .status-line{margin:0}.bank-option-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:12px 0;min-height:68px}.bank-option-button{display:flex;align-items:center;gap:10px;width:100%;min-height:68px;padding:8px;color:var(--admin-text);text-align:left;background:#fff;border:1px solid rgba(217,154,34,.28);box-shadow:none}.bank-option-button:hover,.bank-option-button:focus-visible{border-color:#a66a0a6b;background:#fffaf0}.bank-option-button.active{border-color:#2a8f567a;background:#f7fff9;box-shadow:inset 0 0 0 1px #2a8f561f}.bank-option-button strong,.bank-option-button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-option-button span{min-width:0}.bank-option-button strong{font-weight:500}.bank-option-button small{color:var(--admin-muted)}.bank-option-loading-card,.bank-option-empty-card{display:flex;grid-column:1 / -1;align-items:center;min-height:68px;padding:10px 12px;color:var(--admin-muted);background:#fffaf0;border:1px solid rgba(217,154,34,.18);border-radius:8px}.bank-settings-modal{width:min(760px,100%)}.modal-section-stack{display:grid;gap:12px}.modal-form-section{display:grid;gap:10px;border:1px solid rgba(217,154,34,.22);border-radius:8px;padding:12px;background:#fffefa}.modal-form-section h4{margin:0;color:#3c2a12;font-size:var(--admin-section-title-size);font-weight:600}.modal-form-section .hint-text{margin:0}.compact-toggle-field{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:30px}.compact-toggle-label{min-width:0;color:#3c2f20;font-size:12px;font-weight:500;overflow-wrap:anywhere}.compact-toggle{min-width:52px;min-height:26px;border-radius:999px;padding:0 10px;border-color:#b6bdb4;color:#525d54;background:#e5e8e3;box-shadow:none;font-size:11px;font-weight:800}.compact-toggle:hover,.compact-toggle:focus-visible{border-color:#9ea79d;background:#dde2db}.compact-toggle.is-on{border-color:#218650;color:#fff;background:#218650}.compact-toggle.is-on:hover,.compact-toggle.is-on:focus-visible{border-color:#1f7549;background:#1f7549}.boolean-badge{display:inline-flex;justify-content:center;min-width:44px;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap}.boolean-badge.is-on{color:#0d4f42;background:#dff2ea}.boolean-badge.is-off{color:#525d54;background:#e7e8e4}.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;color:var(--admin-muted);font-size:12px}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(140px,1fr))}.collapsible-safe-detail{border:1px solid rgba(217,154,34,.24);border-radius:8px;margin:10px 0;background:#fffdf8}.collapsible-safe-detail>summary{cursor:pointer;padding:10px 12px;color:#6f4309;font-size:12px;font-weight:700}.collapsible-safe-detail>pre,.collapsible-safe-detail>.two-column,.collapsible-safe-detail>.panel{margin:0 12px 12px}.safe-detail-list{gap:8px}.safe-detail-list dd{overflow-wrap:anywhere}.player-list-table{min-width:1180px;table-layout:fixed}.player-list-table th,.player-list-table td{vertical-align:middle}.player-list-table th:nth-child(1),.player-list-table td:nth-child(1){width:15%}.player-list-table th:nth-child(2),.player-list-table td:nth-child(2){width:17%}.player-list-table th:nth-child(3),.player-list-table td:nth-child(3){width:14%}.player-list-table th:nth-child(4),.player-list-table td:nth-child(4){width:13%}.player-list-table th:nth-child(5),.player-list-table td:nth-child(5){width:10%}.player-list-table th:nth-child(6),.player-list-table td:nth-child(6){width:12%}.player-list-table th:nth-child(7),.player-list-table td:nth-child(7){width:12%}.player-list-table th:nth-child(8),.player-list-table td:nth-child(8){width:17%}.agent-player-table{width:100%;min-width:980px;table-layout:fixed}.agent-player-table-scroll{min-height:420px;contain:layout paint}.agent-player-table th,.agent-player-table td{overflow:hidden;text-overflow:ellipsis;padding-inline:8px}.agent-player-table tbody tr{min-height:64px}.agent-player-table tbody td{height:64px}.agent-player-table .selection-column{width:44px!important;min-width:44px;text-align:center}.agent-player-table .selection-column input{width:16px;height:16px;margin:0}.agent-player-table th.agent-player-id-cell,.agent-player-table td.agent-player-id-cell{width:11%}.player-source-badge{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin-top:6px;padding:3px 7px;border:1px solid rgba(198,142,37,.22);border-radius:999px;background:#fff4d5b8;color:var(--muted);font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}.player-source-badge.source-public-signup{border-color:#2495603d;background:#e8faf0cc;color:#17734a}.player-source-badge.source-agent-backoffice{color:var(--accent-strong)}.agent-player-table th.agent-player-profile-cell,.agent-player-table td.agent-player-profile-cell{width:15%}.agent-player-table th.agent-player-bank-cell,.agent-player-table td.agent-player-bank-cell{width:17%}.agent-player-table th.agent-player-status-cell,.agent-player-table td.agent-player-status-cell{width:8%}.agent-player-table th.agent-player-wallet-cell,.agent-player-table td.agent-player-wallet-cell{width:12%;padding-right:12px}.agent-player-table th.agent-player-dates-cell,.agent-player-table td.agent-player-dates-cell{width:15%;padding-left:12px}.agent-player-table th.agent-player-actions-heading,.agent-player-table td.agent-player-actions-cell{width:19%;min-width:0}.agent-player-actions-cell{overflow:visible}.player-row-actions{justify-content:flex-start;max-width:100%;min-width:0;flex-wrap:wrap;gap:4px}.player-row-actions .mini-action{flex:0 1 auto;white-space:nowrap}.player-profile-summary-cell{display:grid;gap:3px;min-height:52px;min-width:0;font-size:12px}.player-profile-summary-cell strong{font-weight:600}.player-profile-bank-cell{display:flex;align-items:center;gap:8px;min-height:44px;min-width:0}.player-profile-bank-list{display:grid;gap:6px;min-width:150px}.player-profile-bank-cell>span{display:grid;gap:3px;min-width:0}.player-profile-bank-cell strong,.player-profile-bank-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-profile-bank-cell strong{font-weight:500}.player-profile-bank-cell small{color:var(--admin-muted);font-size:12px}.player-profile-bank-logo{width:34px;height:34px;flex:0 0 34px;object-fit:contain;border:1px solid rgba(217,154,34,.28);border-radius:7px;background:#fff}.player-profile-bank-logo-large{width:44px;height:44px;flex-basis:44px}.player-profile-bank-logo-fallback{display:inline-grid;place-items:center;color:var(--admin-muted);font-size:12px}.player-detail-bank-value{display:inline-flex;align-items:center;min-height:44px;gap:8px;min-width:0}.player-detail-bank-value>span{display:grid;gap:3px;min-width:0}.player-detail-bank-value small{color:var(--admin-muted);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.player-bank-profile-edit-list{display:grid;gap:12px;margin-top:10px}.player-bank-profile-edit-card{border:1px solid rgba(217,154,34,.28);border-radius:8px;padding:12px;background:#fffaf0}.player-kyc-upload-section{display:grid;gap:8px;margin-top:12px;border:1px solid rgba(217,154,34,.22);border-radius:8px;padding:10px;background:#fffaf0}.player-kyc-upload-section>strong{font-weight:700}.player-kyc-upload-section input[type=file]{min-height:42px;padding:8px;background:#fff}.player-kyc-upload-section small{display:block;min-height:18px;margin-top:4px;overflow-wrap:anywhere}.kyc-document-preview{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:10px;min-height:84px;margin-top:8px}.kyc-document-preview img{display:block;width:96px;height:72px;object-fit:contain;border:1px solid rgba(217,154,34,.28);border-radius:8px;background:#fff}.kyc-document-fallback{display:grid;place-items:center;width:96px;height:72px;border:1px dashed rgba(217,154,34,.36);border-radius:8px;background:#fffaf0;color:#6f6758;font-size:11px;font-weight:700;text-align:center}.kyc-document-meta{display:grid;gap:3px;min-width:0}.kyc-document-meta a{overflow-wrap:anywhere}.kyc-document-empty{display:inline-flex;align-items:center;min-height:72px;color:#6f6758}.player-list-controls{display:grid;gap:12px;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fffdf8}.player-list-controls label{min-width:0}.player-list-controls button{min-height:42px}.saved-filter-row{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,auto);gap:8px;align-items:end;border-bottom:1px solid rgba(213,195,158,.68);padding-bottom:12px}.saved-filter-row label{min-width:0}.saved-filter-row button{white-space:nowrap}.preset-overflow-menu,.player-more-filters{min-width:0}.preset-overflow-menu summary,.player-more-filters summary{display:inline-flex;min-height:42px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;padding:9px 12px;background:#fff;color:#3b3021;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.preset-overflow-menu summary::-webkit-details-marker,.player-more-filters summary::-webkit-details-marker{display:none}.preset-overflow-menu summary:after,.player-more-filters summary:after{content:"▾";color:#9f7a2a;font-size:11px;transition:transform .15s ease}.preset-overflow-menu:not([open]) summary:after,.player-more-filters:not([open]) summary:after{transform:rotate(-90deg)}.preset-overflow-menu>div{position:absolute;z-index:5;display:grid;gap:6px;min-width:190px;margin-top:6px;border:1px solid var(--line);border-radius:8px;padding:8px;background:#fffdf8;box-shadow:0 12px 24px #31251124}.preset-overflow-menu>div button{width:100%}.player-filter-main-grid,.player-filter-advanced-grid{display:grid;gap:10px;align-items:end}.player-filter-main-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.player-more-filters{border-top:1px solid rgba(213,195,158,.42);padding-top:10px}.player-more-filters summary{min-height:34px;padding:6px 10px;background:#fff8e7;font-size:12px}.player-filter-advanced-grid{grid-template-columns:repeat(3,minmax(150px,1fr));margin-top:10px}.player-filter-advanced-grid .checkbox-label{display:inline-flex;min-height:42px;align-items:center;gap:8px;color:#25332e;font-size:12px;font-weight:600}.player-filter-advanced-grid .checkbox-label input{width:auto}.player-filter-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-top:1px solid rgba(213,195,158,.68);padding-top:12px}.player-summary-counters{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:6px;margin:8px 0 10px;min-height:52px}.player-summary-counter{border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:8px 10px;min-height:52px;min-width:0}.player-summary-counter span{display:block;color:var(--muted);font-size:.68rem;font-weight:700;text-transform:uppercase}.player-summary-counter strong{display:block;margin-top:2px;font-size:.98rem;font-weight:500;color:var(--text)}.player-row-actions{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-width:0;max-width:100%}.player-row-actions .mini-action{min-height:30px;flex:0 1 auto;white-space:nowrap}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fff8e7}.bulk-action-bar.idle{background:#fffdf8}.bulk-action-bar>span{color:var(--muted);font-size:12px}.player-list-load-strip{display:flex;align-items:center;min-height:32px;margin:0 0 10px;border:1px solid transparent;border-radius:6px;padding:6px 10px;color:var(--admin-muted);font-size:12px;background:transparent}.player-list-load-strip.loading{border-color:#d99a2238;background:#fffaf0}.player-list-load-strip.error{border-color:#e3b4ad;color:#9b2f27;background:#fff4f2}.agent-player-state-row td{height:260px;color:var(--admin-muted);text-align:center}.selected-player-list{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.selected-player-list span{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--line);border-radius:6px;padding:6px 8px;background:#fffaf0;color:var(--text);font-size:12px}.compact-error{display:block;margin-top:4px;font-size:11px}.badge-row{display:flex;flex-wrap:wrap;gap:6px}.compact-check{min-height:32px}.short-number-input{width:92px;max-width:100%;text-align:right}.truncate{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.click-row{cursor:pointer}.click-row:hover{background:#fffaf0}.selected-row,.selected-row:hover{background:#fff1c7}.provider-inspection-toolbar{display:grid;gap:10px;margin-bottom:12px}.summary-strip.compact,.filter-row.compact{display:flex;flex-wrap:wrap;gap:8px;align-items:end}.summary-strip.compact span{border:1px solid #e7d8b7;border-radius:6px;background:#fffaf0;color:#4d3b21;font-size:12px;font-weight:600;padding:6px 8px}.filter-row.compact label{display:grid;gap:4px;min-width:min(240px,100%)}.advanced-diagnostics{border-top:1px solid #eadcc4;padding-top:10px}.advanced-diagnostics summary{color:#6b512c;cursor:pointer;font-size:12px;font-weight:700}.provider-catalog-table{min-width:1340px;table-layout:fixed}.provider-catalog-table th,.provider-catalog-table td,.provider-games-table th,.provider-games-table td{vertical-align:middle}.provider-catalog-table .provider-col-provider{width:210px}.provider-catalog-table .provider-col-cover{width:72px}.provider-catalog-table .provider-col-status{width:110px}.provider-catalog-table .provider-col-category{width:112px}.provider-catalog-table .provider-col-games{width:132px}.provider-catalog-table .provider-col-currency{width:88px}.provider-catalog-table .provider-col-launch,.provider-catalog-table .provider-col-verified{width:128px}.provider-catalog-table .provider-col-default{width:150px}.provider-catalog-table .provider-col-action{width:64px}.provider-action-cell{width:64px;text-align:center}.provider-game-counts{display:inline-block;font-variant-numeric:tabular-nums;font-weight:750;white-space:nowrap}.provider-table-cover-button{display:inline-flex;width:52px;min-width:52px;height:67px;min-height:67px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(217,154,34,.38);border-radius:6px;padding:0;background:#21190d;box-shadow:none}.provider-table-cover-button:hover,.provider-table-cover-button:focus-visible{border-color:#b8790d;box-shadow:0 0 0 3px #d99a222e}.provider-table-cover-button:active{transform:scale(.97)}.provider-table-cover-image,.provider-table-cover-fallback{width:100%;height:100%;aspect-ratio:86 / 111}.provider-table-cover-image{display:block;object-fit:cover}.provider-table-cover-fallback{display:grid;place-items:center;padding:4px;color:#ffd66d;background:radial-gradient(circle at 50% 35%,rgba(255,216,117,.2),transparent 48%),#171108;font-size:12px;font-weight:850;letter-spacing:0;text-align:center}.provider-action-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;min-height:34px;border-color:#d99a2275;padding:0;color:#72500d;background:#fffaf0}.provider-action-trigger:hover,.provider-action-trigger:focus-visible,.provider-action-trigger[aria-expanded=true]{border-color:#b8790d;color:#2e2108;background:#ffe7a8;box-shadow:0 0 0 3px #d99a222e}.provider-action-trigger:active{transform:scale(.96)}.provider-action-menu{position:fixed;z-index:120;display:grid;width:min(250px,calc(100vw - 16px));max-height:min(520px,calc(100dvh - 24px));overflow-y:auto;border:1px solid rgba(217,154,34,.42);border-radius:8px;padding:6px;background:#fffdf8;box-shadow:0 18px 42px #18120842}.provider-action-menu button{justify-content:flex-start;width:100%;min-height:38px;border:0;padding:8px 10px;color:#32250d;background:transparent;text-align:left}.provider-action-menu button:hover,.provider-action-menu button:focus-visible{color:#2a1b04;background:#ffedbe}.provider-action-menu button.danger{color:#9b2f20}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.provider-catalog-backdrop{z-index:80}.provider-catalog-modal{width:min(1180px,100%);max-height:min(900px,calc(100dvh - 40px));overflow:auto;border:1px solid rgba(217,154,34,.34);border-radius:10px;padding:16px;background:#fffdf8;box-shadow:0 18px 48px #18120847}.provider-catalog-modal-header{position:sticky;top:-16px;z-index:3;margin:-16px -16px 12px;border-bottom:1px solid var(--admin-border);padding:14px 16px;background:#fffdf8}.home-sections-modal{display:grid;grid-template-rows:auto auto auto auto auto minmax(220px,1fr) auto;width:min(1240px,100%);height:min(900px,calc(100dvh - 40px));overflow:hidden}.home-sections-modal .provider-catalog-modal-header p{margin:4px 0 0}.home-sections-filters{display:grid;grid-template-columns:minmax(190px,1.5fr) repeat(3,minmax(140px,1fr)) auto auto;align-items:end;gap:8px}.home-sections-filters label:not(.checkbox-label){display:grid;gap:5px;color:var(--admin-muted);font-size:12px}.home-unassigned-filter{min-height:40px;white-space:nowrap}.home-sections-toolbar,.home-sections-actions,.home-sections-pagination{display:flex;align-items:center;gap:8px}.home-sections-toolbar{flex-wrap:wrap;padding:10px 0 6px}.home-sections-toolbar strong{margin-right:auto}.home-sections-picker{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:6px;padding:8px;border:1px solid var(--admin-border);border-radius:8px;background:#faf5eb}.home-sections-picker .checkbox-label{justify-content:flex-start;min-width:0;white-space:nowrap}.home-sections-actions{flex-wrap:wrap;padding:8px 0}.home-sections-table-wrap{min-height:0;overflow:auto;border:1px solid var(--admin-border);border-radius:8px}.home-sections-table{min-width:920px}.home-sections-table th:first-child,.home-sections-table td:first-child{width:42px;text-align:center}.home-sections-table td:nth-child(2){width:64px}.home-sections-table td strong,.home-sections-table td span{display:block}.home-sections-table .disabled-row{background:#f4f1eb;color:var(--admin-muted)}.home-game-thumbnail{display:grid;width:48px;height:48px;overflow:hidden;place-items:center;border:1px solid var(--admin-border);border-radius:6px;background:#17130d}.home-game-thumbnail img{width:100%;height:100%;object-fit:contain}.home-game-thumbnail svg{width:22px;height:22px;color:var(--admin-gold)}.home-disabled-reason{margin-top:3px;color:#9b2f20;font-size:11px}.home-section-tags{display:flex;flex-wrap:wrap;gap:4px;min-width:180px}.home-sections-pagination{justify-content:center;padding-top:10px}.provider-category-cover-modal{width:min(760px,100%);max-height:min(820px,calc(100dvh - 40px));overflow:auto;border:1px solid rgba(217,154,34,.34);border-radius:10px;padding:16px;background:#fffdf8;box-shadow:0 18px 48px #18120847}.provider-category-cover-header{align-items:flex-start;margin-bottom:8px}.provider-category-cover-header p{margin:4px 0 0;color:var(--admin-muted)}.provider-cover-close{width:40px;min-width:40px;min-height:40px;padding:0}.provider-cover-close svg,.provider-category-cover-label svg{width:20px;height:20px}.provider-category-cover-list{border-top:1px solid var(--admin-border)}.provider-category-cover-row{display:grid;grid-template-columns:minmax(130px,.8fr) 86px minmax(210px,1fr);gap:16px;align-items:center;border-bottom:1px solid var(--admin-border);padding:14px 0}.provider-category-cover-label,.provider-category-cover-actions{display:flex;gap:8px;align-items:center}.provider-category-cover-label{color:#6d4808;text-transform:capitalize}.provider-category-cover-preview{display:grid;width:86px;aspect-ratio:86 / 111;place-items:center;overflow:hidden;border:1px solid rgba(217,154,34,.36);border-radius:6px;color:#ffd66d;background:#171108;font-size:11px;text-align:center}.provider-category-cover-preview img{width:100%;height:100%;object-fit:cover}.provider-cover-file-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:1px solid #a86f0a;border-radius:7px;padding:8px 12px;color:#2e2108;background:#ffe7a8;cursor:pointer;font-weight:700}.provider-cover-file-button:hover,.provider-cover-file-button:focus-within{border-color:#7b4f00;box-shadow:0 0 0 3px #d99a222e}.provider-cover-file-button.disabled{cursor:wait;opacity:.55}.provider-logo-modal{width:min(620px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;border:1px solid rgba(217,154,34,.34);border-radius:10px;padding:16px;background:#fffdf8;box-shadow:0 18px 48px #18120847}.provider-logo-modal-header{align-items:flex-start;margin-bottom:14px}.provider-logo-modal-header p{margin:4px 0 0;color:var(--admin-muted)}.provider-logo-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.provider-logo-preview{display:grid;min-width:0;height:144px;place-items:center;overflow:hidden;border:1px solid rgba(217,154,34,.34);border-radius:6px;padding:18px;text-align:center}.provider-logo-preview.dark{color:#ffd66d;background:#171108}.provider-logo-preview.light{color:#3a2209;background:#fff}.provider-logo-preview img{display:block;width:auto;max-width:80%;height:auto;max-height:100%;object-fit:contain}.provider-logo-preview span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-logo-modal-actions{display:flex;gap:10px;align-items:center;margin-top:14px}.provider-catalog-workspace{min-width:0}.provider-primary-row{background:#fffaf0}.provider-row-note{margin-top:3px;color:#8b5b06;font-size:11px;font-weight:600}.provider-summary-card{display:grid;gap:12px}.provider-summary-card>div:first-child{display:grid;gap:3px}.provider-summary-card>div:first-child strong{color:#17201d;font-size:14px;font-weight:500;overflow-wrap:anywhere}.provider-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agents-layout{align-items:start}.agent-tree-table{min-width:720px;table-layout:fixed}.agent-tree-table th:nth-child(1),.agent-tree-table td:nth-child(1){width:27%}.agent-tree-table th:nth-child(2),.agent-tree-table td:nth-child(2){width:13%}.agent-tree-table th:nth-child(3),.agent-tree-table td:nth-child(3){width:14%}.agent-tree-table th:nth-child(4),.agent-tree-table td:nth-child(4){width:16%}.agent-tree-table th:nth-child(5),.agent-tree-table td:nth-child(5),.agent-tree-table th:nth-child(6),.agent-tree-table td:nth-child(6){width:12%;min-width:86px}.agent-tree-table .action-column{width:96px;min-width:96px}.downline-filter-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(132px,.7fr) minmax(132px,.7fr) auto;gap:10px;align-items:end;margin-bottom:12px}.downline-filter-row label{display:grid;gap:5px;min-width:0;color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.downline-table{min-width:1160px;table-layout:fixed}.downline-table th,.downline-table td{width:auto;min-width:0;padding-top:6px;padding-bottom:6px;vertical-align:middle}.downline-table th:nth-child(n),.downline-table td:nth-child(n){width:auto;min-width:0}.downline-table th{white-space:nowrap}.downline-table .number{text-align:center;font-variant-numeric:tabular-nums}.downline-table .downline-col-expand{width:42px}.downline-table .downline-col-code{width:142px}.downline-table .downline-col-login{width:132px}.downline-table .downline-col-name{width:170px}.downline-table .downline-col-level{width:86px}.downline-table .downline-col-count{width:70px}.downline-table .downline-col-credit{width:138px}.downline-table .downline-col-function{width:370px}.downline-table .downline-col-status{width:100px}.downline-table .downline-col-time{width:178px}.downline-table .action-column{width:370px;min-width:370px}.downline-table .expand-column{text-align:center}.agent-balance-link,.agent-balance-readonly{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:5px;min-width:92px;max-width:132px;white-space:nowrap;font-variant-numeric:tabular-nums}.agent-balance-link{padding:3px 7px;border:1px solid rgba(197,126,22,.42);border-radius:999px;background:#fff8e5;color:#7a3f00;cursor:pointer;box-shadow:inset 0 1px #ffffffb3}.agent-balance-link:hover,.agent-balance-link:focus-visible{border-color:#b97000;background:#ffeab5;color:#4f2900}.agent-balance-link.read-only{cursor:default;opacity:.82}.agent-balance-link.read-only:hover,.agent-balance-link.read-only:focus-visible{border-color:#c57e166b;background:#fff8e5;color:#7a3f00}.agent-balance-currency{font-size:10px;font-weight:var(--admin-label-weight);color:#8a5a10}.agent-balance-amount{overflow:hidden;text-overflow:ellipsis;font-weight:500}.downline-function-actions{display:flex;flex-wrap:nowrap;gap:4px;align-items:center;white-space:nowrap}.downline-expanded-row td{background:#fffaf0;border-top:0}.downline-expanded-preview{display:grid;gap:8px;padding:4px 0}.downline-expanded-label{color:var(--admin-muted);font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.downline-expanded-list{display:flex;flex-wrap:wrap;gap:8px}.downline-expanded-item{display:inline-flex;max-width:100%;align-items:center;gap:7px;border:1px solid rgba(217,154,34,.24);border-radius:7px;background:#fff;padding:6px 8px;font-size:12px}.downline-preview-field{display:inline-flex;min-width:0;align-items:center;gap:4px}.downline-workspace{display:grid;gap:14px}.downline-code-cell{display:flex;min-width:0;align-items:flex-start;gap:7px}.downline-code-cell>div,.downline-table td:nth-child(2),.downline-table td:nth-child(3){min-width:0;overflow-wrap:anywhere}.tree-expander,.tree-expander-placeholder{flex:0 0 24px;width:24px;height:24px;min-height:24px}.tree-expander{border-color:var(--admin-border);border-radius:6px;padding:0;color:#6f4309;background:#fffaf0}.tree-expander:hover,.tree-expander:focus-visible{border-color:var(--admin-gold);background:var(--admin-gold-soft)}.tree-expander-placeholder{display:inline-block}.mini-action{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:25px;border-radius:6px;padding:4px 6px;font-size:11px;line-height:1;white-space:nowrap}.mini-action .action-icon{width:14px;height:14px}.mini-action.positive{border-color:#93c79d;color:#23713a;background:#f0fbf1}.mini-action.positive:hover,.mini-action.positive:focus-visible{border-color:#23713a;background:#e3f7e7}.mini-action.danger{border-color:#c55e52;color:#9b2f27;background:#fff4f2}.mini-action.danger:hover,.mini-action.danger:focus-visible{border-color:#9b2f27;color:#6f1d18;background:#ffe6e1}.access-status-control{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.access-state-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:26px;border:1px solid var(--admin-border);border-radius:999px;padding:4px 7px;font-size:11px;font-weight:600;line-height:1;color:var(--admin-muted);background:#f7f7f4}.access-state-pill .action-icon{width:13px;height:13px}.access-state-open{border-color:#93c79d;color:#23713a;background:#f0fbf1}.access-state-suspend{border-color:#e4a69d;color:#9b2f27;background:#fff4f2}.access-state-locked,.access-state-closed{border-color:#d6d1c7;color:#6f675b;background:#f3f0ea}.danger-mini-action{border-color:#c55e52;color:#9b2f27;background:#fff4f2}.danger-mini-action:hover,.danger-mini-action:focus-visible{border-color:#9b2f27;color:#6f1d18;background:#ffe6e1}.timestamp-stack{display:grid;gap:2px;min-width:0;color:var(--admin-muted);font-size:11px;line-height:1.25}.wrap-text{overflow-wrap:anywhere}.scroll-anchor{position:relative;top:-12px}.fund-workspace{display:grid;gap:10px}.fund-context-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;color:var(--admin-muted);font-size:12px}.fund-context-strip span{display:inline-flex;align-items:center;gap:5px;min-height:26px;border:1px solid var(--admin-border);border-radius:999px;padding:4px 9px;background:#fffdf8}.fund-context-strip strong{color:var(--admin-text);font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.compact-note{margin:2px 0 10px}.fund-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.fund-target-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr);gap:14px;align-items:start}.fund-target-layout label,.fund-transfer-form{display:grid;gap:6px}.fund-transfer-form{border:1px solid var(--admin-border);border-radius:8px;padding:12px;background:#fffdf8}.fund-transfer-form h3,.summary-section h3{margin:0 0 8px;font-size:13px}.fund-target-table{min-width:760px}.fund-report-filter-row{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(170px,1.1fr) minmax(150px,1fr) repeat(2,minmax(130px,.8fr)) auto}.fund-report-table{min-width:1120px}.fund-report-table th,.fund-report-table td{white-space:nowrap}.fund-report-table td:nth-child(10){white-space:normal;min-width:160px}.fund-report-actions{align-self:end}.fund-quick-range-row{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px;margin-top:-2px}.fund-target-table th,.fund-target-table td{vertical-align:middle}.fund-target-table .number,.agent-credit-ledger-table .number{text-align:right;font-variant-numeric:tabular-nums}.fund-mode-switch{width:100%}.agent-credit-adjust-modal{max-width:620px}.agent-credit-adjust-form{margin-top:12px}.agent-credit-adjust-form textarea{min-height:76px;resize:vertical}.sub-account-workspace{display:grid;gap:14px}.sub-account-filter-row{display:grid;grid-template-columns:minmax(220px,360px);gap:10px;margin-bottom:10px}.sub-account-filter-row label{display:grid;gap:5px;color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.sub-account-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px;margin:10px 0}.readonly-field{display:grid;gap:4px;min-width:0;border:1px solid var(--admin-border);border-radius:6px;background:var(--admin-panel-soft);padding:10px 12px}.readonly-field span{color:var(--admin-muted);font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.readonly-field strong{min-width:0;overflow-wrap:anywhere;font-size:13px;font-weight:500}.sub-account-create-modal{width:min(720px,100%)}.sub-account-manage-modal{width:min(860px,100%)}.sub-account-manage-sections{display:grid;gap:12px;margin-top:14px}.sub-account-manage-section{display:grid;gap:10px;border:1px solid var(--admin-border);border-radius:8px;padding:12px;background:#ffffff7a}.sub-account-manage-section h4{margin:0;color:var(--admin-text);font-size:14px;font-weight:var(--admin-label-weight)}.agent-row-actions{justify-content:flex-start}.agent-login-table .action-column{width:360px;min-width:360px}.sub-account-row-actions{flex-wrap:nowrap}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:#16141294}.agent-profile-modal{width:min(780px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border:1px solid rgba(217,154,34,.34);border-radius:10px;padding:16px;background:#fffdf8;box-shadow:0 18px 48px #18120847}.agent-player-detail-modal{width:min(920px,100%)}.player-kyc-edit-section{margin-top:12px}.section-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.kyc-status-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:12px;padding:4px;border:1px solid rgba(217,154,34,.26);border-radius:8px;background:#f7efe2}.kyc-status-control button{min-height:38px;border:1px solid transparent;background:transparent;color:#5e513e}.kyc-status-control button.active{border-color:#a66a0a8c;background:linear-gradient(180deg,#f7c86b,var(--admin-gold));color:#211400}.agent-player-create-modal{width:min(980px,100%)}.agent-player-create-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px}.inline-field-actions{display:grid;grid-template-columns:minmax(160px,1fr) auto auto;gap:8px}.inline-field-actions button{white-space:nowrap}.agent-player-detail-content{display:grid;gap:14px}.detail-section{display:grid;gap:8px;border-top:1px solid var(--admin-border);padding-top:12px}.detail-section:first-child{border-top:0;padding-top:0}.detail-section h4{margin:0;color:#211b12;font-size:13px;font-weight:700}.player-activity-timeline{display:grid;gap:8px;min-height:76px;margin:0;padding:0;list-style:none}.player-activity-timeline-empty{display:grid;align-items:center;min-height:76px;padding:12px;border:1px dashed var(--admin-border);border-radius:8px;background:#fffdf8}.player-activity-timeline-empty p{margin:0}.player-activity-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:10px;padding:10px;border:1px solid var(--admin-border);border-radius:8px;background:#fffdf8}.player-activity-time{color:var(--admin-muted);font-size:12px;white-space:nowrap}.player-activity-body{display:grid;gap:3px;min-width:0}.player-activity-body strong{color:#211b12;font-size:13px;font-weight:700}.player-activity-body p{margin:0;color:var(--admin-text)}.modal-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.modal-header h3{margin:0;font-size:16px;font-weight:700}.agent-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:0}.profile-value-box{display:grid;gap:5px}.profile-value-box dt{color:var(--admin-muted);font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.profile-value-box dd{min-width:0;min-height:32px;display:flex;align-items:center;margin:0;border:1px solid var(--admin-border);border-radius:6px;padding:7px 9px;background:#fff;color:#201a14;font-size:var(--admin-value-size);font-weight:var(--admin-value-weight);overflow-wrap:anywhere}.agent-permission-modal{width:min(860px,100%)}.permission-profile-grid{margin-bottom:14px}.permission-editor-section{display:grid;gap:12px;border-top:1px solid var(--admin-border);padding-top:14px}.permission-editor-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.permission-editor-heading h4{margin:0;color:#322313;font-size:13px;font-weight:700}.permission-toggle-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.permission-toggle-list>.hint-text{grid-column:1 / -1}.permission-inherited-panel{display:grid;gap:10px;border:1px solid rgba(42,143,86,.26);border-radius:8px;padding:12px;background:#f8fff9}.permission-inherited-panel p{margin:0;color:var(--admin-muted);font-size:13px}.permission-inherited-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.permission-inherited-item{display:inline-flex;min-width:0;align-items:center;gap:7px;border:1px solid rgba(42,143,86,.32);border-radius:8px;padding:7px 9px;background:#fff;color:#24352b;font-size:13px;font-weight:500}.permission-group-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.permission-group{display:grid;gap:8px;align-content:start}.permission-group h4{margin:0;color:#6d4a12;font-size:12px;font-weight:700;text-transform:uppercase}.permission-group .permission-toggle-list{grid-template-columns:1fr}.permission-toggle{min-height:38px;display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--admin-border);border-radius:8px;padding:7px 9px;background:#fff;color:#2d2923;font-size:13px;font-weight:500;text-align:left}.permission-toggle>span:first-child{min-width:0;overflow-wrap:anywhere}.permission-toggle:disabled{cursor:not-allowed;opacity:.58}.permission-toggle.is-inherited:disabled{cursor:default;opacity:1}.permission-toggle.is-on{border-color:#2a8f5673;background:#f4fff8}.permission-toggle.is-off{background:#f8f8f6}.toggle-pill{flex:0 0 auto;min-width:46px;border-radius:999px;padding:5px 8px;background:#d9ded9;color:#4f5a52;font-size:11px;font-weight:800;text-align:center}.permission-toggle.is-on .toggle-pill{background:#218650;color:#fff}.permission-modal-actions{justify-content:flex-end}.game-permission-modal{width:min(980px,100%)}.game-permission-list{display:grid;gap:8px;margin-top:12px}.game-permission-row{display:grid;grid-template-columns:56px minmax(170px,1fr) minmax(180px,230px) 112px auto;gap:10px;align-items:center;border:1px solid var(--admin-border);border-radius:8px;padding:9px;background:#fff}.game-permission-provider{display:grid;min-width:0;gap:4px}.provider-availability-logo,.provider-availability-initials,.provider-availability-name-fallback{width:46px;height:46px;border-radius:8px}.provider-availability-logo{object-fit:contain;border:1px solid rgba(217,154,34,.22);background:#fff7e4}.provider-availability-initials{display:grid;place-items:center;color:#3a2209;background:linear-gradient(180deg,#ffe59b,#d99a22);font-weight:800}.provider-availability-name-fallback{display:grid;overflow:hidden;place-items:center;padding:5px 3px;color:#3a2209;background:linear-gradient(180deg,#ffe59b,#d99a22);font-size:8px;font-weight:700;line-height:1.15;text-align:center;overflow-wrap:anywhere}.game-toggle{width:100%}.game-share-field{display:grid;gap:4px;color:var(--admin-muted);font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.provider-asset-preview{display:grid;gap:8px;margin-bottom:10px}.provider-preview-banner{width:100%;max-height:120px;object-fit:cover;border:1px solid rgba(217,154,34,.24);border-radius:8px;background:#fff7e4}.provider-preview-logo{width:92px;max-height:58px;object-fit:contain;border:1px solid rgba(217,154,34,.22);border-radius:8px;padding:6px;background:#fff}.agent-tree-table .muted{display:block}.agent-players-table{min-width:560px}.agent-login-table{min-width:920px}.agent-login-table th:nth-child(1),.agent-login-table td:nth-child(1){width:18%}.agent-login-table th:nth-child(2),.agent-login-table td:nth-child(2){width:18%}.agent-login-table th:nth-child(7),.agent-login-table td:nth-child(7){width:210px}.agent-login-actions label{display:grid;gap:4px;font-size:.78rem}.agent-login-actions input,.agent-login-actions select{min-width:0}.subsection-card{border:1px solid var(--admin-border);border-radius:8px;padding:12px;margin-top:12px;background:#fffdf8}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 12px}.check-row{align-items:center;display:flex;gap:8px;min-height:36px}.agent-players-table th:nth-child(1),.agent-players-table td:nth-child(1){width:45%}.agent-players-table th:nth-child(2),.agent-players-table td:nth-child(2){width:27%}.agent-players-table th:nth-child(3),.agent-players-table td:nth-child(3){width:28%}.agent-players-table .action-column{min-width:210px;width:210px}.agent-summary-grid{grid-template-columns:repeat(5,minmax(110px,1fr));margin-bottom:4px}.agent-report-workspace,.game-settings-workspace{display:grid;gap:16px}.agent-report-context{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:12px;border:1px solid var(--admin-border);border-radius:8px;background:#fffdf8}.agent-report-context>div{display:grid;gap:3px;min-width:min(100%,220px)}.agent-report-context strong{color:#17201d;font-size:14px;font-weight:500;overflow-wrap:anywhere}.report-filter-bar{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) minmax(150px,auto);gap:10px;align-items:end;margin:14px 0}.win-lose-filter-bar{grid-template-columns:minmax(180px,1.5fr) repeat(3,minmax(130px,1fr)) minmax(150px,auto)}.report-quick-range-row{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.report-quick-range-row .compact{min-height:32px;padding:6px 10px;font-size:12px}.game-settings-filter-row{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,auto);gap:10px;align-items:end;margin:14px 0}.report-filter-actions{justify-content:flex-start}.report-filter-actions .secondary{border-color:var(--admin-border);background:#fff;color:#2f2516}.report-metric-grid{grid-template-columns:repeat(4,minmax(150px,1fr));margin-bottom:0}.report-metric-grid .metric{min-height:92px;padding:12px}.report-metric-grid .metric strong{font-size:16px;text-align:right}.win-lose-metric-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.turnover-report-table{min-width:1180px}.win-lose-report-table{min-width:1240px}.win-lose-product-table{min-width:1420px}.turnover-report-table th,.turnover-report-table td{white-space:nowrap}.turnover-report-table td:first-child,.turnover-report-table td:nth-child(2),.turnover-report-table td:nth-child(3){white-space:normal;min-width:140px}.turnover-report-table tfoot td{border-top:2px solid rgba(217,154,34,.35);background:#fff8e6}.turnover-report-table .number{text-align:right;font-variant-numeric:tabular-nums}.report-stat-grid{grid-template-columns:repeat(5,minmax(120px,1fr));margin-bottom:0}.agent-credit-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:4px}.summary-section{display:grid;gap:8px}.summary-section h3{margin:4px 0 0;font-size:13px}.agent-summary-table{min-width:520px}.agent-credit-ledger-table{min-width:980px}.agent-game-availability-table{min-width:1120px}.agent-credit-ledger-table th:nth-child(1),.agent-credit-ledger-table td:nth-child(1){width:15%}.agent-credit-ledger-table th:nth-child(2),.agent-credit-ledger-table td:nth-child(2){width:13%}.agent-credit-ledger-table th:nth-child(3),.agent-credit-ledger-table td:nth-child(3){width:22%}.agent-credit-ledger-table th:nth-child(4),.agent-credit-ledger-table td:nth-child(4),.agent-credit-ledger-table th:nth-child(5),.agent-credit-ledger-table td:nth-child(5),.agent-credit-ledger-table th:nth-child(6),.agent-credit-ledger-table td:nth-child(6){width:11%}.agent-credit-transfer-form{border-top:1px solid var(--admin-border);margin-top:12px;padding-top:12px}.agent-player-actions{gap:10px}.agent-player-wallet-form{display:grid;gap:8px;border:1px solid var(--admin-border);border-radius:8px;padding:10px;background:#fffdf8}.agent-player-wallet-form label{display:grid;gap:4px;font-size:.78rem}.agent-player-wallet-form input{min-width:0}.agent-players-table .muted .mono{font-size:inherit}.wallet-summary-cell{display:grid;justify-items:end;min-width:0;gap:2px}.wallet-summary-cell strong{white-space:nowrap}.wallet-balance-amount{color:#1d5fd1;font-weight:700}.provider-games-table{min-width:780px;table-layout:fixed}.provider-games-table input,.provider-games-table select{min-width:0;width:100%}.provider-games-table .action-column{min-width:160px;width:160px}.provider-games-table .action-column button{width:auto;margin-right:5px}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.status-card{display:grid;gap:10px;border:1px solid var(--admin-border);border-radius:8px;padding:12px;background:#fffdf8}.status-card header{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:12px}.status-card h2{margin:0;font-size:var(--admin-section-title-size);font-weight:var(--admin-label-weight)}.status-card dl{display:grid;gap:9px;margin:0}.status-card dl div{display:flex;justify-content:space-between;gap:12px}.status-card dt{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.status-card dd{margin:0;font-size:12px;font-weight:var(--admin-value-weight);text-align:right;overflow-wrap:anywhere}.detail-list{display:grid;gap:10px;margin:0}.detail-list div{display:grid;grid-template-columns:minmax(120px,.42fr) minmax(0,1fr);gap:12px}.detail-list dt{color:var(--admin-muted);font-size:12px;font-weight:var(--admin-label-weight)}.detail-list dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#17201d;font-size:13px;font-weight:var(--admin-value-weight)}.agent-chain-list{display:grid;gap:5px;margin:0;padding-left:18px}.badge{display:inline-flex;min-width:58px;justify-content:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.badge.success{color:#0d4f42;background:#dff2ea}.badge.danger{color:var(--admin-danger);background:#fae0dd}.badge.warning,.badge.neutral{color:#6f4309;background:var(--admin-gold-soft)}.status-line{border:1px solid var(--admin-border);border-radius:6px;margin:0 0 16px;padding:10px 12px;color:var(--admin-muted);background:#fffdf8}.status-line.error{border-color:#e3b4ad;color:#9b2f27;background:#fff4f2}.toast-viewport{position:fixed;z-index:80;top:14px;right:14px;display:grid;gap:8px;width:min(360px,calc(100vw - 28px));pointer-events:none}.admin-toast{pointer-events:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid rgba(146,92,16,.28);border-left:4px solid var(--admin-accent);border-radius:8px;padding:10px 12px;background:#fffaf0;color:#2d2114;box-shadow:0 12px 30px #1e160a2e;font-size:13px;font-weight:600}.admin-toast.success{border-left-color:#218650;background:#f4fff8}.admin-toast.error{border-left-color:#b91c1c;background:#fff5f5}.admin-toast.loading{border-left-color:#d97706}.admin-toast button{min-height:24px;border:0;padding:0 4px;background:transparent;color:inherit;font-size:18px;line-height:1;box-shadow:none}.empty-state{border:1px solid var(--admin-border);border-radius:8px;padding:18px;color:var(--admin-muted);background:#fffdf8}.empty-state h2{margin:0 0 8px;color:#211b12;font-size:var(--admin-section-title-size);font-weight:var(--admin-label-weight)}.empty-state p{max-width:680px;margin:0}.permission-state{border-color:#e3b4ad;background:#fff8f6}.ghost-button,.health-pill{width:100%;border-color:#d99a2259;color:#fff4cf;background:#ffffff0a}.ghost-button{margin-top:auto}.content .ghost-button{width:auto;margin-top:0;border-color:var(--admin-border);color:#2f2516;background:#fff}.content .ghost-button:hover,.content .ghost-button:focus-visible{border-color:var(--admin-gold);color:#211400;background:var(--admin-gold-soft)}.content .compact-button.ghost-button,.content .compact-button.danger-button{min-width:0;width:auto}.health-pill{display:flex;align-items:center;justify-content:center;gap:8px}.session-card{display:grid;gap:7px;border:1px solid rgba(217,154,34,.26);border-radius:8px;padding:10px;background:#ffffff0e}.session-card span{color:#b9aa8d;font-size:11px;font-weight:var(--admin-label-weight);text-transform:uppercase}.session-card strong{overflow-wrap:anywhere;color:#fff4cf;font-size:12px;font-weight:500}.role-list{display:flex;flex-wrap:wrap;gap:5px}.sub-account-scope{display:grid;gap:3px;border-top:1px solid rgba(217,154,34,.22);padding-top:8px}.sub-account-scope small,.sub-account-scope em{color:#d5c6a8;font-size:11px;font-style:normal;font-weight:500;line-height:1.35}.sub-account-scope em{color:#f2c766}.ghost-button:hover,.health-pill:hover{border-color:#d99a2299;background:#d99a221f}.dot{width:8px;height:8px;border-radius:50%;background:#9b2f27}.dot.ok{background:var(--admin-success)}.dot.danger{background:#9b2f27}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.agent-topbar{flex-wrap:wrap}.agent-topbar-requests{flex-basis:100%;margin-right:0}.sidebar{position:static;height:auto}.language-switcher,.language-select{width:100%}.metric-grid,.two-column,.detail-grid,.player-detail-grid,.profile-action-grid,.profile-identity-grid,.downline-filter-row,.fund-summary-grid,.fund-target-layout,.report-filter-bar,.win-lose-filter-bar,.player-filter-main-grid,.player-filter-advanced-grid,.game-settings-filter-row,.sub-account-filter-row,.filter-bar,.status-grid{grid-template-columns:1fr 1fr}.player-detail-hero,.agent-player-create-grid,.inline-field-actions,.saved-filter-row,.player-activity-item{grid-template-columns:1fr}.preset-overflow-menu>div{position:static}.home-sections-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.home-sections-picker{grid-template-columns:repeat(3,minmax(130px,1fr))}}@media(max-width:640px){.content{padding:16px}.agent-topbar{justify-content:flex-start;margin-top:0;overflow-x:auto}.agent-topbar-requests{flex-wrap:nowrap}.agent-topbar-balance,.agent-topbar-identity{flex:0 0 auto}.agent-topbar .language-switcher,.agent-topbar .language-select{flex:0 0 auto;width:auto}.metric-grid,.two-column,.detail-grid,.player-detail-grid,.profile-action-grid,.profile-identity-grid,.downline-filter-row,.fund-summary-grid,.fund-target-layout,.report-filter-bar,.win-lose-filter-bar,.player-filter-main-grid,.player-filter-advanced-grid,.game-settings-filter-row,.sub-account-filter-row,.filter-bar,.status-grid,.form-grid,.media-upload-grid,.inline-form{grid-template-columns:1fr}.player-filter-actions,.saved-filter-row{align-items:stretch}.player-filter-actions button,.saved-filter-row button,.preset-overflow-menu summary{width:100%;justify-content:center}.preview-tile{width:100%}.player-detail-hero{padding:14px}.summary-field{grid-template-columns:1fr;gap:4px}.modal-backdrop{padding:12px}.provider-catalog-modal{width:100%;max-height:calc(100dvh - 24px);padding:12px}.home-sections-modal{height:calc(100dvh - 24px)}.home-sections-filters,.home-sections-picker{grid-template-columns:1fr}.home-sections-picker{max-height:150px;overflow-y:auto}.provider-category-cover-modal,.provider-logo-modal{width:100%;max-height:calc(100dvh - 24px);padding:12px}.provider-logo-preview-grid{grid-template-columns:1fr}.provider-logo-preview{height:112px}.provider-category-cover-row{grid-template-columns:86px minmax(0,1fr);gap:10px 14px}.provider-category-cover-label{grid-column:1 / -1}.provider-category-cover-actions{flex-wrap:wrap}.provider-catalog-modal-header{top:-12px;margin:-12px -12px 10px;padding:12px}.provider-row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.modal-header{align-items:stretch;flex-direction:column}.agent-profile-grid,.slip-preview-layout,.permission-toggle-list,.permission-inherited-list,.permission-group-list{grid-template-columns:1fr}.game-permission-row{grid-template-columns:46px minmax(0,1fr)}.game-permission-row .permission-toggle,.game-share-field,.game-permission-row .compact-button,.game-permission-row>.muted{grid-column:1 / -1}.permission-editor-heading,.permission-toggle{align-items:stretch;flex-direction:column}.toggle-pill{align-self:flex-start}.page-header,.panel>header{align-items:flex-start;flex-direction:column}.panel-body{max-width:calc(100% - 24px);margin:12px}}
