*{box-sizing:border-box}:root{--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--font-body:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:var(--font-body);--router-bg:#fafafa;--router-panel:#ffffff;--router-panel-2:#f4f4f5;--router-panel-3:#eaeaed;--router-border:#e4e4e7;--router-border-strong:#b4b4bc;--router-text:#202024;--router-muted:#66666f;--router-dim:#74747e;--router-lime:#d8f780;--router-lime-text:#4d6b13;--router-lime-soft:#eef5dc;--router-cyan:#267385;--router-pink:#9362a2;--router-danger:#bc352d;--chart-floor:#6b8f16;--chart-purple:#7776d5;--chart-cyan:#258a92;--chart-orange:#c87545;--chart-pink:#bb5187;--chart-reference:#84848e;--router-code-bg:#1d1f24;--router-code-text:#e7e9ed;--router-code-muted:#a2a8b4;--router-shadow:0 8px 30px #18181b0c,0 2px 6px #18181b08;--lime:var(--router-lime);--paper:var(--router-bg);--paper-2:var(--router-panel);--ink:var(--router-text);--muted:var(--router-muted);--dim:var(--router-dim);--line-soft:var(--router-border);--amber:#a86b16;--slate:#52525b;color-scheme:light;background:var(--router-bg);color:var(--router-text)}:root[data-theme=dark]{--router-bg:#141416;--router-panel:#1c1c1f;--router-panel-2:#242427;--router-panel-3:#2e2e33;--router-border:#333338;--router-border-strong:#565660;--router-text:#eeeef0;--router-muted:#b0b0b8;--router-dim:#94949f;--router-lime-text:#c6e894;--router-lime-soft:#2c3624;--router-cyan:#87c6d3;--router-pink:#cca3d9;--router-danger:#ff9891;--chart-floor:#b2d36c;--chart-purple:#a09bef;--chart-cyan:#69c4ca;--chart-orange:#eaa579;--chart-pink:#e891bd;--chart-reference:#a3a3ad;--router-code-bg:#121214;--router-shadow:0 8px 30px #0003,0 2px 6px #0002;--amber:#e7b468;color-scheme:dark}body{margin:0;background:var(--router-bg);color:var(--router-text);font-family:var(--font-body);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed}body:has(.router-shell){background:var(--paper)}.router-shell{min-height:100vh;background:var(--router-bg);color:var(--router-text);font-family:var(--font-body);font-size:14px}.router-shell button,.router-shell input,.router-shell select{color:inherit;font:inherit}.router-shell button,.router-shell select{cursor:pointer}.router-shell a:focus-visible,.router-shell button:focus-visible,.router-shell input:focus-visible,.router-shell select:focus-visible{outline:1px solid var(--router-border);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.router-topbar{position:-webkit-sticky;position:sticky;z-index:80;top:0;display:grid;min-height:68px;align-items:center;padding:0 24px;border-bottom:1px solid var(--router-border);background:var(--paper);grid-template-columns:205px minmax(220px,390px) minmax(350px,1fr) auto;grid-gap:24px;gap:24px}.router-brand{display:inline-flex;width:max-content;align-items:center;gap:9px;color:var(--ink);letter-spacing:-.02em}.router-brand img{width:31px;height:31px;object-fit:contain}.router-brand span{font-size:15px;font-weight:600}.router-brand strong{padding:0 5px;background:var(--router-lime);font-weight:600}.models-search,.router-global-search{display:flex;min-height:38px;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);transition:border-color .16s ease,background .16s ease}.models-search:focus-within,.router-global-search:focus-within{background:var(--router-panel-2)}.models-search svg,.router-global-search svg{width:17px;flex:0 0 auto;color:var(--router-muted)}.models-search input,.router-global-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--router-text)}.models-search input::placeholder,.router-global-search input::placeholder{color:var(--router-muted)}.router-global-search kbd{padding:2px 6px;border:1px solid var(--router-border);border-radius:4px;color:var(--router-dim);font-family:inherit;font-size:10px;white-space:nowrap}.router-global-nav{display:flex;align-items:center;justify-content:flex-end;gap:24px}.router-global-nav a{position:relative;padding:24px 0 22px;color:var(--router-muted);font-size:13px;transition:color .14s ease}.router-global-nav a.active,.router-global-nav a:hover{color:var(--ink)}.router-global-nav a.active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--router-lime);content:""}.router-account-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px}.router-network-picker,.router-wallet-button{display:inline-flex;min-height:36px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-network-picker select{max-width:110px;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.router-status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--router-muted);box-shadow:0 0 0 3px rgba(14,14,12,.12)}.router-status-dot.is-online{background:var(--router-lime);box-shadow:0 0 0 3px rgba(214,255,59,.33)}.router-wallet-button{border-color:var(--ink);color:var(--ink);font-size:12px;font-weight:650}.router-wallet-button:hover{border-color:var(--router-lime-text)}.router-wallet-button svg{width:15px}.router-wallet-button.is-connected{padding-left:5px}.router-wallet-avatar{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:var(--ink);color:var(--paper);font-size:10px;text-transform:none}.router-workspace{display:grid;min-height:calc(100vh - 68px);grid-template-columns:248px minmax(0,1fr)}.router-sidebar{position:-webkit-sticky;position:sticky;top:68px;display:flex;height:calc(100vh - 68px);flex-direction:column;padding:18px 12px;border-right:1px solid var(--router-border);background:var(--paper);overflow-y:auto}.router-workspace-switcher{display:grid;min-height:54px;align-items:center;padding:8px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);grid-template-columns:34px minmax(0,1fr) 14px;grid-gap:9px;gap:9px}.router-workspace-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--router-lime);color:var(--ink);font-size:15px;font-weight:900}.router-workspace-switcher>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.router-workspace-switcher strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.router-workspace-switcher small{margin-top:2px;color:var(--router-muted);font-size:10px}.router-workspace-switcher svg{width:14px;color:var(--router-dim)}.router-sidebar-group{display:flex;flex-direction:column;gap:3px;margin-top:24px}.router-eyebrow,.router-sidebar-label{color:var(--router-muted);font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:none}.router-sidebar-label{padding:0 10px 7px}.router-sidebar-link{display:flex;min-height:40px;align-items:center;gap:10px;padding:0 10px;border:1px solid transparent;border-radius:10px;color:var(--router-muted);transition:background .12s ease,border-color .12s ease,color .12s ease}.router-sidebar-link svg{width:17px;height:17px}.router-sidebar-link:hover{background:var(--paper-2);color:var(--ink)}.router-sidebar-link.active{border-color:var(--ink);background:var(--router-lime);color:var(--ink);font-weight:700}.router-sidebar-link small{margin-left:auto;color:var(--router-cyan);font-size:9px}.router-sidebar-note{margin-top:auto;padding:13px;border:1px solid var(--router-border);border-radius:10px;background:linear-gradient(145deg,rgba(14,14,12,.06),rgba(214,255,59,.08))}.router-sidebar-note strong{display:block;margin-top:7px;font-size:12px}.router-sidebar-note p{margin:5px 0 0;color:var(--router-muted);font-size:10px;line-height:1.5}.router-mobile-workspace-toggle,.router-sidebar-scrim{display:none}.router-workspace-main{min-width:0}.router-page{width:min(1220px,100%);margin:0 auto;padding:42px 38px 80px}.router-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.model-detail-header h1,.models-title-row h1,.router-page-heading h1{margin:8px 0 0;color:var(--ink);font-family:var(--font-display);font-size:clamp(34px,3.6vw,48px);font-weight:600;letter-spacing:.005em;line-height:.95;text-transform:none}.models-title-row p,.router-page-heading p{max-width:660px;margin:9px 0 0;color:var(--router-muted);line-height:1.55}.router-page-actions{display:flex;gap:8px}.router-button,.router-shell a.router-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-lime);color:var(--ink);font-size:12px;font-weight:700;text-decoration:none;box-shadow:var(--router-shadow);transition:transform .12s ease,box-shadow .12s ease}.router-button:hover,.router-shell a.router-button:hover{box-shadow:none;transform:none}.router-button svg{width:15px}.router-button.secondary,.router-shell a.router-button.secondary{border-color:var(--router-border-strong);background:var(--paper-2);color:var(--ink)}.router-button.secondary:hover,.router-shell a.router-button.secondary:hover{border-color:var(--ink);background:var(--router-panel-2)}.router-button.is-disabled,.router-shell a.router-button.is-disabled{border-color:var(--router-border);background:var(--paper-2);color:var(--router-muted);box-shadow:none;cursor:default}.router-button.is-disabled:hover,.router-shell a.router-button.is-disabled:hover{box-shadow:none;transform:none}.router-service-banner{display:grid;align-items:center;margin-bottom:18px;padding:14px 16px;border:1px solid rgba(240,165,0,.56);border-radius:10px;background:rgba(240,165,0,.09);grid-template-columns:10px minmax(0,1fr) auto;grid-gap:12px;gap:12px}.router-service-banner.is-live{border-color:rgba(214,255,59,.69);background:rgba(214,255,59,.14)}.router-service-pulse{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 5px rgba(240,165,0,.16)}.router-service-banner.is-live .router-service-pulse{background:var(--router-lime);box-shadow:0 0 0 5px rgba(214,255,59,.24)}.router-service-banner strong{display:block;font-size:12px}.router-service-banner p{margin:3px 0 0;color:var(--router-muted);font-size:11px}.router-live-chip,.router-roadmap-chip,.router-service-network{padding:4px 8px;border:1px solid var(--router-border);border-radius:99px;color:var(--router-muted);font-size:10px;white-space:nowrap}.router-metric-grid{display:grid;margin-top:18px;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.router-metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.model-detail-stat,.router-metric-card,.router-panel{border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel)}.router-metric-card{display:flex;min-height:130px;flex-direction:column;padding:17px}.model-detail-stat>span,.router-metric-card>span{color:var(--router-muted);font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:none}.router-metric-card strong{margin-top:auto;color:var(--ink);font-size:24px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.025em}.router-metric-card small{margin-top:5px;color:var(--router-dim);font-size:10px}.router-overview-section-heading,.router-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.router-overview-section-heading{margin:34px 0 13px}.router-key-help h2,.router-overview-section-heading h2,.router-panel-heading h2{margin:0;font-size:15px;letter-spacing:-.01em}.router-overview-section-heading a,.router-panel-heading a{display:inline-flex;align-items:center;gap:5px;color:var(--router-muted);font-size:11px}.router-overview-section-heading a:hover,.router-panel-heading a:hover{color:var(--router-lime-text)}.router-overview-section-heading svg{width:14px}.router-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.router-quick-card{position:relative;display:grid;min-height:92px;align-items:center;padding:15px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel);grid-template-columns:42px minmax(0,1fr) 15px;grid-gap:12px;gap:12px;overflow:hidden;transition:border-color .14s ease,transform .14s ease}.router-quick-card:before{position:absolute;top:0;bottom:0;left:0;width:2px;background:var(--router-lime);content:""}.router-quick-card.accent-cyan:before{background:var(--router-cyan)}.router-quick-card.accent-pink:before{background:var(--router-pink)}.router-quick-card:hover{border-color:var(--router-border-strong);transform:translateY(-1px)}.router-quick-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:rgba(214,255,59,.24);color:var(--router-lime-text)}.accent-cyan .router-quick-icon{background:rgba(14,14,12,.08);color:var(--router-cyan)}.accent-pink .router-quick-icon{background:rgba(14,14,12,.08);color:var(--router-pink)}.router-quick-icon svg{width:19px}.router-quick-card>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.router-quick-card strong{font-size:12px}.router-quick-card small{margin-top:4px;color:var(--router-muted);font-size:10px;line-height:1.4}.router-quick-card>svg{width:14px;color:var(--router-dim)}.router-overview-columns{display:grid;margin-top:10px;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.router-panel{padding:20px}.router-panel-heading{margin-bottom:20px}.router-panel-heading h2{margin-top:5px}.router-panel-heading>span:not(.router-live-chip){color:var(--router-muted);font-size:11px}.router-live-chip{display:inline-flex;align-items:center;gap:6px}.router-live-chip i{width:5px;height:5px;border-radius:50%;background:var(--router-lime)}.router-budget-row{display:flex;align-items:baseline;justify-content:space-between;color:var(--router-muted);font-size:11px}.router-budget-row strong{color:var(--ink);font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.router-budget-track,.router-usage-bar{display:flex;height:8px;margin-top:18px;border-radius:99px;background:var(--router-panel-3);overflow:hidden}.router-budget-track span,.router-usage-bar .used{min-width:2px;border-radius:99px;background:var(--lime)}.router-usage-bar .reserved{background:var(--amber)}.router-budget-legend{display:flex;flex-wrap:wrap;gap:13px;margin-top:13px;color:var(--router-muted);font-size:10px}.router-budget-legend span{display:inline-flex;align-items:center;gap:5px}.router-budget-legend i{width:6px;height:6px;border-radius:50%;background:var(--router-cyan)}.router-budget-legend i.reserved{background:var(--amber)}.router-budget-legend i.remaining{background:var(--router-panel-3)}.router-empty-compact{display:flex;min-height:92px;align-items:center;justify-content:center;gap:12px;color:var(--router-muted);text-align:center}.router-empty-compact svg{width:22px;flex:0 0 auto;color:var(--router-dim)}.router-empty-compact p{max-width:320px;margin:0;font-size:11px;line-height:1.5}.router-policy-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.router-policy-list li{display:grid;align-items:start;grid-template-columns:26px 1fr;grid-gap:10px;gap:10px}.router-policy-list li>span{display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--router-border);border-radius:8px;color:var(--router-lime-text);font-size:9px}.router-policy-list small,.router-policy-list strong{display:block}.router-policy-list strong{font-size:11px}.router-policy-list small{margin-top:3px;color:var(--router-muted);font-size:10px}.router-inline-error{display:grid;align-items:center;margin-top:12px;padding:13px 15px;border:1px solid rgba(192,57,43,.5);border-radius:10px;background:rgba(192,57,43,.09);grid-template-columns:26px 1fr auto;grid-gap:11px;gap:11px}.router-inline-error>svg{width:20px;color:var(--router-danger)}.router-inline-error strong{font-size:11px}.router-inline-error p{margin:2px 0 0;color:var(--router-muted);font-size:10px}.router-inline-error button{border:0;background:transparent;color:var(--router-danger);font-size:11px}.router-key-safety-strip{display:grid;margin-bottom:12px;padding:13px 15px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.router-key-safety-strip>div{display:grid;align-items:center;grid-template-columns:29px minmax(0,1fr);grid-gap:9px;gap:9px}.router-key-safety-strip svg{width:18px;color:var(--router-cyan)}.router-key-safety-strip span{display:flex;flex-direction:column}.router-key-safety-strip strong{font-size:10px}.router-key-safety-strip small{margin-top:2px;color:var(--router-muted);font-size:9px;line-height:1.4}.router-notice{display:flex;align-items:center;gap:11px;margin:12px 0;padding:11px 13px;border:1px solid rgba(240,165,0,.5);border-radius:10px;background:rgba(240,165,0,.09)}.router-notice>span{padding:3px 6px;border-radius:3px;background:rgba(240,165,0,.32);color:var(--ink);font-size:8px;font-weight:600;letter-spacing:.09em}.router-notice p{margin:0;color:var(--router-muted);font-size:10px;line-height:1.45}.router-api-card .card,.router-protocol-credit-card .card{margin-top:12px;padding:22px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel)}.router-api-card .card h2,.router-protocol-credit-card .card h2{margin:0 0 9px;color:var(--ink);font-size:15px;letter-spacing:-.01em}.router-api-card .muted,.router-protocol-credit-card .muted{color:var(--router-muted);font-size:11px;line-height:1.55}.router-api-card .row,.router-protocol-credit-card .row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--router-border);font-size:12px}.router-api-card .row .label,.router-protocol-credit-card .row .label{color:var(--router-muted)}.router-api-card .value,.router-protocol-credit-card .value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.router-api-card .value.accent,.router-protocol-credit-card .value.accent{color:var(--router-lime-text)}.router-api-card input{min-height:40px;border:1px solid var(--router-border)!important;border-radius:6px!important;background:var(--paper-2)!important;color:var(--ink)!important;caret-color:var(--ink)}.router-api-card input::placeholder{color:var(--router-muted)}.router-api-card button,.router-protocol-credit-card button{min-height:36px;padding:0 13px!important;border:1px solid var(--router-border)!important;border-radius:6px!important;background:var(--router-lime)!important;color:var(--ink)!important;font-size:11px!important;font-weight:750!important}.router-api-card pre,.router-protocol-credit-card pre{padding:14px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);color:var(--ink)}.router-key-help{display:grid;align-items:center;margin-top:12px;grid-template-columns:minmax(210px,.8fr) 1.5fr;grid-gap:28px;gap:28px}.router-key-help h2{margin-top:6px}.router-key-help ul{display:grid;margin:0;padding:0;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;list-style:none}.router-key-help li{position:relative;padding-left:14px;color:var(--router-muted);font-size:10px;line-height:1.5}.router-key-help li:before{position:absolute;top:5px;left:0;width:5px;height:5px;border-radius:50%;background:var(--router-lime);content:""}.router-activity-ledger,.router-credit-explainer,.router-settings-panel,.router-upstream-health,.router-usage-panel{margin-top:12px}.router-usage-bar{height:13px;margin-top:30px}.router-empty-ledger{display:flex;min-height:250px;align-items:center;flex-direction:column;justify-content:center;text-align:center}.router-empty-ledger h3{margin:18px 0 0;font-size:13px}.router-empty-ledger p{max-width:560px;margin:8px 0 0;color:var(--router-muted);font-size:11px;line-height:1.6}.router-ledger-illustration{display:flex;height:54px;align-items:flex-end;gap:5px}.router-ledger-illustration i{width:8px;border-radius:2px 2px 0 0;background:var(--router-panel-3)}.router-ledger-illustration i:first-child{height:24px}.router-ledger-illustration i:nth-child(2){height:44px;background:var(--router-panel-3)}.router-ledger-illustration i:nth-child(3){height:34px}.router-roadmap-chip{border-color:rgba(14,14,12,.2);color:var(--router-cyan)}.router-credit-hero{position:relative;min-height:210px;padding:32px;border:1px solid rgba(214,255,59,.6);border-radius:10px;background:linear-gradient(110deg,rgba(214,255,59,.24),transparent 48%),radial-gradient(circle at 85% 20%,rgba(14,14,12,.14),transparent 16rem),var(--paper-2);overflow:hidden}.router-credit-hero>div{position:relative;z-index:2;display:flex;flex-direction:column}.router-credit-hero>div>span{color:var(--router-muted);font-size:11px}.router-credit-hero>div>strong{margin-top:20px;font-size:clamp(34px,5vw,52px);letter-spacing:-.05em}.router-credit-hero>div>strong small{color:var(--router-muted);font-size:14px;font-weight:500;letter-spacing:0}.router-credit-hero p{margin:12px 0 0;color:var(--router-lime-text);font-size:10px}.router-credit-orbit{position:absolute;top:50%;right:9%;display:grid;width:120px;height:120px;place-items:center;border:1px solid rgba(214,255,59,.6);border-radius:50%;transform:translateY(-50%)}.router-credit-orbit:after,.router-credit-orbit:before{position:absolute;border:1px solid rgba(14,14,12,.16);border-radius:50%;content:""}.router-credit-orbit:before{width:170px;height:70px;transform:rotate(-23deg)}.router-credit-orbit:after{width:80px;height:170px;transform:rotate(35deg)}.router-credit-orbit i{display:grid;width:70px;height:70px;place-items:center;border-radius:50%;background:var(--router-lime);box-shadow:0 0 45px rgba(214,255,59,.51);color:var(--ink);font-size:19px;font-style:normal;font-weight:900}.router-credit-breakdown{display:grid;margin-top:10px;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.router-credit-breakdown article{display:flex;min-height:105px;flex-direction:column;padding:15px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel)}.router-credit-breakdown span{color:var(--router-muted);font-size:9px;text-transform:none;letter-spacing:.07em}.router-credit-breakdown strong{margin-top:auto;font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.router-credit-breakdown small{margin-top:3px;color:var(--router-dim);font-size:9px}.router-credit-explainer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:40px;gap:40px}.router-credit-explainer h2{margin:5px 0 0;font-size:15px}.router-credit-explainer p{max-width:570px;margin:8px 0 0;color:var(--router-muted);font-size:10px;line-height:1.55}.router-credit-explainer ol{display:flex;align-items:center;margin:0;padding:0;gap:9px;list-style:none}.router-credit-explainer li{display:inline-flex;align-items:center;gap:6px;color:var(--router-muted);font-size:10px;white-space:nowrap}.router-credit-explainer li:not(:last-child):after{margin-left:4px;color:var(--router-dim);content:"→"}.router-credit-explainer li span{display:grid;width:20px;height:20px;place-items:center;border:1px solid var(--router-border);border-radius:50%;color:var(--router-lime-text);font-size:8px}.router-onboarding-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.router-onboarding-steps article{position:relative;display:grid;min-height:114px;align-items:start;padding:16px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel);grid-template-columns:30px minmax(0,1fr);grid-gap:10px;gap:10px}.router-onboarding-steps article>span:first-child{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--router-border);border-radius:10px;background:var(--router-lime);color:var(--ink);font-size:9px;font-weight:700}.router-onboarding-steps strong{font-size:11px}.router-onboarding-steps p{margin:5px 0 0;color:var(--router-muted);font-size:9px;line-height:1.45}.router-onboarding-steps a{position:absolute;right:13px;bottom:12px;display:inline-flex;align-items:center;gap:3px;color:var(--router-lime-text);font-size:9px}.router-onboarding-steps a svg{width:11px}.router-step-status{position:absolute;right:13px;bottom:12px;color:var(--router-cyan);font-size:8px;font-weight:750;letter-spacing:0}.router-quickstart-code{margin-top:12px}.router-model-select{display:flex;align-items:center;gap:8px}.router-model-select>span{color:var(--router-muted);font-size:10px}.router-model-select select,.router-settings-row select{max-width:350px;min-height:34px;padding:0 28px 0 9px;border:1px solid var(--router-border);border-radius:8px;background:var(--paper-2);color:var(--ink);font-size:10px}.router-code-block{border:1px solid var(--router-border);border-radius:10px;background:var(--ink);color:var(--paper);overflow:hidden}.router-code-toolbar{display:flex;min-height:43px;align-items:center;justify-content:space-between;padding:0 8px 0 12px;border-bottom:1px solid var(--router-border);background:#1c1c1a}.router-code-tabs{align-self:stretch;display:flex;gap:18px}.router-code-tabs button{position:relative;border:0;background:transparent;color:rgba(238,236,227,.6);font-size:10px}.router-code-tabs button.active{color:var(--paper)}.router-code-tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--router-lime);content:""}.router-copy-button{display:inline-flex;min-height:29px;align-items:center;gap:5px;padding:0 8px;border:1px solid rgba(238,236,227,.4);border-radius:4px;background:#1c1c1a;color:var(--paper);font-size:9px}.router-copy-button svg{width:13px}.router-code-block pre{min-height:260px;margin:0;padding:21px;overflow-x:auto;color:var(--router-muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;line-height:1.65;-moz-tab-size:2;tab-size:2}.router-quickstart-notes{display:grid;margin-top:10px;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.router-quickstart-notes article{display:grid;padding:14px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);grid-template-columns:24px minmax(0,1fr);grid-gap:9px;gap:9px}.router-quickstart-notes svg{width:17px;color:var(--router-cyan)}.router-quickstart-notes strong{font-size:10px}.router-quickstart-notes p{margin:4px 0 0;color:var(--router-muted);font-size:9px;line-height:1.5}.router-settings-panel{padding:0 20px}.router-settings-row{display:grid;min-height:86px;align-items:center;border-bottom:1px solid var(--router-border);grid-template-columns:minmax(240px,1fr) minmax(220px,auto);grid-gap:30px;gap:30px}.router-settings-row:last-child{border-bottom:0}.router-settings-row strong{font-size:11px}.router-settings-row p{margin:4px 0 0;color:var(--router-muted);font-size:9px}.router-settings-row code{max-width:440px;overflow:hidden;color:var(--router-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.router-identity-status{display:inline-flex;align-items:center;justify-self:end;gap:6px;color:var(--router-muted);font-size:10px}.router-identity-status i{width:7px;height:7px;border-radius:50%;background:var(--router-dim)}.router-identity-status.verified{color:var(--router-lime-text)}.router-identity-status.verified i{background:var(--router-lime)}.router-upstream-list{display:flex;flex-direction:column}.router-upstream-list>div{display:grid;min-height:50px;align-items:center;border-top:1px solid var(--router-border);grid-template-columns:15px 1fr 120px 130px;grid-gap:8px;gap:8px}.router-upstream-list strong{font-size:11px;text-transform:capitalize}.router-upstream-list span:not(.router-status-dot){color:var(--router-muted);font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.router-upstream-list small{color:var(--router-muted);font-size:9px;text-align:right}.models-explorer{display:grid;min-height:calc(100vh - 68px);grid-template-columns:264px minmax(0,1fr)}.model-filters{position:-webkit-sticky;position:sticky;top:68px;height:calc(100vh - 68px);padding:22px 17px 50px;border-right:1px solid var(--router-border);background:var(--paper);overflow-y:auto}.model-filter-title{display:flex;align-items:center;gap:8px;padding:0 5px 15px;border-bottom:1px solid var(--router-border);color:var(--ink);font-size:12px;font-weight:650}.model-filter-title svg{width:16px;color:var(--router-lime-text)}.model-filters fieldset{display:flex;flex-direction:column;gap:10px;margin:0;padding:19px 5px;border:0;border-bottom:1px solid var(--router-border)}.model-filters legend{margin-bottom:2px;color:var(--ink);font-size:11px;font-weight:650}.model-filters label{display:flex;align-items:center;gap:8px;color:var(--router-muted);font-size:10px;cursor:pointer}.model-filters input{width:14px;height:14px;margin:0;accent-color:var(--router-lime-text)}.model-filter-note{display:grid;margin-top:18px;padding:12px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);grid-template-columns:19px minmax(0,1fr);grid-gap:8px;gap:8px}.model-filter-note svg{width:17px;color:var(--router-cyan)}.model-filter-note p{margin:0;color:var(--router-muted);font-size:9px;line-height:1.5}.models-results{width:min(1400px,100%);min-width:0;margin:0 auto;padding:34px 28px 80px}.models-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.models-title-row h1{font-size:30px}.models-title-row p{font-size:11px}.models-catalog-stat{display:flex;align-items:baseline;gap:6px;padding-bottom:4px}.models-catalog-stat strong{color:var(--router-lime-text);font-size:18px}.models-catalog-stat span{color:var(--router-muted);font-size:9px;text-transform:none;letter-spacing:0}.models-toolbar{display:grid;margin-top:24px;grid-template-columns:minmax(260px,1fr) 190px auto;grid-gap:8px;gap:8px}.models-search{min-height:40px}.models-sort select{width:100%;height:40px;padding:0 12px;color:var(--router-muted);font-size:10px}.models-sort select,.models-view-toggle{border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.models-view-toggle{display:flex;padding:3px}.models-view-toggle button{display:inline-flex;min-width:65px;align-items:center;justify-content:center;gap:5px;border:0;border-radius:4px;background:transparent;color:var(--router-muted);font-size:9px}.models-view-toggle button.active{background:var(--ink);color:var(--paper)}.models-view-toggle svg{width:13px}.models-category-tabs{display:flex;align-items:center;gap:24px;margin-top:19px;border-bottom:1px solid var(--router-border)}.model-detail-nav,.models-category-tabs{scrollbar-width:none}.model-detail-nav::-webkit-scrollbar,.models-category-tabs::-webkit-scrollbar{display:none}.models-category-tabs span{position:relative;padding:0 1px 12px;color:var(--router-muted);font-size:10px}.models-category-tabs span.active{color:var(--router-lime-text)}.models-category-tabs span.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--router-lime);content:""}.models-category-tabs strong{padding-left:3px;color:var(--router-dim);font-weight:500}.models-category-tabs span.disabled{opacity:.5}.models-savings-note{margin:9px 0 0;color:#737f81;font-size:8px;line-height:1.5}.models-savings-note strong{color:var(--router-muted);font-weight:650}.model-list{display:flex;flex-direction:column;gap:7px;margin-top:18px}.model-list-row{position:relative;display:block;min-height:140px;padding:17px 55px 16px 18px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel);transition:border-color .13s ease,background .13s ease,transform .13s ease}.model-list-row:hover{border-color:#3b484d;background:var(--paper-2);transform:translateY(-1px)}.model-row-heading{gap:10px}.model-logo{position:relative;display:grid;width:var(--model-logo-size);height:var(--model-logo-size);flex:0 0 var(--model-logo-size);place-items:center;overflow:hidden;border-radius:clamp(6px,calc(var(--model-logo-size) * .18),10px);color:var(--model-logo-color);font-size:12px;font-weight:600}.model-logo--detail{font-size:17px}.model-logo--png{border:1px solid var(--router-border);background:#ffffff}.model-logo--png .model-logo__image{padding:10%}.model-logo__fallback{position:absolute;inset:0;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--model-logo-color) 35%,transparent);border-radius:inherit;background:color-mix(in srgb,var(--model-logo-color) 9%,var(--paper-2))}.model-logo:has(.model-logo__image) .model-logo__fallback{visibility:hidden}.model-logo--broken .model-logo__fallback{visibility:visible}.model-logo__image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain}.model-row-heading>div>span{display:block;max-width:min(650px,60vw);margin-top:3px;overflow:hidden;color:var(--router-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.model-row-badges{display:flex;flex:0 0 auto;gap:5px;margin-right:62px;margin-left:auto}.model-badge{display:inline-flex;align-items:center;min-height:19px;padding:0 6px;border:1px solid var(--router-border);border-radius:4px;font-size:8px;font-weight:750;letter-spacing:.06em}.model-badge.text{border-color:rgba(14,14,12,.2);background:rgba(14,14,12,.07);color:var(--router-cyan)}.model-badge.fallback{border-color:rgba(240,165,0,.4);background:rgba(240,165,0,.12);color:#8a6100}.model-savings-badge{display:inline-flex;min-height:21px;align-items:center;padding:0 8px;border:1px solid rgba(214,255,59,.9);border-radius:4px;background:rgba(214,255,59,.33);box-shadow:inset 0 0 14px rgba(214,255,59,.12);color:var(--router-lime-text);font-size:8px;font-weight:850;letter-spacing:.055em;line-height:1}.model-row-badges>.model-savings-badge{max-width:none;margin-top:0;overflow:visible;color:var(--router-lime-text);font-family:inherit;text-overflow:clip}.model-list-row>p{max-width:920px;margin:12px 0 0;color:#929c9d;font-size:10px;line-height:1.55}.model-row-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;color:#758084;font-size:9px}.model-row-meta i{width:2px;height:2px;border-radius:50%;background:#495357}.model-row-meta strong{color:var(--router-muted);font-weight:600}.model-row-meta strong span{display:inline}.model-row-freshness{position:absolute;top:18px;right:18px;color:#626d71;font-size:8px}.model-row-arrow{position:absolute;right:18px;bottom:18px;width:15px;color:#515c60}.models-loading{display:flex;flex-direction:column;gap:7px;margin-top:18px}.models-loading span{height:140px;border:1px solid var(--router-border);border-radius:10px;background:linear-gradient(90deg,var(--paper-2),var(--paper-2),var(--paper-2));background-size:200% 100%;animation:router-shimmer 1.4s linear infinite}@keyframes router-shimmer{to{background-position:-200% 0}}.models-empty{display:flex;min-height:440px;align-items:center;flex-direction:column;justify-content:center;padding:40px;text-align:center}.models-empty>svg{width:35px;color:var(--router-dim)}.models-empty h1,.models-empty h2{margin:17px 0 0;font-size:17px}.models-empty p{max-width:480px;margin:8px 0 18px;color:var(--router-muted);font-size:11px;line-height:1.55}.models-empty code{color:var(--router-cyan)}.models-load-more{display:flex;width:100%;min-height:43px;align-items:center;justify-content:center;gap:7px;margin-top:11px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);color:var(--router-muted);font-size:10px}.models-load-more:hover{border-color:var(--router-border-strong)}.models-load-more span{color:var(--router-dim)}.model-route-table-wrap,.model-table-wrap{margin-top:18px;border:1px solid var(--router-border);border-radius:10px;overflow-x:auto}.model-route-table,.model-table{width:100%;border-collapse:collapse;font-size:10px}.model-route-table th,.model-table th{height:42px;color:#748085;font-size:8px;font-weight:650;letter-spacing:.06em;text-align:left;text-transform:none}.model-route-table td,.model-route-table th,.model-table td,.model-table th{padding:0 13px;border-bottom:1px solid var(--router-border);white-space:nowrap}.model-route-table td,.model-table td{height:62px;color:var(--router-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.model-route-table tr:last-child td,.model-table tr:last-child td{border-bottom:0}.model-table tbody tr:hover{background:var(--paper-2)}.model-table td:first-child{min-width:360px}.model-table td:first-child a{display:flex;align-items:center;gap:10px}.model-table td:first-child a>span:last-child{display:flex;min-width:0;flex-direction:column}.model-table td:first-child strong{color:var(--ink);font-size:11px}.model-table td:first-child small{max-width:300px;margin-top:3px;overflow:hidden;color:var(--router-muted);font-family:monospace;font-size:8px;text-overflow:ellipsis}.model-availability{display:inline-flex;align-items:center;gap:6px;color:var(--router-muted)}.model-availability i{width:6px;height:6px;border-radius:50%;background:var(--router-dim)}.model-availability.available{color:var(--router-muted)}.model-availability.available i{background:var(--router-lime)}.model-table-open svg{width:14px;color:var(--router-muted)}.model-detail-page{width:min(1240px,100%);margin:0 auto;padding:28px 28px 90px}.model-breadcrumb{display:flex;min-width:0;align-items:center;gap:5px;color:var(--router-muted);font-size:9px}.model-breadcrumb svg{width:11px;flex:0 0 auto}.model-breadcrumb span{overflow:hidden;color:#697477;font-family:monospace;text-overflow:ellipsis;white-space:nowrap}.model-detail-header{position:relative;display:grid;margin-top:28px;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px}.model-detail-identity{display:flex;align-items:center;gap:13px}.model-detail-header h1{margin-top:3px;font-size:30px}.model-detail-actions{display:flex;align-items:center;gap:7px}.model-detail-id{display:flex;flex-wrap:wrap;align-items:center;gap:9px;grid-column:1/-1}.model-detail-id code{padding:4px 0;color:var(--router-muted);font-size:10px}.model-detail-aliases{max-width:100%;margin:-9px 0 0;overflow-wrap:anywhere;color:#6f7a7d;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;line-height:1.55;grid-column:1/-1}.model-detail-aliases span{color:#99a5a3;font-family:inherit}.model-detail-summary{max-width:900px;margin:2px 0 0;color:#9aa4a5;font-size:12px;line-height:1.65;grid-column:1/-1}.model-detail-stats{display:grid;margin-top:28px;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.model-detail-stat{display:flex;min-height:92px;flex-direction:column;padding:14px}.model-detail-stat strong{margin-top:auto;font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.model-detail-stat small{margin-top:3px;color:var(--router-muted);font-size:9px}.model-detail-stat.savings{border-color:rgba(214,255,59,.6);background:linear-gradient(145deg,rgba(214,255,59,.24),var(--router-panel) 65%)}.model-detail-stat.savings strong{color:var(--router-lime-text)}.model-detail-layout{display:grid;align-items:start;margin-top:32px;padding-top:28px;border-top:1px solid var(--router-border);grid-template-columns:170px minmax(0,1fr);grid-gap:34px;gap:34px}.model-detail-nav{position:-webkit-sticky;position:sticky;top:94px;display:flex;flex-direction:column;gap:3px}.model-detail-nav a{display:flex;min-height:36px;align-items:center;gap:8px;padding:0 9px;border-radius:8px;color:var(--router-muted);font-size:10px}.model-detail-nav a svg{width:15px}.model-detail-nav a:hover{background:var(--paper-2);color:var(--ink)}.model-detail-nav a.active{background:var(--router-lime-soft);color:var(--router-lime-text)}.model-detail-content{min-width:0}.model-detail-section{scroll-margin-top:95px;padding-bottom:42px}.model-detail-section+.model-detail-section{padding-top:34px;border-top:1px solid var(--router-border)}.model-section-heading{display:grid;align-items:start;grid-template-columns:28px minmax(0,1fr);grid-gap:10px;gap:10px}.model-section-heading>span{display:grid;width:27px;height:27px;place-items:center;border:1px solid var(--router-border);border-radius:8px;background:var(--paper-2);color:var(--router-lime-text)}.model-section-heading svg{width:14px}.model-section-heading h2{margin:2px 0 0;font-size:16px}.model-section-heading p{margin:5px 0 0;color:var(--router-muted);font-size:10px;line-height:1.5}.model-route-table td:first-child{display:flex;align-items:center;gap:8px;min-width:180px}.route-upstream-mark{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--router-border);border-radius:8px;background:var(--paper-2);color:var(--router-cyan);font-size:9px;font-weight:600}.model-route-table td strong{color:var(--ink);font-size:10px;text-transform:capitalize}.route-model-id{display:block;max-width:320px;overflow:hidden;color:#9da8a6;font-size:9px;text-overflow:ellipsis}.model-route-table tr.ineligible{opacity:.57}.route-role{display:inline-flex;min-height:21px;align-items:center;padding:0 7px;border:1px solid rgba(214,255,59,.54);border-radius:99px;background:var(--router-lime-soft);color:var(--router-muted);font-size:8px}.route-role.fallback{border-color:rgba(240,165,0,.36);background:rgba(240,165,0,.12);color:var(--ink)}.model-table-footnote{margin:10px 0 0;color:var(--router-muted);font-size:9px;line-height:1.5}.model-table-footnote span{color:var(--router-lime-text)}.model-pricing-callout{display:grid;margin-top:18px;padding:18px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel);grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 30px;gap:10px 30px}.model-pricing-callout>div{display:flex;flex-direction:column;padding-right:20px;border-right:1px solid var(--router-border)}.model-pricing-callout>div:nth-child(3){border-right:0}.model-pricing-callout span{color:var(--router-muted);font-size:9px}.model-pricing-callout strong{margin-top:8px;font-size:24px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.model-pricing-callout .model-balanced-savings strong{color:var(--router-lime-text)}.model-pricing-callout strong small{color:var(--router-muted);font-size:9px;font-weight:500}.model-pricing-callout p{margin:7px 0 0;padding-top:14px;border-top:1px solid var(--router-border);color:var(--router-muted);font-size:9px;line-height:1.55;grid-column:1/-1}.model-detail-section .router-code-block{margin-top:18px}.model-policy-grid{display:grid;margin-top:18px;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.model-policy-grid article{display:grid;min-height:115px;padding:15px;border:1px solid var(--router-border);border-radius:10px;background:var(--router-panel);grid-template-columns:25px minmax(0,1fr);grid-gap:8px;gap:8px}.model-policy-grid article>span{color:var(--router-lime-text);font-family:monospace;font-size:9px}.model-policy-grid strong{font-size:10px}.model-policy-grid p{margin:7px 0 0;color:var(--router-muted);font-size:9px;line-height:1.5;grid-column:2}.model-detail-loading{display:flex;flex-direction:column;gap:10px;padding-top:70px}.model-detail-loading span{height:80px;border:1px solid var(--router-border);border-radius:10px;background:linear-gradient(90deg,var(--paper-2),var(--paper-2),var(--paper-2));background-size:200% 100%;animation:router-shimmer 1.4s linear infinite}.model-detail-loading span:first-child{width:54%;height:52px}.model-detail-loading span:nth-child(2){height:105px}.model-detail-loading span:nth-child(3){height:290px}@media (max-width:1180px){.router-topbar{grid-template-columns:175px minmax(190px,1fr) auto;gap:16px}.router-global-nav{display:none}.router-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-list-row>p{max-width:700px}}@media (max-width:900px){.router-topbar{padding:0 14px;grid-template-columns:auto minmax(150px,1fr) auto}.router-brand{width:32px;overflow:hidden}.router-brand span,.router-network-picker{display:none}.router-workspace{display:block}.router-mobile-workspace-toggle{display:flex;position:-webkit-sticky;position:sticky;z-index:55;top:68px;width:100%;min-height:42px;align-items:center;gap:8px;padding:0 16px;border:0;border-bottom:1px solid var(--router-border);background:var(--paper-2);color:var(--router-muted);font-size:10px}.router-mobile-workspace-toggle svg{width:16px}.router-sidebar-scrim{position:fixed;z-index:58;inset:68px 0 0;display:block;border:0;background:rgba(0,0,0,.56)}.router-sidebar{position:fixed;z-index:60;top:68px;bottom:0;left:0;width:248px;height:auto;transform:translateX(-102%);transition:transform .17s ease}.router-sidebar.is-open{transform:translateX(0)}.router-page{padding:30px 22px 70px}.router-credit-explainer,.router-key-help,.router-onboarding-steps,.router-overview-columns,.router-quick-grid,.router-quickstart-notes{grid-template-columns:1fr}.router-credit-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}.router-key-help ul{grid-template-columns:1fr}.router-credit-explainer ol{flex-wrap:wrap}.models-explorer{display:block}.model-filters{position:static;width:100%;height:auto;padding:12px 20px;border-right:0;border-bottom:1px solid var(--router-border)}.model-filter-title{border-bottom:0;padding-bottom:0}.model-filter-note,.model-filters fieldset{display:none}.model-detail-layout{grid-template-columns:1fr}.model-detail-nav{position:static;flex-direction:row;padding-bottom:8px;overflow-x:auto}.model-detail-nav a{flex:0 0 auto}.model-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.router-topbar{min-height:60px;grid-template-columns:33px minmax(0,1fr) auto;gap:9px}.router-global-search{min-height:34px}.router-global-search kbd{display:none}.router-wallet-button{min-height:34px;padding:0 9px}.router-wallet-button.is-connected>span:last-child{display:none}.router-mobile-workspace-toggle,.router-sidebar{top:60px}.router-sidebar-scrim{inset:60px 0 0}.router-page{padding:24px 15px 60px}.router-page-heading{align-items:flex-start;flex-direction:column;margin-bottom:21px}.router-page-heading h1{font-size:27px}.router-page-heading p{font-size:11px}.router-service-banner{align-items:start;grid-template-columns:10px 1fr}.router-service-network{display:none}.router-metric-grid,.router-metric-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.router-metric-card{min-height:112px;padding:13px}.router-metric-card strong{font-size:19px}.router-key-safety-strip,.router-quick-grid{grid-template-columns:1fr}.router-api-card .row{align-items:flex-start;flex-direction:column}.router-api-card .row>*{width:100%}.router-credit-hero{min-height:190px;padding:24px 20px}.router-credit-orbit{right:-50px;opacity:.5}.router-credit-hero>div>strong{font-size:34px}.router-credit-breakdown{grid-template-columns:1fr 1fr}.router-onboarding-steps{grid-template-columns:1fr}.router-model-select,.router-panel-heading{align-items:flex-start;flex-direction:column}.router-model-select{width:100%}.router-model-select select{width:100%;max-width:none}.router-code-tabs{gap:9px}.router-code-block pre{min-height:300px;padding:15px;font-size:9px}.router-settings-row{align-items:start;padding:17px 0;grid-template-columns:1fr;gap:12px}.router-identity-status{justify-self:start}.router-upstream-list>div{min-height:62px;grid-template-columns:14px 1fr auto}.router-upstream-list small{display:none}.models-results{padding:25px 14px 60px}.models-title-row{align-items:flex-start}.models-catalog-stat{display:none}.models-toolbar{grid-template-columns:1fr 1fr}.models-search{grid-column:1/-1}.models-category-tabs{gap:17px;overflow-x:auto}.models-category-tabs span{flex:0 0 auto}.model-list-row{min-height:190px;padding:15px 35px 15px 14px}.model-row-heading{align-items:flex-start;flex-wrap:wrap}.model-row-badges{display:flex;width:100%;margin:2px 0 0 44px}.model-row-badges .model-badge{display:none}.model-row-heading>div>span{max-width:55vw}.model-row-freshness{display:none}.model-row-meta{padding-right:3px}.model-table td:first-child{min-width:270px}.model-detail-page{padding:22px 15px 70px}.model-detail-header{display:flex;margin-top:21px;flex-direction:column}.model-detail-actions{order:4}.model-detail-actions .router-button{flex:1 1}.model-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.model-detail-layout{gap:22px}.model-policy-grid,.model-pricing-callout{grid-template-columns:1fr}.model-pricing-callout>div{padding:0 0 14px;border-right:0;border-bottom:1px solid var(--router-border)}.model-pricing-callout p{grid-column:1}.model-policy-grid p{grid-column:2}}.router-code-block code,.router-code-block pre{color:var(--paper)}.router-wallet-menu{position:relative}.router-wallet-options{position:absolute;z-index:90;top:calc(100% + 8px);right:0;display:grid;min-width:210px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);box-shadow:var(--router-shadow)}.router-wallet-options button{display:flex;align-items:center;gap:10px;padding:11px 12px;border:0;background:transparent;color:var(--ink);font-size:12px;font-weight:500;text-align:left}.router-wallet-options button+button{border-top:1px solid var(--router-border)}.router-wallet-options button:hover{background:var(--router-lime)}.router-wallet-options img,.router-wallet-options svg{width:18px;height:18px}.model-list-row{align-items:center;grid-template-columns:minmax(0,1fr) auto auto auto;gap:12px 28px;padding:14px 18px}.model-row-heading{display:flex;min-width:0;align-items:center;gap:14px}.model-row-heading>div{min-width:0}.model-row-heading h2{margin:0;font-size:20px}.model-row-heading>div>span{margin-top:2px;font-family:var(--font-mono);font-size:11px}.model-row-price{display:grid;min-width:100px;justify-items:start;line-height:1.15}.model-row-price s{min-height:14px;color:var(--router-muted);font-size:11px;text-decoration-thickness:1.5px}.model-row-price s.is-empty{text-decoration:none}.model-row-price strong{font-size:15px;font-weight:700}.model-row-price small{margin-top:2px;color:var(--router-muted);font-size:9px;letter-spacing:0;text-transform:none}.model-row-end{display:flex;align-items:center;gap:12px}.model-savings-badge{padding:7px 14px;border-radius:999px;font-size:12px;white-space:nowrap}@media (max-width:720px){.model-list-row{grid-template-columns:1fr 1fr}.model-row-end,.model-row-heading{grid-column:1/-1}.model-row-end{justify-content:space-between}}.models-search input:focus,.models-search input:focus-visible,.router-global-search input:focus,.router-global-search input:focus-visible{outline:none;box-shadow:none}.models-search:focus-within,.router-global-search:focus-within{border-color:var(--ink);background:var(--paper-2)}.model-filters label small{margin-left:auto;color:var(--router-muted);font-size:10px}.model-filters label:has(input:checked) small{color:var(--ink)}.model-filter-more{width:max-content;margin-top:4px;padding:6px 10px;border:0;background:transparent;color:var(--router-muted);font-size:11px;letter-spacing:0;text-decoration:underline;text-underline-offset:3px;text-transform:none}.model-filter-more:hover{color:var(--ink)}.model-filter-empty{margin:0;padding:4px 10px;color:var(--router-dim);font-size:11px}*{scrollbar-width:thin;scrollbar-color:var(--router-border-strong) transparent}.router-keys-panel{display:grid;grid-gap:0;gap:0;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-keys-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--router-border)}.router-keys-search{display:flex;min-height:40px;flex:1 1;align-items:center;max-width:380px;padding:0 12px;border:1px solid var(--router-border);border-radius:8px;background:var(--paper)}.router-keys-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.router-keys-search input::placeholder{color:var(--router-muted)}.router-keys-note{margin:0;padding:10px 16px;background:rgba(240,165,0,.12);color:var(--ink);font-size:11px}.router-keys-create,.router-keys-note{border-bottom:1px solid var(--router-border)}.router-keys-create{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 16px;background:var(--paper)}.router-keys-create input{min-width:240px;min-height:38px;flex:1 1;padding:0 12px;background:var(--paper-2);color:var(--ink);font-size:12px}.router-keys-create input,.router-keys-secret{border:1px solid var(--router-border);border-radius:10px}.router-keys-secret{display:grid;grid-gap:8px;gap:8px;margin:14px 16px 0;padding:14px 16px;background:rgba(214,255,59,.35)}.router-keys-secret strong{font-size:13px;letter-spacing:0;text-transform:none}.router-keys-secret>span{color:var(--router-muted);font-size:11px}.router-keys-secret code{padding:10px 12px;border:1px solid var(--router-border);border-radius:4px;background:var(--paper-2);font-size:12px;word-break:break-all}.router-keys-secret>div{display:flex;flex-wrap:wrap;gap:10px}.router-keys-table-wrap{overflow-x:auto}.router-keys-table{width:100%;border-collapse:collapse;font-size:12px}.router-keys-table td,.router-keys-table th{padding:14px 16px;text-align:left;vertical-align:middle}.router-keys-table td strong{display:block;font-size:13px;font-weight:700}.router-keys-table td code{display:block;margin-top:3px;color:var(--router-muted);font-size:11px}.router-keys-table tr.is-revoked td{color:var(--router-muted)}.router-keys-table tr.is-revoked td strong{color:var(--router-muted);text-decoration:line-through}.router-keys-status{display:inline-flex;align-items:center;gap:7px;font-size:11px;letter-spacing:0;text-transform:none}.router-keys-status i{width:8px;height:8px;border:1px solid var(--router-border);border-radius:50%;background:var(--router-muted)}.router-keys-status.is-active i{background:#5aa300}.router-keys-revoke{padding:7px 12px;border:1px solid var(--router-border);border-radius:4px;background:var(--paper-2);color:var(--ink);font-size:10px;font-weight:700;letter-spacing:0;text-transform:none}.router-keys-revoke:hover{background:var(--ink);color:var(--paper)}.router-keys-table td:last-child{text-align:right}.router-keys-empty{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0;padding:26px 16px;color:var(--router-muted);font-size:12px}.router-keys-footer{padding:12px 16px;border-top:1px solid var(--router-border);color:var(--router-muted);font-size:11px;letter-spacing:0;text-transform:none}.router-keys-error{margin:0;padding:10px 16px 14px;color:var(--router-danger);font-size:12px}@media (max-width:640px){.router-keys-toolbar{flex-direction:column;align-items:stretch}.router-keys-search{max-width:none}}.router-api-card .router-keys-search input{min-height:0;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important}.router-api-card .router-keys-create input{border:1px solid var(--router-border)!important;border-radius:6px!important;background:var(--paper-2)!important;color:var(--ink)!important}.router-api-card .router-keys-revoke{min-height:0;padding:7px 12px!important;border:1px solid var(--router-border)!important;border-radius:4px!important;background:var(--paper-2)!important;color:var(--ink)!important;font-size:10px!important;font-weight:700!important}.router-api-card .router-keys-revoke:hover{background:var(--ink)!important;color:var(--paper)!important}.router-api-card .router-button.secondary{border:1px solid var(--router-border)!important;background:var(--paper-2)!important;color:var(--ink)!important;font-size:12px!important}.router-usage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.router-usage-card{display:grid;align-content:start;grid-gap:4px;gap:4px;padding:18px 18px 16px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-usage-card>span{color:var(--ink);font-size:11px;font-weight:500;letter-spacing:0;text-transform:none}.router-usage-card>strong{font-family:var(--font-display);font-size:36px;font-weight:600;letter-spacing:.01em;line-height:1}.router-usage-card>small{color:var(--router-muted);font-size:11px}.usage-chart svg{display:block;width:100%;height:96px;margin-top:12px}.usage-chart-empty{fill:var(--router-panel-3)}.usage-chart-axis{display:flex;justify-content:space-between;margin-top:4px;color:var(--router-muted);font-size:9px;letter-spacing:.06em;text-transform:none}.usage-chart-legend{display:grid;margin:12px 0 0;padding:0;grid-gap:6px;gap:6px;list-style:none}.usage-chart-legend li{display:flex;align-items:center;gap:8px;font-size:11px}.usage-chart-legend li i{width:9px;height:9px;flex:none;border:1px solid var(--router-border);border-radius:50%}.usage-chart-legend li span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usage-chart-legend li b{font-weight:700}.usage-chart-legend li.is-empty{color:var(--router-muted)}.router-usage-empty{display:grid;min-height:140px;place-items:center;margin-top:12px;padding:12px;border:1px solid var(--router-border);border-radius:4px;color:var(--router-muted);font-size:11px;text-align:center}.router-fleet{margin-top:30px}.router-fleet-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.router-fleet-head h2{margin:4px 0 0;font-family:var(--font-display);font-size:28px;font-weight:600;letter-spacing:.01em;line-height:1;text-transform:none}.router-tabs{display:inline-flex;overflow:hidden;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-tabs button{padding:8px 14px;border:0;background:transparent;color:var(--router-muted);font-size:11px;font-weight:700;letter-spacing:0;text-transform:none}.router-tabs button+button{border-left:1px solid var(--router-border)}.router-tabs button.is-active{background:var(--router-lime);color:var(--ink)}.router-fleet-chip{display:inline-block;margin-bottom:10px;padding:4px 8px;border:1px solid var(--router-border);border-radius:4px;background:rgba(240,165,0,.18);font-size:10px;letter-spacing:0;text-transform:none}.router-fleet-bar{grid-column:2;height:8px;margin-top:8px;overflow:hidden;border:1px solid var(--router-border);border-radius:3px;background:var(--paper)}.router-fleet-bar i{display:block;height:100%;background:var(--router-lime)}.router-machines-empty{display:grid;align-items:center;grid-template-columns:160px minmax(0,1fr);grid-gap:20px;gap:20px;padding:20px;border:1px dashed var(--router-border);border-radius:10px;background:var(--paper)}.router-machines-empty img{width:100%;height:auto;opacity:.6}.router-machines-empty strong{font-size:14px}.router-machines-empty p{margin:6px 0 0;color:var(--router-muted);font-size:12px;line-height:1.5}.router-machines-legend{display:inline-flex;gap:16px;margin-top:10px;font-size:10px;letter-spacing:0;text-transform:none}.router-machines-legend em{display:inline-flex;align-items:center;gap:6px;font-style:normal}.router-machines-legend i{width:10px;height:10px;border:1px solid var(--router-border);border-radius:2px}.router-machines-legend i.is-dark{background:var(--slate)}.router-machines-legend i.is-lit{background:var(--router-lime)}@media (max-width:1180px){.router-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.router-usage-grid{grid-template-columns:minmax(0,1fr)}.router-fleet-head{flex-direction:column;align-items:flex-start}.router-machines-empty{grid-template-columns:minmax(0,1fr)}.router-machines-empty img{max-width:140px}}.router-playground-page{padding-bottom:40px}.router-playground{display:grid;align-items:start;grid-template-columns:minmax(0,1fr) 336px;grid-gap:16px;gap:16px}.router-playground-chat{display:flex;min-height:calc(100vh - 250px);max-height:calc(100vh - 140px);flex-direction:column;overflow:hidden;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-playground-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--router-border);background:var(--paper)}.router-playground-toolbar .router-eyebrow{color:var(--ink)}.router-playground-thread{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:18px 16px;overflow-y:auto;background:var(--router-panel)}.router-playground-empty{display:grid;max-width:440px;margin:auto;grid-gap:10px;gap:10px;justify-items:center;color:var(--router-muted);text-align:center}.router-playground-empty svg{width:32px;height:32px;color:var(--ink)}.router-playground-empty strong{color:var(--ink);font-size:15px}.router-playground-empty p{margin:0;font-size:12px;line-height:1.6}.router-playground-msg{display:grid;max-width:84%;grid-gap:6px;gap:6px}.router-playground-msg.is-user{justify-self:end}.router-playground-msg.is-assistant{justify-self:start}.router-playground-msg>span{color:var(--router-dim);font-size:10px;font-weight:700;letter-spacing:0;text-transform:none}.router-playground-msg.is-user>span{text-align:right}.router-playground-bubble{padding:11px 13px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper);font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.router-playground-msg.is-user .router-playground-bubble{background:var(--router-lime)}.router-playground-bubble.is-error{border-style:dashed;border-color:var(--router-danger);background:rgba(178,58,29,.06);color:var(--router-danger)}.router-playground-quiet{color:var(--router-dim);font-style:italic}.router-playground-cursor{display:inline-block;width:8px;height:13px;margin-left:2px;background:var(--ink);vertical-align:-2px;animation:playground-blink 1s steps(2) infinite}@keyframes playground-blink{to{opacity:0}}.router-receipt{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:7px 10px;border:1px solid var(--router-border);border-radius:4px;background:var(--paper-2);color:var(--router-muted);font-size:10px;letter-spacing:.04em;text-transform:none}.router-receipt b{color:var(--ink);font-weight:700}.router-receipt .is-pending{color:var(--router-dim);font-style:italic;letter-spacing:0;text-transform:none}.router-playground-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:12px 14px;border-top:1px solid var(--router-border);background:var(--paper)}.router-playground-composer textarea{min-height:64px;max-height:220px;padding:10px 12px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);color:var(--ink);font:inherit;font-size:13px;line-height:1.5;resize:vertical}.router-playground-composer textarea:focus{outline:0;box-shadow:0 0 0 3px var(--router-lime-soft)}.router-playground-composer textarea:disabled{color:var(--router-dim)}.router-playground-composer .router-button{min-height:40px;align-self:end}.router-playground-side{position:-webkit-sticky;position:sticky;top:84px;display:grid;grid-gap:12px;gap:12px}.router-playground-section{border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2)}.router-playground-section>header{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-bottom:1px solid var(--router-border);background:var(--paper)}.router-playground-section>header .router-eyebrow{color:var(--ink)}.router-link-button,.router-playground-section>header a{border:0;padding:0;background:transparent;color:var(--router-muted);font-size:10px;font-weight:700;letter-spacing:0;text-decoration:none;text-transform:none;cursor:pointer}.router-link-button:hover,.router-playground-section>header a:hover{color:var(--ink);text-decoration:underline}.router-playground-section>div{display:grid;grid-gap:10px;gap:10px;padding:12px}.router-field{display:grid;grid-gap:5px;gap:5px}.router-field>label{display:flex;justify-content:space-between;color:var(--router-muted);font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:none}.router-field>label b{color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.router-field input[type=number],.router-field input[type=password],.router-field input[type=text],.router-field textarea{width:100%;min-height:34px;padding:6px 10px;border:1px solid var(--router-border);border-radius:8px;background:var(--paper);color:var(--ink);font:inherit;font-size:12px}.router-field textarea{min-height:72px;line-height:1.45;resize:vertical}.router-field input:focus,.router-field textarea:focus{outline:0;box-shadow:0 0 0 3px var(--router-lime-soft)}.router-field input[type=range]{width:100%;height:22px;margin:0;accent-color:var(--ink)}.router-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.router-switch{display:flex;align-items:center;justify-content:space-between;gap:10px}.router-switch button{position:relative;width:40px;height:22px;border:1px solid var(--router-border);border-radius:99px;background:var(--paper);cursor:pointer}.router-switch button:after{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--ink);content:"";transition:transform .15s}.router-switch button[aria-checked=true]{background:var(--router-lime)}.router-switch button[aria-checked=true]:after{transform:translateX(18px)}.router-key-input{display:flex;gap:6px}.router-key-input input{flex:1 1;min-width:0}.router-key-input button{display:inline-flex;width:36px;align-items:center;justify-content:center;border:1px solid var(--router-border);border-radius:8px;background:var(--paper);color:var(--ink);cursor:pointer}.router-key-input button[aria-pressed=true]{background:var(--router-lime)}.router-key-input button svg{width:15px}.router-playground-note{margin:0;color:var(--router-dim);font-size:10px;line-height:1.5}.router-model-picker{position:relative}.router-model-picker-trigger{position:relative;display:grid;width:100%;grid-gap:2px;gap:2px;padding:9px 34px 9px 12px;border:1px solid var(--router-border);border-radius:8px;background:var(--paper);color:var(--ink);text-align:left;cursor:pointer}.router-model-picker-trigger strong{font-size:13px}.router-model-picker-trigger small{color:var(--router-muted);font-size:10px;overflow-wrap:anywhere}.router-model-picker-trigger svg{position:absolute;top:50%;right:10px;width:16px;transform:translateY(-50%) rotate(90deg)}.router-model-picker-pop{position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:400px;grid-template-rows:auto minmax(0,1fr);border:1px solid var(--router-border);border-radius:10px;background:var(--paper-2);box-shadow:var(--router-shadow)}.router-model-picker-search{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--router-border)}.router-model-picker-search svg{width:15px;color:var(--router-muted)}.router-model-picker-search input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:12px}.router-model-picker-list{margin:0;padding:6px;overflow-y:auto;list-style:none}.router-model-picker-list [role=option]{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;grid-gap:2px 10px;gap:2px 10px;padding:7px 8px;border:2px solid transparent;border-radius:4px;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.router-model-picker-list [role=option].is-active,.router-model-picker-list [role=option]:hover{border-color:var(--ink);background:var(--paper)}.router-model-picker-list [role=option].is-selected{border-color:var(--ink);background:var(--router-lime)}.router-model-picker-list strong{font-size:12px}.router-model-picker-list small{grid-column:1;color:var(--router-muted);font-size:10px;overflow-wrap:anywhere}.router-model-picker-list em{grid-column:2;grid-row:1/span 2;align-self:center;color:var(--router-muted);font-size:10px;font-style:normal;text-align:right;white-space:nowrap}.router-model-picker-notice{margin:0;padding:8px 10px;border:1px solid var(--router-border);border-radius:4px;background:rgba(240,165,0,.14);color:var(--ink);font-size:11px;line-height:1.5}.router-model-picker-empty{margin:0;padding:14px;color:var(--router-muted);font-size:11px;text-align:center}.router-session-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.router-session-stats div{padding:8px 10px;border:1px solid var(--router-border);border-radius:4px}.router-session-stats span{display:block;color:var(--router-muted);font-size:9px;letter-spacing:0;text-transform:none}.router-session-stats b{font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:1000px){.router-playground{grid-template-columns:1fr}.router-playground-side{position:static}.router-playground-chat{min-height:60vh;max-height:none}.router-playground-msg{max-width:100%}}.router-ledger-wrap{overflow-x:auto}.router-ledger{width:100%;border-collapse:collapse;font-size:12px}.router-ledger td,.router-ledger th{padding:9px 10px;border-bottom:1px solid var(--router-border);text-align:left;vertical-align:middle;white-space:nowrap}.router-ledger th{border-bottom:1px solid var(--router-border);color:var(--router-muted);font-size:10px;font-weight:700;letter-spacing:0;text-transform:none}.router-ledger td.is-num,.router-ledger th.is-num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.router-ledger td small{color:var(--router-muted);font-size:10px}.router-ledger-model strong{display:block;font-size:12px}.router-ledger-route{display:inline-flex;align-items:center;gap:6px}.router-ledger-route i{display:inline-block;padding:2px 6px;border:1px solid var(--router-border);border-radius:3px;background:var(--router-lime);font-size:9px;font-style:normal;letter-spacing:.06em;text-transform:none}.router-ledger-route i.is-direct{background:var(--paper);color:var(--router-muted)}.router-outcome{display:inline-block;padding:3px 7px;border:1px solid var(--router-border);border-radius:99px;font-size:9px;letter-spacing:.06em;text-transform:none}.router-outcome.is-ok{background:var(--router-lime)}.router-outcome.is-warn{background:rgba(240,165,0,.25)}.router-outcome.is-bad{border-color:var(--router-danger);background:rgba(178,58,29,.12);color:var(--router-danger)}.router-ledger-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 0;color:var(--router-muted);font-size:11px}.router-ledger-empty{display:grid;grid-gap:8px;gap:8px;padding:28px 16px;justify-items:center;color:var(--router-muted);text-align:center}.router-ledger-empty svg{width:26px;height:26px;color:var(--ink)}.router-ledger-empty strong{color:var(--ink);font-size:14px}.router-ledger-empty p{max-width:420px;margin:0;font-size:12px;line-height:1.6}.router-playground-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px}.router-playground-msg.is-user .router-playground-meta{flex-direction:row-reverse}.router-playground-actions{display:flex;gap:4px;opacity:0;transition:opacity .12s}.router-playground-msg:focus-within .router-playground-actions,.router-playground-msg:hover .router-playground-actions{opacity:1}@media (hover:none){.router-playground-actions{opacity:1}}.router-playground-actions button{display:inline-flex;width:26px;height:24px;align-items:center;justify-content:center;border:1px solid var(--router-border);border-radius:4px;background:var(--paper);color:var(--ink);cursor:pointer}.router-playground-actions button:hover:not(:disabled){background:var(--router-lime)}.router-playground-actions button:disabled{opacity:.35;cursor:default}.router-playground-actions button svg{width:13px;height:13px}.router-playground-actions button.is-done{background:var(--router-lime)}.router-playground-edit{display:grid;grid-gap:6px;gap:6px}.router-playground-edit textarea{min-height:84px;padding:10px 12px;border:1px solid var(--router-border);border-radius:10px;background:var(--paper);color:var(--ink);font:inherit;font-size:13px;line-height:1.5;resize:vertical}.router-playground-edit textarea:focus{outline:0;box-shadow:0 0 0 3px var(--router-lime-soft)}.router-playground-edit>div{display:flex;justify-content:flex-end;gap:6px}.router-playground-edit .router-button{min-height:30px;font-size:10px}