@font-face{font-family:Saans;src:url(/font/Saans-Light.otf)format("opentype");font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:Saans;src:url(/font/Saans-Regular.otf)format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Saans;src:url(/font/Saans-Medium.otf)format("opentype");font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Saans;src:url(/font/Saans-SemiBold.otf)format("opentype");font-display:swap;font-style:normal;font-weight:600}@font-face{font-family:Saans;src:url(/font/Saans-Bold.otf)format("opentype");font-display:swap;font-style:normal;font-weight:700}:root{--page-bg:#141414;--sidebar-bg:#101010;--card-bg:#222;--field-bg:#272727;--border-subtle:#333;--border-strong:#3f3f3f;--text-primary:#f5f5f5;--text-secondary:#b8b8b8;--text-muted:#8f8f8f;--accent:#0f766e;color:var(--text-primary);background:var(--page-bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Saans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--page-bg);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}h1,h2,p{margin:0}.temp-page{background:var(--page-bg);flex-direction:column;height:100vh;min-height:0;display:flex;overflow:hidden}.temp-header{flex:none;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:relative}.temp-header-logo{width:auto;height:28px;display:block}.temp-account-anchor{position:relative}.temp-avatar-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid}.temp-avatar-button:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff29}.temp-header-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px;display:block}.temp-header-avatar-fallback{background:var(--card-bg);color:var(--text-primary);place-items:center;font-size:1rem;font-weight:700;display:grid}.temp-account-menu{z-index:20;color:#fff;opacity:0;pointer-events:none;transform-origin:100% 0;visibility:hidden;-webkit-backdrop-filter:blur(22px)saturate(140%);background:#262626db;border:1px solid #ffffff0a;border-radius:18px;width:240px;transition:opacity 90ms,transform .11s cubic-bezier(.2,0,.2,1),visibility 0s linear .11s;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;transform:translateY(-3px)scale(.985)}.temp-account-menu[data-open=true]{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)scale(1)}.temp-account-profile{gap:4px;padding:16px 18px 18px;display:grid}.temp-account-profile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:600;line-height:1.15;overflow:hidden}.temp-account-profile span{color:#aeaeae;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:400;line-height:1.15;overflow:hidden}.temp-account-profile button{color:#fff;cursor:pointer;background:#363636;border:0;border-radius:999px;min-height:34px;margin-top:10px;font-size:.86rem;font-weight:600}.temp-account-profile button:hover{background:#464646}.temp-account-section{border-top:1px solid #363636;padding:5px 6px 6px}.temp-account-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 14px;font-size:1rem;font-weight:500;display:flex}.temp-account-item:hover{background:#363636}.temp-account-item:disabled{color:#777;cursor:not-allowed}.temp-account-item:disabled:hover{background:0 0}.temp-account-item svg{color:#aeaeae;fill:currentColor;flex:none;width:18px;height:18px}.temp-body{flex-direction:column;flex:1;min-height:0;padding:6px 28px 28px;display:flex}.temp-controls{justify-content:space-between;align-items:center;gap:28px;display:flex}.temp-controls-left{align-items:center;gap:28px;min-width:0;display:flex}.temp-controls-right{flex:none;align-items:center;gap:10px;display:flex}.temp-segmented-control{background:#272727;border-radius:999px;grid-template-columns:repeat(2,1fr);gap:2px;padding:4px;display:inline-grid;position:relative}.temp-segmented-thumb{background:#141414;border-radius:999px;width:calc(50% - 5px);transition:transform .15s cubic-bezier(.2,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px}.temp-segmented-control[data-mode=tokens] .temp-segmented-thumb{transform:translate(calc(100% + 2px))}.temp-segmented-control button{z-index:1;color:#7f7f7f;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:68px;min-height:28px;padding:0 10px;font-size:.92rem;font-weight:600;position:relative}.temp-segmented-control button.active{color:#fff}.temp-segmented-control[data-inactive=true] button{cursor:not-allowed}.temp-controls-separator{background:#363636;width:1px;height:28px}.temp-tabs{align-items:center;gap:28px;display:flex}.temp-tabs button{color:#777;cursor:pointer;background:0 0;border:0;min-height:34px;padding:0;font-size:1rem;font-weight:600;position:relative}.temp-tabs button:hover,.temp-tabs button.active{color:#fff}.temp-tabs button.active:after{content:"";background:#fff;border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.temp-manual-refresh-button{color:#d8d8d8;cursor:pointer;background:#272727;border:0;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:inline-grid}.temp-manual-refresh-button:hover{color:#fff;background:#303030}.temp-manual-refresh-button:disabled{opacity:.72;cursor:default}.temp-manual-refresh-button svg{width:17px;height:17px}.temp-manual-refresh-button svg.spinning{animation:.7s linear infinite temp-refresh-spin}@keyframes temp-refresh-spin{to{transform:rotate(360deg)}}.temp-period-toggle{background:#272727;border-radius:999px;flex:none;grid-template-columns:repeat(5,1fr);gap:2px;padding:4px;display:inline-grid;position:relative}.temp-period-thumb{background:#141414;border-radius:999px;width:calc(20% - 3.2px);transition:transform .15s cubic-bezier(.2,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px}.temp-period-toggle[data-period="7d"] .temp-period-thumb{transform:translate(calc(100% + 2px))}.temp-period-toggle[data-period="30d"] .temp-period-thumb{transform:translate(calc(200% + 4px))}.temp-period-toggle[data-period="1y"] .temp-period-thumb{transform:translate(calc(300% + 6px))}.temp-period-toggle[data-period=All] .temp-period-thumb{transform:translate(calc(400% + 8px))}.temp-period-toggle button{z-index:1;color:#7f7f7f;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:42px;min-height:28px;padding:0 8px;font-size:.9rem;font-weight:600;position:relative}.temp-period-toggle[data-inactive=true] button{cursor:not-allowed}.temp-period-toggle button.active{color:#fff}.temp-card-grid,.temp-billing-tab-grid{flex:1;grid-template-rows:minmax(0,3fr) minmax(0,2fr);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-height:520px;margin-top:24px;display:grid}.temp-overview-grid[data-secondary-hidden=true]{flex:none;grid-template-rows:minmax(0,1fr);height:clamp(300px,60vh - 99.6px,340px);min-height:0}.temp-overview-grid[data-secondary-hidden=true] .temp-overview-secondary-card{display:none}.temp-credits-card{gap:16px}.temp-credits-balance{flex:1;align-content:center;justify-items:center;width:100%;min-height:0;display:grid}.temp-credits-balance strong{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:3rem;font-weight:600;line-height:1;overflow:hidden}.temp-add-credits-button{color:#171717;cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:50px;font-weight:600;display:inline-flex}.temp-transactions-scroll{scrollbar-color:#3d3d3d transparent;scrollbar-width:thin;flex:1 1 0;height:0;min-height:0;margin-top:14px;padding-right:4px;position:relative;overflow-y:auto}.temp-transactions-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:0}.temp-transaction-date-col{width:22%}.temp-transaction-id-col,.temp-transaction-method-col{width:30%}.temp-transaction-amount-col{width:18%}.temp-transactions-table th,.temp-transactions-table td{text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;line-height:1.2;overflow:hidden}.temp-transactions-table th:first-child,.temp-transactions-table td:first-child{padding-left:10px}.temp-transactions-table th:last-child,.temp-transactions-table td:last-child{text-align:right;padding-right:10px}.temp-transactions-table th{z-index:1;color:#777;background:#222;height:24px;font-size:.66rem;font-weight:600;position:sticky;top:0}.temp-transactions-table tbody tr{cursor:pointer}.temp-transactions-table tbody tr:hover td{background:#2b2b2b}.temp-transactions-table tbody tr:hover td:first-child{border-radius:8px 0 0 8px}.temp-transactions-table tbody tr:hover td:last-child{border-radius:0 8px 8px 0}.temp-transactions-table td{color:#a8a8a8;border-top:1px solid #303030;height:36px;font-size:.78rem;font-weight:500}.temp-transaction-id-cell,.temp-transaction-amount-cell{color:#fff;font-weight:600}.temp-keys-tab-grid{flex:1;grid-template-rows:minmax(0,3fr) minmax(0,2fr);grid-template-columns:minmax(0,1fr);gap:18px;min-height:520px;margin-top:24px;display:grid}.temp-api-keys-card{gap:14px;min-height:0;overflow:hidden}.temp-create-key-button{color:#171717;cursor:pointer;background:#fff;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:7px;min-height:32px;padding:0 13px;font-size:.82rem;font-weight:600;display:inline-flex}.temp-api-keys-scroll{scrollbar-color:#3d3d3d transparent;scrollbar-width:thin;flex:1 1 0;height:0;min-height:0;padding-right:4px;position:relative;overflow-y:auto}.temp-api-keys-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:0}.temp-api-key-name-col{width:20%}.temp-api-key-id-col{width:18%}.temp-api-key-expires-col,.temp-api-key-last-used-col,.temp-api-key-limit-col{width:14%}.temp-api-key-usage-col{width:12%}.temp-api-key-options-col{width:8%}.temp-api-keys-table th,.temp-api-keys-table td{text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:0 9px;line-height:1.2;overflow:hidden}.temp-api-keys-table th:first-child,.temp-api-keys-table td:first-child{padding-left:10px}.temp-api-keys-table th:last-child,.temp-api-keys-table td:last-child{text-align:right;padding-right:10px}.temp-api-keys-table th{z-index:1;color:#777;background:#222;height:24px;font-size:.66rem;font-weight:600;position:sticky;top:0}.temp-api-keys-table tbody tr{cursor:pointer}.temp-api-keys-table tbody tr:hover td{background:#2b2b2b}.temp-api-keys-table tbody tr:focus-visible td,.temp-recent-requests-table tbody tr:focus-visible td{background:#2b2b2b;outline:none}.temp-api-keys-table tbody tr:hover td:first-child{border-radius:8px 0 0 8px}.temp-api-keys-table tbody tr:hover td:last-child{border-radius:0 8px 8px 0}.temp-api-keys-table td{color:#a8a8a8;border-top:1px solid #303030;height:36px;font-size:.76rem;font-weight:500}.temp-api-key-name-cell,.temp-api-key-usage-cell{color:#fff;font-weight:600}.temp-api-key-id-cell{color:#d6d6d6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem}.temp-api-key-options{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.temp-api-key-option-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;transition:background .12s,color .12s;display:grid}.temp-api-key-option-button:hover{background:#343434}.temp-api-key-edit-button:hover{color:#4c9cff}.temp-api-key-delete-button:hover{color:#ff5c5c}.temp-api-key-option-button svg{width:15px;height:15px}.temp-dialog-overlay{z-index:100;background:#000000b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.temp-drawer-overlay{z-index:110;background:#0000009e;justify-content:flex-end;display:flex;position:fixed;inset:0}.temp-request-drawer{background:var(--page-bg);border-left:1px solid #2d2d2d;flex-direction:column;width:50vw;min-width:420px;height:100%;padding:28px;animation:.18s cubic-bezier(.2,0,.2,1) temp-request-drawer-enter;display:flex;position:relative;box-shadow:-28px 0 90px #0000006b}.temp-request-drawer-header{justify-content:space-between;align-items:center;gap:18px;min-height:32px;display:flex}.temp-request-drawer-request-id{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:inherit;font-size:.96rem;font-weight:500;line-height:1.2;overflow:hidden}.temp-request-drawer-header-actions{flex:none;align-items:center;gap:10px;display:inline-flex}.temp-request-drawer-nav{flex:none;align-items:center;gap:8px;display:inline-flex}.temp-request-drawer-nav button{color:#efefef;cursor:pointer;background:#252525;border:1px solid #414141;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;display:grid}.temp-request-drawer-nav button:hover:not(:disabled){color:#fff;background:#303030;border-color:#5a5a5a}.temp-request-drawer-nav button:disabled{opacity:.38;cursor:default}.temp-request-drawer-nav svg{width:14px;height:14px}.temp-request-drawer-body{scrollbar-color:#3d3d3d transparent;scrollbar-width:thin;flex:1;align-content:start;gap:22px;min-height:0;margin-top:52px;display:grid;overflow:auto}.temp-request-drawer-status{color:#a2a2a2;margin:0 0 18px;font-size:.86rem;font-weight:550;line-height:1.35}.temp-request-drawer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;min-width:0;display:grid}.temp-request-detail-card{background:#222;border-radius:24px;align-content:start;gap:22px;min-width:0;padding:22px;display:grid}.temp-request-overview,.temp-request-usage,.temp-request-payload,.temp-request-response,.temp-request-timing{gap:22px;display:grid}.temp-request-overview h2,.temp-request-usage h2,.temp-request-payload h2,.temp-request-response h2{color:#f2f2f2;margin:0;font-size:1.08rem;font-weight:600;line-height:1.1}.temp-request-overview dl,.temp-request-usage dl{gap:18px;margin:0;display:grid}.temp-request-overview dl>div,.temp-request-usage dl>div{grid-template-columns:minmax(120px,.38fr) minmax(0,1fr);align-items:baseline;gap:24px;display:grid}.temp-request-overview dt,.temp-request-usage dt{color:#96969e;font-size:.86rem;font-weight:450;line-height:1.25}.temp-request-overview dd,.temp-request-usage dd{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.86rem;font-weight:450;line-height:1.25;overflow:hidden}.temp-request-timing{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.temp-request-timing>div{flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0;display:flex}.temp-request-timing span{color:#96969e;font-size:.84rem;font-weight:450;line-height:1.25}.temp-request-timing time,.temp-request-timing strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;font-weight:450;line-height:1.25;overflow:hidden}.temp-request-payload-sections{gap:0;display:grid}.temp-request-payload-sections section{border-top:1px solid #333;gap:12px;padding:18px 0;display:grid}.temp-request-payload-sections section:first-child{border-top:0;padding-top:0}.temp-request-payload-sections section:last-child{padding-bottom:0}.temp-request-payload-sections h3{color:#96969e;margin:0;font-size:.84rem;font-weight:450;line-height:1.25}.temp-request-payload-sections pre{color:#fff;scrollbar-color:#3d3d3d transparent;scrollbar-width:thin;white-space:pre-wrap;word-break:break-word;max-height:340px;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.76rem;font-weight:450;line-height:1.5;overflow:auto}.temp-request-response-sections{gap:0;display:grid}.temp-request-response-sections section,.temp-request-native-message{border-top:1px solid #333;gap:12px;padding:18px 0;display:grid}.temp-request-response-sections section:first-child{border-top:0;padding-top:0}.temp-request-response-sections h3{color:#96969e;margin:0;font-size:.84rem;font-weight:450;line-height:1.25}.temp-request-native-message{padding-bottom:0}.temp-request-native-message summary{color:#96969e;cursor:pointer;justify-content:space-between;align-items:center;gap:18px;font-size:.84rem;font-weight:450;line-height:1.25;list-style:none;display:flex}.temp-request-native-message summary::-webkit-details-marker{display:none}.temp-request-native-message summary:after{content:"+";color:#d8d8d8;font-size:1rem;font-weight:450;line-height:1}.temp-request-native-message[open] summary:after{content:"-"}.temp-request-empty-value{color:#fff;margin:0;font-size:.86rem;font-weight:450;line-height:1.45}.temp-request-tools{gap:0;display:grid}.temp-request-tool{border-top:1px solid #333;gap:12px;padding:18px 0;display:grid}.temp-request-tool:first-child{border-top:0;padding-top:0}.temp-request-tool:last-child{padding-bottom:0}.temp-request-tool-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.temp-request-tool-header>div{flex-wrap:wrap;align-items:baseline;gap:8px 12px;min-width:0;display:flex}.temp-request-tool-header span{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;font-weight:520;line-height:1.25;overflow:hidden}.temp-request-tool-header code,.temp-request-tool-meta-row code{color:#d9d9d9;text-overflow:ellipsis;white-space:nowrap;width:fit-content;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;font-weight:450;line-height:1.35;overflow:hidden}.temp-request-tool-header strong{color:#96969e;flex:none;font-size:.76rem;font-weight:500;line-height:1.35}.temp-request-tool-description{color:#f5f5f5;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.84rem;font-weight:430;line-height:1.55}.temp-request-tool-field{gap:8px;min-width:0;display:grid}.temp-request-tool-field>span{color:#96969e;font-size:.76rem;font-weight:500;line-height:1.25}.temp-request-tool-meta-row{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.temp-request-messages{gap:0;display:grid}.temp-request-message{border-top:1px solid #333;gap:12px;padding:18px 0;display:grid}.temp-request-message:first-child{border-top:0;padding-top:0}.temp-request-message:last-child{padding-bottom:0}.temp-request-message-header{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.temp-request-message-header span{color:#fff;font-size:.9rem;font-weight:520;line-height:1.25}.temp-request-message-header time{color:#888890;flex:none;font-size:.75rem;font-weight:450;line-height:1.25}.temp-request-message-content{gap:12px;display:grid}.temp-request-message-text,.temp-request-message-part p{color:#f5f5f5;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.84rem;font-weight:430;line-height:1.55}.temp-request-message-part{gap:8px;min-width:0;display:grid}.temp-request-message-part>span,.temp-request-message-meta-row{color:#96969e;font-size:.76rem;font-weight:500;line-height:1.25}.temp-request-message-part code,.temp-request-message-meta-row code{color:#d9d9d9;text-overflow:ellipsis;white-space:nowrap;width:fit-content;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;font-weight:450;line-height:1.35;overflow:hidden}.temp-request-message-meta-row{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.temp-request-message-meta-row strong{color:#ff7979;font-size:.76rem;font-weight:520;line-height:1.25}.temp-api-key-dialog{background:#1f1f1f;border:1px solid #2d2d2d;border-radius:24px;flex-direction:column;width:min(520px,100vw - 32px);min-height:340px;padding:30px 28px 24px;display:flex;position:relative;box-shadow:0 28px 90px #00000080}.temp-dialog-close-button{color:#e8e8e8;cursor:pointer;background:0 0;border:1px solid #414141;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;display:grid;position:absolute;top:18px;right:18px}.temp-dialog-close-button:hover{color:#fff;background:#2a2a2a;border-color:#5a5a5a}.temp-dialog-close-button:disabled{opacity:.55;cursor:default}.temp-dialog-close-button svg{width:21px;height:21px}.temp-api-key-form,.temp-api-key-secret-panel{flex-direction:column;flex:1;min-height:0;display:flex}.temp-api-key-dialog-header{padding-right:42px}.temp-api-key-dialog-header h2{color:#fff;font-size:1.35rem;font-weight:650;line-height:1.1}.temp-api-key-field{gap:9px;margin-top:30px;display:grid}.temp-api-key-field label{color:#e6e6e6;font-size:.82rem;font-weight:650;line-height:1}.temp-required-mark{color:#fff}.temp-api-key-field input{color:#fff;width:100%;min-height:50px;font:inherit;background:#313131;border:1px solid #0000;border-radius:15px;outline:none;padding:0 16px;font-size:.92rem;font-weight:550}.temp-api-key-field input::placeholder{color:#7b7b7b}.temp-api-key-field input:focus{border-color:#5b5b5b}.temp-api-key-dialog-error{color:#ff8f8f;margin-top:14px;font-size:.78rem;font-weight:600;line-height:1.35}.temp-api-key-dialog-actions{justify-content:flex-end;margin-top:auto;padding-top:28px;display:flex}.temp-api-key-dialog-primary{color:#171717;cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:92px;min-height:42px;padding:0 20px;font-size:.88rem;font-weight:560;display:inline-flex}.temp-api-key-dialog-primary svg{width:15px;height:15px}.temp-api-key-dialog-primary:disabled{opacity:.6;cursor:default}.temp-api-key-dialog-secondary{color:#fff;cursor:pointer;background:#2d2d2d;border:1px solid #414141;border-radius:999px;justify-content:center;align-items:center;min-width:92px;min-height:42px;padding:0 20px;font-size:.88rem;font-weight:520;display:inline-flex}.temp-api-key-dialog-secondary:hover{background:#363636;border-color:#555}.temp-api-key-dialog-secondary:disabled{opacity:.6;cursor:default}.temp-revoke-api-key-dialog{min-height:280px}.temp-add-credits-dialog{min-height:300px}.temp-revoke-api-key-description{color:#b6b6b6;max-width:390px;margin:34px 0 0;font-size:.92rem;font-weight:400;line-height:1.45}.temp-revoke-api-key-actions{gap:12px}.temp-api-key-secret-box{background:#313131;border-radius:15px;align-items:center;gap:12px;min-height:58px;margin-top:28px;padding:10px 10px 10px 16px;display:flex}.temp-api-key-secret-box code{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:600;line-height:1.2;overflow:hidden}.temp-api-key-copy-button{color:#fff;cursor:pointer;background:#252525;border:1px solid #4a4a4a;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:.8rem;font-weight:650;display:inline-flex}.temp-api-key-copy-button:hover{background:#2b2b2b;border-color:#626262}.temp-api-key-copy-button svg{width:14px;height:14px}.temp-api-key-save-note{color:#a2a2a2;margin-top:12px;font-size:.8rem;font-weight:400;line-height:1.35}.temp-usage-tab-grid{flex:1;grid-template-rows:minmax(0,3fr) minmax(0,7fr);grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;min-height:520px;margin-top:24px;display:grid}.temp-usage-summary-card{justify-content:start;gap:12px;min-height:0;padding:16px 18px 18px}.temp-usage-summary-card h2{color:#a4a4a4;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;line-height:1.1;overflow:hidden}.temp-usage-summary-value{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;align-content:center;justify-items:center;width:100%;font-size:2.15rem;font-weight:600;line-height:1;display:grid;overflow:hidden}.temp-usage-detail-card{min-height:0}.temp-usage-detail-card-narrow{grid-column:span 2;gap:14px;overflow:hidden}.temp-usage-detail-card-wide{grid-column:span 3;gap:14px}.temp-breakdown-toggle{background:#272727;border-radius:999px;flex:none;grid-template-columns:repeat(3,1fr);gap:2px;padding:4px;display:inline-grid;position:relative}.temp-breakdown-thumb{background:#141414;border-radius:999px;width:calc(33.3333% - 4px);transition:transform .15s cubic-bezier(.2,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px}.temp-breakdown-toggle[data-breakdown=Providers] .temp-breakdown-thumb{transform:translate(calc(100% + 2px))}.temp-breakdown-toggle[data-breakdown=Apps] .temp-breakdown-thumb{transform:translate(calc(200% + 4px))}.temp-breakdown-toggle button{z-index:1;color:#7f7f7f;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:58px;min-height:24px;padding:0 8px;font-size:.72rem;font-weight:600;position:relative}.temp-breakdown-toggle button.active{color:#fff}.temp-breakdown-chart{flex:1 1 0;place-items:center;height:0;min-height:0;display:grid;position:relative;overflow:visible}.temp-breakdown-pie-wrap{aspect-ratio:1;width:auto;max-width:100%;height:100%;min-height:0;max-height:100%;position:relative}.temp-breakdown-pie{border-radius:50%;width:100%;height:100%;display:block;overflow:visible;box-shadow:0 14px 30px #00000038,0 4px 10px #00000024}.temp-breakdown-slice{cursor:pointer;stroke:none;transition:filter .1s,opacity .1s}.temp-breakdown-slice:hover{filter:brightness(1.08)}.temp-breakdown-tooltip{z-index:4;color:#fff;pointer-events:none;text-align:center;white-space:nowrap;background:#000;border-radius:10px;gap:3px;min-width:88px;padding:8px 10px;font-size:.74rem;font-weight:500;line-height:1.1;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 12px))}.temp-breakdown-tooltip strong{font-size:.8rem;font-weight:650}.temp-breakdown-tooltip:after{content:"";border:5px solid #0000;border-top-color:#000;position:absolute;top:100%;left:50%;transform:translate(-50%)}.temp-recent-pagination{color:#8f8f8f;flex:none;align-items:center;gap:8px;font-size:.76rem;font-weight:600;line-height:1;display:inline-flex}.temp-recent-pagination button{color:#d8d8d8;cursor:pointer;background:#1a1a1a;border:1px solid #363636;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;display:grid}.temp-recent-pagination button:hover{color:#fff;background:#252525;border-color:#4c4c4c}.temp-recent-pagination button:disabled{opacity:.42;cursor:default}.temp-recent-pagination button:disabled:hover{color:#d8d8d8;background:#1a1a1a;border-color:#363636}.temp-recent-pagination svg{width:13px;height:13px}.temp-recent-requests-scroll{scrollbar-color:#3d3d3d transparent;scrollbar-width:thin;flex:1 1 0;height:0;min-height:0;padding-right:4px;position:relative;overflow-y:auto}.temp-recent-requests-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:0}.temp-recent-date-col{width:15%}.temp-recent-provider-col{width:12%}.temp-recent-model-col{width:17%}.temp-recent-app-col,.temp-recent-status-col{width:10%}.temp-recent-cache-col{width:12%}.temp-recent-latency-col{width:11%}.temp-recent-metric-col{width:13%}.temp-recent-requests-table th,.temp-recent-requests-table td{text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:0 8px;line-height:1.2;overflow:hidden}.temp-recent-requests-table th:first-child,.temp-recent-requests-table td:first-child{padding-left:10px}.temp-recent-requests-table th:last-child,.temp-recent-requests-table td:last-child{text-align:right;padding-right:10px}.temp-recent-requests-table th{z-index:1;color:#777;background:#222;height:24px;font-size:.66rem;font-weight:600;position:sticky;top:0}.temp-recent-requests-table tbody tr{cursor:pointer}.temp-recent-requests-table tbody tr:hover td{background:#2b2b2b}.temp-recent-requests-table tbody tr:focus-visible{outline:none}.temp-recent-requests-table tbody tr:hover td:first-child{border-radius:8px 0 0 8px}.temp-recent-requests-table tbody tr:hover td:last-child{border-radius:0 8px 8px 0}.temp-recent-requests-table td{color:#a8a8a8;border-top:1px solid #303030;height:34px;font-size:.75rem;font-weight:500}.temp-recent-empty-state,.temp-table-empty-state{color:#8f8f8f;pointer-events:none;text-align:center;place-items:center;font-size:.8rem;font-weight:600;line-height:1;display:grid;position:absolute;inset:24px 4px 0 0}.temp-recent-model-cell,.temp-recent-metric-cell{color:#fff;font-weight:600}.temp-recent-status-badge{color:#fff;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:100%;min-height:20px;font-size:.68rem;font-weight:650;line-height:1;display:inline-flex;overflow:hidden}.temp-recent-status-badge[data-status=succeeded]{color:#61d394}.temp-recent-status-badge[data-status=failed]{color:#ff6b6b}.temp-recent-status-badge[data-status=aborted]{color:#f4b44f}.temp-recent-status-badge[data-status=started]{color:#8a9cff}.temp-card{background:#222;border-radius:24px;flex-direction:column;min-width:0;min-height:0;padding:18px 22px 22px;display:flex}.temp-card h2{color:#fff;font-size:1.15rem;font-weight:600;line-height:1.1}.temp-card-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.temp-card-wide{grid-column:span 2}.temp-total-usage-card{justify-content:start}.temp-total-usage-value{flex:1;align-content:center;justify-items:center;gap:8px;min-height:0;display:grid}.temp-total-usage-value strong{color:#fff;font-size:3rem;font-weight:600;line-height:1}.temp-usage-split{gap:18px;display:grid}.temp-usage-split-bar{background:#141414;border-radius:999px;width:100%;height:7px;display:flex;overflow:visible}.temp-usage-split-bar span{height:100%;position:relative}.temp-usage-split-bar span:first-child{border-radius:999px 0 0 999px}.temp-usage-split-bar span:last-child{border-radius:0 999px 999px 0}.temp-usage-split-bar span:before,.temp-usage-split-bar span:after{z-index:4;opacity:0;pointer-events:none;transition:opacity 90ms,transform 90ms;position:absolute;left:50%;transform:translate(-50%)translateY(4px)}.temp-usage-split-bar span:before{color:#fff;content:attr(data-tooltip);white-space:nowrap;background:#000;border-radius:9px;padding:6px 9px;font-size:.75rem;font-weight:500;line-height:1;bottom:calc(100% + 10px)}.temp-usage-split-bar span:after{content:"";border:5px solid #0000;border-top-color:#000;bottom:calc(100% + 1px)}.temp-usage-split-bar span:hover:before,.temp-usage-split-bar span:hover:after{opacity:1;transform:translate(-50%)}.temp-usage-split-legend{flex-wrap:wrap;gap:10px;display:flex}.temp-usage-split-legend span{color:#aeaeae;align-items:center;gap:6px;font-size:.74rem;font-weight:500;display:inline-flex}.temp-usage-split-legend i{border-radius:50%;width:7px;height:7px}.temp-usage-time-card{gap:16px}.temp-usage-time-chart{flex:1;min-height:0;position:relative;overflow:hidden}.temp-usage-time-chart svg{width:100%;height:100%;min-height:0;display:block;position:absolute;inset:0;overflow:visible}.temp-usage-chart-axis-line{stroke:#454545;stroke-width:1.2px;vector-effect:non-scaling-stroke}.temp-usage-chart-axis-tick{stroke:#5a5a5a;stroke-width:1.2px;opacity:.75;vector-effect:non-scaling-stroke}.temp-usage-chart-grid line{stroke:#333;stroke-width:1px;opacity:.45}.temp-usage-area{fill:url(#temp-usage-area-gradient)}.temp-usage-line{fill:none;stroke:url(#temp-usage-line-gradient);stroke-linecap:round;stroke-linejoin:round;stroke-width:4px;vector-effect:non-scaling-stroke}.temp-usage-chart-hover-line{stroke:#d9d9d9;stroke-dasharray:4 6;stroke-linecap:round;stroke-width:1.3px;opacity:.72;vector-effect:non-scaling-stroke}.temp-usage-chart-hover-dot{fill:#222;stroke:#74eadf;stroke-width:3px;vector-effect:non-scaling-stroke}.temp-usage-chart-hitbox{cursor:crosshair;fill:#0000;pointer-events:all}.temp-usage-axis-labels,.temp-usage-chart-hover-label,.temp-usage-chart-tooltip{pointer-events:none;position:absolute}.temp-usage-axis-labels{height:18px;bottom:0;left:0;right:0}.temp-usage-axis-labels span{color:#777;white-space:nowrap;font-size:.72rem;font-weight:500;line-height:1;position:absolute;bottom:0;transform:translate(-50%)}.temp-usage-chart-hover-label{z-index:3;color:#fff;white-space:nowrap;background:#141414;border:1px solid #363636;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:500;line-height:1;bottom:0;transform:translate(-50%)}.temp-usage-chart-tooltip{z-index:4;color:#fff;white-space:nowrap;background:#000;border-radius:10px;padding:7px 10px;font-size:.78rem;font-weight:500;line-height:1;transform:translate(-50%,calc(-100% - 14px))}.temp-usage-chart-tooltip:after{content:"";border:5px solid #0000;border-top-color:#000;position:absolute;top:100%;left:50%;transform:translate(-50%)}.placeholder-shell{background:var(--page-bg);flex:auto;grid-template-rows:auto auto;place-content:center;place-items:center;gap:24px;min-height:0;display:grid}.placeholder-logo{width:148px;height:auto;display:block}.placeholder-shell h1{letter-spacing:0;margin:0;font-size:2rem;font-weight:500}.session-check-shell{background:var(--page-bg);min-height:100vh;color:var(--text-secondary);place-content:center;place-items:center;gap:18px;display:grid}.session-check-logo{width:128px;height:auto;display:block}.session-check-loader{border:2px solid var(--border-strong);border-top-color:var(--text-primary);border-radius:999px;width:22px;height:22px;animation:.85s linear infinite session-check-spin}.session-check-shell p{margin:0;font-size:.95rem}@keyframes session-check-spin{to{transform:rotate(360deg)}}@keyframes temp-request-drawer-enter{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@media (width<=900px){.temp-request-drawer{width:min(100vw,460px);min-width:0}}
