@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/lilita-one.woff2)format("woff2")}@font-face{font-family:Glacial Indifference;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/glacial-indifference-regular.woff2)format("woff2")}@font-face{font-family:Glacial Indifference;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/glacial-indifference-bold.woff2)format("woff2")}:root{--font-heading:"Lilita One", system-ui, sans-serif;--font-body:"Glacial Indifference", system-ui, sans-serif;--color-blue-pastel:#d9defb;--color-blue:#5c7cfa;--color-blue-deep:#0e3b6b;--color-orange-pastel:#ffe8d4;--color-orange:#ff914d;--color-orange-hover:#f58b46;--color-orange-deep:#a84e0f;--color-bg:#fafafb;--color-surface:#fff;--color-subtle:#f2f2f3;--color-border:#e4e4e7;--color-muted:#6e6e73;--color-ink:#1c1c1e;--color-success:#15803d;--color-error:#b91c1c;--color-on-primary:#fff;--color-primary:#3d6fa0;--color-primary-hover:#355f8a;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-pill:999px;--shadow-card:0 1px 3px #1c1c1e14;--page-max-width:80rem;font-family:var(--font-body);color:var(--color-ink);background-color:var(--color-bg);font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scrollbar-gutter:stable}body{background-color:var(--color-bg);min-height:100vh;margin:0}.dashboard{min-height:100vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex;position:relative}.dashboard-login{min-height:100vh}.dashboard-login .dashboard-loading{justify-content:center;align-items:center;display:flex}.dashboard-login .dashboard-loading-spinner{width:2rem;height:2rem;color:var(--color-orange);animation:.7s linear infinite dashboard-loading-spin}@keyframes dashboard-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.dashboard-login .dashboard-loading-spinner{color:var(--color-muted);animation:none}}.dashboard-wide .dashboard-card{width:min(100%,40rem)}.dashboard-card-wide{width:min(100%,56rem)!important}.dashboard-reports{align-items:flex-start}.text-link{color:var(--color-blue);font-size:.875rem;text-decoration:none}.text-link:hover{color:var(--color-blue-deep)}.project-link{color:inherit;text-decoration:none}.project-link:hover{color:var(--color-blue-deep)}.form-textarea{resize:vertical;min-height:5rem}.form-success{color:var(--color-success);margin:0;font-size:.875rem}.code-block{padding:var(--space-4);border-radius:var(--radius-sm);background:var(--color-ink);color:var(--color-subtle);white-space:pre-wrap;word-break:break-all;margin:0;font-size:.8125rem;overflow-x:auto}.tab-row{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.tab-row-tabs{gap:var(--space-2);flex-wrap:wrap;display:flex}.tab-refresh-btn{padding:var(--space-2);border-radius:var(--radius-pill);color:var(--color-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.tab-refresh-btn:hover:not(:disabled){color:var(--color-ink);background:var(--color-subtle)}.tab-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.tab-refresh-icon{width:1.125rem;height:1.125rem}.tab-refresh-icon-spin{animation:.8s linear infinite tab-refresh-spin}@keyframes tab-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tab-btn{padding:var(--space-2) .875rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-subtle);font:inherit;cursor:pointer}.tab-btn-active{background:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary)}.flag-layer-panel{gap:var(--space-3);flex-direction:column;width:100%;display:flex}.flag-layer-control-bar{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-wrap:wrap;width:100%;display:flex;overflow:hidden}.flag-layer-control{justify-content:center;align-items:center;gap:var(--space-2);min-width:5.5rem;padding:var(--space-3) var(--space-2);border-right:1px solid var(--color-border);background:color-mix(in srgb, var(--color-bg) 40%, var(--color-surface));flex-direction:row;flex:1 1 0;transition:background-color .2s;display:flex}.flag-layer-control:last-child{border-right:none}.flag-layer-control-on{background:var(--color-surface)}.flag-layer-control-label{font-family:var(--font-heading);color:var(--color-ink);font-size:.9375rem}.flag-layer-stack{flex-direction:column;display:flex}.flag-layer-stack>.flag-layer-section.flag-layer-section-with-rail{overflow:visible}.flag-layer-stack>.flag-layer-section~.flag-layer-section,.form-layer-collapse-open~.form-layer-collapse-open{margin-top:var(--space-3)}.flag-layer-section-layout{align-items:stretch;min-height:100%;display:flex}.flag-layer-section-rail{background:var(--color-subtle);border-right:1px solid var(--color-border);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:2.5rem;margin:0;padding:0;display:flex}.flag-layer-section-rail-icon{width:1.25rem;height:1.25rem;color:var(--color-muted);flex-shrink:0}.flag-layer-section-body{min-width:0;padding:var(--space-6);flex:1}.flag-layer-section-body .shell-project-select-menu{z-index:30}.form-layer-collapse{opacity:0;grid-template-rows:0fr;margin:0;transition:grid-template-rows .28s,opacity .22s;display:grid}.form-layer-collapse-open{opacity:1;grid-template-rows:1fr;overflow:visible}.form-layer-collapse-inner{min-height:0;overflow:hidden}.form-layer-collapse-open>.form-layer-collapse-inner{overflow:visible}.range-picker{gap:var(--space-2);flex-wrap:wrap;display:flex;overflow:visible}.range-picker .form-field{overflow:visible}.range-picker .shell-project-select{width:auto;min-width:7rem}.metric-grid{gap:var(--space-3);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));display:grid}.dashboard-sdk-empty{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);display:flex}.dashboard-sdk-empty>div{gap:.125rem;display:grid}.dashboard-sdk-empty strong{font-size:.875rem}.dashboard-sdk-empty span{color:var(--color-muted);font-size:.8125rem}.metric-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle)}.metric-label{color:var(--color-muted);margin-bottom:var(--space-1);font-size:.8125rem;display:block}.metric-value{font-size:1.5rem;font-family:var(--font-heading)}.uniques-note{margin:calc(-1 * var(--space-3)) 0 var(--space-6);color:var(--color-muted);font-size:.8125rem}.report-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow-x:auto}.report-table{border-collapse:collapse;width:100%;font-size:.875rem}.report-table th,.report-table td{padding:.875rem var(--space-4);border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.report-table th{color:var(--color-muted);font-size:.75rem;font-weight:600}.report-table tbody tr:hover{background:var(--color-subtle)}.report-table tbody tr:last-child th,.report-table tbody tr:last-child td{border-bottom:none}.list-primary{color:var(--color-ink);font-weight:600}.list-meta{color:var(--color-muted);margin-top:.125rem;font-size:.8125rem}.list-meta code{font-size:inherit}.resource-list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.resource-row{align-items:center;gap:var(--space-3) var(--space-4);padding:.875rem var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-wrap:wrap;min-width:0;transition:background-color .12s,border-color .12s;display:flex}.resource-row:hover{background:var(--color-subtle);border-color:#d4d4d8}.resource-main{flex:16rem;min-width:min(100%,16rem);max-width:100%;overflow-x:auto}.resource-aside{align-items:center;gap:var(--space-3);flex-wrap:wrap;flex:0 auto;max-width:100%;margin-left:auto;display:flex}.resource-name{width:max-content;color:var(--color-ink);white-space:nowrap;font-weight:600;text-decoration:none;display:block}a.resource-name:hover{color:var(--color-blue-deep)}.resource-meta{width:max-content;color:var(--color-muted);white-space:nowrap;margin-top:.125rem;font-size:.8125rem;display:block}.resource-meta code{font-size:inherit}.resource-stat{align-items:center;gap:var(--space-2);display:flex}.resource-layer-badges{align-items:center;gap:var(--space-1);flex-wrap:wrap;justify-content:flex-end;display:inline-flex}.resource-layer-badge{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-muted);white-space:nowrap;align-items:center;gap:.25rem;padding:.125rem .5rem .125rem .375rem;font-size:.75rem;font-weight:400;display:inline-flex}.resource-layer-badge-icon{flex-shrink:0;width:.875rem;height:.875rem}.resource-key{align-items:center;gap:var(--space-1);min-width:0;display:inline-flex}.resource-key code{white-space:nowrap;color:var(--color-muted);font-size:.8125rem}.rollout-meter{align-items:center;gap:var(--space-2);width:6.75rem;display:flex}.rollout-meter-track{border-radius:var(--radius-pill);background:var(--color-border);flex:1;height:.25rem;overflow:hidden}.rollout-meter-fill{border-radius:var(--radius-pill);background:var(--color-primary);height:100%}.rollout-meter-label{font-variant-numeric:tabular-nums;color:var(--color-muted);text-align:right;min-width:2.5rem;font-size:.8125rem}.resource-chip{border-radius:var(--radius-pill);background:var(--color-subtle);color:var(--color-muted);white-space:nowrap;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.resource-chip-accent{background:var(--color-orange-pastel);color:var(--color-orange-deep)}.resource-actions{align-items:center;gap:.125rem;display:flex}.resource-icon-btn{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--color-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}a.resource-icon-btn:visited{color:var(--color-muted)}.resource-icon-btn:hover:not(:disabled){background:var(--color-surface);color:var(--color-ink)}.resource-icon-btn:disabled{opacity:.4;cursor:not-allowed}.resource-icon-btn-success{color:var(--color-success)}.resource-icon-btn-danger:hover:not(:disabled){color:var(--color-error);background:#fef2f2}.resource-icon{width:1rem;height:1rem}@media (width<=52rem){.resource-aside{margin-left:0}}.report-panel h3{margin:var(--space-6) 0 var(--space-3);font-size:1rem;font-family:var(--font-heading)}.report-panel h3:first-child{margin-top:0}.report-footnote{margin:var(--space-4) 0 0;color:var(--color-muted);font-size:.8125rem}.report-chart{margin-bottom:var(--space-6)}.report-chart-legend-hint{margin:calc(-1 * var(--space-2)) 0 0;color:var(--color-muted);font-size:.75rem}.report-chart .recharts-tooltip-wrapper{z-index:10;opacity:1}.report-chart .recharts-default-tooltip{background-color:var(--color-surface)!important;opacity:1!important}.report-panel>.report-table-wrap+.report-chart{margin-top:var(--space-6)}.report-chart h3{margin:0 0 var(--space-3);font-size:1rem;font-family:var(--font-heading)}.report-chart-controls{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;max-width:24rem;display:flex}.report-chart-select{width:100%}.report-chart-empty-frame{box-sizing:border-box;padding:var(--space-4);border:1px dashed var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);justify-content:center;align-items:center;display:flex}.report-chart-empty-message{color:var(--color-muted);text-align:center;margin:0;font-size:.875rem}.dashboard-grid{gap:var(--space-6);margin-bottom:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (width<=1100px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-widget{gap:var(--space-2);min-width:0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);flex-direction:column;display:flex}.dashboard-widget .report-chart{margin-bottom:0}.dimension-bar-list{margin:var(--space-3) 0 0;gap:var(--space-1);flex-direction:column;padding:0;list-style:none;display:flex}.dimension-bar-list-spacer{margin-top:var(--space-3);height:calc(5 * (1.25rem + var(--space-1) + .5rem))}.dimension-bar-list-item{gap:var(--space-2);border-bottom:1px solid var(--color-border);grid-template-columns:1.25rem minmax(0,1fr) auto;align-items:baseline;padding:.25rem 0;font-size:.8125rem;display:grid}.dimension-bar-list-item:last-child{border-bottom:none}.dimension-bar-list-rank{color:var(--color-muted);font-variant-numeric:tabular-nums}.dimension-bar-list-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color-ink);overflow:hidden}.dimension-bar-list-value{color:var(--color-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.report-pie-layout{gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(8rem,12rem);align-items:center;display:grid}@media (width<=640px){.report-pie-layout{grid-template-columns:1fr}}.report-pie-legend{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.report-pie-legend-item{gap:var(--space-2);grid-template-columns:auto 1fr auto;align-items:center;font-size:.8125rem;display:grid}.report-pie-legend-swatch{border-radius:2px;flex-shrink:0;width:.625rem;height:.625rem}.report-pie-legend-label{color:var(--color-ink);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.report-pie-legend-value{color:var(--color-muted);white-space:nowrap}.report-chart-loading-frame{position:relative}.report-chart-loading .report-chart-loading-frame{position:relative;overflow:hidden}.report-chart-spinner-frame{border:1px dashed var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);justify-content:center;align-items:center;display:flex}.report-chart-spinner{width:1.75rem;height:1.75rem;color:var(--color-muted);animation:.7s linear infinite report-chart-spin}@keyframes report-chart-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.report-chart-spinner{animation:none}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.event-search-block{margin-bottom:var(--space-6)}.event-search-block h3{margin:0 0 var(--space-2);font-size:1rem;font-family:var(--font-heading)}.event-search-lead{margin:0 0 var(--space-3);color:var(--color-muted);font-size:.875rem}.event-search-form{gap:var(--space-2);flex-wrap:wrap;max-width:32rem;display:flex}.event-search-input{flex:14rem}.event-search-results{margin-top:var(--space-3);max-width:32rem}.event-search-empty{color:var(--color-muted);margin:0;font-size:.875rem}.event-search-list{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);max-height:16rem;margin:0;padding:0;list-style:none;overflow-y:auto}.event-search-option{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);cursor:pointer;display:flex}.event-search-list li+li .event-search-option{border-top:1px solid var(--color-border)}.event-search-option-name{word-break:break-word;flex:1;font-size:.875rem}.event-search-option-total{color:var(--color-muted);font-variant-numeric:tabular-nums;font-size:.8125rem}.event-selected-wrap{margin-top:var(--space-4)}.event-selected-header{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.event-selected-chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.event-chip{align-items:center;gap:var(--space-1);border:1px solid var(--color-border);background:var(--color-subtle);color:inherit;cursor:pointer;border-radius:999px;padding:.25rem .5rem;font-size:.8125rem;display:inline-flex}.event-chip:hover{background:var(--color-surface)}.btn-small{padding:.25rem .625rem;font-size:.8125rem}.dashboard-card{width:min(100%,32rem);padding:var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.dashboard-card:not(.dashboard-card-ready){visibility:hidden}.dashboard-card-ready{visibility:visible}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.dashboard-user{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.dashboard-email{color:var(--color-muted);font-size:.875rem}.dashboard-section{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border)}.dashboard-section h2,.dashboard-section h3{margin:0 0 var(--space-2);font-size:1.125rem;font-family:var(--font-heading);font-weight:400}.dashboard-lead{margin:0 0 var(--space-4);color:var(--color-muted)}.form{gap:var(--space-3);flex-direction:column;display:flex}.form-label{color:var(--color-ink);font-size:.875rem;font-weight:700}.form-hint{color:var(--color-muted);margin:-.25rem 0 0;font-size:.8125rem}.form-input{padding:.625rem var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit}.form-input:focus{outline:2px solid var(--color-blue);outline-offset:1px}.btn{padding:.625rem var(--space-4);border-radius:var(--radius-sm);font:inherit;cursor:pointer;border:none;justify-content:center;align-items:center;font-weight:400;text-decoration:none;display:inline-flex}a.btn:hover,a.btn:focus,a.btn:visited{text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:var(--color-on-primary)}a.btn-primary:visited{color:var(--color-on-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:var(--color-bg);color:var(--color-ink);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-border)}.btn-danger{background:var(--color-error);color:var(--color-on-primary)}a.btn-danger:visited{color:var(--color-on-primary)}.btn-danger:hover:not(:disabled){background:#991b1b}.btn-link{color:var(--color-blue);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:400;text-decoration:none}.btn-link:hover:not(:disabled){color:var(--color-blue-deep)}.btn-with-icon{gap:var(--space-2)}.btn-icon{color:currentColor;flex-shrink:0;width:1rem;height:1rem}.form-error{margin:var(--space-4) 0 0;color:var(--color-error);font-size:.875rem}.project-list,.project-grid{margin:0;padding:0;list-style:none}.project-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));display:grid}.project-list{gap:var(--space-3);flex-direction:column;display:flex}.project-card{height:100%;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card);flex-direction:column;display:flex}.project-empty{align-items:flex-start;gap:var(--space-4);padding:var(--space-8);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-subtle);flex-direction:column;display:flex}.create-panel{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.resource-form{gap:var(--space-4);flex-direction:column;width:100%;display:flex}.form-panel{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);transition:background-color .15s,border-color .15s}.form-panel.flag-layer-section-with-rail{padding:0;overflow:hidden}.form-layer-collapse-open .form-panel.flag-layer-section-with-rail{overflow:visible}.form-panel-inactive{background:color-mix(in srgb, var(--color-bg) 65%, var(--color-surface));border-color:color-mix(in srgb, var(--color-border) 55%, var(--color-bg));box-shadow:none}.form-panel-inactive .form-panel-title{color:var(--color-muted)}.form-panel-title{margin:0 0 var(--space-4);font-family:var(--font-heading);font-size:1.125rem;font-weight:400}.form-layer-header{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.form-layer-header-only{margin-bottom:0}.form-layer-title-row{align-items:baseline;gap:var(--space-2);flex:1;min-width:0;display:flex}.form-layer-title-row .form-panel-title{margin:0}.form-layer-badge{color:var(--color-muted);flex-shrink:0;font-size:.8125rem}.form-layer-body{gap:var(--space-4);flex-direction:column;display:flex}.form-layer-toggle-wrap{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);flex-shrink:0;display:inline-flex}.form-layer-toggle-status{min-width:1.5rem;font-size:.8125rem}.form-layer-toggle-status-off{color:var(--color-muted)}.form-layer-toggle-status-on{color:var(--color-orange-deep)}.form-layer-toggle{cursor:pointer;flex-shrink:0;display:inline-flex;position:relative}.form-layer-toggle-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-layer-toggle-track{border:2px solid var(--color-border);background:var(--color-subtle);border-radius:999px;width:2.5rem;height:1.375rem;transition:background-color .15s,border-color .15s;display:block}.form-layer-toggle-thumb{background:var(--color-surface);border-radius:999px;width:.875rem;height:.875rem;margin:.125rem;transition:transform .15s,background-color .15s;display:block;box-shadow:0 1px 2px #1c1c1e1f}.form-layer-toggle-input:checked+.form-layer-toggle-track{border-color:var(--color-orange);background:var(--color-orange)}.form-layer-toggle-input:checked+.form-layer-toggle-track .form-layer-toggle-thumb{background:var(--color-surface);transform:translate(1.125rem)}.form-layer-toggle-input:focus-visible+.form-layer-toggle-track{outline:2px solid var(--color-blue);outline-offset:2px}.form-info-tip{flex-shrink:0;position:relative;transform:translateY(-.125rem)}.form-info-tip-trigger{border:1px solid var(--color-border);background:var(--color-subtle);width:1.25rem;height:1.25rem;color:var(--color-muted);font-family:var(--font-body);cursor:help;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.form-info-tip-trigger:hover,.form-info-tip-trigger:focus-visible{border-color:var(--color-ink);color:var(--color-ink)}.form-info-tip-bubble{z-index:20;top:calc(100% + var(--space-2));width:max-content;max-width:20rem;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-card);color:var(--color-muted);pointer-events:none;opacity:0;visibility:hidden;font-size:.8125rem;line-height:1.45;transition:opacity .15s,visibility .15s;position:absolute;left:0}.form-info-tip:hover .form-info-tip-bubble,.form-info-tip:focus-within .form-info-tip-bubble{opacity:1;visibility:visible}.form-info-tip-bubble code{font-size:.75rem}.form-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));display:grid}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=36rem){.form-grid-2{grid-template-columns:1fr}}.form-stack{gap:var(--space-4);flex-direction:column;width:100%;display:flex}.form-stack .form-input{width:100%}.form-stack .rollout-percent-input{width:4.5rem;max-width:4.5rem}.form-segmented{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);gap:.1875rem;width:100%;padding:.1875rem;display:flex}.form-segmented-option{padding:.625rem var(--space-3);border-radius:calc(var(--radius-sm) - 2px);font:inherit;color:var(--color-muted);cursor:pointer;background:0 0;border:1px solid #0000;flex:1;font-size:.875rem;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s}.form-segmented-option:hover:not(:disabled):not(.form-segmented-option-active){color:var(--color-ink)}.form-segmented-option-active{border-color:var(--color-orange);background:var(--color-surface);color:var(--color-ink);box-shadow:0 1px 2px #1c1c1e0f}.form-segmented-option:focus-visible{outline:2px solid var(--color-blue);outline-offset:1px}.form-segmented-option:disabled{cursor:not-allowed;opacity:.55}.form-label-row{align-items:baseline;gap:var(--space-2);display:flex}.form-label-share{font-variant-numeric:tabular-nums;color:var(--color-muted);font-size:.8125rem}.rollout-percent-controls{align-items:center;gap:var(--space-3);grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid}.rollout-percent-input{text-align:center;font-variant-numeric:tabular-nums;width:4.5rem}.form-range{appearance:none;cursor:pointer;background:0 0;border-radius:999px;width:100%;height:1.125rem;margin:0}.form-range::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--color-orange) 0%, var(--color-orange) var(--range-percent,0%), var(--color-border) var(--range-percent,0%), var(--color-border) 100%);border-radius:999px;height:.375rem}.form-range:focus-visible{outline:2px solid var(--color-blue);outline-offset:4px}.form-range:disabled{cursor:not-allowed;opacity:.55}.form-range::-webkit-slider-thumb{appearance:none;border:2px solid var(--color-surface);background:var(--color-orange);border-radius:999px;width:1.125rem;height:1.125rem;margin-top:-.375rem;box-shadow:0 1px 2px #1c1c1e26}.form-range::-moz-range-track{background:var(--color-border);border:none;border-radius:999px;height:.375rem}.form-range::-moz-range-progress{background:var(--color-orange);border-radius:999px;height:.375rem}.form-range::-moz-range-thumb{border:2px solid var(--color-surface);background:var(--color-orange);border-radius:999px;width:1.125rem;height:1.125rem;box-shadow:0 1px 2px #1c1c1e26}.form-field{gap:var(--space-2);flex-direction:column;margin:0;display:flex}.form-field-wide{grid-column:1/-1}.form-field-wide .form-input{width:100%}.form-field .form-label,.form-field .form-hint{margin:0}.modal-backdrop{z-index:40;padding:var(--space-4);background:#1c1c1e66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{width:min(100%,24rem);padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.modal-title{margin:0 0 var(--space-3);font-family:var(--font-heading);color:var(--color-ink);font-size:1.25rem;font-weight:400}.modal-message{margin:0 0 var(--space-6);color:var(--color-muted);line-height:1.5}.modal-actions{justify-content:flex-end;gap:var(--space-2);display:flex}.modal-actions-spaced{margin-top:var(--space-6)}.modal-form{width:min(100%,28rem)}.modal-form .form-field:last-of-type{margin-bottom:var(--space-6)}.status-row{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);flex-wrap:wrap;display:flex}.status-row-label{align-items:center;gap:var(--space-3);display:flex}.status-row-name{color:var(--color-muted);font-size:.875rem}.status-pill{font-size:.875rem;font-weight:600}.status-pill-off{color:var(--color-muted)}.status-pill-on{color:var(--color-orange-deep)}.status-pill-ready{color:var(--color-success)}.status-pill-pending{color:var(--color-muted)}.status-pill-failed{color:var(--color-error)}.project-card-header{flex-direction:column;gap:.375rem;display:flex}.project-key{color:var(--color-muted);word-break:break-all;font-size:.8125rem}.project-meta{margin:var(--space-2) 0 0;color:var(--color-muted);font-size:.8125rem}.project-banner{justify-content:space-between;align-items:flex-start;gap:var(--space-3);width:100%;max-width:var(--page-max-width);margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--color-orange-pastel);border:1px solid var(--color-orange);font-size:.875rem;display:flex}.project-banner-content{flex:1;min-width:0}.project-banner strong{margin-bottom:var(--space-1);display:block}.project-banner p{color:var(--color-orange-deep);margin:0}.project-banner-dismiss{flex-shrink:0}.form-hint-warning{color:var(--color-orange-deep)}.dashboard-section-first{margin-top:var(--space-4);border-top:none;padding-top:0}.dashboard-eyebrow{margin:0 0 var(--space-2);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);font-size:.875rem;font-weight:700}.dashboard h1{margin:0 0 var(--space-3);font-family:var(--font-heading);font-size:2rem;font-weight:400}.dashboard p{color:var(--color-muted);margin:0}.flag-form{gap:var(--space-3);max-width:32rem;display:grid}.form-checkbox{align-items:center;gap:var(--space-2);font-size:.875rem;display:flex}.form-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.copyable-field-row{gap:var(--space-2);align-items:stretch;display:flex}.copyable-field-compact{max-width:22rem}.copyable-block{width:100%}.copyable-block-spaced{margin-top:var(--space-4)}.copyable-block-label{margin:0 0 var(--space-2);color:var(--color-ink);font-size:.8125rem;font-weight:600}.copyable-field-input-group{align-items:stretch;display:flex}.copyable-field-input-group .copyable-field-input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;flex:1;min-width:0}.copyable-field-copy-btn{padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--color-surface);color:var(--color-muted);cursor:pointer;border-left:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.copyable-field-copy-btn:hover,.copyable-field-copy-btn:focus-visible{color:var(--color-ink);background:var(--color-subtle)}.copyable-field-copy-icon{width:1rem;height:1rem}.copyable-field-input{flex:1;min-width:0;font-family:ui-monospace,monospace;font-size:.875rem}.copyable-snippet-group{align-items:flex-start;width:100%;display:flex}.copyable-snippet-group .code-block-plain{min-width:0;padding:.625rem var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--color-ink);white-space:pre;word-break:normal;background:#fff;border-right:none;flex:1;margin:0;font-size:.8125rem;line-height:1.45;overflow-x:auto}.copyable-snippet-group .copyable-field-copy-btn{align-self:stretch}.copyable-field-input-group .form-input,.copyable-field-input-group .copyable-field-input{background:#fff}.code-block-plain{color:var(--color-ink);background:#fff}.btn-sm{padding:var(--space-1) .625rem;align-items:center;font-size:.8125rem;display:inline-flex}.flag-name{color:var(--color-muted);font-size:.8125rem}.table-actions{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.table-actions-sep{color:var(--color-muted)}.shell{background:var(--color-bg);min-height:100vh;display:flex}.shell-nav-toggle{top:var(--space-3);left:var(--space-3);z-index:30;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font:inherit;cursor:pointer;font-size:.875rem;font-weight:700;display:none;position:fixed}.shell-nav-rail{flex-shrink:0;align-self:flex-start;height:100vh;display:flex;position:sticky;top:0}.shell-nav{width:18rem;padding:var(--space-6) var(--space-4);border-right:1px solid var(--color-border);background:var(--color-surface);scrollbar-gutter:stable;flex-direction:column;flex-shrink:0;height:100vh;display:flex;overflow-y:auto}.shell-nav-sub{background:var(--color-bg)}.shell-nav-sub-title{margin:0 0 var(--space-6);padding:0 var(--space-3);font-family:var(--font-heading);color:var(--color-ink);font-size:1rem;font-weight:700}.shell-nav-sub .shell-nav-section{margin-bottom:0}.shell-nav-brand{margin-bottom:var(--space-6);padding-left:var(--space-3);border-left:3px solid var(--color-orange)}.shell-nav-logo{font-family:var(--font-heading);color:var(--color-ink);font-size:1.125rem}.shell-onboarding{margin-top:calc(-1 * var(--space-2));margin-bottom:var(--space-8)}.shell-onboarding-steps{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.shell-onboarding-step{margin:0}.shell-onboarding-skip{font:inherit;color:var(--color-blue);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.8125rem;font-weight:500}.shell-onboarding-skip:hover{color:var(--color-blue-deep);text-decoration:underline}.shell-onboarding-link{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);display:flex}.shell-onboarding-link-main{align-items:center;gap:var(--space-2);min-width:0;color:var(--color-blue-deep);flex:1;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.shell-onboarding-link-main:hover{color:var(--color-blue-deep)}.shell-onboarding-link-active{background:var(--color-blue-pastel)}.shell-onboarding-step-complete{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--color-muted);font-size:.875rem;display:flex}.shell-onboarding-step-complete .shell-onboarding-step-marker{border-color:var(--color-blue);background:var(--color-blue);color:var(--color-on-primary)}.shell-onboarding-step-marker{border:1.5px solid var(--color-blue);width:1.25rem;height:1.25rem;color:var(--color-blue);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.shell-onboarding-link-active .shell-onboarding-step-marker{border-color:var(--color-blue);background:var(--color-blue);color:var(--color-on-primary)}.shell-onboarding-step-index{font-size:.6875rem;font-weight:700;line-height:1}.shell-onboarding-step-upcoming{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--color-muted);font-size:.875rem;display:flex}.shell-onboarding-step-upcoming .shell-onboarding-step-index{border:1.5px solid var(--color-border);width:1.25rem;height:1.25rem;color:var(--color-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.shell-onboarding-docs-link{margin-top:var(--space-1);padding-left:calc(var(--space-3) + 1.25rem + var(--space-2));color:var(--color-blue);font-size:.75rem;font-weight:700;display:block}.shell-onboarding-docs-link:hover{color:var(--color-blue-deep);text-decoration:underline}.onboarding-walkthrough-backdrop{z-index:1000;padding:var(--space-5);background:#14161c9e;place-items:center;display:grid;position:fixed;inset:0}.onboarding-walkthrough-modal{width:min(100%,31rem);min-height:28rem;max-height:calc(100vh - 2 * var(--space-5));gap:var(--space-6);padding:var(--space-8);border-radius:var(--radius-md);background:var(--color-surface);text-align:center;align-content:space-between;display:grid;position:relative;overflow-y:auto;box-shadow:0 1.5rem 4rem #00000047}.onboarding-walkthrough-modal h2,.onboarding-walkthrough-modal h3,.onboarding-walkthrough-modal p{margin:0}.onboarding-walkthrough-modal h2{font-size:1.35rem}.onboarding-walkthrough-dismiss{top:var(--space-4);right:var(--space-4);border-radius:var(--radius-pill);width:2rem;height:2rem;color:var(--color-muted);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute}.onboarding-walkthrough-dismiss:hover:not(:disabled){background:var(--color-subtle);color:var(--color-ink)}.onboarding-walkthrough-dismiss svg{width:1rem;height:1rem}.onboarding-walkthrough-icon{width:6rem;height:6rem;color:var(--color-orange);justify-content:center;justify-self:center;align-items:center;display:inline-flex}.onboarding-walkthrough-icon svg{stroke-width:1.5px;width:5rem;height:5rem}.onboarding-walkthrough-copy{gap:var(--space-3);display:grid}.onboarding-walkthrough-copy h3{font-size:1.5rem}.onboarding-walkthrough-copy p{color:var(--color-muted)}.onboarding-walkthrough-progress{justify-content:center;gap:var(--space-2);align-items:center;display:flex}.onboarding-walkthrough-progress button{border-radius:var(--radius-pill);background:var(--color-border);cursor:pointer;border:0;width:.625rem;height:.625rem;padding:0}.onboarding-walkthrough-progress button.is-active{background:var(--color-orange)}.onboarding-walkthrough-actions{justify-content:space-between;gap:var(--space-3);align-items:center;display:flex}.user-welcome-modal{align-content:initial;width:min(100%,34rem);min-height:0}.user-welcome-modal .onboarding-walkthrough-icon{width:4.5rem;height:4.5rem}.user-welcome-modal .onboarding-walkthrough-icon svg{width:3.75rem;height:3.75rem}.user-welcome-choices{gap:var(--space-2);display:grid}.user-welcome-choice{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-ink);font:inherit;text-align:left;cursor:pointer;grid-template-columns:auto 1fr;display:grid}.user-welcome-choice:hover:not(:disabled){border-color:var(--color-orange);background:var(--color-subtle)}.user-welcome-choice>svg{width:1.5rem;height:1.5rem;color:var(--color-orange)}.user-welcome-choice span{gap:.125rem;display:grid}.user-welcome-choice strong{font-size:.9375rem}.user-welcome-choice small{color:var(--color-muted);font-size:.8125rem}@media (width<=760px){.onboarding-walkthrough-modal{min-height:min(28rem, calc(100vh - 2 * var(--space-4)));padding:var(--space-6)}}.shell-nav-section{gap:var(--space-1);margin-bottom:var(--space-6);flex-direction:column;display:flex}.shell-nav-section-bottom{margin-top:auto;margin-bottom:var(--space-4)}.shell-nav-heading{margin:0 0 var(--space-2);padding:0 var(--space-3);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:700;overflow:hidden}.shell-project-select{width:100%;position:relative}.shell-project-select-trigger{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);font:inherit;color:var(--color-ink);text-align:left;cursor:pointer;font-size:.9375rem;display:flex}.shell-project-select-trigger:hover:not(:disabled){background:var(--color-border)}.shell-project-select-trigger:focus-visible{outline:2px solid var(--color-blue);outline-offset:1px}.shell-project-select-trigger:disabled{cursor:not-allowed;opacity:.55}.shell-project-select-compact{width:auto;min-width:7rem}.shell-project-select-compact .shell-project-select-trigger{padding:.25rem .5rem;font-size:.875rem}.shell-project-select-inline{flex-shrink:0;width:10rem}.shell-project-select-label{align-items:center;gap:var(--space-2);text-overflow:ellipsis;white-space:nowrap;min-width:0;display:inline-flex;overflow:hidden}.shell-project-select-chevron{width:1rem;height:1rem;color:var(--color-muted);flex-shrink:0}.shell-project-select-menu{top:calc(100% + var(--space-1));z-index:20;width:max-content;min-width:100%;max-width:min(24rem,90vw);padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-card);flex-direction:column;display:flex;position:absolute;left:0}.shell-project-select-menu .shell-project-select-item{width:auto;min-width:100%;max-width:100%}.shell-project-select-menu-up{top:auto;bottom:calc(100% + var(--space-1));max-height:min(24rem,60vh);overflow-y:auto}.shell-project-select-item{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-ink);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;text-decoration:none;display:flex;overflow:hidden}.shell-project-select-item:not(.shell-project-select-item-active):hover{background:var(--color-subtle)}.shell-project-select-item-active{background:var(--color-blue-pastel);color:var(--color-blue-deep);font-weight:700}.shell-project-select-item-muted{color:var(--color-muted);cursor:default}.shell-project-select-item-muted:hover{background:0 0}.shell-project-select-create{align-items:center;gap:var(--space-2);margin-top:var(--space-1);padding:var(--space-2) var(--space-3);border-top:1px solid var(--color-border);border-radius:0 0 var(--radius-sm) var(--radius-sm);color:var(--color-blue-deep);font-size:.875rem;font-weight:700;text-decoration:none;display:flex}.shell-project-select-create:hover{background:var(--color-blue-pastel)}.shell-nav-link{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-ink);font-size:.9375rem;text-decoration:none;display:flex}.shell-nav-icon{width:1.125rem;height:1.125rem;color:var(--color-muted);flex-shrink:0;display:block}.shell-nav-link-active .shell-nav-icon{color:var(--color-blue-deep)}.shell-sign-out{align-items:center;gap:var(--space-2);justify-content:center;width:100%;display:inline-flex}.shell-nav-link:not(.shell-nav-link-active):hover{background:var(--color-subtle)}.shell-nav-link-active{background:var(--color-blue-pastel);color:var(--color-blue-deep);font-weight:700}.shell-nav-link-disabled{color:var(--color-muted);cursor:default}.shell-nav-link-disabled:hover{background:0 0}.shell-nav-badge{padding:.125rem var(--space-2);border-radius:var(--radius-pill);background:var(--color-subtle);text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin-left:auto;font-size:.6875rem;font-weight:700}.shell-nav-user{align-items:center;gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.shell-nav-user .shell-nav-section{width:100%;margin-bottom:0}.shell-nav-email{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;text-align:center;width:100%;font-size:.8125rem;overflow:hidden}.shell-nav-backdrop{display:none}.shell-content{min-width:0;padding:var(--space-8);scrollbar-gutter:stable;flex-direction:column;flex:1;align-items:center;display:flex;overflow-y:auto}.error-fallback{width:100%;padding:var(--space-6);flex:1;justify-content:center;align-items:center;display:flex}.error-fallback-app{min-height:100vh}.error-fallback-card{width:min(100%,32rem);padding:var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.error-fallback-card h1{margin:0 0 var(--space-3);font-size:1.5rem}.error-fallback-card p{color:var(--color-muted);margin:0}.error-fallback-actions{gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.page{width:100%;max-width:var(--page-max-width)}.page-wide{max-width:var(--page-max-width)}.page-full{max-width:none}.page-header{margin-bottom:var(--space-6)}.page-header-split{gap:var(--space-2);flex-direction:column;display:flex}.page-header-title-row{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.page-header-title-row h1{min-width:0;margin:0}.page-header-actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;flex-shrink:0;display:flex}.page-header-actions>.btn{white-space:nowrap}.experiment-meta{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.experiment-meta-item{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);background:var(--color-subtle);color:var(--color-muted);padding:.25rem .625rem;font-size:.8125rem;display:inline-flex}.experiment-meta-label{letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.experiment-meta-item code{color:var(--color-ink);font-size:inherit}.experiment-results-metric-loading{align-items:center;min-height:2.25rem;display:flex}.experiment-results-metric-spinner{width:1.25rem;height:1.25rem}.install-next-actions{gap:var(--space-3);grid-template-columns:repeat(2,minmax(8rem,1fr));display:grid}.install-next-panel .settings-panel-heading-row{justify-content:center}.install-next-panel .settings-panel-heading{text-align:center;font-size:1.5rem}.install-next-action{justify-content:center;align-items:center;gap:var(--space-2);min-height:8rem;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-ink);flex-direction:column;font-weight:600;text-decoration:none;display:flex}.install-next-action:hover{border-color:var(--color-orange);background:var(--color-subtle)}.install-next-action svg{width:2.25rem;height:2.25rem;color:var(--color-orange)}.resource-search-toggle-active{color:var(--color-primary)}.resource-search-field{align-items:center;gap:var(--space-2);width:min(16rem,42vw);padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);display:flex}.resource-search-field:focus-within{outline:2px solid var(--color-blue);outline-offset:1px}.resource-search-field-icon{width:1rem;height:1rem;color:var(--color-muted);flex-shrink:0}.resource-search-input{min-width:0;font:inherit;background:0 0;border:none;flex:1;padding:.5rem 0}.resource-search-input:focus{outline:none}.page-breadcrumb{margin:0 0 var(--space-2);font-size:.875rem}.page h1{margin:0 0 var(--space-3);font-family:var(--font-heading);color:var(--color-ink);font-size:2rem;font-weight:400}.page-lead{color:var(--color-muted);margin:0}.usage-meter{gap:var(--space-2);flex-direction:column;display:flex}.usage-meter+.usage-meter{margin-top:var(--space-4)}.usage-meter-header{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.usage-meter-label{color:var(--color-ink);font-weight:500}.usage-meter-count{font-variant-numeric:tabular-nums;color:var(--color-muted);font-size:.9375rem}.usage-meter-at-limit .usage-meter-count{color:var(--color-danger,#b42318);font-weight:500}.usage-meter-near-limit .usage-meter-count{color:var(--color-warning,#b54708);font-weight:500}.usage-meter-bar{background:var(--color-border);border-radius:999px;height:.375rem;overflow:hidden}.usage-meter-bar-dual{height:.5rem;position:relative}.usage-meter-bar-fill{border-radius:inherit;background:var(--color-accent,#2563eb);height:100%;transition:width .2s}.usage-meter-bar-dual .usage-meter-bar-fill{border-radius:inherit;position:absolute;inset:0 auto 0 0}.usage-meter-bar-fill-estimated{background:var(--color-usage-estimated,#93c5fd);z-index:1}.usage-meter-bar-fill-confirmed{background:var(--color-usage-confirmed,#2563eb);z-index:2}.usage-meter-at-limit .usage-meter-bar-fill{background:var(--color-danger,#b42318)}.usage-meter-near-limit .usage-meter-bar-fill{background:var(--color-warning,#f79009)}.usage-meter-legend{gap:var(--space-3);color:var(--color-muted);flex-wrap:wrap;font-size:.8125rem;display:flex}.usage-meter-legend-item{align-items:center;gap:var(--space-2);font-variant-numeric:tabular-nums;display:inline-flex}.usage-meter-legend-swatch{border-radius:999px;flex-shrink:0;width:.625rem;height:.625rem}.usage-meter-legend-swatch-confirmed{background:var(--color-usage-confirmed,#2563eb)}.usage-meter-legend-swatch-estimated{background:var(--color-usage-estimated,#93c5fd)}.usage-meter-description{margin:0;font-size:.875rem}.billing-event-usage{border-top:1px solid var(--color-border);flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.billing-usage-layout{flex-direction:column;gap:1.75rem;display:flex}.billing-usage-caps{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 2.5rem;display:grid}.billing-usage-caps>.usage-meter{margin-top:0}@media (width<=40rem){.billing-usage-caps{grid-template-columns:1fr}}.billing-usage-meta{margin:0;font-size:.8125rem;line-height:1.45}.billing-usage-warning{color:var(--color-warning,#b54708);margin:0;font-size:.875rem}.billing-usage-warning-critical{color:var(--color-danger,#b42318)}.billing-project-breakdown{margin:.5rem 0 0;overflow-x:auto}.billing-project-breakdown table{border-collapse:collapse;width:100%;font-size:.875rem}.billing-project-breakdown th,.billing-project-breakdown td{text-align:left;padding:var(--space-2) 0;border-bottom:1px solid var(--color-border)}.billing-project-breakdown th:last-child,.billing-project-breakdown td:last-child{text-align:right;font-variant-numeric:tabular-nums}.usage-counter{margin-left:var(--space-2);background:var(--color-surface-muted,#f4f4f5);color:var(--color-muted);font-variant-numeric:tabular-nums;vertical-align:middle;border-radius:999px;padding:.125rem .5rem;font-size:.875rem;font-weight:500;display:inline-block}.usage-counter-at-limit{background:color-mix(in srgb, var(--color-danger,#b42318) 12%, white);color:var(--color-danger,#b42318)}.plan-limits-list{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.plan-limits-list li{color:var(--color-muted)}.plan-limits-list strong{color:var(--color-ink);font-weight:500}.billing-overview{gap:var(--space-4);grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.billing-plan-name{align-items:center;gap:var(--space-3);color:var(--color-ink);font-family:var(--font-heading);flex-wrap:wrap;font-size:1.375rem;display:flex}.billing-plan-name .status-pill{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--color-success) 12%, var(--color-surface));font-family:var(--font-body);padding:.25rem .625rem;font-size:.75rem;line-height:1.25}.billing-plan-notices{gap:var(--space-3);margin-top:var(--space-4);display:grid}.billing-notice{padding:var(--space-3);border-left:3px solid var(--color-orange);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--color-subtle);color:var(--color-muted);margin:0;font-size:.875rem}.billing-action-card{min-width:0}.billing-action-copy,.billing-member-note p{color:var(--color-muted);margin:0}.billing-action-card .settings-panel-actions{margin-top:var(--space-4)}.billing-plan-options{gap:var(--space-4);margin-top:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(16rem,22rem));display:grid}.billing-plan-option{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;padding:1.25rem 1.5rem;display:flex}.billing-plan-option-name{color:var(--color-text);font-family:var(--font-heading);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.billing-plan-price{box-sizing:border-box;min-height:7.5rem;margin-top:var(--space-2);padding:var(--space-2) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;justify-content:center;display:flex}.billing-plan-price-was{color:var(--color-muted);margin:0;font-size:1.25rem;font-weight:400;line-height:1.3;text-decoration:line-through}.billing-plan-price-main{color:var(--color-text);font-family:var(--font-heading);margin:0;font-size:1.75rem;line-height:1.2}.billing-plan-price-main strong{font-weight:600;display:inline}.billing-plan-price-suffix{color:var(--color-muted);font-family:var(--font-body);margin-left:.15em;font-size:1.0625rem;font-weight:400}.billing-plan-price-note{margin:var(--space-1) 0 0;color:var(--color-text);font-size:.875rem;font-weight:600;line-height:1.4}.billing-plan-option-features{margin:var(--space-4) 0 0;color:var(--color-muted);flex-direction:column;flex:1;gap:.5rem;padding:0;font-size:.875rem;line-height:1.5;list-style:none;display:flex}.billing-plan-option-cta{margin-top:1.25rem}.billing-plan-option-cta .btn{text-align:center;width:100%;display:block}.billing-member-note{align-self:center}.plan-limits-grid{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden}.plan-limits-grid li{justify-content:space-between;align-items:baseline;gap:var(--space-3);min-height:3.25rem;padding:var(--space-3) var(--space-4);background:var(--color-surface);display:flex}.plan-limits-grid li span{font-size:.875rem}.plan-limits-grid li strong{font-variant-numeric:tabular-nums;text-align:right}@media (width<=50rem){.billing-overview{grid-template-columns:1fr}}@media (width<=34rem){.plan-limits-grid,.billing-plan-options{grid-template-columns:1fr}}.page-section{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border)}.page-section-header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.page-section-header h1{font-family:var(--font-heading);color:var(--color-ink);margin:0;font-size:2rem;font-weight:400}.page-section-header h2{margin:0}.page-section-first{border-top:none;margin-top:0;padding-top:0}.page-section h2,.page-section h3{margin:0 0 var(--space-2);font-size:1.125rem;font-family:var(--font-heading);font-weight:400}.docs-link{margin:var(--space-4) 0 0;font-size:.9375rem}.form-hint-tip{color:var(--color-ink)}.waiting-event{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.waiting-event-compact{padding:var(--space-4)}.waiting-event-success{border-color:var(--color-blue);background:color-mix(in srgb, var(--color-blue) 8%, var(--color-surface))}.waiting-event-title{margin:0 0 var(--space-2);font-family:var(--font-heading);font-size:1.25rem;font-weight:400}.waiting-event-actions{align-items:center;gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.waiting-event-meta{color:var(--color-muted);font-size:.875rem}.waiting-event-mock-note{margin:var(--space-3) 0 0;color:var(--color-muted);font-size:.875rem}.waiting-event-tips{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.waiting-event-tips h3{margin:0 0 var(--space-2);font-size:1rem;font-family:var(--font-heading);font-weight:400}.waiting-event-tips ul{color:var(--color-muted);margin:0;padding-left:1.25rem}.waiting-event-tips li+li{margin-top:var(--space-2)}@media (width<=768px){.shell-nav-toggle{display:block}.shell-nav-rail{z-index:20;max-width:100vw;box-shadow:var(--shadow-card);transition:transform .2s;position:fixed;top:0;left:0;overflow-x:auto;transform:translate(-100%)}.shell-nav-open .shell-nav-rail{transform:translate(0)}.shell-nav{height:100vh}.shell-nav-backdrop{z-index:10;cursor:pointer;background:#1c1c1e4d;border:none;display:block;position:fixed;inset:0}.shell-content{padding:var(--space-8) var(--space-4);padding-top:3.5rem}}.role-badge{border-radius:var(--radius-sm);background:var(--color-surface-muted,#f1f1f4);color:var(--color-muted);white-space:nowrap;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.role-badge-admin{color:#4f46e5;background:#4f46e51f}.role-badge-developer{color:#108463;background:#1084631f}.role-badge-viewer{background:var(--color-surface-muted,#f1f1f4);color:var(--color-muted)}.member-list{margin:var(--space-3) 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.member-row{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);flex-wrap:wrap;display:flex}.member-identity{flex-direction:column;min-width:0;display:flex}.member-name{font-weight:600}.member-you{color:var(--color-muted);font-weight:400}.member-email{color:var(--color-muted);font-size:.8125rem}.member-actions,.form-inline .form-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.form-input-sm{width:auto;padding:.25rem .5rem;font-size:.875rem}.shell-nav-role-hint{margin:var(--space-2) 0 0;padding:0 var(--space-3);color:var(--color-muted);font-size:.75rem}.shell-project-select-item-main{align-items:center;gap:var(--space-2);text-overflow:ellipsis;min-width:0;display:flex;overflow:hidden}.shell-project-select-item-check{flex-shrink:0}.shell-project-select-item-check-hidden{visibility:hidden}.shell-project-select-item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}button.shell-project-select-item{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;width:100%}button.shell-project-select-item:focus-visible{outline:2px solid var(--color-blue);outline-offset:-2px}.settings-readonly-note{margin-bottom:var(--space-4)}.settings-stack{gap:var(--space-4);flex-direction:column;display:flex}.settings-section-divider{margin:var(--space-8) 0 var(--space-4);border:0;border-top:1px solid var(--color-border)}.allowed-domains-textarea{width:100%;min-height:12rem}.settings-panel-heading-row{align-items:baseline;gap:var(--space-2);padding:var(--space-4) var(--space-4) 0;display:flex}.settings-panel-heading{font-family:var(--font-heading);color:var(--color-ink);margin:0;font-size:1.125rem;font-weight:400}.settings-panel-body{padding:var(--space-3) var(--space-4) var(--space-4)}.settings-panel-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.settings-panel-body .form{margin:0}.settings-panel-body .form>:first-child,.settings-panel-body .copyable-field:first-child .form-label{margin-top:0}.settings-panel-body .status-row{margin-top:var(--space-4)}.settings-panel-error{padding:0 var(--space-4) var(--space-4);margin:0}.settings-panel{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.settings-panel-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4);display:flex}.settings-panel-main{min-width:0}.settings-panel-label{margin-bottom:var(--space-1);text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);font-size:.75rem;font-weight:700;display:block}.settings-panel-value{color:var(--color-ink);text-overflow:ellipsis;margin:0;font-size:1.25rem;font-weight:600;overflow:hidden}.settings-panel-form{padding:var(--space-4)}.settings-panel-form .form-field{margin-bottom:var(--space-4)}.settings-panel-form-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.settings-destructive-row{justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}.settings-destructive-copy{min-width:0}.settings-destructive-copy h2{margin:0 0 var(--space-2)}.settings-destructive-copy .page-lead{white-space:nowrap;margin:0}.settings-destructive-row .btn-danger{flex-shrink:0}
