:root{color-scheme:light;--portal-primary: #4a4a4a;--portal-secondary: #3677bf;--portal-secondary-hover: #669acc;--portal-label: #8b96aa;--portal-muted: #6f7f92;--portal-bg: #f9f9f9;--portal-card: #ffffff;--portal-card-muted: #fbfdff;--portal-card-subtle: #f8fafc;--portal-heading: #111827;--portal-border: #dcdcdc;--portal-border-soft: #e8e8e8;--portal-blue-soft: #eef6ff;--portal-blue-panel: #f5faff;--portal-input-bg: #ffffff;--portal-tooltip-bg: #ffffff;--portal-auth-bg: radial-gradient(circle at 18% 18%, rgba(54, 119, 191, .14), transparent 28%), radial-gradient(circle at 82% 82%, rgba(102, 154, 204, .16), transparent 26%), linear-gradient(135deg, #f9f9f9 0%, #eef6ff 100%);--portal-sidebar-bg: radial-gradient(circle at top left, rgba(54, 119, 191, .08), transparent 32%), rgba(255, 255, 255, .88);--portal-shadow: 0 2px 4px rgba(0, 0, 0, .1);--portal-shadow-strong: 0 18px 50px rgba(17, 24, 39, .08);--portal-danger: #b42318;--portal-warning: #b76e00;--portal-success: #247a3d;--portal-font: Inter, Roboto, Helvetica, Arial, sans-serif}html[data-portal-theme=dark]{color-scheme:dark;--portal-primary: #d7e0ea;--portal-secondary: #69b7ff;--portal-secondary-hover: #92caff;--portal-label: #92a5ba;--portal-muted: #7d91a8;--portal-bg: #08111d;--portal-card: #101a27;--portal-card-muted: #0d1824;--portal-card-subtle: #0f1b2a;--portal-heading: #f4f8fc;--portal-border: #263647;--portal-border-soft: #1d2b3b;--portal-blue-soft: rgba(105, 183, 255, .14);--portal-blue-panel: rgba(105, 183, 255, .1);--portal-input-bg: #0b1522;--portal-tooltip-bg: #101a27;--portal-auth-bg: radial-gradient(circle at 18% 18%, rgba(105, 183, 255, .16), transparent 30%), radial-gradient(circle at 82% 82%, rgba(36, 122, 61, .16), transparent 28%), linear-gradient(135deg, #08111d 0%, #0c1827 100%);--portal-sidebar-bg: radial-gradient(circle at top left, rgba(105, 183, 255, .12), transparent 34%), rgba(10, 19, 31, .94);--portal-shadow: 0 2px 4px rgba(0, 0, 0, .28);--portal-shadow-strong: 0 22px 58px rgba(0, 0, 0, .28);--portal-danger: #ff8b8b;--portal-warning: #f5bd62;--portal-success: #67d58c}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--portal-bg);color:var(--portal-primary);font-family:var(--portal-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.portal-shell{display:grid;grid-template-columns:280px minmax(0,1fr);width:100%;min-width:0;min-height:100vh}.portal-sidebar{display:flex;flex-direction:column;min-width:0;gap:36px;padding:44px 32px;border-right:1px solid var(--portal-border-soft);background:var(--portal-sidebar-bg)}.portal-brand,.portal-account{display:flex;min-width:0;flex-direction:column;gap:4px}.portal-brand{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.portal-brand-main{display:flex;min-width:0;align-items:center;gap:12px}.portal-brand-logo{width:42px;height:42px;object-fit:contain;flex:0 0 auto}.portal-brand strong,.portal-account strong{min-width:0;font-size:18px;line-height:1.2;overflow-wrap:anywhere}.portal-brand span,.portal-account span{color:var(--portal-label);font-size:14px}.portal-account strong,.portal-account span{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.portal-account-wallet{width:fit-content;max-width:100%;margin-top:4px;padding:4px 8px;border:1px solid var(--portal-border-soft);border-radius:999px;background:var(--portal-blue-panel);color:var(--portal-secondary)!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px!important;font-weight:800}.portal-account-auth{width:fit-content;max-width:100%;margin-top:8px;padding:5px 9px;border:1px solid rgba(0,113,197,.2);border-radius:999px;background:#eef7ff;color:var(--portal-secondary)!important;font-size:12px!important;font-weight:800;line-height:1.2}.portal-nav{display:flex;min-width:0;flex-direction:column;gap:8px}.portal-nav a{display:flex;min-width:0;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--portal-primary);font-weight:600}.portal-nav a.active,.portal-nav a:hover{background:var(--portal-blue-soft);color:var(--portal-secondary)}.portal-sign-out{display:flex;align-items:center;gap:10px;width:fit-content;margin-top:10px;padding:8px 11px;border:1px solid var(--portal-border);border-radius:8px;background:var(--portal-input-bg);color:var(--portal-primary);font-size:14px;font-weight:700}.portal-sign-out:hover{border-color:var(--portal-secondary);background:var(--portal-blue-soft);color:var(--portal-secondary)}.portal-theme-toggle{display:inline-flex;width:fit-content;min-width:0;align-items:center;justify-content:center;gap:8px;padding:8px 11px;border:1px solid var(--portal-border);border-radius:999px;background:var(--portal-input-bg);color:var(--portal-primary);font-size:13px;font-weight:800;box-shadow:var(--portal-shadow)}.portal-theme-toggle:hover,.portal-theme-toggle:focus-visible{border-color:var(--portal-secondary);background:var(--portal-blue-soft);color:var(--portal-secondary)}.portal-sidebar-theme-toggle{width:38px;height:38px;flex:0 0 auto;padding:0;border-radius:10px}.portal-sidebar-status{display:grid;gap:6px;padding:16px;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-blue-panel)}.portal-sidebar-status-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.portal-sidebar-status span{color:var(--portal-secondary);font-size:12px;font-weight:800;text-transform:uppercase}.portal-sidebar-status strong{color:var(--portal-heading);font-size:16px}.portal-sidebar-status p{margin:0;color:var(--portal-label);font-size:13px;line-height:1.45}.portal-help-trigger{position:relative;display:inline-flex;width:28px;height:28px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--portal-border);border-radius:999px;background:var(--portal-input-bg);color:var(--portal-label)}.portal-help-trigger:hover,.portal-help-trigger:focus-visible{border-color:var(--portal-secondary);background:var(--portal-blue-soft);color:var(--portal-secondary)}.portal-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:35;display:none;width:min(300px,calc(100vw - 32px));transform:translate(-50%);padding:13px 14px;border:1px solid var(--portal-border);border-radius:12px;background:var(--portal-tooltip-bg);color:var(--portal-primary);font-size:13px;font-weight:650;line-height:1.5;text-align:left;text-transform:none;box-shadow:0 18px 38px #0f172a21}.portal-sidebar-status .portal-tooltip{color:var(--portal-primary);font-size:13px;font-weight:650;text-transform:none}.portal-tooltip:after{position:absolute;left:50%;bottom:-7px;width:12px;height:12px;transform:translate(-50%) rotate(45deg);border-right:1px solid var(--portal-border);border-bottom:1px solid var(--portal-border);background:var(--portal-tooltip-bg);content:""}.portal-help-trigger:hover .portal-tooltip,.portal-help-trigger:focus-visible .portal-tooltip{display:block}.portal-sidebar-env{display:grid;gap:7px;padding:14px;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-card)}.portal-sidebar-env span{width:fit-content;padding:3px 8px;border-radius:999px;background:var(--portal-blue-soft);color:var(--portal-secondary);font-size:11px;font-weight:850;text-transform:uppercase}.portal-sidebar-env code{overflow-wrap:anywhere;color:var(--portal-heading);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.portal-data-status{display:grid;gap:7px;padding:15px;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-card)}.portal-data-status span{color:var(--portal-label);font-size:12px;font-weight:800;text-transform:uppercase}.portal-data-status strong{color:var(--portal-heading);font-size:15px}.portal-data-status p{margin:0;color:var(--portal-label);font-size:12px;line-height:1.45;word-break:break-word}.portal-data-status button{width:fit-content;padding:7px 10px;border:1px solid var(--portal-border);border-radius:8px;background:#fff;color:var(--portal-primary);font-size:12px;font-weight:800}.portal-data-status.is-supabase{border-color:#bbf7d0;background:#f0fdf4}.portal-data-status.is-supabase span,.portal-data-status.is-supabase strong{color:var(--portal-success)}.portal-data-status.is-gateway{border-color:#bae6fd;background:#f0f9ff}.portal-data-status.is-gateway span,.portal-data-status.is-gateway strong{color:var(--portal-secondary)}.portal-data-status.is-syncing{border-color:#bfdbfe;background:#eff6ff}.portal-data-status.is-syncing span,.portal-data-status.is-syncing strong{color:var(--portal-secondary)}.portal-data-status.is-local-fallback{border-color:#fed7aa;background:#fff7ed}.portal-data-status.is-local-fallback span,.portal-data-status.is-local-fallback strong{color:var(--portal-warning)}.portal-main{display:flex;flex-direction:column;min-width:0;padding:64px clamp(24px,7vw,112px)}.portal-main-content{flex:1;min-width:0}.portal-page{width:min(100%,980px);max-width:980px;min-width:0}.portal-eyebrow{margin:0 0 10px;color:var(--portal-secondary);font-size:13px;font-weight:700;text-transform:uppercase}.portal-page h1{margin:0;color:var(--portal-heading);font-size:clamp(30px,3.5vw,40px);line-height:1.1;letter-spacing:0}.portal-lede{max-width:640px;margin:18px 0 0;color:var(--portal-label);font-size:17px;line-height:1.55}.portal-panel{margin-top:32px;padding:28px;border:1px solid var(--portal-border);border-radius:12px;background:var(--portal-card);box-shadow:var(--portal-shadow-strong)}.portal-panel p{margin:0;color:var(--portal-primary);font-size:15px;line-height:1.6}.portal-page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.portal-page-header-row>div{min-width:0}.portal-header-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px}.portal-secondary-action,.portal-primary-action,.portal-muted-action,.portal-danger-action{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:700}.portal-secondary-action{flex:0 0 auto;margin-top:8px;padding:10px 14px;border:1px solid var(--portal-border);background:var(--portal-input-bg);color:var(--portal-secondary)}.portal-secondary-action:hover{border-color:var(--portal-secondary);background:var(--portal-blue-panel)}.portal-secondary-action:disabled{cursor:not-allowed;border-color:var(--portal-border);background:var(--portal-card-subtle);color:var(--portal-label)}.portal-secondary-action[aria-disabled=true]{border-color:#f3d19b;background:#f5bd621f;color:var(--portal-warning)}.portal-primary-action{padding:12px 18px;border:0;background:var(--portal-secondary);color:#fff;box-shadow:0 2px 4px #00000029}.portal-primary-action:hover{background:var(--portal-secondary-hover)}.portal-primary-action:disabled{cursor:not-allowed;background:#b9c7d6;box-shadow:none}.portal-muted-action{padding:11px 16px;border:1px solid var(--portal-border);background:var(--portal-input-bg);color:var(--portal-primary)}.portal-muted-action:disabled{cursor:not-allowed;background:var(--portal-card-subtle);color:var(--portal-label)}.portal-danger-action{padding:11px 16px;border:1px solid #f1b5b5;background:#fff5f5;color:#b42318}.portal-key-list{display:grid;gap:14px;margin-top:36px}.portal-key-overview-panel{display:grid;gap:18px}.portal-key-overview-panel h2{margin:0 0 8px;color:#111827;font-size:22px}.portal-inline-alert{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;min-width:0;margin-top:18px;padding:14px 16px;border-radius:12px}.portal-inline-alert strong{display:block;color:#111827;font-size:15px}.portal-inline-alert p{margin:2px 0 0;color:var(--portal-primary);line-height:1.45;overflow-wrap:anywhere}.portal-inline-alert.is-warning{border:1px solid #f3d19b;background:#fffaf0;color:var(--portal-warning)}.portal-inline-alert.is-info{border:1px solid #bfdbfe;background:#f5faff;color:var(--portal-secondary)}.portal-key-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--portal-border);border-radius:12px;background:var(--portal-card);box-shadow:var(--portal-shadow-strong)}.portal-key-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eef6ff;color:var(--portal-secondary)}.portal-key-content{display:grid;min-width:0;gap:6px}.portal-key-title-row{display:flex;align-items:center;min-width:0;flex-wrap:wrap;gap:10px}.portal-key-title-row strong{min-width:0;color:#111827;font-size:17px;overflow-wrap:anywhere}.portal-key-title-row span{font-size:12px;font-weight:700}.portal-status-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:999px;background:#eef8f0;color:var(--portal-success)}.portal-status-pill span{width:7px;height:7px;border-radius:999px;background:currentColor}.portal-key-rename-button{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:5px 8px;border:1px solid var(--portal-border-soft);border-radius:999px;background:#fbfcfd;color:var(--portal-label);font-size:12px;font-weight:850}.portal-key-rename-button:hover{border-color:#bfdbfe;background:#eff6ff;color:var(--portal-secondary)}.portal-key-content code,.portal-secret{overflow-wrap:anywhere;color:#111827;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.portal-key-meta,.portal-plan-limits,.portal-profile-tags{display:flex;flex-wrap:wrap;gap:8px}.portal-key-meta span,.portal-plan-limits span,.portal-profile-tags span{width:fit-content;max-width:100%;padding:5px 8px;border:1px solid var(--portal-border-soft);border-radius:999px;background:#fbfcfd;color:var(--portal-label);font-size:14px;font-weight:700;overflow-wrap:anywhere}.portal-icon-button,.portal-dialog-close{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--portal-label)}.portal-icon-button:hover,.portal-dialog-close:hover{border-color:var(--portal-border);background:#fff;color:var(--portal-secondary)}.portal-revoke-button{width:auto;padding:0 12px;gap:7px}.portal-revoke-button:hover{border-color:#f1b5b5;background:#fff5f5;color:var(--portal-danger)}.portal-revoke-button span{font-size:13px;font-weight:800}.portal-create-key-panel{display:grid;gap:20px}.portal-key-safety-panel{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start;background:#fbfcfd}.portal-key-safety-panel svg{color:var(--portal-secondary)}.portal-key-safety-panel h2{margin:0 0 6px;color:#111827;font-size:20px}.portal-create-key-panel h2,.portal-dialog h2{margin:0;color:#111827;font-size:22px;letter-spacing:0}.portal-field-inline{margin-top:0}.portal-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#11182757}.portal-dialog{position:relative;display:grid;width:min(100%,520px);max-height:min(760px,calc(100vh - 40px));gap:16px;overflow-y:auto;padding:28px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:0 20px 40px #1118272e}.portal-dialog p{margin:0;color:var(--portal-label);line-height:1.55}.portal-dialog-close{position:absolute;top:14px;right:14px}.portal-secret{display:block;padding:14px;border:1px solid var(--portal-border);border-radius:8px;background:#f8fafc;font-size:14px}.portal-dialog-actions{display:flex;justify-content:flex-end;gap:10px}.portal-save-state{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;margin-top:10px;padding:8px 12px;border-radius:999px;background:#eef8f0;color:#247a3d;font-size:14px;font-weight:700}.portal-save-state.is-warning{border:1px solid #fed7aa;background:#fff7ed;color:#a15c07}.portal-profile-form{display:grid;min-width:0;gap:24px;margin-top:36px}.portal-profile-card{position:relative;display:flex;min-width:0;align-items:center;gap:20px;margin-top:0}.portal-profile-card h2{margin:0 0 6px;color:#111827;font-size:22px}.portal-profile-card p{color:var(--portal-label)}.portal-profile-tags{margin-top:12px}.portal-profile-auth-tag{border-color:#0071c53d!important;background:#eef7ff!important;color:var(--portal-secondary)!important}.portal-profile-avatar-wrap{position:relative;width:112px;height:112px;flex:0 0 auto}.portal-profile-avatar{display:grid;width:96px;height:96px;place-items:center;border:1px solid var(--portal-border);border-radius:24px;background:#f8fafc}.portal-profile-avatar img{width:64px;height:64px;border-radius:18px;object-fit:cover}.portal-profile-avatar svg{color:var(--portal-secondary)}.portal-profile-avatar-badge{position:absolute;right:0;bottom:8px;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--portal-border);border-radius:999px;background:#fff;color:var(--portal-secondary)}.portal-profile-fields{display:grid;min-width:0;gap:20px;margin-top:0}.portal-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.portal-field textarea{width:100%;min-width:0;resize:vertical;padding:12px 14px;border:1px solid var(--portal-border);border-radius:8px;color:var(--portal-primary);outline:none}.portal-field textarea:focus{border-color:var(--portal-secondary);box-shadow:0 0 0 3px #3677bf24}.portal-form-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:6px}.portal-plan-pill{display:inline-flex;flex:0 0 auto;margin-top:10px;padding:8px 14px;border-radius:999px;background:#eef6ff;color:var(--portal-secondary);font-size:14px;font-weight:800}.portal-usage-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:16px;margin-top:36px}.portal-quota-insights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;padding:12px;border:1px solid #d7e5f2;border-radius:12px;background:#f8fbff}.portal-quota-insights>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;min-width:0;column-gap:8px;row-gap:3px;padding:10px;border:1px solid #e2edf8;border-radius:10px;background:#fff}.portal-quota-insights svg{grid-row:span 3;color:var(--portal-secondary)}.portal-quota-insights span,.portal-quota-insights small{min-width:0;color:var(--portal-label);font-size:12px;font-weight:800;line-height:1.25}.portal-quota-insights strong{min-width:0;color:#111827;font-size:14px;line-height:1.25;overflow-wrap:anywhere}.portal-launch-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;gap:14px;margin-top:36px}.portal-checklist-card{display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;gap:12px;align-items:start;padding:16px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:var(--portal-shadow-strong)}.portal-checklist-card:hover{border-color:var(--portal-secondary);background:#f5faff}.portal-checklist-card svg{color:var(--portal-secondary)}.portal-checklist-card strong{display:block;min-width:0;color:#111827;font-size:15px;overflow-wrap:anywhere}.portal-checklist-card span{display:block;min-width:0;margin-top:5px;color:var(--portal-label);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.portal-usage-stat{display:grid;min-width:0;gap:10px;padding:20px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:var(--portal-shadow)}.portal-usage-stat.is-near{border-color:#f3d19b;background:#fffaf0}.portal-usage-stat.is-exhausted{border-color:#f1b5b5;background:#fff5f5}.portal-usage-stat svg{color:var(--portal-secondary)}.portal-usage-stat>span{color:var(--portal-label);font-weight:700}.portal-usage-stat-label,.portal-usage-meter-title{display:inline-flex;min-width:0;align-items:center;gap:7px}.portal-window-help{width:22px;height:22px;border-color:#d7e5f2;background:#f8fbff;color:var(--portal-secondary)}.portal-window-help .portal-tooltip{width:min(340px,calc(100vw - 32px));color:#334155;font-size:13px;font-weight:650;line-height:1.5}.portal-usage-stat strong{color:#111827;font-size:24px;line-height:1}.portal-usage-stat small{color:var(--portal-label);font-size:13px;font-weight:700}.portal-usage-panel{display:grid;gap:28px}.portal-section-heading{display:flex;align-items:flex-start;justify-content:space-between;min-width:0;gap:16px}.portal-section-heading>div{flex:1 1 auto;min-width:0}.portal-section-heading h2{margin:0;color:#111827;font-size:22px}.portal-section-note{display:block;margin-top:6px;color:var(--portal-muted);font-size:14px;font-weight:700}.portal-model-availability{display:inline-flex;width:fit-content;max-width:100%;margin-top:8px;padding:5px 8px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:var(--portal-secondary);font-size:12px;font-weight:850;overflow-wrap:anywhere}.portal-section-heading svg{color:var(--portal-secondary)}.portal-usage-meter{display:grid;gap:10px}.portal-usage-meter-header,.portal-usage-meter-footer{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:16px}.portal-usage-meter-header strong{color:#111827;font-size:17px}.portal-usage-meter-header span,.portal-usage-meter-footer{color:var(--portal-label);font-size:14px;font-weight:700}.portal-usage-meter-footer span:last-child{text-align:right}.portal-progress{height:10px;overflow:hidden;border:0;border-radius:999px;background:linear-gradient(90deg,var(--portal-secondary) 0 var(--portal-progress-value, 0%),#eaf2fb var(--portal-progress-value, 0%) 100%);box-shadow:inset 0 0 0 1px #c9d8e8}.portal-progress span{display:none}.portal-usage-controls,.portal-usage-preferences,.portal-usage-footnote{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:24px}.portal-debug-options{min-width:0;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:var(--portal-shadow)}.portal-debug-options summary{display:flex;min-width:0;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;color:var(--portal-primary);font-weight:800}.portal-debug-options summary::-webkit-details-marker{display:none}.portal-debug-options summary:after{content:"+";display:inline-grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border:1px solid var(--portal-border);border-radius:999px;color:var(--portal-secondary);font-size:18px;line-height:1}.portal-debug-options[open] summary:after{content:"−"}.portal-debug-options summary span{display:inline-flex;min-width:0;align-items:center;gap:10px}.portal-debug-options summary svg{color:var(--portal-secondary)}.portal-debug-options summary small{margin-left:auto;color:var(--portal-label);font-size:13px;font-weight:700}.portal-debug-options-body{display:flex;min-width:0;align-items:stretch;justify-content:space-between;gap:24px;padding:0 20px 20px}.portal-debug-options-body .portal-data-status{min-width:min(220px,100%);box-shadow:none}.portal-debug-options-body .portal-data-status p{color:var(--portal-label);font-size:12px;line-height:1.45}.portal-debug-options-body h2{margin:0 0 8px;color:#111827;font-size:18px}.portal-debug-options-body p{max-width:620px;margin:0;color:var(--portal-primary);font-size:15px;line-height:1.55}.portal-usage-controls h2,.portal-usage-preferences h2{margin:0 0 8px;color:#111827;font-size:20px}.portal-preference-copy,.portal-usage-footnote{display:flex;min-width:0;align-items:center;gap:14px}.portal-preference-copy svg,.portal-usage-footnote svg{flex:0 0 auto;color:var(--portal-secondary)}.portal-toggle{display:inline-flex;width:84px;height:42px;align-items:center;justify-content:space-between;gap:8px;padding:5px 9px 5px 5px;border:1px solid var(--portal-border);border-radius:999px;background:#fff;color:var(--portal-label);font-size:13px;font-weight:800}.portal-toggle span{width:30px;height:30px;border-radius:999px;background:var(--portal-border)}.portal-toggle.is-on{border-color:var(--portal-secondary);background:#eef6ff;color:var(--portal-secondary)}.portal-toggle.is-on span{background:var(--portal-secondary)}.portal-model-usage-panel,.portal-recent-events-panel{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;align-items:stretch;justify-items:stretch;gap:20px}.portal-recent-events-panel{overflow:hidden}.portal-recent-events-panel>*{min-width:0}.portal-model-usage-list,.portal-event-list{display:grid;min-width:0;gap:12px}.portal-event-list{gap:10px}.portal-recent-events-panel .portal-section-heading,.portal-recent-events-panel .portal-event-summary,.portal-recent-events-panel .portal-request-log-controls,.portal-recent-events-panel .portal-request-log-pagination-bar,.portal-recent-events-panel .portal-filter-row,.portal-recent-events-panel .portal-event-pagination,.portal-recent-events-panel .portal-event-list,.portal-event-list>*{width:100%;max-width:100%;box-sizing:border-box}.portal-recent-events-panel .portal-section-heading{display:block}.portal-recent-events-panel .portal-section-heading>div{width:100%;min-width:0}.portal-recent-events-panel .portal-section-heading h2,.portal-recent-events-panel .portal-section-note{max-width:100%}.portal-model-usage-row,.portal-event-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,220px);min-width:0;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--portal-border-soft)}.portal-model-usage-panel .portal-section-heading>div{min-width:0}.portal-model-usage-row{grid-template-columns:minmax(0,1fr);gap:12px}.portal-model-usage-row:last-child,.portal-event-row:last-child{padding-bottom:0;border-bottom:0}.portal-model-usage-row strong,.portal-event-row strong{display:block;min-width:0;color:#111827;font-size:16px;overflow-wrap:anywhere}.portal-model-usage-row span,.portal-event-row span{display:block;min-width:0;margin-top:4px;color:var(--portal-label);font-size:14px;overflow-wrap:anywhere}.portal-model-share{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;gap:16px;align-items:center}.portal-model-share .portal-progress{width:100%;min-width:0}.portal-model-share small,.portal-event-row small{color:var(--portal-label);font-weight:800}.portal-model-share small{min-width:48px;text-align:right;font-size:16px;line-height:1;font-variant-numeric:tabular-nums}.portal-event-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));min-width:0;gap:12px}.portal-event-summary span{display:grid;min-width:0;gap:3px;padding:12px 14px;border:1px solid var(--portal-border-soft);border-radius:8px;background:#fbfcfd;color:var(--portal-label);font-size:12px;font-weight:800;text-transform:uppercase}.portal-event-summary strong{color:#111827;font-size:18px;line-height:1;text-transform:none}.portal-event-summary span.is-quota{border-color:#f3d19b;background:#fffaf0}.portal-request-log-controls{display:flex;align-items:end;justify-content:space-between;min-width:0;gap:16px}.portal-request-log-controls .portal-filter-row{flex:1 1 auto}.portal-request-log-pagination-bar{display:flex;justify-content:flex-end;min-width:0;margin-top:-6px}.portal-event-pagination{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:12px}.portal-event-pagination .portal-secondary-action{min-height:38px;margin-top:0;padding:8px 11px}.portal-event-pagination span{flex:0 0 auto;color:var(--portal-label);font-size:14px;font-weight:800;white-space:nowrap}.portal-event-table-head{display:grid;grid-template-columns:minmax(170px,.9fr) minmax(260px,1.2fr) minmax(132px,156px);min-width:0;gap:14px;padding:0 14px 2px;color:var(--portal-muted);font-size:11px;font-weight:850;letter-spacing:0;text-transform:uppercase}.portal-event-table-head span:last-child{text-align:right}.portal-event-row-detailed{grid-template-columns:minmax(170px,.9fr) minmax(260px,1.2fr) minmax(132px,156px);min-width:0;min-height:88px;gap:14px;align-items:center;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 24px #0f172a0a;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.portal-event-row-detailed:last-child{padding-bottom:14px;border-bottom:1px solid #e2e8f0}.portal-event-row-detailed:hover{border-color:#b8d8f4;box-shadow:0 14px 28px #0f172a12;transform:translateY(-1px)}.portal-event-row-detailed.is-quota{border-color:#f4d8ae;background:linear-gradient(180deg,#fffaf3,#fffefd)}.portal-event-row-detailed.is-quota:hover{border-color:#edbd74}.portal-event-row-detailed:focus-visible{outline:3px solid rgba(0,121,194,.22);outline-offset:3px}.portal-event-primary{display:flex;min-width:0;align-items:center;gap:12px}.portal-event-primary div{min-width:0}.portal-event-primary strong,.portal-event-primary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-request-status{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:92px;padding:6px 10px;border:1px solid #bfe8cc;border-radius:999px;background:#eef9f1;color:#067a38;font-size:12px;font-weight:850;line-height:1}.portal-request-status.is-failed{border-color:#ffd0d0;background:#fff1f1;color:#b42318}.portal-request-status.is-quota{border-color:#f3d19b;background:#fff7ed;color:#a15c07}.portal-request-status.is-unknown{border-color:var(--portal-border-soft);background:#f8fafc;color:var(--portal-label)}.portal-event-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}.portal-event-metrics div{min-width:0;padding:9px;border:1px solid var(--portal-border-soft);border-radius:8px;background:#f8fafc}.portal-event-metrics dt{color:var(--portal-muted);font-size:11px;font-weight:850;text-transform:uppercase}.portal-event-metrics dd{overflow:hidden;margin:4px 0 0;color:#111827;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.portal-event-trailing{display:grid;width:auto;min-width:0;max-width:100%;grid-template-columns:1fr;align-content:center;align-items:center;justify-items:end;gap:6px;color:var(--portal-label)}.portal-event-trailing span{display:inline-flex;max-width:100%;overflow:hidden;padding:4px 8px;border-radius:999px;background:#fff7ed;color:#a15c07;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.portal-event-trailing small{justify-self:auto}.portal-event-trailing span.is-ok{background:#ecfdf3;color:#067a38}.portal-event-details-link{display:inline-flex;max-width:100%;align-items:center;justify-content:center;overflow:hidden;padding:4px 8px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:var(--portal-secondary);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.portal-event-details-link:hover,.portal-event-details-link:focus-visible{border-color:#b8d8f4;background:#e0f2fe;outline:none;box-shadow:0 0 0 3px #3677bf29}.portal-event-detail-dialog{width:min(100%,760px);max-height:min(780px,calc(100vh - 48px));grid-template-rows:auto minmax(0,1fr);gap:0;overflow:hidden;padding:0;border-color:#d8e1eb;box-shadow:0 26px 70px #0f172a33}.portal-event-detail-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid var(--portal-border-soft);background:linear-gradient(180deg,#fff,#fbfdff)}.portal-event-detail-header .portal-dialog-close{position:static;flex:0 0 auto}.portal-event-detail-body{display:grid;min-height:0;gap:12px;overflow-y:auto;padding:18px 24px 24px;background:#fff}.portal-event-detail-note{padding:12px 13px;border:1px solid var(--portal-border-soft);border-radius:8px;background:#f8fafc;color:var(--portal-label);font-size:13px;font-weight:700;line-height:1.4}.portal-event-detail-note.is-quota{border-color:#f3d19b;background:#fff7ed;color:#9a5a08}.portal-event-detail-heading{display:flex;min-width:0;align-items:center;gap:14px}.portal-event-detail-heading>div{min-width:0}.portal-event-detail-heading h2{margin-top:2px;font-size:24px;line-height:1.1;overflow-wrap:anywhere}.portal-event-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:10px}.portal-detail-item{display:grid;min-width:0;gap:6px;align-content:start;padding:13px 14px;border:1px solid var(--portal-border-soft);border-radius:8px;background:#f9fbfd}.portal-detail-item.is-wide{grid-column:1 / -1}.portal-detail-item span{color:var(--portal-muted);font-size:11px;font-weight:850;text-transform:uppercase}.portal-detail-item strong,.portal-detail-item code{min-width:0;color:#111827;font-size:15px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.portal-detail-item code{display:block;padding:0;background:transparent;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;white-space:normal}.portal-detail-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;gap:10px;align-items:center}.portal-detail-copy{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:var(--portal-secondary);font-size:12px;font-weight:850}.portal-detail-copy:hover{background:#e0f2fe}.portal-billing-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-width:0;gap:18px;align-items:center}.portal-billing-hero h2,.portal-payment-panel h2,.portal-invoices-panel h2,.portal-plan-card h2{margin:0;color:#111827}.portal-billing-icon{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:14px;background:#eef6ff;color:var(--portal-secondary)}.portal-billing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:18px;margin-top:24px}.portal-plan-card{display:grid;min-width:0;gap:18px;padding:24px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:var(--portal-shadow)}.portal-plan-card.is-selected{border-color:var(--portal-secondary);box-shadow:0 0 0 3px #3677bf1f}.portal-plan-card.is-disabled{background:#fbfcfd}.portal-plan-card.is-disabled .portal-primary-action{cursor:not-allowed;opacity:.72}.portal-plan-card-header,.portal-invoices-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:14px}.portal-plan-card-header svg,.portal-invoices-header svg{color:var(--portal-secondary)}.portal-plan-card strong{color:#111827;font-size:26px;overflow-wrap:anywhere}.portal-plan-card p{color:var(--portal-label)}.portal-plan-card ul{display:grid;gap:8px;margin:0;padding-left:18px;color:var(--portal-primary);line-height:1.5}.portal-plan-coming-soon{display:inline-flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;padding:12px 14px;border:1px solid var(--portal-border);border-radius:8px;background:#f8fafc;color:var(--portal-label);font-weight:850}.portal-disabled-badge{display:inline-flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#f8fafc;color:var(--portal-label);font-size:12px;font-weight:850}.portal-release-status-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);min-width:0;gap:20px;align-items:center;margin-top:24px;background:#fbfcfd}.portal-release-status-panel h2{margin:0 0 6px;color:#111827}.portal-release-status-panel p{color:var(--portal-label)}.portal-release-checklist{display:grid;min-width:0;gap:8px}.portal-release-checklist span{display:inline-flex;min-width:0;align-items:center;gap:8px;padding:9px 11px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1e5f99;font-size:13px;font-weight:850;overflow-wrap:anywhere}.portal-payment-panel{display:grid;gap:22px}.portal-payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:12px}.portal-payment-status{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:9px;padding:13px 16px;border:1px solid var(--portal-border);border-radius:8px;background:#fff;color:var(--portal-primary);font-weight:800;overflow-wrap:anywhere}.portal-payment-status{background:#f8fafc;color:var(--portal-label)}.portal-payment-status svg{color:var(--portal-secondary)}.portal-invoices-panel{display:grid;gap:22px}.portal-empty-state{display:grid;min-width:0;gap:6px;padding:24px;border:1px dashed var(--portal-border);border-radius:12px;background:#fbfcfd}.portal-empty-state strong{color:#111827;font-size:16px}.portal-empty-state-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.portal-empty-state-actions .portal-secondary-action{width:auto;min-height:40px}.portal-skeleton-list{display:grid;min-width:0;gap:12px}.portal-skeleton-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,220px);min-width:0;gap:18px;align-items:center;padding:14px 0}.portal-skeleton-row.is-event{grid-template-columns:92px minmax(0,1fr) minmax(170px,260px);min-height:88px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff)}.portal-skeleton-row.is-key{grid-template-columns:46px minmax(0,1fr) 120px;min-height:78px;padding:14px;border:1px solid var(--portal-border-soft);border-radius:12px;background:#fff;box-shadow:0 10px 24px #0f172a0a}.portal-skeleton-line,.portal-skeleton-chip{display:block;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7 90%);background-size:220% 100%;animation:portal-skeleton-shimmer 1.4s ease-in-out infinite}.portal-skeleton-line{width:100%;height:13px}.portal-skeleton-line+.portal-skeleton-line{margin-top:10px}.portal-skeleton-line.is-short{width:min(180px,58%);height:16px}.portal-skeleton-line.is-meter{height:10px}.portal-skeleton-line.is-action{height:38px;border-radius:8px}.portal-skeleton-chip{width:72px;height:30px}@keyframes portal-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-120% 0}}.portal-toast{position:fixed;right:18px;bottom:76px;z-index:30;display:inline-flex;align-items:center;gap:8px;max-width:min(320px,calc(100vw - 32px));padding:12px 14px;border:1px solid #bfe8cc;border-radius:999px;background:#ecfdf3;color:#067a38;font-size:14px;font-weight:850;box-shadow:0 18px 40px #0f172a29}.portal-doc-steps{display:grid;min-width:0;gap:14px;margin-top:36px}.portal-product-explainer{display:grid;gap:22px}.portal-product-explainer h2{margin:0 0 10px;color:#111827;font-size:22px}.portal-explainer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;gap:12px}.portal-explainer-grid article{display:grid;min-width:0;gap:8px;padding:14px;border:1px solid var(--portal-border-soft);border-radius:10px;background:#fbfcfd}.portal-explainer-grid svg{color:var(--portal-secondary)}.portal-explainer-grid strong{color:#111827;font-size:15px}.portal-explainer-grid span{color:var(--portal-label);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.portal-doc-step{display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;gap:16px;padding:18px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;box-shadow:var(--portal-shadow)}.portal-doc-step svg{color:var(--portal-secondary)}.portal-doc-step strong{min-width:0;color:#111827;font-size:17px;overflow-wrap:anywhere}.portal-doc-step p{margin:6px 0 0;color:var(--portal-label);line-height:1.55;overflow-wrap:anywhere}.portal-doc-panel{display:grid;min-width:0;gap:18px}.portal-doc-panel h2{margin:0;color:#111827;font-size:22px}.portal-doc-panel>div>p:not(.portal-eyebrow){max-width:760px;margin:8px 0 0;color:var(--portal-label);line-height:1.5}.portal-doc-quota-panel{gap:20px}.portal-doc-quota-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-doc-quota-grid article{display:grid;min-width:0;gap:7px;align-content:start;padding:14px;border:1px solid #dbe8f4;border-radius:10px;background:#f8fbff}.portal-doc-quota-grid svg{color:var(--portal-secondary)}.portal-doc-quota-grid strong{color:#111827;font-size:14px;line-height:1.25}.portal-doc-quota-grid span{color:var(--portal-label);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.portal-doc-fields{display:grid;min-width:0;gap:14px;margin:0}.portal-doc-fields div{display:grid;grid-template-columns:150px minmax(0,1fr);min-width:0;gap:16px;align-items:start;padding-bottom:14px;border-bottom:1px solid var(--portal-border-soft)}.portal-doc-fields div:last-child{padding-bottom:0;border-bottom:0}.portal-doc-fields dt{color:var(--portal-label);font-weight:800}.portal-doc-fields dd{margin:0;color:var(--portal-primary);overflow-wrap:anywhere}.portal-doc-fields code,.portal-code-block code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.portal-copy-value{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.portal-copy-value code{overflow-wrap:anywhere}.portal-copy-button{display:inline-flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border:1px solid var(--portal-border);border-radius:8px;background:#fff;color:var(--portal-secondary);font-size:13px;font-weight:800}.portal-copy-button:hover{border-color:var(--portal-secondary);background:#eef6ff}.portal-doc-copy-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:16px}.portal-code-block{max-width:100%;overflow-x:auto;margin:0;padding:18px;border:1px solid var(--portal-border);border-radius:12px;background:#111827;color:#f8fafc;font-size:13px;line-height:1.6}.portal-model-list{display:flex;min-width:0;flex-wrap:wrap;gap:10px}.portal-model-list span{display:inline-flex;max-width:100%;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--portal-border);border-radius:999px;background:#eef6ff;color:var(--portal-secondary);font-size:14px;font-weight:800}.portal-model-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:14px}.portal-model-capacity-group{display:grid;min-width:0;gap:12px;margin-top:18px}.portal-model-capacity-group h3{margin:0;color:#111827;font-size:16px}.portal-model-card{display:grid;min-width:0;gap:10px;padding:16px;border:1px solid var(--portal-border);border-radius:12px;background:#fbfcfd}.portal-model-card.is-unavailable{border-style:dashed;background:#fff}.portal-model-card div{display:flex;min-width:0;align-items:center;gap:8px}.portal-model-card svg{color:var(--portal-secondary)}.portal-model-card strong{min-width:0;color:#111827;font-size:16px;overflow-wrap:anywhere}.portal-model-card span{width:fit-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#eef6ff;color:var(--portal-secondary);font-size:12px;font-weight:800}.portal-model-card span.is-muted{background:#f1f5f9;color:var(--portal-label)}.portal-model-status-dot{width:16px;height:16px;flex:0 0 auto;padding:0;border:1px solid #f3d19b;border-radius:999px;background:#fff7ed}.portal-model-card p{color:var(--portal-label);font-size:14px}.portal-doc-model-picker{display:grid;min-width:0;gap:20px}.portal-doc-model-picker h2{margin:0 0 8px;color:#111827;font-size:22px}.portal-model-picker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;gap:10px}.portal-model-picker-grid button{display:grid;min-width:0;gap:8px;padding:14px;border:1px solid var(--portal-border);border-radius:12px;background:#fff;color:var(--portal-primary);text-align:left}.portal-model-picker-grid button:hover,.portal-model-picker-grid button.is-selected{border-color:var(--portal-secondary);background:#f5faff;color:var(--portal-secondary)}.portal-model-picker-grid button.is-selected{box-shadow:0 0 0 3px #3677bf1f}.portal-model-picker-grid button:disabled,.portal-model-picker-grid button.is-unavailable{cursor:not-allowed;border-style:dashed;background:#f8fafc;color:var(--portal-label)}.portal-model-picker-grid button:disabled:hover,.portal-model-picker-grid button.is-unavailable:hover{border-color:var(--portal-border);background:#f8fafc;box-shadow:none}.portal-model-picker-grid span{display:flex;min-width:0;align-items:center;gap:7px;color:#111827;font-weight:800}.portal-model-picker-grid small{color:var(--portal-label);font-weight:700}.portal-doc-run-note{display:flex;min-width:0;align-items:center;gap:10px;color:var(--portal-label);font-size:14px;font-weight:700}.portal-doc-run-note svg{flex:0 0 auto;color:var(--portal-secondary)}.portal-doc-try-form{display:grid;min-width:0;gap:16px;padding-top:18px;border-top:1px solid var(--portal-border-soft)}.portal-doc-try-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:18px}.portal-doc-try-header>div{min-width:0}.portal-doc-try-header h3{margin:0;color:#111827;font-size:20px}.portal-doc-try-header p:not(.portal-eyebrow){margin:8px 0 0;color:var(--portal-label);line-height:1.55}.portal-doc-try-form .portal-field{margin-top:0}.portal-doc-try-form textarea{min-height:112px}.portal-doc-form-section{display:grid;min-width:0;gap:12px}.portal-doc-form-section+.portal-doc-form-section{padding-top:2px}.portal-doc-form-heading{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:14px}.portal-doc-form-heading strong{color:#111827;font-size:15px}.portal-doc-form-heading span{color:var(--portal-label);font-size:13px;font-weight:700;line-height:1.45;text-align:right}.portal-doc-request-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,180px);min-width:0;gap:14px;align-items:stretch}.portal-doc-token-field input{font-weight:800}.portal-doc-prompt-field textarea{min-height:132px}.portal-doc-try-actions{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:12px}.portal-doc-try-note{min-width:0;color:var(--portal-label);font-size:13px;font-weight:700;overflow-wrap:anywhere}.portal-doc-try-note code{color:var(--portal-primary)}.portal-doc-key-reveal{display:grid;min-width:0;gap:12px;padding:14px;border:1px solid #bfe8cc;border-radius:12px;background:#f3fff7}.portal-doc-key-reveal.is-error{border-color:#f3b2b2;background:#fff7f7;box-shadow:0 12px 28px #b91c1c14}.portal-doc-key-reveal h4{margin:0;color:#111827;font-size:16px}.portal-doc-key-reveal p:not(.portal-eyebrow){margin:4px 0 0;color:var(--portal-primary);line-height:1.45}.portal-doc-key-reveal.is-error p:not(.portal-eyebrow){color:#7f1d1d}.portal-doc-key-reveal code{display:block;min-width:0;padding:12px 14px;border:1px solid var(--portal-border-soft);border-radius:10px;background:#fff;color:#111827;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:800;overflow-wrap:anywhere}.portal-doc-key-actions{display:flex;flex-wrap:wrap;gap:10px}.portal-doc-key-error-actions{display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;gap:10px;align-items:start;padding:12px;border:1px solid #fecaca;border-radius:10px;background:#ffffffb8;color:#7f1d1d}.portal-doc-key-error-actions>svg{margin-top:2px;color:#dc2626}.portal-doc-key-error-actions span{display:block;color:#7f1d1d;font-size:13px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.portal-doc-key-error-actions .portal-doc-key-actions{margin-top:10px}.portal-doc-key-actions .portal-secondary-action,.portal-doc-key-actions .portal-copy-button{margin-top:0;min-height:40px}.portal-doc-try-result{display:grid;min-width:0;gap:12px;padding:14px;border:1px solid var(--portal-border);border-radius:12px;background:#fbfcfd}.portal-doc-try-result.is-success{border-color:#a6e4bd;background:#f3fff7}.portal-doc-try-result.is-error{border-color:#f5b5b5;background:#fff5f5}.portal-doc-try-result-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.portal-doc-try-result-header strong{color:#111827;font-size:15px}.portal-doc-try-result-header span{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#fff;color:var(--portal-label);font-size:12px;font-weight:800}.portal-doc-try-result p{margin:0;color:var(--portal-primary);line-height:1.55}.portal-doc-response-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.portal-doc-response-meta div{min-width:0;padding:10px;border:1px solid var(--portal-border-soft);border-radius:10px;background:#ffffffd1}.portal-doc-response-meta dt{margin:0 0 4px;color:var(--portal-label);font-size:11px;font-weight:850;text-transform:uppercase}.portal-doc-response-meta dd{margin:0;color:#111827;font-size:13px;font-weight:800;overflow-wrap:anywhere}.portal-doc-response-meta code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.portal-doc-try-result pre{max-height:280px;overflow:auto;margin:0;padding:14px;border:1px solid var(--portal-border-soft);border-radius:10px;background:#111827;color:#f8fafc;font-size:12px;line-height:1.6}.portal-spin{animation:portal-spin .9s linear infinite}@keyframes portal-spin{to{transform:rotate(360deg)}}.portal-auth-page{display:grid;min-width:0;min-height:100vh;place-items:center;padding:24px;background:var(--portal-auth-bg)}.portal-auth-card{width:min(100%,440px);min-width:0;padding:34px;border:1px solid var(--portal-border);border-radius:18px;background:var(--portal-card);box-shadow:var(--portal-shadow)}.portal-auth-page-clerk{padding:32px}.portal-auth-card h1{margin:0;color:var(--portal-heading);font-size:clamp(26px,3vw,32px);line-height:1.08;letter-spacing:0}.portal-auth-card .portal-lede{max-width:360px;margin-top:12px;font-size:15px;line-height:1.55}.portal-auth-card-clerk{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1fr);min-width:0;gap:0;width:min(100%,900px);padding:0;overflow:hidden}.portal-auth-brand{display:flex;min-width:0;align-items:center;gap:14px;margin-bottom:22px}.portal-auth-brand img{width:44px;height:44px;object-fit:contain}.portal-auth-brand .portal-eyebrow{margin-bottom:3px}.portal-auth-brand span{color:var(--portal-label);font-size:14px;font-weight:700;overflow-wrap:anywhere}.portal-auth-environment{display:grid;gap:6px;margin-top:16px;padding:12px 14px;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-card);color:#516174;font-size:12px;box-shadow:0 8px 20px #3677bf0f}.portal-auth-environment span{width:fit-content;padding:3px 8px;border-radius:999px;background:var(--portal-blue-soft);color:var(--portal-secondary);font-size:11px;font-weight:850;text-transform:uppercase}.portal-auth-environment code{max-width:100%;overflow-wrap:anywhere;color:var(--portal-heading);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.portal-auth-intro{display:flex;flex-direction:column;min-width:0;justify-content:center;min-height:560px;padding:42px;border-right:1px solid var(--portal-border-soft);background:linear-gradient(160deg,rgba(54,119,191,.1),transparent 55%),var(--portal-card-muted)}.portal-auth-action-column{display:flex;flex-direction:column;min-width:0;justify-content:center;min-height:560px;padding:40px 42px;background:var(--portal-card)}.portal-clerk-card{display:grid;min-width:0;align-items:center;padding:0;background:var(--portal-card);overflow:visible}.portal-clerk-card .cl-rootBox,.portal-clerk-card .cl-cardBox,.portal-clerk-card .cl-card{width:100%;min-width:0}.portal-clerk-card .portal-clerk-card-box{box-shadow:none}.portal-clerk-card .portal-clerk-inner-card{gap:18px;padding:0;border:0;box-shadow:none;overflow:visible}.portal-clerk-card .portal-clerk-header{display:none}.portal-clerk-card .portal-clerk-social-button{height:44px;border-color:var(--portal-border-soft);border-radius:12px;box-shadow:none}.portal-clerk-card .cl-socialButtons{box-sizing:border-box;width:calc(100% - 12px);min-width:0;max-width:100%;margin-inline:6px;padding:4px;overflow:visible}.portal-clerk-card .cl-socialButtons:has(.cl-socialButtonsIconButton){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.portal-clerk-card .cl-socialButtons:has(.cl-socialButtonsBlockButton){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.portal-clerk-card .cl-socialButtons:has(.cl-socialButtonsBlockButton):not(:has(.cl-socialButtonsIconButton)){display:flex;justify-content:center;padding-top:14px}.portal-clerk-card .cl-socialButtonsIconButton{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-width:0;height:44px;margin:0;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-input-bg);box-shadow:none;overflow:visible}.portal-clerk-card .cl-socialButtonsBlockButton,.portal-clerk-card .cl-formButtonReset{box-sizing:border-box}.portal-clerk-card .cl-socialButtonsBlockButton{position:relative;width:100%;max-width:150px;min-width:0;min-height:44px;margin:0;border:1px solid var(--portal-border-soft);border-radius:12px;background:var(--portal-blue-panel);color:var(--portal-primary);box-shadow:0 8px 18px #3677bf14;font-size:15px;font-weight:650}.portal-clerk-card .cl-socialButtonsBlockButtonText{display:none}.portal-clerk-card .cl-badge,.portal-clerk-card [class*=lastUsed]{position:absolute;top:-14px;right:10px;display:inline-flex;align-items:center;height:18px;padding:0 8px;border:1px solid var(--portal-border-soft);border-radius:999px;background:var(--portal-card);color:var(--portal-label);font-size:10px;font-weight:800;line-height:1;box-shadow:0 4px 10px #1118270f}.portal-clerk-card .cl-socialButtonsProviderIcon,.portal-clerk-card .cl-socialButtonsBlockButton svg,.portal-clerk-card .cl-socialButtonsBlockButton img,.portal-clerk-card .cl-socialButtonsIconButton svg,.portal-clerk-card .cl-socialButtonsIconButton img{width:22px;height:22px;flex:0 0 22px}.portal-clerk-card .cl-socialButtonsIconButton:hover{border-color:var(--portal-secondary);background:var(--portal-blue-soft)}.portal-clerk-card .portal-clerk-field{overflow:visible}.portal-clerk-card .cl-formField{gap:8px;overflow:visible}.portal-clerk-card .cl-formFieldRow{gap:14px;overflow:visible}.portal-clerk-card .portal-clerk-label{color:var(--portal-primary);font-weight:750}.portal-clerk-card .portal-clerk-input,.portal-clerk-card .cl-formFieldInput,.portal-clerk-card .cl-phoneInputBox{width:calc(100% - 4px);min-height:44px;margin-inline:2px;padding:11px 14px;border:1px solid var(--portal-border);border-radius:12px;background:var(--portal-input-bg);color:var(--portal-heading);box-shadow:none}.portal-clerk-card .cl-phoneInputBox{display:flex;align-items:center;padding-block:0}.portal-clerk-card .cl-phoneInputBox .cl-formFieldInput{width:100%;min-height:40px;margin:0;padding-inline:6px;border:0}.portal-clerk-card .portal-clerk-input:focus,.portal-clerk-card .cl-formFieldInput:focus,.portal-clerk-card .cl-phoneInputBox:focus-within{border-color:var(--portal-secondary);box-shadow:0 0 0 3px #3677bf29}.portal-clerk-card .cl-formFieldInputShowPasswordButton{right:12px}.portal-clerk-card .portal-clerk-primary-button{min-height:46px;border-radius:12px;background:var(--portal-secondary);box-shadow:none;font-weight:800}.portal-clerk-card .portal-clerk-primary-button:hover{background:var(--portal-secondary-hover)}.portal-clerk-card .portal-clerk-footer{border-radius:14px}.portal-auth-guidance{display:grid;gap:8px;margin-top:18px;padding:16px 18px;border:1px solid var(--portal-border-soft);border-radius:16px;background:linear-gradient(135deg,rgba(54,119,191,.1),transparent),var(--portal-card-muted);color:var(--portal-primary);font-size:14px}.portal-auth-guidance strong{color:var(--portal-heading);font-size:15px}.portal-auth-guidance a{width:fit-content;color:var(--portal-secondary);font-weight:800;text-decoration:none}.portal-auth-guidance a:hover{color:var(--portal-secondary-hover)}.portal-auth-highlights{display:grid;min-width:0;gap:10px;margin-top:18px}.portal-auth-highlight{display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;gap:10px;align-items:start;padding:12px;border:1px solid var(--portal-border-soft);border-radius:12px;background:color-mix(in srgb,var(--portal-card) 76%,transparent)}.portal-auth-highlight svg{margin-top:2px;color:var(--portal-secondary)}.portal-auth-highlight strong,.portal-auth-highlight span{display:block;min-width:0;overflow-wrap:anywhere}.portal-auth-highlight strong{color:var(--portal-heading);font-size:14px}.portal-auth-highlight span{margin-top:3px;color:var(--portal-label);font-size:13px;line-height:1.45}.portal-field{display:grid;min-width:0;gap:8px;margin-top:28px;color:var(--portal-primary);font-weight:600}.portal-field input{width:100%;min-width:0;padding:12px 14px;border:1px solid var(--portal-border);border-radius:8px;background:var(--portal-input-bg);color:var(--portal-primary);outline:none}.portal-field select{width:100%;min-width:0;min-height:46px;padding:12px 38px 12px 14px;border:1px solid var(--portal-border);border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,var(--portal-label) 50%) right 17px center / 6px 6px no-repeat,linear-gradient(135deg,var(--portal-label) 50%,transparent 50%) right 12px center / 6px 6px no-repeat,var(--portal-input-bg);color:var(--portal-primary);outline:none}.portal-field input:focus,.portal-field select:focus{border-color:var(--portal-secondary);box-shadow:0 0 0 3px #3677bf24}.portal-field input[aria-invalid=true]{border-color:#ef4444;background:snow}.portal-field input[aria-invalid=true]:focus{box-shadow:0 0 0 3px #ef444424}.portal-field small{color:var(--portal-label);font-size:12px;font-weight:700;line-height:1.45}.portal-form-error{margin:0;padding:12px 14px;border:1px solid #f5b5b5;border-radius:10px;background:#fff5f5;color:var(--portal-danger);font-weight:700;overflow-wrap:anywhere}.portal-form-success,.portal-form-warning{margin:0;padding:12px 14px;border-radius:10px;font-weight:700;overflow-wrap:anywhere}.portal-form-success{border:1px solid #bbf7d0;background:#f0fdf4;color:var(--portal-success)}.portal-form-warning{border:1px solid #f3d19b;background:#fffaf0;color:var(--portal-warning)}.portal-gateway-status-panel{display:grid;gap:18px}.portal-gateway-status-panel.is-compact{margin-top:24px;box-shadow:var(--portal-shadow)}.portal-readiness-pill{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:7px 10px;border-radius:999px;font-size:13px;font-weight:850}.portal-readiness-pill.is-ok{background:#eef8f0;color:var(--portal-success)}.portal-readiness-pill.is-warning{background:#fffaf0;color:var(--portal-warning)}.portal-readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.portal-readiness-item{display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;gap:12px;align-items:start;padding:14px;border:1px solid var(--portal-border-soft);border-radius:12px;background:#fbfcfd}.portal-readiness-item svg{color:var(--portal-secondary)}.portal-readiness-item.is-warning svg{color:var(--portal-warning)}.portal-readiness-item span{display:block;color:var(--portal-label);font-size:12px;font-weight:850;text-transform:uppercase}.portal-readiness-item strong{display:block;margin-top:4px;overflow-wrap:anywhere;color:#111827;font-size:14px}.portal-readiness-item p{margin:7px 0 0;color:var(--portal-label);font-size:13px;line-height:1.45}.portal-gateway-status-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.portal-gateway-status-footer p{overflow-wrap:anywhere;color:var(--portal-label);font-size:14px}.portal-gateway-status-footer .portal-muted-action{flex:0 0 auto;padding:9px 12px}.portal-filter-row{display:flex;flex-wrap:wrap;gap:12px}.portal-filter-row label{display:grid;gap:6px;min-width:min(180px,100%);color:var(--portal-label);font-size:12px;font-weight:850;text-transform:uppercase}.portal-filter-row select{min-height:40px;padding:8px 12px;border:1px solid var(--portal-border);border-radius:8px;background:var(--portal-input-bg);color:var(--portal-primary);font:inherit;text-transform:none}@media (max-width: 1180px){.portal-shell{grid-template-columns:248px minmax(0,1fr)}.portal-sidebar{padding:34px 24px}.portal-main{padding:46px clamp(18px,4vw,44px) 92px}.portal-page{width:100%}.portal-quota-insights{grid-template-columns:repeat(2,minmax(0,1fr))}}.portal-primary-link{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;margin-top:22px;padding:12px 18px;border:0;border-radius:8px;background:var(--portal-secondary);color:#fff;font-weight:700;box-shadow:0 2px 4px #00000029}.portal-primary-link:hover{background:var(--portal-secondary-hover)}.portal-auth-theme-toggle{position:fixed;top:18px;right:18px;z-index:20}.portal-debug-toggle{position:fixed;right:18px;bottom:18px;z-index:15;display:inline-flex;align-items:center;gap:8px;min-width:0;padding:10px 13px;border:1px solid var(--portal-border);border-radius:999px;background:color-mix(in srgb,var(--portal-card) 94%,transparent);color:var(--portal-label);font-size:13px;font-weight:850;box-shadow:0 12px 30px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portal-debug-toggle:hover,.portal-debug-toggle.is-active{border-color:#f3d19b;background:#f5bd621f;color:var(--portal-warning)}.portal-debug-toggle svg{flex:0 0 auto}.portal-footer{width:100%;margin-top:72px;padding:34px 0 0;border-top:1px solid var(--portal-border-soft)}.portal-footer-menu{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-bottom:28px;border-bottom:1px solid var(--portal-border-soft)}.portal-footer-logo-section{display:grid;gap:10px}.portal-footer-brand{display:flex;align-items:center;gap:10px}.portal-footer-brand img{width:32px;height:32px;object-fit:contain}.portal-footer-brand p{margin:0;color:var(--portal-heading);font-size:15px;font-weight:800;letter-spacing:-.02em}.portal-footer-logo-section span,.portal-footer-copyright span{color:var(--portal-label);font-size:14px}.portal-footer-nav{display:flex;gap:52px}.portal-footer-nav-group{display:grid;gap:12px}.portal-footer-nav a{color:var(--portal-primary);font-size:14px;font-weight:600}.portal-footer-nav a:hover{color:var(--portal-secondary)}.portal-footer-copyright{display:grid;gap:8px;padding-top:22px;text-align:center}.portal-loading{display:grid;min-height:100vh;place-items:center;color:var(--portal-label);font-weight:700}html[data-portal-theme=dark] .portal-sidebar,html[data-portal-theme=dark] .portal-auth-card,html[data-portal-theme=dark] .portal-auth-intro,html[data-portal-theme=dark] .portal-auth-action-column,html[data-portal-theme=dark] .portal-clerk-card,html[data-portal-theme=dark] .portal-panel,html[data-portal-theme=dark] .portal-key-card,html[data-portal-theme=dark] .portal-doc-step,html[data-portal-theme=dark] .portal-doc-panel,html[data-portal-theme=dark] .portal-payment-panel,html[data-portal-theme=dark] .portal-invoices-panel,html[data-portal-theme=dark] .portal-profile-card,html[data-portal-theme=dark] .portal-usage-panel,html[data-portal-theme=dark] .portal-model-usage-panel,html[data-portal-theme=dark] .portal-recent-events-panel,html[data-portal-theme=dark] .portal-release-status-panel,html[data-portal-theme=dark] .portal-model-availability,html[data-portal-theme=dark] .portal-gateway-status-panel,html[data-portal-theme=dark] .portal-create-key-panel,html[data-portal-theme=dark] .portal-dialog{border-color:var(--portal-border-soft);background-color:var(--portal-card)}html[data-portal-theme=dark] .portal-auth-card,html[data-portal-theme=dark] .portal-panel,html[data-portal-theme=dark] .portal-key-card,html[data-portal-theme=dark] .portal-doc-step,html[data-portal-theme=dark] .portal-payment-panel,html[data-portal-theme=dark] .portal-profile-card,html[data-portal-theme=dark] .portal-usage-panel,html[data-portal-theme=dark] .portal-model-usage-panel{box-shadow:var(--portal-shadow-strong)}html[data-portal-theme=dark] .portal-page h1,html[data-portal-theme=dark] .portal-auth-card h1,html[data-portal-theme=dark] .portal-section-heading h2,html[data-portal-theme=dark] .portal-panel h2,html[data-portal-theme=dark] .portal-panel h3,html[data-portal-theme=dark] .portal-key-overview-panel h2,html[data-portal-theme=dark] .portal-key-safety-panel h2,html[data-portal-theme=dark] .portal-create-key-panel h2,html[data-portal-theme=dark] .portal-dialog h2,html[data-portal-theme=dark] .portal-key-title-row strong,html[data-portal-theme=dark] .portal-billing-hero h2,html[data-portal-theme=dark] .portal-payment-panel h2,html[data-portal-theme=dark] .portal-invoices-panel h2,html[data-portal-theme=dark] .portal-release-status-panel h2,html[data-portal-theme=dark] .portal-empty-state strong,html[data-portal-theme=dark] .portal-product-explainer h2,html[data-portal-theme=dark] .portal-explainer-grid strong,html[data-portal-theme=dark] .portal-doc-step strong,html[data-portal-theme=dark] .portal-doc-panel h2,html[data-portal-theme=dark] .portal-doc-quota-grid strong,html[data-portal-theme=dark] .portal-model-capacity-group h3,html[data-portal-theme=dark] .portal-doc-model-picker h2,html[data-portal-theme=dark] .portal-doc-try-header h3,html[data-portal-theme=dark] .portal-doc-form-heading strong,html[data-portal-theme=dark] .portal-doc-key-reveal h4,html[data-portal-theme=dark] .portal-doc-try-result-header strong,html[data-portal-theme=dark] .portal-doc-response-meta dd,html[data-portal-theme=dark] .portal-plan-card h3,html[data-portal-theme=dark] .portal-plan-card h2,html[data-portal-theme=dark] .portal-plan-card strong,html[data-portal-theme=dark] .portal-profile-card h2,html[data-portal-theme=dark] .portal-detail-item strong,html[data-portal-theme=dark] .portal-model-card strong,html[data-portal-theme=dark] .portal-model-picker-grid span,html[data-portal-theme=dark] .portal-event-primary strong,html[data-portal-theme=dark] .portal-readiness-item strong,html[data-portal-theme=dark] .portal-footer-brand p{color:var(--portal-heading)}html[data-portal-theme=dark] .portal-muted-action,html[data-portal-theme=dark] .portal-secondary-action,html[data-portal-theme=dark] .portal-copy-button,html[data-portal-theme=dark] .portal-icon-button,html[data-portal-theme=dark] .portal-key-rename-button,html[data-portal-theme=dark] .portal-doc-key-reveal,html[data-portal-theme=dark] .portal-event-details-link{border-color:var(--portal-border);background:var(--portal-input-bg);color:var(--portal-primary)}html[data-portal-theme=dark] .portal-muted-action:hover,html[data-portal-theme=dark] .portal-secondary-action:hover,html[data-portal-theme=dark] .portal-copy-button:hover,html[data-portal-theme=dark] .portal-icon-button:hover,html[data-portal-theme=dark] .portal-key-rename-button:hover,html[data-portal-theme=dark] .portal-event-details-link:hover{border-color:var(--portal-secondary);background:var(--portal-blue-soft);color:var(--portal-secondary)}html[data-portal-theme=dark] input,html[data-portal-theme=dark] textarea,html[data-portal-theme=dark] select,html[data-portal-theme=dark] .portal-copy-value,html[data-portal-theme=dark] .portal-secret,html[data-portal-theme=dark] .portal-code-block,html[data-portal-theme=dark] .portal-doc-prompt-field,html[data-portal-theme=dark] .portal-doc-token-field,html[data-portal-theme=dark] .portal-detail-code-row,html[data-portal-theme=dark] .portal-key-content code,html[data-portal-theme=dark] .portal-doc-key-reveal code{border-color:var(--portal-border);background:var(--portal-input-bg);color:var(--portal-heading)}html[data-portal-theme=dark] .portal-data-status,html[data-portal-theme=dark] .portal-readiness-item,html[data-portal-theme=dark] .portal-auth-highlight,html[data-portal-theme=dark] .portal-doc-form-section,html[data-portal-theme=dark] .portal-doc-try-form,html[data-portal-theme=dark] .portal-event-row,html[data-portal-theme=dark] .portal-event-table-head,html[data-portal-theme=dark] .portal-usage-stat,html[data-portal-theme=dark] .portal-checklist-card,html[data-portal-theme=dark] .portal-quota-insights,html[data-portal-theme=dark] .portal-quota-insights>div,html[data-portal-theme=dark] .portal-debug-options,html[data-portal-theme=dark] .portal-preference-copy,html[data-portal-theme=dark] .portal-usage-footnote,html[data-portal-theme=dark] .portal-event-summary span,html[data-portal-theme=dark] .portal-event-metrics div,html[data-portal-theme=dark] .portal-inline-alert,html[data-portal-theme=dark] .portal-key-safety-panel,html[data-portal-theme=dark] .portal-key-icon,html[data-portal-theme=dark] .portal-key-meta span,html[data-portal-theme=dark] .portal-plan-limits span,html[data-portal-theme=dark] .portal-profile-tags span,html[data-portal-theme=dark] .portal-empty-state,html[data-portal-theme=dark] .portal-explainer-grid article,html[data-portal-theme=dark] .portal-doc-quota-grid article,html[data-portal-theme=dark] .portal-model-list span,html[data-portal-theme=dark] .portal-model-card span,html[data-portal-theme=dark] .portal-model-card span.is-muted,html[data-portal-theme=dark] .portal-model-picker-grid button,html[data-portal-theme=dark] .portal-doc-key-reveal,html[data-portal-theme=dark] .portal-doc-key-error-actions,html[data-portal-theme=dark] .portal-doc-try-result,html[data-portal-theme=dark] .portal-doc-response-meta div,html[data-portal-theme=dark] .portal-payment-status,html[data-portal-theme=dark] .portal-plan-coming-soon,html[data-portal-theme=dark] .portal-disabled-badge,html[data-portal-theme=dark] .portal-release-checklist span,html[data-portal-theme=dark] .portal-skeleton-row.is-key,html[data-portal-theme=dark] .portal-skeleton-row.is-event,html[data-portal-theme=dark] .portal-profile-avatar,html[data-portal-theme=dark] .portal-profile-avatar-badge,html[data-portal-theme=dark] .portal-plan-pill,html[data-portal-theme=dark] .portal-save-state,html[data-portal-theme=dark] .portal-model-card,html[data-portal-theme=dark] .portal-plan-card,html[data-portal-theme=dark] .portal-payment-options{border-color:var(--portal-border-soft);background:var(--portal-card-subtle)}html[data-portal-theme=dark] .portal-quota-insights,html[data-portal-theme=dark] .portal-debug-options,html[data-portal-theme=dark] .portal-usage-footnote{box-shadow:var(--portal-shadow)}html[data-portal-theme=dark] .portal-quota-insights>div,html[data-portal-theme=dark] .portal-event-summary span,html[data-portal-theme=dark] .portal-event-metrics div,html[data-portal-theme=dark] .portal-key-meta span,html[data-portal-theme=dark] .portal-plan-limits span,html[data-portal-theme=dark] .portal-profile-tags span,html[data-portal-theme=dark] .portal-model-list span,html[data-portal-theme=dark] .portal-model-card span,html[data-portal-theme=dark] .portal-payment-status,html[data-portal-theme=dark] .portal-plan-coming-soon,html[data-portal-theme=dark] .portal-disabled-badge,html[data-portal-theme=dark] .portal-release-checklist span,html[data-portal-theme=dark] .portal-doc-response-meta div,html[data-portal-theme=dark] .portal-doc-try-result-header span,html[data-portal-theme=dark] .portal-plan-pill{background:var(--portal-input-bg)}html[data-portal-theme=dark] .portal-inline-alert strong{color:var(--portal-heading)}html[data-portal-theme=dark] .portal-inline-alert.is-info,html[data-portal-theme=dark] .portal-release-checklist span,html[data-portal-theme=dark] .portal-model-list span,html[data-portal-theme=dark] .portal-doc-key-reveal,html[data-portal-theme=dark] .portal-doc-try-result.is-success,html[data-portal-theme=dark] .portal-save-state{border-color:#69b7ff57;background:var(--portal-blue-panel);color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-inline-alert.is-warning,html[data-portal-theme=dark] .portal-secondary-action[aria-disabled=true],html[data-portal-theme=dark] .portal-save-state.is-warning{border-color:#f5bd6252;background:#f5bd6214;color:var(--portal-warning)}html[data-portal-theme=dark] .portal-inline-alert.is-warning{background:linear-gradient(90deg,#f5bd621c,#f5bd620f),var(--portal-card-subtle)}html[data-portal-theme=dark] .portal-secondary-action[aria-disabled=true]{border-color:#f5bd6266;background:linear-gradient(180deg,#f5bd6221,#f5bd6214),var(--portal-card-subtle);box-shadow:inset 0 1px #ffffff08}html[data-portal-theme=dark] .portal-secondary-action[aria-disabled=true]:hover{border-color:#f5bd6275;background:linear-gradient(180deg,#f5bd6229,#f5bd6217),var(--portal-card-subtle);color:#ffd58c}html[data-portal-theme=dark] .portal-status-pill{border:1px solid rgba(103,213,140,.28);background:#67d58c1f;color:#8ee7aa}html[data-portal-theme=dark] .portal-status-pill span{box-shadow:0 0 0 3px #67d58c1f}html[data-portal-theme=dark] .portal-doc-key-reveal.is-error,html[data-portal-theme=dark] .portal-doc-try-result.is-error{border-color:#ff8b8b57;background:#ff8b8b1a;box-shadow:0 12px 28px #00000029}html[data-portal-theme=dark] .portal-doc-key-reveal.is-error p:not(.portal-eyebrow),html[data-portal-theme=dark] .portal-doc-key-error-actions,html[data-portal-theme=dark] .portal-doc-key-error-actions span{color:var(--portal-danger)}html[data-portal-theme=dark] .portal-doc-key-error-actions>svg{color:var(--portal-danger)}html[data-portal-theme=dark] .portal-key-icon,html[data-portal-theme=dark] .portal-billing-icon{border:1px solid rgba(105,183,255,.28);background:var(--portal-blue-panel);color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-key-meta span,html[data-portal-theme=dark] .portal-plan-limits span,html[data-portal-theme=dark] .portal-profile-tags span,html[data-portal-theme=dark] .portal-payment-status,html[data-portal-theme=dark] .portal-plan-coming-soon,html[data-portal-theme=dark] .portal-disabled-badge,html[data-portal-theme=dark] .portal-doc-try-result-header span{color:var(--portal-label)}html[data-portal-theme=dark] .portal-profile-avatar,html[data-portal-theme=dark] .portal-profile-avatar-badge{color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-account-auth,html[data-portal-theme=dark] .portal-profile-auth-tag{border-color:#69b7ff57!important;background:var(--portal-blue-panel)!important;color:var(--portal-secondary)!important}html[data-portal-theme=dark] .portal-model-card{border-color:#69b7ff3d;background:linear-gradient(180deg,#69b7ff14,#69b7ff09),var(--portal-card-subtle);box-shadow:inset 0 0 0 1px #69b7ff08}html[data-portal-theme=dark] .portal-model-card p{color:var(--portal-primary)}html[data-portal-theme=dark] .portal-model-capacity-group>p,html[data-portal-theme=dark] .portal-doc-model-picker>p,html[data-portal-theme=dark] .portal-doc-panel>p{color:var(--portal-primary)}html[data-portal-theme=dark] .portal-plan-card.is-selected{border-color:#69b7ff73;box-shadow:inset 0 0 0 1px #69b7ff1f,0 18px 44px #00000038}html[data-portal-theme=dark] .portal-plan-card.is-disabled,html[data-portal-theme=dark] .portal-model-card.is-unavailable,html[data-portal-theme=dark] .portal-model-picker-grid button:disabled,html[data-portal-theme=dark] .portal-model-picker-grid button.is-unavailable,html[data-portal-theme=dark] .portal-model-picker-grid button:disabled:hover,html[data-portal-theme=dark] .portal-model-picker-grid button.is-unavailable:hover{border-color:#7d91a842;background:#0d1824eb;color:var(--portal-label)}html[data-portal-theme=dark] .portal-model-card.is-unavailable{border-style:solid;box-shadow:inset 0 0 0 1px #7d91a80d}html[data-portal-theme=dark] .portal-model-picker-grid button:hover,html[data-portal-theme=dark] .portal-model-picker-grid button.is-selected{border-color:#69b7ff8c;background:var(--portal-blue-panel);color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-model-picker-grid button.is-selected{box-shadow:0 0 0 3px #69b7ff29}html[data-portal-theme=dark] .portal-model-card span.is-muted{color:var(--portal-label)}html[data-portal-theme=dark] .portal-model-status-dot{border-color:#f5bd62bd;background:#f5bd623d;box-shadow:0 0 0 3px #f5bd6214}html[data-portal-theme=dark] .portal-model-card:not(.is-unavailable) .portal-model-status-dot{border-color:#69b7ffc7;background:#69b7ff33;box-shadow:0 0 0 3px #69b7ff14}html[data-portal-theme=dark] .portal-skeleton-line,html[data-portal-theme=dark] .portal-skeleton-chip{background:linear-gradient(90deg,#112032,#17293c,#112032 90%);background-size:220% 100%}html[data-portal-theme=dark] .portal-checklist-card:hover{border-color:#69b7ff73;background:var(--portal-blue-panel)}html[data-portal-theme=dark] .portal-usage-stat.is-near,html[data-portal-theme=dark] .portal-event-summary span.is-quota{border-color:#f5bd6266;background:#f5bd621a}html[data-portal-theme=dark] .portal-usage-stat.is-exhausted{border-color:#ff8b8b57;background:#ff8b8b1a}html[data-portal-theme=dark] .portal-quota-insights strong,html[data-portal-theme=dark] .portal-checklist-card strong,html[data-portal-theme=dark] .portal-usage-stat strong,html[data-portal-theme=dark] .portal-usage-meter-header strong,html[data-portal-theme=dark] .portal-debug-options-body h2,html[data-portal-theme=dark] .portal-usage-controls h2,html[data-portal-theme=dark] .portal-usage-preferences h2,html[data-portal-theme=dark] .portal-model-usage-row strong,html[data-portal-theme=dark] .portal-event-row strong,html[data-portal-theme=dark] .portal-event-summary strong,html[data-portal-theme=dark] .portal-event-metrics dd,html[data-portal-theme=dark] .portal-detail-item strong,html[data-portal-theme=dark] .portal-detail-item code{color:var(--portal-heading)}html[data-portal-theme=dark] .portal-event-row-detailed{border-color:var(--portal-border-soft);background:linear-gradient(180deg,#101a27,#0d1824);box-shadow:0 12px 30px #0000002e}html[data-portal-theme=dark] .portal-event-row-detailed:hover{border-color:#69b7ff73;box-shadow:0 16px 34px #0000003d}html[data-portal-theme=dark] .portal-event-row-detailed.is-quota{border-color:#f5bd6252;background:linear-gradient(180deg,#f5bd621c,#0d1824fa)}html[data-portal-theme=dark] .portal-event-row-detailed.is-quota:hover{border-color:#f5bd627a}html[data-portal-theme=dark] .portal-request-status{border-color:#67d58c52;background:#67d58c1f;color:var(--portal-success)}html[data-portal-theme=dark] .portal-request-status.is-failed,html[data-portal-theme=dark] .portal-request-status.is-error{border-color:#ff8b8b57;background:#ff8b8b1f;color:var(--portal-danger)}html[data-portal-theme=dark] .portal-request-status.is-quota,html[data-portal-theme=dark] .portal-event-trailing span{border-color:#f5bd6257;background:#f5bd621f;color:var(--portal-warning)}html[data-portal-theme=dark] .portal-request-status.is-unknown{border-color:var(--portal-border-soft);background:#7d91a81f;color:var(--portal-label)}html[data-portal-theme=dark] .portal-event-trailing span.is-ok{background:#67d58c1f;color:var(--portal-success)}html[data-portal-theme=dark] .portal-event-detail-dialog{border-color:var(--portal-border);box-shadow:0 28px 78px #0000008c}html[data-portal-theme=dark] .portal-event-detail-header{background:linear-gradient(180deg,#101a27,#0d1824)}html[data-portal-theme=dark] .portal-event-detail-body,html[data-portal-theme=dark] .portal-detail-item{border-color:var(--portal-border-soft);background:var(--portal-card)}html[data-portal-theme=dark] .portal-detail-item{background:var(--portal-card-subtle)}html[data-portal-theme=dark] .portal-event-detail-note.is-quota{border-color:#f5bd6257;background:#f5bd621f;color:var(--portal-warning)}html[data-portal-theme=dark] .portal-toggle{border-color:var(--portal-border);background:var(--portal-input-bg);color:var(--portal-label)}html[data-portal-theme=dark] .portal-toggle span{background:var(--portal-border)}html[data-portal-theme=dark] .portal-toggle.is-on{border-color:#69b7ff80;background:var(--portal-blue-panel);color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-window-help{border-color:var(--portal-border);background:var(--portal-input-bg);color:var(--portal-secondary)}html[data-portal-theme=dark] .portal-window-help .portal-tooltip{color:var(--portal-primary)}html[data-portal-theme=dark] .portal-data-status.is-supabase,html[data-portal-theme=dark] .portal-readiness-pill.is-ok,html[data-portal-theme=dark] .portal-form-success,html[data-portal-theme=dark] .portal-status-pill.is-ok,html[data-portal-theme=dark] .portal-request-status.is-ok{border-color:#67d58c52;background:#67d58c1f;color:var(--portal-success)}html[data-portal-theme=dark] .portal-data-status.is-syncing,html[data-portal-theme=dark] .portal-data-status.is-gateway,html[data-portal-theme=dark] .portal-sidebar-status,html[data-portal-theme=dark] .portal-auth-guidance,html[data-portal-theme=dark] .portal-auth-environment,html[data-portal-theme=dark] .portal-disabled-badge{border-color:#69b7ff52;background:var(--portal-blue-panel)}html[data-portal-theme=dark] .portal-data-status.is-local-fallback,html[data-portal-theme=dark] .portal-readiness-pill.is-warning,html[data-portal-theme=dark] .portal-form-warning,html[data-portal-theme=dark] .portal-debug-toggle:hover,html[data-portal-theme=dark] .portal-debug-toggle.is-active{border-color:#f5bd6257;background:#f5bd6221;color:var(--portal-warning)}html[data-portal-theme=dark] .portal-form-error,html[data-portal-theme=dark] .portal-danger-action,html[data-portal-theme=dark] .portal-revoke-button,html[data-portal-theme=dark] .portal-request-status.is-error{border-color:#ff8b8b57;background:#ff8b8b1f;color:var(--portal-danger)}html[data-portal-theme=dark] .portal-progress{background:linear-gradient(90deg,var(--portal-secondary) 0 var(--portal-progress-value, 0%),#17283a var(--portal-progress-value, 0%) 100%);box-shadow:inset 0 0 0 1px var(--portal-border)}html[data-portal-theme=dark] .portal-footer{border-top-color:var(--portal-border-soft)}@media (max-width: 980px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:sticky;top:0;z-index:12;gap:16px;padding:18px 20px 14px;border-right:0;border-bottom:1px solid var(--portal-border-soft);background:var(--portal-sidebar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.portal-brand-logo{width:36px;height:36px}.portal-account{gap:3px}.portal-account strong,.portal-account span{max-width:min(360px,100%)}.portal-nav{margin-inline:-20px;padding:0 20px 6px;flex-direction:row;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent)}.portal-nav::-webkit-scrollbar{display:none}.portal-nav a{min-height:40px;flex:0 0 auto;white-space:nowrap}.portal-sidebar .portal-theme-toggle{width:38px}.portal-main{padding:30px clamp(14px,4vw,24px) 92px}.portal-page{width:100%}.portal-page h1{font-size:clamp(28px,7vw,34px)}.portal-lede{max-width:100%;font-size:17px}.portal-footer-menu{align-items:center;flex-direction:column;text-align:center}.portal-footer-logo-section{justify-items:center}.portal-footer-nav{width:100%;justify-content:center;gap:36px}.portal-doc-fields div{grid-template-columns:1fr;gap:6px}.portal-doc-quota-grid{grid-template-columns:1fr}.portal-auth-card-clerk{grid-template-columns:1fr;width:min(100%,520px)}.portal-auth-intro{min-height:auto;padding:30px 30px 10px;border-right:0}.portal-auth-action-column{min-height:auto;padding:24px 30px 30px}.portal-clerk-card{padding:0}.portal-auth-guidance{margin-top:16px}.portal-auth-highlights{grid-template-columns:1fr}.portal-auth-theme-toggle{top:12px;right:12px}.portal-copy-value,.portal-doc-copy-header,.portal-doc-try-header{align-items:stretch;flex-direction:column}.portal-copy-button{width:100%}.portal-page-header-row,.portal-dialog-actions,.portal-doc-try-actions,.portal-profile-card,.portal-form-actions,.portal-usage-controls,.portal-gateway-status-footer,.portal-debug-options-body,.portal-usage-preferences,.portal-usage-footnote{align-items:stretch;flex-direction:column}.portal-dialog-actions button,.portal-form-actions button,.portal-gateway-status-footer .portal-muted-action,.portal-debug-options summary,.portal-toggle{width:100%}.portal-readiness-grid{grid-template-columns:1fr}.portal-debug-options summary{align-items:flex-start}.portal-debug-options summary small{display:none}.portal-debug-options-body{align-items:stretch}.portal-key-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.portal-icon-button{grid-column:1 / -1;width:100%}.portal-revoke-button{height:42px}.portal-key-icon{width:38px;height:38px}.portal-key-meta{gap:6px}.portal-key-meta span,.portal-plan-limits span,.portal-profile-tags span{max-width:100%;padding:4px 7px;font-size:12px}.portal-doc-copy-header>div,.portal-plan-card-header>div,.portal-invoices-header>div,.portal-billing-hero>div,.portal-profile-card>div{min-width:0}.portal-profile-grid,.portal-model-card-list,.portal-explainer-grid{grid-template-columns:1fr}.portal-model-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-doc-request-controls{grid-template-columns:1fr}.portal-doc-try-actions .portal-primary-action,.portal-doc-try-header .portal-secondary-action{width:100%}.portal-billing-hero,.portal-billing-grid,.portal-payment-options,.portal-release-status-panel{grid-template-columns:1fr}.portal-billing-hero{justify-items:start}.portal-billing-hero .portal-primary-action{width:100%}.portal-model-usage-row,.portal-event-row,.portal-event-row-detailed{grid-template-columns:1fr;gap:10px}.portal-event-metrics,.portal-event-detail-grid,.portal-skeleton-row,.portal-skeleton-row.is-event,.portal-skeleton-row.is-key{grid-template-columns:1fr}.portal-event-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-event-row-detailed{min-height:0;padding:16px}.portal-event-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-event-pagination{justify-content:space-between}.portal-request-log-pagination-bar{justify-content:flex-start;margin-top:0}.portal-event-table-head{display:none}.portal-event-primary{align-items:flex-start;flex-direction:column}.portal-event-primary strong,.portal-event-primary span,.portal-event-metrics dd,.portal-event-trailing span{white-space:normal;overflow-wrap:anywhere}.portal-event-trailing{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-items:start}.portal-event-detail-heading{align-items:flex-start;flex-direction:column}.portal-event-detail-header{align-items:flex-start}.portal-detail-code-row{grid-template-columns:1fr}.portal-detail-copy,.portal-empty-state-actions .portal-secondary-action{width:100%}.portal-section-heading,.portal-plan-card-header,.portal-invoices-header{flex-direction:column}.portal-model-usage-panel .portal-section-heading>div{width:100%}}@media (min-width: 721px) and (max-width: 980px){.portal-event-table-head{display:none}.portal-event-row-detailed{grid-template-columns:minmax(180px,.9fr) minmax(0,1.2fr);min-height:0;gap:12px 14px;padding:14px}.portal-event-metrics{grid-template-columns:repeat(4,minmax(0,1fr));grid-column:1 / -1}.portal-event-primary{align-items:center;flex-direction:row}.portal-event-primary strong,.portal-event-primary span,.portal-event-metrics dd,.portal-event-trailing span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-event-trailing{width:100%;grid-template-columns:1fr;justify-items:start}}@media (max-width: 560px){.portal-sidebar{position:relative;gap:12px;padding:14px}.portal-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:0;padding:0;overflow:visible;-webkit-mask-image:none;mask-image:none}.portal-brand-logo{width:30px;height:30px}.portal-brand strong,.portal-account strong{font-size:16px}.portal-sidebar-status,.portal-sidebar-env,.portal-account{display:none}.portal-main{padding:18px 12px 88px}.portal-debug-toggle{right:12px;bottom:12px;padding:10px}.portal-debug-toggle span,.portal-auth-theme-toggle span,.portal-sidebar .portal-theme-toggle span{display:none}.portal-sidebar .portal-theme-toggle{position:absolute;top:14px;right:14px;width:38px;height:38px;padding:9px}.portal-nav a{min-height:38px;justify-content:center;padding:8px 10px;font-size:14px;white-space:normal}.portal-page h1{font-size:32px}.portal-lede{font-size:16px}.portal-page-header-row{gap:16px}.portal-header-actions{align-items:stretch;flex-direction:column;width:100%}.portal-page-header-row .portal-secondary-action{width:100%}.portal-usage-summary,.portal-quota-insights,.portal-launch-checklist{grid-template-columns:1fr}.portal-panel,.portal-key-card,.portal-doc-step{padding:16px;border-radius:10px}.portal-auth-page,.portal-auth-page-clerk{padding:14px}.portal-auth-card{padding:24px;border-radius:14px}.portal-auth-intro,.portal-auth-action-column{padding-inline:18px}.portal-auth-action-column{padding-block:20px 24px}.portal-auth-guidance{margin:16px 0 0}.portal-clerk-card .cl-socialButtons:has(.cl-socialButtonsIconButton),.portal-clerk-card .cl-socialButtons:has(.cl-socialButtonsBlockButton){grid-template-columns:repeat(2,minmax(0,1fr))}.portal-key-safety-panel,.portal-doc-step,.portal-key-card{grid-template-columns:1fr}.portal-key-content{grid-column:1}.portal-key-title-row{align-items:flex-start;flex-direction:column;gap:6px}.portal-status-pill,.portal-key-rename-button{width:fit-content}.portal-event-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-request-log-controls{align-items:stretch;flex-direction:column}.portal-event-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-event-row-detailed{padding:12px}.portal-event-trailing{grid-template-columns:1fr;gap:6px}.portal-event-trailing span{justify-self:start}.portal-usage-meter-header,.portal-usage-meter-footer{align-items:flex-start;flex-direction:column;gap:6px}.portal-usage-meter-footer span:last-child{text-align:left}.portal-dialog-backdrop{align-items:start;overflow-y:auto;padding:12px}.portal-dialog{margin-block:18px;width:100%;max-width:calc(100vw - 24px);max-height:none;padding:22px}.portal-event-detail-dialog{max-height:calc(100vh - 24px);padding:0}.portal-event-detail-header,.portal-event-detail-body{padding-inline:16px}.portal-secret{font-size:12px}.portal-filter-row label{width:100%}.portal-readiness-item,.portal-model-picker-grid,.portal-model-card-list,.portal-payment-options{grid-template-columns:1fr}.portal-payment-status,.portal-plan-coming-soon,.portal-disabled-badge{width:100%}.portal-code-block{padding:14px;font-size:12px}.portal-doc-form-heading{align-items:flex-start;flex-direction:column;gap:4px}.portal-doc-form-heading span{text-align:left}.portal-doc-try-result-header{align-items:flex-start;flex-direction:column}.portal-doc-response-meta{grid-template-columns:1fr}.portal-doc-try-result pre{font-size:11px}.portal-footer-nav{flex-direction:column;gap:18px}.portal-footer{margin-top:48px;padding-bottom:54px}.portal-footer-copyright span:last-child{overflow-wrap:anywhere}}@media (max-width: 420px){.portal-sidebar{padding-inline:10px}.portal-nav{margin-inline:0;padding-inline:0}.portal-main{padding-inline:8px}.portal-page h1{font-size:30px}.portal-panel,.portal-key-card,.portal-doc-step,.portal-event-row-detailed{padding:12px}.portal-event-primary{gap:8px}.portal-request-status{min-width:0}.portal-doc-try-actions .portal-primary-action{min-height:48px}}
