@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg: #f6f7f5;--surface: #ffffff;--surface-soft: #eef3ef;--text: #171b1a;--muted: #66706b;--line: #dfe4df;--primary: #168268;--primary-dark: #0f6c58;--primary-soft: #dff3ec;--danger: #c63d42;--warning: #a16207;--success: #16794f;--shadow: 0 18px 50px rgba(25, 34, 30, .08)}:root[data-theme=dark]{color-scheme:dark;--bg: #111411;--surface: #181c18;--surface-soft: #202820;--text: #eef2ed;--muted: #a5afa8;--line: #2f392f;--primary: #50c5a4;--primary-dark: #37aa8b;--primary-soft: #1f3d34;--danger: #f17277;--warning: #f4b350;--success: #5ed19c;--shadow: 0 18px 50px rgba(0, 0, 0, .32)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-family:Public Sans,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.app-shell{min-height:100vh;display:flex;flex-direction:column}.dashboard-overview-page.agents-page .agents-refresh-action{width:auto;min-width:74px}.dashboard-overview-page.agents-page .agents-summary-row{gap:8px}.dashboard-overview-page.agents-page .agents-total-chip,.dashboard-overview-page.agents-page .agents-stat-chip{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #e3e7df;border-radius:7px;color:#171717;background:linear-gradient(180deg,#fff,#fbfcfa);font-size:13px;line-height:19px;font-weight:650;box-shadow:0 1px 2px #1f2a230a;white-space:nowrap}.dashboard-overview-page.agents-page .agents-total-chip svg,.dashboard-overview-page.agents-page .agents-stat-chip svg{color:#4b554d}.dashboard-overview-page.agents-page .agents-stat-chip.online svg{color:#17623b}.dashboard-overview-page.agents-page .agents-stat-chip.warning svg{color:#795008}.dashboard-overview-page.agents-page .agents-stat-chip.fail_closed svg,.dashboard-overview-page.agents-page .agents-stat-chip.offline svg{color:#7a302f}.dashboard-overview-page.agents-page .agents-stat-chip span,.dashboard-overview-page.agents-page .agents-total-chip span{color:#737b75}.dashboard-overview-page.channels-page.agents-page .channels-table.agents-table{min-width:1088px}.dashboard-overview-page.agents-page .agents-col-node{width:160px}.dashboard-overview-page.agents-page .agents-col-status{width:210px}.dashboard-overview-page.agents-page .agents-col-version{width:112px}.dashboard-overview-page.agents-page .agents-col-config{width:220px}.dashboard-overview-page.agents-page .agents-col-queue{width:156px}.dashboard-overview-page.agents-page .agents-col-sync{width:150px}.dashboard-overview-page.agents-page .agents-col-error{width:80px}.dashboard-overview-page.agents-page .agents-table td{height:72px}.dashboard-overview-page.agents-page .agents-node-cell small,.dashboard-overview-page.agents-page .agents-status-stack small,.dashboard-overview-page.agents-page .agents-plain-cell span,.dashboard-overview-page.agents-page .agents-version-cell span,.dashboard-overview-page.agents-page .agents-queue-cell span,.dashboard-overview-page.agents-page .agents-queue-cell small,.dashboard-overview-page.agents-page .agents-error-cell span{display:block;overflow:hidden;color:#737b75;font-size:12px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.agents-page .agents-status-stack,.dashboard-overview-page.agents-page .agents-plain-cell,.dashboard-overview-page.agents-page .agents-version-cell,.dashboard-overview-page.agents-page .agents-queue-cell,.dashboard-overview-page.agents-page .agents-error-cell{display:grid;gap:4px;min-width:0}.dashboard-overview-page.agents-page .agents-status-stack{display:inline-flex;max-width:100%;align-items:center;gap:8px;white-space:nowrap}.dashboard-overview-page.agents-page .agents-ready{max-width:100%;min-height:18px;display:inline-flex;align-items:center;gap:4px;padding:0;background:transparent;color:#657064;font-size:12px;font-weight:650;line-height:16px;white-space:nowrap}.dashboard-overview-page.agents-page .agents-ready svg{flex:0 0 auto;stroke-width:2.4}.dashboard-overview-page.agents-page .agents-ready small{min-width:0;max-width:72px;display:inline;margin-left:2px;padding-left:6px;overflow:hidden;border-left:1px solid #e2e6df;color:#858f87;font-size:12px;font-weight:500;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge{min-width:0;max-width:100%;height:24px;justify-content:flex-start;gap:6px;padding:0 9px 0 8px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:750;line-height:16px;box-shadow:inset 0 -1px #ffffff8c}.dashboard-overview-page.agents-page .agents-status-badge:before{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 14%,transparent);content:""}.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.online{border-color:#cfeedd;color:#17623b;background:#eefaf3}.dashboard-overview-page.agents-page .agents-ready.ok{color:#17623b}.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.warning{border-color:#f4df9d;color:#795008;background:#fff8df}.dashboard-overview-page.agents-page .agents-ready.muted{color:#795008}.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.fail_closed,.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.offline{border-color:#f5cfd0;color:#7a302f;background:#fff0ef}.dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.unknown{border-color:#e1e4df;color:#5f6760;background:#f4f6f3}:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-total-chip,:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-stat-chip{border-color:#293329;color:#eef2ed;background:linear-gradient(180deg,#1a211a,#161a16);box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-total-chip svg,:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-stat-chip svg{color:#aeb8b0}:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-stat-chip span,:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-total-chip span{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.agents-page .agents-ready small{border-color:#303a31;color:#89948c}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.online{border-color:#245d3e;color:#8fe2b3;background:#143223}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.warning{border-color:#6b531e;color:#f0c968;background:#302511}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.fail_closed,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.offline{border-color:#693333;color:#f2a09d;background:#331b1b}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-status.agents-status-badge.unknown{border-color:#3a433b;color:#b8c1ba;background:#202720}.topbar{position:sticky;top:0;z-index:20;height:64px;display:grid;grid-template-columns:minmax(170px,auto) 1fr auto;align-items:center;gap:20px;padding:0 28px;background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-home{top:0;width:100%;height:92px;grid-template-columns:minmax(190px,1fr) auto auto;gap:28px;margin:0 auto;padding:0 max(48px,calc((100vw - 1320px)/2));border-color:transparent;border-radius:0;background:linear-gradient(90deg,#eaf8ff,#f8faf9 52%,#e9fbf6);box-shadow:none;transition:top .18s ease,width .18s ease,height .18s ease,margin .18s ease,padding .18s ease,border-color .18s ease,border-radius .18s ease,background .18s ease,box-shadow .18s ease}.topbar-home.compact{top:14px;width:min(1660px,calc(100% - 180px));height:72px;grid-template-columns:minmax(230px,auto) 1fr auto;gap:28px;margin:0 auto;padding:0 34px;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 18px 48px #1c262a1a}.topbar-home .brand-mark{width:24px;height:24px;border-radius:999px;background:conic-gradient(from 120deg,#58d9c3,#8f75ff,#ff5cb7,#58d9c3);box-shadow:none}.topbar-home .brand{font-size:18px}.topbar-home .main-nav{justify-content:center}.topbar-home .main-nav button{min-height:34px;padding:0 13px;font-size:14px;font-weight:700}.topbar-home .icon-button{width:34px;min-height:34px;border:0;background:transparent}.topbar-home .topbar-actions{gap:10px}.topbar-home .home-user-chip{width:32px;min-width:32px;height:32px;min-height:32px;overflow:hidden;padding:0;justify-content:center;border-radius:999px;color:#fff;background:#d9d85e;font-size:13px;font-weight:800;line-height:1;text-transform:uppercase}.topbar-home.compact .brand{font-size:22px}.topbar-home.compact .brand-mark{width:30px;height:30px}.topbar-home.compact .main-nav button{min-height:40px;padding:0 18px;font-size:22px}.topbar-home.compact .icon-button{width:44px;min-height:44px}.brand,.main-nav button,.ghost-button,.primary-button,.icon-button{border:0;background:transparent;color:inherit}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:0;white-space:nowrap}.brand-mark{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,#168268,#243f7d);box-shadow:0 10px 22px #16826840}.brand-mark-image{overflow:hidden;background:transparent;box-shadow:none}.brand-mark-image img{width:100%;height:100%;display:block;object-fit:contain}.main-nav{display:flex;align-items:center;gap:4px}.main-nav button{min-height:34px;padding:0 13px;border-radius:7px;color:var(--muted)}.main-nav button.active,.main-nav button:hover{color:var(--text);background:var(--surface-soft)}.topbar-actions,.hero-actions,.modal-actions{display:flex;align-items:center;gap:8px}.primary-button,.ghost-button,.icon-button,.danger-button,.user-chip{min-height:36px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.primary-button{padding:0 14px;color:#fff;background:var(--primary);box-shadow:0 10px 24px #16826838}.primary-button:hover{background:var(--primary-dark)}.ghost-button{padding:0 13px;border:1px solid var(--line);background:var(--surface)}.ghost-button:hover,.icon-button:hover{background:var(--surface-soft)}.icon-button{width:36px;padding:0;border:1px solid var(--line);background:var(--surface)}.icon-button.danger{color:var(--danger)}.danger-button{padding:0 10px;border:1px solid var(--line);background:var(--surface)}.danger-button{color:#fff;border-color:var(--danger);background:var(--danger)}.danger-button:hover{background:color-mix(in srgb,var(--danger) 88%,black)}.user-chip{padding:0 10px;color:var(--muted);background:var(--surface-soft)}.large{min-height:42px}.full{width:100%}.page{width:min(1180px,calc(100% - 48px));margin:0 auto;flex:1}.narrow-page{padding-top:80px}.home-page{flex:1;padding:0 0 86px;background:linear-gradient(180deg,rgba(232,248,255,.9) 0,rgba(246,247,245,.55) 360px,var(--bg) 720px),var(--bg)}.opctoken-hero{position:relative;min-height:900px;padding:142px 20px 42px;overflow:hidden}.hero-center{position:relative;z-index:1;width:min(820px,100%);margin:0 auto;text-align:center}.hero-center h1{margin:0;font-size:clamp(42px,6vw,70px);line-height:1.14;letter-spacing:0;font-weight:850}.hero-center h1 span{display:block;color:transparent;background:linear-gradient(100deg,#4ea9ff 12%,#8b6cff 58%,#d356c8 96%);-webkit-background-clip:text;background-clip:text}.hero-center p{margin:22px auto 24px;max-width:640px;color:#6d7479;font-size:18px}.black-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:0;border-radius:8px;color:#fff;background:#090909;box-shadow:0 12px 28px #0000002e}.black-button:hover{background:#222}.api-showcase{position:relative;z-index:1;width:min(680px,calc(100% - 18px));margin:58px auto 0;overflow:hidden;border:1px solid rgba(213,220,222,.9);border-radius:16px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 34px 90px #2c435624;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.api-tabs,.api-path,.api-foot{display:flex;align-items:center}.api-tabs{min-height:38px;gap:12px;padding:0 20px;border-bottom:1px solid var(--line)}.api-tabs button{height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:13px}.api-tabs button.active{color:#a57918;border-bottom-color:#d6a832}.api-status{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.api-status span{width:7px;height:7px;border-radius:50%;background:#2bdc92}.api-path{gap:14px;min-height:42px;padding:0 24px;border-bottom:1px solid var(--line)}.api-path span{color:#b17617;font-size:11px;font-weight:800}.api-path code,.api-showcase pre,.api-showcase code{color:#384549}.api-code-grid{display:grid;grid-template-columns:1fr}.api-code-grid>div{min-height:170px;padding:22px 24px;border-bottom:1px solid var(--line)}.api-code-grid p{margin:0 0 14px;color:#a0a8ad;font-size:11px;font-weight:800;letter-spacing:.2em}.api-code-grid pre{margin:0;overflow:auto;white-space:pre-wrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.75}.api-foot{min-height:36px;gap:16px;padding:0 22px;color:#a0a8ad;font-size:11px;text-transform:uppercase}.api-foot strong{margin-left:auto;font-weight:600}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:13px;font-weight:700}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px color-mix(in srgb,var(--success) 16%,transparent)}.hero-panel,.auth-card,.confirm-dialog{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.hero-panel{padding:20px}.panel-head,.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-head{padding-bottom:18px;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line)}.pill{min-height:24px;padding:3px 9px;border-radius:999px;font-size:12px}.pill.success{color:var(--success);background:color-mix(in srgb,var(--success) 13%,transparent)}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.metric{min-height:86px;display:grid;place-items:center;padding:14px;background:transparent}.metric span{color:var(--muted);font-size:13px}.metric strong{display:block;margin-top:0;font-size:32px;line-height:1}.home-notice{width:min(920px,calc(100% - 40px));min-height:48px;display:flex;align-items:center;gap:12px;margin:-10px auto 56px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:var(--shadow)}.home-notice p{margin:0;color:var(--muted)}.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:min(1040px,calc(100% - 40px));margin:0 auto;padding:46px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-section,.workflow-section{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:94px 0 0}.section-eyebrow{margin:0 0 14px;color:var(--muted);font-size:13px}.feature-section h2,.workflow-section h2{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.18;letter-spacing:0}.feature-matrix{display:grid;grid-template-columns:1.25fr .85fr;margin-top:60px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.feature-card{min-height:220px;padding:30px 32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-card:nth-child(2n){border-right:0}.feature-card:nth-last-child(-n+2){border-bottom:0}.feature-index{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:8px;background:var(--surface-soft);color:var(--muted);font-size:11px}.feature-card h3,.capability h3,.workflow-card h3{margin:0 0 12px;font-size:18px}.feature-card p,.capability p,.workflow-card p{margin:0;color:var(--muted);line-height:1.7}.model-cloud{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.model-cloud span{min-height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fbfcfb;font-size:13px}.shield-visual{position:relative;width:68px;height:68px;display:grid;place-items:center;margin:28px auto 0;border:1px solid #c6f4e6;border-radius:18px;color:var(--primary);background:#f2fffb}.shield-visual span{position:absolute;top:-8px;right:-8px;width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#17c98b}.routing-list{display:grid;gap:8px;margin-top:24px}.routing-list div{display:grid;grid-template-columns:34px 1fr;align-items:center;min-height:30px;color:var(--muted)}.routing-list span{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:12px}.routing-list div:nth-child(2) span{color:#2871d8;background:#dfeeff}.protocol-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:28px}.protocol-row span{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:700}.protocol-row strong{color:var(--muted);font-size:13px}.capability-strip{width:min(1120px,calc(100% - 40px));display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:70px auto 0;padding:0 0 86px}.capability{display:grid;justify-items:center;text-align:center}.capability>span,.workflow-icon{width:50px;height:50px;display:inline-grid;place-items:center;margin-bottom:16px;border:1px solid var(--line);border-radius:14px;color:var(--muted);background:var(--surface)}.workflow-section{text-align:center;border-top:1px solid var(--line)}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:58px}.workflow-card{position:relative;padding:0 24px}.workflow-icon{position:relative;margin-bottom:20px}.workflow-icon strong{position:absolute;top:-10px;right:-10px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0b0b0b;font-size:12px}.auth-page{position:relative;flex:1;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:24px;color:#09090b;background:#fff;font-family:Public Sans,sans-serif}.auth-card{width:416px;max-width:calc(100vw - 48px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.auth-logo-mark{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#fff}.auth-logo-mark img{width:32px;height:32px;object-fit:contain;display:block}.auth-heading button{border:0;padding:0;color:#168268;background:transparent;font:inherit}.auth-field input{width:100%;height:32px;min-height:32px;padding:4px 10px;border:1px solid #e4e7e3;border-radius:8px;color:#09090b;background:#fff;box-shadow:0 1px 2px #18181b0a;font-size:14px;line-height:20px}.auth-field input:focus{border-color:#168268;box-shadow:0 0 0 2px #16826824,0 1px 2px #18181b0a}.auth-submit{width:100%;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;color:#fff;background:#168268;box-shadow:0 10px 24px #16826838;font-size:14px;font-weight:500;line-height:20px}.auth-submit:hover{background:#0f6c58}.auth-message{min-height:32px;display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:8px;font-size:13px;line-height:18px}.auth-message.error{border:1px solid rgba(198,61,66,.32);color:#b4232b;background:#c63d4212}.auth-message.success{border:1px solid rgba(22,130,104,.26);color:#0f6c58;background:#16826814}label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:600}input,select{width:100%;min-height:40px;border:1px solid var(--line);border-radius:7px;padding:0 11px;outline:none;color:var(--text);background:var(--surface)}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.password-field{position:relative;display:block}.password-field input{padding-right:44px}.password-field button{position:absolute;right:5px;top:5px;width:30px;height:30px;border:0;border-radius:6px;color:var(--muted);background:transparent}.form-error{min-height:38px;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid color-mix(in srgb,var(--danger) 34%,transparent);border-radius:7px;color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,transparent);font-size:13px}.form-error.inline{margin:14px 0}.dashboard-main{min-width:0}code{color:var(--primary);word-break:break-all}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0c100e61}.confirm-dialog{width:min(440px,100%);display:grid;gap:18px;padding:20px}.confirm-dialog h2{margin:0;font-size:20px}.confirm-dialog p{margin:0;color:var(--muted);line-height:1.7}.modal-actions{justify-content:flex-end}:root[data-theme=dark] .modal-backdrop{background:#0000008f}:root[data-theme=dark] .confirm-dialog{border-color:#273027;color:#eef2ed;background:#161a16;box-shadow:0 24px 70px #0000006b}:root[data-theme=dark] .confirm-dialog h2{color:#eef2ed}:root[data-theme=dark] .confirm-dialog p{color:#a3aba5}:root[data-theme=dark] .confirm-dialog .icon-button,:root[data-theme=dark] .confirm-dialog .ghost-button{border-color:#344034;color:#eef2ed;background:#111511;box-shadow:none}:root[data-theme=dark] .confirm-dialog .icon-button:hover:not(:disabled),:root[data-theme=dark] .confirm-dialog .ghost-button:hover:not(:disabled){border-color:#3f4c40;background:#202720}:root[data-theme=dark] .confirm-dialog .danger-button{border-color:#ef4444;color:#fff;background:#ef4444;box-shadow:none}:root[data-theme=dark] .confirm-dialog .danger-button:hover:not(:disabled){border-color:#dc2626;background:#dc2626}:root[data-theme=dark] .confirm-dialog .icon-button:disabled,:root[data-theme=dark] .confirm-dialog .ghost-button:disabled,:root[data-theme=dark] .confirm-dialog .danger-button:disabled{opacity:.58}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}.pricing-page{position:relative;isolation:isolate;width:min(100%,1320px);min-height:calc(100vh - 64px);margin:0 auto;padding:28px 28px 46px;display:flex;flex-direction:column;gap:18px}.pricing-page:before{content:"";position:absolute;top:0;left:50%;z-index:-2;width:100vw;height:620px;pointer-events:none;transform:translate(-50%);background:linear-gradient(115deg,rgba(97,171,255,.24) 0%,rgba(97,171,255,.08) 34%,transparent 64%),linear-gradient(245deg,rgba(54,214,183,.2) 0%,rgba(54,214,183,.07) 38%,transparent 68%),linear-gradient(180deg,#ffffffeb,#ffffffb8 56%,#fff0);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%)}.pricing-page:after{content:"";position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:620px;pointer-events:none;transform:translate(-50%);background:linear-gradient(#ffffff94,#ffffffeb),linear-gradient(90deg,#16826812,#4263eb0f);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 48%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 48%,transparent 100%)}.topbar-pricing+.pricing-page{padding-top:92px}.pricing-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px}.pricing-kicker{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border:1px solid color-mix(in srgb,var(--primary) 28%,var(--line));border-radius:999px;color:var(--primary-dark);background:color-mix(in srgb,var(--primary-soft) 72%,var(--surface));font-size:13px;font-weight:800}.pricing-head h1{margin:12px 0 6px;font-size:34px;line-height:1.15;letter-spacing:0}.pricing-head p{max-width:680px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}.pricing-kicker-mobile,.pricing-title-mobile,.pricing-subtitle-mobile,.pricing-description-mobile,.pricing-toolbar-mobile-head{display:none}.pricing-head-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.pricing-user-badge,.pricing-ghost-button,.pricing-refresh-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-size:14px;font-weight:800}.pricing-user-badge{padding:0 12px;border:1px solid var(--line);color:var(--muted);background:var(--surface)}.pricing-ghost-button,.pricing-refresh-button{border:1px solid var(--line);padding:0 14px;color:var(--text);background:var(--surface)}.pricing-refresh-button{color:#fff;border-color:var(--primary);background:var(--primary);box-shadow:0 12px 24px #16826829}.pricing-ghost-button:hover,.pricing-user-badge:hover{border-color:color-mix(in srgb,var(--primary) 36%,var(--line))}.pricing-refresh-button:hover{background:var(--primary-dark)}.pricing-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pricing-stats>div{min-height:92px;padding:16px;display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 12px 28px #19221e0d}.pricing-stats span{color:var(--muted);font-size:13px;font-weight:800}.pricing-stats strong{font-size:30px;line-height:1;letter-spacing:0}.pricing-stats small{color:var(--muted);font-size:12px}.pricing-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(190px,.42fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 94%,var(--surface-soft))}.pricing-search-field,.pricing-select-field{min-width:0;height:40px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--surface)}.pricing-search-field:focus-within,.pricing-select-field:focus-within{border-color:color-mix(in srgb,var(--primary) 50%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-soft) 60%,transparent)}.pricing-search-field input,.pricing-select-field select{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent}.pricing-select-field select{cursor:pointer}.pricing-segment{height:40px;display:inline-grid;grid-template-columns:repeat(3,minmax(54px,1fr));gap:3px;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.pricing-segment button{border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:13px;font-weight:800}.pricing-segment button.active{color:var(--text);background:var(--surface);box-shadow:0 8px 18px #19221e14}.pricing-table-shell{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.pricing-table-head,.pricing-row{display:grid;grid-template-columns:minmax(260px,1.05fr) minmax(180px,.58fr) minmax(300px,1fr);gap:18px;align-items:center}.pricing-table-head{min-height:44px;padding:0 18px;color:var(--muted);background:color-mix(in srgb,var(--surface-soft) 80%,var(--surface));border-bottom:1px solid var(--line);font-size:12px;font-weight:900}.pricing-table-body{display:grid}.pricing-row{min-height:88px;padding:14px 18px;border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent)}.pricing-row:last-child{border-bottom:0}.pricing-row:hover{background:color-mix(in srgb,var(--surface-soft) 48%,transparent)}.pricing-model-cell{min-width:0;display:flex;align-items:center;gap:10px}.pricing-model-avatar{flex:0 0 36px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line));border-radius:8px;color:var(--primary-dark);background:color-mix(in srgb,var(--primary-soft) 70%,var(--surface));font-weight:900;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--surface) 54%,transparent)}.pricing-model-avatar.image{object-fit:cover;padding:0;background:var(--surface)}.pricing-model-avatar.text{font-size:12px;line-height:1;letter-spacing:0}.pricing-model-copy{min-width:0;display:grid;align-content:center;gap:4px}.pricing-model-cell strong{display:block;overflow:hidden;color:var(--text);font-size:14px;line-height:20px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.pricing-model-cell p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.pricing-tag-list,.pricing-rate-grid{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.pricing-tag-list{margin-top:2px}.pricing-tag-list span,.pricing-rate-grid span{min-height:24px;display:inline-flex;align-items:center;max-width:100%;padding:0 8px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface-soft) 55%,var(--surface));font-size:12px;font-weight:800;line-height:1.2}.pricing-vendor-cell,.pricing-rate-cell{min-width:0;display:grid;gap:8px}.pricing-rate-cell{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pricing-vendor-cell span{overflow:hidden;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.pricing-vendor-cell small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.45}.pricing-mode-badge{width:fit-content;min-height:26px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;color:#0f6c58;background:#e2f5ef;font-size:12px;font-weight:900}.pricing-mode-badge.request{color:#2563a8;background:#e4eefb}.pricing-request-price{font-size:18px;letter-spacing:0}.pricing-state,.pricing-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;padding:30px;border:1px solid var(--line);border-radius:8px;text-align:center;background:var(--surface)}.pricing-state h2,.pricing-empty strong{margin:0;font-size:20px}.pricing-state p,.pricing-empty span{max-width:460px;margin:0;color:var(--muted);line-height:1.7}.pricing-state-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:999px;color:var(--danger);background:color-mix(in srgb,var(--danger) 10%,var(--surface))}.pricing-loading{padding:12px;display:grid;gap:10px}.pricing-loading-row{min-height:78px;display:grid;grid-template-columns:1.4fr .7fr 1fr .9fr;gap:12px;align-items:center}.pricing-loading-row .skeleton{width:100%;height:28px}:root[data-theme=dark] .pricing-refresh-button{color:#effaf5;border-color:color-mix(in srgb,var(--primary) 62%,var(--line));background:var(--primary)}:root[data-theme=dark] .pricing-page:before{background:linear-gradient(115deg,rgba(79,145,255,.16) 0%,rgba(79,145,255,.05) 36%,transparent 66%),linear-gradient(245deg,rgba(46,206,177,.14) 0%,rgba(46,206,177,.04) 40%,transparent 70%),linear-gradient(180deg,#111411bd,#11141157 56%,#11141100)}:root[data-theme=dark] .pricing-page:after{background:linear-gradient(#1114115c,#111411d1),linear-gradient(90deg,#50c5a412,#6484ff0f)}:root[data-theme=dark] .pricing-mode-badge{color:#7be1bf;background:#1f3d34}:root[data-theme=dark] .pricing-mode-badge.request{color:#91c9ff;background:#1f3548}@media(max-width:1120px){.pricing-toolbar{grid-template-columns:minmax(240px,1fr) minmax(170px,.55fr) auto}.pricing-table-head{display:none}.pricing-row{grid-template-columns:minmax(0,1fr) minmax(160px,.45fr);align-items:start}.pricing-rate-cell{grid-column:span 2}}@media(max-width:760px){.pricing-page{gap:14px;padding:20px 14px 34px}.topbar-pricing+.pricing-page{padding-top:104px}.pricing-page:before,.pricing-page:after{height:500px}.pricing-head{grid-template-columns:1fr;justify-items:center;gap:14px;text-align:center}.pricing-head-copy{display:grid;justify-items:center}.pricing-kicker{min-height:24px;padding:0;border:0;color:var(--muted);background:transparent;font-size:14px;font-weight:700;line-height:20px}.pricing-kicker svg{display:none}.pricing-kicker-desktop,.pricing-title-desktop,.pricing-subtitle-desktop{display:none}.pricing-kicker-mobile,.pricing-title-mobile,.pricing-subtitle-mobile,.pricing-description-mobile{display:block}.pricing-head h1{margin:8px 0;font-size:34px;line-height:1.14;font-weight:800}.pricing-subtitle-mobile{max-width:340px;color:var(--muted);font-size:15px;line-height:1.55}.pricing-description-mobile{max-width:352px;margin-top:8px;color:color-mix(in srgb,var(--muted) 88%,var(--text));font-size:14px;line-height:1.65}.pricing-head-actions{justify-content:center}.pricing-head-actions .pricing-refresh-button{width:auto;min-height:34px;padding:0 13px;border-color:color-mix(in srgb,var(--primary) 42%,var(--line));border-radius:999px;color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 78%,var(--surface));box-shadow:0 8px 18px #19221e0f}.pricing-stats{display:none}.pricing-toolbar{grid-template-columns:1fr;gap:10px;padding:12px;border-radius:14px;background:color-mix(in srgb,var(--surface) 90%,rgba(245,249,248,.82));box-shadow:0 12px 28px #19221e0f}.pricing-toolbar-mobile-head{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px;line-height:20px;font-weight:700}.pricing-toolbar-mobile-title{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-size:14px}.pricing-search-field,.pricing-select-field{height:44px;border-radius:12px;background:color-mix(in srgb,var(--surface) 96%,transparent)}.pricing-search-field input,.pricing-select-field select{font-size:15px}.pricing-select-field select{font-weight:800}.pricing-segment{width:100%;height:44px;border-radius:12px;background:color-mix(in srgb,var(--surface-soft) 86%,var(--surface))}.pricing-segment button{border-radius:9px;font-size:14px}.pricing-row{grid-template-columns:1fr;gap:16px}.pricing-rate-cell{grid-column:auto}}@media(max-width:520px){.topbar-pricing.topbar-home .main-nav button:nth-child(n+3){display:inline-flex;align-items:center}.pricing-head h1{font-size:34px}.pricing-model-cell{gap:9px}.pricing-model-avatar{flex-basis:34px;width:34px;height:34px}.pricing-ghost-button,.pricing-refresh-button{width:100%}.pricing-head-actions,.pricing-head-actions .pricing-refresh-button{width:auto}}.site-footer{min-height:56px;display:grid;place-items:center;color:var(--muted);border-top:1px solid var(--line)}.skeleton{border-radius:8px;background:linear-gradient(90deg,var(--surface-soft),var(--surface),var(--surface-soft));background-size:200% 100%;animation:shimmer 1.4s infinite}.hero-skeleton{height:280px}.line-skeleton{height:24px;margin-top:18px}.line-skeleton.short{width:58%}.spin{animation:spin .9s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:860px){.topbar{grid-template-columns:1fr auto;height:auto;min-height:64px;padding:12px 16px}.topbar-home,.topbar-home.compact{top:10px;width:calc(100% - 28px);height:auto;grid-template-columns:1fr auto;gap:10px;margin:0 auto;padding:12px;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:24px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 14px 42px #1c262a14}.topbar-home .brand,.topbar-home.compact .brand{font-size:16px}.topbar-home .brand-mark,.topbar-home.compact .brand-mark{width:26px;height:26px}.topbar-home .main-nav,.topbar-home.compact .main-nav{grid-column:1 / -1;justify-content:flex-start;order:3}.topbar-home .main-nav button,.topbar-home.compact .main-nav button{min-height:32px;padding:0 12px;font-size:14px}.topbar-home .topbar-actions{justify-content:flex-end;gap:8px}.topbar-home .nav-extra,.topbar-home .icon-button,.topbar-home.compact .icon-button{width:32px;min-height:32px}.main-nav{grid-column:1 / -1;overflow-x:auto}.user-chip{display:none}.page{width:min(100% - 28px,720px)}.home-hero{grid-template-columns:1fr}.home-hero{min-height:0}.feature-matrix,.capability-strip,.workflow-grid,.stat-strip{grid-template-columns:1fr 1fr}.feature-card,.feature-card:nth-child(2n),.feature-card:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.feature-card:last-child{border-bottom:0}}@media(max-width:520px){.topbar-actions .ghost-button,.main-nav button:nth-child(n+3){display:none}.topbar:not(.topbar-home) .main-nav button:nth-child(n+3){display:inline-block}.hero-actions{align-items:stretch;flex-direction:column}.topbar-home .brand{min-height:30px}.opctoken-hero{min-height:790px;padding:96px 14px 34px}.hero-center h1{font-size:42px;line-height:1.16}.hero-center p{font-size:16px}.api-showcase{width:100%;margin-top:56px;border-radius:14px}.api-tabs{gap:8px;padding:0 12px}.api-tabs button{font-size:12px}.api-status{display:none}.api-path,.api-code-grid>div,.api-foot{padding-left:16px;padding-right:16px}.api-code-grid pre{font-size:12px}.stat-strip,.feature-matrix,.capability-strip,.workflow-grid{grid-template-columns:1fr}.feature-section,.workflow-section{padding-top:70px}.model-cloud{grid-template-columns:1fr 1fr}}.keys-page{--keys-topbar-height: 56px;--keys-sidebar-width: 208px;min-height:100vh;padding-top:var(--keys-topbar-height);overflow-x:hidden;color:#171717;background:#f6f7f5;font-family:Public Sans,sans-serif}.keys-page.sidebar-collapsed{--keys-sidebar-width: 72px}.keys-page .keys-topbar{position:fixed;inset:0 0 auto;z-index:60;height:var(--keys-topbar-height);display:flex;align-items:center;gap:14px;padding:0 12px 0 16px;border-bottom:1px solid #ececec;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.keys-page .keys-sidebar-toggle{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:7px;color:#111;background:transparent}.keys-page .keys-sidebar-toggle:hover{background:#f1f2ef}.keys-page .keys-brand{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:#111;font-size:18px;font-weight:700;white-space:nowrap}.keys-page .keys-brand .brand-mark{width:24px;height:24px;overflow:hidden;border-radius:999px;background:none;box-shadow:none}.keys-page .keys-brand .brand-mark img{width:100%;height:100%;object-fit:contain}.keys-page .keys-topnav{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0}.keys-page .keys-topnav-link{min-height:32px;padding:0 13px;border:0;border-radius:8px;color:#555a55;background:transparent;font-size:14px;font-weight:600}.keys-page .keys-topnav-link:hover{color:#111;background:#f1f2ef}.keys-page .keys-search-button{min-height:32px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #eceeed;border-radius:8px;color:#565f59;background:#fafafa;font-size:14px;font-weight:500}.keys-page .keys-search-button kbd{margin-left:4px;padding:2px 5px;border:1px solid #dde2dd;border-radius:6px;color:#919991;background:#fff;font-size:11px}.keys-page .keys-topbar-icon{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:999px;color:#141414;background:transparent}.keys-page .keys-topbar-icon:hover{background:#f1f2ef}.keys-page .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;color:#fff;background:#d8d35f;box-shadow:none;font-size:13px;font-weight:800}.keys-page .keys-sidebar{position:fixed;top:var(--keys-topbar-height);left:0;z-index:40;width:var(--keys-sidebar-width);height:calc(100vh - var(--keys-topbar-height));overflow-y:auto;border-right:1px solid #ececec;background:#f6f7f5}.keys-page .keys-sidebar-group{display:grid;gap:6px}.keys-page .keys-sidebar-title{padding:10px 20px 2px;color:#9a9f96;font-size:12px;font-weight:600}.keys-page .keys-sidebar-items{display:grid;gap:1px;padding:0 10px}.keys-page .keys-sidebar-item{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:0;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:13px;font-weight:500}.keys-page .keys-sidebar-item:hover{background:#0000000b}.keys-page .keys-sidebar-item.active{color:#111;background:#e1e1e1}.keys-page .keys-sidebar-icon{width:18px;height:18px;display:inline-grid;place-items:center}.keys-page.sidebar-collapsed .keys-sidebar-title{display:none}.keys-page.sidebar-collapsed .keys-sidebar-item{grid-template-columns:1fr;justify-items:center;padding:0}.keys-page.sidebar-collapsed .keys-sidebar-label,.keys-page.sidebar-collapsed .keys-sidebar-item svg:last-child{display:none}.keys-page .keys-main{margin-left:var(--keys-sidebar-width);min-height:calc(100vh - var(--keys-topbar-height));background:#fff}.keys-page .keys-main-inner{width:min(1064px,calc(100% - 32px));margin:0 16px;padding:24px 0 32px;display:grid;gap:16px}.keys-page .dashboard-overview-main .keys-main-inner{width:100%;max-width:none;margin:0;padding:0}.keys-page .keys-page-head{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px}.keys-page .keys-page-head h1{margin:0;color:#121312;font-size:22px;line-height:30px;font-weight:800;letter-spacing:0}.keys-page .keys-create-button{height:28px;min-height:auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;border:1px solid transparent;border-radius:6.4px;color:#fff;background:#050505;box-shadow:none;font-size:12.8px;line-height:19.2px;font-weight:500;letter-spacing:0;white-space:nowrap}.keys-page .keys-toolbar{display:flex;align-items:center;gap:10px}.keys-page .keys-search-field{position:relative;flex:1 1 auto;display:block}.keys-page .keys-search-field svg{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#7b827d}.keys-page .keys-search-field input{width:100%;height:32px;min-height:32px;padding:0 12px 0 36px;border:1px solid #e1e4e0;border-radius:8px;background:#fff}.keys-page .keys-filter-button{height:32px;min-height:32px;padding:0 12px;border:1px dashed #e1e4e0;border-radius:8px;color:#202522;background:#fff}.keys-page .keys-table-shell{overflow:hidden;border:1px solid #e5e7e3;border-radius:12px;background:#fff}.keys-page .keys-table{width:100%;border-collapse:collapse;table-layout:fixed}.keys-page .keys-col-select{width:42px}.keys-page .keys-col-name{width:12%}.keys-page .keys-col-status{width:92px}.keys-page .keys-col-key{width:18%}.keys-page .keys-col-quota{width:102px}.keys-page .keys-col-group{width:98px}.keys-page .keys-col-model{width:82px}.keys-page .keys-col-ip{width:106px}.keys-page .keys-col-created{width:124px}.keys-page .keys-col-last{width:132px}.keys-page .keys-col-expired{width:82px}.keys-page .keys-col-actions{width:156px}.keys-page .keys-table thead th{height:49px;padding:0 12px;border-bottom:1px solid #e5e7e3;color:#6f776f;background:#fff;font-size:12px;font-weight:700;text-align:left;vertical-align:middle}.keys-page .keys-table thead th button{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;padding:0}.keys-page .keys-th-select{padding-left:16px}.keys-page .keys-th-select input{width:16px;height:16px;min-height:16px;margin:0}.keys-page .keys-empty-row td{height:400px;padding:0;border-bottom:0}.keys-page .keys-empty-state{min-height:400px;display:flex;flex-direction:column;justify-content:flex-start;gap:4px;padding:18px 16px 16px;color:#6f776f}.keys-page .keys-empty-state strong{color:#1a1d1a;font-size:14px;font-weight:700}.keys-page .keys-empty-state span{font-size:14px;line-height:22px}.keys-page .keys-table tbody td{height:52px;padding:0 12px;border-bottom:1px solid #f0f1ee;color:#2f352f;font-size:13px;vertical-align:middle}.keys-page .keys-data-row:hover td{background:#fafbf8}.keys-page .keys-row-select input{width:16px;height:16px;min-height:16px;margin:0}.keys-page .keys-name-cell,.keys-page .keys-key-code,.keys-page .keys-table tbody td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keys-page .keys-key-code{max-width:100%;display:block;padding:3px 6px;border-radius:6px;color:#3b423d;background:#f5f6f3;font-size:12px}.keys-page .keys-status-badge{min-width:46px;display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700}.keys-page .keys-status-badge.enabled{color:#146c43;background:#dcf7e8}.keys-page .keys-status-badge.disabled{color:#686f68;background:#edf0eb}.keys-page .keys-status-badge.warning{color:#935c13;background:#fff2cf}.keys-page .keys-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.keys-page .keys-row-icon{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#4f584f;background:transparent}.keys-page .keys-row-icon:hover{color:#111;background:#eef0ec}.keys-page .keys-row-icon.danger:hover{color:#b42318;background:#fee4e2}.keys-page .keys-row-icon:disabled{cursor:default;opacity:.42}.keys-feedback{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:600}.keys-feedback.error{color:#a3372b;background:#fff1ef}.keys-feedback.success{color:#166534;background:#e8f8ed}.dashboard-overview-page.keys-page .keys-feedback{width:fit-content;display:flex;margin:0 0 12px}.keys-drawer-feedback{width:auto;min-height:40px;display:flex;align-items:center;gap:10px;margin:12px 16px 0;padding:9px 12px;flex-shrink:0;border:1px solid #f4b8b0;border-radius:10px;color:#9f2f24;background:#fff7f5;font-size:14px;line-height:20px;font-weight:500}.keys-drawer-feedback svg{flex-shrink:0;color:#c24134}.keys-drawer-feedback span{min-width:0}.keys-drawer-backdrop{position:fixed;inset:0;z-index:130;display:flex;align-items:stretch;justify-content:flex-start;background:#11182747;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.keys-drawer{width:min(620px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;border:0;border-radius:0 14px 14px 0;background:#fff;box-shadow:18px 0 42px #0f172a2e}.keys-drawer-head{min-height:88px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid #eceee9}.keys-drawer-head h2{margin:0;color:#111;font-size:20px;line-height:28px;font-weight:800}.keys-drawer-head p,.keys-drawer-section-head p,.keys-field small,.keys-switch-row small,.keys-advanced-toggle small{margin:0;color:#737b74;font-size:13px;line-height:20px}.keys-drawer-close{width:30px;min-width:30px;height:30px;min-height:30px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;color:#555d57;background:transparent}.keys-drawer-close:hover{background:#f0f1ee}.keys-drawer-body{overflow-y:auto;padding:20px 24px 112px;display:grid;align-content:start;gap:18px}.keys-drawer-section{display:grid;gap:14px}.keys-drawer-section+.keys-drawer-section{padding-top:18px;border-top:1px solid #eff1ed}.keys-drawer-section-head{display:grid;gap:2px}.keys-drawer-section-head h3{margin:0;color:#151715;font-size:15px;line-height:22px;font-weight:800}.keys-field{display:grid;gap:7px;color:#1d211d;font-size:13px;font-weight:700}.keys-field input,.keys-field select,.keys-field textarea,.keys-expire-grid input,.keys-expire-grid select{width:100%;min-height:34px;padding:0 11px;border:1px solid #dfe3dc;border-radius:8px;color:#171a17;background:#fff;font:inherit;font-weight:500}.keys-field textarea{min-height:88px;padding:9px 11px;resize:vertical}.keys-field input:disabled{color:#8a928b;background:#f5f6f3}.keys-expire-grid{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px}.keys-quick-buttons{display:flex;flex-wrap:wrap;gap:8px}.keys-quick-buttons button{height:30px;min-height:30px;padding:0 10px;border:1px solid #e1e4e0;border-radius:8px;color:#3f473f;background:#fff;font-size:12px;font-weight:650}.keys-quick-buttons button.active,.keys-quick-buttons button:hover{border-color:#151515;color:#fff;background:#151515}.keys-switch-row{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;color:#151715;font-size:13px}.keys-switch-row input{width:16px;height:16px;min-height:16px;margin:2px 0 0;accent-color:#111111}.keys-switch-row span{display:grid;gap:2px}.keys-switch-row strong,.keys-advanced-toggle strong{font-size:13px;font-weight:750}.keys-advanced-toggle{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;border:0;color:#151715;background:transparent;text-align:left}.keys-advanced-toggle span{display:grid;gap:2px}.keys-advanced-fields{display:grid;gap:14px}.keys-drawer-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #eceee9;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.keys-drawer-secondary,.keys-drawer-primary{height:34px;min-height:34px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:700}.keys-drawer-secondary{border:1px solid #dfe3dc;color:#202522;background:#fff}.keys-drawer-primary{border:0;color:#fff;background:#111}.keys-drawer-primary:disabled,.keys-drawer-secondary:disabled{opacity:.55}.keys-drawer-backdrop{background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.keys-drawer{width:min(620px,100vw);display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e5e7eb;border-radius:0;box-shadow:none}.keys-drawer-head{min-height:83px;padding:16px 20px 12px;border-bottom-color:#e5e7eb}.keys-drawer-head h2{font-size:20px;line-height:24px;font-weight:800}.keys-drawer-head p{margin-top:6px;color:#555b60;font-size:14px;line-height:20px}.keys-drawer-close{position:relative;width:28px;min-width:28px;height:28px;min-height:28px;margin-top:-1px;border-radius:6px;color:#111}.keys-drawer-close svg{display:none}.keys-drawer-close:before,.keys-drawer-close:after{content:"";position:absolute;width:14px;height:1.8px;border-radius:999px;background:currentColor}.keys-drawer-close:before{transform:rotate(45deg)}.keys-drawer-close:after{transform:rotate(-45deg)}.keys-drawer-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding:16px;background:#fff}.keys-drawer-section{flex:0 0 auto;display:block;overflow:hidden;gap:0;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.keys-drawer-section+.keys-drawer-section{padding-top:0;border-top:0}.keys-drawer-section-head{display:flex;align-items:center;gap:12px;min-height:65px;padding:10px 16px;border-bottom:1px solid #ebebeb}.keys-drawer-section-head>div{display:grid;gap:1px;min-width:0}.keys-drawer-section-head:before,.keys-advanced-toggle:before{content:"";flex:0 0 auto;width:42px;height:42px;border:1px solid #e6e8eb;border-radius:8px;background-color:#f7f8f9;background-position:center;background-repeat:no-repeat;background-size:22px 22px}.keys-drawer-section:nth-child(1) .keys-drawer-section-head:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.5 7.5 1 1'/%3E%3Cpath d='m12 11 1.5 1.5'/%3E%3Cpath d='M19 3 9 13'/%3E%3Cpath d='M9 13a5 5 0 1 1-2-2l2 2Z'/%3E%3Ccircle cx='7' cy='17' r='1'/%3E%3C/svg%3E")}.keys-drawer-section:nth-child(2) .keys-drawer-section-head:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M7 7h10'/%3E%3Cpath d='M7 11h10'/%3E%3Cpath d='m7 15 3 3 7-7'/%3E%3C/svg%3E")}.keys-advanced-toggle:before{flex:0 0 auto;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21v-7'/%3E%3Cpath d='M4 10V3'/%3E%3Cpath d='M12 21v-9'/%3E%3Cpath d='M12 8V3'/%3E%3Cpath d='M20 21v-5'/%3E%3Cpath d='M20 12V3'/%3E%3Cpath d='M2 14h4'/%3E%3Cpath d='M10 8h4'/%3E%3Cpath d='M18 16h4'/%3E%3C/svg%3E")}.keys-drawer-section-head h3,.keys-advanced-toggle strong{color:#171717;font-size:14px;line-height:20px;font-weight:750}.keys-drawer-section-head p,.keys-advanced-toggle small{margin-top:1px;color:#717780;font-size:13px;line-height:18px}.keys-section-content,.keys-advanced-fields{display:grid;gap:14px;padding:16px}.keys-drawer-section>.keys-field,.keys-drawer-section>.keys-switch-row{margin:0 17px 9px}.keys-drawer-section>.keys-drawer-section-head+.keys-field{margin-top:10px}.keys-drawer-section>.keys-field:last-child{margin-bottom:12px}.keys-drawer-section>.keys-switch-row:last-child{margin-bottom:1px}.keys-field{gap:7px;color:#171717;font-size:14px;line-height:20px;font-weight:650}.keys-field input,.keys-field select,.keys-field textarea,.keys-expire-grid input,.keys-expire-grid select{min-height:35px;padding:0 12px;border-color:#dedede;border-radius:8px;color:#171717;background:#fff;font-size:14px;font-weight:450}.keys-field input:focus,.keys-field select:focus,.keys-field textarea:focus,.keys-expire-grid input:focus,.keys-expire-grid select:focus{outline:2px solid rgba(0,0,0,.28);outline-offset:1px}.keys-field select{appearance:auto}.keys-field>small{color:#60656b;font-size:13px;line-height:18px}.keys-field:has(.keys-expire-grid){display:grid;grid-template-columns:160px 140px auto;align-items:center;column-gap:8px;row-gap:7px}.keys-expire-grid select,.keys-expire-grid input{width:auto}.keys-expire-grid input{color:#7b7f86;background:#f7f7f8}.keys-quick-buttons{display:grid;grid-template-columns:58px 72px 58px 72px;gap:8px}.keys-quick-buttons button{height:32px;min-height:32px;padding:0;border-color:#dfe1e5;border-radius:7px;color:#171717;background:#fff;font-size:14px;font-weight:650}.keys-quick-buttons button.active,.keys-quick-buttons button:hover{border-color:#dfe1e5;color:#171717;background:#fff}.keys-drawer-section:first-child>label.keys-field:nth-of-type(2) select{min-height:85px;padding-inline:16px;font-weight:650}.keys-switch-row{min-height:84px;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:16px;padding:16px;border:1px solid #e4e6e8;border-radius:8px;color:#171717;background:#fff}.keys-switch-row>span{grid-column:1;display:grid;gap:2px}.keys-switch-row strong{color:#171717;font-size:14px;line-height:20px;font-weight:750}.keys-switch-row small{color:#737780;font-size:13px;line-height:18px}.keys-switch-row input{grid-column:2;width:36px;min-width:36px;height:22px;min-height:22px;margin:0;padding:2px;appearance:none;border:0;border-radius:999px;background:#d4d4d8;cursor:pointer}.keys-switch-row input:before{content:"";display:block;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0000002e;transition:transform .16s ease}.keys-switch-row input:checked{background:#111}.keys-switch-row input:checked:before{transform:translate(14px)}.keys-drawer-section-advanced,.keys-drawer-section:has(.keys-advanced-toggle){min-height:66px}.keys-advanced-toggle{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 16px;border:0}.keys-advanced-toggle>span{display:grid;gap:1px}.keys-advanced-toggle svg{justify-self:end;color:#171717}.keys-drawer-section:has(.keys-advanced-fields) .keys-advanced-toggle{border-bottom:1px solid #ebebeb}.keys-drawer-footer{min-height:65px;align-items:center;padding:16px 20px;border-top-color:#e5e7eb;background:#fffffffa}.keys-drawer-secondary,.keys-drawer-primary{height:34px;min-height:34px;padding:0 14px;border-radius:8px;font-size:14px;line-height:20px}.keys-drawer-secondary{border-color:#dfe1e5;color:#171717}.keys-drawer-primary{min-width:80px;color:#fff;background:#050505}.keys-created-dialog{width:min(720px,calc(100vw - 32px));gap:20px;padding:22px}.keys-created-list{display:grid;gap:10px;margin:16px 0 4px}.keys-created-item{display:grid;grid-template-columns:minmax(90px,150px) minmax(0,1fr) 28px;align-items:center;gap:10px;padding:10px;border:1px solid #eceee9;border-radius:10px;background:#fafbf8}.keys-created-item strong{overflow:hidden;color:#151715;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.keys-created-item code{overflow:hidden;padding:5px 7px;border-radius:7px;color:#344036;background:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.keys-created-dialog .modal-head{align-items:flex-start}.keys-created-dialog .modal-head h2{color:#111411;font-size:22px;line-height:30px;font-weight:800}.keys-created-dialog .icon-button{width:36px;min-width:36px;height:36px;min-height:36px;border-color:#dfe4df;color:#4f5a52;background:#f7f8f5;box-shadow:none}.keys-created-dialog .modal-actions{gap:10px;margin-top:2px}.keys-created-dialog .ghost-button,.keys-created-dialog .primary-button{height:36px;min-height:36px;padding:0 14px;border-radius:8px;box-shadow:none;font-size:14px;font-weight:700}.keys-created-dialog .ghost-button{border:1px solid #dfe4df;color:#202522;background:#fff}.keys-created-dialog .primary-button{border:1px solid #111111;color:#fff;background:#111}.keys-created-dialog .keys-row-icon{width:28px;min-width:28px;height:28px;min-height:28px;border-color:#dfe4df;color:#4f5a52;background:#fff}.keys-created-dialog .keys-row-icon:hover,.keys-created-dialog .ghost-button:hover,.keys-created-dialog .icon-button:hover{border-color:#cfd6cf;color:#111411;background:#f0f2ef}.keys-password-dialog{width:min(520px,calc(100vw - 32px));gap:18px;padding:22px}.keys-password-dialog .modal-head{align-items:flex-start}.keys-password-dialog .modal-head h2{color:#111411;font-size:22px;line-height:30px;font-weight:800}.keys-password-dialog .icon-button{width:36px;min-width:36px;height:36px;min-height:36px;border-color:#dfe4df;color:#4f5a52;background:#f7f8f5;box-shadow:none}.keys-password-dialog>p{margin:-4px 0 0;color:#657067;font-size:14px;line-height:20px;font-weight:600}.keys-password-field{display:grid;gap:8px}.keys-password-field span{color:#4c554e;font-size:14px;line-height:20px;font-weight:700}.keys-password-field input{width:100%;height:42px;min-height:42px;padding:0 12px;border:1px solid #dfe1e5;border-radius:8px;color:#151715;background:#fff;font:inherit}.keys-password-field input:focus{outline:0;border-color:#748174;box-shadow:0 0 0 3px #74817438}.keys-password-error{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid color-mix(in srgb,var(--danger) 34%,transparent);border-radius:7px;color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,transparent);font-size:13px}.keys-password-dialog .modal-actions{gap:10px;margin-top:2px}.keys-password-dialog .ghost-button,.keys-password-dialog .primary-button{height:36px;min-height:36px;padding:0 14px;border-radius:8px;box-shadow:none;font-size:14px;font-weight:700}.keys-password-dialog .ghost-button{border:1px solid #dfe4df;color:#202522;background:#fff}.keys-password-dialog .primary-button{border:1px solid #111111;color:#fff;background:#111}.keys-password-dialog .icon-button:hover,.keys-password-dialog .ghost-button:hover{border-color:#cfd6cf;color:#111411;background:#f0f2ef}.keys-password-dialog .primary-button:hover{border-color:#202522;background:#202522}.keys-password-dialog .icon-button:disabled,.keys-password-dialog .ghost-button:disabled,.keys-password-dialog .primary-button:disabled{opacity:.55}.keys-page .keys-pagination{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:2px}.keys-page .keys-page-size{display:grid;gap:6px;justify-items:start}.keys-page .keys-page-size select{width:70px;height:32px;min-height:32px;border:1px solid #e1e4e0;border-radius:8px;color:#171717;background:#fff;text-align:center}.keys-page .keys-page-size p{margin:0;color:#6f776f;font-size:14px}.keys-page .keys-page-status{color:#6f776f;font-size:14px;white-space:nowrap}.keys-page .keys-pagination-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.keys-page .keys-pagination-actions button{height:32px;min-height:32px;padding:0 12px;border:1px solid #e1e4e0;border-radius:8px;color:#202522;background:#fff}.keys-page .keys-pagination-actions button:disabled{opacity:.55}.dashboard-overview-page.keys-page{--dashboard-topbar-height: 48px;--keys-topbar-height: 48px;padding-top:0;color:#0a0a0a;background:#fff;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page.keys-page .dashboard-topbar{height:48px;gap:16px;padding:0 16px;border-bottom:0;background:#fffffffa}.dashboard-overview-page.keys-page .dashboard-brand{min-width:132px;gap:10px;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page.keys-page .dashboard-nav{gap:4px}.dashboard-overview-page.keys-page .dashboard-nav button,.dashboard-overview-page.keys-page .dashboard-sidebar-link{font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.keys-page .dashboard-icon-button{width:32px;min-width:32px;height:32px;min-height:32px}.dashboard-overview-page.keys-page .dashboard-sidebar{top:48px;height:calc(100vh - 48px);min-height:calc(100vh - 48px);padding:16px 8px 22px;background:#f5f5f5}.dashboard-overview-page.keys-page .dashboard-sidebar-group{gap:5px;margin-bottom:20px}.dashboard-overview-page.keys-page .dashboard-sidebar-title{padding:0 8px;color:#737373;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page.keys-page .dashboard-sidebar-items{gap:3px}.dashboard-overview-page.keys-page .dashboard-sidebar-link{min-height:32px;gap:10px;padding:0 8px;border-radius:6px;color:#171717}.dashboard-overview-page.keys-page .dashboard-sidebar-link.active{background:#e0e0e0}.dashboard-overview-page.keys-page .dashboard-overview-main.keys-main{width:auto;height:calc(100vh - 48px);min-height:calc(100vh - 48px);display:flex;margin:0 0 0 var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:0;background:#fff}.dashboard-overview-page.keys-page .keys-main-inner{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;gap:0;margin:0;padding:0}.dashboard-overview-page.keys-page .keys-page-head{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 16px 10px}.dashboard-overview-page.keys-page .keys-page-head h1{overflow:hidden;margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.keys-page .keys-create-button{height:28px;min-height:auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;border:1px solid transparent;border-radius:6.4px;color:#fff;background:#050505;box-shadow:none;font-size:12.8px;line-height:19.2px;font-weight:500;letter-spacing:0;white-space:nowrap}.dashboard-overview-page.keys-page .keys-create-button:hover{background:#171717}.dashboard-overview-page.keys-page .keys-create-button svg{width:14px;height:14px;flex:0 0 auto}.dashboard-overview-page.keys-page .keys-content-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:8px 16px 16px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page.keys-page .keys-content-scroll::-webkit-scrollbar,.dashboard-overview-page.keys-page .keys-table-shell::-webkit-scrollbar,.keys-drawer-body::-webkit-scrollbar{width:10px;height:10px}.dashboard-overview-page.keys-page .keys-content-scroll::-webkit-scrollbar-thumb,.dashboard-overview-page.keys-page .keys-table-shell::-webkit-scrollbar-thumb,.keys-drawer-body::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page.keys-page .keys-toolbar{min-height:32px;display:flex;align-items:center;gap:14px;margin:0 0 14px}.dashboard-overview-page.keys-page .keys-search-field{flex:0 0 288px;width:288px}.dashboard-overview-page.keys-page .keys-search-field svg{display:none}.dashboard-overview-page.keys-page .keys-search-field input{height:38px;min-height:38px;padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;font-size:14px;line-height:20px;font-weight:400}.dashboard-overview-page.keys-page .keys-search-field input::placeholder{color:#737373}.dashboard-overview-page.keys-page .keys-filter-button,.dashboard-overview-page.keys-page .keys-view-button{height:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;background:#fff;font-size:14px;line-height:19.2px;font-weight:500}.dashboard-overview-page.keys-page .keys-filter-button{border-style:dashed}.dashboard-overview-page.keys-page .keys-filter-root{position:relative;display:inline-flex;align-items:center}.dashboard-overview-page.keys-page .keys-filter-button[aria-expanded=true]{background:#f4f4f5}.dashboard-overview-page.keys-page .keys-filter-button:before{content:"+";width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid currentColor;border-radius:999px;font-size:12px;line-height:12px}.dashboard-overview-page.keys-page .keys-filter-value{height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:6px;color:#171717;background:#f4f4f5;font-size:13px;line-height:18px;font-weight:500}.dashboard-overview-page.keys-page .keys-filter-reset{height:38px;min-height:38px;display:inline-flex;align-items:center;gap:4px;margin-left:auto;padding:0 8px;border:0;border-radius:6px;color:#525252;background:transparent;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.keys-page .keys-filter-reset:hover{color:#0a0a0a;background:#f4f4f5}.dashboard-overview-page.keys-page .keys-status-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:110;width:290px;padding:6px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-overview-page.keys-page .keys-status-filter-search{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:6px;color:#a3a3a3;background:#f4f4f5}.dashboard-overview-page.keys-page .keys-status-filter-search input{width:100%;min-width:0;border:0;outline:0;color:#171717;background:transparent;font-size:14px;line-height:20px}.dashboard-overview-page.keys-page .keys-status-filter-search input::placeholder{color:#737373}.dashboard-overview-page.keys-page .keys-status-filter-options{display:grid;gap:2px;padding-top:4px}.dashboard-overview-page.keys-page .keys-status-filter-options button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.keys-page .keys-status-filter-options button:hover,.dashboard-overview-page.keys-page .keys-status-filter-options button.selected{background:#f4f4f5}.dashboard-overview-page.keys-page .keys-status-filter-check{width:16px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4d4d4;border-radius:4px;color:#fff;background:#fff}.dashboard-overview-page.keys-page .keys-status-filter-options button.selected .keys-status-filter-check{border-color:#0a0a0a;background:#0a0a0a}.dashboard-overview-page.keys-page .keys-status-filter-options p{margin:6px 8px 4px;color:#737373;font-size:13px;line-height:20px}.dashboard-overview-page.keys-page .keys-status-filter-footer{margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5}.dashboard-overview-page.keys-page .keys-status-filter-clear{width:100%;height:32px;display:flex;align-items:center;padding:0 14px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.keys-page .keys-status-filter-clear:hover{background:#f4f4f5}.dashboard-overview-page.keys-page .keys-table-shell{width:100%;overflow:auto hidden;padding-bottom:0;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none;scrollbar-width:none}.dashboard-overview-page.keys-page .keys-table-shell::-webkit-scrollbar{display:none}.dashboard-overview-page.keys-page .keys-table{width:100%;min-width:1756px;border-collapse:collapse;table-layout:fixed;font-size:13px;line-height:18px}.dashboard-overview-page.keys-page .keys-col-select{width:44px}.dashboard-overview-page.keys-page .keys-col-name,.dashboard-overview-page.keys-page .keys-col-status,.dashboard-overview-page.keys-page .keys-col-quota{width:120px}.dashboard-overview-page.keys-page .keys-col-key{width:300px}.dashboard-overview-page.keys-page .keys-col-group{width:170px}.dashboard-overview-page.keys-page .keys-col-model,.dashboard-overview-page.keys-page .keys-col-ip{width:105px}.dashboard-overview-page.keys-page .keys-col-created,.dashboard-overview-page.keys-page .keys-col-last{width:205px}.dashboard-overview-page.keys-page .keys-col-expired{width:145px}.dashboard-overview-page.keys-page .keys-col-actions{width:112px}.dashboard-overview-page.keys-page .keys-table thead th{height:44px;padding:0 10px;border-bottom:1px solid #e5e5e5;color:#171717;background:transparent;font-size:13px;line-height:18px;font-weight:500;text-align:left;white-space:nowrap}.dashboard-overview-page.keys-page .keys-table thead th button{height:28px;display:inline-flex;align-items:center;gap:4px;margin-left:-8px;padding:0 8px;border:1px solid transparent;border-radius:6px;color:inherit;background:transparent;font:inherit}.dashboard-overview-page.keys-page .keys-table thead th button:after{content:"";width:14px;height:14px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5 5 5-5'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5 5 5-5'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3C/svg%3E") center / contain no-repeat}.dashboard-overview-page.keys-page .keys-th-select{padding-left:10px}.dashboard-overview-page.keys-page .keys-th-select input,.dashboard-overview-page.keys-page .keys-row-select input{width:18px;height:18px;min-height:18px;margin:0;accent-color:#0a0a0a}.dashboard-overview-page.keys-page .keys-table tbody td{height:52px;padding:6px 10px;border-bottom:1px solid #e5e5e5;color:#171717;background:transparent;font-size:13px;line-height:18px;font-weight:400;vertical-align:middle}.dashboard-overview-page.keys-page .keys-data-row:hover td{background:#fafafa}.dashboard-overview-page.keys-page .keys-table tbody .keys-empty-row td{height:520px;padding:0;border-bottom:0;background:#fff;vertical-align:middle}.dashboard-overview-page.keys-page .keys-table tbody .keys-empty-row td:last-child{position:static;right:auto;z-index:auto;background:#fff}.dashboard-overview-page.keys-page .keys-empty-state{position:sticky;left:0;width:clamp(280px,calc(100vw - var(--keys-sidebar-width) - 56px),100%);min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 16px;color:#666;text-align:center}.dashboard-overview-page.keys-page .keys-empty-state svg{width:32px;height:32px;flex:0 0 auto;color:#111}.dashboard-overview-page.keys-page .keys-empty-state strong{color:#171717;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page.keys-page .keys-empty-state span{max-width:260px;color:#666;font-size:14px;line-height:20px;white-space:normal}.dashboard-overview-page.keys-page .keys-table thead th:last-child,.dashboard-overview-page.keys-page .keys-table tbody td:last-child{position:sticky;right:0;z-index:2;background:#fff}.dashboard-overview-page.keys-page .keys-table thead th:last-child{z-index:3}.dashboard-overview-page.keys-page .keys-data-row:hover td:last-child{background:#fafafa}.dashboard-overview-page.keys-page .keys-data-row.menu-open{position:relative;z-index:120}.dashboard-overview-page.keys-page .keys-key-cell{min-width:0;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.keys-page .keys-key-code{max-width:100%;height:24px;display:inline-flex;align-items:center;overflow:hidden;padding:0;border-radius:6px;color:#666;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.keys-page .keys-key-copy{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;color:#171717;background:transparent}.dashboard-overview-page.keys-page .keys-key-copy:hover{background:#f4f4f5}.dashboard-overview-page.keys-page .keys-key-copy:disabled{opacity:.5}.dashboard-overview-page.keys-page .keys-status-badge{min-width:0;height:18px;gap:5px;padding:0;border-radius:0;color:#10b981;background:transparent;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page.keys-page .keys-status-badge:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.dashboard-overview-page.keys-page .keys-status-badge.disabled{color:#737373;background:transparent}.dashboard-overview-page.keys-page .keys-status-badge.warning{color:#d97706;background:transparent}.dashboard-overview-page.keys-page .keys-dot-text{display:inline-flex;align-items:center;gap:6px;color:#666;white-space:nowrap}.dashboard-overview-page.keys-page .keys-dot-text:before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:#a3a3a3}.dashboard-overview-page.keys-page .keys-group-cell{display:inline-flex;align-items:center;gap:6px;color:#666;font-size:13px;font-weight:500;white-space:nowrap}.dashboard-overview-page.keys-page .keys-group-cell:before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:currentColor}.dashboard-overview-page.keys-page .keys-group-cell.default{color:#0284c7}.dashboard-overview-page.keys-page .keys-group-cell.custom{color:#666}.dashboard-overview-page.keys-page .keys-group-multiplier{height:16px;display:inline-flex;align-items:center;padding:0 5px;border-radius:999px;color:#9ca3af;background:#f3f4f6;font-size:11px;line-height:16px}.dashboard-overview-page.keys-page .keys-row-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:64px}.dashboard-overview-page.keys-page .keys-action-button,.dashboard-overview-page.keys-page .keys-row-menu-button{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:8px;color:#171717;background:transparent}.dashboard-overview-page.keys-page .keys-action-button.danger{color:#ef0000}.dashboard-overview-page.keys-page .keys-action-button.success{color:#059669}.dashboard-overview-page.keys-page .keys-action-button:hover,.dashboard-overview-page.keys-page .keys-row-menu-button:hover,.dashboard-overview-page.keys-page .keys-row-menu-button[aria-expanded=true]{background:#f3f4f6}.dashboard-overview-page.keys-page .keys-action-button:disabled,.dashboard-overview-page.keys-page .keys-row-menu-button:disabled{opacity:.48}.dashboard-overview-page.keys-page .keys-row-menu{position:fixed;z-index:160;width:184px;display:grid;gap:0;padding:4px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-overview-page.keys-page .keys-row-menu button{height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0 10px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;text-align:left}.dashboard-overview-page.keys-page .keys-row-menu button span:first-child{flex:1 1 auto;min-width:0}.dashboard-overview-page.keys-page .keys-row-menu-separator{height:1px;margin:4px 0;background:#e8e8e8}.dashboard-overview-page.keys-page .keys-row-menu button:hover{background:#f5f5f5}.dashboard-overview-page.keys-page .keys-row-menu button.danger{color:#dc2626}.dashboard-overview-page.keys-page .keys-pagination{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding:12px 16px;border-top:1px solid #e5e5e5;background:#fff}.dashboard-overview-page.keys-page .keys-page-size{display:flex;align-items:center;gap:8px}.dashboard-overview-page.keys-page .keys-page-size select{width:70px;height:32px;min-height:32px;padding:0 10px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.keys-page .keys-page-size p,.dashboard-overview-page.keys-page .keys-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap}.dashboard-overview-page.keys-page .keys-page-status{color:#666}.dashboard-overview-page.keys-page .keys-pagination-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page.keys-page .keys-pagination-actions button{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.keys-page .keys-pagination-actions button.active{border-color:#050505;color:#fff;background:#050505;opacity:1}.dashboard-overview-page.keys-page .keys-pagination-actions button:disabled:not(.active){color:#b8b8b8;background:#fff;opacity:.55}.keys-drawer-backdrop{justify-content:flex-start;background:#0000001a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.keys-drawer{position:relative;width:min(620px,100vw);height:100dvh;max-width:620px;flex:0 0 auto;display:flex;flex-direction:column;overflow:hidden;border:0;border-radius:0;color:#0a0a0a;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:14px;line-height:20px}.keys-drawer.is-create{margin-right:auto;border-right:1px solid #e5e5e5}.keys-drawer.is-edit{margin-left:auto;border-left:1px solid #e5e5e5;border-right:0}.keys-drawer-head{min-height:83px;display:flex;flex-direction:column;gap:2px;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#fff}.keys-drawer-head>div{min-width:0;padding-right:40px}.keys-drawer-head h2{margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:500}.keys-drawer-head p{margin:0;padding-right:24px;color:#666;font-size:14px;line-height:20px;font-weight:400}.keys-drawer-close{position:absolute;top:12px;right:12px;width:28px;min-width:28px;height:28px;min-height:28px;margin:0;border-radius:6px;color:#171717}.keys-drawer-body{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overscroll-behavior:contain;padding:16px;background:#fff;scrollbar-width:none;-ms-overflow-style:none}.keys-drawer-body::-webkit-scrollbar{display:none;width:0;height:0}.keys-drawer-section{overflow:hidden;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.keys-drawer-section-head{min-height:65px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e5e5e5}.keys-drawer-section-head:before,.keys-advanced-toggle:before{width:42px;height:42px;border-color:#e5e5e5;border-radius:8px;background-color:#f7f7f7}.keys-drawer-section-head h3,.keys-advanced-toggle strong{color:#171717;font-size:14px;line-height:14px;font-weight:500}.keys-drawer-section-head p,.keys-advanced-toggle small{margin-top:4px;color:#666;font-size:12px;line-height:16px;font-weight:400}.keys-drawer-section>.keys-field,.keys-drawer-section>.keys-switch-row{margin:0 16px 16px}.keys-drawer-section>.keys-drawer-section-head+.keys-field{margin-top:16px}.keys-field{gap:8px;color:#171717;font-size:14px;line-height:14px;font-weight:500}.keys-field input,.keys-field select,.keys-field textarea,.keys-expire-grid input,.keys-expire-grid select{height:32px;min-height:32px;padding:4px 10px;border:1px solid #d4d4d4;border-radius:8px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400}.keys-drawer-section:first-child>label.keys-field:nth-of-type(2) select{min-height:80px;height:80px;padding:12px 16px;background:#f5f5f58c;font-weight:500;line-height:20px}.keys-field:has(.keys-expire-grid){display:grid;grid-template-columns:minmax(120px,1fr) 128px auto;align-items:center;column-gap:8px;row-gap:8px}.keys-field:has(.keys-expire-grid)>span{grid-column:1 / -1}.keys-expire-grid{display:contents}.keys-expire-grid input{width:128px;color:#666;background:#f5f5f5a6}.keys-quick-buttons{display:grid;grid-template-columns:54px 65px 51px 65px;gap:8px}.keys-quick-buttons button{height:28px;min-height:28px;padding:0;border:1px solid #e5e5e5;border-radius:6px;color:#171717;background:#fff;font-size:14px;line-height:20px;font-weight:500}.keys-switch-row{min-height:84px;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:16px;padding:16px;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.keys-switch-row strong{font-size:14px;line-height:20px;font-weight:700}.keys-switch-row small,.keys-field>small{color:#666;font-size:12px;line-height:16px;font-weight:400}.keys-advanced-toggle{min-height:64px;padding:12px 16px}.keys-advanced-fields{gap:16px;padding:16px}.keys-drawer-footer{min-height:65px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #e5e5e5;background:#fff}.keys-drawer-secondary,.keys-drawer-primary{height:32px;min-height:32px;padding:0 10px;border-radius:8px;font-size:14px;line-height:20px;font-weight:500}.keys-drawer-secondary{border:1px solid #e5e5e5;color:#171717;background:#fff}.keys-drawer-primary{min-width:78px;border:1px solid transparent;color:#fff;background:#050505}.keys-drawer{width:min(620px,100vw);font-size:14px;line-height:20px}.keys-drawer-head{min-height:92px;padding:18px 20px 16px}.keys-drawer-head h2{font-size:20px;line-height:28px;font-weight:700}.keys-drawer-head p{color:#666;font-size:14px;line-height:20px}.keys-drawer-body{gap:16px;padding:16px}.keys-drawer-section{border-color:#e5e5e5;border-radius:8px}.keys-drawer-section-head{min-height:65px;gap:12px;padding:10px 16px;border-bottom-color:#e5e5e5}.keys-drawer-section-head>div,.keys-advanced-toggle>span{display:grid;gap:1px;min-width:0}.keys-drawer-section-head:before,.keys-advanced-toggle:before{width:42px;height:42px;border-color:#e5e5e5;border-radius:8px;background-color:#f7f7f7;background-size:24px 24px}.keys-drawer-section-head h3,.keys-advanced-toggle strong{color:#171717;font-size:15px;line-height:22px;font-weight:700}.keys-drawer-section-head p,.keys-advanced-toggle small{margin:0;color:#666;font-size:13px;line-height:18px;font-weight:400}.keys-section-content,.keys-advanced-fields{display:grid;gap:16px;padding:16px}.keys-section-content>.keys-field,.keys-section-content>.keys-switch-row,.keys-advanced-fields>.keys-field,.keys-advanced-fields>.keys-switch-row{margin:0}.keys-field{gap:8px;color:#171717;font-size:14px;line-height:20px;font-weight:650}.keys-field input,.keys-field select,.keys-field textarea,.keys-expire-grid input,.keys-expire-grid select{height:36px;min-height:36px;padding:0 12px;border-color:#e5e5e5;border-radius:8px;color:#171717;background:#fff;font-size:14px;line-height:20px;font-weight:400}.keys-field input[type=time]::-webkit-calendar-picker-indicator{display:none}.keys-field input[type=time]{appearance:textfield}.keys-field textarea{min-height:92px;padding:8px 12px}.keys-field input::placeholder,.keys-field textarea::placeholder{color:#737373}.keys-field input:focus,.keys-field select:focus,.keys-field textarea:focus,.keys-expire-grid input:focus,.keys-expire-grid select:focus{outline:0;border-color:#a3a3a3;box-shadow:0 0 0 3px #71717173}.keys-field:has(.keys-expire-grid){grid-template-columns:160px 128px auto;column-gap:8px;row-gap:8px}.keys-expire-grid select,.keys-expire-grid input,.keys-quick-buttons button{height:32px;min-height:32px}.keys-expire-grid input{width:128px;color:#737373;background:#f7f7f7}.keys-quick-buttons{grid-template-columns:54px 65px 51px 65px;gap:8px}.keys-quick-buttons button{border-color:#e5e5e5;border-radius:7px;color:#171717;background:#fff;font-size:14px;line-height:20px;font-weight:650}.keys-quick-buttons button.active,.keys-quick-buttons button:hover{border-color:#d4d4d4;color:#171717;background:#fff}.keys-quota-content{padding:16px}.keys-drawer-section.keys-drawer-section-quota{border:1px solid #e5e5e5;border-radius:8px}.keys-drawer-section-quota .keys-drawer-section-head{min-height:65px;gap:12px;padding:12px 16px;border-bottom-color:#e5e5e5}.keys-drawer-section-quota .keys-drawer-section-head:before{width:40px;height:40px;border-color:#e5e5e5;border-radius:8px;background-color:#f7f7f7;background-size:20px 20px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2'/%3E%3Cpath d='M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21'/%3E%3C/svg%3E")}.keys-drawer-section-quota .keys-drawer-section-head h3{font-size:14px;line-height:14px;font-weight:500}.keys-drawer-section-quota .keys-drawer-section-head p{margin-top:4px;font-size:12px;line-height:16px}.keys-switch-row,.keys-quota-switch{min-height:80px;padding:18px 16px;border-color:#e5e5e5;border-radius:8px}.keys-quota-switch{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;height:80px;min-height:80px;padding:12px 16px}.keys-quota-switch>span{order:1;flex:1 1 auto;min-width:0;display:grid;gap:2px}.keys-quota-switch input{order:2;flex:0 0 auto;width:32px;min-width:32px;height:18.4px;min-height:18.4px;padding:1.2px}.keys-quota-switch input:before{width:16px;height:16px}.keys-quota-switch input:checked:before{transform:translate(13.6px)}.keys-switch-row strong{color:#171717;font-size:14px;line-height:20px;font-weight:650}.keys-quota-switch strong{font-weight:500}.keys-switch-row small,.keys-field>small{color:#666;font-size:13px;line-height:18px;font-weight:400}.keys-quota-switch small{font-size:12px;line-height:16px}.keys-switch-row input{width:36px;min-width:36px;height:22px;min-height:22px}.keys-switch-row.keys-quota-switch input{width:32px;min-width:32px;height:18.4px;min-height:18.4px}.keys-quantity-field input{height:32px;min-height:32px}.keys-drawer-section.keys-drawer-section-advanced{border:1px solid #e5e5e5;border-radius:8px;min-height:64px}.keys-advanced-toggle{height:64px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 16px;border:0;color:#171717;background:transparent;text-align:left}.keys-advanced-toggle:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='7' x2='9' y2='7'/%3E%3Cline x1='15' y1='7' x2='20' y2='7'/%3E%3Ccircle cx='12' cy='7' r='2'/%3E%3Cline x1='4' y1='17' x2='13' y2='17'/%3E%3Cline x1='19' y1='17' x2='20' y2='17'/%3E%3Ccircle cx='16' cy='17' r='2'/%3E%3C/svg%3E")}.keys-advanced-toggle>span{flex:1 1 auto}.keys-advanced-toggle svg{flex:0 0 auto;color:#666}.keys-drawer-section-advanced.is-open .keys-advanced-toggle{border-bottom:1px solid #e5e5e5}@media(max-width:1100px){.keys-page .keys-topnav{display:none}.keys-page .keys-main-inner{width:calc(100% - 24px);margin:0 12px}}@media(max-width:900px){.keys-page .keys-sidebar{display:none}.keys-page .keys-main{margin-left:0}.keys-page .keys-main-inner{width:calc(100% - 24px)}}@media(max-width:760px){.keys-page .keys-topbar{gap:10px;padding-inline:10px}.keys-page .keys-search-button{display:none}.keys-page .keys-page-head,.keys-page .keys-toolbar,.keys-page .keys-pagination{flex-direction:column;align-items:stretch}.keys-page .keys-pagination-actions{justify-content:flex-start}.keys-page .keys-table{min-width:920px}}@media(max-width:760px){.dashboard-overview-page.keys-page,.dashboard-overview-page.keys-page.sidebar-collapsed{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;padding-top:0;overflow:hidden;background:#f7f8f6}.dashboard-overview-page.keys-page .dashboard-sidebar{display:none}.dashboard-overview-page.keys-page .dashboard-overview-main.keys-main,.dashboard-overview-page.keys-page.sidebar-collapsed .dashboard-overview-main.keys-main{width:100%;height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0;background:#f7f8f6}.dashboard-overview-page.keys-page .keys-main-inner{width:100%;height:100%;margin:0;padding:0;background:transparent}.dashboard-overview-page.keys-page .keys-page-head{min-height:52px;flex-direction:row;align-items:center;gap:10px;padding:12px 12px 8px;background:#f7f8f6}.dashboard-overview-page.keys-page .keys-page-head h1{min-width:0;font-size:18px;line-height:26px;letter-spacing:0}.dashboard-overview-page.keys-page .keys-create-button{height:32px;min-height:32px;flex:0 0 auto;padding:0 10px;border-radius:8px;font-size:13px;line-height:18px}.dashboard-overview-page.keys-page .keys-content-scroll{width:100%;overflow:auto;padding:8px 12px 12px}.dashboard-overview-page.keys-page .keys-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:10px}.dashboard-overview-page.keys-page .keys-search-field{grid-column:1 / -1;width:100%;flex-basis:auto}.dashboard-overview-page.keys-page .keys-search-field input{height:38px;min-height:38px;background:#fff}.dashboard-overview-page.keys-page .keys-filter-root{min-width:0}.dashboard-overview-page.keys-page .keys-filter-button{max-width:100%;height:36px;min-height:36px;overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.keys-page .keys-filter-reset{width:36px;height:36px;min-height:36px;justify-content:center;margin-left:0;padding:0}.dashboard-overview-page.keys-page .keys-filter-reset span{display:none}.dashboard-overview-page.keys-page .keys-status-filter-menu{position:fixed;top:146px;left:12px;right:12px;width:auto;max-height:calc(100dvh - 170px);overflow:auto}.dashboard-overview-page.keys-page .keys-table-shell{overflow:visible;border:0;border-radius:0;background:transparent}.dashboard-overview-page.keys-page .keys-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0;background:transparent}.dashboard-overview-page.keys-page .keys-table colgroup,.dashboard-overview-page.keys-page .keys-table thead{display:none}.dashboard-overview-page.keys-page .keys-table tbody{display:grid;gap:10px}.dashboard-overview-page.keys-page .keys-data-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto;grid-template-areas:"select name actions" "status status status" "key key key" "quota quota quota" "model model model" "ip ip ip" "created created created" "last last last" "expired expired expired";gap:9px 8px;padding:12px;border:1px solid #e6e8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f17140a}.dashboard-overview-page.keys-page .keys-table tbody td,.dashboard-overview-page.keys-page .keys-table thead th:last-child,.dashboard-overview-page.keys-page .keys-table tbody td:last-child{position:static;right:auto;z-index:auto;height:auto;min-height:0;padding:0;border-bottom:0;background:transparent;white-space:normal}.dashboard-overview-page.keys-page .keys-data-row:hover td,.dashboard-overview-page.keys-page .keys-data-row:hover td:last-child{background:transparent}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(1){grid-area:select;align-self:center}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(2){grid-area:name;align-self:center;overflow:hidden;color:#111;font-size:15px;line-height:22px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(3){grid-area:status}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(4){grid-area:key}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(5){grid-area:quota}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(6){grid-area:model}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(7){grid-area:ip}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(8){grid-area:created}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(9){grid-area:last}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(10){grid-area:expired}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(11){grid-area:actions;align-self:center}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10){min-height:28px;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;column-gap:10px;color:#4f5751;font-size:13px;line-height:18px;text-align:right}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10):before{color:#848c85;font-size:12px;line-height:18px;font-weight:600;text-align:left}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(3):before{content:"状态"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(4):before{content:"API 密钥"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(5):before{content:"额度"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(6):before{content:"模型"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(7):before{content:"IP 限制"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(8):before{content:"创建时间"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(9):before{content:"最后使用"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(10):before{content:"过期时间"}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10)>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.keys-page .keys-status-badge{min-height:20px;justify-self:end}.dashboard-overview-page.keys-page .keys-dot-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.keys-page .keys-key-cell{width:100%;min-width:0;display:flex;justify-content:flex-end;gap:8px}.dashboard-overview-page.keys-page .keys-key-code{min-width:0;max-width:100%;height:28px;padding:0 8px;background:#f5f6f4}.dashboard-overview-page.keys-page .keys-key-copy,.dashboard-overview-page.keys-page .keys-action-button,.dashboard-overview-page.keys-page .keys-row-menu-button{background:#f6f7f5}.dashboard-overview-page.keys-page .keys-row-actions{position:relative;min-width:0;justify-content:flex-end;gap:4px}.dashboard-overview-page.keys-page .keys-empty-row,.dashboard-overview-page.keys-page .keys-empty-row td,.dashboard-overview-page.keys-page .keys-empty-row td:last-child{display:block;height:auto;padding:0;background:transparent}.dashboard-overview-page.keys-page .keys-empty-state{position:static;width:100%;min-height:260px;border:1px solid #e6e8e5;border-radius:12px;background:#fff}.dashboard-overview-page.keys-page .keys-pagination{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.dashboard-overview-page.keys-page .keys-page-size{min-width:0;gap:6px}.dashboard-overview-page.keys-page .keys-page-size select{width:62px;height:30px;min-height:30px;padding:0 8px;font-size:13px}.dashboard-overview-page.keys-page .keys-page-size p,.dashboard-overview-page.keys-page .keys-page-status{font-size:12px;line-height:18px}.dashboard-overview-page.keys-page .keys-page-status{grid-column:1 / -1;order:3;text-align:center}.dashboard-overview-page.keys-page .keys-pagination-actions{gap:5px;justify-content:flex-end;margin-left:0}.dashboard-overview-page.keys-page .keys-pagination-actions button{width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:8px}.keys-drawer-backdrop{align-items:stretch;justify-content:center;padding:0}.keys-drawer,.keys-drawer.is-create,.keys-drawer.is-edit{width:100vw;max-width:100vw;height:100dvh;margin:0;border:0}.keys-drawer-head{min-height:auto;padding:14px 48px 12px 14px}.keys-drawer-head h2{font-size:18px;line-height:26px}.keys-drawer-head p{padding-right:0;font-size:12px;line-height:18px}.keys-drawer-body{gap:12px;padding:12px}.keys-drawer-section-head,.keys-drawer-section-quota .keys-drawer-section-head,.keys-advanced-toggle{min-height:58px;gap:10px;padding:10px 12px}.keys-drawer-section-head:before,.keys-advanced-toggle:before{width:34px;height:34px;background-size:20px 20px}.keys-section-content,.keys-quota-content,.keys-advanced-fields{gap:12px;padding:12px}.keys-field:has(.keys-expire-grid){grid-template-columns:minmax(0,1fr) 96px}.keys-expire-grid select{grid-column:1 / -1;width:100%}.keys-expire-grid input{width:100%}.keys-quick-buttons{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.keys-quick-buttons button{min-width:0;font-size:12px}.keys-switch-row,.keys-quota-switch{height:auto;min-height:70px;padding:12px}.keys-drawer-footer{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch;min-height:58px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.keys-drawer-secondary,.keys-drawer-primary{width:100%}.keys-created-dialog,.keys-password-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto;padding:16px}.keys-created-item{grid-template-columns:minmax(0,1fr) 32px;gap:8px}.keys-created-item strong{grid-column:1 / -1}}@media(max-width:380px){.dashboard-overview-page.keys-page .keys-page-head{gap:8px}.dashboard-overview-page.keys-page .keys-create-button{padding:0 8px;font-size:12px}.dashboard-overview-page.keys-page .keys-data-row{padding:11px}.dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10){grid-template-columns:74px minmax(0,1fr)}}:root[data-theme=dark] .keys-page{color:#e7ece7;background:#0f1310}:root[data-theme=dark] .keys-page .keys-topbar{border-bottom-color:#273027;background:#111511fa}:root[data-theme=dark] .keys-page .keys-search-button{border-color:#2b332b;color:#d7ddd7;background:#171c17}:root[data-theme=dark] .keys-page .keys-search-button kbd{border-color:#2b332b;color:#a7afa9;background:#111611}:root[data-theme=dark] .keys-page .keys-topbar-icon:hover{background:#ffffff0f}:root[data-theme=dark] .keys-page .keys-sidebar{border-right-color:#273027;background:#161a16}:root[data-theme=dark] .keys-page .keys-sidebar-title{color:#8f9791}:root[data-theme=dark] .keys-page .keys-sidebar-item{color:#d8ddd7}:root[data-theme=dark] .keys-page .keys-sidebar-item:hover{background:#ffffff0d}:root[data-theme=dark] .keys-page .keys-sidebar-item.active{color:#f4f7f3;background:#252b25}:root[data-theme=dark] .keys-page .keys-main{background:#101411}:root[data-theme=dark] .dashboard-overview-page.keys-page .dashboard-overview-main.keys-main,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-content-scroll,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-main-inner{background:#101411}:root[data-theme=dark] .keys-page .keys-page-head h1,:root[data-theme=dark] .keys-page .keys-empty-state strong{color:#f4f7f3}:root[data-theme=dark] .keys-page .keys-create-button{border:1px solid #2b332b;background:#111}:root[data-theme=dark] .keys-page .keys-search-field input,:root[data-theme=dark] .keys-page .keys-filter-button,:root[data-theme=dark] .keys-page .keys-page-size select,:root[data-theme=dark] .keys-page .keys-pagination-actions button{border-color:#2b332b;color:#eef2ee;background:#161a16}:root[data-theme=dark] .keys-page .keys-filter-button[aria-expanded=true],:root[data-theme=dark] .keys-page .keys-filter-value,:root[data-theme=dark] .keys-page .keys-filter-reset:hover,:root[data-theme=dark] .keys-page .keys-status-filter-search,:root[data-theme=dark] .keys-page .keys-status-filter-options button:hover,:root[data-theme=dark] .keys-page .keys-status-filter-options button.selected,:root[data-theme=dark] .keys-page .keys-status-filter-clear:hover{background:#252b25}:root[data-theme=dark] .keys-page .keys-filter-value,:root[data-theme=dark] .keys-page .keys-filter-reset,:root[data-theme=dark] .keys-page .keys-status-filter-clear,:root[data-theme=dark] .keys-page .keys-status-filter-options button,:root[data-theme=dark] .keys-page .keys-status-filter-search input{color:#eef2ee}:root[data-theme=dark] .keys-page .keys-status-filter-menu{border-color:#273027;background:#161a16;box-shadow:0 14px 26px #0000005c}:root[data-theme=dark] .keys-page .keys-status-filter-footer{border-top-color:#273027}:root[data-theme=dark] .keys-page .keys-status-filter-check{border-color:#374137;background:#161a16}:root[data-theme=dark] .keys-page .keys-status-filter-options button.selected .keys-status-filter-check{border-color:#eef2ee;color:#161a16;background:#eef2ee}:root[data-theme=dark] .keys-page .keys-table-shell{border-color:#273027;background:#151a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table{background:#151a16}:root[data-theme=dark] .keys-page .keys-table thead th{border-bottom-color:#273027;color:#9ca59f;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-row td,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-row td:last-child{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-state svg{color:#f4f7f3}:root[data-theme=dark] .keys-page .keys-empty-state{color:#a3aba5}:root[data-theme=dark] .keys-page .keys-empty-state span,:root[data-theme=dark] .keys-page .keys-page-size p,:root[data-theme=dark] .keys-page .keys-page-status{color:#a3aba5}:root[data-theme=dark] .keys-page .keys-table tbody td{border-bottom-color:#202720;color:#dce2dc;background:#151a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-th-select input,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-select input{accent-color:#d8dfd8}:root[data-theme=dark] .keys-page .keys-data-row:hover td{background:#1a211b}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table thead th:last-child,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table tbody td:last-child{background:#151a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table thead th:last-child{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row:hover td:last-child{background:#1a211b}:root[data-theme=dark] .keys-page .keys-key-code{color:#d7ddd7;background:#101510}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-key-copy,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-action-button,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu-button{color:#c6cec6}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-key-copy:hover,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-action-button:hover,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu-button:hover,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu-button[aria-expanded=true]{color:#fff;background:#ffffff12}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-action-button.danger{color:#f87171}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-action-button.success{color:#34d399}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu{border-color:#303a30;color:#e4ebe4;background:#101610;box-shadow:0 18px 36px #0000006b,0 0 0 1px #ffffff05}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button{color:#e4ebe4;background:transparent}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button svg{color:#cbd4cb}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button:hover{color:#fff;background:#1b241b}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu-separator{background:#273027}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button.danger{color:#f87171}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button.danger svg{color:#f87171}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu button.danger:hover{color:#fecaca;background:#7f1d1d47}:root[data-theme=dark] .keys-page .keys-status-badge.enabled{color:#a7f3d0;background:#16653459}:root[data-theme=dark] .keys-page .keys-status-badge.disabled{color:#bac2ba;background:#252b25}:root[data-theme=dark] .keys-page .keys-status-badge.warning{color:#fde68a;background:#92400e59}:root[data-theme=dark] .keys-page .keys-row-icon{color:#c6cec6}:root[data-theme=dark] .keys-page .keys-row-icon:hover{color:#fff;background:#ffffff12}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-pagination{border-top-color:#273027;background:#101411}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-page-size p,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-page-status{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-page-size select,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-pagination-actions button{border-color:#2b332b;color:#eef2ee;background:#151a16}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-pagination-actions button.active{border-color:#d8dfd8;color:#101411;background:#d8dfd8}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-pagination-actions button:disabled:not(.active){border-color:#273027;color:#6f796f;background:#111611}:root[data-theme=dark] .keys-feedback.error{color:#fecaca;background:#7f1d1d6b}:root[data-theme=dark] .keys-feedback.success{color:#bbf7d0;background:#14532d6b}:root[data-theme=dark] .keys-drawer-feedback{border-color:#f8717157;color:#fecaca;background:#7f1d1d33}:root[data-theme=dark] .keys-drawer-feedback svg{color:#fca5a5}:root[data-theme=dark] .keys-drawer{background:#111611}:root[data-theme=dark] .keys-drawer-head,:root[data-theme=dark] .keys-drawer-section+.keys-drawer-section,:root[data-theme=dark] .keys-drawer-footer{border-color:#273027}:root[data-theme=dark] .keys-drawer-head h2,:root[data-theme=dark] .keys-drawer-section-head h3,:root[data-theme=dark] .keys-field,:root[data-theme=dark] .keys-switch-row,:root[data-theme=dark] .keys-advanced-toggle,:root[data-theme=dark] .keys-created-item strong{color:#f3f6f2}:root[data-theme=dark] .keys-drawer-head p,:root[data-theme=dark] .keys-drawer-section-head p,:root[data-theme=dark] .keys-field small,:root[data-theme=dark] .keys-switch-row small,:root[data-theme=dark] .keys-advanced-toggle small{color:#9fa8a1}:root[data-theme=dark] .keys-drawer-close:hover{background:#ffffff12}:root[data-theme=dark] .keys-field input,:root[data-theme=dark] .keys-field select,:root[data-theme=dark] .keys-field textarea,:root[data-theme=dark] .keys-expire-grid input,:root[data-theme=dark] .keys-expire-grid select,:root[data-theme=dark] .keys-drawer-secondary{border-color:#2b332b;color:#eef2ee;background:#161a16}:root[data-theme=dark] .keys-field input:disabled{color:#89948b;background:#101510}:root[data-theme=dark] .keys-quick-buttons button{border-color:#2b332b;color:#d7ddd7;background:#161a16}:root[data-theme=dark] .keys-quick-buttons button.active,:root[data-theme=dark] .keys-quick-buttons button:hover{border-color:#f4f7f3;color:#111611;background:#f4f7f3}:root[data-theme=dark] .keys-drawer-footer{background:#111611f5}:root[data-theme=dark] .keys-created-item{border-color:#273027;background:#151a15}:root[data-theme=dark] .keys-created-item code{color:#d7ddd7;background:#101510}:root[data-theme=dark] .keys-password-field span{color:#d7ddd7}:root[data-theme=dark] .keys-password-field input{border-color:#2b332b;color:#eef2ee;background:#161a16}:root[data-theme=dark] .keys-drawer-backdrop{background:#00000085;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root[data-theme=dark] .keys-drawer{color:#f3f6f2;background:#0f150f;border-color:#293229;box-shadow:18px 0 44px #00000061}:root[data-theme=dark] .keys-drawer.is-create{border-right-color:#293229}:root[data-theme=dark] .keys-drawer.is-edit{border-left-color:#293229}:root[data-theme=dark] .keys-drawer-head,:root[data-theme=dark] .keys-drawer-footer{border-color:#263026;background:#0f150f}:root[data-theme=dark] .keys-drawer-body{background:linear-gradient(180deg,#101710,#0d130d)}:root[data-theme=dark] .keys-drawer-section,:root[data-theme=dark] .keys-drawer-section.keys-drawer-section-quota,:root[data-theme=dark] .keys-drawer-section.keys-drawer-section-advanced{border-color:#263026;background:#151c15;box-shadow:inset 0 1px #ffffff08}:root[data-theme=dark] .keys-drawer-section+.keys-drawer-section{border-top-color:#263026}:root[data-theme=dark] .keys-drawer-section-head,:root[data-theme=dark] .keys-drawer-section-quota .keys-drawer-section-head,:root[data-theme=dark] .keys-drawer-section-advanced.is-open .keys-advanced-toggle{border-bottom-color:#263026;background:#151c15}:root[data-theme=dark] .keys-section-content,:root[data-theme=dark] .keys-quota-content,:root[data-theme=dark] .keys-advanced-fields{background:#151c15}:root[data-theme=dark] .keys-drawer-head h2,:root[data-theme=dark] .keys-drawer-section-head h3,:root[data-theme=dark] .keys-advanced-toggle strong,:root[data-theme=dark] .keys-field>span,:root[data-theme=dark] .keys-switch-row strong{color:#f3f6f2}:root[data-theme=dark] .keys-drawer-head p,:root[data-theme=dark] .keys-drawer-section-head p,:root[data-theme=dark] .keys-advanced-toggle small,:root[data-theme=dark] .keys-field>small,:root[data-theme=dark] .keys-switch-row small{color:#a6b0a6}:root[data-theme=dark] .keys-drawer-section-head:before,:root[data-theme=dark] .keys-drawer-section-quota .keys-drawer-section-head:before,:root[data-theme=dark] .keys-advanced-toggle:before{border-color:#303a30;background-color:#101610;filter:brightness(1.18)}:root[data-theme=dark] .keys-field input,:root[data-theme=dark] .keys-field select,:root[data-theme=dark] .keys-field textarea,:root[data-theme=dark] .keys-expire-grid input,:root[data-theme=dark] .keys-expire-grid select{border-color:#303a30;color:#eef2ee;background:#101610}:root[data-theme=dark] .keys-field input::placeholder,:root[data-theme=dark] .keys-field textarea::placeholder{color:#7f897f}:root[data-theme=dark] .keys-field select option,:root[data-theme=dark] .keys-expire-grid select option{color:#eef2ee;background:#101610}:root[data-theme=dark] .keys-field input:focus,:root[data-theme=dark] .keys-field select:focus,:root[data-theme=dark] .keys-field textarea:focus,:root[data-theme=dark] .keys-expire-grid input:focus,:root[data-theme=dark] .keys-expire-grid select:focus{border-color:#7f8a7f;box-shadow:0 0 0 3px #7f8a7f42}:root[data-theme=dark] .keys-field input:disabled{border-color:#263026;color:#828d82;background:#0d130d}:root[data-theme=dark] .keys-quick-buttons button,:root[data-theme=dark] .keys-drawer-secondary{border-color:#303a30;color:#dce3dc;background:#101610}:root[data-theme=dark] .keys-quick-buttons button.active,:root[data-theme=dark] .keys-quick-buttons button:hover{border-color:#dfe7dd;color:#101610;background:#dfe7dd}:root[data-theme=dark] .keys-switch-row,:root[data-theme=dark] .keys-quota-switch{border-color:#303a30;color:#f3f6f2;background:#101610}:root[data-theme=dark] .keys-switch-row input{background:#354135}:root[data-theme=dark] .keys-switch-row input:before{background:#f3f6f2}:root[data-theme=dark] .keys-switch-row input:checked{background:#dfe7dd}:root[data-theme=dark] .keys-advanced-toggle{color:#f3f6f2;background:#151c15}:root[data-theme=dark] .keys-advanced-toggle:hover{background:#192119}:root[data-theme=dark] .keys-advanced-toggle svg,:root[data-theme=dark] .keys-drawer-close{color:#cbd4cb}:root[data-theme=dark] .keys-drawer-close:hover{color:#fff;background:#1b241b}:root[data-theme=dark] .keys-drawer-primary{border:1px solid #dfe7dd;color:#101610;background:#dfe7dd}:root[data-theme=dark] .keys-drawer-primary:hover{border-color:#f3f6f2;background:#f3f6f2}:root[data-theme=dark] .keys-drawer-primary:disabled,:root[data-theme=dark] .keys-drawer-secondary:disabled{opacity:.55}:root[data-theme=dark] .keys-created-dialog{border-color:#293229;color:#f3f6f2;background:#0f150f;box-shadow:0 24px 60px #0000006b}:root[data-theme=dark] .keys-created-dialog .modal-head h2{color:#f3f6f2}:root[data-theme=dark] .keys-created-dialog .icon-button,:root[data-theme=dark] .keys-created-dialog .ghost-button,:root[data-theme=dark] .keys-created-dialog .keys-row-icon{border-color:#303a30;color:#dce3dc;background:#101610;box-shadow:none}:root[data-theme=dark] .keys-created-dialog .icon-button:hover,:root[data-theme=dark] .keys-created-dialog .ghost-button:hover,:root[data-theme=dark] .keys-created-dialog .keys-row-icon:hover{border-color:#465246;color:#f3f6f2;background:#1b241b}:root[data-theme=dark] .keys-created-dialog .primary-button{border:1px solid #dfe7dd;color:#101610;background:#dfe7dd;box-shadow:none}:root[data-theme=dark] .keys-created-dialog .primary-button:hover{border-color:#f3f6f2;background:#f3f6f2}:root[data-theme=dark] .keys-created-list{border-color:#263026}:root[data-theme=dark] .keys-created-item{border-color:#263026;background:#151c15}:root[data-theme=dark] .keys-created-item strong{color:#f3f6f2}:root[data-theme=dark] .keys-created-item code{color:#75d8ff;background:#0b120d}:root[data-theme=dark] .modal-backdrop:has(.keys-password-dialog){background:#00000085;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root[data-theme=dark] .keys-password-dialog{border-color:#293229;color:#f3f6f2;background:#0f150f;box-shadow:0 24px 60px #0000006b}:root[data-theme=dark] .keys-password-dialog .modal-head h2{color:#f3f6f2}:root[data-theme=dark] .keys-password-dialog>p{color:#a6b0a6}:root[data-theme=dark] .keys-password-dialog .icon-button,:root[data-theme=dark] .keys-password-dialog .ghost-button{border-color:#303a30;color:#dce3dc;background:#101610;box-shadow:none}:root[data-theme=dark] .keys-password-dialog .icon-button:hover,:root[data-theme=dark] .keys-password-dialog .ghost-button:hover{border-color:#465246;color:#f3f6f2;background:#1b241b}:root[data-theme=dark] .keys-password-dialog .primary-button{border:1px solid #dfe7dd;color:#101610;background:#dfe7dd;box-shadow:none}:root[data-theme=dark] .keys-password-dialog .primary-button:hover{border-color:#f3f6f2;background:#f3f6f2}:root[data-theme=dark] .keys-password-dialog .primary-button:disabled,:root[data-theme=dark] .keys-password-dialog .ghost-button:disabled,:root[data-theme=dark] .keys-password-dialog .icon-button:disabled{opacity:.55}:root[data-theme=dark] .keys-password-field span{color:#f3f6f2}:root[data-theme=dark] .keys-password-field input{border-color:#303a30;color:#eef2ee;background:#101610}:root[data-theme=dark] .keys-password-field input:focus{border-color:#7f8a7f;box-shadow:0 0 0 3px #7f8a7f42}:root[data-theme=dark] .keys-password-error{border-color:#f8717157;color:#fecaca;background:#7f1d1d33}:root[data-theme=dark] .keys-password-error svg{color:#fca5a5}@media(max-width:760px){:root[data-theme=dark] .dashboard-overview-page.keys-page,:root[data-theme=dark] .dashboard-overview-page.keys-page .dashboard-overview-main.keys-main,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-page-head,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-content-scroll{background:#101411}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-state{border-color:#273027;background:#151a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table tbody td,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-table tbody td:last-child,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row:hover td,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row:hover td:last-child{background:transparent}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row td:nth-child(2){color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10){color:#d7ddd7}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-data-row td:nth-child(n+3):nth-child(-n+10):before{color:#8f9791}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-key-code,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-key-copy,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-action-button,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-row-menu-button{background:#101510}:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-row,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-row td,:root[data-theme=dark] .dashboard-overview-page.keys-page .keys-empty-row td:last-child{background:transparent}}.wallet-page .wallet-main-inner{gap:20px}.wallet-page .wallet-page-head{min-height:32px;display:flex;align-items:center}.wallet-page .wallet-page-head h1{margin:0;color:#121312;font-size:22px;line-height:30px;font-weight:800;letter-spacing:0}.wallet-page .wallet-summary-shell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #e5e7e3;border-radius:12px;background:#fff}.wallet-page .wallet-summary-card{min-height:108px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;padding:18px 20px}.wallet-page .wallet-summary-card.divider{border-right:1px solid #eceee8}.wallet-page .wallet-summary-icon{width:18px;height:18px;display:inline-grid;place-items:center;color:#8a928b}.wallet-page .wallet-summary-copy{min-width:0;display:grid;gap:4px}.wallet-page .wallet-summary-copy span{color:#7b827d;font-size:13px;line-height:18px}.wallet-page .wallet-summary-copy strong{color:#111;font-size:26px;line-height:1.1;font-weight:800}.wallet-page .wallet-summary-copy small{color:#9aa19a;font-size:13px;line-height:18px}.wallet-page .wallet-section-card{overflow:hidden;border:1px solid #e5e7e3;border-radius:12px;background:#fff}.wallet-page .wallet-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 16px 18px;border-bottom:1px solid #eceee8}.wallet-page .wallet-section-heading{display:flex;align-items:flex-start;gap:14px;min-width:0}.wallet-page .wallet-section-icon{width:32px;height:32px;flex:0 0 auto;display:inline-grid;place-items:center;border-radius:8px;color:#525a55;background:#f1f2ef}.wallet-page .wallet-section-heading h2{margin:0;color:#171717;font-size:22px;line-height:28px;font-weight:800}.wallet-page .wallet-section-heading p{margin:2px 0 0;color:#7b827d;font-size:13px;line-height:18px}.wallet-page .wallet-history-button{height:28px;min-height:28px;padding:0 12px;border:1px solid #dfe3de;border-radius:6px;color:#191919;background:#fff;font-size:13px;font-weight:650;box-shadow:none}.wallet-page .wallet-history-button:hover{background:#f6f7f5}.wallet-page .wallet-alert-list{display:grid;gap:20px;padding:20px 16px 18px}.wallet-page .wallet-alert{min-height:38px;display:flex;align-items:center;padding:8px 14px;border:1px solid #e5e7e3;border-radius:8px;color:#646c66;background:#fbfbfb;font-size:14px;line-height:22px}.wallet-page .wallet-referral-card{display:grid;grid-template-columns:minmax(200px,1fr) minmax(180px,.65fr) minmax(280px,1fr);align-items:center;gap:16px;min-height:68px;padding:16px;border:0;border-radius:12px;background:#f5f5f533;box-shadow:0 0 0 1px #0a0a0a1a;transition:transform .15s,box-shadow .15s}.dashboard-overview-page.wallet-page .wallet-section-card.wallet-referral-card{border:0;border-radius:11.2px;background:#f5f5f533;box-shadow:0 0 0 1px #0a0a0a1a}@media(prefers-reduced-motion:no-preference)and (min-width:641px){.dashboard-overview-page.wallet-page .wallet-section-card.wallet-referral-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}}.wallet-page .wallet-referral-main{min-width:0;display:flex;align-items:center;gap:10px}.wallet-page .wallet-referral-icon{width:32px;height:32px;flex:0 0 auto;display:inline-grid;place-items:center;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff}.wallet-page .wallet-referral-copy{min-width:0;display:grid;gap:0}.wallet-page .wallet-referral-copy h2{margin:0;color:#0a0a0a;font-size:14px;line-height:20px;font-weight:600;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-page .wallet-referral-copy p{margin:0;color:#666;font-size:12px;line-height:16px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-page .wallet-referral-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:6px;text-align:left}.wallet-page .wallet-referral-stats div{display:grid;gap:0;min-width:0}.wallet-page .wallet-referral-stats span{color:#666;font-size:10px;line-height:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-page .wallet-referral-stats strong{color:#0a0a0a;font-size:14px;line-height:20px;font-weight:600;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.wallet-page .wallet-referral-actions{min-width:0;display:flex;align-items:center;gap:8px}.wallet-page .wallet-referral-actions input{flex:1 1 0;min-width:0;height:36px;min-height:36px;padding:4px 10px;border:1px solid #f1f1f1;border-radius:8px;color:#0a0a0a;background:#ffffffb3;box-shadow:none;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:20px}.wallet-page .wallet-copy-button{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-grid;place-items:center;padding:0;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff}.wallet-page .wallet-copy-button:hover{background:#f6f7f5}.wallet-page .wallet-referral-transfer-button{height:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;border:1px solid transparent;border-radius:6px;color:#fff;background:#0a0a0a;box-shadow:none;font-size:12.8px;line-height:18px;font-weight:500;white-space:nowrap}.wallet-page .wallet-referral-transfer-button:hover{background:#262626}.wallet-page .wallet-referral-transfer-button:disabled{cursor:not-allowed;opacity:.55}.wallet-page .wallet-referral-feedback{grid-column:1 / -1;display:grid;justify-items:end;gap:4px;margin-top:-10px}.wallet-referral-dialog-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px;background:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wallet-referral-dialog{width:min(448px,calc(100vw - 32px));max-height:calc(100vh - 32px);display:grid;grid-template-rows:minmax(0,1fr) auto;position:relative;overflow:hidden;border:0;border-radius:12px;background:#fff;box-shadow:0 0 0 1px #0a0a0a1a,0 18px 48px #0000001f}.wallet-referral-dialog-close{position:absolute;top:8px;right:8px;width:28px;height:28px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;color:#0a0a0a;background:transparent}.wallet-referral-dialog-close:hover{background:#f5f5f5}.wallet-referral-dialog-close svg{width:16px;height:16px}.wallet-referral-dialog-body{display:grid;gap:16px;padding:16px 16px 18px;overflow:auto}.wallet-referral-dialog-copy{display:grid;gap:8px;padding-right:40px}.wallet-referral-dialog-copy h2{margin:0;color:#0a0a0a;font-size:20px;line-height:28px;font-weight:600;letter-spacing:0}.wallet-referral-dialog-copy p{margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400}.wallet-referral-dialog-amount span,.wallet-referral-dialog-field span,.wallet-referral-dialog-minimum{margin:0;color:#666;font-size:12px;line-height:16px;font-weight:500;letter-spacing:0;text-transform:uppercase}.wallet-referral-dialog-amount{display:grid;gap:8px}.wallet-referral-dialog-amount strong{color:#0a0a0a;font-size:24px;line-height:32px;font-weight:600;letter-spacing:0;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.wallet-referral-dialog-field{display:grid;gap:12px}.wallet-referral-dialog-field input{width:100%;height:32px;padding:4px 10px;border:1px solid #dedede;border-radius:8px;color:#0a0a0a;background:#fff;font-size:18px;line-height:24px;font-variant-numeric:tabular-nums}.wallet-referral-dialog-field input:focus{outline:2px solid rgba(10,10,10,.12);outline-offset:2px}.wallet-referral-dialog-minimum.warning{color:#b42318}.wallet-referral-dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding:16px;border-top:1px solid #e7e7e7;background:#f7f7f7}.wallet-referral-dialog-cancel,.wallet-referral-dialog-submit{min-width:50px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:8px;font-size:14px;line-height:20px;font-weight:500}.wallet-referral-dialog-cancel{border:1px solid #dedede;color:#0a0a0a;background:#fff}.wallet-referral-dialog-submit{border:1px solid #0a0a0a;color:#fff;background:#0a0a0a}.wallet-referral-dialog-cancel:hover{background:#f6f6f6}.wallet-referral-dialog-submit:hover{background:#242424}.wallet-referral-dialog-cancel:disabled,.wallet-referral-dialog-submit:disabled{cursor:not-allowed;opacity:.55}@media(max-width:1200px){.wallet-page .wallet-referral-card{grid-template-columns:1fr;gap:14px}.wallet-page .wallet-referral-stats{justify-self:start;text-align:left}.wallet-page .wallet-referral-actions{width:100%}}@media(max-width:900px){.wallet-page .wallet-summary-shell{grid-template-columns:1fr}.wallet-page .wallet-summary-card.divider{border-right:0;border-bottom:1px solid #eceee8}.wallet-page .wallet-section-header{flex-direction:column}.wallet-page .wallet-referral-card{padding:16px}}@media(max-width:760px){.wallet-page .wallet-referral-stats{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;text-align:center}.wallet-page .wallet-referral-stats div{min-width:0}.wallet-page .wallet-referral-stats strong{font-size:14px;line-height:20px;overflow-wrap:anywhere}.wallet-page .wallet-referral-actions{flex-wrap:wrap}.wallet-page .wallet-referral-transfer-button{width:100%}.wallet-page .wallet-referral-feedback{justify-items:stretch}.wallet-referral-dialog-backdrop{padding:12px}.wallet-referral-dialog{width:min(448px,calc(100vw - 24px));max-height:calc(100vh - 24px);border-radius:12px}.wallet-referral-dialog-body{gap:16px;padding:16px 16px 18px}.wallet-referral-dialog-close{top:8px;right:8px}.wallet-referral-dialog-copy h2{font-size:20px;line-height:28px}.wallet-referral-dialog-amount strong{font-size:24px;line-height:32px}.wallet-referral-dialog-actions{padding:16px}}:root[data-theme=dark] .wallet-page .wallet-page-head h1,:root[data-theme=dark] .wallet-page .wallet-summary-copy strong,:root[data-theme=dark] .wallet-page .wallet-section-heading h2,:root[data-theme=dark] .wallet-page .wallet-referral-copy h2,:root[data-theme=dark] .wallet-page .wallet-referral-stats strong{color:#f4f7f3}:root[data-theme=dark] .wallet-page .wallet-summary-shell,:root[data-theme=dark] .wallet-page .wallet-section-card{border-color:#273027;background:#161a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .wallet-page .wallet-summary-card.divider,:root[data-theme=dark] .wallet-page .wallet-section-header{border-color:#273027}:root[data-theme=dark] .wallet-page .wallet-summary-icon,:root[data-theme=dark] .wallet-page .wallet-section-icon,:root[data-theme=dark] .wallet-page .wallet-referral-icon,:root[data-theme=dark] .wallet-page .wallet-history-button,:root[data-theme=dark] .wallet-page .wallet-copy-button{color:#e7ece7;background:#1d231d}:root[data-theme=dark] .wallet-page .wallet-summary-copy span,:root[data-theme=dark] .wallet-page .wallet-summary-copy small,:root[data-theme=dark] .wallet-page .wallet-section-heading p,:root[data-theme=dark] .wallet-page .wallet-referral-copy p,:root[data-theme=dark] .wallet-page .wallet-alert,:root[data-theme=dark] .wallet-page .wallet-referral-stats span{color:#a3aba5}:root[data-theme=dark] .wallet-page .wallet-alert,:root[data-theme=dark] .wallet-page .wallet-referral-actions input{border-color:#2b332b;background:#111611}:root[data-theme=dark] .wallet-page .wallet-referral-actions input{color:#e7ece7}:root[data-theme=dark] .wallet-page .wallet-history-button,:root[data-theme=dark] .wallet-page .wallet-copy-button{border-color:#2b332b}:root[data-theme=dark] .wallet-page .wallet-history-button:hover,:root[data-theme=dark] .wallet-page .wallet-copy-button:hover{background:#1b201b}:root[data-theme=dark] .wallet-page .wallet-referral-transfer-button{color:#0a0a0a;background:#f4f7f3}:root[data-theme=dark] .wallet-page .wallet-referral-transfer-button:hover{background:#dfe6de}:root[data-theme=dark] .dashboard-overview-page.wallet-page .wallet-section-card.wallet-referral-card{background:#1d231d52;box-shadow:0 0 0 1px #f4f7f31a}:root[data-theme=dark] .wallet-referral-dialog{border-color:#2b332b;background:#161a16;box-shadow:0 20px 70px #00000094}:root[data-theme=dark] .wallet-referral-dialog-copy h2,:root[data-theme=dark] .wallet-referral-dialog-amount strong,:root[data-theme=dark] .wallet-referral-dialog-close,:root[data-theme=dark] .wallet-referral-dialog-cancel{color:#f4f7f3}:root[data-theme=dark] .wallet-referral-dialog-copy p,:root[data-theme=dark] .wallet-referral-dialog-amount span,:root[data-theme=dark] .wallet-referral-dialog-field span,:root[data-theme=dark] .wallet-referral-dialog-minimum{color:#a3aba5}:root[data-theme=dark] .wallet-referral-dialog-close:hover,:root[data-theme=dark] .wallet-referral-dialog-cancel:hover{background:#1d231d}:root[data-theme=dark] .wallet-referral-dialog-field input,:root[data-theme=dark] .wallet-referral-dialog-cancel{border-color:#2b332b;color:#e7ece7;background:#111611}:root[data-theme=dark] .wallet-referral-dialog-actions{border-color:#273027;background:#161a16}:root[data-theme=dark] .wallet-referral-dialog-submit{border-color:#f4f7f3;color:#0a0a0a;background:#f4f7f3}:root[data-theme=dark] .wallet-referral-dialog-submit:hover{background:#dfe6de}@media(prefers-reduced-motion:no-preference)and (min-width:641px){:root[data-theme=dark] .dashboard-overview-page.wallet-page .wallet-section-card.wallet-referral-card:hover{box-shadow:0 4px 12px #0000007a}}.dashboard-overview-page.referral-settings-page .referral-settings-card{width:min(760px,100%);display:grid;gap:18px;padding:18px}.referral-settings-toggle{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.referral-settings-toggle input{width:18px;height:18px;margin-top:2px}.referral-settings-toggle span{display:grid;gap:4px}.referral-settings-toggle strong{color:var(--text);font-size:15px}.referral-settings-toggle small{color:var(--muted);font-size:13px;line-height:18px}.referral-settings-actions{display:flex;justify-content:flex-end}.referral-settings-actions .users-drawer-primary{width:auto;min-width:120px;padding:0 16px}.referral-settings-actions button:disabled{cursor:not-allowed;opacity:.58}@media(max-width:760px){.referral-settings-card{padding:14px}}.profile-search-button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--surface);box-shadow:none;font-size:14px;font-weight:500}.profile-search-button kbd{margin-left:4px;padding:2px 5px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--surface-soft);font-size:11px}.profile-page .profile-main{gap:16px}.profile-page .profile-summary-shell{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:16px}.profile-page .profile-identity,.profile-page .profile-stat-card,.profile-page .profile-section-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 1px 2px #10181409}.profile-page .profile-identity{min-height:148px;display:flex;align-items:center;gap:14px;padding:18px 20px}.profile-page .profile-avatar{width:58px;min-width:58px;height:58px;min-height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1d4ed8,#7c3aed);font-size:18px;font-weight:800;letter-spacing:0}.profile-page .profile-identity-copy{min-width:0;display:grid;gap:6px}.profile-page .profile-identity-copy h1{margin:0;color:#111;font-size:26px;line-height:32px;font-weight:800}.profile-page .profile-handle,.profile-page .profile-meta{color:#646c66;font-size:13px;line-height:18px}.profile-page .profile-meta{display:inline-flex;align-items:center;gap:8px}.profile-page .profile-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-page .profile-stat-card{min-height:148px;display:grid;align-content:start;gap:6px;padding:18px 18px 16px}.profile-page .profile-stat-card span{color:#7b827d;font-size:13px;line-height:18px}.profile-page .profile-stat-card strong{color:#111;font-size:28px;line-height:1.1;font-weight:800}.profile-page .profile-stat-card small{color:#9aa19a;font-size:13px;line-height:18px}.profile-page .profile-section-card{display:grid;gap:16px;padding:18px 20px}.profile-page .profile-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-page .profile-section-title h2{margin:0;color:#171717;font-size:22px;line-height:28px;font-weight:800}.profile-page .profile-section-title p{margin:2px 0 0;color:#7b827d;font-size:13px;line-height:18px}.profile-page .profile-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.profile-page .profile-tabs button{min-height:30px;padding:0 12px;border:0;border-radius:7px;color:#6f776f;background:transparent;font-size:13px;font-weight:600}.profile-page .profile-tabs button.active{color:#111;background:var(--surface);box-shadow:0 1px 2px #1018140f}.profile-page .profile-binding-panel{display:grid;gap:12px}.profile-page .profile-binding-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.profile-page .profile-binding-row p{margin:0 0 4px;color:#7b827d;font-size:13px;line-height:18px}.profile-page .profile-binding-row strong{color:#171717;font-size:15px;line-height:22px}.profile-page .profile-outline-button{min-height:32px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:#191919;background:var(--surface);box-shadow:none;font-size:13px;font-weight:650}.profile-page .profile-placeholder{margin:0;color:#6f776f;font-size:14px;line-height:22px}.profile-page .profile-section-note{margin:0;color:#6f776f;font-size:13px;line-height:20px}.profile-page .profile-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-page .profile-field{display:grid;gap:6px}.profile-page .profile-field span{color:#7b827d;font-size:13px;line-height:18px}.profile-page .profile-field select,.profile-page .profile-field input{width:100%;min-height:36px;height:36px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:#171717;background:var(--surface)}.profile-page .profile-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-page .profile-action-card{display:grid;gap:4px;padding:16px;border:1px solid var(--line);border-radius:10px;color:#171717;background:var(--surface-soft);text-align:left}.profile-page .profile-action-card strong{font-size:15px;line-height:22px}.profile-page .profile-action-card span{color:#6f776f;font-size:13px;line-height:20px}.profile-page .profile-action-card.danger{color:var(--danger)}.profile-page .profile-action-card.danger span{color:color-mix(in srgb,var(--danger) 68%,#6f776f)}.profile-page .profile-auth-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-page .profile-auth-copy{min-width:0;display:grid;gap:6px}.profile-page .profile-auth-copy strong{color:#171717;font-size:15px;line-height:22px}.profile-page .profile-message{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #e5e7e3;border-radius:8px;color:#525a55;background:#fbfbfb;font-size:13px;line-height:20px}.profile-page .profile-message.error{border-color:color-mix(in srgb,var(--danger) 28%,#e5e7e3);color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,#ffffff)}.profile-page .profile-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-page .profile-info-item{min-height:76px;display:grid;align-content:center;gap:6px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.profile-page .profile-info-item span{color:#7b827d;font-size:13px;line-height:18px}.profile-page .profile-info-item strong{min-width:0;overflow:hidden;color:#171717;font-size:15px;line-height:22px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-danger-card{border-color:color-mix(in srgb,var(--danger) 22%,var(--line))}.profile-page .profile-danger-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid color-mix(in srgb,var(--danger) 22%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--danger) 5%,#ffffff)}.profile-page .profile-danger-row div{min-width:0;display:grid;gap:4px}.profile-page .profile-danger-row strong{color:#171717;font-size:15px;line-height:22px}.profile-page .profile-danger-row span{color:#6f776f;font-size:13px;line-height:20px}.profile-delete-dialog{width:min(420px,calc(100vw - 32px))}.profile-delete-confirm{display:grid;gap:7px;margin-top:12px;color:#6f776f;font-size:13px;line-height:18px}.profile-delete-confirm input{height:36px;min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:#171717;background:var(--surface);font-size:14px}.profile-delete-dialog .profile-message{width:100%;margin-top:12px}@media(max-width:1100px){.profile-page .profile-summary-shell,.profile-page .profile-stats-grid,.profile-page .profile-action-grid,.profile-page .profile-info-grid{grid-template-columns:1fr}}@media(max-width:760px){.profile-page .profile-section-header,.profile-page .profile-binding-row,.profile-page .profile-auth-card,.profile-page .profile-danger-row{flex-direction:column;align-items:stretch}.profile-page .profile-tabs{width:100%}.profile-page .profile-tabs button{flex:1}.profile-page .profile-language-grid{grid-template-columns:1fr}.profile-page .profile-danger-row .danger-button{width:100%}}:root[data-theme=dark] .profile-page .profile-identity,:root[data-theme=dark] .profile-page .profile-stat-card,:root[data-theme=dark] .profile-page .profile-section-card{background:#161a16}:root[data-theme=dark] .profile-page .profile-identity-copy h1,:root[data-theme=dark] .profile-page .profile-stat-card strong,:root[data-theme=dark] .profile-page .profile-section-title h2,:root[data-theme=dark] .profile-page .profile-auth-copy strong,:root[data-theme=dark] .profile-page .profile-binding-row strong,:root[data-theme=dark] .profile-page .profile-action-card,:root[data-theme=dark] .profile-page .profile-info-item strong,:root[data-theme=dark] .profile-page .profile-danger-row strong,:root[data-theme=dark] .profile-page .profile-outline-button,:root[data-theme=dark] .profile-page .profile-field input,:root[data-theme=dark] .profile-page .profile-field select,:root[data-theme=dark] .profile-delete-confirm input{color:#eef2ed}:root[data-theme=dark] .profile-page .profile-handle,:root[data-theme=dark] .profile-page .profile-meta,:root[data-theme=dark] .profile-page .profile-section-title p,:root[data-theme=dark] .profile-page .profile-stat-card span,:root[data-theme=dark] .profile-page .profile-stat-card small,:root[data-theme=dark] .profile-page .profile-section-note,:root[data-theme=dark] .profile-page .profile-placeholder,:root[data-theme=dark] .profile-page .profile-binding-row p,:root[data-theme=dark] .profile-page .profile-action-card span,:root[data-theme=dark] .profile-page .profile-field span,:root[data-theme=dark] .profile-page .profile-info-item span,:root[data-theme=dark] .profile-page .profile-danger-row span,:root[data-theme=dark] .profile-delete-confirm{color:#a3aba5}:root[data-theme=dark] .profile-page .profile-tabs,:root[data-theme=dark] .profile-page .profile-binding-row,:root[data-theme=dark] .profile-page .profile-action-card,:root[data-theme=dark] .profile-page .profile-info-item,:root[data-theme=dark] .profile-page .profile-field input,:root[data-theme=dark] .profile-page .profile-field select,:root[data-theme=dark] .profile-delete-confirm input{border-color:#273027}:root[data-theme=dark] .profile-page .profile-tabs,:root[data-theme=dark] .profile-page .profile-binding-row,:root[data-theme=dark] .profile-page .profile-action-card,:root[data-theme=dark] .profile-page .profile-info-item,:root[data-theme=dark] .profile-page .profile-danger-row,:root[data-theme=dark] .profile-delete-confirm input{background:#1b201b}:root[data-theme=dark] .profile-page .profile-tabs button.active{color:#f4f7f3;background:#161a16}:root[data-theme=dark] .profile-page .profile-outline-button{background:#161a16}:root[data-theme=dark] .profile-page .profile-action-card.danger{color:#f17277}:root[data-theme=dark] .profile-page .profile-message{border-color:#273027;color:#a3aba5;background:#1b201b}:root[data-theme=dark] .profile-page .profile-message.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#f17277;background:color-mix(in srgb,#f17277 10%,#161a16)}.dashboard-overview-page.task-logs-page{overflow-y:hidden;scrollbar-gutter:auto}.dashboard-overview-page.task-logs-page .task-logs-main{height:calc(100vh - var(--dashboard-topbar-height) - 8px);min-height:calc(100vh - var(--dashboard-topbar-height) - 8px);display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;color:#171717;background:#fff}.dashboard-overview-page.task-logs-page .task-logs-head{flex:0 0 auto;padding:20px 16px 12px}.dashboard-overview-page.task-logs-page .task-logs-title-row{min-height:28px;display:flex;align-items:center;justify-content:space-between}.dashboard-overview-page.task-logs-page .task-logs-title-row h1{margin:0;color:#111;font-size:22px;line-height:28px;font-weight:800;letter-spacing:0}.dashboard-overview-page.task-logs-page .task-logs-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:6px 16px 0}.dashboard-overview-page.task-logs-page .task-logs-stack,.dashboard-overview-page.task-logs-page .task-log-panel{display:grid}.dashboard-overview-page.task-logs-page .task-logs-stack{gap:16px}.dashboard-overview-page.task-logs-page .task-log-panel{gap:12px}.dashboard-overview-page.task-logs-page .task-tabs{width:fit-content;max-width:100%;min-height:32px;display:inline-flex;align-items:center;flex-wrap:wrap;padding:3px;border-radius:8px;background:#f4f4f5}.dashboard-overview-page.task-logs-page .task-tabs button{width:70px;min-width:70px;height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:6px;color:#666;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.task-logs-page .task-tabs button.active{color:#111;background:#fff;box-shadow:0 1px 2px #0000000f}.dashboard-overview-page.task-logs-page .task-log-filters{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.dashboard-overview-page.task-logs-page .task-date-button,.dashboard-overview-page.task-logs-page .task-log-filters input,.dashboard-overview-page.task-logs-page .task-muted-button,.dashboard-overview-page.task-logs-page .task-primary-button{height:32px;min-height:32px;border-radius:8px;font-size:14px;line-height:20px}.dashboard-overview-page.task-logs-page .task-date-button{width:340px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;border:1px solid #e2e4df;color:#171717;background:#fff;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:500;white-space:nowrap}.dashboard-overview-page.task-logs-page .task-log-filters input{width:200px;min-width:0;padding:0 10px;border:1px solid #e2e4df;color:#171717;background:transparent;box-shadow:none}.dashboard-overview-page.task-logs-page .task-log-filters input::placeholder{color:#737b75}.dashboard-overview-page.task-logs-page .task-filter-actions{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.task-logs-page .task-muted-button,.dashboard-overview-page.task-logs-page .task-primary-button{width:50px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #e2e4df;font-weight:650;white-space:nowrap}.dashboard-overview-page.task-logs-page .task-muted-button{color:#202522;background:#fff}.dashboard-overview-page.task-logs-page .task-muted-button:disabled{color:#9aa19b;opacity:.62}.dashboard-overview-page.task-logs-page .task-primary-button{border-color:#111;color:#fff;background:#111}.dashboard-overview-page.task-logs-page .task-table-shell{min-height:442px;overflow:hidden;border:1px solid #e5e7e3;border-radius:10px;background:#fff}.dashboard-overview-page.task-logs-page .task-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#171717;font-size:14px;line-height:20px}.dashboard-overview-page.task-logs-page .task-col-submitted{width:18%}.dashboard-overview-page.task-logs-page .task-col-channel{width:13%}.dashboard-overview-page.task-logs-page .task-col-user{width:8%}.dashboard-overview-page.task-logs-page .task-col-id{width:16%}.dashboard-overview-page.task-logs-page .task-col-duration{width:9%}.dashboard-overview-page.task-logs-page .task-col-status,.dashboard-overview-page.task-logs-page .task-col-progress{width:13%}.dashboard-overview-page.task-logs-page .task-col-detail{width:10%}.dashboard-overview-page.task-logs-page .task-table th{height:40px;padding:0 12px;border-bottom:1px solid #e5e7e3;color:#171717;background:#fff;text-align:left;vertical-align:middle;font-size:14px;font-weight:700}.dashboard-overview-page.task-logs-page .task-table th button{height:32px;display:inline-flex;align-items:center;gap:7px;padding:0;border:0;border-radius:6px;color:inherit;background:transparent;font:inherit;font-weight:700}.dashboard-overview-page.task-logs-page .task-empty-row td{height:400px;padding:0}.dashboard-overview-page.task-logs-page .task-empty-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;color:#6f776f;text-align:center}.dashboard-overview-page.task-logs-page .task-empty-state svg{color:#111;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.dashboard-overview-page.task-logs-page .task-empty-state strong{margin-top:10px;color:#171717;font-size:16px;line-height:22px;font-weight:700}.dashboard-overview-page.task-logs-page .task-empty-state span{color:#6f776f;font-size:14px;line-height:22px}.dashboard-overview-page.task-logs-page .task-log-pagination{flex:0 0 auto;min-height:57px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:12px 16px;border-top:1px solid #e5e7e3;background:#fff}.dashboard-overview-page.task-logs-page .task-page-size{justify-self:start;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.task-logs-page .task-page-size select{width:70px;height:32px;min-height:32px;padding:0 8px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.task-logs-page .task-page-size p,.dashboard-overview-page.task-logs-page .task-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.task-logs-page .task-page-status{justify-self:center}.dashboard-overview-page.task-logs-page .task-pagination-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.task-logs-page .task-pagination-actions button{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid #e2e4df;border-radius:8px;color:#202522;background:#fff}.dashboard-overview-page.task-logs-page .task-pagination-actions button:disabled{opacity:.48}@media(max-width:1100px){.dashboard-overview-page.task-logs-page .task-date-button{width:100%}.dashboard-overview-page.task-logs-page .task-log-filters input{flex:1 1 180px}.dashboard-overview-page.task-logs-page .task-filter-actions{margin-left:0}.dashboard-overview-page.task-logs-page .task-table{min-width:920px}}@media(max-width:760px){.dashboard-overview-page.task-logs-page .task-log-pagination{grid-template-columns:1fr;justify-items:start}.dashboard-overview-page.task-logs-page .task-page-status,.dashboard-overview-page.task-logs-page .task-pagination-actions{justify-self:start}}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-logs-main,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-logs-title-row h1,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table th,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-page-size p,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-page-status{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-logs-main,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-tabs button.active,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-date-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-muted-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-filters input,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table-shell,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table th,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-pagination,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-page-size select,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-pagination-actions button{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-tabs{background:#1f241f}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-tabs button{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-tabs button.active,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-date-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-muted-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-filters input,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-page-size select,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-pagination-actions button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-empty-state strong{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-date-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-muted-button,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-filters input,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table-shell,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-table th,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-pagination,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-page-size select,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-pagination-actions button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-empty-state,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-empty-state span,:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-log-filters input::placeholder{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.task-logs-page .task-empty-state svg{color:#f4f7f3}.dashboard-overview-page.usage-common-page .usage-log-tabs button{width:76px;min-width:76px}.dashboard-overview-page.usage-common-page .usage-log-tabs button:disabled{cursor:not-allowed;opacity:.55}.dashboard-overview-page.usage-common-page .usage-log-statbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:30px}.dashboard-overview-page.usage-common-page .usage-log-statbar span,.dashboard-overview-page.usage-common-page .usage-sensitive-button{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e5e7e3;border-radius:8px;color:#303631;background:#fff;font-size:13px;line-height:18px;font-weight:650;white-space:nowrap}.dashboard-overview-page.usage-common-page .usage-sensitive-button{width:32px;justify-content:center;padding:0}.dashboard-overview-page.usage-common-page .usage-log-filters{align-items:flex-start}.dashboard-overview-page.usage-common-page .usage-date-range,.dashboard-overview-page.usage-common-page .usage-log-filters select{height:32px;min-height:32px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px;line-height:20px}.dashboard-overview-page.usage-common-page .usage-date-range{width:520px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;overflow:hidden}.dashboard-overview-page.usage-common-page .usage-date-range input{width:220px;min-width:0;height:30px;padding:0;border:0;color:inherit;background:transparent;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px;line-height:18px}.dashboard-overview-page.usage-common-page .usage-log-filters select{width:132px;padding:0 9px}.dashboard-overview-page.usage-common-page .usage-log-feedback{min-height:34px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #f2c8c8;border-radius:8px;color:#9f1c1c;background:#fff5f5;font-size:13px;font-weight:650}.dashboard-overview-page.usage-common-page .usage-log-table-shell{overflow:auto}.dashboard-overview-page.usage-common-page .usage-log-table{min-width:1060px}.dashboard-overview-page.usage-common-page .usage-col-time{width:126px}.dashboard-overview-page.usage-common-page .usage-col-user{width:86px}.dashboard-overview-page.usage-common-page .usage-col-channel{width:104px}.dashboard-overview-page.usage-common-page .usage-col-model{width:116px}.dashboard-overview-page.usage-common-page .usage-col-token{width:126px}.dashboard-overview-page.usage-common-page .usage-col-quota{width:72px}.dashboard-overview-page.usage-common-page .usage-col-tokens{width:100px}.dashboard-overview-page.usage-common-page .usage-col-duration{width:74px}.dashboard-overview-page.usage-common-page .usage-col-content{width:146px}.dashboard-overview-page.usage-common-page .usage-col-request{width:110px}.dashboard-overview-page.usage-common-page .usage-log-table td{height:62px;padding:10px 12px;border-bottom:1px solid #eef0eb;color:#2b302d;text-align:left;vertical-align:middle;font-size:13px;line-height:18px}.dashboard-overview-page.usage-common-page .usage-log-row:last-child td{border-bottom:0}.dashboard-overview-page.usage-common-page .usage-log-time-cell,.dashboard-overview-page.usage-common-page .usage-log-token-cell,.dashboard-overview-page.usage-common-page .usage-log-duration-cell,.dashboard-overview-page.usage-common-page .usage-log-request-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.dashboard-overview-page.usage-common-page .usage-log-time-cell>span:first-child,.dashboard-overview-page.usage-common-page .usage-log-token-count,.dashboard-overview-page.usage-common-page .usage-log-request-cell code{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px}.dashboard-overview-page.usage-common-page .usage-log-type-badge{width:fit-content;max-width:100%;display:inline-flex;align-items:center;padding:2px 7px;border:1px solid #d9ded8;border-radius:999px;color:#384039;background:#f6f8f5;font-size:12px;line-height:16px;font-weight:750}.dashboard-overview-page.usage-common-page .usage-log-type-badge.topup{border-color:#afe4e7;color:#0b6971;background:#ecfeff}.dashboard-overview-page.usage-common-page .usage-log-type-badge.consume{border-color:#bde5c8;color:#166534;background:#f0fdf4}.dashboard-overview-page.usage-common-page .usage-log-type-badge.manage{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.dashboard-overview-page.usage-common-page .usage-log-type-badge.system{border-color:#d8b4fe;color:#6b21a8;background:#faf5ff}.dashboard-overview-page.usage-common-page .usage-log-type-badge.error{border-color:#fecaca;color:#991b1b;background:#fff1f2}.dashboard-overview-page.usage-common-page .usage-log-type-badge.refund{border-color:#bfdbfe;color:#1d4ed8;background:#eff6ff}.dashboard-overview-page.usage-common-page .usage-log-type-badge.referral{border-color:#99f6e4;color:#0f766e;background:#f0fdfa}.dashboard-overview-page.usage-common-page .usage-log-model-cell,.dashboard-overview-page.usage-common-page .usage-log-token-cell span,.dashboard-overview-page.usage-common-page .usage-log-token-cell small,.dashboard-overview-page.usage-common-page .usage-log-detail-cell,.dashboard-overview-page.usage-common-page .usage-log-request-cell code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.usage-common-page .usage-log-detail-cell{max-width:146px;color:#5f6368;font-size:12px;line-height:16px}.dashboard-overview-page.usage-common-page .usage-log-token-cell small,.dashboard-overview-page.usage-common-page .usage-log-duration-cell small{color:#737b75;font-size:12px}.dashboard-overview-page.usage-common-page .usage-log-request-cell code{display:block;box-sizing:border-box;min-width:0;max-width:100%;color:#384039;background:transparent}@media(max-width:1100px){.dashboard-overview-page.usage-common-page .usage-date-range{width:100%}.dashboard-overview-page.usage-common-page .usage-date-range input{flex:1 1 140px}.dashboard-overview-page.usage-common-page .usage-log-filters select{flex:1 1 132px}}@media(max-width:760px){.dashboard-overview-page.usage-common-page .usage-date-range{height:auto;min-height:32px;flex-wrap:wrap;padding:6px 9px}}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-statbar span,:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-sensitive-button,:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-date-range,:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-filters select{border-color:#273027;color:#eef2ed;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-table td{border-color:#242b24;color:#e6ebe4}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-token-cell small,:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-duration-cell small{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-detail-cell{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-request-cell code{color:#d9dfd8}:root[data-theme=dark] .dashboard-overview-page.usage-common-page .usage-log-feedback{border-color:#612d2d;color:#fecaca;background:#2a1616}.dashboard-overview-page.common-logs-page{overflow-y:hidden;background:#fff;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page.common-logs-page .common-logs-main{height:calc(100vh - var(--dashboard-topbar-height));min-height:calc(100vh - var(--dashboard-topbar-height));display:flex;flex-direction:column;padding:0;overflow:hidden;color:#111;background:#fff}.dashboard-overview-page.common-logs-page .common-logs-head{flex:0 0 auto;padding:20px 16px 12px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-logs-head{padding-bottom:10px}.dashboard-overview-page.common-logs-page .common-logs-title-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;column-gap:12px;row-gap:8px}.dashboard-overview-page.common-logs-page .common-logs-title-wrap{min-width:0}.dashboard-overview-page.common-logs-page .common-logs-head h2{margin:0;max-width:100%;overflow:hidden;color:#09090b;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:28px;font-weight:700;letter-spacing:0}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-tabs{margin-top:12px}.dashboard-overview-page.common-logs-page .common-logs-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:0 22px}.dashboard-overview-page.common-logs-page .common-logs-toolbar{display:grid;gap:12px}.dashboard-overview-page.common-logs-page .common-logs-filter-row,.dashboard-overview-page.common-logs-page .common-logs-action-row{display:flex;align-items:center;gap:14px;min-width:0}.dashboard-overview-page.common-logs-page .common-logs-filter-row.expanded{flex-wrap:wrap;gap:10px}.dashboard-overview-page.common-logs-page .common-log-date-root{position:relative;flex:0 0 auto}.dashboard-overview-page.common-logs-page .common-log-date-button,.dashboard-overview-page.common-logs-page .common-log-input,.dashboard-overview-page.common-logs-page .common-log-type-trigger,.dashboard-overview-page.common-logs-page .common-log-button{height:32px;min-height:32px;border:1px solid #e4e4e7;border-radius:8px;color:#171717;background:#fff;font-size:14px;line-height:20px;box-shadow:0 1px 2px #00000008}.dashboard-overview-page.common-logs-page .common-log-date-button{width:340px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;color:#09090b;font-size:12px;line-height:16px;font-weight:400;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-date-button svg{width:16px;height:16px;color:#71717a}.dashboard-overview-page.common-logs-page .common-log-date-popover{position:absolute;z-index:40;top:calc(100% + 6px);left:0;width:300px;display:grid;gap:10px;padding:12px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;box-shadow:0 18px 42px #0f172a24}.dashboard-overview-page.common-logs-page .common-log-date-popover label{display:grid;gap:6px;color:#52525b;font-size:13px;font-weight:650}.dashboard-overview-page.common-logs-page .common-log-date-popover input{height:34px;padding:0 8px;border:1px solid #e4e4e7;border-radius:7px;font-size:13px}.dashboard-overview-page.common-logs-page .common-log-input{width:160px;padding:0 12px}.dashboard-overview-page.common-logs-page .common-log-input.wide{width:240px}.dashboard-overview-page.common-logs-page .common-log-type-root{position:relative;width:160px;flex:0 0 auto}.dashboard-overview-page.common-logs-page .common-log-type-trigger{width:100%;display:inline-flex;align-items:center;justify-content:space-between;padding:0 12px;font-weight:400}.dashboard-overview-page.common-logs-page .common-log-type-trigger svg{color:#666}.dashboard-overview-page.common-logs-page .common-log-type-menu{position:absolute;z-index:50;top:calc(100% + 8px);left:0;width:100%;display:grid;gap:0;padding:8px 0;border:1px solid #e4e4e7;border-radius:12px;background:#fff;box-shadow:0 10px 24px #00000024}.dashboard-overview-page.common-logs-page .common-log-type-menu button{height:36px;display:flex;align-items:center;padding:0 18px;border:0;border-radius:0;color:#111;background:transparent;text-align:left;font-size:14px;line-height:20px;font-weight:400}.dashboard-overview-page.common-logs-page .common-log-type-menu button:hover,.dashboard-overview-page.common-logs-page .common-log-type-menu button.selected{background:#f4f4f5}.dashboard-overview-page.common-logs-page .common-log-expand-button{margin-left:auto;min-width:72px;height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:8px;color:#52525b;background:transparent;font-size:14px;font-weight:500;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-stats{display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.common-logs-page .common-log-stats span,.dashboard-overview-page.common-logs-page .common-log-stats button{height:28px;min-height:28px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #e9e9ec;border-radius:6px;color:#71717a;background:#fff;font-size:12px;line-height:16px;font-weight:400;box-shadow:0 1px 2px #0000000d}.dashboard-overview-page.common-logs-page .common-log-stats strong{color:#111111d9;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px;line-height:16px;font-weight:600}.dashboard-overview-page.common-logs-page .common-log-stats i{width:2px;height:14px;display:inline-block;border-radius:999px}.dashboard-overview-page.common-logs-page .common-log-stats .usage i{background:#38bdf8}.dashboard-overview-page.common-logs-page .common-log-stats .rpm i{background:#fb7185}.dashboard-overview-page.common-logs-page .common-log-stats .tpm i{background:#93c5fd}.dashboard-overview-page.common-logs-page .common-log-stats button{width:28px;justify-content:center;padding:0;border:0;border-radius:6px;box-shadow:none}.dashboard-overview-page.common-logs-page .common-log-actions{margin-left:auto;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.common-logs-page .common-log-button{width:50px;padding:0;font-size:14px;font-weight:500}.dashboard-overview-page.common-logs-page .common-log-button.muted{color:#292929;background:#fff}.dashboard-overview-page.common-logs-page .common-log-button.primary{border-color:#000;color:#fff;background:#000}.dashboard-overview-page.common-logs-page .common-log-button:disabled{color:#a1a1aa}.dashboard-overview-page.common-logs-page .common-log-feedback{min-height:34px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #fecaca;border-radius:8px;color:#991b1b;background:#fff1f2;font-size:14px;font-weight:650}.dashboard-overview-page.common-logs-page .common-log-table-shell{min-height:530px;margin-top:14px;overflow:auto;border:1px solid #e4e4e7;border-radius:9px;background:#fff}.dashboard-overview-page.common-logs-page .common-log-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed;color:#09090b;font-size:14px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-table{min-width:1180px}.dashboard-overview-page.common-logs-page .common-col-time{width:15.5%}.dashboard-overview-page.common-logs-page .common-col-channel{width:8%}.dashboard-overview-page.common-logs-page .common-col-user{width:11%}.dashboard-overview-page.common-logs-page .common-col-token{width:9%}.dashboard-overview-page.common-logs-page .common-col-model{width:12%}.dashboard-overview-page.common-logs-page .common-col-duration{width:8.5%}.dashboard-overview-page.common-logs-page .common-col-tokens{width:14.5%}.dashboard-overview-page.common-logs-page .common-col-cost{width:9%}.dashboard-overview-page.common-logs-page .common-col-detail{width:13%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-time{width:14%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-channel{width:9%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-user{width:11%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-token{width:9%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-model{width:11%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-duration{width:7.5%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-tokens{width:16%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-cost{width:8.5%}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-col-detail{width:14%}.dashboard-overview-page.common-logs-page .common-log-table th{height:40px;padding:0 8px;border-bottom:1px solid #e4e4e7;background:#fafafa;color:#111;text-align:left;font-family:Public Sans,sans-serif;font-feature-settings:normal;font-size:14px;line-height:20px;font-variation-settings:normal;font-weight:500}.dashboard-overview-page.common-logs-page .common-log-table th button{height:32px;display:inline-flex;align-items:center;gap:8px;margin-left:0;padding:0;border:0;border-radius:6px;color:inherit;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit}.dashboard-overview-page.common-logs-page .common-log-table td{padding:8px;border-bottom:1px solid #ededed;color:#09090b;vertical-align:middle;font-size:14px;line-height:20px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-table td{height:52px}.dashboard-overview-page.common-logs-page .common-log-time-cell{display:flex;flex-direction:column;gap:2px;color:#09090b}.dashboard-overview-page.common-logs-page .common-log-time-cell>span{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px;line-height:16px}.dashboard-overview-page.common-logs-page .common-log-time-cell small{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:#11a383;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page.common-logs-page .common-log-time-cell small i{width:6px;height:6px;border-radius:999px;background:currentColor}.dashboard-overview-page.common-logs-page .common-log-time-cell small.referral,.common-log-dialog-type.referral{color:#0f766e}.dashboard-overview-page.common-logs-page .common-log-user-cell{max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;color:#5f6368;background:transparent;text-align:left}.dashboard-overview-page.common-logs-page .common-log-user-cell span{width:24px;height:24px;min-width:24px;display:inline-grid;place-items:center;border:1px solid rgba(228,228,231,.6);border-radius:999px;color:#fff;background:#ddd86e;font-size:11px;font-weight:600}.dashboard-overview-page.common-logs-page .common-log-user-cell strong,.dashboard-overview-page.common-logs-page .common-log-detail-cell,.dashboard-overview-page.common-logs-page .common-log-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-token-cell,.dashboard-overview-page.common-logs-page .usage-log-token-count{overflow:visible;text-overflow:clip;white-space:normal}.dashboard-overview-page.common-logs-page .common-log-token-stack{min-width:0;max-width:100%;display:grid;gap:2px;line-height:18px}.dashboard-overview-page.common-logs-page .common-log-token-stack strong{min-width:0;overflow:hidden;color:#09090b;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;font-weight:550}.dashboard-overview-page.common-logs-page .common-log-token-stack small{min-width:0;color:#71717a;white-space:normal;overflow-wrap:anywhere;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page.common-logs-page .common-log-user-cell strong{max-width:100px;color:#5f6368;font-size:14px;font-weight:400}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-user-cell strong{max-width:122px}.dashboard-overview-page.common-logs-page .common-log-detail-cell{color:#52525b;font-size:12px;line-height:16px}.dashboard-overview-page.common-logs-page .common-log-detail-button{width:100%;max-width:200px;display:inline-flex;align-items:center;padding:0;border:0;color:#52525b;background:transparent;cursor:pointer;text-align:left;font-size:12px;line-height:16px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-detail-button{max-width:100%}.dashboard-overview-page.common-logs-page .common-log-detail-button span{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-detail-button:hover span{text-decoration:underline;text-underline-offset:2px}.dashboard-overview-page.common-logs-page .common-log-detail-text{max-width:200px;display:block;overflow:hidden;color:#71717a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px}.dashboard-overview-page.common-logs-page .common-log-detail-empty{color:#71717a66;font-size:12px;line-height:16px}.common-log-detail-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.common-log-detail-dialog{position:relative;width:min(760px,calc(100vw - 32px));display:grid;gap:16px;padding:16px;border:0;border-radius:12px;color:#09090b;background:#fff;box-shadow:0 0 0 1px #09090b1a;font-family:Public Sans,sans-serif;font-feature-settings:normal;font-variation-settings:normal;font-size:14px;line-height:20px;font-weight:400}.common-log-detail-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-right:32px}.common-log-detail-dialog-head h2{margin:0;display:inline-flex;align-items:center;gap:8px;color:#09090b;font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.common-log-detail-dialog-head button{position:absolute;top:8px;right:8px;width:28px;height:28px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#09090b;background:transparent}.common-log-detail-dialog-head button svg{width:16px;height:16px}.common-log-dialog-type{display:inline-flex;align-items:center;gap:6px;color:#009b8a;font-size:12px;line-height:16px;font-weight:500}.common-log-dialog-type i{width:6px;height:6px;display:inline-block;border-radius:999px;background:currentColor}.common-log-detail-body{min-width:0;max-height:70vh;display:grid;gap:12px;padding:4px 16px 4px 0;overflow:auto}.common-log-detail-section{min-width:0;display:grid;gap:6px}.common-log-detail-section h3{margin:0;display:inline-flex;align-items:center;gap:6px;color:#09090b;font-size:12px;line-height:16px;font-weight:600}.common-log-detail-section h3 svg{width:14px;height:14px;flex:0 0 auto}.common-log-detail-content-box{position:relative;min-height:42px;padding:10px;border:1px solid #e4e4e7;border-radius:6px;background:#f4f4f54d}.common-log-detail-content-box p{margin:0;min-width:0;padding-right:24px;color:#09090b;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:19.5px;font-weight:400}.common-log-detail-content-box button{position:absolute;top:6px;right:6px;width:20px;height:20px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#09090b;background:transparent}.common-log-detail-content-box button svg{width:12px;height:12px}.common-log-billing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.common-log-billing-grid div{min-width:0;display:grid;gap:5px;padding:10px;border:1px solid #e4e4e7;border-radius:6px;background:#f4f4f559}.common-log-billing-grid div.summary{background:#ecfdf5cc}.common-log-billing-grid span{color:#71717a;font-size:11px;line-height:15px;font-weight:500}.common-log-billing-grid strong{min-width:0;overflow-wrap:anywhere;color:#09090b;font-size:13px;line-height:18px;font-weight:650}.common-log-usage-grid{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.common-log-usage-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.common-log-topup-grid{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.common-log-referral-grid,.common-log-error-grid{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.common-log-usage-grid div{min-width:0;padding:9px 10px;border:1px solid #e4e4e7;border-radius:6px;background:#f4f4f559}.common-log-topup-grid div{min-width:0;padding:9px 10px;border:1px solid #e4e4e7;border-radius:6px;background:#ecfdf58c}.common-log-referral-grid div{min-width:0;padding:9px 10px;border:1px solid #ccfbf1;border-radius:6px;background:#f0fdfab8}.common-log-error-grid div{min-width:0;padding:9px 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fef2f280}.common-log-usage-grid dt{margin:0 0 3px;color:#71717a;font-size:11px;line-height:15px;font-weight:500}.common-log-usage-grid dd{margin:0;min-width:0;overflow-wrap:anywhere;color:#09090b;font-size:12px;line-height:18px;font-weight:500}.common-log-topup-grid dt,.common-log-referral-grid dt,.common-log-error-grid dt{margin:0 0 3px;color:#71717a;font-size:11px;line-height:15px;font-weight:500}.common-log-topup-grid dd,.common-log-referral-grid dd,.common-log-error-grid dd{margin:0;min-width:0;overflow-wrap:anywhere;color:#09090b;font-size:12px;line-height:18px;font-weight:600}.common-log-json-box{max-height:260px;margin:0;padding:10px;overflow:auto;border:1px solid #e4e4e7;border-radius:6px;color:#18181b;background:#f4f4f573;white-space:pre-wrap;word-break:break-word;font:12px/18px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}@media(max-width:640px){.common-log-billing-grid,.common-log-error-grid,.common-log-referral-grid,.common-log-topup-grid,.common-log-usage-grid,.common-log-usage-grid.compact{grid-template-columns:1fr}}.dashboard-overview-page.common-logs-page .common-log-empty-row td{height:400px;padding:0;border-bottom:0}.dashboard-overview-page.common-logs-page .common-log-empty-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:#71717a;text-align:center;text-wrap:balance}.dashboard-overview-page.common-logs-page .common-log-empty-icon{width:32px;height:32px;margin-bottom:8px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#09090b;background:#f4f4f5}.dashboard-overview-page.common-logs-page .common-log-empty-icon svg{width:16px;height:16px}.dashboard-overview-page.common-logs-page .common-log-empty-state strong{color:#09090b;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.common-logs-page .common-log-empty-state span{max-width:384px;font-size:14px;line-height:22px}.dashboard-overview-page.common-logs-page .common-log-pagination{flex:0 0 auto;min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:10px 22px;background:#fff}.dashboard-overview-page.common-logs-page .common-log-page-size,.dashboard-overview-page.common-logs-page .common-log-page-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.common-logs-page .common-log-page-size{justify-self:start}.dashboard-overview-page.common-logs-page .common-log-page-size select,.dashboard-overview-page.common-logs-page .common-log-page-size input,.dashboard-overview-page.common-logs-page .common-log-page-actions button{height:32px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#111;font-size:14px}.dashboard-overview-page.common-logs-page .common-log-page-size select{width:70px;padding:0 8px}.dashboard-overview-page.common-logs-page .common-log-page-size input{width:56px;padding:0 8px}.dashboard-overview-page.common-logs-page .common-log-page-size p,.dashboard-overview-page.common-logs-page .common-log-page-status{margin:0;color:#52525b;font-size:14px;font-weight:600}.dashboard-overview-page.common-logs-page .common-log-page-status{justify-self:center}.dashboard-overview-page.common-logs-page .common-log-page-actions{justify-self:end}.dashboard-overview-page.common-logs-page .common-log-page-actions button{width:32px;display:inline-grid;place-items:center}.dashboard-overview-page.common-logs-page .common-log-page-actions button.active{border-color:#000;color:#fff;background:#000}.dashboard-overview-page.common-logs-page .common-log-page-actions button:disabled:not(.active){opacity:.45}@media(max-width:1220px){.dashboard-overview-page.common-logs-page .common-logs-filter-row,.dashboard-overview-page.common-logs-page .common-logs-action-row{flex-wrap:wrap}.dashboard-overview-page.common-logs-page .common-log-expand-button,.dashboard-overview-page.common-logs-page .common-log-actions{margin-left:0}}@media(max-width:760px){.dashboard-overview-page.common-logs-page .common-logs-head,.dashboard-overview-page.common-logs-page .common-logs-scroll,.dashboard-overview-page.common-logs-page .common-log-pagination{padding-left:14px;padding-right:14px}.dashboard-overview-page.common-logs-page .common-logs-head h2{font-size:16px;line-height:24px}.dashboard-overview-page.common-logs-page .common-log-date-button,.dashboard-overview-page.common-logs-page .common-log-input,.dashboard-overview-page.common-logs-page .common-log-type-root{width:100%}.dashboard-overview-page.common-logs-page .common-log-pagination{grid-template-columns:1fr}.dashboard-overview-page.common-logs-page .common-log-page-status,.dashboard-overview-page.common-logs-page .common-log-page-actions{justify-self:start}}@media(max-width:760px){.dashboard-overview-page.common-logs-page.admin-common-logs-page .dashboard-mobile-drawer{width:min(80vw,300px)}.dashboard-overview-page.common-logs-page{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden;background:#f7f8f6}.dashboard-overview-page.common-logs-page .dashboard-sidebar{display:none}.dashboard-overview-page.common-logs-page .common-logs-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0;background:#f7f8f6}.dashboard-overview-page.common-logs-page .common-logs-head{padding:14px 12px 8px;background:#f7f8f6}.dashboard-overview-page.common-logs-page .common-logs-title-row{min-height:28px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-tabs button{width:auto;min-width:0;padding:0 8px}.dashboard-overview-page.common-logs-page .common-logs-head h2{font-size:18px;line-height:26px;font-weight:700}.dashboard-overview-page.common-logs-page .common-logs-scroll{padding:8px 12px 12px}.dashboard-overview-page.common-logs-page .common-logs-toolbar{gap:10px}.dashboard-overview-page.common-logs-page .common-logs-filter-row,.dashboard-overview-page.common-logs-page .common-logs-filter-row.expanded,.dashboard-overview-page.common-logs-page .common-logs-action-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:100%}.dashboard-overview-page.common-logs-page .common-log-date-root,.dashboard-overview-page.common-logs-page .common-log-type-root{width:100%}.dashboard-overview-page.common-logs-page .common-log-date-button,.dashboard-overview-page.common-logs-page .common-log-input,.dashboard-overview-page.common-logs-page .common-log-input.wide,.dashboard-overview-page.common-logs-page .common-log-type-trigger{width:100%;height:38px;min-height:38px;background:#fff}.dashboard-overview-page.common-logs-page .common-log-date-button{justify-content:flex-start;font-size:12px}.dashboard-overview-page.common-logs-page .common-log-date-button span,.dashboard-overview-page.common-logs-page .common-log-type-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-date-popover,.dashboard-overview-page.common-logs-page .common-log-type-menu{left:0;right:0;width:100%}.dashboard-overview-page.common-logs-page .common-log-expand-button{width:fit-content;min-width:0;height:32px;margin-left:0;padding:0 8px}.dashboard-overview-page.common-logs-page .common-log-stats{display:flex;flex-wrap:nowrap;gap:6px;width:100%;overflow-x:auto;scrollbar-width:none}.dashboard-overview-page.common-logs-page .common-log-stats::-webkit-scrollbar{display:none}.dashboard-overview-page.common-logs-page .common-log-stats span,.dashboard-overview-page.common-logs-page .common-log-stats button{width:auto;min-width:0;flex:0 0 auto;justify-content:flex-start;padding:0 7px;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-stats .usage{min-width:114px}.dashboard-overview-page.common-logs-page .common-log-stats span{overflow:hidden}.dashboard-overview-page.common-logs-page .common-log-stats strong{min-width:0;max-width:78px;overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.common-logs-page .common-log-stats button{width:32px;justify-content:center}.dashboard-overview-page.common-logs-page .common-log-actions{width:100%;justify-content:flex-end;margin-left:0}.dashboard-overview-page.common-logs-page .common-log-button{width:64px;height:34px;min-height:34px}.dashboard-overview-page.common-logs-page .common-log-table-shell{min-height:0;margin-top:12px;overflow:visible;border:0;border-radius:0;background:transparent}.dashboard-overview-page.common-logs-page .common-log-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0;background:transparent}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-table{min-width:0}.dashboard-overview-page.common-logs-page .common-log-table colgroup,.dashboard-overview-page.common-logs-page .common-log-table thead{display:none}.dashboard-overview-page.common-logs-page .common-log-table tbody{display:grid;gap:10px}.dashboard-overview-page.common-logs-page .common-log-data-row{display:grid;gap:8px;padding:12px;border:1px solid #e6e8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f17140a}.dashboard-overview-page.common-logs-page .common-log-table td{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;min-height:28px;padding:0;border-bottom:0;overflow:visible;color:#4f5751;background:transparent;text-align:right;white-space:normal}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-table td{height:auto;min-height:24px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-data-row{gap:6px;padding:10px}.dashboard-overview-page.common-logs-page.admin-common-logs-page .common-log-data-row td:nth-child(1){min-height:28px}.dashboard-overview-page.common-logs-page .common-log-table td:before{color:#848c85;font-size:12px;line-height:18px;font-weight:600;text-align:left}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(1){display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-height:30px;color:#111;text-align:left}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(1):before{content:none}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(2):before{content:"渠道"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(3):before{content:"用户"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(4):before{content:"令牌"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(5):before{content:"模型"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(6):before{content:"耗时"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(7):before{content:"Tokens"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(8):before{content:"费用"}.dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(9):before{content:"详情"}.dashboard-overview-page.common-logs-page .common-log-table td>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.common-logs-page .common-log-time-cell{min-width:0;flex:1 1 auto}.dashboard-overview-page.common-logs-page .common-log-time-cell>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.common-logs-page .common-log-time-cell small{margin-top:2px}.dashboard-overview-page.common-logs-page .common-log-user-cell{justify-self:end;justify-content:flex-end}.dashboard-overview-page.common-logs-page .common-log-user-cell strong,.dashboard-overview-page.common-logs-page .common-log-detail-cell,.dashboard-overview-page.common-logs-page .common-log-detail-button span,.dashboard-overview-page.common-logs-page .common-log-table td{min-width:0;max-width:100%}.dashboard-overview-page.common-logs-page .common-log-detail-cell{text-align:right}.dashboard-overview-page.common-logs-page .common-log-detail-button{justify-content:flex-end;max-width:100%;text-align:right}.dashboard-overview-page.common-logs-page .common-log-empty-row,.dashboard-overview-page.common-logs-page .common-log-empty-row td{display:block;height:auto;padding:0;background:transparent}.dashboard-overview-page.common-logs-page .common-log-empty-state{width:100%;min-height:260px;padding:24px 16px;border:1px solid #e6e8e5;border-radius:12px;background:#fff}.dashboard-overview-page.common-logs-page .common-log-pagination{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e5e5}.dashboard-overview-page.common-logs-page .common-log-page-size{min-width:0;gap:6px}.dashboard-overview-page.common-logs-page .common-log-page-size input{display:none}.dashboard-overview-page.common-logs-page .common-log-page-size select{width:62px;height:30px;min-height:30px;padding:0 8px;border-radius:8px;font-size:13px;line-height:18px}.dashboard-overview-page.common-logs-page .common-log-page-size p,.dashboard-overview-page.common-logs-page .common-log-page-status{font-size:12px;line-height:18px}.dashboard-overview-page.common-logs-page .common-log-page-status{grid-column:1 / -1;order:3;justify-self:center;text-align:center}.dashboard-overview-page.common-logs-page .common-log-page-actions{justify-self:end;gap:5px}.dashboard-overview-page.common-logs-page .common-log-page-actions button{width:30px;height:30px;border-radius:8px}.common-log-detail-backdrop{padding:12px}.common-log-detail-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto;border-radius:12px}.common-log-detail-body{max-height:none;padding-right:0;overflow:visible}}@media(max-width:380px){.dashboard-overview-page.common-logs-page .common-log-table td{grid-template-columns:74px minmax(0,1fr)}}:root[data-theme=dark] .dashboard-overview-page.common-logs-page,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-logs-main,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-pagination{color:#f4f7f3;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-date-button,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-input,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-type-trigger,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-type-menu,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-button.muted,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-stats span,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-stats button,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-date-popover,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-date-popover input,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table-shell,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-page-size select,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-page-size input,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-page-actions button{border-color:#273027;color:#eef2ed;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-type-menu button{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-type-menu button:hover,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-type-menu button.selected{background:#1f241f}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table th{border-color:#273027;color:#f4f7f3;background:#1b201b}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-logs-head h2,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-state strong,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-time-cell{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table td{border-color:#242b24;color:#c7cec8}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-user-cell{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-user-cell span{border-color:transparent;color:#101411;background:#d8d35f;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-user-cell strong{color:#8f9791}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-token-stack strong{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-token-stack small{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-state,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-state span{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-icon{color:#f4f7f3;background:#1f241f}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-stats strong{color:#f4f7f3db}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-stats button:hover{background:#1f241f}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-detail-cell,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-detail-button{color:#d9dfd8}:root[data-theme=dark] .common-log-detail-backdrop{background:#0000006b}:root[data-theme=dark] .common-log-detail-dialog{color:#f4f7f3;background:#161a16;box-shadow:0 0 0 1px #273027}:root[data-theme=dark] .common-log-detail-dialog-head h2,:root[data-theme=dark] .common-log-detail-dialog-head button,:root[data-theme=dark] .common-log-detail-section h3,:root[data-theme=dark] .common-log-detail-content-box p,:root[data-theme=dark] .common-log-detail-content-box button{color:#f4f7f3}:root[data-theme=dark] .common-log-detail-dialog-head button:hover,:root[data-theme=dark] .common-log-detail-content-box button:hover{background:#1f241f}:root[data-theme=dark] .common-log-detail-content-box{border-color:#273027;background:#f4f4f50f}:root[data-theme=dark] .common-log-usage-grid div,:root[data-theme=dark] .common-log-error-grid div,:root[data-theme=dark] .common-log-referral-grid div,:root[data-theme=dark] .common-log-topup-grid div,:root[data-theme=dark] .common-log-billing-grid div,:root[data-theme=dark] .common-log-json-box{border-color:#273027;background:#f4f4f50f}:root[data-theme=dark] .common-log-billing-grid div.summary{background:#11a38324}:root[data-theme=dark] .common-log-billing-grid span,:root[data-theme=dark] .common-log-usage-grid dt,:root[data-theme=dark] .common-log-error-grid dt,:root[data-theme=dark] .common-log-referral-grid dt,:root[data-theme=dark] .common-log-topup-grid dt{color:#a3aba5}:root[data-theme=dark] .common-log-billing-grid strong,:root[data-theme=dark] .common-log-usage-grid dd,:root[data-theme=dark] .common-log-error-grid dd,:root[data-theme=dark] .common-log-referral-grid dd,:root[data-theme=dark] .common-log-topup-grid dd,:root[data-theme=dark] .common-log-json-box{color:#f4f7f3}@media(max-width:760px){:root[data-theme=dark] .dashboard-overview-page.common-logs-page,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-logs-main,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-logs-head,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-logs-scroll,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-pagination{background:#101411}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-pagination{border-top-color:#273027}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-data-row,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-state{border-color:#273027;background:#151a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table td,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-row,:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-empty-row td{background:transparent}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-data-row td:nth-child(1){color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.common-logs-page .common-log-table td:before{color:#8f9791}}.dashboard-overview-page.users-page{--dashboard-topbar-height: 48px;overflow-y:hidden;scrollbar-gutter:auto;color:#0a0a0a;background:#fff;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page.users-page .users-main{height:calc(100vh - var(--dashboard-topbar-height));min-height:calc(100vh - var(--dashboard-topbar-height));display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;color:#171717;background:#fff}.dashboard-overview-page.users-page .users-head{flex:0 0 auto;padding:18px 16px 10px}.dashboard-overview-page.users-page .users-title-row{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-overview-page.users-page .users-title-row h1{margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page.users-page .users-head-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.users-page .users-registration-control{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;overflow:hidden;color:#171717;background:transparent;font-size:14px;line-height:19.2px;font-weight:500;white-space:nowrap}.dashboard-overview-page.users-page .users-registration-status,.dashboard-overview-page.users-page .users-registration-action{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #d4d4d4}.dashboard-overview-page.users-page .users-registration-status{min-width:126px;border-radius:6px 0 0 6px}.dashboard-overview-page.users-page .users-registration-action{margin-left:-1px;border-radius:0 6px 6px 0;color:#171717;background:#fff;font:inherit;transition:background-color .16s ease,color .16s ease}.dashboard-overview-page.users-page .users-registration-action:disabled{cursor:not-allowed;opacity:1}.dashboard-overview-page.users-page .users-registration-control.enabled{background:#fff}.dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-status{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-action{border-color:#fecaca;color:#991b1b;background:#fef2f2}.dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-action:not(:disabled):hover{background:#fee2e2}.dashboard-overview-page.users-page .users-registration-control.disabled{background:#fff}.dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-status{border-color:#fecaca;color:#991b1b;background:#fef2f2}.dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-action{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-action:not(:disabled):hover{background:#dcfce7}.dashboard-overview-page.users-page .users-registration-control.loading{color:#525252;background:#fafafa}.dashboard-overview-page.users-page .users-registration-control.loading .users-registration-status,.dashboard-overview-page.users-page .users-registration-control.loading .users-registration-action{border-color:#e5e5e5;color:#525252;background:#fafafa}.dashboard-overview-page.users-page .users-add-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;border:1px solid transparent;border-radius:6px;color:#fafafa;background:#050505;font-size:14px;line-height:19.2px;font-weight:500;white-space:nowrap}.dashboard-overview-page.users-page .users-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:8px 16px 0;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page.users-page .users-scroll::-webkit-scrollbar,.dashboard-overview-page.users-page .users-table-scroll::-webkit-scrollbar,.users-drawer-body::-webkit-scrollbar{width:10px;height:10px}.dashboard-overview-page.users-page .users-scroll::-webkit-scrollbar-thumb,.dashboard-overview-page.users-page .users-table-scroll::-webkit-scrollbar-thumb,.users-drawer-body::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page.users-page .users-stack{display:grid;gap:12px}.dashboard-overview-page.users-page .users-toolbar{min-height:38px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.dashboard-overview-page.users-page .users-toolbar input{width:240px;height:38px;min-height:38px;min-width:0;padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.users-page .users-toolbar input::placeholder{color:#737373}.dashboard-overview-page.users-page .users-filter-button,.dashboard-overview-page.users-page .users-view-button{height:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;background:#fff;font-size:14px;line-height:19.2px;font-weight:500;white-space:nowrap}.dashboard-overview-page.users-page .users-filter-button{min-width:68px;border-style:dashed}.dashboard-overview-page.users-page .users-view-button{min-width:58px;margin-left:auto;border-style:solid;border-radius:8px;line-height:20px}.dashboard-overview-page.users-page .users-table-shell{overflow:hidden;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.users-page .users-table-scroll{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page.users-page .users-table{width:1132px;min-width:1132px;border-collapse:collapse;table-layout:fixed;color:#171717;font-size:13px;line-height:18px}.dashboard-overview-page.users-page .users-col-select{width:24px}.dashboard-overview-page.users-page .users-col-id{width:76px}.dashboard-overview-page.users-page .users-col-name{width:176px}.dashboard-overview-page.users-page .users-col-status{width:64px}.dashboard-overview-page.users-page .users-col-quota{width:166px}.dashboard-overview-page.users-page .users-col-group{width:78px}.dashboard-overview-page.users-page .users-col-invite{width:217px}.dashboard-overview-page.users-page .users-col-created,.dashboard-overview-page.users-page .users-col-login{width:180px}.dashboard-overview-page.users-page .users-col-actions{width:48px}.dashboard-overview-page.users-page .users-table th,.dashboard-overview-page.users-page .users-table td{padding:0 10px;border-bottom:1px solid #e5e5e5;color:#171717;background:#fff;text-align:left;vertical-align:middle;white-space:nowrap}.dashboard-overview-page.users-page .users-table th{height:44px;font-size:13px;line-height:18px;font-weight:500}.dashboard-overview-page.users-page .users-table td{height:56px;font-size:13px;line-height:18px;font-weight:400}.dashboard-overview-page.users-page .users-table tbody tr:last-child td{border-bottom:0}.dashboard-overview-page.users-page .users-table th button{height:28px;display:inline-flex;align-items:center;gap:4px;margin-left:-8px;padding:0 8px;border:1px solid transparent;border-radius:6px;color:inherit;background:transparent;font:inherit;font-weight:700}.dashboard-overview-page.users-page .users-check-cell{padding-left:10px;padding-right:0}.dashboard-overview-page.users-page .users-check-cell input{width:18px;height:18px;min-height:18px;margin:0;border:1px solid #e5e5e5;border-radius:4px;accent-color:#0a0a0a}.dashboard-overview-page.users-page .users-id{color:#171717;font-size:14px}.dashboard-overview-page.users-page .users-name-cell{display:grid;gap:1px}.dashboard-overview-page.users-page .users-name-cell strong{color:#171717;font-size:14px;line-height:20px;font-weight:700}.dashboard-overview-page.users-page .users-name-cell span{color:#737373;font-size:13px;line-height:18px}.dashboard-overview-page.users-page .users-status,.dashboard-overview-page.users-page .users-group,.dashboard-overview-page.users-page .users-invite{display:inline-flex;align-items:center;gap:6px}.dashboard-overview-page.users-page .users-status,.dashboard-overview-page.users-page .users-group{font-size:14px;line-height:20px}.dashboard-overview-page.users-page .users-status span,.dashboard-overview-page.users-page .users-group span{width:6px;height:6px;border-radius:999px;background:currentColor}.dashboard-overview-page.users-page .users-status.enabled{color:#079669}.dashboard-overview-page.users-page .users-status.disabled{color:#777f78}.dashboard-overview-page.users-page .users-group{color:#0f6cad;font-weight:600}.dashboard-overview-page.users-page.admin-accounts-page .users-table.admin-accounts-table{width:100%;min-width:1040px}.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-col-role{width:132px}.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-col-sessions{width:76px}.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-table .users-name-cell{min-width:0;overflow:hidden}.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-table .users-name-cell strong,.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-table .users-name-cell span,.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-table td:nth-child(7),.dashboard-overview-page.users-page.admin-accounts-page .admin-accounts-table td:nth-child(8){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.admin-accounts-page .admin-account-role{display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:20px;font-weight:700}.dashboard-overview-page.admin-accounts-page .admin-account-role.root{color:#111}.dashboard-overview-page.admin-accounts-page .admin-account-role.admin{color:#0f6cad}.dashboard-overview-page.users-page .users-quota-cell{width:150px;display:grid;gap:5px}.dashboard-overview-page.users-page .users-quota-cell>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#171717;font-size:14px;line-height:20px}.dashboard-overview-page.users-page .users-quota-cell strong,.dashboard-overview-page.users-page .users-quota-cell span{font-weight:400}.dashboard-overview-page.users-page .users-progress{width:150px;height:6px;overflow:hidden;border-radius:999px;background:#e7ebe7}.dashboard-overview-page.users-page .users-progress span{display:block;height:100%;border-radius:inherit;background:#10b981}.dashboard-overview-page.users-page .users-invite{color:#737373;font-size:12px;line-height:18px}.dashboard-overview-page.users-page .users-invite em{font-style:normal;color:#9ca39d}.dashboard-overview-page.users-page .users-row-menu{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;color:#202522;background:transparent}.dashboard-overview-page.users-page .users-row-menu:hover{background:#f4f4f3}.dashboard-overview-page.users-page .users-data-row:hover td{background:#fafbf8}.dashboard-overview-page.users-page .users-empty-row td{height:400px;padding:0;border-bottom:0}.dashboard-overview-page.users-page .users-empty-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;color:#6f776f;text-align:center}.dashboard-overview-page.users-page .users-empty-state svg{color:#111;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.dashboard-overview-page.users-page .users-empty-state strong{margin-top:10px;color:#171717;font-size:16px;line-height:22px;font-weight:700}.dashboard-overview-page.users-page .users-empty-state span{color:#6f776f;font-size:14px;line-height:22px}.users-feedback{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e4e7e2;border-radius:8px;color:#4f5a52;background:#fbfbfa;font-size:13px;line-height:18px}.users-feedback.error{border-color:color-mix(in srgb,var(--danger) 28%,#e4e7e2);color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,#ffffff)}.users-feedback.success{border-color:color-mix(in srgb,#16a34a 28%,#e4e7e2);color:#17623b;background:#f0fbf4}.dashboard-overview-page.users-page .users-row-menu-wrap{position:relative;display:inline-flex}.dashboard-overview-page.users-page .users-action-menu{position:absolute;top:36px;right:0;z-index:40;width:150px;display:grid;gap:2px;padding:5px;border:1px solid #e2e4df;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a29}.dashboard-overview-page.users-page .users-action-menu button{height:30px;display:flex;align-items:center;padding:0 9px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:13px;font-weight:600;text-align:left}.dashboard-overview-page.users-page .users-action-menu button:hover:not(:disabled){background:#f4f4f3}.dashboard-overview-page.users-page .users-action-menu button.danger{color:var(--danger)}.dashboard-overview-page.users-page .users-action-menu button:disabled{opacity:.45;cursor:not-allowed}.dashboard-overview-page.users-page .users-action-menu>span{height:1px;margin:3px 2px;background:#eceee9}.dashboard-overview-page.users-page .users-pagination{flex:0 0 auto;min-height:60px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:12px 16px;border-top:1px solid #e5e5e5;background:#fff}.dashboard-overview-page.users-page .users-page-size{justify-self:start;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.users-page .users-page-size select{width:70px;height:32px;min-height:32px;padding:0 8px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.users-page .users-page-size p,.dashboard-overview-page.users-page .users-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.users-page .users-page-status{justify-self:end}.dashboard-overview-page.users-page .users-pagination-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.users-page .users-pagination-actions button{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid #e2e4df;border-radius:8px;color:#202522;background:#fff;font-size:14px;font-weight:700}.dashboard-overview-page.users-page .users-pagination-actions button.active{border-color:#111;color:#fff;background:#111}.dashboard-overview-page.users-page .users-pagination-actions button:disabled{opacity:.48}.users-drawer-backdrop{position:fixed;inset:0;z-index:70;display:flex;align-items:stretch;justify-content:flex-end;background:#11182738;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.users-drawer{width:min(600px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;border:0;border-radius:0;background:#fff;box-shadow:none}.users-drawer-head{min-height:77px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 16px 14px;border-bottom:1px solid #e5e5e5}.users-drawer-head h2{margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:600}.users-drawer-head p,.users-drawer-section-head p,.users-field small{margin:0;color:#737373;font-size:14px;line-height:20px;font-weight:400}.users-drawer-close{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#0a0a0a;background:transparent}.users-drawer-close:hover{background:#f0f1ee}.users-drawer-body{overflow-y:auto;padding:16px 16px 96px;display:grid;align-content:start;gap:16px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.users-drawer-section{display:grid;gap:16px}.users-drawer-section+.users-drawer-section{padding-top:18px;border-top:1px solid #eff1ed}.users-drawer-section-head{display:grid;gap:2px}.users-drawer-section-head h3{margin:0;color:#0a0a0a;font-size:14px;line-height:20px;font-weight:600}.users-field{display:grid;gap:8px;color:#0a0a0a;font-size:14px;line-height:20px;font-weight:500}.users-field input,.users-field select,.users-field textarea{width:100%;min-height:32px;padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff;font:inherit;font-weight:400;line-height:20px}.users-field input:disabled,.users-field select:disabled,.users-field textarea:disabled{color:#707971;background:#f6f7f5;cursor:not-allowed}.users-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.users-drawer-footer{position:sticky;bottom:0;display:grid;gap:8px;padding:14px 24px 26px;border-top:1px solid #e5e5e5;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.users-drawer-secondary,.users-drawer-primary{width:100%;height:32px;min-height:32px;padding:0 14px;border-radius:8px;font-size:14px;line-height:20px;font-weight:500}.users-drawer-secondary{border:1px solid #e5e5e5;color:#0a0a0a;background:#fff}.users-drawer-primary{border:0;color:#fff;background:#050505}.users-drawer-primary:disabled,.users-drawer-secondary:disabled{opacity:.55}@media(max-width:1100px){.dashboard-overview-page.users-page .users-toolbar input{flex:1 1 220px}.dashboard-overview-page.users-page .users-view-button{margin-left:0}}@media(max-width:760px){.dashboard-overview-page.users-page .users-title-row,.dashboard-overview-page.users-page .users-toolbar{align-items:stretch}.dashboard-overview-page.users-page .users-title-row{flex-direction:column}.dashboard-overview-page.users-page .users-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-overview-page.users-page .users-registration-control,.dashboard-overview-page.users-page .users-add-button,.dashboard-overview-page.users-page .users-filter-button,.dashboard-overview-page.users-page .users-view-button{width:100%}.dashboard-overview-page.users-page .users-registration-status,.dashboard-overview-page.users-page .users-registration-action{flex:1 1 0;padding:0 8px}.dashboard-overview-page.users-page .users-pagination{grid-template-columns:1fr;gap:12px}.dashboard-overview-page.users-page .users-page-status,.dashboard-overview-page.users-page .users-pagination-actions{justify-self:start}.users-form-grid{grid-template-columns:1fr}}:root[data-theme=dark] .dashboard-overview-page.users-page .users-main,:root[data-theme=dark] .dashboard-overview-page.users-page .users-title-row h1,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table th,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-id,:root[data-theme=dark] .dashboard-overview-page.users-page .users-name-cell strong,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .admin-account-role.root,:root[data-theme=dark] .dashboard-overview-page.users-page .users-page-size p,:root[data-theme=dark] .dashboard-overview-page.users-page .users-page-status{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.users-page .users-main,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-view-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-toolbar input,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-menu,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table-shell,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table th,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination,:root[data-theme=dark] .dashboard-overview-page.users-page .users-page-size select,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination-actions button{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-view-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-toolbar input,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-menu,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table-shell,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table th,:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination,:root[data-theme=dark] .dashboard-overview-page.users-page .users-page-size select,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination-actions button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.enabled{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-status{border-color:#14532d;color:#bbf7d0;background:#052e16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-action{border-color:#7f1d1d;color:#fecaca;background:#450a0a}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.enabled .users-registration-action:not(:disabled):hover{background:#5f1010}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.disabled{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-status{border-color:#7f1d1d;color:#fecaca;background:#450a0a}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-action{border-color:#14532d;color:#bbf7d0;background:#052e16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.disabled .users-registration-action:not(:disabled):hover{background:#064e24}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.loading{color:#d4d4d4;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.loading .users-registration-status,:root[data-theme=dark] .dashboard-overview-page.users-page .users-registration-control.loading .users-registration-action{border-color:#273027;color:#d4d4d4;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-view-button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-toolbar input,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-search input,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-options button,:root[data-theme=dark] .dashboard-overview-page.users-page .users-page-size select,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination-actions button{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.users-page .users-name-cell span,:root[data-theme=dark] .dashboard-overview-page.users-page .users-invite,:root[data-theme=dark] .dashboard-overview-page.users-page .users-toolbar input::placeholder,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-search input::placeholder,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-option-icon,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-options p{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-button.active,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-button[aria-expanded=true],:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-search,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-options button:hover,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-options button.selected{background:#1d231d}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-check{border-color:#465046;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-options button.selected .users-filter-check{border-color:#eef2ed;color:#161a16;background:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.users-page .users-progress{background:#273027}:root[data-theme=dark] .dashboard-overview-page.users-page .users-quota-cell>div:first-child{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.users-page .users-row-menu{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.users-page .users-row-menu:hover{background:#1f251f}:root[data-theme=dark] .dashboard-overview-page.users-page .users-data-row:hover td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-action-menu button:hover:not(:disabled){background:#1b201b}:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-state strong,:root[data-theme=dark] .dashboard-overview-page.users-page .users-action-menu button,:root[data-theme=dark] .users-drawer-head h2,:root[data-theme=dark] .users-drawer-section-head h3,:root[data-theme=dark] .users-field,:root[data-theme=dark] .users-field input,:root[data-theme=dark] .users-field select,:root[data-theme=dark] .users-field textarea,:root[data-theme=dark] .users-drawer-secondary{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-state,:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-state span,:root[data-theme=dark] .users-drawer-head p,:root[data-theme=dark] .users-drawer-section-head p,:root[data-theme=dark] .users-field small{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.users-page .users-action-menu,:root[data-theme=dark] .users-drawer,:root[data-theme=dark] .users-field input,:root[data-theme=dark] .users-field select,:root[data-theme=dark] .users-field textarea,:root[data-theme=dark] .users-drawer-secondary{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-action-menu,:root[data-theme=dark] .dashboard-overview-page.users-page .users-action-menu>span,:root[data-theme=dark] .users-drawer-head,:root[data-theme=dark] .users-drawer-section+.users-drawer-section,:root[data-theme=dark] .users-drawer-footer,:root[data-theme=dark] .users-field input,:root[data-theme=dark] .users-field select,:root[data-theme=dark] .users-field textarea,:root[data-theme=dark] .users-drawer-secondary{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-state svg{color:#f4f7f3}:root[data-theme=dark] .users-drawer-footer{background:#161a16f5}:root[data-theme=dark] .users-drawer-backdrop{background:#0000008f}:root[data-theme=dark] .users-drawer-backdrop .users-drawer,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-head,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-body,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-section,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-footer{color:#eef2ed;background-color:#161a16}:root[data-theme=dark] .users-drawer-backdrop .users-drawer{border-left:1px solid #273027;box-shadow:-10px 0 15px -3px #00000047,-4px 0 6px -4px #0000005c}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-head,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-section+.users-drawer-section,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-footer{border-color:#273027}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-head h2,:root[data-theme=dark] .users-drawer-backdrop .users-drawer-section-head h3,:root[data-theme=dark] .users-drawer-backdrop .users-field,:root[data-theme=dark] .users-drawer-backdrop .users-field>span{color:#eef2ed}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-head p,:root[data-theme=dark] .users-drawer-backdrop .users-field small{color:#a3aba5}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-close{color:#eef2ed}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-close:hover{background:#202720}:root[data-theme=dark] .users-drawer-backdrop .users-field input,:root[data-theme=dark] .users-drawer-backdrop .users-field select,:root[data-theme=dark] .users-drawer-backdrop .users-field textarea{border-color:#273027;color:#eef2ed;background-color:#111511}:root[data-theme=dark] .users-drawer-backdrop .users-field input::placeholder,:root[data-theme=dark] .users-drawer-backdrop .users-field textarea::placeholder{color:#7f897f}:root[data-theme=dark] .users-drawer-backdrop .users-drawer-secondary{border-color:#273027;color:#eef2ed;background-color:#161a16}:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-drawer{border-left:1px solid #273027}:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-drawer-head,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-drawer-section+.users-drawer-section,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-drawer-footer,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-field input,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-field select,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-field textarea,:root[data-theme=dark] .dashboard-overview-page.admin-accounts-page .users-drawer-backdrop .users-drawer-secondary{border-color:#273027}:root[data-theme=dark] .users-field input:disabled,:root[data-theme=dark] .users-field select:disabled,:root[data-theme=dark] .users-field textarea:disabled{color:#879188;background:#111511}:root[data-theme=dark] .users-feedback.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#f17277;background:color-mix(in srgb,#f17277 10%,#161a16)}:root[data-theme=dark] .users-drawer-message.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#f17277;background:color-mix(in srgb,#f17277 10%,#161a16)}:root[data-theme=dark] .users-feedback.success{border-color:color-mix(in srgb,#22c55e 30%,#273027);color:#86efac;background:color-mix(in srgb,#22c55e 10%,#161a16)}.dashboard-overview-page.redemption-page{overflow-y:hidden;scrollbar-gutter:auto}.dashboard-overview-page.redemption-page .redemption-main{height:calc(100vh - var(--dashboard-topbar-height) - 8px);min-height:calc(100vh - var(--dashboard-topbar-height) - 8px);display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;color:#171717;background:#fff}.dashboard-overview-page.redemption-page .redemption-head{flex:0 0 auto;padding:20px 16px 12px}.dashboard-overview-page.redemption-page .redemption-title-row{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-overview-page.redemption-page .redemption-title-row h1{margin:0;color:#111;font-size:18px;line-height:28px;font-weight:700;letter-spacing:0}.dashboard-overview-page.redemption-page .redemption-create-button{height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:#fff;background:#111;font-size:13px;line-height:19px;font-weight:600;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.dashboard-overview-page.redemption-page .redemption-secondary-button{height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #e2e4df;border-radius:6px;color:#171717;background:#fff;font-size:13px;line-height:19px;font-weight:600;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-secondary-button.danger{color:#b42318}.dashboard-overview-page.redemption-page .redemption-create-button:disabled,.dashboard-overview-page.redemption-page .redemption-secondary-button:disabled{cursor:not-allowed;opacity:.52}.dashboard-overview-page.redemption-page .redemption-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:6px 16px 0}.dashboard-overview-page.redemption-page .redemption-stack{display:grid;gap:12px}.dashboard-overview-page.redemption-page .redemption-toolbar{min-height:32px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.dashboard-overview-page.redemption-page .redemption-search-input{width:240px;height:32px;min-height:32px;min-width:0;padding:0 10px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.redemption-page .redemption-search-input::placeholder{color:#737b75}.dashboard-overview-page.redemption-page .redemption-filter-root{position:relative;display:inline-flex;align-items:center;gap:6px}.dashboard-overview-page.redemption-page .redemption-filter-value{height:26px;display:inline-flex;align-items:center;padding:0 9px;border-radius:6px;color:#171717;background:#f4f4f5;font-size:13px;line-height:18px;font-weight:600}.dashboard-overview-page.redemption-page .redemption-filter-reset{height:32px;min-height:32px;display:inline-flex;align-items:center;gap:4px;margin-left:auto;padding:0 8px;border:0;border-radius:8px;color:#737373;background:transparent;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-filter-reset:hover{color:#0a0a0a;background:#f4f4f5}.dashboard-overview-page.redemption-page .redemption-status-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:110;width:288px;padding:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 0 0 1px #e5e5e5,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:14px;line-height:20px}.dashboard-overview-page.redemption-page .redemption-status-filter-scrim{position:fixed;inset:0;z-index:100;padding:0;border:0;background:transparent;cursor:default}.dashboard-overview-page.redemption-page .redemption-status-filter-search{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:8px;color:#a3a3a3;background:#f4f4f5}.dashboard-overview-page.redemption-page .redemption-status-filter-search input{width:100%;min-width:0;height:auto;min-height:0;padding:0;border:0;outline:0;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.redemption-page .redemption-status-filter-search input::placeholder{color:#737373}.dashboard-overview-page.redemption-page .redemption-status-filter-options{display:grid;gap:0;padding-top:4px}.dashboard-overview-page.redemption-page .redemption-status-filter-options button{height:32px;display:flex;align-items:center;gap:8px;padding:6px 8px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.redemption-page .redemption-status-filter-options button:hover,.dashboard-overview-page.redemption-page .redemption-status-filter-options button.selected{background:#f4f4f5}.dashboard-overview-page.redemption-page .redemption-status-filter-check{width:16px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4d4d4;border-radius:4px;color:#fff;background:#fff}.dashboard-overview-page.redemption-page .redemption-status-filter-options button.selected .redemption-status-filter-check{border-color:#0a0a0a;background:#0a0a0a}.dashboard-overview-page.redemption-page .redemption-status-filter-options p{margin:6px 10px 4px;color:#737373;font-size:13px;line-height:20px}.dashboard-overview-page.redemption-page .redemption-status-filter-footer{margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5}.dashboard-overview-page.redemption-page .redemption-status-filter-clear{width:100%;height:32px;display:flex;align-items:center;padding:0 12px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:500;text-align:left}.dashboard-overview-page.redemption-page .redemption-status-filter-clear:hover{background:#f4f4f5}.dashboard-overview-page.redemption-page .redemption-status-filter{position:relative;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:96px;padding:0 10px;border:1px dashed #e2e4df;border-radius:6px;color:#171717;background:#fff;font-size:13px;line-height:19px;font-weight:650;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-status-filter select{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;opacity:0}.redemption-feedback{width:fit-content;min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e4e7e2;border-radius:8px;color:#4f5a52;background:#fbfbfa;font-size:13px;line-height:18px;font-weight:600}.redemption-feedback.error{border-color:color-mix(in srgb,#b42318 28%,#e4e7e2);color:#b42318;background:#fff1ef}.redemption-feedback.success{border-color:color-mix(in srgb,#16a34a 28%,#e4e7e2);color:#17623b;background:#f0fbf4}.dashboard-overview-page.redemption-page .redemption-filter-button,.dashboard-overview-page.redemption-page .redemption-view-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border-radius:6px;color:#171717;background:#fff;font-size:13px;line-height:19px;font-weight:650;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-filter-button{min-width:68px;border:1px dashed #e2e4df}.dashboard-overview-page.redemption-page .redemption-filter-button.active,.dashboard-overview-page.redemption-page .redemption-filter-button[aria-expanded=true]{background:#f4f4f5}.dashboard-overview-page.redemption-page .redemption-view-button{width:50px;margin-left:auto;padding:0;border:1px solid #e2e4df}.dashboard-overview-page.redemption-page .redemption-table-shell{min-height:442px;overflow:auto;border:1px solid #e5e7e3;border-radius:10px;background:#fff;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page.redemption-page .redemption-table{width:100%;min-width:1080px;border-collapse:collapse;table-layout:fixed;color:#171717;font-size:14px;line-height:20px}.dashboard-overview-page.redemption-page .redemption-col-select{width:38px}.dashboard-overview-page.redemption-page .redemption-col-id{width:72px}.dashboard-overview-page.redemption-page .redemption-col-name{width:160px}.dashboard-overview-page.redemption-page .redemption-col-status{width:98px}.dashboard-overview-page.redemption-page .redemption-col-code{width:230px}.dashboard-overview-page.redemption-page .redemption-col-quota{width:96px}.dashboard-overview-page.redemption-page .redemption-col-created{width:158px}.dashboard-overview-page.redemption-page .redemption-col-expired{width:150px}.dashboard-overview-page.redemption-page .redemption-col-redeemer{width:110px}.dashboard-overview-page.redemption-page .redemption-col-actions{width:112px}.dashboard-overview-page.redemption-page .redemption-table th,.dashboard-overview-page.redemption-page .redemption-table td{padding:0 8px;border-bottom:1px solid #f0f0ef;color:#171717;background:#fff;text-align:left;vertical-align:middle;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-table th{height:40px;font-size:14px;font-weight:700}.dashboard-overview-page.redemption-page .redemption-table td{height:52px;overflow:hidden;text-overflow:ellipsis;font-size:13px}.dashboard-overview-page.redemption-page .redemption-data-row:hover td{background:#fafbf8}.dashboard-overview-page.redemption-page .redemption-data-row.muted td{color:#6f776f}.dashboard-overview-page.redemption-page .redemption-table th button{height:32px;display:inline-flex;align-items:center;gap:7px;margin-left:-4px;padding:0;border:0;border-radius:6px;color:inherit;background:transparent;font:inherit;font-weight:700}.dashboard-overview-page.redemption-page .redemption-check-cell{padding-right:0}.dashboard-overview-page.redemption-page .redemption-check-cell input{width:16px;height:16px;min-height:16px;margin:0;border:1px solid #e2e4df;border-radius:4px;accent-color:#111111}.dashboard-overview-page.redemption-page .redemption-name-cell{overflow:hidden;text-overflow:ellipsis;font-weight:650}.dashboard-overview-page.redemption-page .redemption-status{min-width:58px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700}.dashboard-overview-page.redemption-page .redemption-status.enabled{color:#146c43;background:#dcf7e8}.dashboard-overview-page.redemption-page .redemption-status.disabled{color:#686f68;background:#edf0eb}.dashboard-overview-page.redemption-page .redemption-status.used{color:#0f5f9f;background:#e4f2ff}.dashboard-overview-page.redemption-page .redemption-status.expired{color:#935c13;background:#fff2cf}.dashboard-overview-page.redemption-page .redemption-code-cell{min-width:0;display:flex;align-items:center;gap:6px}.dashboard-overview-page.redemption-page .redemption-code-cell code{min-width:0;flex:1 1 auto;display:block;overflow:hidden;text-overflow:ellipsis;padding:3px 6px;border-radius:6px;color:#3b423d;background:#f5f6f3;font-size:12px;line-height:18px}.dashboard-overview-page.redemption-page .redemption-code-cell button,.dashboard-overview-page.redemption-page .redemption-row-actions button{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#4f584f;background:transparent}.dashboard-overview-page.redemption-page .redemption-code-cell button:hover:not(:disabled),.dashboard-overview-page.redemption-page .redemption-row-actions button:hover:not(:disabled){color:#111;background:#eef0ec}.dashboard-overview-page.redemption-page .redemption-row-actions button.danger:hover:not(:disabled){color:#b42318;background:#fee4e2}.dashboard-overview-page.redemption-page .redemption-code-cell button:disabled,.dashboard-overview-page.redemption-page .redemption-row-actions button:disabled{cursor:not-allowed;opacity:.42}.dashboard-overview-page.redemption-page .redemption-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.dashboard-overview-page.redemption-page .redemption-table .redemption-empty-row td{height:400px;padding:0;border-bottom:0;overflow:visible}.dashboard-overview-page.redemption-page .redemption-table .redemption-empty-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;color:#6f776f;text-align:center}.dashboard-overview-page.redemption-page .redemption-empty-state svg{color:#111;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.dashboard-overview-page.redemption-page .redemption-empty-state strong{margin-top:10px;color:#171717;font-size:16px;line-height:22px;font-weight:700}.dashboard-overview-page.redemption-page .redemption-empty-state span{color:#6f776f;font-size:14px;line-height:22px}.dashboard-overview-page.redemption-page .redemption-pagination{flex:0 0 auto;min-height:57px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:12px 16px;border-top:1px solid #e5e7e3;background:#fff}.dashboard-overview-page.redemption-page .redemption-page-size{justify-self:start;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.redemption-page .redemption-page-size select{width:70px;height:32px;min-height:32px;padding:0 8px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.redemption-page .redemption-page-size p,.dashboard-overview-page.redemption-page .redemption-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.redemption-page .redemption-page-status{justify-self:center}.dashboard-overview-page.redemption-page .redemption-pagination-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.redemption-page .redemption-pagination-actions button{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid #e2e4df;border-radius:8px;color:#202522;background:#fff}.dashboard-overview-page.redemption-page .redemption-pagination-actions button:disabled{opacity:.48}.dashboard-overview-page.redemption-page .redemption-pagination-actions button.active{border-color:#111;color:#fff;background:#111}.redemption-drawer-backdrop,.redemption-result-backdrop{position:fixed;inset:0;z-index:130;background:#1118273d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.redemption-drawer-backdrop{display:flex;align-items:stretch;justify-content:flex-end}.redemption-drawer{width:min(560px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:0;border-left:1px solid #e5e7e3;background:#fff;box-shadow:-18px 0 42px #0f172a29}.redemption-drawer-head{min-height:82px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid #e5e7e3}.redemption-drawer-head h2,.redemption-result-head h2{margin:0;color:#111;font-size:20px;line-height:28px;font-weight:800}.redemption-drawer-head p,.redemption-result-head p,.redemption-field small{margin:3px 0 0;color:#737b75;font-size:13px;line-height:20px}.redemption-drawer-close,.redemption-result-head button{width:30px;min-width:30px;height:30px;min-height:30px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;color:#555d57;background:transparent}.redemption-drawer-close:hover,.redemption-result-head button:hover{background:#f0f1ee}.redemption-drawer-body{overflow-y:auto;display:grid;align-content:start;gap:18px;padding:20px 20px 96px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.redemption-drawer-section{display:grid;gap:14px}.redemption-drawer-section+.redemption-drawer-section{padding-top:18px;border-top:1px solid #eff1ed}.redemption-drawer-section-head h3{margin:0;color:#151715;font-size:15px;line-height:22px;font-weight:800}.redemption-field{display:grid;gap:7px;color:#1d211d;font-size:13px;font-weight:700}.redemption-field input{width:100%;min-height:34px;padding:0 11px;border:1px solid #dfe3dc;border-radius:8px;color:#171a17;background:#fff;font:inherit;font-weight:500}.redemption-field input:focus{outline:2px solid rgba(17,17,17,.12);outline-offset:1px}.redemption-expiry-grid{display:flex;flex-wrap:wrap;gap:8px}.redemption-expiry-grid button{height:30px;min-height:30px;padding:0 10px;border:1px solid #e1e4e0;border-radius:8px;color:#3f473f;background:#fff;font-size:12px;font-weight:650}.redemption-expiry-grid button.active,.redemption-expiry-grid button:hover{border-color:#151515;color:#fff;background:#151515}.redemption-drawer-message{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:600}.redemption-drawer-message.error{color:#a3372b;background:#fff1ef}.redemption-drawer-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #e5e7e3;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.redemption-drawer-secondary,.redemption-drawer-primary{height:34px;min-height:34px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:700}.redemption-drawer-secondary{border:1px solid #dfe3dc;color:#202522;background:#fff}.redemption-drawer-primary{border:0;color:#fff;background:#111}.redemption-drawer-secondary:disabled,.redemption-drawer-primary:disabled{cursor:not-allowed;opacity:.55}.redemption-result-backdrop{display:grid;place-items:center;padding:18px}.redemption-result-dialog{width:min(620px,100%);display:grid;gap:14px;padding:18px;border:1px solid #e5e7e3;border-radius:10px;background:#fff;box-shadow:0 24px 70px #0f172a33}.redemption-result-head{display:flex;justify-content:space-between;gap:16px}.redemption-result-dialog textarea{width:100%;min-height:220px;resize:vertical;padding:10px;border:1px solid #dfe3dc;border-radius:8px;color:#171a17;background:#f8faf7;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.redemption-result-footer{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.redemption-result-footer button{height:32px;min-height:32px;padding:0 12px;border:1px solid #dfe3dc;border-radius:8px;color:#202522;background:#fff;font-size:13px;font-weight:700}.redemption-result-footer button.primary{border-color:#111;color:#fff;background:#111}@media(max-width:1100px){.dashboard-overview-page.redemption-page .redemption-search-input{flex:1 1 220px}.dashboard-overview-page.redemption-page .redemption-view-button{margin-left:0}.dashboard-overview-page.redemption-page .redemption-table{min-width:1080px}}@media(max-width:760px){.dashboard-overview-page.redemption-page .redemption-title-row,.dashboard-overview-page.redemption-page .redemption-toolbar{align-items:stretch}.dashboard-overview-page.redemption-page .redemption-title-row{flex-direction:column}.dashboard-overview-page.redemption-page .redemption-create-button,.dashboard-overview-page.redemption-page .redemption-secondary-button,.dashboard-overview-page.redemption-page .redemption-filter-button,.dashboard-overview-page.redemption-page .redemption-filter-root,.dashboard-overview-page.redemption-page .redemption-status-filter,.dashboard-overview-page.redemption-page .redemption-view-button{width:100%}.dashboard-overview-page.redemption-page .redemption-filter-reset{margin-left:0;width:fit-content}.dashboard-overview-page.redemption-page .redemption-status-filter-menu{width:min(288px,calc(100vw - 32px))}.dashboard-overview-page.redemption-page .redemption-head-actions{width:100%}.dashboard-overview-page.redemption-page .redemption-pagination{grid-template-columns:1fr}.dashboard-overview-page.redemption-page .redemption-page-status,.dashboard-overview-page.redemption-page .redemption-pagination-actions{justify-self:start}}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-main,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-title-row h1,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table th,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-page-size p,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-page-status{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-main,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-secondary-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-value,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-search,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-view-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-search-input,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table-shell,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table th,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-page-size select,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination-actions button{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-secondary-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-menu,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-footer,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-view-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-search-input,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table-shell,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table th,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-page-size select,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination-actions button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-secondary-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-value,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-menu,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-search input,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-options button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-clear,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-view-button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-search-input,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-page-size select,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination-actions button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-state strong{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-state,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-state span,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-search-input::placeholder,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-search,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-search input::placeholder,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-options p,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-reset{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-menu{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-button.active,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-button[aria-expanded=true],:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-options button:hover,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-options button.selected,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-clear:hover,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-filter-reset:hover{color:#f4f7f3;background:#ffffff12}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-check{border-color:#576157;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status-filter-options button.selected .redemption-status-filter-check{border-color:#eef2ee;color:#161a16;background:#eef2ee}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-state svg{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-data-row:hover td{background:#141914}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-data-row.muted td{color:#9fa8a1}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status.enabled{color:#a7f3d0;background:#16653459}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status.disabled{color:#bac2ba;background:#252b25}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status.used{color:#bfdbfe;background:#1e40af57}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-status.expired{color:#fde68a;background:#92400e59}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-code-cell code,:root[data-theme=dark] .redemption-result-dialog textarea{color:#d7ddd7;background:#101510}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-code-cell button,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-row-actions button{color:#c6cec6}:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-code-cell button:hover:not(:disabled),:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-row-actions button:hover:not(:disabled),:root[data-theme=dark] .redemption-drawer-close:hover,:root[data-theme=dark] .redemption-result-head button:hover{color:#fff;background:#ffffff12}:root[data-theme=dark] .redemption-feedback.error,:root[data-theme=dark] .redemption-drawer-message.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#fecaca;background:#7f1d1d6b}:root[data-theme=dark] .redemption-feedback.success{border-color:color-mix(in srgb,#22c55e 30%,#273027);color:#bbf7d0;background:#14532d6b}:root[data-theme=dark] .redemption-drawer,:root[data-theme=dark] .redemption-result-dialog{border-color:#273027;background:#111611}:root[data-theme=dark] .redemption-drawer-head,:root[data-theme=dark] .redemption-drawer-section+.redemption-drawer-section,:root[data-theme=dark] .redemption-drawer-footer{border-color:#273027}:root[data-theme=dark] .redemption-drawer-head h2,:root[data-theme=dark] .redemption-result-head h2,:root[data-theme=dark] .redemption-drawer-section-head h3,:root[data-theme=dark] .redemption-field{color:#f3f6f2}:root[data-theme=dark] .redemption-drawer-head p,:root[data-theme=dark] .redemption-result-head p,:root[data-theme=dark] .redemption-field small{color:#9fa8a1}:root[data-theme=dark] .redemption-field input,:root[data-theme=dark] .redemption-expiry-grid button,:root[data-theme=dark] .redemption-drawer-secondary,:root[data-theme=dark] .redemption-result-footer button{border-color:#2b332b;color:#eef2ee;background:#161a16}:root[data-theme=dark] .redemption-expiry-grid button.active,:root[data-theme=dark] .redemption-expiry-grid button:hover,:root[data-theme=dark] .redemption-result-footer button.primary{border-color:#f4f7f3;color:#111611;background:#f4f7f3}:root[data-theme=dark] .redemption-drawer-footer{background:#111611f5}.dashboard-overview-page.models-page{overflow-y:hidden;scrollbar-gutter:auto}.dashboard-overview-page.models-page .models-main{height:calc(100vh - var(--dashboard-topbar-height) - 8px);min-height:calc(100vh - var(--dashboard-topbar-height) - 8px);display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;color:#171717;background:#fff}.dashboard-overview-page.models-page .models-head{flex:0 0 auto;padding:20px 16px 12px}.dashboard-overview-page.models-page .models-title-row{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-overview-page.models-page .models-title-row h1{margin:0;color:#111;font-size:18px;line-height:28px;font-weight:700;letter-spacing:0}.dashboard-overview-page.models-page .models-head-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.models-page .models-add-button,.dashboard-overview-page.models-page .models-missing-button,.dashboard-overview-page.models-page .models-more-button{height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px;line-height:19px;font-weight:600;white-space:nowrap}.dashboard-overview-page.models-page .models-add-button{gap:5px;padding:0 10px;border:1px solid transparent;color:#fff;background:#111}.dashboard-overview-page.models-page .models-missing-button{gap:5px;padding:0 10px;border:1px solid #e2e4df;color:#202522;background:#fff}.dashboard-overview-page.models-page .models-more-button{width:36px;padding:0;border:1px solid #e2e4df;color:#202522;background:#fff}.dashboard-overview-page.models-page .models-scroll{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:auto;padding:4px 16px 0}.dashboard-overview-page.models-page .models-stack,.dashboard-overview-page.models-page .models-panel{min-height:0}.dashboard-overview-page.models-page .models-stack{flex:0 0 auto;display:flex;flex-direction:column;gap:0}.dashboard-overview-page.models-page .models-panel{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.dashboard-overview-page.models-page .models-toolbar{min-height:32px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.dashboard-overview-page.models-page .models-toolbar input{width:240px;height:32px;min-height:32px;min-width:0;padding:0 10px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.models-page .models-toolbar input::placeholder{color:#737b75}.dashboard-overview-page.models-page .models-filter-button,.dashboard-overview-page.models-page .models-view-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#171717;background:#fff;font-size:13px;line-height:19px;font-weight:650;white-space:nowrap}.dashboard-overview-page.models-page .models-filter-button{min-width:86px;gap:4px;padding:0 10px;border:1px dashed #e2e4df}.dashboard-overview-page.models-page .models-filter-button.provider{min-width:96px;max-width:220px}.dashboard-overview-page.models-page .models-filter-button span{min-width:0;overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.models-page .models-filter-button.sync{display:none}.dashboard-overview-page.models-page .models-filter-root{position:relative;display:inline-flex}.dashboard-overview-page.models-page .models-filter-button.active,.dashboard-overview-page.models-page .models-filter-button[aria-expanded=true]{border-style:solid;border-color:#d7dbd4;background:#f7f8f5}.dashboard-overview-page.models-page .models-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:70;width:224px;display:grid;gap:6px;padding:8px;border:1px solid #dfe2dd;border-radius:8px;background:#fff;box-shadow:0 10px 24px #11181221}.dashboard-overview-page.models-page .models-filter-menu.provider{width:252px}.dashboard-overview-page.models-page .models-filter-search{height:32px;display:flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #edf0eb;border-radius:6px;color:#9ca3a0;background:#f6f7f5}.dashboard-overview-page.models-page .models-filter-search input{flex:1 1 auto;width:0;min-width:0;height:100%;padding:0;border:0;border-radius:0;outline:0;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.models-page .models-toolbar .models-filter-search input{flex:1 1 auto;width:0;min-width:0;height:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.dashboard-overview-page.models-page .models-filter-search input::placeholder{color:#909793}.dashboard-overview-page.models-page .models-filter-options{display:grid;gap:0;max-height:min(320px,calc(100vh - 220px));overflow-y:auto;overscroll-behavior:contain;padding-right:2px}.dashboard-overview-page.models-page .models-filter-options::-webkit-scrollbar{width:6px}.dashboard-overview-page.models-page .models-filter-options::-webkit-scrollbar-thumb{border-radius:999px;background:#d8ddd8}.dashboard-overview-page.models-page .models-filter-options button{min-height:34px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;border:0;border-radius:6px;color:#171717;background:transparent;text-align:left;font-size:14px;line-height:20px}.dashboard-overview-page.models-page .models-filter-options button:hover,.dashboard-overview-page.models-page .models-filter-options button.selected{background:#f2f3f1}.dashboard-overview-page.models-page .models-filter-check{width:18px;height:18px;display:inline-grid;place-items:center;border:1.2px solid #8d938f;border-radius:5px;color:#111}.dashboard-overview-page.models-page .models-filter-options button.selected .models-filter-check{border-color:#111;background:#fff}.dashboard-overview-page.models-page .models-filter-option-label{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden}.dashboard-overview-page.models-page .models-filter-option-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.models-page .models-filter-option-label small{flex:0 0 auto;color:#6b736e;font-size:12px;line-height:16px}.dashboard-overview-page.models-page .models-filter-options p{margin:6px 8px;color:#737b75;font-size:13px}.dashboard-overview-page.models-page .models-view-button{width:50px;margin-left:auto;padding:0;border:1px solid #e2e4df}.dashboard-overview-page.models-page .models-table-shell{min-height:0;flex:0 0 auto;display:block;overflow:auto;border:1px solid #e5e7e3;border-radius:10px;background:#fff}.dashboard-overview-page.models-page .models-col-select{width:27px}.dashboard-overview-page.models-page .models-col-id{width:67px}.dashboard-overview-page.models-page .models-col-icon{width:49px}.dashboard-overview-page.models-page .models-col-name{width:132px}.dashboard-overview-page.models-page .models-col-match{width:84px}.dashboard-overview-page.models-page .models-col-billing{width:172px}.dashboard-overview-page.models-page .models-col-status{width:57px}.dashboard-overview-page.models-page .models-col-provider{width:74px}.dashboard-overview-page.models-page .models-col-tags,.dashboard-overview-page.models-page .models-col-endpoint{width:62px}.dashboard-overview-page.models-page .models-col-groups{width:86px}.dashboard-overview-page.models-page .models-col-sync{width:80px}.dashboard-overview-page.models-page .models-col-created,.dashboard-overview-page.models-page .models-col-updated{width:132px}.dashboard-overview-page.models-page .models-col-actions{width:96px}.dashboard-overview-page.models-page .models-data-row{height:64px}.dashboard-overview-page.models-page .models-billing-cell{overflow:hidden;text-overflow:ellipsis;color:#2f332f;font-size:13px}.dashboard-overview-page.models-page .models-data-row td{height:64px;overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.models-page .models-check-cell{padding-right:0}.dashboard-overview-page.models-page .models-check-cell input{width:16px;height:16px;min-height:16px;margin:0;border:1px solid #e2e4df;border-radius:4px;accent-color:#111111}.dashboard-overview-page.models-page .models-empty-state{height:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;color:#6f776f;text-align:center}.dashboard-overview-page.models-page .models-empty-state svg{color:#111;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.dashboard-overview-page.models-page .models-empty-state strong{margin-top:10px;color:#171717;font-size:16px;line-height:22px;font-weight:700}.dashboard-overview-page.models-page .models-empty-state span{color:#6f776f;font-size:14px;line-height:22px}.dashboard-overview-page.models-page .models-data-row:hover td{background:#fafbf8}.dashboard-overview-page.models-page .models-name-cell{overflow:hidden}.dashboard-overview-page.models-page .models-name-cell strong,.dashboard-overview-page.models-page .models-name-cell span{min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.models-page .models-name-cell strong{color:#171717;font-weight:700}.dashboard-overview-page.models-page .models-name-cell span{color:#737b75;font-size:12px;line-height:17px}.dashboard-overview-page.models-page .models-icon-badge{width:28px;height:28px;display:inline-grid;place-items:center;overflow:hidden;border:1px solid #e4e7e2;border-radius:8px;color:#111;background:#f7f8f5;font-size:11px;font-weight:800;text-transform:uppercase}.dashboard-overview-page.models-page .models-status{min-width:46px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700}.dashboard-overview-page.models-page .models-status.enabled{color:#17623b;background:#e9f8ef}.dashboard-overview-page.models-page .models-status.disabled{color:#7a302f;background:#fdeceb}.dashboard-overview-page.models-page .models-row-actions{display:inline-flex;align-items:center;gap:5px}.dashboard-overview-page.models-page .models-row-icon{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:6px;color:#4b554d;background:transparent}.dashboard-overview-page.models-page .models-row-icon:hover{border-color:#e1e4e0;color:#111;background:#fff}.dashboard-overview-page.models-page .models-row-icon.danger:hover{border-color:color-mix(in srgb,var(--danger) 28%,#e1e4e0);color:var(--danger)}.dashboard-overview-page.models-page .models-row-icon:disabled{opacity:.5;cursor:not-allowed}.models-feedback{min-height:36px;align-self:flex-start;width:fit-content;max-width:100%;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e4e7e2;border-radius:8px;color:#4f5a52;background:#fbfbfa;font-size:13px;line-height:18px}.models-feedback.error{border-color:color-mix(in srgb,var(--danger) 28%,#e4e7e2);color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,#ffffff)}.models-feedback.success{border-color:color-mix(in srgb,#16a34a 28%,#e4e7e2);color:#17623b;background:#f0fbf4}.models-drawer-feedback{width:100%;margin:0 0 14px}.models-missing-backdrop{z-index:90}.models-missing-dialog{position:relative;width:min(672px,calc(100vw - 32px));max-height:min(85vh,760px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;overflow:hidden;padding:16px;border:1px solid #e4e4e7;border-radius:8px;color:#18181b;background:#fff;box-shadow:0 24px 70px #0b120c3d}.models-missing-head{min-height:50px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-right:40px}.models-missing-head h2{margin:0;color:#09090b;font-size:18px;line-height:28px;font-weight:600}.models-missing-head p{margin:2px 0 0;color:#71717a;font-size:14px;line-height:20px}.models-missing-toolbar{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#71717a;font-size:13px;line-height:18px}.models-missing-toolbar>div{display:inline-flex;align-items:center;gap:8px}.models-missing-search{width:220px;height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #d4d4d8;border-radius:6px;color:#71717a;background:#fff}.models-missing-search input{min-width:0;flex:1 1 auto;border:0;outline:0;color:#18181b;background:transparent;font:inherit}.models-missing-list{min-height:0;overflow-y:auto;border:1px solid #e4e4e7;border-radius:8px}.models-missing-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #eeeeee}.models-missing-row:last-child{border-bottom:0}.models-missing-row>span{min-width:0;overflow:hidden;color:#18181b;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.models-missing-row .models-drawer-primary{display:inline-flex;align-items:center;gap:5px}.models-missing-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;color:#71717a;text-align:center}.models-missing-empty.compact{min-height:220px;border:1px solid #e4e4e7;border-radius:8px}.models-missing-empty strong{color:#18181b;font-size:15px;line-height:22px}.models-missing-empty span{color:#71717a;font-size:13px;line-height:18px}.models-missing-footer{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#71717a;font-size:13px}.models-missing-footer>div{display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.models-page .models-pagination{flex:0 0 auto;min-height:57px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:12px 16px;border-top:1px solid #e5e7e3;background:#fff}.dashboard-overview-page.models-page .models-page-size{justify-self:start;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.models-page .models-page-size select{width:70px;height:32px;min-height:32px;padding:0 8px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.models-page .models-page-size p,.dashboard-overview-page.models-page .models-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.models-page .models-pagination-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.models-page .models-pagination-actions button{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid #e2e4df;border-radius:8px;color:#202522;background:#fff}.dashboard-overview-page.models-page .models-pagination-actions button:disabled{opacity:.48}.models-drawer-backdrop{position:fixed;inset:0;z-index:70;display:flex;align-items:stretch;justify-content:flex-end;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.models-drawer{position:relative;width:min(75vw,672px);max-width:672px;height:100dvh;display:grid;grid-template-rows:auto 1fr auto;gap:0;overflow:hidden;overflow:clip;border:0;border-left:1px solid #e4e4e7;border-radius:0;background:#fff;color:#18181b;font-size:14px;box-shadow:-10px 0 15px -3px #0000001a,-4px 0 6px -4px #0000001a}.models-drawer-head{display:block;padding:16px 56px 16px 24px;border-bottom:1px solid #e4e4e7;text-align:left}.models-drawer-head h2{margin:0;color:#09090b;font-size:16px;line-height:24px;font-weight:500}.models-drawer-head p,.models-drawer-section-head p,.models-field small{margin:0;color:#71717a;font-size:14px;line-height:20px;font-weight:400}.models-drawer-close{position:absolute;top:12px;right:12px;width:32px;min-width:32px;height:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:6px;color:#71717a;background:transparent}.models-drawer-close:hover{color:#18181b;background:#f4f4f5}.models-drawer-body{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px 16px 16px}.models-drawer-section{display:grid;gap:16px}.models-drawer-section+.models-drawer-section{margin-top:24px;padding-top:24px;border-top:1px solid #e4e4e7}.models-drawer-section-head{display:grid;gap:4px}.models-drawer-section-head.split{display:flex;align-items:center;justify-content:space-between;gap:12px}.models-drawer-section-head h3{margin:0;color:#18181b;font-size:14px;line-height:20px;font-weight:600}.models-field{display:grid;gap:8px;color:#18181b;font-size:14px;line-height:20px;font-weight:500}.models-field input,.models-field select,.models-field textarea,.models-template-select{width:100%;min-height:36px;padding:0 12px;border:1px solid #d4d4d8;border-radius:6px;color:#09090b;background:#fff;font:inherit;font-weight:400;outline:none}.models-field textarea{min-height:80px;padding:8px 12px;resize:vertical}.models-cache-rate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.models-readonly-field output{min-height:36px;display:flex;align-items:center;padding:7px 12px;border:1px solid #e4e4e7;border-radius:6px;color:#18181b;background:#f8faf7;font-size:13px;line-height:20px;font-weight:500;white-space:normal;word-break:break-word}.models-field input:focus,.models-field select:focus,.models-field textarea:focus,.models-template-select:focus{border-color:#18181b;box-shadow:0 0 0 1px #18181b}.models-tags-input{min-height:56px}.models-json-editor{min-height:164px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:20px}.models-template-select{width:200px;min-width:200px;min-height:32px;font-size:13px}.models-field .models-vendor-select{width:224px;min-width:224px;max-width:100%;min-height:40px;border-radius:12px;font-size:16px}.models-radio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.models-radio-stack{display:grid;gap:10px}.models-radio-option{position:relative;min-height:22px;display:flex;align-items:center;gap:8px;color:#18181b;font-size:14px;line-height:20px;font-weight:400;cursor:pointer}.models-radio-option input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;pointer-events:none}.models-radio-dot{width:16px;height:16px;min-height:16px;min-width:16px;display:inline-grid;place-items:center;border:1px solid #18181b;border-radius:999px;background:#fff}.models-radio-option input:checked+.models-radio-dot:after{width:8px;height:8px;border-radius:999px;background:#18181b;content:""}.models-pricing-advanced{display:grid}.models-advanced-toggle{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border:1px solid #d4d4d8;border-radius:6px;color:#18181b;background:#fff;font-size:14px;line-height:20px;font-weight:500}.models-advanced-toggle svg{flex:0 0 auto;transition:transform .16s ease}.models-advanced-toggle.open svg{transform:rotate(180deg)}.models-advanced-content{display:grid;gap:24px;padding-top:24px}.models-switch-card{position:relative;min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e4e4e7;border-radius:8px;color:#18181b;background:#fff;cursor:pointer}.models-switch-copy{display:grid;gap:2px}.models-switch-copy strong{margin:0;color:#18181b;font-size:16px;line-height:24px;font-weight:500}.models-switch-copy small{margin:0;color:#71717a;font-size:14px;line-height:20px;font-weight:400}.models-switch-card input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;pointer-events:none}.models-switch-track{position:relative;width:36px;min-width:36px;height:20px;border-radius:999px;background:#e4e4e7;transition:background .16s ease}.models-switch-track:after{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000029;transition:transform .16s ease;content:""}.models-switch-card input:checked+.models-switch-track{background:#18181b}.models-switch-card input:checked+.models-switch-track:after{transform:translate(16px)}.models-drawer-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;border-top:1px solid #e4e4e7;background:#fff}.models-drawer-secondary,.models-drawer-primary{height:36px;min-height:36px;padding:0 16px;border-radius:6px;font-size:14px;line-height:20px;font-weight:500}.models-drawer-secondary{border:1px solid #d4d4d8;color:#18181b;background:#fff}.models-drawer-primary{border:1px solid #18181b;color:#fff;background:#18181b}.models-drawer-primary:disabled,.models-drawer-secondary:disabled{opacity:.55}@media(max-width:1100px){.dashboard-overview-page.models-page .models-toolbar input{flex:1 1 220px}.dashboard-overview-page.models-page .models-view-button{margin-left:0}.dashboard-overview-page.models-page .models-table{min-width:1030px}}@media(max-width:760px){.dashboard-overview-page.models-page .models-title-row,.dashboard-overview-page.models-page .models-toolbar{align-items:stretch}.dashboard-overview-page.models-page .models-title-row{flex-direction:column}.dashboard-overview-page.models-page .models-head-actions,.dashboard-overview-page.models-page .models-add-button,.dashboard-overview-page.models-page .models-missing-button,.dashboard-overview-page.models-page .models-filter-root,.dashboard-overview-page.models-page .models-filter-button,.dashboard-overview-page.models-page .models-view-button{width:100%}.dashboard-overview-page.models-page .models-filter-button.provider{max-width:none}.dashboard-overview-page.models-page .models-filter-menu,.dashboard-overview-page.models-page .models-filter-menu.provider{width:100%}.dashboard-overview-page.models-page .models-more-button{width:40px}.dashboard-overview-page.models-page .models-pagination{grid-template-columns:1fr}.dashboard-overview-page.models-page .models-page-status,.dashboard-overview-page.models-page .models-pagination-actions{justify-self:start}.models-drawer{width:100vw;max-width:100vw}.models-drawer-head{padding:12px 52px 12px 16px}.models-drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 16px}.models-radio-grid{grid-template-columns:1fr;gap:10px}.models-cache-rate-grid{grid-template-columns:1fr}.models-drawer-section-head.split{align-items:stretch;flex-direction:column}.models-template-select,.models-field .models-vendor-select{width:100%;min-width:0}.models-missing-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:14px}.models-missing-toolbar{align-items:stretch;flex-direction:column}.models-missing-toolbar>div,.models-missing-search,.models-missing-toolbar .models-drawer-secondary{width:100%}}:root[data-theme=dark] .dashboard-overview-page.models-page .models-main,:root[data-theme=dark] .dashboard-overview-page.models-page .models-title-row h1,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table th,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-page-size p,:root[data-theme=dark] .dashboard-overview-page.models-page .models-page-status{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.models-page .models-main,:root[data-theme=dark] .dashboard-overview-page.models-page .models-tabs button.active,:root[data-theme=dark] .dashboard-overview-page.models-page .models-more-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-missing-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-menu,:root[data-theme=dark] .dashboard-overview-page.models-page .models-view-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-toolbar input,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table-shell,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table th,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination,:root[data-theme=dark] .dashboard-overview-page.models-page .models-page-size select,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination-actions button{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.models-page .models-tabs{background:#1f241f}:root[data-theme=dark] .dashboard-overview-page.models-page .models-tabs button{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.models-page .models-tabs button.active,:root[data-theme=dark] .dashboard-overview-page.models-page .models-more-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-missing-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-search input,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-options button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-view-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-toolbar input,:root[data-theme=dark] .dashboard-overview-page.models-page .models-page-size select,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination-actions button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-state strong{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.models-page .models-more-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-missing-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-menu,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-search,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-check,:root[data-theme=dark] .dashboard-overview-page.models-page .models-view-button,:root[data-theme=dark] .dashboard-overview-page.models-page .models-toolbar input,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table-shell,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table th,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination,:root[data-theme=dark] .dashboard-overview-page.models-page .models-page-size select,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination-actions button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-state,:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-state span,:root[data-theme=dark] .dashboard-overview-page.models-page .models-toolbar input::placeholder,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-search,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-search input::placeholder,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-option-label small,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-options p{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-button.active,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-button[aria-expanded=true],:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-search,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-options button:hover,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-options button.selected{background:#1b201b}:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-check,:root[data-theme=dark] .dashboard-overview-page.models-page .models-filter-options button.selected .models-filter-check{border-color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-state svg{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.models-page .models-data-row:hover td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-row-icon:hover{background:#1b201b}:root[data-theme=dark] .dashboard-overview-page.models-page .models-name-cell strong,:root[data-theme=dark] .models-drawer-head h2,:root[data-theme=dark] .models-drawer-section-head h3,:root[data-theme=dark] .models-missing-head h2,:root[data-theme=dark] .models-missing-row>span,:root[data-theme=dark] .models-missing-empty strong,:root[data-theme=dark] .models-field,:root[data-theme=dark] .models-field input,:root[data-theme=dark] .models-field select,:root[data-theme=dark] .models-field textarea,:root[data-theme=dark] .models-template-select,:root[data-theme=dark] .models-radio-option,:root[data-theme=dark] .models-advanced-toggle,:root[data-theme=dark] .models-switch-copy strong,:root[data-theme=dark] .models-drawer-secondary{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.models-page .models-name-cell span,:root[data-theme=dark] .models-drawer-head p,:root[data-theme=dark] .models-drawer-section-head p,:root[data-theme=dark] .models-missing-head p,:root[data-theme=dark] .models-missing-toolbar,:root[data-theme=dark] .models-missing-footer,:root[data-theme=dark] .models-missing-empty,:root[data-theme=dark] .models-missing-empty span,:root[data-theme=dark] .models-field small,:root[data-theme=dark] .models-switch-copy small{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.models-page .models-icon-badge,:root[data-theme=dark] .models-drawer,:root[data-theme=dark] .models-missing-dialog,:root[data-theme=dark] .models-missing-search,:root[data-theme=dark] .models-field input,:root[data-theme=dark] .models-field select,:root[data-theme=dark] .models-field textarea,:root[data-theme=dark] .models-template-select,:root[data-theme=dark] .models-radio-dot,:root[data-theme=dark] .models-advanced-toggle,:root[data-theme=dark] .models-switch-card,:root[data-theme=dark] .models-drawer-secondary{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.models-page .models-icon-badge,:root[data-theme=dark] .models-drawer,:root[data-theme=dark] .models-missing-dialog,:root[data-theme=dark] .models-missing-search,:root[data-theme=dark] .models-missing-list,:root[data-theme=dark] .models-missing-row,:root[data-theme=dark] .models-missing-empty.compact,:root[data-theme=dark] .models-drawer-head,:root[data-theme=dark] .models-drawer-section+.models-drawer-section,:root[data-theme=dark] .models-drawer-footer,:root[data-theme=dark] .models-field input,:root[data-theme=dark] .models-field select,:root[data-theme=dark] .models-field textarea,:root[data-theme=dark] .models-template-select,:root[data-theme=dark] .models-radio-dot,:root[data-theme=dark] .models-advanced-toggle,:root[data-theme=dark] .models-switch-card,:root[data-theme=dark] .models-drawer-secondary{border-color:#273027}:root[data-theme=dark] .models-drawer-footer{background:#161a16}:root[data-theme=dark] .models-drawer-close:hover{color:#eef2ed;background:#1b201b}:root[data-theme=dark] .models-field input:focus,:root[data-theme=dark] .models-field select:focus,:root[data-theme=dark] .models-field textarea:focus,:root[data-theme=dark] .models-template-select:focus{border-color:#eef2ed;box-shadow:0 0 0 1px #eef2ed}:root[data-theme=dark] .models-readonly-field output{border-color:#273027;color:#eef2ed;background:#101510}:root[data-theme=dark] .models-radio-option input:checked+.models-radio-dot:after,:root[data-theme=dark] .models-switch-card input:checked+.models-switch-track{background:#eef2ed}:root[data-theme=dark] .models-switch-track{background:#273027}:root[data-theme=dark] .models-switch-track:after{background:#161a16}:root[data-theme=dark] .models-feedback.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#f17277;background:color-mix(in srgb,#f17277 10%,#161a16)}:root[data-theme=dark] .models-feedback.success{border-color:color-mix(in srgb,#22c55e 30%,#273027);color:#86efac;background:color-mix(in srgb,#22c55e 10%,#161a16)}.dashboard-overview-page.channels-page{overflow-y:hidden;scrollbar-gutter:auto}.dashboard-overview-page.channels-page .channels-main{height:calc(100vh - var(--dashboard-topbar-height) - 8px);min-height:calc(100vh - var(--dashboard-topbar-height) - 8px);display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;color:#171717;background:#fff}.dashboard-overview-page.channels-page .channels-head{flex:0 0 auto;padding:20px 16px 12px}.dashboard-overview-page.channels-page .channels-title-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-overview-page.channels-page .channels-title-row h1{margin:0;color:#111;font-size:18px;line-height:28px;font-weight:700;letter-spacing:0}.dashboard-overview-page.channels-page .channels-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.dashboard-overview-page.channels-page .channels-switch-control{width:146px;height:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px;line-height:20px;font-weight:650;white-space:nowrap}.dashboard-overview-page.channels-page .channels-switch-control.wide{width:167px}.dashboard-overview-page.channels-page .channels-switch{width:32px;height:18px;display:inline-flex;align-items:center;justify-content:flex-start;padding:2px;border-radius:999px;background:#e7e9e5;cursor:pointer}.dashboard-overview-page.channels-page .channels-switch>span{width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000024;transition:transform .16s ease}.dashboard-overview-page.channels-page .channels-switch.active{background:#111}.dashboard-overview-page.channels-page .channels-switch.active>span{transform:translate(14px)}.dashboard-overview-page.channels-page .channels-create-button,.dashboard-overview-page.channels-page .channels-more-button{height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px;line-height:19px;font-weight:600;white-space:nowrap}.dashboard-overview-page.channels-page .channels-create-button{width:91px;gap:5px;padding:0 10px;border:1px solid transparent;color:#fff;background:#111}.dashboard-overview-page.channels-page .channels-more-button{width:36px;padding:0;border:1px solid #e2e4df;color:#202522;background:#fff}.dashboard-overview-page.channels-page .channels-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:6px 16px 0}.dashboard-overview-page.channels-page .channels-stack{display:grid;gap:12px}.dashboard-overview-page.channels-page .channels-toolbar{min-height:32px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.dashboard-overview-page.channels-page .channels-toolbar input{width:240px;height:32px;min-height:32px;min-width:0;padding:0 10px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.channels-page .channels-toolbar input.model-filter{width:180px}.dashboard-overview-page.channels-page .channels-toolbar input::placeholder{color:#737b75}.dashboard-overview-page.channels-page .channels-filter-root{position:relative;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.channels-page .channels-filter-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:68px;padding:0 10px;border:1px dashed #e2e4df;border-radius:6px;color:#171717;background:#fff;font-size:13px;line-height:19px;font-weight:650;white-space:nowrap}.dashboard-overview-page.channels-page .channels-filter-button.active{border-color:#d4d4d4;background:#f4f4f5}.dashboard-overview-page.channels-page .channels-filter-button svg{flex:0 0 auto}.dashboard-overview-page.channels-page .channels-filter-value{height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:6px;color:#171717;background:#f4f4f5;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.dashboard-overview-page.channels-page .channels-filter-reset{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-left:auto;padding:0 10px;border:1px solid #e5e5e5;border-radius:8px;color:#525252;background:#fff;box-shadow:none;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.dashboard-overview-page.channels-page .channels-filter-reset:hover{color:#171717;background:#f3f4f1}.dashboard-overview-page.channels-page .channels-filter-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:230;width:290px;display:grid;gap:4px;padding:6px;border:1px solid #e5e5e5;border-radius:10px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-overview-page.channels-page .channels-filter-menu.status{width:290px}.dashboard-overview-page.channels-page .channels-filter-menu.type{left:auto;right:0}.dashboard-overview-page.channels-page .channels-filter-search{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:6px;color:#a3a3a3;background:#f4f4f5}.dashboard-overview-page.channels-page .channels-filter-search svg{width:16px;height:16px}.dashboard-overview-page.channels-page .channels-filter-search input{width:100%;min-width:0;height:auto;min-height:0;flex:1 1 auto;padding:0;border:0;border-radius:0;outline:0;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:400}.dashboard-overview-page.channels-page .channels-filter-search input::placeholder{color:#737373}.dashboard-overview-page.channels-page .channels-filter-options{display:grid;gap:2px;padding-top:0}.dashboard-overview-page.channels-page .channels-filter-options button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.channels-page .channels-filter-options button:hover,.dashboard-overview-page.channels-page .channels-filter-options button.selected{background:#f2f2f1}.dashboard-overview-page.channels-page .channels-filter-options .channels-type-icon{width:20px;min-width:20px;height:20px}.dashboard-overview-page.channels-page .channels-filter-check{width:16px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #8a8a8a;border-radius:4px;color:#fff;background:#fff}.dashboard-overview-page.channels-page .channels-filter-options button.selected .channels-filter-check{border-color:#0a0a0a;background:#0a0a0a}.dashboard-overview-page.channels-page .channels-filter-option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page .channels-filter-count{margin-left:auto;color:#737373;font-size:14px;line-height:20px;font-variant-numeric:tabular-nums}.dashboard-overview-page.channels-page .channels-filter-options p{margin:6px 8px 4px;padding:0;color:#737b75;font-size:14px;line-height:20px}.dashboard-overview-page.channels-page .channels-table-shell{min-height:442px;overflow:auto;border:1px solid #e5e7e3;border-radius:10px;background:#fff}.dashboard-overview-page.channels-page .channels-table{width:100%;min-width:1210px;border-collapse:collapse;table-layout:fixed;color:#171717;font-size:14px;line-height:20px}.dashboard-overview-page.channels-page .channels-col-select{width:30px}.dashboard-overview-page.channels-page .channels-col-id{width:71px}.dashboard-overview-page.channels-page .channels-col-name{width:152px}.dashboard-overview-page.channels-page .channels-col-type{width:92px}.dashboard-overview-page.channels-page .channels-col-status{width:74px}.dashboard-overview-page.channels-page .channels-col-group{width:85px}.dashboard-overview-page.channels-page .channels-col-priority{width:94px}.dashboard-overview-page.channels-page .channels-col-weight{width:62px}.dashboard-overview-page.channels-page .channels-col-usage{width:172px}.dashboard-overview-page.channels-page .channels-col-response{width:90px}.dashboard-overview-page.channels-page .channels-col-tested{width:132px}.dashboard-overview-page.channels-page .channels-col-actions{width:184px}.dashboard-overview-page.channels-page .channels-table th,.dashboard-overview-page.channels-page .channels-table td{padding:0 8px;border-bottom:1px solid #f0f0ef;color:#171717;background:#fff;text-align:left;vertical-align:middle;white-space:nowrap}.dashboard-overview-page.channels-page .channels-table th{height:40px;font-size:14px;font-weight:700}.dashboard-overview-page.channels-page .channels-data-row td{overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.channels-page .channels-table th button{height:32px;display:inline-flex;align-items:center;gap:7px;margin-left:-4px;padding:0;border:0;border-radius:6px;color:inherit;background:transparent;font:inherit;font-weight:700}.dashboard-overview-page.channels-page .channels-check-cell{padding-right:0}.dashboard-overview-page.channels-page .channels-check-cell input{width:16px;height:16px;min-height:16px;margin:0;border:1px solid #e2e4df;border-radius:4px;accent-color:#111111}.dashboard-overview-page.channels-page .channels-empty-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;color:#6f776f;text-align:center}.dashboard-overview-page.channels-page .channels-empty-state svg{color:#111;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.dashboard-overview-page.channels-page .channels-empty-state strong{margin-top:10px;color:#171717;font-size:16px;line-height:22px;font-weight:700}.dashboard-overview-page.channels-page .channels-empty-state span{color:#6f776f;font-size:14px;line-height:22px}.dashboard-overview-page.channels-page .channels-data-row:hover td{background:#fafbf8}.dashboard-overview-page.channels-page .channels-name-cell{overflow:hidden}.dashboard-overview-page.channels-page .channels-name-cell strong,.dashboard-overview-page.channels-page .channels-name-cell span{min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page .channels-name-cell strong{color:#171717;font-weight:700}.dashboard-overview-page.channels-page .channels-name-cell span{color:#737b75;font-size:12px;line-height:17px}.dashboard-overview-page.channels-page .channels-type-label{max-width:100%;overflow:hidden}.dashboard-overview-page.channels-page .channels-type-label>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page .channels-status{min-width:46px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700}.dashboard-overview-page.channels-page .channels-status.enabled{color:#17623b;background:#e9f8ef}.dashboard-overview-page.channels-page .channels-status.disabled{color:#7a302f;background:#fdeceb}.dashboard-overview-page.channels-page .channels-usage-cell{width:100%;max-width:156px;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1.12fr);align-items:center;gap:8px;padding:5px 8px;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:8px;background:color-mix(in srgb,var(--surface) 88%,var(--surface-soft));white-space:normal}.dashboard-overview-page.channels-page .channels-usage-item{min-width:0;display:flex;flex-direction:column;gap:1px}.dashboard-overview-page.channels-page .channels-usage-label{color:var(--muted);font-size:11px;line-height:14px;font-weight:700}.dashboard-overview-page.channels-page .channels-usage-item strong{min-width:0;overflow:hidden;color:var(--text);font-size:13px;line-height:18px;font-weight:760;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page .channels-usage-item.remaining strong{color:var(--success)}.dashboard-overview-page.channels-page .channels-usage-divider{width:1px;height:26px;background:var(--line)}.dashboard-overview-page.channels-page .channels-row-actions{display:inline-flex;align-items:center;gap:3px}.dashboard-overview-page.channels-page .channels-row-icon{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:6px;color:#4b554d;background:transparent}.dashboard-overview-page.channels-page .channels-row-icon:hover{border-color:#e1e4e0;color:#111;background:#fff}.dashboard-overview-page.channels-page .channels-row-icon.danger:hover{border-color:color-mix(in srgb,var(--danger) 28%,#e1e4e0);color:var(--danger)}.dashboard-overview-page.channels-page .channels-row-icon:disabled{opacity:.5;cursor:not-allowed}.channels-feedback{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e4e7e2;border-radius:8px;color:#4f5a52;background:#fbfbfa;font-size:13px;line-height:18px}.channels-feedback.error{border-color:color-mix(in srgb,var(--danger) 28%,#e4e7e2);color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,#ffffff)}.channels-feedback.success{border-color:color-mix(in srgb,#16a34a 28%,#e4e7e2);color:#17623b;background:#f0fbf4}.dashboard-overview-page.channels-page .channels-pagination{flex:0 0 auto;min-height:57px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:12px 16px;border-top:1px solid #e5e7e3;background:#fff}.dashboard-overview-page.channels-page .channels-page-size{justify-self:start;display:inline-flex;align-items:center;gap:10px}.dashboard-overview-page.channels-page .channels-page-size select{width:70px;height:32px;min-height:32px;padding:0 8px;border:1px solid #e2e4df;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page.channels-page .channels-page-size p,.dashboard-overview-page.channels-page .channels-page-status{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap}.dashboard-overview-page.channels-page .channels-page-status{justify-self:center}.dashboard-overview-page.channels-page .channels-pagination-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.channels-page .channels-pagination-actions button{width:32px;height:32px;min-width:32px;min-height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid #e2e4df;border-radius:8px;color:#202522;background:#fff}.dashboard-overview-page.channels-page .channels-pagination-actions button:disabled{opacity:.48}.channels-drawer-backdrop{position:fixed;inset:0;z-index:70;display:flex;align-items:stretch;justify-content:flex-start;background:#11182747;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.channels-drawer{width:min(760px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;border:0;border-radius:0 14px 14px 0;background:#fff;box-shadow:18px 0 42px #0f172a2e}.channels-drawer-head{min-height:88px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid #eceee9}.channels-drawer-head h2{margin:0;color:#111;font-size:20px;line-height:28px;font-weight:800}.channels-drawer-head p,.channels-drawer-section-head p,.channels-field small{margin:0;color:#737b74;font-size:13px;line-height:20px}.channels-drawer-close{width:30px;min-width:30px;height:30px;min-height:30px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;color:#555d57;background:transparent}.channels-drawer-close:hover{background:#f0f1ee}.channels-drawer-body{overflow-y:auto;padding:20px 24px 112px;display:grid;align-content:start;gap:18px}.channels-drawer-section{display:grid;gap:14px}.channels-drawer-section+.channels-drawer-section{padding-top:18px;border-top:1px solid #eff1ed}.channels-drawer-section-head{display:grid;gap:2px}.channels-drawer-section-head h3{margin:0;color:#151715;font-size:15px;line-height:22px;font-weight:800}.channels-field{display:grid;gap:7px;color:#1d211d;font-size:13px;font-weight:700}.channels-field input,.channels-field select,.channels-field textarea{width:100%;min-height:34px;padding:0 11px;border:1px solid #dfe3dc;border-radius:8px;color:#171a17;background:#fff;font:inherit;font-weight:500}.channels-field textarea{min-height:92px;padding:9px 11px;resize:vertical}.channels-switch-row input{width:32px;height:18px;margin:0;appearance:none;border:0;border-radius:999px;background:#dfe3dd;position:relative;cursor:pointer}.channels-drawer-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #eceee9;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.channels-drawer-secondary,.channels-drawer-primary{height:34px;min-height:34px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:700}.channels-drawer-secondary{border:1px solid #dfe3dc;color:#202522;background:#fff}.channels-drawer-primary{border:0;color:#fff;background:#111}.channels-drawer-primary:disabled,.channels-drawer-secondary:disabled{opacity:.55}@media(max-width:1180px){.dashboard-overview-page.channels-page .channels-head-actions{flex-wrap:wrap}}@media(max-width:1100px){.dashboard-overview-page.channels-page .channels-toolbar input,.dashboard-overview-page.channels-page .channels-toolbar input.model-filter{flex:1 1 180px}.dashboard-overview-page.channels-page .channels-table{min-width:1030px}}@media(max-width:760px){.dashboard-overview-page.channels-page .channels-title-row,.dashboard-overview-page.channels-page .channels-toolbar{align-items:stretch}.dashboard-overview-page.channels-page .channels-title-row,.dashboard-overview-page.channels-page .channels-head-actions{flex-direction:column}.dashboard-overview-page.channels-page .channels-head-actions,.dashboard-overview-page.channels-page .channels-switch-control,.dashboard-overview-page.channels-page .channels-switch-control.wide,.dashboard-overview-page.channels-page .channels-create-button,.dashboard-overview-page.channels-page .channels-filter-root,.dashboard-overview-page.channels-page .channels-filter-button,.dashboard-overview-page.channels-page .channels-filter-reset{width:100%}.dashboard-overview-page.channels-page .channels-filter-reset{margin-left:0}.dashboard-overview-page.channels-page .channels-more-button{width:40px}.dashboard-overview-page.channels-page .channels-pagination{grid-template-columns:1fr}.dashboard-overview-page.channels-page .channels-page-status,.dashboard-overview-page.channels-page .channels-pagination-actions{justify-self:start}.channels-form-grid{grid-template-columns:1fr}}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-main,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-title-row h1,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table th,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-page-size p,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-page-status{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-main,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch-control,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-menu,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-check,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-toolbar input,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table-shell,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table th,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-page-size select,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination-actions button{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch-control,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-menu,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-check,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-toolbar input,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table-shell,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table th,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-page-size select,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination-actions button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch-control,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-value,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-toolbar input,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-page-size select,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination-actions button,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-state strong{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch{background:#273027}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch>span{background:#9ca59f}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-state,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-state span,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-toolbar input::placeholder{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-state svg{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch.active{background:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch.active>span{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-data-row:hover td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-row-icon:hover,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button:hover,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button.selected,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-reset:hover{background:#1b201b}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-value,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-search{background:#202820}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-search,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-search input::placeholder,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-count,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options p,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-reset{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-search input{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button.selected .channels-filter-check{border-color:#eef2ed;color:#161a16;background:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-name-cell strong,:root[data-theme=dark] .channels-drawer-head h2,:root[data-theme=dark] .channels-drawer-section-head h3,:root[data-theme=dark] .channels-field,:root[data-theme=dark] .channels-field input,:root[data-theme=dark] .channels-field select,:root[data-theme=dark] .channels-field textarea,:root[data-theme=dark] .channels-drawer-secondary{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-name-cell span,:root[data-theme=dark] .channels-drawer-head p,:root[data-theme=dark] .channels-drawer-section-head p,:root[data-theme=dark] .channels-field small{color:#a3aba5}:root[data-theme=dark] .channels-drawer,:root[data-theme=dark] .channels-field input,:root[data-theme=dark] .channels-field select,:root[data-theme=dark] .channels-field textarea,:root[data-theme=dark] .channels-drawer-secondary{background:#161a16}:root[data-theme=dark] .channels-drawer-head,:root[data-theme=dark] .channels-drawer-section+.channels-drawer-section,:root[data-theme=dark] .channels-drawer-footer,:root[data-theme=dark] .channels-field input,:root[data-theme=dark] .channels-field select,:root[data-theme=dark] .channels-field textarea,:root[data-theme=dark] .channels-drawer-secondary{border-color:#273027}:root[data-theme=dark] .channels-drawer-footer{background:#161a16f5}:root[data-theme=dark] .channels-feedback.error{border-color:color-mix(in srgb,#f17277 34%,#273027);color:#f17277;background:color-mix(in srgb,#f17277 10%,#161a16)}:root[data-theme=dark] .channels-feedback.success{border-color:color-mix(in srgb,#22c55e 30%,#273027);color:#86efac;background:color-mix(in srgb,#22c55e 10%,#161a16)}.dashboard-overview-page.channels-page.agents-page .channels-table-shell{min-height:0;padding:8px;border-color:#e4eae3;border-radius:12px;background:linear-gradient(180deg,#ffffffdb,#f7faf7f0),#f7faf7;box-shadow:0 16px 42px #1b261f12}.dashboard-overview-page.channels-page.agents-page .channels-table.agents-table{min-width:1088px;border-collapse:separate;border-spacing:0 8px}.dashboard-overview-page.channels-page.agents-page .agents-table th,.dashboard-overview-page.channels-page.agents-page .agents-table td{border-bottom:0}.dashboard-overview-page.channels-page.agents-page .agents-table th{height:34px;padding:0 12px;color:#667067;background:transparent;font-size:12px;font-weight:800}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td{height:64px;padding:6px 12px;border-top:1px solid #e4ebe4;border-bottom:1px solid #e4ebe4;background:#fff;box-shadow:0 8px 22px #18241d0a}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:first-child{border-left:1px solid #e4ebe4;border-radius:10px 0 0 10px;box-shadow:inset 3px 0 #d8e0da,0 8px 22px #18241d0a}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.online td:first-child{box-shadow:inset 3px 0 #2c9f68,0 8px 22px #18241d0a}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.warning td:first-child{box-shadow:inset 3px 0 #d69b16,0 8px 22px #18241d0a}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.offline td:first-child,.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.fail_closed td:first-child{box-shadow:inset 3px 0 #d75b5b,0 8px 22px #18241d0a}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:last-child{border-right:1px solid #e4ebe4;border-radius:0 10px 10px 0}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row:hover td{border-color:#d4e2d7;background:#fcfefd;box-shadow:0 12px 28px #18241d12}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row:hover td:first-child{box-shadow:inset 3px 0 #168268,0 12px 28px #18241d12}.dashboard-overview-page.channels-page.agents-page .agents-node-cell{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}.dashboard-overview-page.channels-page.agents-page .agents-node-avatar{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dfe8df;border-radius:9px;color:#5d685f;background:#f3f7f3}.dashboard-overview-page.channels-page.agents-page .agents-node-avatar.online{border-color:#ccebd8;color:#17623b;background:#ecf9f1}.dashboard-overview-page.channels-page.agents-page .agents-node-avatar.warning{border-color:#f3dfa5;color:#795008;background:#fff8df}.dashboard-overview-page.channels-page.agents-page .agents-node-avatar.offline,.dashboard-overview-page.channels-page.agents-page .agents-node-avatar.fail_closed{border-color:#f2cfcf;color:#7a302f;background:#fff0ef}.dashboard-overview-page.channels-page.agents-page .agents-node-copy{min-width:0}.dashboard-overview-page.channels-page.agents-page .agents-node-copy strong{color:#111611;font-size:14px;line-height:20px}.dashboard-overview-page.channels-page.agents-page .agents-node-copy span,.dashboard-overview-page.channels-page.agents-page .agents-node-copy small{display:block;overflow:hidden;color:#707a72;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-build-cell{width:fit-content;max-width:100%;min-height:28px;display:inline-flex;align-items:center;gap:7px;padding:3px 8px;border:1px solid #edf1ec;border-radius:8px;background:#f7f9f6}.dashboard-overview-page.channels-page.agents-page .agents-build-cell strong{color:#111611;font-size:14px;line-height:18px;font-weight:800}.dashboard-overview-page.channels-page.agents-page .agents-build-cell span{min-width:0;overflow:hidden;padding-left:7px;border-left:1px solid #e0e7df;color:#6f7a72;font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-version-cell,.dashboard-overview-page.channels-page.agents-page .agents-queue-cell,.dashboard-overview-page.channels-page.agents-page .agents-plain-cell,.dashboard-overview-page.channels-page.agents-page .agents-sync-cell{gap:5px}.dashboard-overview-page.channels-page.agents-page .agents-version-cell{width:min(198px,100%);gap:1px;padding:4px 8px;border:1px solid #edf1ec;border-radius:8px;background:#f7f9f6}.dashboard-overview-page.channels-page.agents-page .agents-version-head{display:none}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span{width:100%;min-height:16px;display:grid;grid-template-columns:5px minmax(0,1fr) auto auto;align-items:center;gap:5px;padding:0;border:0;border-radius:0;color:#59645d;background:transparent;line-height:16px}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span:before{width:5px;height:5px;border-radius:999px;background:#9aa49d;content:""}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.synced:before{background:#2c9f68}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.behind{color:#6f4b08}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.behind:before{background:#d69b16}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span span{min-width:0;overflow:hidden;color:inherit;font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span strong,.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span em{font-style:normal;line-height:16px}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span strong{color:#263129;font-size:12px;font-weight:850}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span em{color:#8a948d;font-size:11px;font-weight:700}.dashboard-overview-page.channels-page.agents-page .agents-queue-cell{gap:0}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:min(152px,100%)}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid span{min-width:0;min-height:26px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px;padding:3px 6px;border:1px solid #edf1ec;border-radius:7px;background:#f7f9f6}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid small{overflow:hidden;color:#718078;font-size:11px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid strong{color:#263129;font-size:12px;line-height:16px;font-weight:850}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid span.danger{border-color:#f2cfcf;background:#fff3f2}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid span.danger strong{color:#a33a3a}.dashboard-overview-page.channels-page.agents-page .agents-sync-cell{display:grid;gap:6px;min-width:0}.dashboard-overview-page.channels-page.agents-page .agents-sync-cell>span{min-width:0;display:grid;grid-template-columns:18px 34px minmax(0,1fr);align-items:center;gap:5px;color:#5f6b63}.dashboard-overview-page.channels-page.agents-page .agents-sync-cell svg{width:18px;height:18px;padding:3px;border:1px solid #e6ece5;border-radius:6px;color:#168268;background:#f2faf5}.dashboard-overview-page.channels-page.agents-page .agents-sync-cell small{color:#77827a;font-size:12px;line-height:16px}.dashboard-overview-page.channels-page.agents-page .agents-sync-cell strong{min-width:0;overflow:hidden;color:#5d685f;font-size:12px;line-height:16px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-error-cell span{width:fit-content;max-width:100%;padding:3px 8px;border:1px solid #edf1ec;border-radius:999px;color:#667067;background:#f7f9f6}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .channels-table-shell{border-color:#263026;background:linear-gradient(180deg,#161b16f0,#121712fa),#121712;box-shadow:0 16px 42px #00000038}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table th{color:#9fa8a1;background:transparent}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td{border-color:#283228;background:#171d17;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:first-child{box-shadow:inset 3px 0 #374137}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.online td:first-child{box-shadow:inset 3px 0 #48c98b}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.warning td:first-child{box-shadow:inset 3px 0 #e0b34a}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.offline td:first-child,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.fail_closed td:first-child{box-shadow:inset 3px 0 #f07171}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row:hover td{border-color:#334033;background:#1b231b;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row:hover td:first-child{box-shadow:inset 3px 0 #50c5a4}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-avatar{border-color:#323d32;color:#aeb8b0;background:#202820}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-avatar.online{border-color:#245d3e;color:#8fe2b3;background:#143223}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-avatar.warning{border-color:#6b531e;color:#f0c968;background:#302511}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-avatar.offline,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-avatar.fail_closed{border-color:#693333;color:#f2a09d;background:#331b1b}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-copy strong,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-build-cell strong,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span strong,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-queue-grid strong{color:#eef2ed}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-copy span,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-node-copy small{color:#9fa8a1}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-build-cell,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-queue-grid span,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-error-cell span{border-color:#2a342a;color:#a6b0a8;background:#202820}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.synced:before{background:#48c98b}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.behind{color:#f0c968}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span.behind:before{background:#e0b34a}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span span,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-head,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-version-cell>span em,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-build-cell span,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-queue-grid small,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-sync-cell small,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-sync-cell strong{color:#9fa8a1}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-build-cell span{border-color:#313b31}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-queue-grid span.danger{border-color:#693333;background:#331b1b}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-queue-grid span.danger strong{color:#f2a09d}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-sync-cell svg{border-color:#2a342a;color:#8fe2b3;background:#143223}:root{--bg: #ffffff;--surface-soft: #f5f7f6;--line: #e4e7e3;--muted: #68706b}body{background:#fff}.topbar-home{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;gap:0;height:64px;padding:0 32px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;font-family:Public Sans,sans-serif;transition:top .18s ease,padding .18s ease,width .18s ease,height .18s ease,border-radius .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.topbar-home.compact{left:50%;right:auto;transform:translate(-50%);top:12px;width:min(808px,calc(100% - 24px));height:48px;gap:0;margin:0 auto;padding:0 6px 0 16px;border:0;border-radius:14px;background:#fff9;box-shadow:0 2px 16px -6px #00000014,0 0 0 .5px #00000005;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.topbar-home .brand{justify-self:start;width:fit-content;padding:0;font-size:14px;font-weight:600}.topbar-home .brand-mark{width:28px;height:28px;padding:0;overflow:hidden;border-radius:8px;background:transparent;box-shadow:none}.topbar-home .brand-mark img,.footer-mark img{width:100%;height:100%;display:block;object-fit:contain}.topbar-home .main-nav{margin-left:auto;gap:2px;min-width:max-content}.topbar-home .main-nav button{min-height:32px;padding:0 12px;border-radius:8px;color:#545b57;font-size:13px;font-weight:500;white-space:nowrap}.topbar-home .main-nav button.active{color:#171b1a;background:transparent}.topbar-home .main-nav button:hover{color:#171b1a;background:#0000000a}.topbar-home .topbar-actions{margin-left:20px;gap:2px}.topbar-home .icon-button{width:36px;min-height:36px;border:0;border-radius:8px;background:transparent}.topbar-home .ghost-button{display:none}.topbar-home .home-login-button{min-height:32px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:#111;box-shadow:none;font-size:13px;font-weight:600}.topbar-home .home-login-button:hover{background:#000}.topbar-home .home-user-chip{width:32px;min-width:32px;height:32px;min-height:32px;margin-left:11px;padding:0;justify-content:center;border:0;border-radius:999px;color:#fff;background:#d6d25c;box-shadow:none;font-size:13px;font-weight:800;line-height:1;text-transform:uppercase}.topbar-home.compact .brand{font-size:14px}.topbar-home.compact .brand-mark{width:28px;height:28px}.topbar-home.compact .main-nav button{min-height:32px;padding:0 12px;font-size:13px}.topbar-home.compact .icon-button{width:36px;min-height:36px}.topbar-home.compact .home-user-chip{width:32px;min-width:32px;height:32px;min-height:32px}.user-menu-root{position:relative;display:inline-flex;align-items:center}.user-menu-trigger{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.user-menu-trigger:hover,.user-menu-trigger[aria-expanded=true]{transform:translateY(-1px);box-shadow:0 8px 18px #4a4e2029}.user-menu-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:80;width:min(240px,calc(100vw - 32px));overflow:hidden;border:1px solid rgba(205,212,212,.9);border-radius:8px;color:#050505;background:#fffffff5;box-shadow:0 12px 30px #0f172a1f,0 1px 2px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.user-menu-header{display:flex;align-items:center;gap:10px;padding:14px 12px 12px;border-bottom:1px solid rgba(229,231,235,.9)}.user-menu-avatar{width:34px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#d6d25c;font-size:14px;font-weight:800;line-height:1;text-transform:uppercase}.user-menu-meta{min-width:0;display:grid;gap:2px}.user-menu-meta strong{overflow:hidden;color:#050505;font-size:15px;font-weight:700;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.user-menu-meta span{overflow:hidden;color:#686868;font-size:12px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.user-menu-list{display:grid;padding:7px 0}.user-menu-item,.user-menu-logout{width:100%;min-height:29px;display:flex;align-items:center;gap:8px;padding:0 12px;border:0;color:#050505;background:transparent;font-size:15px;font-weight:500;line-height:1;text-align:left}.user-menu-item svg,.user-menu-logout svg{width:16px;height:16px;flex:0 0 auto;stroke-width:2}.user-menu-item:hover{background:#0000000b}.user-menu-divider{height:1px;background:#e5e7ebe6}.user-menu-logout{min-height:38px;color:#ff1f2d}.user-menu-logout:hover{background:#ff1f2d12}.home-page{padding-bottom:0;color:#171b1a;font-family:Public Sans,sans-serif;background:linear-gradient(120deg,#e8f5ffe6,#f9faf9e0 52%,#e9fcf6e6),#fff}.opctoken-hero{min-height:1066px;padding:144px 20px 96px}.hero-center{width:min(820px,100%)}.hero-center h1{max-width:760px;margin:0 auto;font-size:clamp(40px,4.8vw,54px);line-height:1.15;font-weight:700}.hero-headline-line{display:block;white-space:nowrap}.hero-center h1>span:not(.hero-headline-line){background:linear-gradient(100deg,#4ea9ff 12%,#8b6cff 58%,#d356c8 96%);-webkit-background-clip:text;background-clip:text}.hero-center h1>.hero-headline-line{color:#171b1a;background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor}.hero-center p{margin:20px auto 24px;max-width:640px;color:#6d7479;font-size:18px;line-height:1.6}.black-button{min-height:32px;padding:0 14px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 12px 28px #0000002e}.black-button svg{width:16px;height:16px}.home-page .api-showcase{width:min(672px,calc(100% - 48px));margin-top:64px;border:1px solid rgba(213,220,222,.9);border-radius:14px;background:#fffffff2;box-shadow:0 20px 50px -25px #0f172a2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-page .api-tabs{min-height:38px;gap:8px;padding:0 20px}.home-page .api-tabs button{height:38px;padding:0 12px;border-bottom-width:3px;color:#a6a6a6;font-size:12px;font-weight:500;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.home-page .api-tabs button:hover,.home-page .api-tabs button.active{color:var(--api-accent)}.home-page .api-tabs button.active{border-bottom-color:var(--api-accent)}.home-page .api-status{gap:8px;color:#14141466;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:10px;font-weight:400;line-height:15px;letter-spacing:.05em;text-transform:uppercase;font-variant-numeric:tabular-nums}.home-page .api-status span{width:6px;height:6px;background:#10b981}.home-page .api-path{min-height:44px;padding:0 20px}.home-page .api-path span{display:inline-flex;align-items:center;min-height:19px;padding:0 5px;line-height:19px;border-radius:6.4px;color:var(--api-accent);background:var(--api-accent-soft);font-size:10px;font-weight:800}.home-page .api-path code{color:#333c3f;font-size:12px;font-weight:500}.home-page .api-code-grid{grid-template-rows:235px minmax(0,1fr);height:400px}.home-page .api-code-grid>div{padding:22px 24px}.home-page .api-code-grid p{margin-bottom:16px;color:#a0a8ad;font-size:10px;font-weight:800;letter-spacing:.18em}.home-page .api-code-grid pre{font-size:13px;line-height:1.7;color:#384549}.syntax-command,.syntax-success{color:#009a71}.syntax-option{color:#155dfc}.syntax-string{color:#c24f00}.syntax-key{color:#0067a6}.syntax-number{color:#7c3aed}.syntax-muted{color:#757b7d}.home-page .api-foot{min-height:36px;padding:0 20px;color:#a0a8ad;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.home-page .api-foot strong{margin-left:auto;display:inline-flex;align-items:center;gap:12px;font-weight:600}.home-page .api-foot-dot{width:5px;height:5px;border-radius:999px;background:#d2d6d8}.stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,240px));justify-content:center;gap:48px;width:100%;margin:0;padding:48px 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f5f6f547}.metric{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;text-align:center}.metric span{margin-top:6px;color:#666;font-size:12px;font-weight:400;line-height:16px}.metric strong{margin:0;color:#070707;font-size:30px;font-weight:700;line-height:36px;letter-spacing:0}.feature-section{width:min(1152px,calc(100% - 48px))}.feature-section{padding-top:128px}.workflow-section{position:relative;z-index:10;width:100%;margin:0;padding:128px 24px;border-top:1px solid rgba(229,231,235,.4);background:transparent;text-align:left}.reveal-item{opacity:0;will-change:transform,opacity}.reveal-item.fade-up{transform:translateY(22px)}.reveal-item.scale-in{transform:translateY(18px) scale(.985)}.reveal-item.visible.fade-up{animation:landing-fade-up .7s cubic-bezier(.16,1,.3,1) forwards}.workflow-intro.reveal-item.visible.fade-up,.workflow-card.reveal-item.visible.fade-up{animation:landing-fade-up .6s cubic-bezier(.16,1,.3,1) both}.reveal-item.visible.scale-in{animation:landing-scale-in .65s cubic-bezier(.16,1,.3,1) forwards}.feature-card:nth-child(2),.capability:nth-child(2){animation-delay:90ms}.feature-card:nth-child(3),.capability:nth-child(3){animation-delay:.16s}.feature-card:nth-child(4),.capability:nth-child(4){animation-delay:.23s}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-scale-in{to{opacity:1;transform:translateY(0) scale(1)}}.feature-intro{max-width:512px;margin-bottom:64px}.workflow-intro{width:min(1152px,100%);margin:0 auto 80px;text-align:center}.section-eyebrow{margin-bottom:12px;color:#696f6a;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.12em}.workflow-section .section-eyebrow{margin:0 0 12px;color:#666;font-size:12px;font-weight:500;line-height:16px;letter-spacing:1.2px;text-align:center}.feature-section h2{font-size:30px;line-height:1.25;font-weight:700}.workflow-section h2{margin:0;color:#050505;font-size:30px;line-height:36px;font-weight:700;letter-spacing:-.75px;text-align:center}.feature-matrix{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:0;overflow:hidden;border:1px solid rgba(229,231,235,.4);border-radius:12px;background:#e5e7eb66}.feature-card{min-height:219px;padding:32px;border:0;background:#fff;transition:background-color .3s ease}.feature-card:hover{background:#f5f6f573}.feature-card.wide,.feature-card:nth-child(1),.feature-card:nth-child(4){grid-column:span 2}.feature-card h3,.capability h3,.workflow-card h3{margin-bottom:10px;font-size:18px}.feature-card-head{display:flex;align-items:center;gap:12px}.feature-card h3{margin:0;color:#050505;font-size:14px;font-weight:600;line-height:20px}.feature-card p{margin-top:18px;color:#6b6b6b;font-size:14px;line-height:20px}.capability p,.workflow-card p{line-height:1.7}.feature-index{width:28px;height:28px;margin-bottom:0;border-radius:6px;border:1px solid rgba(229,231,235,.4);background:#f5f5f5;color:#666;font-size:10px;font-weight:600;line-height:15px}.model-cloud{margin-top:20px;gap:8px}.model-cloud span{min-height:34px;border-radius:8px;border:1px solid rgba(229,231,235,.3);background:#f5f6f533;color:#666;font-size:12px;transition:border-color .3s ease,background-color .3s ease}.model-cloud span:hover{border-color:#3b82f64d;background:#3b82f60d}.shield-visual{width:64px;height:64px;margin:28px auto 0;border:1px solid rgba(16,185,129,.28);border-radius:14px;color:#34c99a;background:#ecfdf5ad}.shield-visual span{top:-8px;right:-8px;width:18px;height:18px;display:grid;place-items:center;border:2px solid #ffffff;border-radius:999px;background:#10b981}.shield-visual span:before{content:"✓";color:#fff;font-size:12px;font-weight:800;line-height:1}.routing-list{gap:8px;margin-top:22px}.routing-list div{min-height:24px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px}.routing-list span{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;background:#f3f4f6;color:#5f6368;font-size:11px;font-weight:600}.routing-list div:nth-child(2) span{color:#2f80ed;background:#dcecff;box-shadow:0 0 0 1px #2f80ed26 inset}.routing-list i{height:1px;background:#eef0f2}.routing-list strong{color:#6b6b6b;font-size:12px;font-weight:400}.protocol-row{margin-top:24px;gap:0}.protocol-row span{width:32px;min-width:32px;height:32px;min-height:32px;margin-right:-8px;padding:0;justify-content:center;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#f3f4f6,#f3f4f699);color:#6b6b6b;font-size:9px;font-weight:700}.protocol-row span:nth-of-type(4){margin-right:16px}.protocol-row svg{width:16px;height:16px;margin-right:6px;color:#2f6cff}.protocol-row strong{color:#666;font-size:12px;font-weight:400}.capability-strip{width:min(1152px,calc(100% - 48px));grid-template-columns:repeat(2,minmax(0,280px));justify-content:center;gap:48px;margin-top:48px;padding-bottom:96px}.capability{display:flex;flex-direction:column;align-items:center;min-height:106px;gap:0;text-align:center}.capability>span{width:48px;height:48px;margin-bottom:12px;border:1px solid rgba(229,231,235,.7);border-radius:12px;color:#666;background:#fff;box-shadow:0 8px 24px #0f172a08}.capability h3{margin:0 0 6px;color:#050505;font-size:14px;font-weight:600;line-height:20px}.capability p{max-width:200px;margin:0;color:#666;font-size:12px;line-height:19.5px}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;width:min(1152px,100%);margin:0 auto}.workflow-card{position:relative;display:flex;flex-direction:column;align-items:center;min-height:165.5px;padding:0;color:#050505;text-align:center}.workflow-icon{position:relative;display:block;width:64px;height:64px;margin-bottom:24px;border:0;border-radius:0;color:#050505;background:transparent}.workflow-icon-box{display:flex;width:64px;height:64px;align-items:center;justify-content:center;border:1px solid rgba(229,231,235,.5);border-radius:14.4px;color:#666;background:#f5f6f54d;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.workflow-icon-box svg{width:24px;height:24px;stroke-width:1.5}.workflow-icon strong{position:absolute;top:-8px;right:-8px;display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#050505;font-size:12px;font-weight:700;line-height:16px}.workflow-card h3{margin:0 0 8px;color:#050505;font-size:16px;font-weight:600;line-height:24px}.workflow-card p{max-width:240px;margin:0;color:#666;font-size:14px;font-weight:400;line-height:22.75px}.workflow-grid .workflow-card:nth-child(2).reveal-item.visible.fade-up{animation-delay:.15s}.workflow-grid .workflow-card:nth-child(3).reveal-item.visible.fade-up{animation-delay:.3s}.cta-section{position:relative;z-index:1;display:grid;place-items:center;min-height:clamp(600px,70vh,900px);padding:0 24px;overflow:hidden;background:radial-gradient(circle at 28% 50%,rgba(114,174,255,.18) 0,rgba(114,174,255,.12) 20%,rgba(114,174,255,.04) 38%,transparent 58%),radial-gradient(circle at 70% 44%,rgba(64,224,190,.16) 0,rgba(64,224,190,.1) 22%,rgba(64,224,190,.03) 42%,transparent 60%),linear-gradient(180deg,#fff,#fbfdff 22%,#f8fcff 52%,#fff 84% 100%)}.cta-section:before,.cta-section:after{content:"";position:absolute;inset:-18% -12%;pointer-events:none}.cta-section:before{background:linear-gradient(90deg,#548bff00,#548bff2e 18%,#548bff0d 31%,#9270ff2e 50%,#9270ff0d 68%,#34d39929 85%,#34d39900);filter:blur(58px);opacity:1;transform:translate3d(-1.5%,0,0) scale(1.04);animation:cta-aurora-pan 20s ease-in-out infinite alternate}.cta-section:after{background:linear-gradient(180deg,#ffffffeb,#ffffff61 48%,#ffffffeb);opacity:.72}.cta-panel{position:relative;z-index:1;width:min(700px,100%);display:grid;justify-items:center;text-align:center}.cta-title{margin:0;display:grid;justify-items:center;gap:0;color:#050505;font-size:clamp(36px,3.4vw,48px);font-weight:500;line-height:1.15;letter-spacing:0}.cta-title-line{display:block}.cta-title-line-dark{color:#050505}.cta-title-line-gradient{background:linear-gradient(90deg,#4f8dfd,#6f8dff 28%,#8a67f5,#b15cf1);background-clip:text;-webkit-background-clip:text;color:transparent}.cta-copy{max-width:680px;margin:24px 0 0;color:#7a7a7a;font-size:16px;font-weight:400;line-height:1.7}.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.cta-button{min-height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;font-size:16px;font-weight:500;line-height:1;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.cta-button:hover{transform:translateY(-1px)}.cta-button-primary{color:#fff;background:#050505;box-shadow:0 10px 24px #0000001f}.cta-button-primary:hover{background:#111}.cta-button-secondary{color:#0f1115;background:#fff;border-color:#e5e7ebf2;box-shadow:inset 0 1px #ffffffd9}.cta-button-secondary:hover{border-color:#d1d5dbf2;background:#fcfcfd}.cta-button svg{width:18px;height:18px}@keyframes cta-aurora-pan{0%{transform:translate3d(-2.5%,0,0) scale(1.04)}to{transform:translate3d(2.5%,0,0) scale(1.06)}}.site-footer{position:relative;z-index:10;border-top:1px solid rgba(229,231,235,.4);background:transparent}.footer-inner{width:min(1152px,calc(100% - 48px));margin:0 auto;box-sizing:border-box;padding:64px 24px;color:#676767}.footer-brand-block{display:inline-flex;flex-direction:column;align-items:flex-start;gap:12px;width:fit-content}.footer-brand{display:inline-flex;align-items:center;gap:10px;color:#050505;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.35px;text-decoration:none}.footer-brand:hover{color:#050505}.footer-logo{width:28px;height:28px;display:block;object-fit:contain}.footer-tagline{max-width:200px;margin:0;color:#67676799;font-size:12px;line-height:19.5px}.footer-legal{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(229,231,235,.3)}.footer-legal-left,.footer-legal-right{margin:0;color:#67676766;font-size:12px;line-height:16px}.footer-legal-right{color:#67676773;text-align:right}.footer-legal-right a{color:#111111b3;font-weight:500;text-decoration:none;transition:color .18s ease}.footer-legal-right a:hover{font-weight:600;color:#050505}.footer-mark{width:28px;height:28px;background:transparent;box-shadow:none}@media(max-width:860px){.topbar-home.home-mobile-nav-enabled,.topbar-home.home-mobile-nav-enabled.compact{left:0;display:grid;transform:none;width:100%;min-height:60px;padding:12px 16px 0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:auto 1fr auto}.topbar-home .main-nav,.topbar-home.compact .main-nav{grid-column:1 / -1;order:3;justify-self:start;margin-left:0;overflow-x:auto;padding-top:8px}.topbar-home .main-nav button,.topbar-home.compact .main-nav button{min-height:30px;padding:0 10px;font-size:13px}.topbar-home .icon-button,.topbar-home.compact .icon-button{width:32px;min-height:32px}.topbar-home .topbar-actions{gap:8px;margin-left:0}.topbar-home .home-user-chip,.topbar-home.compact .home-user-chip{width:28px;min-width:28px;height:28px;min-height:28px}.opctoken-hero{min-height:920px;padding:96px 14px 34px}.hero-center h1{font-size:42px}.hero-center p{font-size:16px}.home-page .api-showcase{width:100%;margin-top:56px}.home-page .api-code-grid pre{font-size:12px}.stat-strip,.feature-matrix,.capability-strip,.workflow-grid{grid-template-columns:1fr 1fr}.feature-card,.feature-card.wide,.feature-card:nth-child(1),.feature-card:nth-child(4){grid-column:auto}.feature-section{width:min(100% - 28px,720px);padding-top:70px}.workflow-section{width:100%;padding:70px 14px}.workflow-intro{margin-bottom:52px}.workflow-grid{gap:32px}.cta-section{min-height:600px}.cta-title{font-size:40px;letter-spacing:0}.cta-copy{max-width:640px;margin-top:20px;font-size:16px}.cta-actions{margin-top:24px}}@media(max-width:520px){.topbar-actions .ghost-button,.main-nav button:nth-child(n+3){display:none}.topbar-home .main-nav,.topbar-home.compact .main-nav{padding-top:6px}.opctoken-hero{min-height:790px;padding:96px 14px 34px}.hero-center h1{font-size:42px;line-height:1.16}.hero-center p{font-size:16px}.home-page .api-showcase{border-radius:14px}.stat-strip,.feature-matrix,.capability-strip,.workflow-grid{grid-template-columns:1fr}.capability-strip{width:min(100% - 48px,720px);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(36px,14vw,112px);row-gap:32px;margin-top:64px;padding-bottom:88px}.capability>span{width:48px;height:48px;margin-bottom:16px;border-radius:12px}.capability h3{margin-bottom:10px;font-size:16px;line-height:24px;font-weight:700}.capability p{max-width:160px;font-size:13px;line-height:22px}.feature-card,.feature-card.wide,.feature-card:nth-child(1),.feature-card:nth-child(4){grid-column:auto}.feature-section{width:min(100% - 28px,720px);padding-top:70px}.workflow-section{width:100%;padding:70px 14px}.workflow-section h2{font-size:24px;line-height:32px;letter-spacing:-.6px}.workflow-intro{margin-bottom:52px}.cta-section{min-height:580px;padding:0 16px}.cta-title{font-size:34px;line-height:1.15;letter-spacing:0}.cta-copy{margin-top:18px;font-size:15px;line-height:1.65}.cta-actions{width:100%;gap:12px}.cta-button{width:100%;min-height:44px}.footer-inner{width:min(100% - 28px,720px);padding:48px 16px 40px;display:grid;justify-items:center;text-align:center}.footer-brand-block{align-items:center}.footer-brand{justify-content:center}.footer-tagline{text-align:center}.footer-legal{flex-direction:column;align-items:center;text-align:center}.footer-legal-right{text-align:center}.model-cloud{grid-template-columns:1fr 1fr}.table-shell{overflow:visible}.table-title{position:sticky;top:64px;z-index:2;background:var(--surface)}.token-table{gap:12px;padding:12px}.table-header{display:none}.token-row{min-width:0;grid-template-columns:1fr;align-items:start;gap:6px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.token-row>span:not(.row-actions):not(.token-name):not(.status),.token-row>code{display:flex;gap:8px;align-items:baseline;color:var(--text)}.token-row>span:not(.row-actions):not(.token-name):not(.status):before,.token-row>code:before{content:attr(data-label);min-width:48px;color:var(--muted);font-size:12px;font-weight:700}.row-actions{justify-content:flex-start;margin-top:8px}.token-name{font-size:15px}}.dashboard-layout,.auth-page{width:100%;max-width:none;min-height:100vh;margin:0;padding:8px 6px 28px;color:#0a0a0a;background:#f5f5f5;font-family:Public Sans,sans-serif}.dashboard-layout{display:block}.dashboard-sidebar{display:none}.dashboard-main{width:min(100%,1920px);margin:0 auto}.dashboard-head{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.dashboard-head h1{margin:0;color:#111;font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.dashboard-head-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-icon-action.icon-button{width:32px;min-height:32px;border:1px solid transparent;border-radius:6px;color:#2563eb;background:#fff;box-shadow:none}.dashboard-icon-action.icon-button:hover{border-color:#bfdbfe;background:#eff6ff}.overview-grid,.dashboard-analytics-grid,.dashboard-secondary-grid{display:grid;gap:12px}.overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-card,.dashboard-panel,.key-management-panel,.auth-card,.modal,.confirm-dialog,.created-key{border:1px solid rgba(204,204,204,.55);border-radius:8px;background:#fff;box-shadow:0 8px 18px #00000009,0 1px 2px #00000009}.overview-card{min-height:168px;overflow:hidden}.overview-card-title,.panel-title,.table-title{min-height:50px;display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid #e9e9e9;color:#161616;font-size:13px;font-weight:500}.overview-card-title svg,.panel-title svg{width:15px;height:15px;color:#303030;stroke-width:1.8}.overview-metrics{display:grid;gap:18px;padding:20px 18px}.metric-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#fff}.metric-icon.blue{background:#60a5fa}.metric-icon.pink{background:#d66bdc}.metric-icon.green{background:#6ac77b}.metric-icon.cyan{background:#54c3d2}.metric-icon.yellow{background:#f6d559}.metric-icon.rose{background:#ee6a8b}.metric-icon.indigo{background:#7886d8}.metric-icon.orange{background:#f5b45e}.chart-copy span,.empty-panel-body p{display:block;color:#626262;font-size:12px;line-height:18px;font-weight:400}.dashboard-analytics-grid{grid-template-columns:minmax(0,3fr) minmax(320px,1fr);margin-top:12px}.dashboard-panel{overflow:hidden}.panel-title{justify-content:space-between;padding-right:20px}.panel-title>span{display:inline-flex;align-items:center;gap:8px}.panel-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto}.panel-tabs button{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:8px;color:#737373;background:transparent;white-space:nowrap;font-size:12px;font-weight:500}.panel-tabs button.active,.panel-tabs button:hover{color:#0b66f0;background:#eaf3ff}.chart-panel{min-height:426px}.chart-body{min-height:374px;display:grid;grid-template-rows:auto minmax(260px,1fr);padding:36px 32px 26px}.chart-copy strong{display:block;color:#121212;font-size:15px;line-height:24px;font-weight:700}.bar-chart{position:relative;display:grid;grid-template-columns:repeat(6,minmax(56px,1fr));align-items:end;gap:24px;margin-top:18px;padding:34px 26px 30px;border-bottom:1px solid #8c8c8c;background:linear-gradient(to bottom,transparent 0,transparent calc(25% - 1px),#eeeeee 25%,transparent calc(25% + 1px)),linear-gradient(to bottom,transparent 0,transparent calc(50% - 1px),#eeeeee 50%,transparent calc(50% + 1px)),linear-gradient(to bottom,transparent 0,transparent calc(75% - 1px),#eeeeee 75%,transparent calc(75% + 1px))}.bar-chart-item{min-height:222px;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:8px}.bar-chart-item span{width:min(112px,78%);min-height:8px;border-radius:2px 2px 0 0}.bar-chart-item em{max-width:112px;overflow:hidden;color:#60646c;font-size:11px;line-height:16px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.bar-chart-empty{grid-column:1 / -1;align-self:center;justify-self:center;color:#717171;font-size:13px}.api-panel{min-height:426px}.empty-panel-body{min-height:324px;display:grid;align-content:center;justify-items:center;padding:28px;text-align:center}.empty-panel-visual{width:78px;height:58px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #dbeafe;border-radius:8px;color:#3b82f6;background:linear-gradient(135deg,#fff,#eff6ff);box-shadow:inset 0 0 0 6px #dbeafe73}.empty-panel-body h3{margin:0 0 10px;color:#111;font-size:16px;line-height:24px;font-weight:700}.empty-panel-body p{margin:0}.dashboard-secondary-grid{grid-template-columns:2fr 1fr 1fr;margin-top:12px}.dashboard-secondary-grid .dashboard-panel{min-height:300px}.toolbar{margin:12px 0;padding:0}.toolbar .search-box{max-width:none}.toolbar input,.auth-form input,.modal input,.modal select{min-height:38px;border-color:#d9d9d9;border-radius:6px;background:#fff}.primary-button{min-height:36px;border-radius:6px;background:#1677ff;box-shadow:none}.primary-button:hover{background:#0958d9}.ghost-button,.action-button,.icon-button{min-height:36px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;box-shadow:none}.ghost-button:hover,.action-button:hover,.icon-button:hover{background:#f5f5f5}.key-management-panel{margin-top:0}.token-row{min-height:54px;padding:0 16px;border-bottom-color:#eee}.table-header{min-height:42px;color:#60646c;background:#fafafa}.status.enabled{color:#16a34a;background:#effdf4}.status.warning,.status.disabled{color:#b45309;background:#fff7ed}.action-button.danger,.danger-button{border-color:#ff4d4f;background:#ff4d4f}.created-key-value,.created-key code{display:block;overflow:hidden;padding:10px 12px;border:1px solid #e8e8e8;border-radius:6px;color:#0958d9;background:#fafafa}.auth-page{display:grid;place-items:center;padding:48px 16px}.auth-card{width:min(420px,100%);padding:24px}@media(max-width:1180px){.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-analytics-grid,.dashboard-secondary-grid{grid-template-columns:1fr}}@media(max-width:680px){.dashboard-layout{padding:12px}.dashboard-head{align-items:flex-start}.dashboard-head h1{font-size:18px}.overview-grid{grid-template-columns:1fr}.panel-title{align-items:flex-start;flex-direction:column;padding:12px 14px}.chart-body{padding:24px 16px}.bar-chart{grid-template-columns:repeat(3,minmax(58px,1fr));gap:14px;overflow-x:auto;padding-left:10px;padding-right:10px}.toolbar{flex-direction:column;align-items:stretch}}.auth-page{position:relative;width:100%;max-width:none;min-height:100svh;display:flex;align-items:center;justify-content:center;margin:0;padding:24px;color:#09090b;background:#fff;font-family:Public Sans,sans-serif}.auth-card{width:472px;max-width:calc(100vw - 48px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.auth-logo-link{position:absolute;top:32px;left:32px;height:32px;display:inline-flex;align-items:center;gap:8px;color:#09090b;text-decoration:none;font-size:16px;font-weight:600;line-height:24px}.auth-logo-mark,.auth-logo-mark img{width:32px;height:32px}.auth-logo-mark{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#fff}.auth-logo-mark img{object-fit:contain;display:block}.auth-heading{margin-bottom:32px}.auth-heading h2{margin:0 0 8px;color:#09090b;font-size:24px;font-weight:600;line-height:32px;letter-spacing:-.6px}.auth-heading p{margin:0;color:#71717a;font-size:16px;font-weight:400;line-height:24px}.auth-heading button{border:0;padding:0;color:#09090b;background:transparent;font:inherit;text-decoration:underline;text-underline-offset:2px}.auth-form{display:grid;gap:16px}.auth-field{display:grid;gap:7px;color:#18181b;font-size:14px;font-weight:500;line-height:14px}.auth-form .auth-field input{width:100%;height:32px;min-height:32px;padding:4px 10px;border:1px solid #e4e7e3;border-radius:8px;color:#09090b;background:#fff;box-shadow:0 1px 2px #18181b0a;font-size:16px;line-height:20px}.auth-form .auth-field input::placeholder{color:#a1a1aa}.auth-form .auth-field input:not(:placeholder-shown){background:#eaf2ff}.auth-form .auth-field input:focus{border-color:#168268;box-shadow:0 0 0 2px #16826824,0 1px 2px #18181b0a}.auth-password-box{position:relative;display:block}.auth-password-box input{padding-right:38px}.auth-password-toggle{position:absolute;top:0;right:0;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;color:#71717a;background:transparent}.auth-submit{width:100%;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;color:#fff;background:#09090b;box-shadow:none;font-size:14px;font-weight:600;line-height:20px}.auth-submit:hover{background:#18181b}@media(max-width:640px){.auth-page{align-items:flex-start;padding:112px 24px 48px}.auth-logo-link{top:24px;left:24px}.auth-card{max-width:100%}}:root[data-theme=dark] body{background:#0b0d10}:root[data-theme=dark] .topbar-home{color:#eef2ed}:root[data-theme=dark] .topbar-home.compact{background:#101316d1;border-color:#3c4843d9;box-shadow:0 2px 16px -6px #00000052,0 0 0 .5px #ffffff0a}:root[data-theme=dark] .topbar-home .main-nav button{color:#9ca6a1}:root[data-theme=dark] .topbar-home .main-nav button.active,:root[data-theme=dark] .topbar-home .main-nav button:hover{color:#f4f7f5}:root[data-theme=dark] .topbar-home .main-nav button:hover{background:#ffffff0f}:root[data-theme=dark] .topbar-home .icon-button{color:#dfe6e1}:root[data-theme=dark] .topbar-home .home-login-button{color:#0b0d10;background:#eef2ed}:root[data-theme=dark] .topbar-home .home-login-button:hover{background:#fff}:root[data-theme=dark] .topbar-home .home-user-chip{color:#fff;background:#c8bf55}:root[data-theme=dark] .user-menu-trigger:hover,:root[data-theme=dark] .user-menu-trigger[aria-expanded=true]{box-shadow:0 8px 18px #00000052}:root[data-theme=dark] .user-menu-panel{border-color:#3d3d3df2;color:#f4f4f5;background:#232323fa;box-shadow:0 20px 48px #0000006b,0 1px 2px #0000004d}:root[data-theme=dark] .user-menu-header,:root[data-theme=dark] .user-menu-divider{border-color:#3d3d3df2}:root[data-theme=dark] .user-menu-divider{background:#3d3d3df2}:root[data-theme=dark] .user-menu-avatar{background:#c8bf55}:root[data-theme=dark] .user-menu-meta strong,:root[data-theme=dark] .user-menu-item{color:#f4f4f5}:root[data-theme=dark] .user-menu-meta span{color:#b2b2b8}:root[data-theme=dark] .user-menu-item:hover{background:#ffffff0f}:root[data-theme=dark] .user-menu-logout{color:#ff5d66}:root[data-theme=dark] .user-menu-logout:hover{background:#ff5d661c}:root[data-theme=dark] .home-page{color:#eef2ed;background:linear-gradient(120deg,#0d1214f5,#0c1012f0 52%,#0d1412f5),#0b0d10}:root[data-theme=dark] .hero-center h1>.hero-headline-line{color:#eef2ed}:root[data-theme=dark] .hero-center p{color:#a1aba6}:root[data-theme=dark] .black-button{color:#0b0d10;background:#eef2ed;box-shadow:0 12px 28px #00000047}:root[data-theme=dark] .black-button:hover{background:#fff}:root[data-theme=dark] .home-page .api-showcase{border-color:#3c4843f2;background:#101412f0;box-shadow:0 20px 50px -25px #0000006b}:root[data-theme=dark] .home-page .api-tabs{border-bottom-color:#3c4843d9}:root[data-theme=dark] .home-page .api-tabs button{color:#8d9691}:root[data-theme=dark] .home-page .api-status{color:#e1e8e38c}:root[data-theme=dark] .home-page .api-path{border-bottom-color:#3c4843d9}:root[data-theme=dark] .home-page .api-path code{color:#dde4df}:root[data-theme=dark] .home-page .api-code-grid p{color:#86908b}:root[data-theme=dark] .home-page .api-code-grid pre{color:#d8dfd9}:root[data-theme=dark] .home-page .api-foot{color:#9ca6a1}:root[data-theme=dark] .stat-strip{border-top-color:#3c4843d9;border-bottom-color:#3c4843d9;background:#ffffff05}:root[data-theme=dark] .metric span{color:#9ca6a1}:root[data-theme=dark] .metric strong{color:#f4f7f5}:root[data-theme=dark] .workflow-section{border-top-color:#3c4843d9}:root[data-theme=dark] .section-eyebrow,:root[data-theme=dark] .workflow-section .section-eyebrow{color:#8d9691}:root[data-theme=dark] .feature-section h2,:root[data-theme=dark] .workflow-section h2{color:#f4f7f5}:root[data-theme=dark] .feature-matrix{border-color:#3c4843d9;background:#3c4843d9}:root[data-theme=dark] .feature-card{background:#141816}:root[data-theme=dark] .feature-card:hover{background:#181d1a}:root[data-theme=dark] .feature-card h3,:root[data-theme=dark] .capability h3,:root[data-theme=dark] .workflow-card h3{color:#f4f7f5}:root[data-theme=dark] .feature-card p,:root[data-theme=dark] .capability p,:root[data-theme=dark] .workflow-card p{color:#a1aba6}:root[data-theme=dark] .feature-index{border-color:#3c4843d9;background:#1b201d;color:#a1aba6}:root[data-theme=dark] .model-cloud span{border-color:#3c4843b3;background:#ffffff08;color:#aeb6b1}:root[data-theme=dark] .model-cloud span:hover{border-color:#5b9bff59;background:#5b9bff14}:root[data-theme=dark] .shield-visual{border-color:#10b98152;background:#10b9811a;color:#5ed19c}:root[data-theme=dark] .shield-visual span{border-color:#0b0d10;background:#10b981}:root[data-theme=dark] .routing-list span{background:#1b201d;color:#a1aba6}:root[data-theme=dark] .routing-list div:nth-child(2) span{color:#8eb5ff;background:#3b82f624;box-shadow:0 0 0 1px #3b82f633 inset}:root[data-theme=dark] .routing-list i{background:#3c4843d9}:root[data-theme=dark] .routing-list strong{color:#aeb6b1}:root[data-theme=dark] .protocol-row span{border-color:#141816;background:linear-gradient(135deg,#ffffff14,#ffffff08);color:#aeb6b1}:root[data-theme=dark] .protocol-row svg{color:#7aa7ff}:root[data-theme=dark] .protocol-row strong{color:#aeb6b1}:root[data-theme=dark] .capability>span{border-color:#3c4843d9;background:#151a17;color:#aeb6b1;box-shadow:0 8px 24px #00000029}:root[data-theme=dark] .workflow-icon{color:#f4f7f5}:root[data-theme=dark] .workflow-icon-box{border-color:#3c4843d9;background:#ffffff08;color:#aeb6b1}:root[data-theme=dark] .workflow-icon strong{color:#0b0d10;background:#eef2ed}:root[data-theme=dark] .cta-section{background:linear-gradient(180deg,#0b0d10,#11161b 51%,#0b0d10)}:root[data-theme=dark] .cta-section:after{background:linear-gradient(180deg,#0b0d10f5,#0b0d10b8,#0b0d10f5)}:root[data-theme=dark] .cta-title,:root[data-theme=dark] .cta-title-line-dark{color:#f4f7f5}:root[data-theme=dark] .cta-copy{color:#a1aba6}:root[data-theme=dark] .cta-button-primary{color:#0b0d10;background:#eef2ed;box-shadow:0 10px 24px #0000003d}:root[data-theme=dark] .cta-button-primary:hover{background:#fff}:root[data-theme=dark] .cta-button-secondary{color:#eef2ed;background:#ffffff08;border-color:#3c4843d9;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .cta-button-secondary:hover{background:#ffffff0f}:root[data-theme=dark] .site-footer{border-top-color:#3c4843d9}:root[data-theme=dark] .footer-inner{color:#9ca6a1}:root[data-theme=dark] .footer-brand{color:#eef2ed}:root[data-theme=dark] .footer-brand:hover{color:#fff}:root[data-theme=dark] .footer-tagline{color:#9ca6a1bf}:root[data-theme=dark] .footer-legal{border-top-color:#3c4843bf}:root[data-theme=dark] .footer-legal-left,:root[data-theme=dark] .footer-legal-right{color:#9ca6a18c}:root[data-theme=dark] .footer-legal-right a{color:#eef2edbf}:root[data-theme=dark] .footer-legal-right a:hover{color:#fff}:root[data-theme=dark] .auth-page{color:#eef2ed;background:#0b0d10}:root[data-theme=dark] .auth-logo-link{color:#eef2ed}:root[data-theme=dark] .auth-logo-mark{background:#151a17}:root[data-theme=dark] .auth-heading h2{color:#f4f7f5}:root[data-theme=dark] .auth-heading p{color:#a1aba6}:root[data-theme=dark] .auth-heading button{color:#eef2ed}:root[data-theme=dark] .auth-field{color:#dfe6e1}:root[data-theme=dark] .auth-form .auth-field input{border-color:#2d3732;color:#eef2ed;background:#151a17;box-shadow:0 1px 2px #0000003d}:root[data-theme=dark] .auth-form .auth-field input::placeholder{color:#6d7772}:root[data-theme=dark] .auth-form .auth-field input:not(:placeholder-shown){background:#18201d}:root[data-theme=dark] .auth-form .auth-field input:focus{border-color:#50c5a4;box-shadow:0 0 0 2px #50c5a429,0 1px 2px #0000003d}:root[data-theme=dark] .auth-password-toggle{color:#a1aba6}:root[data-theme=dark] .auth-submit{color:#0b0d10;background:#eef2ed}:root[data-theme=dark] .auth-submit:hover{background:#fff}:root[data-theme=dark] .auth-message.error{border-color:#f1727766;color:#ffb3b6;background:#f1727717}:root[data-theme=dark] .auth-message.success{border-color:#5ed19c52;color:#91e7b8;background:#5ed19c14}.dashboard-overview-page{--dashboard-topbar-height: 56px;--dashboard-sidebar-width: 208px;width:100%;max-width:none;flex:none;height:calc(100vh - var(--dashboard-topbar-height));min-height:calc(100vh - var(--dashboard-topbar-height));margin:var(--dashboard-topbar-height) 0 0;padding:0;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-color:#d3d3d3 #ececec;color:#171717;background:#f5f6f5;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page::-webkit-scrollbar{width:13px;height:13px}.dashboard-overview-page::-webkit-scrollbar-track{background:#ececec}.dashboard-overview-page::-webkit-scrollbar-thumb{border:3px solid #ececec;border-radius:999px;background:#d3d3d3;background-clip:padding-box}.dashboard-overview-page::-webkit-scrollbar-thumb:hover{background:#c7c7c7}.dashboard-overview-page::-webkit-scrollbar-button:single-button{height:14px;background:#ececec no-repeat center center;background-size:7px 7px}.dashboard-overview-page::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 1L7 5H1z' fill='%23dadada'/%3E%3C/svg%3E")}.dashboard-overview-page::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1 3l3 4 3-4z' fill='%23dadada'/%3E%3C/svg%3E")}.dashboard-overview-page::-webkit-scrollbar-corner{background:#ececec}.dashboard-overview-page.sidebar-collapsed{--dashboard-sidebar-width: 72px}.dashboard-overview-page .dashboard-topbar{position:fixed;z-index:60;top:0;left:0;right:0;height:var(--dashboard-topbar-height);display:flex;align-items:center;gap:18px;padding:0 14px 0 18px;border-bottom:0;background:#fffffff5;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-overview-page .dashboard-brand{min-width:132px;display:inline-flex;align-items:center;gap:10px;padding:0;border:0;color:#18181b;background:transparent;font-size:14px;font-weight:700;line-height:20px;white-space:nowrap}.dashboard-overview-page .dashboard-brand .brand-mark{width:24px;height:24px;border-radius:8px;background:transparent;box-shadow:none}.dashboard-overview-page .dashboard-brand img{width:24px;height:24px;display:block;object-fit:contain}.dashboard-overview-page .dashboard-nav{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.dashboard-overview-page .dashboard-nav button,.dashboard-overview-page .dashboard-icon-button,.dashboard-overview-page .dashboard-sidebar-link{border:0;font:inherit;box-shadow:none}.dashboard-overview-page .dashboard-nav button{min-height:32px;padding:0 10px;border-radius:8px;color:#4d5550;background:transparent;font-size:14px;font-weight:500;white-space:nowrap}.dashboard-overview-page .dashboard-nav button.active,.dashboard-overview-page .dashboard-nav button:hover{color:#111;background:#0000000a}.dashboard-overview-page .dashboard-topbar-actions{display:inline-flex;align-items:center;gap:8px;margin-left:6px}.dashboard-overview-page .dashboard-search{width:256px;height:34px;display:inline-flex;align-items:center;gap:8px;margin:0;padding:0 8px;border:1px solid #e0e3df;border-radius:8px;color:#6a716c;background:#fff}.dashboard-overview-page .dashboard-search input{width:100%;min-height:0;height:30px;padding:0;border:0;border-radius:0;color:#202321;background:transparent;box-shadow:none;font-size:14px}.dashboard-overview-page .dashboard-search input::placeholder{color:#737b75}.dashboard-overview-page .dashboard-search-shortcut{min-width:42px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e8e5;border-radius:6px;color:#777f78;background:#fafafa;font-size:11px;line-height:1}.dashboard-overview-page .dashboard-icon-button{width:34px;min-width:34px;height:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:8px;color:#1f2421;background:transparent}.dashboard-overview-page .dashboard-menu-button{margin-right:2px}.dashboard-overview-page .dashboard-icon-button:hover{background:#0000000d}.dashboard-overview-page .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;color:#fff;background:#d8d35f;box-shadow:none;font-size:13px;font-weight:800}.dashboard-overview-page .dashboard-sidebar{position:fixed;top:var(--dashboard-topbar-height);left:0;bottom:0;z-index:40;width:var(--dashboard-sidebar-width);height:calc(100vh - var(--dashboard-topbar-height));min-height:calc(100vh - var(--dashboard-topbar-height));display:block;overflow-y:auto;padding:16px 10px 22px 14px;background:#f5f6f5}.dashboard-overview-page.sidebar-collapsed .dashboard-sidebar{padding-left:8px;padding-right:8px}.dashboard-overview-page .dashboard-sidebar-group{display:grid;gap:5px;margin-bottom:20px}.dashboard-overview-page .dashboard-sidebar-title{padding:0 9px;color:#7a827d;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page .dashboard-sidebar-items{display:grid;gap:3px}.dashboard-overview-page .dashboard-sidebar-link{width:100%;min-height:32px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:14px;font-weight:500}.dashboard-overview-page .dashboard-sidebar-link:hover{background:#0000000b}.dashboard-overview-page .dashboard-sidebar-link.active{background:#e1e1e1;color:#111}.dashboard-overview-page .sidebar-link-icon{width:18px;height:18px;display:inline-grid;place-items:center;color:currentColor}.dashboard-overview-page .dashboard-overview-main{width:auto;max-width:none;display:grid;gap:16px;margin:0 8px 0 var(--dashboard-sidebar-width);padding:18px 16px 34px;border-radius:12px 12px 0 0;background:#fff}.dashboard-overview-page.sidebar-collapsed .dashboard-sidebar-title{display:none}.dashboard-overview-page.sidebar-collapsed .dashboard-sidebar-link{grid-template-columns:1fr;justify-items:center;padding:0}.dashboard-overview-page.sidebar-collapsed .dashboard-sidebar-link>span:last-child{display:none}.dashboard-overview-page .dashboard-page-head{min-height:32px;display:flex;align-items:center;justify-content:space-between}.dashboard-overview-page .dashboard-page-head h1{margin:0;color:#121312;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page .overview-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 352px;gap:16px;align-items:stretch}.dashboard-overview-page .overview-hero-card,.dashboard-overview-page .overview-actions-card,.dashboard-overview-page .usage-stat-card,.dashboard-overview-page .usage-balance-card,.dashboard-overview-page .dashboard-panel,.dashboard-overview-page .key-management-panel,.dashboard-overview-page .confirm-dialog,.dashboard-overview-page .modal,.dashboard-overview-page .created-key{border:1px solid #e5e7e3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #10181409}.dashboard-overview-page .overview-hero-card{height:400px;min-height:400px;display:grid;grid-template-columns:minmax(0,1fr) 336px;gap:20px;overflow:hidden;padding:20px;background:linear-gradient(112deg,#ebf8ffe0,#fcefffd1 51%,#fffdcdd1),#fff;border-radius:14px}.dashboard-overview-page .overview-hero-copy{display:flex;min-width:0;flex-direction:column;gap:20px;padding:0}.dashboard-overview-page .overview-hero-intro{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:24px}.dashboard-overview-page .overview-hero-heading{min-width:0;flex:1 1 328px}.dashboard-overview-page .section-kicker{display:inline-flex;align-items:center;gap:8px;color:#626b65;font-size:12px;line-height:16px;font-weight:500;letter-spacing:.6px}.dashboard-overview-page .overview-hero-copy h2{margin:0;color:#121212;font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.6px}.dashboard-overview-page .hero-title-line{display:block}.dashboard-overview-page .hero-title-line:first-child{white-space:nowrap}.dashboard-overview-page .overview-hero-copy p,.dashboard-overview-page .overview-request-head p,.dashboard-overview-page .quick-action-copy small,.dashboard-overview-page .dashboard-section-head p,.dashboard-overview-page .setup-step-copy small{margin:0;color:#626b65;font-size:13px;line-height:20px;font-weight:400}.dashboard-overview-page .overview-hero-copy>p,.dashboard-overview-page .overview-hero-heading>p{max-width:672px;font-size:14px;line-height:22.75px;font-weight:400}.dashboard-overview-page .hero-actions{display:flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;gap:8px;margin-left:auto;margin-top:0;padding-top:0}.dashboard-overview-page .hero-actions button{height:28px;min-height:28px;border-radius:6px;padding:0 10px;font-size:12.8px;font-weight:500}.dashboard-overview-page .hero-toggle-button{border:1px solid rgba(0,0,0,.08);color:#111;background:#ffffffbf}.dashboard-overview-page .hero-create-button{border:0;color:#fff;background:#111;box-shadow:0 10px 18px #1111111f}.dashboard-overview-page .hero-create-button:hover{background:#000}.dashboard-overview-page .setup-steps{position:relative;display:grid;gap:10px;margin-top:0;padding:8px 8px 8px 52px;border:1px solid rgba(0,0,0,.075);border-radius:14px;background:#ffffff57;box-shadow:none}.dashboard-overview-page .setup-steps:before{content:"";position:absolute;top:24px;bottom:24px;left:31px;width:1px;background:#dfe3de}.dashboard-overview-page .setup-step-row{position:relative}.dashboard-overview-page .setup-step-node{position:absolute;top:14px;left:-44px;z-index:1;width:32px;height:32px;display:inline-grid;place-items:center;border:2px solid #202321;border-radius:8px;background:#fff;box-shadow:0 0 0 5px #ffffffbd}.dashboard-overview-page .setup-step-row.completed .setup-step-node{border-color:#9edfd4;background:#e3faf5}.dashboard-overview-page .setup-step-row.completed .setup-step-node:after{content:"";width:11px;height:7px;border-left:2px solid #00a980;border-bottom:2px solid #00a980;transform:translateY(-1px) rotate(-45deg)}.dashboard-overview-page .setup-step-row:not(.completed) .setup-step-node{border-radius:999px;background:#fff}.dashboard-overview-page .setup-step{width:100%;min-height:60px;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(0,0,0,.07);border-radius:12px;color:#202321;background:#ffffffe6;text-align:left;box-shadow:0 4px 10px #181e1c0f}.dashboard-overview-page .setup-step-icon{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:9px;color:#171717;background:#f3f4f3}.dashboard-overview-page .setup-step-copy{min-width:0;display:grid;gap:2px}.dashboard-overview-page .setup-step-copy strong{display:flex;align-items:center;gap:8px;color:#181a19;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page .setup-step-index{color:#626b65;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:16px;font-weight:500;font-variant-numeric:tabular-nums}.dashboard-overview-page .setup-step-copy small{color:#6f776f;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page .overview-request-card{min-width:0;display:block;padding:12px;border:1px solid rgba(0,0,0,.075);border-radius:14px;background:#ffffffbf;box-shadow:0 8px 18px #181e1c14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-overview-page .overview-request-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #eeeeea}.dashboard-overview-page .overview-request-title{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px}.dashboard-overview-page .request-title-icon{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:8px;color:#111;background:#f3f4f2}.dashboard-overview-page .overview-request-title h3{margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page .overview-request-head p{font-size:12px;line-height:16px;white-space:nowrap}.dashboard-overview-page .request-action-button{height:28px;min-height:28px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #dcded9;border-radius:6px;color:#171717;background:#fff;box-shadow:none;font-size:12px;font-weight:500;white-space:nowrap}.dashboard-overview-page .request-code{position:relative;max-width:100%;height:116px;min-height:116px;margin:12px 0;overflow:hidden;padding:28px 12px 12px;border:0;border-radius:12px;color:#4a4f4b;background:#f4f1e6;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:16px;white-space:pre}.dashboard-overview-page .request-code code{color:inherit;font:inherit;word-break:normal}.dashboard-overview-page .request-code:before{content:"";position:absolute;top:13px;left:12px;width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:14px 0 #f59e0b,28px 0 #22c55e}.dashboard-overview-page .request-status-list{display:grid;gap:2px}.dashboard-overview-page .request-status-row{min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px;border-radius:10px;color:#363a36;background:#faf8eeb8;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page .request-status-icon{width:18px;height:18px;display:inline-grid;place-items:center;color:#59635c}.dashboard-overview-page .request-status-row strong{color:#6f776f;font-size:12px;font-weight:400}.dashboard-overview-page .overview-actions-card{min-height:454px;display:grid;align-content:start;gap:12px;padding:18px}.dashboard-overview-page .overview-actions-card h3{margin:0 0 4px;color:#18181b;font-size:18px;line-height:28px;font-weight:600;letter-spacing:-.45px}.dashboard-overview-page .quick-actions-list{display:grid;gap:10px}.dashboard-overview-page .quick-action-card{width:100%;min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:11px 12px;border:1px solid #ebede9;border-radius:12px;color:#1b1f1c;background:#fff;text-align:left;box-shadow:none}.dashboard-overview-page .quick-action-card:hover{border-color:#dcded8;background:#fbfcfb}.dashboard-overview-page .quick-action-icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:12px;color:#202522;background:#f5f6f5}.dashboard-overview-page .quick-action-copy{min-width:0;display:grid;gap:1px}.dashboard-overview-page .quick-action-copy strong{color:#191c1a;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page .quick-action-copy small{color:#626b65;font-size:12px;line-height:16px;font-weight:400}.dashboard-overview-page .usage-section{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:0;margin-top:0;overflow:hidden;border:1px solid #e5e7e3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #10181409}.dashboard-overview-page .usage-left-panel{min-width:0;display:grid;align-content:start;gap:12px;padding:20px}.dashboard-overview-page .dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.dashboard-overview-page .dashboard-section-head h2{margin:0;color:#18181b;font-size:16px;line-height:24px;font-weight:600;letter-spacing:0}.dashboard-overview-page .usage-grid{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:16px;align-items:stretch}.dashboard-overview-page .usage-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-overview-page .usage-stat-card{min-height:154px;padding:12px;border-radius:12px}.dashboard-overview-page .overview-stat{height:100%;display:grid;gap:12px;align-content:space-between}.dashboard-overview-page .overview-stat-head{position:relative;display:block}.dashboard-overview-page .overview-stat-copy{min-width:0;display:grid;gap:8px}.dashboard-overview-page .overview-stat-copy small{min-height:17px;display:inline-flex;align-items:center;margin-left:22px;color:#6c736d;font-size:12px;line-height:17px;font-weight:500}.dashboard-overview-page .overview-stat-copy strong{color:#171717;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.6px;font-variant-numeric:tabular-nums}.dashboard-overview-page .overview-stat-copy span{color:#9ca39d;font-size:12px;line-height:18px}.dashboard-overview-page .overview-stat-rail{margin-top:auto;height:4px;border-radius:999px;background:#d9ddda}.dashboard-overview-page .overview-stat-rail.amber{background:#d6a231}.dashboard-overview-page .overview-stat-rail.slate{background:#111}.dashboard-overview-page .overview-stat-rail.gray{background:#8f9490}.dashboard-overview-page .overview-stat-rail.rose{background:#ee6a8b}.dashboard-overview-page .overview-stat-head .metric-icon{position:absolute;top:0;left:0;width:16px;height:17px;border-radius:0;background:transparent;color:#8d948f}.dashboard-overview-page .usage-balance-card{min-height:100%;display:grid;align-content:start;gap:16px;padding:22px 20px;border:0;border-left:1px solid #eee4cf;border-radius:0;background:#fbf4df}.dashboard-overview-page .usage-balance-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#4d4a43;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page .usage-balance-status{display:inline-flex;align-items:center;gap:7px;color:#3e493e;font-size:12px;line-height:16px;font-weight:500}.dashboard-overview-page .usage-balance-status .status-dot{width:6px;height:6px;box-shadow:none}.dashboard-overview-page .usage-balance-card>strong{color:#171717;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.6px;font-variant-numeric:tabular-nums}.dashboard-overview-page .usage-balance-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dashboard-overview-page .usage-balance-mini{min-height:64px;display:grid;align-content:start;gap:5px;padding:10px 10px 9px;border:1px solid rgba(222,211,187,.82);border-radius:12px;color:#5f5b51;background:#ffffff7a}.dashboard-overview-page .usage-balance-mini span{color:#6c6557;font-size:11px;line-height:11px;font-weight:500}.dashboard-overview-page .usage-balance-mini strong{color:#171717;font-size:12px;line-height:16px;font-weight:600;font-variant-numeric:tabular-nums}.dashboard-overview-page .usage-wallet-button{min-height:42px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding:0 14px 0 16px;border:0;border-radius:10px;color:#fff;background:#0a0a0a;box-shadow:none;font-size:14px;font-weight:600}.dashboard-overview-page .usage-wallet-button:hover{background:#000}.dashboard-overview-page .dashboard-secondary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:0}.dashboard-overview-page .empty-dashboard-panel{min-height:258px;border-radius:12px}.dashboard-overview-page .empty-panel-body{min-height:206px;padding:26px 18px}.dashboard-overview-page .empty-panel-visual{width:64px;height:54px;margin-bottom:14px;border-radius:12px}.dashboard-overview-page .toolbar{display:none;align-items:center;gap:10px;margin:2px 0 0}.dashboard-overview-page .toolbar .search-box{flex:1 1 auto;max-width:none}.dashboard-overview-page .toolbar .primary-button,.dashboard-overview-page .toolbar .ghost-button{height:38px;min-height:38px;border-radius:8px;white-space:nowrap}.dashboard-overview-page .table-shell.key-management-panel{display:none;margin-top:0;border-radius:12px}.dashboard-overview-page .dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}:root[data-theme=dark] .dashboard-overview-page{color:#e7ece7;background:#0f1310}:root[data-theme=dark] .dashboard-overview-page .dashboard-topbar{border-bottom:0;background:#111511fa}:root[data-theme=dark] .dashboard-overview-page{scrollbar-color:#575757 #141714}:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-track,:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-button:single-button,:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-corner{background:#141714}:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-thumb{border-color:#141714;background:#535353}:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-thumb:hover{background:#626262}:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 1L7 5H1z' fill='%235d5d5d'/%3E%3C/svg%3E")}:root[data-theme=dark] .dashboard-overview-page::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1 3l3 4 3-4z' fill='%235d5d5d'/%3E%3C/svg%3E")}:root[data-theme=dark] .dashboard-overview-page .dashboard-brand,:root[data-theme=dark] .dashboard-overview-page .dashboard-page-head h1{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page .overview-hero-card{background:linear-gradient(110deg,#181d18f2,#1c181feb 48%,#201d14f0),#161a16}:root[data-theme=dark] .dashboard-overview-page .dashboard-nav button{color:#a6aea9}:root[data-theme=dark] .dashboard-overview-page .dashboard-nav button.active,:root[data-theme=dark] .dashboard-overview-page .dashboard-nav button:hover{color:#f5f7f4;background:#ffffff0f}:root[data-theme=dark] .dashboard-overview-page .dashboard-search{border-color:#2a322a;color:#b4bbb6;background:#171c17}:root[data-theme=dark] .dashboard-overview-page .dashboard-search input{color:#eef2ee}:root[data-theme=dark] .dashboard-overview-page .dashboard-search-shortcut{border-color:#2a322a;color:#a0a8a3;background:#202520}:root[data-theme=dark] .dashboard-overview-page .dashboard-icon-button{color:#edf1ec}:root[data-theme=dark] .dashboard-overview-page .dashboard-icon-button:hover{background:#ffffff0f}:root[data-theme=dark] .dashboard-overview-page .setup-steps:before{background:#2d362d}:root[data-theme=dark] .dashboard-overview-page .setup-steps{border-color:#ffffff12;background:#11151161}:root[data-theme=dark] .dashboard-overview-page .setup-step-node{border-color:#7c847e;background:#111511;box-shadow:0 0 0 5px #111511c7}:root[data-theme=dark] .dashboard-overview-page .setup-step-row.active .setup-step-node{border-color:#5cd19c8c;background:#183125}:root[data-theme=dark] .dashboard-overview-page .setup-step,:root[data-theme=dark] .dashboard-overview-page .overview-request-card,:root[data-theme=dark] .dashboard-overview-page .quick-action-card{border-color:#2a322a;color:#eef2ee;background:#161a16}:root[data-theme=dark] .dashboard-overview-page .setup-step.active{border-color:#5cd19c42;background:#14221af2}:root[data-theme=dark] .dashboard-overview-page .setup-step-icon,:root[data-theme=dark] .dashboard-overview-page .quick-action-icon{color:#e7ece7;background:#1d231d}:root[data-theme=dark] .dashboard-overview-page .setup-step-copy strong,:root[data-theme=dark] .dashboard-overview-page .overview-stat-copy strong,:root[data-theme=dark] .dashboard-overview-page .overview-actions-card h3,:root[data-theme=dark] .dashboard-overview-page .dashboard-section-head h2{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page .setup-step-copy small,:root[data-theme=dark] .dashboard-overview-page .overview-stat-copy small,:root[data-theme=dark] .dashboard-overview-page .overview-stat-copy span,:root[data-theme=dark] .dashboard-overview-page .quick-action-copy small,:root[data-theme=dark] .dashboard-overview-page .overview-request-head p,:root[data-theme=dark] .dashboard-overview-page .section-kicker,:root[data-theme=dark] .dashboard-overview-page .dashboard-section-head p{color:#a2aaa4}:root[data-theme=dark] .dashboard-overview-page .dashboard-avatar{color:#101311;background:#c8bf55}:root[data-theme=dark] .dashboard-overview-page .dashboard-sidebar{background:#161a16}:root[data-theme=dark] .dashboard-overview-page .dashboard-sidebar-title{color:#8f9791}:root[data-theme=dark] .dashboard-overview-page .dashboard-sidebar-link{color:#d8ddd7}:root[data-theme=dark] .dashboard-overview-page .dashboard-sidebar-link:hover{background:#ffffff0d}:root[data-theme=dark] .dashboard-overview-page .dashboard-sidebar-link.active{color:#f4f7f3;background:#252b25}:root[data-theme=dark] .dashboard-overview-page .dashboard-overview-main{color:#e7ece7;background:#101411}:root[data-theme=dark] .dashboard-overview-page .usage-section{border-color:#273027;background:#161a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .dashboard-overview-page .overview-hero-card,:root[data-theme=dark] .dashboard-overview-page .overview-actions-card,:root[data-theme=dark] .dashboard-overview-page .usage-stat-card,:root[data-theme=dark] .dashboard-overview-page .usage-balance-card,:root[data-theme=dark] .dashboard-overview-page .dashboard-panel,:root[data-theme=dark] .dashboard-overview-page .key-management-panel,:root[data-theme=dark] .dashboard-overview-page .confirm-dialog,:root[data-theme=dark] .dashboard-overview-page .modal,:root[data-theme=dark] .dashboard-overview-page .created-key{border-color:#273027;color:#e7ece7;background:#161a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .dashboard-overview-page .overview-hero-card{background:linear-gradient(110deg,#161b16f2,#18151ceb 48%,#1a1812f0),#161a16}:root[data-theme=dark] .dashboard-overview-page .section-kicker,:root[data-theme=dark] .dashboard-overview-page .overview-hero-copy p,:root[data-theme=dark] .dashboard-overview-page .overview-request-head p,:root[data-theme=dark] .dashboard-overview-page .quick-action-copy small,:root[data-theme=dark] .dashboard-overview-page .dashboard-section-head p,:root[data-theme=dark] .dashboard-overview-page .setup-step-copy small{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page .hero-create-button,:root[data-theme=dark] .dashboard-overview-page .request-action-button,:root[data-theme=dark] .dashboard-overview-page .hero-toggle-button,:root[data-theme=dark] .dashboard-overview-page .toolbar .ghost-button,:root[data-theme=dark] .dashboard-overview-page .toolbar .primary-button{border-color:#2b332b}:root[data-theme=dark] .dashboard-overview-page .request-code{border-color:#2b332b;background:#111611}:root[data-theme=dark] .dashboard-overview-page .request-code:before{color:#8c9490}:root[data-theme=dark] .dashboard-overview-page .table-title,:root[data-theme=dark] .dashboard-overview-page .token-row{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page .table-header{color:#9ca59f;background:#1b201b}:root[data-theme=dark] .dashboard-overview-page .token-row{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page .overview-stat-rail.amber{background:#d6a231}:root[data-theme=dark] .dashboard-overview-page .overview-stat-rail.slate{background:#f1f5f1}:root[data-theme=dark] .dashboard-overview-page .overview-stat-rail.gray{background:#7d847f}:root[data-theme=dark] .dashboard-overview-page .overview-stat-rail.rose{background:#ef7296}:root[data-theme=dark] .dashboard-overview-page .usage-balance-card{border-color:#4b4538;border-left-color:#4b4538;background:#f2e8cb}:root[data-theme=dark] .dashboard-overview-page .usage-balance-mini{border-color:#c1b189d9;background:#ffffff52}:root[data-theme=dark] .dashboard-overview-page .usage-balance-mini span{color:#625c4e}:root[data-theme=dark] .dashboard-overview-page .usage-balance-mini strong,:root[data-theme=dark] .dashboard-overview-page .usage-balance-card>strong{color:#171717}:root[data-theme=dark] .dashboard-overview-page .usage-wallet-button{color:#fff;background:#0a0a0a}:root[data-theme=dark] .dashboard-overview-page code{color:#6ed8ff}@media(max-width:1380px){.dashboard-overview-page .overview-hero-grid{grid-template-columns:1fr}.dashboard-overview-page .overview-hero-card{grid-template-columns:minmax(0,1fr) 336px}.dashboard-overview-page .overview-actions-card{min-height:auto}}@media(max-width:1240px){.dashboard-overview-page{--dashboard-sidebar-width: 190px}.dashboard-overview-page .overview-hero-grid,.dashboard-overview-page .usage-grid,.dashboard-overview-page .usage-section,.dashboard-overview-page .overview-hero-intro{grid-template-columns:1fr}.dashboard-overview-page .usage-balance-card{border-left:0;border-top:1px solid #eee4cf}.dashboard-overview-page .overview-actions-card{min-height:auto}.dashboard-overview-page .dashboard-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-overview-page .dashboard-search{width:210px}}@media(max-width:980px){.dashboard-overview-page .dashboard-nav,.dashboard-overview-page .dashboard-search,.dashboard-overview-page .dashboard-sidebar{display:none}.dashboard-overview-page .dashboard-overview-main{margin-left:0}}@media(max-width:760px){.dashboard-overview-page .dashboard-topbar{padding:0 10px}.dashboard-overview-page .dashboard-brand{min-width:0}.dashboard-overview-page .overview-hero-card{grid-template-columns:1fr;min-height:auto;padding:16px}.dashboard-overview-page .overview-hero-copy h2{font-size:26px}.dashboard-overview-page .usage-stats-grid,.dashboard-overview-page .dashboard-secondary-grid,.dashboard-overview-page .usage-balance-mini-grid{grid-template-columns:1fr}.dashboard-overview-page .toolbar{align-items:stretch;flex-direction:column}}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page){--dashboard-topbar-height: 48px;--keys-topbar-height: 48px;height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;padding:0;color:#0a0a0a;background:#fff;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page){overflow:hidden}.dashboard-overview-page:is(.wallet-page,.profile-page){overflow-y:auto;overflow-x:hidden}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-topbar{height:48px;gap:16px;padding:0 16px;border-bottom:0;background:#fffffffa;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-brand{min-width:132px;gap:10px;color:#18181b;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-nav{gap:4px;margin-left:auto}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-nav button{min-height:32px;padding:0 10px;border-radius:8px;color:#4d5550;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-icon-button{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:8px}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar{top:48px;width:var(--dashboard-sidebar-width);height:calc(100vh - 48px);min-height:calc(100vh - 48px);padding:16px 8px 22px;border-right:0;background:#f5f5f5}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar-group{gap:5px;margin-bottom:20px}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar-title{padding:0 8px;color:#737373;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar-items{gap:3px}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar-link{min-height:32px;gap:10px;padding:0 8px;border-radius:6px;color:#171717;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-sidebar-link.active{color:#111;background:#e0e0e0}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) .dashboard-overview-main{width:auto;height:calc(100vh - 48px);min-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:0;margin:0 0 0 var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:0;background:#fff}.dashboard-overview-page:is(.wallet-page,.profile-page) .dashboard-overview-main{width:auto;min-height:calc(100vh - 48px);margin:0 0 0 var(--dashboard-sidebar-width);padding:20px 16px 34px;border-radius:0;background:#fff}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-head,.users-head,.redemption-head,.models-head,.channels-head){min-height:60px;flex:0 0 auto;padding:20px 16px 12px;border:0;background:transparent}.dashboard-overview-page:is(.wallet-page) .wallet-page-head{min-height:28px;margin-bottom:14px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-title-row,.users-title-row,.redemption-title-row,.models-title-row,.channels-title-row){min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.wallet-page-head h1,.task-logs-title-row h1,.users-title-row h1,.redemption-title-row h1,.models-title-row h1,.channels-title-row h1){margin:0;overflow:hidden;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page:is(.users-page,.redemption-page,.models-page,.channels-page) :is(.users-add-button,.redemption-create-button,.models-add-button,.channels-create-button){height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:#fafafa;background:#050505;box-shadow:none;font-size:12.8px;line-height:19.2px;font-weight:500}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-scroll,.users-scroll,.redemption-scroll,.models-scroll,.channels-scroll){min-height:0;flex:1 1 auto;overflow:auto;padding:6px 16px 16px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-stack,.users-stack,.redemption-stack,.models-stack,.channels-stack,.task-log-panel,.models-panel){display:grid;gap:12px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-scroll,.users-scroll,.redemption-scroll,.models-scroll,.channels-scroll)::-webkit-scrollbar{width:10px;height:10px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-logs-scroll,.users-scroll,.redemption-scroll,.models-scroll,.channels-scroll)::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page:is(.users-page,.redemption-page,.models-page,.channels-page) :is(.users-toolbar,.redemption-toolbar,.models-toolbar,.channels-toolbar),.dashboard-overview-page.task-logs-page .task-log-filters{min-height:32px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 12px}.dashboard-overview-page:is(.users-page,.redemption-page,.models-page,.channels-page) :is(.users-toolbar input,.redemption-toolbar input,.models-toolbar input,.channels-toolbar input),.dashboard-overview-page.task-logs-page :is(.task-log-filters input,.task-date-button){height:32px;min-height:32px;flex:0 0 clamp(200px,20vw,240px);width:clamp(200px,20vw,240px);padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:400}.dashboard-overview-page:is(.users-page,.redemption-page,.models-page,.channels-page) :is(.users-filter-button,.redemption-filter-button,.models-filter-button,.channels-filter-button),.dashboard-overview-page.task-logs-page .task-muted-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;border:1px dashed #e5e5e5;border-radius:6px;color:#0a0a0a;background:#fff;box-shadow:none;font-size:12.8px;line-height:19.2px;font-weight:500}.dashboard-overview-page.users-page .users-filter-root{position:relative;display:inline-flex;align-items:center;gap:8px}.dashboard-overview-page.users-page .users-filter-button.active,.dashboard-overview-page.users-page .users-filter-button[aria-expanded=true]{border-color:#d4d4d4;background:#f4f4f5}.dashboard-overview-page.users-page .users-filter-value{height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:6px;color:#171717;background:#f4f4f5;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.dashboard-overview-page.users-page .users-filter-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:230;width:290px;display:grid;gap:4px;padding:6px;border:1px solid #e5e5e5;border-radius:10px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-overview-page.users-page .users-filter-search{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:6px;color:#a3a3a3;background:#f4f4f5}.dashboard-overview-page.users-page .users-filter-search svg{width:16px;height:16px}.dashboard-overview-page.users-page .users-filter-search input{width:100%;min-width:0;height:auto;min-height:0;flex:1 1 auto;padding:0;border:0;border-radius:0;outline:0;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:400}.dashboard-overview-page.users-page .users-filter-search input::placeholder{color:#737373}.dashboard-overview-page.users-page .users-filter-options{display:grid;gap:2px}.dashboard-overview-page.users-page .users-filter-options button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.users-page .users-filter-options button:hover,.dashboard-overview-page.users-page .users-filter-options button.selected{background:#f4f4f5}.dashboard-overview-page.users-page .users-filter-check{width:16px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #8a8a8a;border-radius:4px;color:#fff;background:#fff}.dashboard-overview-page.users-page .users-filter-options button.selected .users-filter-check{border-color:#0a0a0a;background:#0a0a0a}.dashboard-overview-page.users-page .users-filter-option-icon{width:20px;min-width:20px;display:inline-flex;align-items:center;justify-content:center;color:#666}.dashboard-overview-page.users-page .users-filter-option-icon svg{width:18px;height:18px}.dashboard-overview-page.users-page .users-filter-options p{margin:6px 8px 4px;color:#737373;font-size:14px;line-height:20px}.dashboard-overview-page.users-page .users-filter-reset{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-left:auto;padding:0 10px;border:1px solid #e5e5e5;border-radius:8px;color:#525252;background:#fff;box-shadow:none;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.dashboard-overview-page.users-page .users-filter-reset:hover{color:#0a0a0a;background:#f4f4f5}.dashboard-overview-page.users-page .users-filter-reset+.users-view-button{margin-left:0}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-value,:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-reset{border-color:#273027;color:#eef2ed;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.users-page .users-filter-reset:hover{background:#1d231d}.dashboard-overview-page:is(.users-page,.redemption-page,.models-page,.channels-page) :is(.users-view-button,.redemption-view-button,.models-view-button,.channels-view-button),.dashboard-overview-page.task-logs-page .task-primary-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-left:auto;padding:0 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff;box-shadow:none;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table-shell,.users-table-shell,.redemption-table-shell,.models-table-shell,.channels-table-shell){width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table-shell,.users-table-shell,.redemption-table-shell,.models-table-shell,.channels-table-shell)::-webkit-scrollbar{height:10px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table-shell,.users-table-shell,.redemption-table-shell,.models-table-shell,.channels-table-shell)::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page.users-page .users-table-scroll{overflow-x:auto;scrollbar-width:none}.dashboard-overview-page.users-page .users-table-scroll::-webkit-scrollbar{display:none}.dashboard-overview-page.users-page .users-view-button{display:none}.dashboard-overview-page.users-page .users-table{width:100%;min-width:1450px;table-layout:fixed}.dashboard-overview-page.users-page .users-col-select{width:40px}.dashboard-overview-page.users-page .users-col-id{width:72px}.dashboard-overview-page.users-page .users-col-name{width:14%}.dashboard-overview-page.users-page .users-col-status{width:7%}.dashboard-overview-page.users-page .users-col-quota{width:14%}.dashboard-overview-page.users-page .users-col-group{width:7%}.dashboard-overview-page.users-page .users-col-invite{width:17%}.dashboard-overview-page.users-page .users-col-created,.dashboard-overview-page.users-page .users-col-login{width:13%}.dashboard-overview-page.users-page .users-col-actions{width:54px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table,.users-table,.redemption-table,.models-table,.channels-table){border-collapse:collapse;color:#0a0a0a;background:transparent;font-size:14px;line-height:20px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table th,.users-table th,.redemption-table th,.models-table th,.channels-table th){height:40px;padding:0 8px;border-bottom:1px solid #e5e5e5;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:500;text-align:left;white-space:nowrap}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table th button,.users-table th button,.redemption-table th button,.models-table th button,.channels-table th button){height:32px;display:inline-flex;align-items:center;gap:4px;margin-left:-12px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:inherit;background:transparent;font:inherit}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-table td,.users-table td,.redemption-table td,.models-table td,.channels-table td){height:48px;padding:8px;overflow:hidden;border-bottom:1px solid #e5e5e5;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-empty-row td,.users-empty-row td,.redemption-empty-row td,.models-empty-row td,.channels-empty-row td){height:250px;padding:0}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-empty-state,.users-empty-state,.redemption-empty-state,.models-empty-state,.channels-empty-state){min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#737373;font-size:14px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-empty-state strong,.users-empty-state strong,.redemption-empty-state strong,.models-empty-state strong,.channels-empty-state strong){color:#171717;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-log-pagination,.users-pagination,.redemption-pagination,.models-pagination,.channels-pagination){min-height:57px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding:12px 16px;border-top:1px solid #e5e5e5;background:#fff}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-page-size,.users-page-size,.redemption-page-size,.models-page-size,.channels-page-size){display:flex;align-items:center;gap:8px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-page-size select,.users-page-size select,.redemption-page-size select,.models-page-size select,.channels-page-size select){width:70px;height:32px;min-height:32px;padding:0 10px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;font-size:14px}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-page-size p,.users-page-size p,.redemption-page-size p,.models-page-size p,.channels-page-size p,.task-page-status,.users-page-status,.redemption-page-status,.models-page-status,.channels-page-status){margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-pagination-actions,.users-pagination-actions,.redemption-pagination-actions,.models-pagination-actions,.channels-pagination-actions){display:flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-pagination-actions button,.users-pagination-actions button,.redemption-pagination-actions button,.models-pagination-actions button,.channels-pagination-actions button){width:32px;min-width:32px;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;box-shadow:none;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page) :is(.task-pagination-actions button.active,.users-pagination-actions button.active,.redemption-pagination-actions button.active,.models-pagination-actions button.active,.channels-pagination-actions button.active){border-color:#050505;color:#fff;background:#050505;opacity:1}.dashboard-overview-page.users-page .users-table th,.dashboard-overview-page.users-page .users-table td{overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.users-page .users-table th:last-child,.dashboard-overview-page.users-page .users-table td:last-child{overflow:visible}.dashboard-overview-page.users-page .users-quota-cell{width:min(180px,100%)}.dashboard-overview-page.users-page .users-progress{width:100%}.dashboard-overview-page.users-page .users-invite{max-width:100%;overflow:hidden;text-overflow:ellipsis}.dashboard-overview-page.users-page .users-action-menu{position:fixed;z-index:240;width:180px;display:grid;overflow:hidden;padding:6px 0;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dashboard-overview-page.users-page .users-action-menu button{height:40px;display:grid;grid-template-columns:minmax(0,1fr) 22px;align-items:center;gap:12px;padding:0 18px 0 20px;border:0;border-radius:0;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:400;text-align:left}.dashboard-overview-page.users-page .users-action-menu button svg{justify-self:end;color:#666}.dashboard-overview-page.users-page .users-action-menu button:hover:not(:disabled){background:#f5f5f5}.dashboard-overview-page.users-page .users-action-menu button:disabled{color:#a1a1aa;opacity:1;cursor:not-allowed}.dashboard-overview-page.users-page .users-action-menu button:disabled svg{color:#a1a1aa}.dashboard-overview-page.users-page .users-action-menu button.danger{color:#fb7185}.dashboard-overview-page.users-page .users-action-menu button.danger svg{color:#a3a3a3}.dashboard-overview-page.users-page .users-action-menu>.users-action-separator{height:1px;margin:6px 0;background:#e5e5e5}.dashboard-overview-page:is(.wallet-page,.profile-page) :is(.wallet-summary-shell,.wallet-section-card,.profile-identity,.profile-stat-card,.profile-section-card,.profile-action-card,.profile-info-item,.profile-danger-row,.profile-auth-card,.profile-binding-row){border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page:is(.wallet-page,.profile-page) :is(.wallet-summary-copy span,.wallet-summary-copy small,.wallet-section-heading p,.wallet-referral-note,.profile-handle,.profile-meta,.profile-section-title p,.profile-stat-card span,.profile-stat-card small,.profile-binding-row p,.profile-action-card span,.profile-info-item span,.profile-danger-row span){color:#666;font-size:12px;line-height:16px;font-weight:400}.dashboard-overview-page:is(.wallet-page,.profile-page) :is(.wallet-summary-copy strong,.wallet-section-heading h2,.wallet-referral-stats strong,.profile-identity-copy h1,.profile-stat-card strong,.profile-section-title h2,.profile-binding-row strong,.profile-action-card strong,.profile-info-item strong,.profile-danger-row strong){color:#171717;letter-spacing:0}:is(.users-drawer-backdrop,.channels-drawer-backdrop){position:fixed;inset:0;z-index:130;display:flex;align-items:stretch;justify-content:flex-end;background:#0000001a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}:is(.users-drawer,.channels-drawer){position:relative;width:min(620px,100vw);height:100dvh;max-width:620px;flex:0 0 auto;display:flex;flex-direction:column;overflow:hidden;border:0;border-left:1px solid #e5e5e5;border-radius:0;color:#0a0a0a;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:14px;line-height:20px}:is(.users-drawer-head,.channels-drawer-head){min-height:83px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#fff}:is(.users-drawer-head h2,.channels-drawer-head h2){margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:500}:is(.users-drawer-head p,.channels-drawer-head p,.users-drawer-section-head p,.channels-drawer-section-head p){margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400}:is(.users-drawer-close,.channels-drawer-close){width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;margin:-4px -8px 0 0;padding:0;border:0;border-radius:6px;color:#171717;background:transparent}:is(.users-drawer-close:hover,.channels-drawer-close:hover){background:#f5f5f5}:is(.users-drawer-body,.channels-drawer-body){min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overscroll-behavior:contain;padding:16px;background:#fff}:is(.users-drawer-section,.channels-drawer-section){overflow:hidden;border:1px solid #e5e5e5;border-radius:8px;background:#fff}:is(.users-drawer-section+.users-drawer-section,.channels-drawer-section+.channels-drawer-section){padding-top:0;border-top:1px solid #e5e5e5}:is(.users-drawer-section-head,.channels-drawer-section-head){min-height:56px;display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e5e5}:is(.users-drawer-section-head h3,.channels-drawer-section-head h3){margin:0;color:#171717;font-size:14px;line-height:20px;font-weight:700}:is(.users-field,.channels-field){display:grid;gap:8px;color:#171717;font-size:14px;line-height:14px;font-weight:500}:is(.users-field input,.users-field select,.users-field textarea,.channels-field input,.channels-field select,.channels-field textarea){min-height:32px;padding:4px 10px;border:1px solid #d4d4d4;border-radius:8px;color:#171717;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:400}:is(.users-field textarea,.channels-field textarea){min-height:88px;padding:9px 10px}:is(.users-drawer-footer,.channels-drawer-footer){min-height:65px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #e5e5e5;background:#fff}:is(.users-drawer-secondary,.users-drawer-primary,.channels-drawer-secondary,.channels-drawer-primary){height:32px;min-height:32px;padding:0 10px;border-radius:8px;box-shadow:none;font-size:14px;line-height:20px;font-weight:500}:is(.users-drawer-secondary,.channels-drawer-secondary){border:1px solid #e5e5e5;color:#171717;background:#fff}:is(.users-drawer-primary,.channels-drawer-primary){min-width:78px;border:1px solid transparent;color:#fff;background:#050505}.users-drawer{width:min(600px,100vw);max-width:600px;box-shadow:none}.users-drawer-head{min-height:77px;padding:18px 16px 14px}.users-drawer-head h2{font-weight:600}.users-drawer-close{width:32px;min-width:32px;height:32px;min-height:32px;margin:-4px -4px 0 0}.users-drawer-body{gap:16px;padding:16px 16px 96px}.users-drawer-message{min-height:40px;display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border:1px solid #f2c6c8;border-radius:8px;color:#dc2626;background:#fef2f2;font-size:14px;line-height:20px;font-weight:500}.users-drawer-message svg{flex:0 0 auto;margin-top:2px}.users-drawer-message span{min-width:0}.users-drawer-section{display:grid;gap:16px;overflow:visible;border:0;border-radius:0;background:transparent}.users-drawer-section+.users-drawer-section{padding-top:0;border-top:0}.users-drawer-section-head{min-height:auto;display:block;padding:0;border-bottom:0}.users-drawer-section-head h3{font-weight:600}.users-field{line-height:20px}.users-field small{color:#737373;font-size:14px;line-height:20px;font-weight:400}.users-drawer-footer{min-height:104px;display:grid;align-items:center;justify-content:stretch;gap:8px;padding:14px 24px 26px}.users-drawer-secondary,.users-drawer-primary{width:100%;min-width:0;padding:0 14px}@media(max-width:980px){.dashboard-overview-page:is(.wallet-page,.task-logs-page,.users-page,.redemption-page,.models-page,.channels-page,.profile-page) .dashboard-overview-main{margin-left:0}}.dashboard-overview-page.overview-page{--dashboard-topbar-height: 48px;--dashboard-sidebar-width: 208px;width:100%;max-width:none;flex:none;height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin:48px 0 0;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent;color:#0a0a0a;background:#fff;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dashboard-overview-page.overview-page::-webkit-scrollbar{width:10px;height:10px}.dashboard-overview-page.overview-page::-webkit-scrollbar-track{background:transparent}.dashboard-overview-page.overview-page::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page.overview-page::-webkit-scrollbar-thumb:hover{background:#c7c7c7}.dashboard-overview-page.overview-page .dashboard-topbar{height:48px;gap:16px;padding:0 16px;border-bottom:0;background:#fffffffa;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-overview-page.overview-page .dashboard-brand{min-width:132px;gap:10px;color:#18181b;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page.overview-page .dashboard-brand .brand-mark,.dashboard-overview-page.overview-page .dashboard-brand img{width:24px;height:24px}.dashboard-overview-page.overview-page .dashboard-nav{gap:4px;margin-left:auto}.dashboard-overview-page.overview-page .dashboard-nav button{min-height:32px;padding:0 10px;border-radius:8px;color:#4d5550;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .dashboard-nav button.active,.dashboard-overview-page.overview-page .dashboard-nav button:hover{color:#111;background:#0000000a}.dashboard-overview-page.overview-page .dashboard-topbar-actions{gap:8px}.dashboard-overview-page.overview-page .dashboard-search{width:220px;height:32px;padding:0 8px;border:1px solid #e5e5e5;border-radius:8px;color:#6a716c;background:#fff}.dashboard-overview-page.overview-page .dashboard-search input{height:28px;color:#171717;font-size:14px}.dashboard-overview-page.overview-page .dashboard-search-shortcut{min-width:42px;height:22px;border:1px solid #e5e5e5;border-radius:6px;color:#777f78;background:#fafafa;font-size:11px}.dashboard-overview-page.overview-page .dashboard-icon-button{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:8px;color:#1f2421}.dashboard-overview-page.overview-page .dashboard-icon-button:hover{background:#0000000d}.dashboard-overview-page.overview-page .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px;border-radius:999px;background:#d8d35f;font-size:13px;font-weight:800}.dashboard-overview-page.overview-page .dashboard-sidebar{top:48px;width:var(--dashboard-sidebar-width);height:calc(100vh - 48px);min-height:calc(100vh - 48px);padding:16px 8px 22px;border-right:0;background:#f5f5f5}.dashboard-overview-page.overview-page .dashboard-sidebar-group{gap:5px;margin-bottom:20px}.dashboard-overview-page.overview-page .dashboard-sidebar-title{padding:0 8px;color:#737373;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .dashboard-sidebar-items{gap:3px}.dashboard-overview-page.overview-page .dashboard-sidebar-link{min-height:32px;gap:10px;padding:0 8px;border-radius:6px;color:#171717;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .dashboard-sidebar-link.active{background:#e0e0e0;color:#111}.dashboard-overview-page.overview-page .dashboard-overview-main{width:auto;max-width:none;min-height:calc(100vh - 48px);display:grid;gap:12px;margin:0 0 0 var(--dashboard-sidebar-width);padding:20px 16px 34px;border-radius:0;background:#fff}.dashboard-overview-page.overview-page .dashboard-page-head{min-height:28px}.dashboard-overview-page.overview-page .dashboard-page-head h1{margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page.overview-page .overview-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 336px;gap:12px;align-items:stretch}.dashboard-overview-page.overview-page .overview-hero-card,.dashboard-overview-page.overview-page .overview-actions-card,.dashboard-overview-page.overview-page .usage-stat-card,.dashboard-overview-page.overview-page .usage-balance-card,.dashboard-overview-page.overview-page .dashboard-panel,.dashboard-overview-page.overview-page .key-management-panel,.dashboard-overview-page.overview-page .confirm-dialog,.dashboard-overview-page.overview-page .modal,.dashboard-overview-page.overview-page .created-key{border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .overview-hero-card{min-height:0;height:auto;display:grid;grid-template-columns:minmax(0,1fr) 336px;gap:16px;overflow:hidden;padding:16px;background:#fff}.dashboard-overview-page.overview-page .overview-hero-copy{gap:12px}.dashboard-overview-page.overview-page .overview-hero-intro{gap:16px}.dashboard-overview-page.overview-page .overview-hero-heading{flex:1 1 328px}.dashboard-overview-page.overview-page .section-kicker{color:#626b65;font-size:12px;line-height:16px;font-weight:500;letter-spacing:.6px}.dashboard-overview-page.overview-page .overview-hero-copy h2{color:#121212;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page.overview-page .overview-hero-copy p,.dashboard-overview-page.overview-page .overview-request-head p,.dashboard-overview-page.overview-page .quick-action-copy small,.dashboard-overview-page.overview-page .dashboard-section-head p,.dashboard-overview-page.overview-page .setup-step-copy small{color:#626b65;font-size:13px;line-height:20px;font-weight:400}.dashboard-overview-page.overview-page .overview-hero-copy>p,.dashboard-overview-page.overview-page .overview-hero-heading>p{max-width:672px;font-size:14px;line-height:22px}.dashboard-overview-page.overview-page .hero-actions button,.dashboard-overview-page.overview-page .request-action-button{height:28px;min-height:28px;padding:0 10px;border-radius:6px;font-size:12.8px;font-weight:500}.dashboard-overview-page.overview-page .hero-toggle-button{border:1px solid #e5e5e5;color:#171717;background:#fff}.dashboard-overview-page.overview-page .hero-create-button{border:1px solid transparent;color:#fff;background:#050505;box-shadow:none}.dashboard-overview-page.overview-page .hero-create-button:hover{background:#000}.dashboard-overview-page.overview-page .setup-steps{gap:8px;padding:8px 8px 8px 44px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .setup-steps:before{top:20px;bottom:20px;left:25px;background:#e5e5e5}.dashboard-overview-page.overview-page .setup-step-node{top:13px;left:-36px;width:28px;height:28px;border:1px solid #171717;border-radius:6px;box-shadow:none}.dashboard-overview-page.overview-page .setup-step{min-height:56px;grid-template-columns:28px minmax(0,1fr) 14px;gap:10px;padding:8px 10px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .setup-step-icon{width:28px;height:28px;border-radius:8px;background:#f5f5f5}.dashboard-overview-page.overview-page .setup-step-copy strong{font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .setup-step-copy small{white-space:normal}.dashboard-overview-page.overview-page .overview-request-card{padding:12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-overview-page.overview-page .overview-request-head{padding-bottom:12px;border-bottom:1px solid #e5e5e5}.dashboard-overview-page.overview-page .overview-request-title{grid-template-columns:28px minmax(0,1fr);gap:8px}.dashboard-overview-page.overview-page .request-title-icon{width:28px;height:28px;border-radius:8px;background:#f5f5f5}.dashboard-overview-page.overview-page .overview-request-title h3{font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .overview-request-tools{display:grid;justify-items:end;gap:4px;flex:0 0 auto}.dashboard-overview-page.overview-page .request-action-button{border:1px solid #e5e5e5;color:#171717;background:#fff}.dashboard-overview-page.overview-page .request-action-button:hover{border-color:#d4d4d4;background:#f7f7f7}.dashboard-overview-page.overview-page .request-action-button:disabled{cursor:wait;opacity:.65}.dashboard-overview-page.overview-page .request-copy-notice{color:#2f7a5b;font-size:12px;line-height:16px;white-space:nowrap}.dashboard-overview-page.overview-page .request-code{min-height:116px;height:auto;margin:12px 0;padding:28px 12px 12px;border-radius:8px;color:#4a4f4b;background:#f8f8f8}.dashboard-overview-page.overview-page .request-status-row{font-size:14px;line-height:20px}.dashboard-overview-page.overview-page .overview-actions-card{padding:12px;border:1px solid #e5e5e5;border-radius:8px;box-shadow:none}.dashboard-overview-page.overview-page .overview-actions-card h3{font-size:18px;line-height:28px;font-weight:700}.dashboard-overview-page.overview-page .quick-actions-list{gap:8px}.dashboard-overview-page.overview-page .quick-action-card{min-height:64px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .quick-action-icon{width:28px;height:28px;border-radius:8px;background:#f5f5f5}.dashboard-overview-page.overview-page .quick-action-copy strong{font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .usage-section{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:12px;align-items:start}.dashboard-overview-page.overview-page .usage-left-panel{display:grid;gap:12px}.dashboard-overview-page.overview-page .dashboard-section-head{min-height:28px}.dashboard-overview-page.overview-page .dashboard-section-head h2{font-size:18px;line-height:28px;font-weight:700}.dashboard-overview-page.overview-page .usage-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-overview-page.overview-page .usage-stat-card{padding:12px;border:1px solid #e5e5e5;border-radius:8px;box-shadow:none}.dashboard-overview-page.overview-page .usage-balance-card{padding:12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .usage-balance-head{padding-bottom:12px;border-bottom:1px solid #e5e5e5}.dashboard-overview-page.overview-page .usage-balance-card>strong{font-size:24px;line-height:32px;font-weight:700}.dashboard-overview-page.overview-page .usage-balance-mini-grid{gap:8px}.dashboard-overview-page.overview-page .usage-balance-mini{padding:8px 0}.dashboard-overview-page.overview-page .usage-wallet-button{height:32px;border:1px solid #e5e5e5;border-radius:8px;color:#171717;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .dashboard-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-overview-page.overview-page .empty-dashboard-panel{padding:12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}.dashboard-overview-page.overview-page .empty-panel-body{min-height:118px}.dashboard-overview-page.overview-page .empty-panel-visual{border-radius:8px;background:#f5f5f5}@media(max-width:1240px){.dashboard-overview-page.overview-page .overview-hero-grid,.dashboard-overview-page.overview-page .usage-section,.dashboard-overview-page.overview-page .overview-hero-card{grid-template-columns:1fr}.dashboard-overview-page.overview-page .usage-stats-grid,.dashboard-overview-page.overview-page .dashboard-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.dashboard-overview-page.overview-page .dashboard-sidebar{display:none}.dashboard-overview-page.overview-page .dashboard-overview-main{margin-left:0}.dashboard-overview-page.overview-page .usage-stats-grid,.dashboard-overview-page.overview-page .dashboard-secondary-grid{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-overview-page.overview-page .dashboard-topbar{padding:0 10px}.dashboard-overview-page.overview-page .dashboard-nav,.dashboard-overview-page.overview-page .dashboard-search{display:none}.dashboard-overview-page.overview-page .overview-hero-grid,.dashboard-overview-page.overview-page .usage-section,.dashboard-overview-page.overview-page .dashboard-secondary-grid,.dashboard-overview-page.overview-page .usage-stats-grid{grid-template-columns:1fr}.dashboard-overview-page.overview-page .hero-actions{align-items:stretch;flex-direction:column}}.dashboard-overview-page.overview-page{overflow-y:scroll;overflow-x:hidden}.dashboard-overview-page.overview-page .dashboard-overview-main.overview-main{width:auto;height:calc(100vh - 48px);min-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:0;margin:0 0 0 var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:0;background:#fff}.dashboard-overview-page.overview-page .overview-main-inner{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;gap:0;margin:0;padding:0}.dashboard-overview-page.overview-page .dashboard-page-head.keys-page-head{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 16px 12px}.dashboard-overview-page.overview-page .dashboard-page-head.keys-page-head h1{overflow:hidden;margin:0;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.45px;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.overview-page .overview-content-scroll{min-height:0;flex:1 1 auto;display:grid;align-content:start;gap:12px;overflow:auto;padding:6px 16px 16px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.dashboard-overview-page.overview-page .overview-content-scroll::-webkit-scrollbar{width:10px;height:10px}.dashboard-overview-page.overview-page .overview-content-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#d4d4d4;background-clip:padding-box}.dashboard-overview-page.overview-page .overview-content-scroll::-webkit-scrollbar-track{background:transparent}.dashboard-overview-page.overview-page .overview-hero-grid,.dashboard-overview-page.overview-page .usage-section,.dashboard-overview-page.overview-page .dashboard-secondary-grid{width:100%}.dashboard-overview-page.overview-page .overview-hero-grid{grid-template-columns:minmax(0,1fr) 280px}.dashboard-overview-page.overview-page .overview-hero-card{grid-template-columns:minmax(0,1fr) 300px}.dashboard-overview-page.overview-page .overview-request-card{min-width:0}@media(max-width:980px){.dashboard-overview-page.overview-page .dashboard-overview-main.overview-main{margin-left:0}}@media(max-width:760px){.dashboard-overview-page.overview-page .dashboard-page-head.keys-page-head,.dashboard-overview-page.overview-page .overview-content-scroll{padding-right:12px;padding-left:12px}}.dashboard-overview-page.overview-page .overview-content-scroll{gap:20px}.dashboard-overview-page.overview-page .overview-hero-grid{order:1;grid-template-columns:minmax(0,1fr) clamp(320px,18vw,370px);gap:20px}.dashboard-overview-page.overview-page .overview-hero-card,.dashboard-overview-page.overview-page .overview-actions-card{height:clamp(420px,21.25vw,448px);min-height:clamp(420px,21.25vw,448px);border:1px solid #dde3dc;border-radius:16px;box-shadow:0 1px 2px #1018140d}.dashboard-overview-page.overview-page .overview-hero-card{grid-template-columns:minmax(0,1fr) clamp(300px,18vw,360px);align-items:center;gap:24px;padding:24px 26px;background:radial-gradient(circle at 3% 2%,#dbf1ffe6,#dbf1ff00 33%),radial-gradient(circle at 32% 14%,#ffe0f9cc,#ffe0f900 43%),radial-gradient(circle at 68% 12%,#ffefb2c7,#ffefb200 38%),radial-gradient(circle at 96% 70%,#e3ffd4c7,#e3ffd400 40%),linear-gradient(135deg,#fbfdff,#fff9fe 48%,#ffffed)}.dashboard-overview-page.overview-page .overview-hero-copy{height:100%;justify-content:space-between;gap:22px}.dashboard-overview-page.overview-page .overview-hero-intro{align-items:flex-start;gap:20px}.dashboard-overview-page.overview-page .overview-hero-heading{flex:1 1 420px}.dashboard-overview-page.overview-page .section-kicker{gap:8px;color:#5f6762;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0}.dashboard-overview-page.overview-page .overview-hero-copy h2{margin-top:6px;color:#050505;font-size:clamp(24px,1.22vw,26px);line-height:32px;font-weight:700;letter-spacing:-.7px}.dashboard-overview-page.overview-page .overview-hero-copy p,.dashboard-overview-page.overview-page .overview-hero-heading>p{max-width:720px;color:#5f6762;font-size:16px;line-height:24px}.dashboard-overview-page.overview-page .hero-actions{gap:10px;margin-left:auto}.dashboard-overview-page.overview-page .hero-actions button{height:34px;min-height:34px;gap:6px;padding:0 12px;border-radius:8px;font-size:14px;line-height:20px}.dashboard-overview-page.overview-page .hero-toggle-button{border-color:#dce1df;background:#ffffffd6;box-shadow:0 1px 2px #10181414}.dashboard-overview-page.overview-page .hero-create-button{background:#050505;box-shadow:none}.dashboard-overview-page.overview-page .setup-steps{gap:12px;padding:10px 10px 10px 64px;border:1px solid rgba(213,223,220,.92);border-radius:16px;background:#ffffff6b}.dashboard-overview-page.overview-page .setup-steps:before{top:27px;bottom:27px;left:39px;background:#dbe5e3}.dashboard-overview-page.overview-page .setup-step-row{position:relative}.dashboard-overview-page.overview-page .setup-step-node{top:10px;left:-54px;width:40px;height:40px;border:1px solid #9bd7cd;border-radius:10px;background:#dffcf7f5;box-shadow:0 1px 2px #12423914}.dashboard-overview-page.overview-page .setup-step-row:not(.completed) .setup-step-node{border-color:#dfe3e0;background:#fff}.dashboard-overview-page.overview-page .setup-step{min-height:64px;grid-template-columns:34px minmax(0,1fr) 20px;gap:14px;padding:10px 16px;border-color:#dfe3e0;border-radius:12px;background:#ffffffd6;box-shadow:0 1px 2px #1018140f}.dashboard-overview-page.overview-page .setup-step-icon{width:34px;height:34px;border-radius:10px;background:#f6f7f6}.dashboard-overview-page.overview-page .setup-step-copy strong{gap:10px;color:#171717;font-size:15px;line-height:22px;font-weight:700}.dashboard-overview-page.overview-page .setup-step-copy small{color:#606760;font-size:13px;line-height:20px}.dashboard-overview-page.overview-page .overview-request-card{width:100%;max-width:360px;max-height:calc(100% - 26px);justify-self:end;align-self:center;overflow:hidden;padding:14px;border-color:#dfe3dc;border-radius:16px;background:#ffffffc7;box-shadow:0 10px 22px #17201a1a,0 1px 2px #17201a14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-overview-page.overview-page .overview-request-head{min-height:52px;padding-bottom:12px;border-bottom-color:#eceee7}.dashboard-overview-page.overview-page .overview-request-title{grid-template-columns:34px minmax(0,1fr);gap:10px}.dashboard-overview-page.overview-page .request-title-icon{width:34px;height:34px;border-radius:10px}.dashboard-overview-page.overview-page .overview-request-title h3{font-size:16px;line-height:24px;font-weight:700}.dashboard-overview-page.overview-page .overview-request-head p{color:#5f6762;font-size:14px;line-height:20px}.dashboard-overview-page.overview-page .request-action-button{height:34px;min-height:34px;border-radius:8px;font-size:14px}.dashboard-overview-page.overview-page .request-code{height:116px;min-height:116px;margin:12px 0;padding:30px 14px 12px;border-radius:12px;background:#f6f2e8e0;font-size:12px;line-height:18px}.dashboard-overview-page.overview-page .request-code:before{top:16px;left:14px}.dashboard-overview-page.overview-page .request-status-list{gap:2px}.dashboard-overview-page.overview-page .request-status-row{min-height:38px;grid-template-columns:18px minmax(0,1fr) auto;padding:0 8px;border-radius:10px;background:#fffdf1c7;font-size:12px;line-height:16px}.dashboard-overview-page.overview-page .request-status-row strong{font-size:12px}.dashboard-overview-page.overview-page .overview-actions-card{display:grid;grid-template-rows:auto auto minmax(0,1fr);align-content:start;gap:12px;overflow:hidden;padding:22px;border-color:#e0e2df;background:#fff}.dashboard-overview-page.overview-page .overview-actions-card h3{margin:0;color:#050505;font-size:22px;line-height:30px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page.overview-page .quick-actions-list{min-height:0;display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:10px;margin-top:4px}.dashboard-overview-page.overview-page .quick-action-card{min-height:0;height:100%;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:10px 12px;border-color:#e0e2df;border-radius:12px}.dashboard-overview-page.overview-page .quick-action-icon{width:38px;height:38px;border-radius:10px}.dashboard-overview-page.overview-page .quick-action-copy strong{color:#171717;font-size:15px;line-height:22px;font-weight:700}.dashboard-overview-page.overview-page .quick-action-copy small{color:#5f6762;font-size:13px;line-height:20px}.dashboard-overview-page.overview-page .usage-section{order:2;display:grid;grid-template-columns:minmax(0,1fr) clamp(304px,18vw,370px);gap:0;align-items:stretch;min-height:310px;overflow:hidden;border:1px solid #e5e7e3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #10181409}.dashboard-overview-page.overview-page .usage-left-panel{min-width:0;display:grid;align-content:start;gap:16px;padding:26px;background:#fff}.dashboard-overview-page.overview-page .dashboard-section-head{min-height:52px}.dashboard-overview-page.overview-page .dashboard-section-head h2{color:#050505;font-size:22px;line-height:30px;font-weight:700;letter-spacing:-.45px}.dashboard-overview-page.overview-page .dashboard-section-head p{color:#5f6762;font-size:16px;line-height:24px}.dashboard-overview-page.overview-page .usage-stats-grid{gap:16px}.dashboard-overview-page.overview-page .usage-stat-card{min-height:188px;padding:16px;border-color:#e5e7e3;border-radius:12px;background:#fff}.dashboard-overview-page.overview-page .overview-stat-copy small{font-size:14px;line-height:20px}.dashboard-overview-page.overview-page .overview-stat-copy strong,.dashboard-overview-page.overview-page .usage-balance-card>strong{font-size:30px;line-height:38px;font-weight:700}.dashboard-overview-page.overview-page .overview-stat-copy span{font-size:14px;line-height:22px}.dashboard-overview-page.overview-page .usage-balance-card{min-height:100%;height:100%;display:grid;align-content:start;gap:22px;padding:26px;border:0;border-left:1px solid #eee4cf;border-radius:0;background:#fbf4df}.dashboard-overview-page.overview-page .usage-balance-head{padding-bottom:0;border-bottom:0}.dashboard-overview-page.overview-page .usage-balance-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-overview-page.overview-page .usage-balance-mini{min-height:62px;display:grid;align-content:start;gap:6px;padding:10px 12px;border:1px solid rgba(222,211,187,.72);border-radius:10px;background:#ffffff94}.dashboard-overview-page.overview-page .usage-wallet-button{min-height:38px;height:38px;display:inline-flex;align-items:center;justify-content:space-between;margin-top:auto;padding:0 12px;border:0;border-radius:8px;color:#fff;background:#050505}.dashboard-overview-page.overview-page .dashboard-secondary-grid{order:3}@media(max-width:1240px){.dashboard-overview-page.overview-page .overview-hero-grid,.dashboard-overview-page.overview-page .usage-section,.dashboard-overview-page.overview-page .overview-hero-card{grid-template-columns:1fr}.dashboard-overview-page.overview-page .overview-request-card{max-width:none;justify-self:stretch}}.dashboard-overview-page.overview-page .overview-hero-card{align-items:start;padding:24px 24px 30px}.dashboard-overview-page.overview-page .overview-hero-copy{justify-content:flex-start;gap:34px}.dashboard-overview-page.overview-page .overview-hero-intro{min-height:0}.dashboard-overview-page.overview-page .section-kicker{font-size:13px;line-height:18px}.dashboard-overview-page.overview-page .overview-hero-copy h2{margin-top:6px;font-size:clamp(23px,1.15vw,25px);line-height:31px;letter-spacing:-.58px}.dashboard-overview-page.overview-page .overview-hero-copy p,.dashboard-overview-page.overview-page .overview-hero-heading>p{font-size:14px;line-height:22px}.dashboard-overview-page.overview-page .hero-actions{gap:8px}.dashboard-overview-page.overview-page .hero-actions button{height:32px;min-height:32px;padding:0 10px;border-radius:7px;font-size:13px}.dashboard-overview-page.overview-page .setup-steps{gap:11px;padding:9px 9px 9px 60px}.dashboard-overview-page.overview-page .setup-steps:before{top:24px;bottom:24px;left:36px}.dashboard-overview-page.overview-page .setup-step-node{top:9px;left:-50px;width:36px;height:36px;border-radius:9px}.dashboard-overview-page.overview-page .setup-step{min-height:60px;grid-template-columns:32px minmax(0,1fr) 18px;gap:12px;padding:9px 14px}.dashboard-overview-page.overview-page .setup-step-icon{width:32px;height:32px;border-radius:9px}.dashboard-overview-page.overview-page .setup-step-copy strong{font-size:14px;line-height:20px}.dashboard-overview-page.overview-page .setup-step-copy small{font-size:12.8px;line-height:18px}.dashboard-overview-page.overview-page .overview-request-card{align-self:start;margin-top:8px;max-width:352px;max-height:none;padding:14px}.dashboard-overview-page.overview-page .overview-request-title h3{font-size:15px;line-height:22px}.dashboard-overview-page.overview-page .overview-request-head p{font-size:13px;line-height:18px}.dashboard-overview-page.overview-page .request-action-button{height:32px;min-height:32px;font-size:13px}.dashboard-overview-page.overview-page .request-status-row,.dashboard-overview-page.overview-page .request-status-row strong{font-size:13px}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-overview-main.overview-main,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-main-inner{color:#e7ece7;background:#101411}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-page-head.keys-page-head h1,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-hero-copy h2,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-actions-card h3,:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-section-head h2,:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-copy strong,:root[data-theme=dark] .dashboard-overview-page.overview-page .quick-action-copy strong,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-request-title h3,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-stat-copy strong,:root[data-theme=dark] .dashboard-overview-page.overview-page .empty-panel-body h3{color:#f4f7f3}:root[data-theme=dark] .dashboard-overview-page.overview-page .section-kicker,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-hero-copy p,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-request-head p,:root[data-theme=dark] .dashboard-overview-page.overview-page .quick-action-copy small,:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-section-head p,:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-copy small,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-stat-copy small,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-stat-copy span,:root[data-theme=dark] .dashboard-overview-page.overview-page .empty-panel-body p,:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-index{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-hero-card{border-color:#273027;background:linear-gradient(110deg,#161b16f2,#18151ceb 48%,#1a1812f0),#161a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-actions-card,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-section,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-left-panel,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-stat-card,:root[data-theme=dark] .dashboard-overview-page.overview-page .empty-dashboard-panel{border-color:#273027;color:#e7ece7;background:#161a16;box-shadow:0 1px 2px #00000038}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-steps{border-color:#2a322a;background:#1115117a}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-steps:before{background:#2d362d}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step,:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-request-card,:root[data-theme=dark] .dashboard-overview-page.overview-page .quick-action-card{border-color:#2a322a;color:#eef2ee;background:#161a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.overview-page .quick-action-card:hover{border-color:#344034;background:#1b211b}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-node{border-color:#7c847e;background:#111511;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-row.completed .setup-step-node{border-color:#5cd19c8c;background:#183125}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-row:not(.completed) .setup-step-node{border-color:#7c847e;background:#111511}:root[data-theme=dark] .dashboard-overview-page.overview-page .setup-step-icon,:root[data-theme=dark] .dashboard-overview-page.overview-page .quick-action-icon,:root[data-theme=dark] .dashboard-overview-page.overview-page .request-title-icon,:root[data-theme=dark] .dashboard-overview-page.overview-page .empty-panel-visual{color:#e7ece7;border-color:#2a322a;background:#1d231d;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.overview-page .overview-request-head{border-bottom-color:#2a322a}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-action-button,:root[data-theme=dark] .dashboard-overview-page.overview-page .hero-toggle-button{border-color:#2a322a;color:#eef2ee;background:#161a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-action-button:hover{border-color:#3b473b;color:#fff;background:#1d231d}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-copy-notice{color:#7be0ad}:root[data-theme=dark] .dashboard-overview-page.overview-page .hero-create-button{border-color:#303a30;color:#eef2ee;background:#101610;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.overview-page .hero-create-button:hover{border-color:#465246;color:#fff;background:#1b241b}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-code{color:#8de3ff;background:#111611}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-status-row{color:#d8ddd7;background:#ffffff0f}:root[data-theme=dark] .dashboard-overview-page.overview-page .request-status-icon,:root[data-theme=dark] .dashboard-overview-page.overview-page .request-status-row strong{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.overview-page .panel-title{border-bottom-color:#273027;color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.overview-page .panel-title svg{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-card{border-left:1px solid #3a3325;color:#e7ece7;background:#1b1a13}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-head,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-status,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-mini span{color:#c8c1aa}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-card>strong,:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-mini strong{color:#f4f0dc}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-balance-mini{border-color:#7a6b48b8;color:#e7ece7;background:#ffffff0d}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-wallet-button{border-color:#303a30;color:#eef2ee;background:#101610}:root[data-theme=dark] .dashboard-overview-page.overview-page .usage-wallet-button:hover{border-color:#465246;color:#fff;background:#1b241b}.dashboard-mobile-menu-button,.dashboard-mobile-actions,.dashboard-mobile-drawer-layer,.dashboard-overview-page.overview-page .dashboard-mobile-menu-button,.dashboard-overview-page.overview-page .dashboard-mobile-actions{display:none}@media(max-width:760px){.dashboard-overview-page.overview-page{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden}.dashboard-overview-page.overview-page .dashboard-topbar{height:48px;gap:8px;padding:0 12px;background:#fffffffa}.dashboard-overview-page.overview-page .dashboard-menu-button,.dashboard-overview-page.overview-page .dashboard-nav,.dashboard-overview-page.overview-page .dashboard-desktop-actions{display:none}.dashboard-overview-page.overview-page .dashboard-mobile-menu-button{display:inline-flex;flex:0 0 auto;order:0}.dashboard-overview-page.overview-page .dashboard-brand{min-width:0;max-width:128px;flex:0 1 auto;gap:8px;font-size:14px;font-weight:600}.dashboard-overview-page.overview-page .dashboard-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.overview-page .dashboard-mobile-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page.overview-page .dashboard-mobile-actions .dashboard-icon-button{width:30px;min-width:30px;height:30px;min-height:30px}.dashboard-overview-page.overview-page .dashboard-mobile-search-button{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #e5e7e3;border-radius:8px;color:#202321;background:#fff;font-size:13px;font-weight:500;line-height:20px;box-shadow:none}.dashboard-overview-page.overview-page .dashboard-mobile-actions .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-layer{position:fixed;inset:0;z-index:90;display:block;visibility:hidden;pointer-events:none}.dashboard-overview-page.overview-page.dashboard-mobile-sidebar-open .dashboard-mobile-drawer-layer{visibility:visible;pointer-events:auto}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-backdrop{position:absolute;inset:0;border:0;opacity:0;background:#0f171447;transition:opacity .18s ease}.dashboard-overview-page.overview-page.dashboard-mobile-sidebar-open .dashboard-mobile-drawer-backdrop{opacity:1}.dashboard-overview-page.overview-page .dashboard-mobile-drawer{position:absolute;top:0;bottom:0;left:0;width:min(86vw,318px);display:flex;flex-direction:column;gap:14px;padding:12px;color:#171717;background:#fff;box-shadow:16px 0 40px #0f171424;transform:translate(-100%);transition:transform .22s cubic-bezier(.22,1,.36,1)}.dashboard-overview-page.overview-page.dashboard-mobile-sidebar-open .dashboard-mobile-drawer{transform:translate(0)}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-head{height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-brand{min-width:0;display:inline-flex;align-items:center;gap:9px;color:#18181b;font-size:15px;font-weight:700}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-brand .brand-mark,.dashboard-overview-page.overview-page .dashboard-mobile-drawer-brand img{width:24px;height:24px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-groups{min-height:0;display:grid;align-content:start;gap:18px;overflow-y:auto;padding:8px 0 20px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-group{display:grid;gap:6px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-title{padding:0 8px;color:#737b75;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-items{display:grid;gap:3px}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-link{width:100%;min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.overview-page .dashboard-mobile-drawer-link.active{color:#111;background:#eee}.dashboard-overview-page.overview-page .dashboard-overview-main.overview-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0;overflow:hidden}.dashboard-overview-page.overview-page .dashboard-page-head.keys-page-head{min-height:50px;padding:12px 12px 8px}.dashboard-overview-page.overview-page .overview-content-scroll{display:flex;flex-direction:column;gap:14px;padding:4px 12px 14px}.dashboard-overview-page.overview-page .overview-hero-grid{grid-template-columns:1fr;gap:14px}.dashboard-overview-page.overview-page .overview-hero-card{height:auto;min-height:0;grid-template-columns:1fr;gap:18px;overflow:visible;padding:16px;border-radius:12px}.dashboard-overview-page.overview-page .overview-hero-copy{height:auto;gap:18px}.dashboard-overview-page.overview-page .overview-hero-intro{display:grid;gap:12px}.dashboard-overview-page.overview-page .overview-hero-heading{flex-basis:auto}.dashboard-overview-page.overview-page .overview-hero-copy h2{font-size:22px;line-height:30px;letter-spacing:0}.dashboard-overview-page.overview-page .overview-hero-copy p,.dashboard-overview-page.overview-page .overview-hero-heading>p{font-size:14px;line-height:22px}.dashboard-overview-page.overview-page .hero-actions{align-items:center;flex-direction:row;margin-left:0}.dashboard-overview-page.overview-page .hero-actions button{width:auto;height:34px;min-height:34px}.dashboard-overview-page.overview-page .setup-steps{gap:10px;padding:8px 8px 8px 52px;border-radius:14px}.dashboard-overview-page.overview-page .setup-steps:before{top:24px;bottom:24px;left:31px}.dashboard-overview-page.overview-page .setup-step-node{top:9px;left:-44px;width:34px;height:34px}.dashboard-overview-page.overview-page .setup-step{min-height:62px;grid-template-columns:34px minmax(0,1fr) 18px;gap:10px;padding:9px 12px}.dashboard-overview-page.overview-page .setup-step-copy small{white-space:normal}.dashboard-overview-page.overview-page .overview-request-card{max-width:none;max-height:none;align-self:stretch;justify-self:stretch;margin-top:0;overflow:visible;border-radius:14px}.dashboard-overview-page.overview-page .request-code{height:118px;min-height:118px}.dashboard-overview-page.overview-page .request-status-row{grid-template-columns:18px minmax(0,1fr) minmax(0,auto)}.dashboard-overview-page.overview-page .request-status-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.overview-page .overview-actions-card{height:auto;min-height:0;overflow:visible;padding:16px;border-radius:12px}.dashboard-overview-page.overview-page .quick-actions-list{grid-template-rows:none;gap:10px}.dashboard-overview-page.overview-page .quick-action-card{min-height:66px;height:auto}.dashboard-overview-page.overview-page .usage-section{display:block;height:auto;min-height:auto;overflow:visible;border-radius:12px}.dashboard-overview-page.overview-page .usage-left-panel{gap:14px;padding:16px}.dashboard-overview-page.overview-page .dashboard-section-head{min-height:0}.dashboard-overview-page.overview-page .dashboard-section-head h2{font-size:22px;line-height:30px}.dashboard-overview-page.overview-page .dashboard-section-head p{font-size:14px;line-height:22px}.dashboard-overview-page.overview-page .usage-stats-grid{grid-template-columns:1fr;gap:12px}.dashboard-overview-page.overview-page .usage-stat-card{min-height:150px;padding:14px}.dashboard-overview-page.overview-page .usage-balance-card{height:auto;min-height:auto;gap:14px;padding:16px;border-left:0;border-top:1px solid #eee4cf;border-radius:0 0 12px 12px}.dashboard-overview-page.overview-page .usage-balance-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:380px){.dashboard-overview-page.overview-page .dashboard-topbar{gap:6px;padding-inline:10px}.dashboard-overview-page.overview-page .dashboard-brand{max-width:112px}.dashboard-overview-page.overview-page .dashboard-mobile-actions{gap:6px}.dashboard-overview-page.overview-page .dashboard-mobile-search-button{padding-inline:8px}}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-search-button{border-color:#2a322a;color:#e7ece7;background:#161a16}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer{color:#e7ece7;background:#161a16;box-shadow:16px 0 40px #00000061}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer-backdrop{background:#0000007a}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer-brand,:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer-link{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer-title{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.overview-page .dashboard-mobile-drawer-link.active{color:#fff;background:#232a23}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-menu-button,.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-actions{display:none}@media(max-width:760px){.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page){height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-topbar{height:48px;gap:8px;padding:0 12px;background:#fffffffa}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-menu-button,.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-nav,.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-desktop-actions{display:none}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-menu-button{display:inline-flex;flex:0 0 auto;order:0}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-brand{min-width:0;max-width:128px;flex:0 1 auto;gap:8px;font-size:14px;font-weight:600}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-actions .dashboard-icon-button{width:30px;min-width:30px;height:30px;min-height:30px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-actions .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-layer{position:fixed;inset:0;z-index:90;display:block;visibility:hidden;pointer-events:none}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-layer{visibility:visible;pointer-events:auto}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-backdrop{position:absolute;inset:0;border:0;opacity:0;background:#0f171447;transition:opacity .18s ease}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-backdrop{opacity:1}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer{position:absolute;top:0;bottom:0;left:0;width:min(86vw,318px);display:flex;flex-direction:column;gap:14px;padding:12px;color:#171717;background:#fff;box-shadow:16px 0 40px #0f171424;transform:translate(-100%);transition:transform .22s cubic-bezier(.22,1,.36,1)}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer{transform:translate(0)}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-head{height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-brand{min-width:0;display:inline-flex;align-items:center;gap:9px;color:#18181b;font-size:15px;font-weight:700}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-brand .brand-mark,.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-brand img{width:24px;height:24px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-groups{min-height:0;display:grid;align-content:start;gap:18px;overflow-y:auto;padding:8px 0 20px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-group{display:grid;gap:6px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-title{padding:0 8px;color:#737b75;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-items{display:grid;gap:3px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-link{width:100%;min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-link.active{color:#111;background:#eee}}@media(max-width:380px){.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-topbar{gap:6px;padding-inline:10px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-brand{max-width:112px}.dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-actions{gap:6px}}:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer{color:#e7ece7;background:#161a16;box-shadow:16px 0 40px #00000061}:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-backdrop{background:#0000007a}:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-brand,:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-link{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-title{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page:is(.wallet-page,.profile-page,.playground-page,.keys-page,.task-logs-page) .dashboard-mobile-drawer-link.active{color:#fff;background:#232a23}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-menu-button,.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-actions{display:none}@media(max-width:760px){.dashboard-overview-page:is(.channels-page,.models-page){height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-topbar{height:48px;gap:8px;padding:0 12px;background:#fffffffa}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-menu-button,.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-nav,.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-desktop-actions{display:none}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-menu-button{display:inline-flex;flex:0 0 auto;order:0}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-brand{min-width:0;max-width:128px;flex:0 1 auto;gap:8px;font-size:14px;font-weight:600}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-actions .dashboard-icon-button{width:30px;min-width:30px;height:30px;min-height:30px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-actions .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-layer{position:fixed;inset:0;z-index:90;display:block;visibility:hidden;pointer-events:none}.dashboard-overview-page:is(.channels-page,.models-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-layer{visibility:visible;pointer-events:auto}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-backdrop{position:absolute;inset:0;border:0;opacity:0;background:#0f171447;transition:opacity .18s ease}.dashboard-overview-page:is(.channels-page,.models-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-backdrop{opacity:1}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer{position:absolute;top:0;bottom:0;left:0;width:min(80vw,300px);display:flex;flex-direction:column;gap:14px;padding:12px;color:#171717;background:#fff;box-shadow:16px 0 40px #0f171424;transform:translate(-100%);transition:transform .22s cubic-bezier(.22,1,.36,1)}.dashboard-overview-page:is(.channels-page,.models-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer{transform:translate(0)}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-head{height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-brand{min-width:0;display:inline-flex;align-items:center;gap:9px;color:#18181b;font-size:15px;font-weight:700}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-brand .brand-mark,.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-brand img{width:24px;height:24px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-groups{min-height:0;display:grid;align-content:start;gap:18px;overflow-y:auto;padding:8px 0 20px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-group{display:grid;gap:6px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-title{padding:0 8px;color:#737b75;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-items{display:grid;gap:3px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-link{width:100%;min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-link.active{color:#111;background:#eee}}@media(max-width:380px){.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-topbar{gap:6px;padding-inline:10px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-brand{max-width:112px}.dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-actions{gap:6px}}:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer{color:#e7ece7;background:#161a16;box-shadow:16px 0 40px #00000061}:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-backdrop{background:#0000007a}:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-brand,:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-link{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-title{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page:is(.channels-page,.models-page) .dashboard-mobile-drawer-link.active{color:#fff;background:#232a23}.mobile-home-toggle,.mobile-home-menu{display:none}.mobile-home-toggle-bars{position:relative;display:inline-block;width:21px;height:16px}.mobile-home-toggle-bars span{position:absolute;left:0;width:21px;height:2.5px;border-radius:999px;background:currentColor;transform-origin:center;transition:top .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),opacity .14s ease}.mobile-home-toggle-bars span:nth-child(1){top:0}.mobile-home-toggle-bars span:nth-child(2){top:6.75px}.mobile-home-toggle-bars span:nth-child(3){top:13.5px}.topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-toggle-bars span:nth-child(1){top:6.75px;transform:rotate(45deg)}.topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-toggle-bars span:nth-child(2){opacity:0;transform:scaleX(.35)}.topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-toggle-bars span:nth-child(3){top:6.75px;transform:rotate(-45deg)}.home-hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.home-hero-secondary{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid rgba(214,219,221,.88);border-radius:8px;color:#111;background:#ffffffe6;box-shadow:0 12px 28px #0f172a14;font-size:14px;font-weight:600;white-space:nowrap}.home-hero-secondary:hover{border-color:#b4bbbef2;background:#fff}:root[data-theme=dark] .home-hero-secondary{border-color:#3c4843f2;color:#eef2ed;background:#141917eb;box-shadow:0 12px 28px #00000038}:root[data-theme=dark] .home-hero-secondary:hover{border-color:#586560f2;background:#1c221ff5}@media(max-width:860px){.topbar-home.home-mobile-nav-enabled,.topbar-home.home-mobile-nav-enabled.compact{top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;transform:none;width:100%;height:64px;min-height:64px;padding:0 24px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:none}.topbar-home.home-mobile-nav-enabled .brand,.topbar-home.home-mobile-nav-enabled .topbar-actions{position:relative;z-index:2}.topbar-home.home-mobile-nav-enabled .brand,.topbar-home.home-mobile-nav-enabled.compact .brand{font-size:16px;font-weight:800}.topbar-home.home-mobile-nav-enabled .brand-mark,.topbar-home.home-mobile-nav-enabled.compact .brand-mark{width:28px;height:28px}.topbar-home.home-mobile-nav-enabled .main-nav,.topbar-home.home-mobile-nav-enabled.compact .main-nav{display:none}.topbar-home.home-mobile-nav-enabled .topbar-actions,.topbar-home.home-mobile-nav-enabled.compact .topbar-actions{gap:8px;margin-left:0}.topbar-home.home-mobile-nav-enabled .icon-button,.topbar-home.home-mobile-nav-enabled.compact .icon-button{width:36px;min-height:36px;border-radius:12px;color:#080808}.topbar-home.home-mobile-nav-enabled.compact{left:50%;right:auto;top:12px;transform:translate(-50%);width:calc(100% - 24px);height:48px;min-height:48px;padding:0 16px;border-radius:14px;background:#fff9;box-shadow:0 0 0 .5px #e6eaeb8c,0 2px 16px -6px #00000014,0 0 0 .5px #00000005;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.topbar-home.home-mobile-nav-enabled .home-login-button,.topbar-home.home-mobile-nav-enabled .user-menu-root{display:none}.topbar-home.home-mobile-nav-enabled .mobile-home-toggle{display:inline-flex}.topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-toggle{background:#f5f5f5f5}.mobile-home-menu{position:fixed;inset:0;z-index:1;display:flex;flex-direction:column;padding:80px 32px 28px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);background:#fff;transition:opacity .18s ease,transform .18s ease}.topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mobile-home-menu-links{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.mobile-home-menu-links button{width:100%;min-height:48px;padding:0;border:0;color:#666;background:transparent;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.4px;text-align:left}.mobile-home-menu-links button.active{color:#080808}.mobile-home-menu-cta{width:100%;min-height:40px;margin-top:auto;border:0;border-radius:8px;color:#fff;background:#050505;font-size:14px;font-weight:500}.opctoken-hero{min-height:790px;padding:116px 14px 34px}.hero-center h1{max-width:100%;font-size:clamp(34px,9.2vw,40px);line-height:1.16}.hero-headline-line{white-space:nowrap}.hero-center p{max-width:340px;margin-top:24px;margin-bottom:24px;font-size:17px;line-height:1.55}.home-hero-actions{gap:12px}.home-page .api-showcase{width:calc(100% - 28px);margin-top:58px;border-radius:14px}.home-page .api-tabs{gap:6px;padding:0 14px}.home-page .api-tabs button{flex:0 0 auto;padding:0 8px;font-size:13px}.home-page .api-status{display:inline-flex;margin-left:auto;white-space:nowrap}.home-page .api-path{padding:0 18px}.home-page .api-code-grid>div{padding:20px 24px}}@media(max-width:420px){.topbar-home.home-mobile-nav-enabled,.topbar-home.home-mobile-nav-enabled.compact{padding:0 20px}.topbar-home.home-mobile-nav-enabled.compact{padding:0 16px}.topbar-home.home-mobile-nav-enabled .brand,.topbar-home.home-mobile-nav-enabled.compact .brand{font-size:16px}.hero-center h1{font-size:clamp(32px,8.9vw,36px)}.home-hero-secondary,.black-button{min-height:38px;padding-inline:15px;font-size:16px}.home-page .api-tabs{padding-inline:12px}.home-page .api-tabs button{padding-inline:6px;font-size:12px}}@media(max-width:360px){.home-page .api-showcase{width:calc(100% - 12px)}.home-page .api-tabs{gap:2px;padding-inline:8px}.home-page .api-tabs button{padding-inline:3px;font-size:11px}.home-page .api-status{gap:4px;font-size:9px}.home-page .api-status span{width:5px;height:5px}}:root[data-theme=dark] .topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-menu{background:#0b0d10}:root[data-theme=dark] .topbar-home.home-mobile-nav-enabled .mobile-home-toggle,:root[data-theme=dark] .topbar-home.home-mobile-nav-enabled .icon-button{color:#eef2ed}:root[data-theme=dark] .topbar-home.home-mobile-nav-enabled.mobile-nav-open .mobile-home-toggle{background:#ffffff14}:root[data-theme=dark] .topbar-home.home-mobile-nav-enabled.compact{background:#1116149e;box-shadow:0 0 0 .5px #3c4843bf,0 2px 16px -6px #00000061}:root[data-theme=dark] .mobile-home-menu-links button{color:#909994}:root[data-theme=dark] .mobile-home-menu-links button.active{color:#eef2ed}:root[data-theme=dark] .mobile-home-menu-cta{color:#0b0d10;background:#eef2ed}.dashboard-overview-page.wallet-page{overflow:hidden;scrollbar-gutter:auto;background:#fff}.dashboard-overview-page.wallet-page .dashboard-overview-main.wallet-main{width:auto;max-width:none;height:calc(100vh - 64px);min-height:calc(100vh - 64px);display:flex;flex-direction:column;gap:0;margin:8px 8px 8px var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:11px;background:#fff}.dashboard-overview-page.wallet-page .wallet-page-head{min-height:60px;flex:0 0 auto;display:block;margin:0;padding:20px 16px 12px}.dashboard-overview-page.wallet-page .wallet-page-head h1{display:block;width:max-content;max-width:100%;margin:0;overflow:hidden;color:#0a0a0a;font-size:18px;line-height:28px;font-weight:700;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wallet-page .wallet-main-inner{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;gap:20px;margin:0;padding:6px 16px 16px;overflow:auto}.dashboard-overview-page.wallet-page .wallet-summary-shell,.dashboard-overview-page.wallet-page .wallet-section-card{width:100%;max-width:1280px;margin:0 auto;background:#fff;box-shadow:none}.dashboard-overview-page.wallet-page .wallet-summary-shell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #e5e5e5;border-radius:8px}.wallet-page .wallet-summary-card{min-height:108px;display:block;padding:16px 20px}.wallet-page .wallet-summary-card.divider{border-right:1px solid rgba(229,229,229,.65)}.wallet-page .wallet-summary-copy{min-width:0;height:16px;display:flex;align-items:center;gap:8px}.wallet-page .wallet-summary-icon{width:14px;height:14px;display:inline-grid;flex:0 0 auto;place-items:center;color:#666666a6}.wallet-page .wallet-summary-copy .wallet-summary-label{min-width:0;display:block;overflow:hidden;color:#666;font-size:12px;line-height:16px;font-weight:500;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wallet-page .wallet-summary-card>strong{display:block;margin-top:8px;color:#0a0a0a;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:24px;line-height:32px;font-weight:700;letter-spacing:0;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.wallet-page .wallet-summary-value-mobile{display:none}.wallet-page .wallet-summary-card>small{display:block;margin-top:4px;color:#666666a6;font-size:12px;line-height:16px;font-weight:400}.dashboard-overview-page.wallet-page .wallet-section-card{overflow:hidden;border:0;border-radius:11px;box-shadow:0 0 0 1px #e5e5e5}.dashboard-overview-page.wallet-page .wallet-section-card.wallet-funds-card{transition:transform .15s,box-shadow .15s}@media(prefers-reduced-motion:no-preference)and (min-width:641px){.dashboard-overview-page.wallet-page .wallet-section-card.wallet-funds-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}}.wallet-page .wallet-section-header{min-height:93px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid #e5e5e5}.wallet-page .wallet-section-heading{min-width:0;display:flex;align-items:center;gap:12px}.wallet-page .wallet-section-icon{width:36px;height:36px;flex:0 0 auto;display:inline-grid;place-items:center;border-radius:8px;color:#0a0a0a;background:#f5f5f5}.wallet-page .wallet-section-heading h2{margin:0;color:#0a0a0a;font-size:20px;line-height:28px;font-weight:500;letter-spacing:0}.dashboard-overview-page.wallet-page .wallet-section-heading p{margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400}.wallet-page .wallet-history-button{height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;background:#fff;box-shadow:none;font-size:12.8px;line-height:18px;font-weight:500;white-space:nowrap}.wallet-page .wallet-history-button:hover{color:#0a0a0a;background:#f5f5f5}.wallet-page .wallet-alert-list{display:block;padding:20px}.wallet-page .wallet-alert{min-height:38px;display:grid;align-items:center;padding:8px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff;font-size:14px;line-height:20px;font-weight:400}.wallet-page .wallet-alert+.wallet-alert{margin-top:24px}.wallet-page .wallet-redemption-form{display:block;margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e5}.wallet-page .wallet-redemption-label{height:16px;display:flex;align-items:center;gap:8px;color:#666;font-size:14px;line-height:16px;font-weight:500;letter-spacing:0}.wallet-page .wallet-redemption-label svg{width:16px;height:16px;flex:0 0 auto;color:#666}.wallet-page .wallet-redemption-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:12px}.wallet-page .wallet-redemption-row input{width:100%;height:36px;min-height:36px;min-width:0;padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;font-size:14px;line-height:20px;font-weight:400;outline:none}.wallet-page .wallet-redemption-row input::placeholder{color:#737373}.wallet-page .wallet-redemption-row input:focus{border-color:#a3a3a3;box-shadow:0 0 0 3px #a3a3a32e}.wallet-page .wallet-redemption-button{height:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:#fff;box-shadow:none;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.wallet-page .wallet-redemption-button:hover{color:#0a0a0a;background:#f5f5f5}.wallet-page .wallet-redemption-button:disabled{cursor:not-allowed;opacity:.6}.wallet-page .wallet-redemption-message{margin:8px 0 0;font-size:13px;line-height:18px;font-weight:400}.wallet-page .wallet-redemption-message.error{color:#dc2626}.wallet-page .wallet-redemption-message.success{color:#15803d}@media(max-width:980px){.dashboard-overview-page.wallet-page .dashboard-overview-main.wallet-main{margin-left:0}}@media(max-width:900px){.wallet-page .wallet-summary-shell{grid-template-columns:1fr}.wallet-page .wallet-summary-card.divider{border-right:0;border-bottom:1px solid rgba(229,229,229,.65)}.wallet-page .wallet-summary-card>strong{white-space:nowrap;overflow-wrap:normal;word-break:normal}.wallet-page .wallet-summary-value-full{display:none}.wallet-page .wallet-summary-value-mobile{display:inline}}@media(max-width:640px){.dashboard-overview-page.wallet-page .dashboard-overview-main.wallet-main{margin-right:0;margin-bottom:0;border-radius:0}.wallet-page .wallet-section-header{flex-direction:column}.wallet-page .wallet-history-button{width:100%}.wallet-page .wallet-redemption-row{grid-template-columns:1fr}.wallet-page .wallet-redemption-button{width:100%}}:root[data-theme=dark] .dashboard-overview-page.wallet-page,:root[data-theme=dark] .dashboard-overview-page.wallet-page .dashboard-overview-main.wallet-main,:root[data-theme=dark] .wallet-page .wallet-summary-shell,:root[data-theme=dark] .wallet-page .wallet-section-card,:root[data-theme=dark] .wallet-page .wallet-history-button,:root[data-theme=dark] .wallet-page .wallet-alert,:root[data-theme=dark] .wallet-page .wallet-redemption-button{background:#161a16}:root[data-theme=dark] .wallet-page .wallet-page-head h1,:root[data-theme=dark] .wallet-page .wallet-summary-card>strong,:root[data-theme=dark] .wallet-page .wallet-section-heading h2,:root[data-theme=dark] .wallet-page .wallet-section-icon,:root[data-theme=dark] .wallet-page .wallet-history-button,:root[data-theme=dark] .wallet-page .wallet-alert,:root[data-theme=dark] .wallet-page .wallet-redemption-row input,:root[data-theme=dark] .wallet-page .wallet-redemption-button{color:#f4f7f3}:root[data-theme=dark] .wallet-page .wallet-summary-shell,:root[data-theme=dark] .wallet-page .wallet-section-card,:root[data-theme=dark] .wallet-page .wallet-summary-card.divider,:root[data-theme=dark] .wallet-page .wallet-section-header,:root[data-theme=dark] .wallet-page .wallet-history-button,:root[data-theme=dark] .wallet-page .wallet-alert,:root[data-theme=dark] .wallet-page .wallet-redemption-form,:root[data-theme=dark] .wallet-page .wallet-redemption-row input,:root[data-theme=dark] .wallet-page .wallet-redemption-button{border-color:#273027}:root[data-theme=dark] .dashboard-overview-page.wallet-page .wallet-section-card{box-shadow:0 0 0 1px #273027}@media(prefers-reduced-motion:no-preference)and (min-width:641px){:root[data-theme=dark] .dashboard-overview-page.wallet-page .wallet-section-card.wallet-funds-card:hover{box-shadow:0 4px 12px #0000007a}}:root[data-theme=dark] .wallet-page .wallet-summary-copy .wallet-summary-label,:root[data-theme=dark] .wallet-page .wallet-summary-card>small,:root[data-theme=dark] .wallet-page .wallet-section-heading p,:root[data-theme=dark] .wallet-page .wallet-redemption-label,:root[data-theme=dark] .wallet-page .wallet-redemption-label svg,:root[data-theme=dark] .wallet-page .wallet-redemption-row input::placeholder{color:#a3aba5}:root[data-theme=dark] .wallet-page .wallet-summary-icon{color:#a3aba5b3}:root[data-theme=dark] .wallet-page .wallet-section-icon,:root[data-theme=dark] .wallet-page .wallet-history-button:hover,:root[data-theme=dark] .wallet-page .wallet-redemption-button:hover{background:#1d231d}:root[data-theme=dark] .wallet-page .wallet-redemption-message.error{color:#f87171}:root[data-theme=dark] .wallet-page .wallet-redemption-message.success{color:#86efac}.dashboard-overview-page.profile-page{overflow:hidden;scrollbar-gutter:auto;background:#fff}.dashboard-overview-page.profile-page .dashboard-overview-main.profile-main{width:auto;max-width:none;height:calc(100vh - 64px);min-height:calc(100vh - 64px);display:flex;flex-direction:column;gap:0;margin:8px 8px 8px var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:11px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.profile-page .profile-main-scroll{min-height:0;flex:1 1 auto;overflow:auto;padding:28px 20px}.profile-page .profile-content-shell{width:100%;max-width:1180px;display:flex;flex-direction:column;gap:16px;margin:0 auto}.profile-page .profile-page-head{min-height:36px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-page .profile-page-head h1{margin:0;color:#0a0a0a;font-size:22px;line-height:30px;font-weight:700;letter-spacing:0}.profile-page .profile-page-head p{margin:2px 0 0;color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-page .profile-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:16px}.dashboard-overview-page.profile-page .profile-summary-shell,.dashboard-overview-page.profile-page .profile-section-card{width:100%;margin:0;overflow:hidden;border:0;border-radius:11px;background:#fff;padding:0;gap:0;box-shadow:0 0 0 1px #e5e5e5}.dashboard-overview-page.profile-page .profile-summary-shell{min-height:292px;display:flex;flex-direction:column;max-width:none;border:1px solid #e5e5e5;border-radius:12px;box-shadow:none}.dashboard-overview-page.profile-page .profile-identity{min-height:152px;display:flex;align-items:center;gap:18px;padding:24px;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-page .profile-avatar{width:76px;height:76px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;color:#0a0a0a;background:#f5f5f5;box-shadow:0 0 0 4px #fff;font-size:22px;line-height:30px;font-weight:700}.profile-page .profile-identity-copy{min-width:0;display:grid;gap:8px}.profile-page .profile-name-row{min-width:0;display:flex;align-items:center;gap:8px}.profile-page .profile-identity-copy h1{margin:0;overflow:hidden;color:#0a0a0a;font-size:30px;line-height:38px;font-weight:700;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-meta{min-width:0;display:flex;align-items:center;gap:8px;color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-page .profile-handle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-stats-grid{flex:1 1 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #e5e5e5}.dashboard-overview-page.profile-page .profile-stat-card{min-height:138px;display:grid;align-content:start;padding:20px 24px;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-page .profile-stat-card.divider{border-right:1px solid rgba(229,229,229,.65)}.profile-page .profile-stat-label{height:16px;display:flex;align-items:center;gap:8px;color:#666;font-size:12px;line-height:16px;font-weight:500;letter-spacing:0}.profile-page .profile-stat-icon{width:14px;height:14px;display:inline-grid;place-items:center;color:#666666a6}.profile-page .profile-stat-card strong{display:block;margin-top:12px;color:#0a0a0a;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:28px;line-height:36px;font-weight:700;letter-spacing:0;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.profile-page .profile-stat-card small{display:block;margin-top:4px;color:#666666a6;font-size:12px;line-height:16px;font-weight:400}.profile-page .profile-settings-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.46fr);align-items:start;gap:20px}.profile-page .profile-settings-stack,.profile-page .profile-security-side{display:grid;gap:24px}.profile-page .profile-security-side{position:sticky;top:24px}.profile-page .profile-section-card{display:flex;flex-direction:column}.profile-page .profile-section-header{min-height:93px;display:flex;align-items:flex-start;gap:12px;padding:20px;border-bottom:0}.profile-page .profile-section-icon{width:36px;height:36px;flex:0 0 auto;display:inline-grid;place-items:center;border-radius:8px;color:#0a0a0a;background:#f5f5f5}.profile-page .profile-section-title{min-width:0}.profile-page .profile-section-title h2{margin:0;color:#0a0a0a;font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.profile-page .profile-section-title p,.profile-page .profile-binding-copy p,.profile-page .profile-language-row p,.profile-page .profile-action-card span,.profile-page .profile-auth-row p{margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-page .profile-section-body{padding:20px}.profile-page .profile-tabs{height:40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:4px;padding:4px;border:0;border-radius:11px;background:#f5f5f5}.profile-page .profile-tabs button{min-width:0;height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:#0a0a0a99;background:transparent;font-size:14px;line-height:14px;font-weight:500;white-space:nowrap}.profile-page .profile-tabs button.active{color:#0a0a0a;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.profile-page .profile-binding-panel{margin-top:32px}.profile-page .profile-binding-row,.profile-page .profile-language-row,.profile-page .profile-auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-page .profile-binding-row{min-height:62px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:8px}.profile-page .profile-binding-copy,.profile-page .profile-auth-row>div{min-width:0;display:grid;gap:4px}.profile-page .profile-binding-copy strong,.profile-page .profile-language-row strong,.profile-page .profile-action-card strong,.profile-page .profile-auth-row strong{min-width:0;display:flex;align-items:center;gap:6px;color:#0a0a0a;font-size:14px;line-height:20px;font-weight:500}.profile-page .profile-outline-button,.profile-page .profile-language-select{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;background:#fff;box-shadow:none;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.profile-page .profile-outline-button:hover,.profile-page .profile-language-select:hover{background:#f5f5f5}.profile-page .profile-outline-button.full{width:auto;min-height:32px;margin-top:0;padding:0 10px}.profile-page .profile-language-row{min-height:64px}.profile-page .profile-language-card .profile-section-body{padding-top:0}.profile-page .profile-language-select{width:192px;height:32px;justify-content:space-between;padding:0 8px 0 10px;border-radius:8px;font-size:14px;line-height:20px;font-weight:400}.profile-page .profile-action-grid{display:grid;grid-template-columns:1fr;gap:10px}.profile-page .profile-security-card .profile-section-header{min-height:96px;justify-content:flex-start;align-items:flex-start;padding:24px 24px 12px}.profile-page .profile-security-card .profile-section-body{flex:1 1 auto;display:flex;flex-direction:column;padding:0 24px 24px}.profile-page .profile-action-card{min-height:84px;height:auto;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:12px;row-gap:2px;padding:16px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;text-align:left;transition:background .16s ease,border-color .16s ease}.profile-page .profile-action-card svg{flex:0 0 auto;grid-row:1 / span 2;grid-column:1;justify-self:center;color:#171717}.profile-page .profile-action-card strong,.profile-page .profile-action-card span{grid-column:2}.profile-page .profile-action-card strong{font-weight:700}.profile-page .profile-action-card span{font-size:13px;line-height:18px}.profile-page .profile-action-placeholder{visibility:hidden;pointer-events:none}.profile-page .profile-action-card:hover{background:#f8f8f8}.profile-page .profile-action-card.danger{color:#dc2626;border-color:#dc26264d}.profile-page .profile-action-card.danger svg{color:#dc2626}.profile-page .profile-action-card.danger span{color:#666}.profile-page .profile-action-card.danger:hover{border-color:#dc262680;background:#dc26260d}.profile-page .profile-auth-card{min-height:176px}.profile-page .profile-auth-card .profile-section-header{min-height:92px}.profile-page .profile-auth-card .profile-section-icon{display:none}.profile-page .profile-auth-card .profile-section-body{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px}.profile-page .profile-auth-card .profile-auth-row{flex:1 1 auto;justify-content:flex-start;gap:16px}.profile-page .profile-auth-card .profile-outline-button.full{flex:0 0 auto;color:#fff;border-color:#111;background:#111}.profile-page .profile-auth-card .profile-outline-button.full:hover{background:#2b2b2b}.profile-page .profile-status-badge{min-height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;color:#666;background:#f5f5f5;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.profile-page .profile-message{width:100%;margin:0}.profile-page .profile-message.success{min-height:40px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(22,163,74,.24);border-radius:8px;color:#166534;background:#16a34a14;font-size:14px;line-height:20px;font-weight:500}.profile-password-backdrop{z-index:150;padding:16px;background:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-password-dialog{position:relative;width:min(448px,calc(100vw - 32px));display:grid;gap:16px;padding:16px;border:0;border-radius:11px;color:#0a0a0a;background:#fff;box-shadow:0 0 0 1px #1717171a;font-size:14px;line-height:20px}.profile-password-dialog-copy{display:grid;gap:8px;padding-right:32px}.profile-password-dialog h2{margin:0;color:#0a0a0a;font-size:16px;line-height:16px;font-weight:500;letter-spacing:0}.profile-password-dialog p{margin:0}.profile-password-dialog-copy p{color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-password-dialog-copy strong{color:#525252;font-weight:600}.profile-password-close{position:absolute;top:8px;right:8px;width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:6px;color:#0a0a0a;background:transparent}.profile-password-close:hover:not(:disabled){background:#f5f5f5}.profile-password-fields{display:grid;gap:16px;padding-top:8px}.profile-password-field{min-width:0;display:grid;gap:0;color:#0a0a0a}.profile-password-field label{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:#0a0a0a;font-size:14px;line-height:14px;font-weight:500}.profile-password-input-wrap{position:relative;width:100%}.profile-password-input-wrap input{width:100%;min-height:32px;height:32px;padding:4px 40px 4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;box-shadow:none;font-size:14px;line-height:20px;font-weight:400}.profile-password-input-wrap input:focus{border-color:#a3a3a3;box-shadow:0 0 0 3px #a3a3a380}.profile-password-toggle{position:absolute;top:4px;right:4px;width:24px;min-width:24px;height:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:6px;color:#666;background:transparent}.profile-password-toggle:hover:not(:disabled){color:#0a0a0a;background:#f5f5f5}.profile-password-help{margin-top:8px;color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-password-message{min-height:34px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(220,38,38,.28);border-radius:8px;color:#b42318;background:#dc26260f;font-size:13px;line-height:18px;font-weight:500}.profile-password-actions{min-height:65px;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:8px -16px -16px;padding:16px;border-top:1px solid #e5e5e5}.profile-password-secondary,.profile-password-primary{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:8px;box-shadow:none;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.profile-password-secondary{border:1px solid #e5e5e5;color:#0a0a0a;background:#fff}.profile-password-secondary:hover:not(:disabled){background:#f5f5f5}.profile-password-primary{border:1px solid transparent;color:#fafafa;background:#050505}.profile-password-primary:hover:not(:disabled){background:#262626}.profile-password-close:disabled,.profile-password-toggle:disabled,.profile-password-secondary:disabled,.profile-password-primary:disabled,.profile-password-input-wrap input:disabled{cursor:default;opacity:.58}.profile-delete-backdrop{z-index:150;padding:16px;background:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-delete-dialog{position:relative;width:min(448px,calc(100vw - 32px));display:grid;gap:16px;padding:16px;border:0;border-radius:11px;color:#0a0a0a;background:#fff;box-shadow:0 0 0 1px #1717171a;font-size:14px;line-height:20px}.profile-delete-copy{display:grid;gap:8px;padding-right:32px}.profile-delete-copy h2{min-height:20px;display:flex;align-items:center;gap:8px;margin:0;color:#dc2626;font-size:16px;line-height:16px;font-weight:500;letter-spacing:0}.profile-delete-copy p{margin:0;color:#666;font-size:14px;line-height:20px;font-weight:400}.profile-delete-close{position:absolute;top:8px;right:8px;width:28px;min-width:28px;height:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:6px;color:#0a0a0a;background:transparent}.profile-delete-close:hover:not(:disabled){background:#f5f5f5}.profile-delete-warning{min-height:40px;display:flex;align-items:center;gap:8px;margin:0;padding:8px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#dc2626;background:#fff;font-size:14px;line-height:20px;font-weight:400}.profile-delete-confirm{display:grid;gap:8px;color:#0a0a0a;font-size:14px;line-height:20px;font-weight:400}.profile-delete-confirm span{color:#0a0a0a}.profile-delete-confirm strong{font-weight:600}.profile-delete-confirm input{width:100%;min-height:32px;height:32px;padding:4px 10px;border:1px solid #e5e5e5;border-radius:8px;color:#0a0a0a;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.profile-delete-confirm input:focus{border-color:#a3a3a3;box-shadow:0 0 0 3px #a3a3a380}.profile-delete-actions{min-height:65px;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:8px -16px -16px;padding:16px;border-top:1px solid #e5e5e5}.profile-delete-secondary,.profile-delete-primary{height:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:8px;box-shadow:none;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.profile-delete-secondary{border:1px solid #e5e5e5;color:#0a0a0a;background:#fff}.profile-delete-secondary:hover:not(:disabled){background:#f5f5f5}.profile-delete-primary{border:1px solid transparent;color:#dc2626;background:#dc26261a}.profile-delete-primary:hover:not(:disabled){color:#fff;background:#dc2626}.profile-delete-close:disabled,.profile-delete-secondary:disabled,.profile-delete-primary:disabled,.profile-delete-confirm input:disabled{cursor:default;opacity:.58}@media(max-width:1180px){.profile-page .profile-overview-grid,.profile-page .profile-settings-layout{grid-template-columns:1fr}.profile-page .profile-security-side{position:static}}@media(max-width:980px){.dashboard-overview-page.profile-page .dashboard-overview-main.profile-main{margin-left:0}}@media(max-width:900px){.profile-page .profile-stats-grid{grid-template-columns:1fr}.profile-page .profile-stat-card.divider{border-right:0;border-bottom:1px solid rgba(229,229,229,.65)}}@media(max-width:640px){.dashboard-overview-page.profile-page .dashboard-overview-main.profile-main{margin-right:0;margin-bottom:0;border-radius:0}.profile-page .profile-main-scroll{padding:16px 12px}.profile-page .profile-content-shell{gap:12px}.profile-page .profile-identity,.profile-page .profile-binding-row,.profile-page .profile-language-row,.profile-page .profile-auth-row{align-items:flex-start;flex-direction:column}.dashboard-overview-page.profile-page .profile-identity{min-height:auto;padding:18px}.profile-page .profile-avatar{width:64px;height:64px;border-radius:14px;font-size:18px}.profile-page .profile-identity-copy h1{font-size:24px;line-height:32px}.dashboard-overview-page.profile-page .profile-stat-card{min-height:104px;padding:16px 18px}.profile-page .profile-language-select,.profile-page .profile-outline-button{width:100%}}:root[data-theme=dark] .dashboard-overview-page.profile-page,:root[data-theme=dark] .dashboard-overview-page.profile-page .dashboard-overview-main.profile-main,:root[data-theme=dark] .dashboard-overview-page.profile-page .profile-summary-shell,:root[data-theme=dark] .dashboard-overview-page.profile-page .profile-section-card,:root[data-theme=dark] .profile-page .profile-tabs button.active,:root[data-theme=dark] .profile-page .profile-outline-button,:root[data-theme=dark] .profile-page .profile-language-select,:root[data-theme=dark] .profile-password-dialog,:root[data-theme=dark] .profile-password-secondary,:root[data-theme=dark] .profile-delete-dialog,:root[data-theme=dark] .profile-delete-warning,:root[data-theme=dark] .profile-delete-secondary{background:#161a16}:root[data-theme=dark] .dashboard-overview-page.profile-page .profile-summary-shell,:root[data-theme=dark] .dashboard-overview-page.profile-page .profile-section-card{box-shadow:0 0 0 1px #273027}:root[data-theme=dark] .dashboard-overview-page.profile-page .profile-summary-shell{border-color:#273027;box-shadow:none}:root[data-theme=dark] .profile-page .profile-stats-grid,:root[data-theme=dark] .profile-page .profile-stat-card.divider,:root[data-theme=dark] .profile-page .profile-binding-row,:root[data-theme=dark] .profile-page .profile-outline-button,:root[data-theme=dark] .profile-page .profile-language-select,:root[data-theme=dark] .profile-page .profile-action-card,:root[data-theme=dark] .profile-password-input-wrap input,:root[data-theme=dark] .profile-password-secondary,:root[data-theme=dark] .profile-password-actions,:root[data-theme=dark] .profile-delete-warning,:root[data-theme=dark] .profile-delete-confirm input,:root[data-theme=dark] .profile-delete-secondary,:root[data-theme=dark] .profile-delete-actions{border-color:#273027}:root[data-theme=dark] .profile-page .profile-avatar,:root[data-theme=dark] .profile-page .profile-section-icon,:root[data-theme=dark] .profile-page .profile-tabs,:root[data-theme=dark] .profile-page .profile-status-badge,:root[data-theme=dark] .profile-page .profile-outline-button:hover,:root[data-theme=dark] .profile-page .profile-language-select:hover,:root[data-theme=dark] .profile-page .profile-action-card:hover,:root[data-theme=dark] .profile-password-close:hover:not(:disabled),:root[data-theme=dark] .profile-password-toggle:hover:not(:disabled),:root[data-theme=dark] .profile-password-secondary:hover:not(:disabled),:root[data-theme=dark] .profile-delete-close:hover:not(:disabled),:root[data-theme=dark] .profile-delete-secondary:hover:not(:disabled){background:#1d231d}:root[data-theme=dark] .profile-page .profile-avatar{box-shadow:0 0 0 4px #161a16}:root[data-theme=dark] .profile-page .profile-identity-copy h1,:root[data-theme=dark] .profile-page .profile-page-head h1,:root[data-theme=dark] .profile-page .profile-stat-card strong,:root[data-theme=dark] .profile-page .profile-section-title h2,:root[data-theme=dark] .profile-page .profile-section-icon,:root[data-theme=dark] .profile-page .profile-binding-copy strong,:root[data-theme=dark] .profile-page .profile-language-row strong,:root[data-theme=dark] .profile-page .profile-action-card strong,:root[data-theme=dark] .profile-page .profile-action-card svg,:root[data-theme=dark] .profile-page .profile-auth-row strong,:root[data-theme=dark] .profile-page .profile-outline-button,:root[data-theme=dark] .profile-page .profile-language-select,:root[data-theme=dark] .profile-password-dialog,:root[data-theme=dark] .profile-password-dialog h2,:root[data-theme=dark] .profile-password-field label,:root[data-theme=dark] .profile-password-input-wrap input,:root[data-theme=dark] .profile-password-close,:root[data-theme=dark] .profile-password-secondary,:root[data-theme=dark] .profile-delete-dialog,:root[data-theme=dark] .profile-delete-confirm,:root[data-theme=dark] .profile-delete-confirm span,:root[data-theme=dark] .profile-delete-confirm input,:root[data-theme=dark] .profile-delete-close,:root[data-theme=dark] .profile-delete-secondary{color:#f4f7f3}:root[data-theme=dark] .profile-page .profile-page-head p,:root[data-theme=dark] .profile-page .profile-meta,:root[data-theme=dark] .profile-page .profile-stat-label,:root[data-theme=dark] .profile-page .profile-stat-card small,:root[data-theme=dark] .profile-page .profile-section-title p,:root[data-theme=dark] .profile-page .profile-binding-copy p,:root[data-theme=dark] .profile-page .profile-language-row p,:root[data-theme=dark] .profile-page .profile-action-card span,:root[data-theme=dark] .profile-page .profile-auth-row p,:root[data-theme=dark] .profile-page .profile-status-badge,:root[data-theme=dark] .profile-password-dialog-copy p,:root[data-theme=dark] .profile-password-dialog-copy strong,:root[data-theme=dark] .profile-password-help,:root[data-theme=dark] .profile-password-toggle,:root[data-theme=dark] .profile-delete-copy p{color:#a3aba5}:root[data-theme=dark] .profile-page .profile-message.success{border-color:#22c55e42;color:#86efac;background:#22c55e1f}:root[data-theme=dark] .profile-page .profile-action-card.danger{color:#f87171;border-color:#f8717152}:root[data-theme=dark] .profile-page .profile-action-card.danger svg{color:#f87171}:root[data-theme=dark] .profile-page .profile-action-card.danger span{color:#a3aba5}.dashboard-overview-page.channels-page .channels-table-shell{overflow:auto}.dashboard-overview-page.channels-page .channels-table{min-width:1300px}.dashboard-overview-page.channels-page .channels-col-name{width:140px}.dashboard-overview-page.channels-page .channels-col-tested{width:176px}.dashboard-overview-page.channels-page .channels-col-actions{width:212px}.dashboard-overview-page.channels-page .channels-status.warning{color:#795008;background:#fff5d6}.dashboard-overview-page.channels-page .channels-status.danger{color:#8f1f2a;background:#ffe7eb}.dashboard-overview-page.channels-page .channels-row-actions{gap:3px}.dashboard-overview-page.channels-page .channels-filter-menu,.dashboard-overview-page.channels-page .channels-filter-search,.dashboard-overview-page.channels-page .channels-filter-options button{box-sizing:border-box}.dashboard-overview-page.channels-page .channels-filter-search,.dashboard-overview-page.channels-page .channels-filter-options button{width:100%;min-width:0}.dashboard-overview-page.channels-page .channels-filter-button.active,.dashboard-overview-page.channels-page .channels-filter-button[aria-expanded=true]{border-color:#d4d4d4;background:#f4f4f5}.dashboard-overview-page.channels-page .channels-filter-menu .channels-filter-search input{width:100%;min-width:0;height:auto;min-height:0;flex:1 1 auto;padding:0;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;font-size:14px;line-height:20px}.dashboard-overview-page.channels-page .channels-filter-options button:hover,.dashboard-overview-page.channels-page .channels-filter-options button.selected{background:#f4f4f5}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-button.active,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-button[aria-expanded=true],:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-search,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button:hover,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-options button.selected{background:#1d231d}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-filter-menu .channels-filter-search input{border:0;background:transparent}.channels-multikey-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px;background:#11181257}.channels-multikey-dialog{width:min(980px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr) auto;gap:14px;overflow:hidden;padding:18px;border:1px solid #dfe5dc;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0b120c3d}.channels-multikey-head{display:grid;grid-template-columns:minmax(0,1fr) auto 28px;align-items:start;gap:12px}.channels-multikey-head h3{margin:0;color:#111411;font-size:18px;line-height:24px}.channels-multikey-head p{margin:3px 0 0;color:#667066;font-size:13px}.channels-multikey-title-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.channels-multikey-title-badges span{max-width:180px;overflow:hidden;padding:4px 8px;border-radius:999px;color:#384139;background:#f1f4ef;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.channels-multikey-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.channels-multikey-stats div{min-height:62px;display:grid;align-content:center;gap:4px;padding:10px 12px;border:1px solid #e3e8df;border-radius:8px;background:#fbfcfa}.channels-multikey-stats span{color:#657064;font-size:12px}.channels-multikey-stats strong{color:#111411;font-size:22px;line-height:26px}.channels-multikey-toolbar,.channels-multikey-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.channels-multikey-toolbar select{min-width:150px;height:34px;padding:0 10px;border:1px solid #d8ddd5;border-radius:7px;background:#fff;color:#171a17;font-size:13px}.channels-multikey-toolbar>div,.channels-multikey-pagination>div,.channels-multikey-row-actions{display:inline-flex;align-items:center;gap:8px}.channels-multikey-toolbar button,.channels-multikey-pagination button,.channels-multikey-row-actions button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid #dce2d9;border-radius:7px;color:#243025;background:#fff;font-size:12px;font-weight:700}.channels-multikey-toolbar button:hover,.channels-multikey-pagination button:hover,.channels-multikey-row-actions button:hover{border-color:#c8d0c4;background:#f7f9f6}.channels-multikey-toolbar button.danger,.channels-multikey-row-actions button.danger{border-color:#f1c8cf;color:#9b1f31}.channels-multikey-toolbar button:disabled,.channels-multikey-pagination button:disabled,.channels-multikey-row-actions button:disabled{opacity:.55;cursor:not-allowed}.channels-multikey-table-shell{min-height:260px;overflow:auto;border:1px solid #e4e8e1;border-radius:8px}.channels-multikey-table{width:100%;min-width:780px;border-collapse:collapse}.channels-multikey-table th,.channels-multikey-table td{padding:11px 12px;border-bottom:1px solid #eef1ec;color:#283028;font-size:13px;text-align:left}.channels-multikey-table th{color:#687267;background:#fbfcfa;font-size:12px;font-weight:800}.channels-multikey-table tr:last-child td{border-bottom:0}.channels-multikey-table .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.channels-multikey-empty{min-height:260px;display:grid;place-items:center;color:#6d766d;font-size:13px}.channels-multikey-pagination{color:#667066;font-size:13px}.dashboard-overview-page.channels-page .channels-empty-row td{height:400px;padding:0;border-bottom:0}.dashboard-overview-page.channels-page .channels-empty-state{min-height:400px}.channels-drawer-backdrop{justify-content:flex-end}.channels-drawer{width:min(760px,100vw);max-width:760px}.channels-drawer-body{display:grid;align-content:start;gap:16px;padding:16px 20px 24px}.channels-drawer-section{display:grid;gap:14px;overflow:visible;padding:0 16px 16px}.channels-drawer-section+.channels-drawer-section{padding-top:0}.channels-drawer-section-head{margin:0 -16px}.channels-drawer-section-head{gap:8px}.channels-drawer-section-head h3{flex:0 0 auto}.channels-field{min-width:0;line-height:18px}.channels-field input,.channels-field select,.channels-field textarea{width:100%;min-width:0}.channels-field textarea{resize:vertical}.channels-type-field{position:relative}.channels-type-picker{position:relative;width:100%}.channels-type-trigger{width:100%;min-height:32px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 10px;border:1px solid #d8ddd5;border-radius:7px;color:#171a17;background:#fff;font-size:13px;font-weight:600;line-height:18px;text-align:left}.channels-type-trigger:hover,.channels-type-picker.open .channels-type-trigger{border-color:#b7beb5;background:#fbfcfa}.channels-type-trigger>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channels-type-menu{position:absolute;z-index:40;top:calc(100% + 5px);left:0;width:100%;overflow:hidden;border:1px solid #dfe3dc;border-radius:9px;background:#fff;box-shadow:0 16px 36px #14181429}.channels-type-search{height:42px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid #e7eae5;color:#747b74}.channels-type-search input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#171a17;font-size:14px;font-weight:500}.channels-type-search input::placeholder{color:#767d76}.channels-type-options{max-height:300px;overflow:auto;padding:6px}.channels-type-options button{width:100%;min-height:44px;display:grid;grid-template-columns:22px 28px minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;border:0;border-radius:7px;color:#171a17;background:transparent;font-size:16px;font-weight:600;line-height:20px;text-align:left}.channels-type-options button:hover,.channels-type-options button.selected{background:#eeefed}.channels-type-check{width:22px;height:22px;display:grid;place-items:center;color:#111}.channels-type-empty{padding:14px 10px;color:#777f78;font-size:13px;text-align:center}.channels-type-label{display:inline-grid;grid-template-columns:22px minmax(0,auto);align-items:center;gap:6px;min-width:0;font-weight:600}.channels-type-icon{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 auto;color:#5b6bff}.channels-type-label .channels-type-icon{width:20px;height:20px}.channels-type-icon svg{width:100%;height:100%;display:block}.channels-type-icon.openai{color:#111}.channels-type-icon.openai svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.channels-type-icon.anthropic{color:#ef6a45}.channels-type-icon.anthropic svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.channels-type-icon.aws{color:#111;position:relative;font-family:Public Sans,sans-serif;font-size:11px;font-weight:800;letter-spacing:-.5px}.channels-type-icon.aws:after{content:"";position:absolute;left:4px;right:3px;bottom:2px;height:6px;border-bottom:2px solid #ff9900;border-radius:0 0 999px 999px;transform:rotate(-5deg)}.channels-type-icon.gemini svg{fill:#5b6bff}.channels-type-icon.gemini svg path{filter:drop-shadow(7px -3px 0 #20b7a6) drop-shadow(-5px 5px 0 #f3c442)}.channels-type-icon.deepseek svg{fill:#5470ff}.channels-type-icon.deepseek circle{fill:#fff}.channels-type-icon.azure svg{fill:#1687d9}.channels-type-icon.openrouter,.channels-type-icon.moonshot,.channels-type-icon.siliconflow,.channels-type-icon.vertexai,.channels-type-icon.mistral,.channels-type-icon.xai,.channels-type-icon.ollama,.channels-type-icon.ali,.channels-type-icon.volcengine,.channels-type-icon.baidu,.channels-type-icon.zhipu,.channels-type-icon.tencent,.channels-type-icon.jina,.channels-type-icon.cloudflare,.channels-type-icon.cohere,.channels-type-icon.minimax,.channels-type-icon.custom{color:#5d6660}.channels-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.channels-inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.channels-inline-actions button{height:30px;min-height:30px;padding:0 10px;border:1px dashed #dfe3dc;border-radius:7px;color:#171a17;background:#fff;font-size:12px;line-height:18px;font-weight:700}.channels-inline-actions button:hover{border-style:solid;background:#f7f8f5}.channels-drawer-section.channels-model-group-section{gap:14px;padding:20px}.channels-model-group-title{display:flex;align-items:center;gap:10px}.channels-model-group-title h3{margin:0;color:#111;font-size:14px;line-height:20px;font-weight:700}.channels-model-group-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#111;background:#e9e9e9}.channels-model-picker-field>span,.channels-group-block>label,.channels-mapping-label{color:#111;font-size:14px;line-height:20px;font-weight:700}.channels-model-picker-field small,.channels-group-block small,.channels-mapping-block>p{color:#656b65;font-size:14px;line-height:22px;font-weight:400}.channels-mapping-block>p,.channels-group-block small{margin:0}.channels-multi-select{position:relative;width:100%}.channels-multi-select-control{min-height:38px;padding:7px 12px;border:1px solid #dfe3dc;border-radius:8px;color:#111;background:#fff;cursor:text}.channels-multi-select.open .channels-multi-select-control,.channels-multi-select-control:focus-within{border-color:#b7beb5;box-shadow:0 0 0 2px #1118270f}.channels-multi-select-values{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.channels-multi-select-chip{min-height:21px;display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:0 8px;border-radius:999px;color:#111;background:#eef0ed;font-size:13px;line-height:18px;font-weight:600}.channels-multi-select-chip button{width:16px;height:16px;display:grid;place-items:center;padding:0;border:0;color:#6d746d;background:transparent}.channels-multi-select-chip button:hover{color:#111}.channels-multi-select-values input{flex:1 1 160px;min-width:120px;height:22px;min-height:0;padding:0;border:0;outline:0;color:#111;background:transparent;font-size:14px;line-height:20px;font-weight:400}.channels-field .channels-multi-select-values input,:root[data-theme=dark] .channels-field .channels-multi-select-values input{min-height:0;height:22px;padding:0;border:0;color:#111;background:transparent;box-shadow:none}.channels-multi-select-values input::placeholder{color:#7a817a}.channels-multi-select-menu{position:absolute;z-index:45;top:calc(100% + 4px);left:0;width:100%;max-height:240px;overflow:auto;padding:6px;border:1px solid #dfe3dc;border-radius:8px;color:#111;background:#fff;box-shadow:0 16px 36px #14181424}.channels-multi-select-menu button{width:100%;min-height:34px;display:flex;align-items:center;padding:0 10px;border:0;border-radius:7px;color:#111;background:transparent;font-size:13px;line-height:18px;font-weight:600;text-align:left}.channels-multi-select-menu button:hover{background:#eeefed}.channels-multi-select-empty{padding:12px 10px;color:#777f78;font-size:13px;line-height:18px;text-align:center}.channels-model-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.channels-model-actions button,.channels-add-mapping{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid #e1e3df;border-radius:8px;color:#5f655f;background:#fff;font-size:13px;line-height:18px;font-weight:600}.channels-model-actions button:hover,.channels-add-mapping:hover{color:#111;border-color:#cfd3cc;background:#f7f8f5}.channels-model-actions button:disabled{color:#9aa099;border-color:#e6e8e3;background:#f6f7f4;cursor:not-allowed;opacity:.72}.channels-custom-model-row{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:10px}.channels-custom-model-row input{min-width:0;height:32px;min-height:32px;box-sizing:border-box;padding:0 12px;border:1px solid #dfe3dc;border-radius:8px;color:#111;background:#fff;font-size:14px;font-weight:400}.channels-custom-model-row button{height:32px;box-sizing:border-box;border:0;border-radius:8px;color:#747a74;background:#f0f1ef;font-size:14px;font-weight:600}.channels-custom-model-row button:not(:disabled){color:#fff;background:#111}.channels-mapping-block,.channels-group-block{display:grid;gap:9px}.channels-mapping-label{display:inline-flex;align-items:center;gap:8px}.channels-mapping-label svg{color:#6f766f}.channels-mapping-tabs{display:flex;align-items:center;gap:10px}.channels-mapping-tabs button{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:0;border-radius:8px;color:#111;background:transparent;font-size:13px;line-height:18px;font-weight:600}.channels-mapping-tabs button.active{border:1px solid #e1e3df;background:#fff}.channels-mapping-empty{min-height:96px;display:grid;place-items:center;padding:20px;border:1px dashed #dfe3dc;border-radius:8px;color:#666c66;background:#fff;font-size:14px;line-height:20px;font-weight:400;text-align:center}.channels-mapping-editor{width:100%;min-height:96px;padding:12px 14px;border:1px dashed #dfe3dc;border-radius:8px;color:#111;background:#fff;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:20px}.channels-add-mapping{width:100%}.channels-group-tags{min-height:42px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:7px 10px;border:1px solid #dfe3dc;border-radius:8px;background:#fff}.channels-group-chip{min-height:28px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border-radius:999px;color:#111;background:#e9e9e9;font-size:14px;line-height:20px;font-weight:800}.channels-group-chip button{width:18px;height:18px;display:grid;place-items:center;padding:0;border:0;color:#5f655f;background:transparent}.channels-group-tags input{flex:1 1 120px;min-width:120px;height:26px;padding:0;border:0;outline:0;color:#111;background:transparent;font-size:14px;font-weight:600}.channels-advanced-toggle{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border:1px solid #e5e5e5;border-radius:12px;color:#111;background:#fff;text-align:left}.channels-advanced-toggle span{display:grid;gap:4px}.channels-advanced-toggle strong{color:#111;font-size:14px;line-height:20px;font-weight:700}.channels-advanced-toggle small{color:#666;font-size:14px;line-height:20px;font-weight:400}.channels-advanced-toggle svg{flex:0 0 auto;color:#666}.channels-advanced-toggle:hover{background:#fbfbfb}.channels-drawer-section.channels-route-cover-section{gap:18px;padding:20px}.channels-route-cover-title{display:flex;align-items:center;gap:12px}.channels-route-cover-title h3{margin:0;color:#111;font-size:14px;line-height:20px;font-weight:700}.channels-route-cover-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#111;background:#e9e9e9}.channels-route-subtitle{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:14px;line-height:20px;font-weight:600}.channels-route-subtitle svg{color:#666}.channels-full-field{grid-column:1 / -1}.channels-route-switch{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0 18px;border-bottom:1px solid #e5e5e5;color:#111}.channels-route-switch>span{display:grid;gap:2px;min-width:0}.channels-route-switch strong{color:#111;font-size:14px;line-height:20px;font-weight:700}.channels-route-switch small{color:#666;font-size:14px;line-height:20px;font-weight:400}.channels-route-switch input{width:32px;min-width:32px;height:18px;min-height:18px;margin:0;padding:0;appearance:none;-webkit-appearance:none;border:0;border-radius:999px;background:#dfe3dd;position:relative;cursor:pointer;box-sizing:border-box}.channels-route-switch input:before{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000024;transition:transform .16s ease}.channels-route-switch input:checked{background:#111}.channels-route-switch input:checked:before{transform:translate(14px)}.channels-switch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.channels-switch-row{min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e5df;border-radius:8px;background:#fbfcfa;color:#171a17}.channels-switch-row.compact{min-height:72px;align-items:flex-start}.channels-switch-row input{width:32px;min-width:32px;height:18px;min-height:18px;margin:0;padding:0;appearance:none;-webkit-appearance:none;border:0;border-radius:999px;background:#dfe3dd;position:relative;cursor:pointer;box-sizing:border-box}.channels-switch-row input:before{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000024;transition:transform .16s ease}.channels-switch-row input:checked{background:#111}.channels-switch-row input:checked:before{transform:translate(14px)}.channels-switch-row strong,.channels-switch-row small{display:block;min-width:0}.channels-switch-row strong{font-size:13px;line-height:18px;font-weight:800}.channels-switch-row small{margin-top:2px;color:#737b74;font-size:12px;line-height:17px;font-weight:500}.dashboard-overview-page.channels-page .channels-switch-control.wide{justify-content:flex-start;gap:7px;padding-left:9px}.dashboard-overview-page.channels-page .channels-switch-control.wide>svg{flex:0 0 auto;color:#6d746e}.dashboard-overview-page.channels-page .channels-switch-control.wide>span:first-of-type{margin-right:auto}.dashboard-overview-page.channels-page .channels-more-wrap{position:relative;display:inline-flex}.dashboard-overview-page.channels-page .channels-more-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:80;width:184px;display:grid;gap:2px;padding:5px;border:1px solid #e2e4df;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a29}.dashboard-overview-page.channels-page .channels-more-menu button{width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 12px;border:0;border-radius:6px;color:#171717;background:transparent;font-size:14px;line-height:20px;font-weight:600;text-align:left;white-space:nowrap}.dashboard-overview-page.channels-page .channels-more-menu button:hover:not(:disabled){background:#f4f4f3}.dashboard-overview-page.channels-page .channels-more-menu button.danger{color:#ef4444}.dashboard-overview-page.channels-page .channels-more-menu button svg{flex:0 0 auto;color:#6d746e}.dashboard-overview-page.channels-page .channels-more-menu button.danger svg{color:#ef4444}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-switch-control.wide>svg,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu button svg{color:#9aa39b}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu{border-color:#2a312c;background:#161a17;box-shadow:0 16px 34px #0000006b}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu button{color:#f5f5f4}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu button:hover:not(:disabled){background:#232923}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu button.danger,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-more-menu button.danger svg{color:#fb7185}:root[data-theme=dark] .channels-drawer-backdrop{background:#0000008f}:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-head,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-body,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-footer{color:#eef2ed;background-color:#161a16}:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer{border-left:1px solid #273027;box-shadow:-10px 0 15px -3px #00000047,-4px 0 6px -4px #0000005c}:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-head,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section-head,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section+.channels-drawer-section,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section.channels-model-group-section,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section.channels-route-cover-section,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-footer,:root[data-theme=dark] .channels-drawer-backdrop .channels-field input,:root[data-theme=dark] .channels-drawer-backdrop .channels-field select,:root[data-theme=dark] .channels-drawer-backdrop .channels-field textarea,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-trigger,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-menu,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-search,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-control,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-menu,:root[data-theme=dark] .channels-drawer-backdrop .channels-model-actions button,:root[data-theme=dark] .channels-drawer-backdrop .channels-add-mapping,:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row input,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-tabs button.active,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-empty,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-editor,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-tags,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch,:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row,:root[data-theme=dark] .channels-drawer-backdrop .channels-inline-actions button,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-secondary{border-color:#273027}:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-head h2,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section-head h3,:root[data-theme=dark] .channels-drawer-backdrop .channels-field,:root[data-theme=dark] .channels-drawer-backdrop .channels-field>span,:root[data-theme=dark] .channels-drawer-backdrop .channels-model-group-title h3,:root[data-theme=dark] .channels-drawer-backdrop .channels-model-picker-field>span,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-block>label,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-label,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle strong,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-cover-title h3,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch strong,:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row strong,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-trigger,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-options button,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-control,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-menu button,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-chip,:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row input,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-tabs button,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-editor,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-chip,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-secondary{color:#eef2ed}:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-head p,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-section-head p,:root[data-theme=dark] .channels-drawer-backdrop .channels-field small,:root[data-theme=dark] .channels-drawer-backdrop .channels-model-picker-field small,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-block small,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-block>p,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle small,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle svg,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-subtitle,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-subtitle svg,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch small,:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row small,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-empty,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-empty,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-empty,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-label svg{color:#a3aba5}:root[data-theme=dark] .channels-drawer-backdrop .channels-field input,:root[data-theme=dark] .channels-drawer-backdrop .channels-field select,:root[data-theme=dark] .channels-drawer-backdrop .channels-field textarea,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-trigger,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-menu,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-search,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-control,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-menu,:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row input,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-editor,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-tags,:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row,:root[data-theme=dark] .channels-drawer-backdrop .channels-inline-actions button{background:#111511}:root[data-theme=dark] .channels-drawer-backdrop .channels-field input::placeholder,:root[data-theme=dark] .channels-drawer-backdrop .channels-field textarea::placeholder,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-search input::placeholder,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-values input::placeholder,:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row input::placeholder{color:#7f897f}:root[data-theme=dark] .channels-drawer-backdrop .channels-type-search input,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-values input,:root[data-theme=dark] .channels-drawer-backdrop .channels-field .channels-multi-select-values input{color:#eef2ed;background:transparent}:root[data-theme=dark] .channels-drawer-backdrop .channels-type-trigger:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-picker.open .channels-type-trigger,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-options button:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-type-options button.selected,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-menu button:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-model-actions button:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-add-mapping:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-tabs button.active,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-inline-actions button:hover,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-close:hover{background:#202720}:root[data-theme=dark] .channels-drawer-backdrop .channels-model-actions button,:root[data-theme=dark] .channels-drawer-backdrop .channels-add-mapping,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-tabs button.active,:root[data-theme=dark] .channels-drawer-backdrop .channels-mapping-empty,:root[data-theme=dark] .channels-drawer-backdrop .channels-advanced-toggle,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-secondary{background:#161a16}:root[data-theme=dark] .channels-drawer-backdrop .channels-model-actions button:disabled,:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row button{border-color:#273027;color:#879188;background:#111511}:root[data-theme=dark] .channels-drawer-backdrop .channels-custom-model-row button:not(:disabled){color:#fff;background:#111}:root[data-theme=dark] .channels-drawer-backdrop .channels-model-group-icon,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-cover-icon,:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-chip,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-chip{color:#eef2ed;background:#202720}:root[data-theme=dark] .channels-drawer-backdrop .channels-multi-select-chip button,:root[data-theme=dark] .channels-drawer-backdrop .channels-group-chip button,:root[data-theme=dark] .channels-drawer-backdrop .channels-drawer-close{color:#eef2ed}:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row input,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch input{background:#384338}:root[data-theme=dark] .channels-drawer-backdrop .channels-switch-row input:checked,:root[data-theme=dark] .channels-drawer-backdrop .channels-route-switch input:checked{background:#111}@media(max-width:760px){.channels-form-grid,.channels-switch-grid{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-overview-page.channels-page,.dashboard-overview-page.channels-page .channels-main,.dashboard-overview-page.channels-page .channels-head,.dashboard-overview-page.channels-page .channels-scroll,.dashboard-overview-page.channels-page .channels-pagination{background:#f7f8f6}.dashboard-overview-page.channels-page .dashboard-sidebar{display:none}.dashboard-overview-page.channels-page .channels-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0}.dashboard-overview-page.channels-page .channels-head{min-height:0;padding:14px 12px 8px}.dashboard-overview-page.channels-page .channels-title-row{min-height:0;align-items:stretch;gap:12px}.dashboard-overview-page.channels-page .channels-title-row h1{align-self:center;width:100%;text-align:center;font-size:18px;line-height:26px}.dashboard-overview-page.channels-page .channels-head-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px}.dashboard-overview-page.channels-page .channels-switch-control.wide{grid-column:1 / -1;width:100%;height:34px;min-height:34px}.dashboard-overview-page.channels-page .channels-create-button{width:100%;height:30px;min-height:30px}.dashboard-overview-page.channels-page.agents-page .agents-refresh-action{width:100%;max-width:none}.dashboard-overview-page.channels-page.agents-page .channels-head-actions{width:100%;grid-template-columns:minmax(0,1fr)}.dashboard-overview-page.channels-page .channels-more-wrap,.dashboard-overview-page.channels-page .channels-more-button{width:40px}.dashboard-overview-page.channels-page .channels-more-menu{right:0;width:min(184px,calc(100vw - 24px))}.dashboard-overview-page.channels-page .channels-scroll{padding:8px 12px 12px}.dashboard-overview-page.channels-page .channels-stack{gap:10px}.dashboard-overview-page.channels-page .channels-toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-bottom:0}.dashboard-overview-page.channels-page .channels-toolbar input,.dashboard-overview-page.channels-page .channels-toolbar input.model-filter{width:100%;height:38px;min-height:38px;flex-basis:auto;background:#fff}.dashboard-overview-page.channels-page .channels-filter-root{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.dashboard-overview-page.channels-page .channels-filter-button,.dashboard-overview-page.channels-page .channels-filter-reset{width:100%;height:32px;min-height:32px}.dashboard-overview-page.channels-page .channels-filter-value{justify-self:start}.dashboard-overview-page.channels-page .channels-filter-menu,.dashboard-overview-page.channels-page .channels-filter-menu.status,.dashboard-overview-page.channels-page .channels-filter-menu.type{left:0;right:0;width:100%}.dashboard-overview-page.channels-page .channels-table-shell{min-height:0;overflow:visible;border:0;border-radius:0;background:transparent}.dashboard-overview-page.channels-page .channels-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0;background:transparent}.dashboard-overview-page.channels-page .channels-table colgroup,.dashboard-overview-page.channels-page .channels-table thead{display:none}.dashboard-overview-page.channels-page .channels-table tbody{display:grid;gap:10px}.dashboard-overview-page.channels-page .channels-data-row{display:grid;gap:7px;padding:11px;border:1px solid #e6e8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f17140a}.dashboard-overview-page.channels-page .channels-table td{height:auto;min-height:24px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:10px;padding:0;border-bottom:0;overflow:visible;color:#4f5751;background:transparent;text-align:right;white-space:normal;overflow-wrap:anywhere}.dashboard-overview-page.channels-page .channels-table td:before{color:#848c85;font-size:12px;line-height:18px;font-weight:600;text-align:left}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(1){min-height:0;display:flex;justify-content:flex-start}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(1):before{content:none}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(2):before{content:"ID"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(3):before{content:"名称"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(4):before{content:"类型"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(5):before{content:"状态"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(6):before{content:"分组"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(7):before{content:"优先级"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(8):before{content:"权重"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(9):before{content:"用量"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(10):before{content:"响应"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(11):before{content:"上次测试"}.dashboard-overview-page.channels-page .channels-data-row td:nth-child(12):before{content:"操作"}.dashboard-overview-page.channels-page .channels-table td>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.channels-page .channels-name-cell strong,.dashboard-overview-page.channels-page .channels-name-cell span{text-align:right}.dashboard-overview-page.channels-page .channels-type-label{justify-self:end;max-width:100%}.dashboard-overview-page.channels-page .channels-usage-cell{justify-self:end;width:min(184px,100%);max-width:100%}.dashboard-overview-page.channels-page .channels-row-actions{justify-content:flex-end;flex-wrap:wrap;gap:5px}.dashboard-overview-page.channels-page .channels-row-icon{width:30px;min-width:30px;height:30px;min-height:30px;border-color:#e2e4df;background:#fff}.dashboard-overview-page.channels-page .channels-empty-row,.dashboard-overview-page.channels-page .channels-empty-row td{display:block;height:auto;padding:0;background:transparent}.dashboard-overview-page.channels-page .channels-empty-state{min-height:260px;border:1px solid #e6e8e5;border-radius:12px;background:#fff}.dashboard-overview-page.channels-page .channels-pagination{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e5e5}.dashboard-overview-page.channels-page .channels-page-size{gap:6px}.dashboard-overview-page.channels-page .channels-page-size select{width:68px;height:30px;min-height:30px}.dashboard-overview-page.channels-page .channels-page-size p,.dashboard-overview-page.channels-page .channels-page-status{font-size:12px;line-height:18px}.dashboard-overview-page.channels-page .channels-page-status{grid-column:1 / -1;order:3;justify-self:center;text-align:center}.dashboard-overview-page.channels-page .channels-pagination-actions{justify-self:end;gap:5px}.dashboard-overview-page.channels-page .channels-pagination-actions button{width:30px;min-width:30px;height:30px;min-height:30px}.channels-drawer{width:100vw;max-width:100vw;border-radius:0}.channels-drawer-body{gap:12px;padding:12px 12px 86px}.channels-drawer-section{padding:0 12px 14px}.channels-drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.channels-drawer-secondary,.channels-drawer-primary{width:100%}.channels-multikey-backdrop{padding:12px}.channels-multikey-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}}@media(max-width:380px){.dashboard-overview-page.channels-page .channels-table td{grid-template-columns:74px minmax(0,1fr)}}@media(max-width:760px){:root[data-theme=dark] .dashboard-overview-page.channels-page,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-main,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-head,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-scroll,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-pagination{background:#101411}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-data-row,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-state{border-color:#273027;background:#151a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-row,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-empty-row td,:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-data-row:hover td{background:transparent}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td{color:#d7ddd7}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-table td:before{color:#8f9791}:root[data-theme=dark] .dashboard-overview-page.channels-page .channels-row-icon{border-color:#273027;background:#101510}}.dashboard-overview-page.channels-page.agents-page .agents-version-label{display:none}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-menu-button,.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-actions{display:none}@media(max-width:760px){.dashboard-overview-page:is(.users-page,.redemption-page){height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-topbar{height:48px;gap:8px;padding:0 12px;background:#fffffffa}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-menu-button,.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-nav,.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-desktop-actions{display:none}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-menu-button{display:inline-flex;flex:0 0 auto;order:0}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-brand{min-width:0;max-width:128px;flex:0 1 auto;gap:8px;font-size:14px;font-weight:600}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-actions .dashboard-icon-button{width:30px;min-width:30px;height:30px;min-height:30px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-actions .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-layer{position:fixed;inset:0;z-index:90;display:block;visibility:hidden;pointer-events:none}.dashboard-overview-page:is(.users-page,.redemption-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-layer{visibility:visible;pointer-events:auto}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-backdrop{position:absolute;inset:0;border:0;opacity:0;background:#0f171447;transition:opacity .18s ease}.dashboard-overview-page:is(.users-page,.redemption-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer-backdrop{opacity:1}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer{position:absolute;top:0;bottom:0;left:0;width:min(80vw,300px);display:flex;flex-direction:column;gap:14px;padding:12px;color:#171717;background:#fff;box-shadow:16px 0 40px #0f171424;transform:translate(-100%);transition:transform .22s cubic-bezier(.22,1,.36,1)}.dashboard-overview-page:is(.users-page,.redemption-page).dashboard-mobile-sidebar-open .dashboard-mobile-drawer{transform:translate(0)}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-head{height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-brand{min-width:0;display:inline-flex;align-items:center;gap:9px;color:#18181b;font-size:15px;font-weight:700}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-brand .brand-mark,.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-brand img{width:24px;height:24px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-groups{min-height:0;display:grid;align-content:start;gap:18px;overflow-y:auto;padding:8px 0 20px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-group{display:grid;gap:6px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-title{padding:0 8px;color:#737b75;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-items{display:grid;gap:3px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-link{width:100%;min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:8px;color:#202522;background:transparent;text-align:left;font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-link.active{color:#111;background:#eee}}@media(max-width:380px){.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-topbar{gap:6px;padding-inline:10px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-brand{max-width:112px}.dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-actions{gap:6px}}:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer{color:#e7ece7;background:#161a16;box-shadow:16px 0 40px #00000061}:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-backdrop{background:#0000007a}:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-brand,:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-link{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-title{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page:is(.users-page,.redemption-page) .dashboard-mobile-drawer-link.active{color:#fff;background:#232a23}@media(max-width:760px){.dashboard-overview-page.channels-page.agents-page .channels-table.agents-table{width:100%;min-width:0}.dashboard-overview-page.channels-page.agents-page .agents-summary-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-overview-page.channels-page.agents-page .agents-total-chip{grid-column:1 / -1}.dashboard-overview-page.channels-page.agents-page .agents-total-chip,.dashboard-overview-page.channels-page.agents-page .agents-stat-chip{width:100%;min-width:0;justify-content:flex-start;background:#fff}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row{width:100%;gap:8px;padding:12px}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:first-child{height:auto;min-height:0;padding:10px;border:1px solid #e1e8e1;border-radius:12px;background:#fbfdfb;box-shadow:inset 3px 0 #d8e0da}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.online td:first-child{box-shadow:inset 3px 0 #2c9f68}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.warning td:first-child{box-shadow:inset 3px 0 #d69b16}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.offline td:first-child,.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row.fail_closed td:first-child{box-shadow:inset 3px 0 #d75b5b}.dashboard-overview-page.channels-page.agents-page .agents-table td{grid-template-columns:86px minmax(0,1fr);min-width:0}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(1){display:block;min-height:0;padding-bottom:4px;text-align:left}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(1):before{content:none}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(2):before{content:"状态";padding-left:12px}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(3):before{content:"版本"}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(4):before{content:"配置版本"}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(5):before{content:"队列"}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(6):before{content:"同步"}.dashboard-overview-page.channels-page.agents-page .agents-data-row td:nth-child(7):before{content:"问题"}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(2){height:auto;min-height:44px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;padding:6px 0;overflow:visible}.dashboard-overview-page.channels-page.agents-page .agents-table td>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.channels-page.agents-page .agents-node-cell{width:100%;justify-self:stretch;grid-template-columns:40px minmax(0,1fr);gap:10px}.dashboard-overview-page.channels-page.agents-page .agents-node-avatar{width:40px;height:40px;border-radius:10px}.dashboard-overview-page.channels-page.agents-page .agents-node-copy{display:grid;gap:1px}.dashboard-overview-page.channels-page.agents-page .agents-node-copy strong{font-size:16px;line-height:22px}.dashboard-overview-page.channels-page.agents-page .agents-node-copy strong,.dashboard-overview-page.channels-page.agents-page .agents-node-copy span,.dashboard-overview-page.channels-page.agents-page .agents-node-copy small{text-align:left}.dashboard-overview-page.channels-page.agents-page .agents-status-stack{width:100%;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.dashboard-overview-page.channels-page.agents-page .agents-status-stack .agents-status-badge{flex:0 0 auto;max-width:100%;height:22px;padding:0 8px}.dashboard-overview-page.channels-page.agents-page .agents-ready{min-width:0;min-height:18px;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;gap:4px;white-space:nowrap;text-align:right}.dashboard-overview-page.channels-page.agents-page .agents-ready small{min-width:0;max-width:min(142px,48vw);flex:0 1 auto;display:inline;margin-left:2px;padding-left:6px;overflow:hidden;border-left:1px solid #e2e6df;text-align:right;text-overflow:ellipsis}.dashboard-overview-page.channels-page.agents-page .agents-build-cell,.dashboard-overview-page.channels-page.agents-page .agents-version-cell,.dashboard-overview-page.channels-page.agents-page .agents-queue-grid,.dashboard-overview-page.channels-page.agents-page .agents-sync-cell,.dashboard-overview-page.channels-page.agents-page .agents-error-cell span{width:min(210px,100%)}.dashboard-overview-page.channels-page.agents-page .agents-build-cell{width:fit-content;min-width:0;justify-self:end;gap:8px;padding:5px 10px}.dashboard-overview-page.channels-page.agents-page .agents-build-cell strong{font-size:15px;line-height:20px}.dashboard-overview-page.channels-page.agents-page .agents-build-cell span{padding-left:8px;font-size:13px;line-height:18px}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(4),.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(5){height:auto;min-height:0;grid-template-columns:1fr;gap:8px;padding:6px 0;overflow:visible;text-align:left}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(4):before,.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(5):before{font-size:13px;line-height:18px}.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(4)>*,.dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:nth-child(5)>*{justify-self:stretch}.dashboard-overview-page.channels-page.agents-page .agents-version-cell,.dashboard-overview-page.channels-page.agents-page .agents-queue-grid{width:100%}.dashboard-overview-page.channels-page.agents-page .agents-version-cell{gap:3px;padding:7px 10px 8px;overflow:visible}.dashboard-overview-page.channels-page.agents-page .agents-version-head{width:100%;min-height:14px;display:grid;grid-template-columns:7px minmax(0,1fr) auto auto;align-items:center;gap:7px;color:#6f7a72;font-size:11px;font-weight:700;line-height:14px}.dashboard-overview-page.channels-page.agents-page .agents-version-head span:first-child{grid-column:3}.dashboard-overview-page.channels-page.agents-page .agents-version-head span:last-child{grid-column:4}.dashboard-overview-page.channels-page.agents-page .agents-version-label{display:none}.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span{grid-template-columns:7px minmax(0,1fr) auto auto;gap:7px}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid span{min-height:34px;padding:6px 8px}.dashboard-overview-page.channels-page.agents-page .agents-queue-grid small,.dashboard-overview-page.channels-page.agents-page .agents-queue-grid strong,.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span span,.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span strong,.dashboard-overview-page.channels-page.agents-page .agents-version-cell>span em{font-size:12px;line-height:16px}}@media(max-width:760px){.dashboard-overview-page.users-page,.dashboard-overview-page.users-page .users-main,.dashboard-overview-page.users-page .users-head,.dashboard-overview-page.users-page .users-scroll,.dashboard-overview-page.users-page .users-pagination,.dashboard-overview-page.redemption-page,.dashboard-overview-page.redemption-page .redemption-main,.dashboard-overview-page.redemption-page .redemption-head,.dashboard-overview-page.redemption-page .redemption-scroll,.dashboard-overview-page.redemption-page .redemption-pagination{background:#f7f8f6}.dashboard-overview-page.users-page .dashboard-sidebar,.dashboard-overview-page.redemption-page .dashboard-sidebar{display:none}.dashboard-overview-page.users-page .users-main,.dashboard-overview-page.redemption-page .redemption-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0}.dashboard-overview-page.users-page .users-head,.dashboard-overview-page.redemption-page .redemption-head{min-height:0;padding:14px 12px 8px}.dashboard-overview-page.users-page .users-title-row,.dashboard-overview-page.redemption-page .redemption-title-row{min-height:0;align-items:stretch;gap:12px}.dashboard-overview-page.users-page .users-title-row h1,.dashboard-overview-page.redemption-page .redemption-title-row h1{align-self:center;width:100%;text-align:center;font-size:18px;line-height:26px}.dashboard-overview-page.users-page .users-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-overview-page.users-page .users-registration-control,.dashboard-overview-page.users-page .users-add-button,.dashboard-overview-page.redemption-page .redemption-create-button{width:100%;height:30px;min-height:30px}.dashboard-overview-page.redemption-page .redemption-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-overview-page.redemption-page .redemption-create-button{grid-column:1 / -1}.dashboard-overview-page.redemption-page .redemption-secondary-button{width:100%;height:30px;min-height:30px;padding-inline:8px}.dashboard-overview-page.users-page .users-scroll,.dashboard-overview-page.redemption-page .redemption-scroll{padding:8px 12px 12px}.dashboard-overview-page.users-page .users-stack,.dashboard-overview-page.redemption-page .redemption-stack{gap:10px}.dashboard-overview-page.users-page .users-toolbar,.dashboard-overview-page.redemption-page .redemption-toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-bottom:0}.dashboard-overview-page.users-page .users-toolbar input,.dashboard-overview-page.redemption-page .redemption-search-input{width:100%;height:38px;min-height:38px;flex-basis:auto;background:#fff}.dashboard-overview-page.users-page .users-filter-root,.dashboard-overview-page.redemption-page .redemption-filter-root{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.dashboard-overview-page.users-page .users-filter-button,.dashboard-overview-page.users-page .users-view-button,.dashboard-overview-page.redemption-page .redemption-filter-button,.dashboard-overview-page.redemption-page .redemption-view-button{width:100%;height:32px;min-height:32px}.dashboard-overview-page.users-page .users-filter-value,.dashboard-overview-page.redemption-page .redemption-filter-value{justify-self:start}.dashboard-overview-page.users-page .users-filter-reset,.dashboard-overview-page.redemption-page .redemption-filter-reset{width:fit-content;margin-left:0}.dashboard-overview-page.users-page .users-filter-menu,.dashboard-overview-page.redemption-page .redemption-status-filter-menu{left:0;right:0;width:100%;max-width:calc(100vw - 24px)}.dashboard-overview-page.users-page .users-table-shell,.dashboard-overview-page.redemption-page .redemption-table-shell{min-height:0;overflow:visible;border:0;border-radius:0;background:transparent}.dashboard-overview-page.users-page .users-table-scroll{overflow:visible}.dashboard-overview-page.users-page .users-table,.dashboard-overview-page.redemption-page .redemption-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0;background:transparent}.dashboard-overview-page.users-page.admin-accounts-page .users-table.admin-accounts-table{width:100%;min-width:0}.dashboard-overview-page.redemption-page .redemption-toolbar .redemption-search-input{width:100%;justify-self:stretch;max-width:none;flex:1 1 auto}.dashboard-overview-page.users-page .users-table colgroup,.dashboard-overview-page.users-page .users-table thead,.dashboard-overview-page.redemption-page .redemption-table colgroup,.dashboard-overview-page.redemption-page .redemption-table thead{display:none}.dashboard-overview-page.users-page .users-table tbody,.dashboard-overview-page.redemption-page .redemption-table tbody{display:grid;gap:10px}.dashboard-overview-page.users-page .users-data-row,.dashboard-overview-page.redemption-page .redemption-data-row{display:grid;gap:7px;padding:11px;border:1px solid #e6e8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f17140a}.dashboard-overview-page.users-page .users-table td,.dashboard-overview-page.redemption-page .redemption-table td{height:auto;min-height:24px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:10px;padding:0;border-bottom:0;overflow:visible;color:#4f5751;background:transparent;text-align:right;white-space:normal;overflow-wrap:anywhere}.dashboard-overview-page.users-page .users-table td:before,.dashboard-overview-page.redemption-page .redemption-table td:before{color:#848c85;font-size:12px;line-height:18px;font-weight:600;text-align:left}.dashboard-overview-page.users-page .users-data-row td:nth-child(1),.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(1){min-height:0;display:flex;justify-content:flex-start}.dashboard-overview-page.users-page .users-data-row td:nth-child(1):before,.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(1):before{content:none}.dashboard-overview-page.users-page .users-data-row td:nth-child(2):before{content:"ID"}.dashboard-overview-page.users-page .users-data-row td:nth-child(3):before{content:"用户名"}.dashboard-overview-page.users-page .users-data-row td:nth-child(4):before{content:"状态"}.dashboard-overview-page.users-page .users-data-row td:nth-child(5):before{content:"额度"}.dashboard-overview-page.users-page .users-data-row td:nth-child(6):before{content:"邀请"}.dashboard-overview-page.users-page .users-data-row td:nth-child(7):before{content:"创建"}.dashboard-overview-page.users-page .users-data-row td:nth-child(8):before{content:"登录"}.dashboard-overview-page.users-page .users-data-row td:nth-child(9):before{content:"操作"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(3):before{content:"管理员"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(5):before{content:"权限"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(6):before{content:"会话"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(7):before{content:"创建"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(8):before{content:"登录"}.dashboard-overview-page.users-page.admin-accounts-page .users-data-row td:nth-child(9):before{content:"操作"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(2):before{content:"ID"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(3):before{content:"名称"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(4):before{content:"状态"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(5):before{content:"兑换码"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(6):before{content:"额度"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(7):before{content:"创建"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(8):before{content:"过期"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(9):before{content:"兑换人"}.dashboard-overview-page.redemption-page .redemption-data-row td:nth-child(10):before{content:"操作"}.dashboard-overview-page.users-page .users-table td>*,.dashboard-overview-page.redemption-page .redemption-table td>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.users-page .users-name-cell strong,.dashboard-overview-page.users-page .users-name-cell span,.dashboard-overview-page.redemption-page .redemption-name-cell{text-align:right}.dashboard-overview-page.users-page .users-quota-cell{justify-self:end;width:min(190px,100%)}.dashboard-overview-page.users-page .users-progress{width:100%}.dashboard-overview-page.users-page .users-invite{justify-content:flex-end;flex-wrap:wrap;text-align:right}.dashboard-overview-page.users-page .users-row-menu-wrap,.dashboard-overview-page.redemption-page .redemption-row-actions{justify-self:end}.dashboard-overview-page.redemption-page .redemption-code-cell{justify-self:end;width:min(220px,100%)}.dashboard-overview-page.redemption-page .redemption-code-cell code{text-align:left}.dashboard-overview-page.users-page .users-empty-row,.dashboard-overview-page.users-page .users-empty-row td,.dashboard-overview-page.redemption-page .redemption-empty-row,.dashboard-overview-page.redemption-page .redemption-empty-row td{display:block;height:auto;padding:0;background:transparent}.dashboard-overview-page.users-page .users-empty-state,.dashboard-overview-page.redemption-page .redemption-empty-state{min-height:260px;border:1px solid #e6e8e5;border-radius:12px;background:#fff}.dashboard-overview-page.users-page .users-pagination,.dashboard-overview-page.redemption-page .redemption-pagination{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e5e5}.dashboard-overview-page.users-page .users-page-size,.dashboard-overview-page.redemption-page .redemption-page-size{min-width:0;gap:6px}.dashboard-overview-page.users-page .users-page-size select,.dashboard-overview-page.redemption-page .redemption-page-size select{width:62px;height:30px;min-height:30px;padding:0 8px;font-size:13px;line-height:18px}.dashboard-overview-page.users-page .users-page-size p,.dashboard-overview-page.users-page .users-page-status,.dashboard-overview-page.redemption-page .redemption-page-size p,.dashboard-overview-page.redemption-page .redemption-page-status{font-size:12px;line-height:18px}.dashboard-overview-page.users-page .users-page-status,.dashboard-overview-page.redemption-page .redemption-page-status{grid-column:1 / -1;order:3;justify-self:center;text-align:center}.dashboard-overview-page.users-page .users-pagination-actions,.dashboard-overview-page.redemption-page .redemption-pagination-actions{justify-self:end;gap:5px}.dashboard-overview-page.users-page .users-pagination-actions button,.dashboard-overview-page.redemption-page .redemption-pagination-actions button{width:30px;min-width:30px;height:30px;min-height:30px}.users-drawer,.redemption-drawer{width:100vw;max-width:100vw;border-radius:0}.users-drawer-body,.redemption-drawer-body{gap:12px;padding:12px 12px 86px}.users-drawer-footer,.redemption-drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.users-drawer-secondary,.users-drawer-primary,.redemption-drawer-secondary,.redemption-drawer-primary{width:100%}.redemption-result-backdrop{padding:12px}.redemption-result-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto}.redemption-result-dialog textarea{min-height:180px}.redemption-result-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.redemption-result-footer button{width:100%}.redemption-result-footer button.primary{grid-column:1 / -1}}@media(max-width:380px){.dashboard-overview-page.users-page .users-table td,.dashboard-overview-page.redemption-page .redemption-table td,.dashboard-overview-page.channels-page.agents-page .agents-table td{grid-template-columns:74px minmax(0,1fr)}}@media(max-width:760px){:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-total-chip,:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-stat-chip{background:#151a16}:root[data-theme=dark] .dashboard-overview-page.channels-page.agents-page .agents-table tbody .agents-data-row td:first-child{border-color:#273027;background:#121712}:root[data-theme=dark] .dashboard-overview-page.users-page,:root[data-theme=dark] .dashboard-overview-page.users-page .users-main,:root[data-theme=dark] .dashboard-overview-page.users-page .users-head,:root[data-theme=dark] .dashboard-overview-page.users-page .users-scroll,:root[data-theme=dark] .dashboard-overview-page.users-page .users-pagination,:root[data-theme=dark] .dashboard-overview-page.redemption-page,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-main,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-head,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-scroll,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-pagination{background:#101411}:root[data-theme=dark] .dashboard-overview-page.users-page .users-data-row,:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-state,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-data-row,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-state{border-color:#273027;background:#151a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-row,:root[data-theme=dark] .dashboard-overview-page.users-page .users-empty-row td,:root[data-theme=dark] .dashboard-overview-page.users-page .users-data-row:hover td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-row,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-empty-row td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-data-row:hover td{background:transparent}:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td{color:#d7ddd7}:root[data-theme=dark] .dashboard-overview-page.users-page .users-table td:before,:root[data-theme=dark] .dashboard-overview-page.redemption-page .redemption-table td:before{color:#8f9791}}.dashboard-overview-page.models-page .models-table-shell{min-height:0;display:block;overflow:auto;border:1px solid #e5e7e3;border-radius:10px;background:#fff}.dashboard-overview-page.models-page .models-table{width:100%;height:auto;border-collapse:collapse;table-layout:fixed;color:#171717;font-size:14px;line-height:20px}.dashboard-overview-page.models-page .models-table th,.dashboard-overview-page.models-page .models-table td{padding:0 8px;border-bottom:1px solid #f0f0ef;color:#171717;background:#fff;text-align:left;vertical-align:middle;white-space:nowrap}.dashboard-overview-page.models-page .models-table th{height:40px;font-size:14px;font-weight:700}.dashboard-overview-page.models-page .models-data-row,.dashboard-overview-page.models-page .models-data-row td{height:64px}.dashboard-overview-page.models-page .models-table th button{height:32px;display:inline-flex;align-items:center;gap:7px;margin-left:-4px;padding:0;border:0;border-radius:6px;color:inherit;background:transparent;font:inherit;font-weight:700}.dashboard-overview-page.models-page .models-empty-row td{height:100%;padding:0;border-bottom:0}.dashboard-overview-page.models-page .models-empty-state{height:100%;min-height:400px}.dashboard-overview-page.models-page .models-pagination{min-height:57px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;margin-top:0;padding:12px 16px;border-top:1px solid #e5e7e3;background:#fff}.dashboard-overview-page.models-page .models-page-size{justify-self:start}.dashboard-overview-page.models-page .models-page-status{justify-self:center}.dashboard-overview-page.models-page .models-pagination-actions{justify-self:end}@media(max-width:760px){.dashboard-overview-page.models-page .models-pagination{grid-template-columns:1fr}.dashboard-overview-page.models-page .models-page-status,.dashboard-overview-page.models-page .models-pagination-actions{justify-self:start}}:root[data-theme=dark] .dashboard-overview-page.models-page .models-table-shell,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table th,:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination{border-color:#273027;color:#f4f7f3;background:#161a16}@media(max-width:760px){.dashboard-overview-page.models-page,.dashboard-overview-page.models-page .models-main,.dashboard-overview-page.models-page .models-head,.dashboard-overview-page.models-page .models-scroll,.dashboard-overview-page.models-page .models-pagination{background:#f7f8f6}.dashboard-overview-page.models-page .dashboard-sidebar{display:none}.dashboard-overview-page.models-page .models-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0}.dashboard-overview-page.models-page .models-head{min-height:0;padding:14px 12px 8px}.dashboard-overview-page.models-page .models-title-row{min-height:0;align-items:stretch;gap:12px}.dashboard-overview-page.models-page .models-title-row h1{align-self:center;width:100%;text-align:center;font-size:18px;line-height:26px}.dashboard-overview-page.models-page .models-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-overview-page.models-page .models-add-button,.dashboard-overview-page.models-page .models-missing-button{width:100%;height:30px;min-height:30px}.dashboard-overview-page.models-page .models-scroll{padding:8px 12px 12px}.dashboard-overview-page.models-page .models-stack,.dashboard-overview-page.models-page .models-panel{gap:10px}.dashboard-overview-page.models-page .models-toolbar{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;margin-bottom:0}.dashboard-overview-page.models-page .models-toolbar input{width:100%;height:38px;min-height:38px;flex-basis:auto;background:#fff}.dashboard-overview-page.models-page .models-filter-root{width:100%}.dashboard-overview-page.models-page .models-filter-button,.dashboard-overview-page.models-page .models-filter-button.provider,.dashboard-overview-page.models-page .models-view-button{width:100%;max-width:none;height:32px;min-height:32px}.dashboard-overview-page.models-page .models-filter-menu,.dashboard-overview-page.models-page .models-filter-menu.provider{left:0;right:0;width:100%}.dashboard-overview-page.models-page .models-table-shell{min-height:0;overflow:visible;border:0;border-radius:0;background:transparent}.dashboard-overview-page.models-page .models-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0;background:transparent}.dashboard-overview-page.models-page .models-table colgroup,.dashboard-overview-page.models-page .models-table thead{display:none}.dashboard-overview-page.models-page .models-table tbody{display:grid;gap:10px}.dashboard-overview-page.models-page .models-data-row{height:auto;display:grid;gap:7px;padding:11px;border:1px solid #e6e8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f17140a}.dashboard-overview-page.models-page .models-table td{height:auto;min-height:24px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:10px;padding:0;border-bottom:0;overflow:visible;color:#4f5751;background:transparent;text-align:right;white-space:normal;overflow-wrap:anywhere}.dashboard-overview-page.models-page .models-table td:before{color:#848c85;font-size:12px;line-height:18px;font-weight:600;text-align:left}.dashboard-overview-page.models-page .models-data-row td:nth-child(1){min-height:0;display:flex;justify-content:flex-start}.dashboard-overview-page.models-page .models-data-row td:nth-child(1):before{content:none}.dashboard-overview-page.models-page .models-data-row td:nth-child(2):before{content:"ID"}.dashboard-overview-page.models-page .models-data-row td:nth-child(3):before{content:"图标"}.dashboard-overview-page.models-page .models-data-row td:nth-child(4):before{content:"模型名称"}.dashboard-overview-page.models-page .models-data-row td:nth-child(5):before{content:"匹配类型"}.dashboard-overview-page.models-page .models-data-row td:nth-child(6):before{content:"计费"}.dashboard-overview-page.models-page .models-data-row td:nth-child(7):before{content:"状态"}.dashboard-overview-page.models-page .models-data-row td:nth-child(8):before{content:"供应商"}.dashboard-overview-page.models-page .models-data-row td:nth-child(9):before{content:"标签"}.dashboard-overview-page.models-page .models-data-row td:nth-child(10):before{content:"端点"}.dashboard-overview-page.models-page .models-data-row td:nth-child(11):before{content:"启用分组"}.dashboard-overview-page.models-page .models-data-row td:nth-child(12):before{content:"官方同步"}.dashboard-overview-page.models-page .models-data-row td:nth-child(13):before{content:"创建时间"}.dashboard-overview-page.models-page .models-data-row td:nth-child(14):before{content:"更新时间"}.dashboard-overview-page.models-page .models-data-row td:nth-child(15):before{content:"操作"}.dashboard-overview-page.models-page .models-table td>*{justify-self:end;min-width:0;max-width:100%}.dashboard-overview-page.models-page .models-name-cell strong,.dashboard-overview-page.models-page .models-name-cell span{text-align:right}.dashboard-overview-page.models-page .models-billing-cell{overflow:visible;text-overflow:clip}.dashboard-overview-page.models-page .models-row-actions{justify-content:flex-end;flex-wrap:wrap;gap:5px}.dashboard-overview-page.models-page .models-row-icon{width:30px;min-width:30px;height:30px;min-height:30px;border-color:#e2e4df;background:#fff}.dashboard-overview-page.models-page .models-empty-row,.dashboard-overview-page.models-page .models-empty-row td{display:block;height:auto;padding:0;background:transparent}.dashboard-overview-page.models-page .models-empty-state{min-height:260px;border:1px solid #e6e8e5;border-radius:12px;background:#fff}.dashboard-overview-page.models-page .models-pagination{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e5e5}.dashboard-overview-page.models-page .models-page-size{gap:6px}.dashboard-overview-page.models-page .models-page-size select{width:68px;height:30px;min-height:30px}.dashboard-overview-page.models-page .models-page-size p,.dashboard-overview-page.models-page .models-page-status{font-size:12px;line-height:18px}.dashboard-overview-page.models-page .models-page-status{grid-column:1 / -1;order:3;justify-self:center;text-align:center}.dashboard-overview-page.models-page .models-pagination-actions{justify-self:end;gap:5px}.dashboard-overview-page.models-page .models-pagination-actions button{width:30px;min-width:30px;height:30px;min-height:30px}.models-drawer{width:100vw;max-width:100vw}.models-drawer-body{gap:12px;padding:12px 12px 86px}.models-drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.models-drawer-secondary,.models-drawer-primary{width:100%}.models-missing-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}}@media(max-width:380px){.dashboard-overview-page.models-page .models-table td{grid-template-columns:74px minmax(0,1fr)}}@media(max-width:760px){:root[data-theme=dark] .dashboard-overview-page.models-page,:root[data-theme=dark] .dashboard-overview-page.models-page .models-main,:root[data-theme=dark] .dashboard-overview-page.models-page .models-head,:root[data-theme=dark] .dashboard-overview-page.models-page .models-scroll,:root[data-theme=dark] .dashboard-overview-page.models-page .models-pagination{background:#101411}:root[data-theme=dark] .dashboard-overview-page.models-page .models-data-row,:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-state{border-color:#273027;background:#151a16;box-shadow:none}:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-row,:root[data-theme=dark] .dashboard-overview-page.models-page .models-empty-row td,:root[data-theme=dark] .dashboard-overview-page.models-page .models-data-row:hover td{background:transparent}:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td{color:#d7ddd7}:root[data-theme=dark] .dashboard-overview-page.models-page .models-table td:before{color:#8f9791}:root[data-theme=dark] .dashboard-overview-page.models-page .models-row-icon{border-color:#273027;background:#101510}}.dashboard-overview-page.playground-page{--dashboard-topbar-height: 48px;color:#141817;background:#fff}.dashboard-overview-page.playground-page .dashboard-topbar{height:48px;gap:16px;padding:0 16px;border-bottom:1px solid #eef0ec;background:#fffffffa}.dashboard-overview-page.playground-page .dashboard-brand{min-width:132px;gap:10px;font-size:14px;line-height:20px;font-weight:600}.dashboard-overview-page.playground-page .dashboard-nav{gap:4px}.dashboard-overview-page.playground-page .dashboard-nav button,.dashboard-overview-page.playground-page .dashboard-sidebar-link{font-size:14px;line-height:20px;font-weight:500}.dashboard-overview-page.playground-page .dashboard-icon-button{width:32px;min-width:32px;height:32px;min-height:32px}.dashboard-overview-page.playground-page .dashboard-sidebar{top:48px;height:calc(100vh - 48px);min-height:calc(100vh - 48px);padding:16px 8px 22px;border-right:1px solid #eef0ec;background:#f7f8f6}.dashboard-overview-page.playground-page .dashboard-sidebar-group{gap:5px;margin-bottom:20px}.dashboard-overview-page.playground-page .dashboard-sidebar-title{padding:0 8px;color:#737b75;font-size:12px;line-height:20px;font-weight:500}.dashboard-overview-page.playground-page .dashboard-sidebar-items{gap:3px}.dashboard-overview-page.playground-page .dashboard-sidebar-link{min-height:32px;gap:10px;padding:0 8px;border-radius:6px;color:#171b1a}.dashboard-overview-page.playground-page .dashboard-sidebar-link.active{background:#e8ece8}.dashboard-overview-page.playground-page .playground-main{width:auto;height:calc(100vh - 48px);min-height:calc(100vh - 48px);display:flex;margin:0 0 0 var(--dashboard-sidebar-width);padding:0;overflow:hidden;border-radius:0;background:#fff}.dashboard-overview-page.playground-page.sidebar-collapsed .playground-main{margin-left:var(--dashboard-sidebar-collapsed-width)}.playground-shell{width:100%;min-width:0;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:linear-gradient(180deg,#f8faf7d9,#fff0 32%),#fff}.playground-chat-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain}.playground-chat-scroll::-webkit-scrollbar{width:10px}.playground-chat-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#6d797052;background-clip:padding-box}.playground-chat-inner{width:min(100%,896px);min-height:100%;display:flex;flex-direction:column;gap:18px;margin:0 auto;padding:26px 16px 20px}.playground-empty-state{min-height:54vh;display:grid;align-content:center;justify-items:center;gap:12px;color:#5f6a63;text-align:center}.playground-empty-icon{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8e2;border-radius:14px;color:#167c66;background:#f4faf7}.playground-empty-state h1{margin:0;color:#171b1a;font-size:26px;line-height:34px;font-weight:750;letter-spacing:0}.playground-empty-state p{max-width:430px;margin:0;font-size:14px;line-height:22px}.playground-message{display:flex;gap:12px}.playground-message.user{flex-direction:row-reverse}.playground-message-avatar{width:34px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e7e2;border-radius:50%;color:#34413a;background:#fff}.playground-message.assistant .playground-message-avatar{color:#0f6c58;background:#eef9f4}.playground-message.user .playground-message-avatar{color:#35415f;background:#f0f3ff}.playground-message-body{max-width:min(760px,calc(100% - 46px));min-width:0;display:grid;gap:8px}.playground-message.user .playground-message-body{justify-items:end}.playground-message-content{min-width:0;max-width:100%;padding:12px 14px;border:1px solid #e7ebe7;border-radius:12px;color:#171b1a;background:#fff;box-shadow:0 8px 24px #19221e0d}.playground-message.user .playground-message-content{border-color:#dce4ff;background:#f6f8ff}.playground-message-content.error{border-color:#f1cbcd;color:#9a2c31;background:#fff6f6}.playground-message-content pre,.playground-reasoning pre{overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:14px;line-height:22px}.playground-loader{display:inline-flex;min-height:22px;align-items:center;color:#66706b;font-size:14px}.playground-loader:after{width:1.5em;overflow:hidden;display:inline-block;vertical-align:bottom;content:"...";animation:playgroundTyping 1.2s steps(4,end) infinite}@keyframes playgroundTyping{0%{width:0}to{width:1.5em}}.playground-reasoning{max-width:100%;border:1px solid #e4e8e3;border-radius:10px;background:#f7f9f6}.playground-reasoning summary{min-height:34px;display:flex;align-items:center;padding:0 12px;color:#5f6a63;font-size:13px;font-weight:650;cursor:pointer}.playground-reasoning pre{max-height:220px;padding:0 12px 12px;color:#454f49;font-size:13px;line-height:20px}.playground-message-actions{display:inline-flex;gap:4px;opacity:0;transition:opacity .16s ease}.playground-message:hover .playground-message-actions,.playground-message-actions:focus-within{opacity:1}.playground-message-actions button{width:28px;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:7px;color:#68736c;background:transparent}.playground-message-actions button:hover{border-color:#e3e8e3;color:#171b1a;background:#f6f8f6}.playground-edit-panel{width:min(680px,100%);display:grid;gap:8px}.playground-edit-panel textarea{width:100%;min-height:150px;resize:vertical;padding:12px;border:1px solid #dbe2db;border-radius:10px;color:#171b1a;background:#fff;font:inherit;line-height:22px}.playground-edit-actions{display:flex;flex-wrap:wrap;gap:8px}.playground-edit-actions button{min-height:32px;padding:0 12px;border:1px solid #d8e1dc;border-radius:8px;color:#fff;background:#168268;font-size:13px;font-weight:650}.playground-edit-actions button.secondary{color:#34413a;background:#fff}.playground-input-area{width:min(100%,896px);display:grid;gap:10px;margin:0 auto;padding:8px 16px 18px}.playground-feedback{min-height:34px;display:flex;align-items:center;gap:8px;padding:0 11px;border-radius:9px;font-size:13px;line-height:18px}.playground-feedback.error{border:1px solid #f1cbcd;color:#9a2c31;background:#fff6f6}.playground-feedback.success{border:1px solid #cce7da;color:#166640;background:#f2fbf6}.playground-prompt{overflow:hidden;border:1px solid #dfe6df;border-radius:14px;background:#fff;box-shadow:0 18px 48px #19221e1c}.playground-prompt textarea{width:100%;min-height:88px;max-height:220px;resize:vertical;display:block;padding:15px 18px 8px;border:0;outline:0;color:#171b1a;background:transparent;font:inherit;font-size:15px;line-height:24px}.playground-prompt textarea::placeholder{color:#8a938d}.playground-prompt-footer{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px 10px}.playground-prompt-tools,.playground-prompt-actions{min-width:0;display:flex;align-items:center;gap:8px}.playground-prompt-tools button,.playground-prompt-actions select,.playground-send-button{height:36px;min-height:36px;border:1px solid #dde4df;border-radius:9px;color:#27312c;background:#fff;font-size:13px;line-height:18px;font-weight:650}.playground-prompt-tools button{display:inline-flex;align-items:center;gap:7px;padding:0 11px}.dashboard-overview-page.playground-page .playground-prompt-tools{display:none}.dashboard-overview-page.playground-page .playground-prompt-footer{justify-content:flex-end}.playground-prompt-actions label{min-width:0}.playground-prompt-actions select{max-width:210px;min-width:118px;padding:0 30px 0 11px;overflow:hidden;text-overflow:ellipsis}.playground-send-button{display:inline-flex;align-items:center;gap:7px;padding:0 13px;border-color:#d5ded8;color:#171b1a;background:#edf1ee}.playground-send-button:not(:disabled):hover,.playground-prompt-tools button:not(:disabled):hover,.playground-prompt-actions select:not(:disabled):hover{border-color:#c6d2cc;background:#f7f9f7}.playground-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:0 2px}.playground-suggestions button{height:34px;min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #dfe6df;border-radius:999px;color:#4a554f;background:#fff;font-size:13px;line-height:18px}.playground-suggestions button:nth-child(1) svg,.playground-suggestions button:nth-child(2) svg{color:#0e7690}.playground-suggestions button:nth-child(3) svg{color:#b45619}.playground-suggestions button:nth-child(4) svg{color:#5d63c8}.playground-suggestions button:nth-child(5) svg{color:#17714c}.playground-suggestions button:not(:disabled):hover{border-color:#cdd9d1;background:#f8faf8}:root[data-theme=dark] .dashboard-overview-page.playground-page,:root[data-theme=dark] .dashboard-overview-page.playground-page .playground-main,:root[data-theme=dark] .playground-shell{color:#eef2ed;background:linear-gradient(180deg,#161b17f0,#161b1700 34%),#111411}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-topbar{border-color:#293129;background:#111411fa}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-sidebar{border-color:#293129;background:#171b17}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-sidebar-link{color:#e8ece7}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-sidebar-link.active{background:#263026}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-sidebar-title,:root[data-theme=dark] .playground-empty-state,:root[data-theme=dark] .playground-loader{color:#a5afa8}:root[data-theme=dark] .playground-empty-state h1,:root[data-theme=dark] .playground-message-content,:root[data-theme=dark] .playground-prompt textarea,:root[data-theme=dark] .playground-prompt-tools button,:root[data-theme=dark] .playground-prompt-actions select,:root[data-theme=dark] .playground-send-button,:root[data-theme=dark] .playground-edit-panel textarea{color:#eef2ed}:root[data-theme=dark] .playground-empty-icon,:root[data-theme=dark] .playground-message-avatar,:root[data-theme=dark] .playground-message-content,:root[data-theme=dark] .playground-reasoning,:root[data-theme=dark] .playground-prompt,:root[data-theme=dark] .playground-suggestions button,:root[data-theme=dark] .playground-edit-panel textarea{border-color:#2f392f;background:#181c18}:root[data-theme=dark] .playground-message.assistant .playground-message-avatar{color:#63d1ad;background:#1e332c}:root[data-theme=dark] .playground-message.user .playground-message-avatar,:root[data-theme=dark] .playground-message.user .playground-message-content{border-color:#343b5a;background:#1b2031}:root[data-theme=dark] .playground-reasoning pre,:root[data-theme=dark] .playground-reasoning summary,:root[data-theme=dark] .playground-message-actions button,:root[data-theme=dark] .playground-suggestions button{color:#a5afa8}:root[data-theme=dark] .playground-prompt-tools button,:root[data-theme=dark] .playground-prompt-actions select,:root[data-theme=dark] .playground-send-button{border-color:#344034;background:#202820}:root[data-theme=dark] .playground-message-actions button:hover,:root[data-theme=dark] .playground-prompt-tools button:not(:disabled):hover,:root[data-theme=dark] .playground-prompt-actions select:not(:disabled):hover,:root[data-theme=dark] .playground-send-button:not(:disabled):hover,:root[data-theme=dark] .playground-suggestions button:not(:disabled):hover{border-color:#3f4c40;color:#eef2ed;background:#263026}:root[data-theme=dark] .playground-message-content.error,:root[data-theme=dark] .playground-feedback.error{border-color:#6b3033;color:#ffb6b9;background:#2b1718}:root[data-theme=dark] .playground-feedback.success{border-color:#2d5d48;color:#98e5bb;background:#14251d}@media(max-width:900px){.dashboard-overview-page.playground-page .playground-main,.dashboard-overview-page.playground-page.sidebar-collapsed .playground-main{margin-left:0}.dashboard-overview-page.playground-page .dashboard-sidebar{transform:translate(-100%)}.dashboard-overview-page.playground-page.sidebar-collapsed .dashboard-sidebar{transform:translate(0)}.playground-message-body{max-width:calc(100% - 44px)}}@media(max-width:720px){.dashboard-overview-page.playground-page{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-top:48px;overflow:hidden}.dashboard-overview-page.playground-page .dashboard-topbar{height:48px;gap:8px;padding:0 12px;border-bottom:0;background:#fffffffa}.dashboard-overview-page.playground-page .dashboard-menu-button,.dashboard-overview-page.playground-page .dashboard-nav,.dashboard-overview-page.playground-page .dashboard-desktop-actions{display:none}.dashboard-overview-page.playground-page .dashboard-mobile-menu-button{display:inline-flex;flex:0 0 auto;order:0}.dashboard-overview-page.playground-page .dashboard-brand{min-width:0;max-width:128px;flex:0 1 auto;gap:8px}.dashboard-overview-page.playground-page .dashboard-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview-page.playground-page .dashboard-mobile-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.dashboard-overview-page.playground-page .dashboard-mobile-actions .dashboard-icon-button{width:30px;min-width:30px;height:30px;min-height:30px}.dashboard-overview-page.playground-page .dashboard-mobile-actions .dashboard-avatar{width:28px;min-width:28px;height:28px;min-height:28px}.dashboard-overview-page.playground-page .playground-main,.dashboard-overview-page.playground-page.sidebar-collapsed .playground-main{height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin-left:0}.playground-chat-inner{gap:14px;padding:18px 12px 12px}.playground-empty-state{min-height:44vh}.playground-empty-icon{width:54px;height:54px}.playground-empty-state h1{font-size:25px;line-height:32px}.playground-message{gap:8px}.playground-message-avatar{width:30px;min-width:30px;height:30px}.playground-message-body{max-width:calc(100% - 38px)}.playground-message-content{padding:10px 12px;border-radius:11px}.playground-message-actions{opacity:1}.playground-input-area{gap:8px;padding:7px 10px calc(10px + env(safe-area-inset-bottom))}.playground-prompt{border-radius:12px}.playground-prompt textarea{min-height:74px;max-height:160px;padding:12px 14px 6px;font-size:14px;line-height:22px}.playground-prompt-footer{align-items:stretch;flex-direction:column;gap:8px;min-height:0;padding:7px 10px 10px}.playground-prompt-tools,.playground-prompt-actions{width:100%;flex-wrap:nowrap}.playground-prompt-actions label{min-width:0;flex:1 1 0}.playground-prompt-actions select{width:100%;min-width:0;max-width:none}.playground-send-button{flex:0 0 auto;min-width:92px}.playground-suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding:0}.playground-suggestions::-webkit-scrollbar{display:none}.playground-suggestions button{width:100%;min-width:0;justify-content:center;padding:0 10px}.playground-suggestions button:last-child:nth-child(odd){grid-column:1 / -1}}@media(max-width:380px){.dashboard-overview-page.playground-page .dashboard-topbar{gap:6px;padding-inline:10px}.dashboard-overview-page.playground-page .dashboard-brand{max-width:112px}.dashboard-overview-page.playground-page .dashboard-mobile-actions{gap:6px}.playground-prompt-tools button span{display:none}.playground-prompt-tools button{width:38px;justify-content:center;padding:0}}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer{color:#e7ece7;background:#161a16;box-shadow:16px 0 40px #00000061}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-topbar{background:#111411fa}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer-backdrop{background:#0000007a}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer-brand,:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer-link{color:#e7ece7}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer-title{color:#a3aba5}:root[data-theme=dark] .dashboard-overview-page.playground-page .dashboard-mobile-drawer-link.active{color:#fff;background:#232a23}
