:root{--color-background:#fbfaf6;--color-surface:#fff;--color-surface-muted:#f3f3ef;--color-border:#e8e6e1;--color-border-soft:#f3f3ef;--color-text-primary:#1a1a1a;--color-text-secondary:#6b6b6b;--color-text-tertiary:#9a9a9a;--color-text-on-action:#fff;--color-action:#3a7ca5;--color-action-surface:#e8f1f7;--color-accent:#f0884a;--color-accent-surface:#fdf2e9;--color-success:#4caf82;--color-success-surface:#e6f5ee;--color-warning:#b97f1d;--color-warning-surface:#fdf2e9;--color-destructive:#d94f4f;--color-destructive-surface:#fde8e8;--chart-blue:#a7cbe0;--chart-orange:#f4c39d;--chart-green:#b9e0cd;--chart-red:#f2b8b5;--chart-neutral:#d8d8d2;--color-tab-active:#dd9165;--flag-black:#1a1a1a;--flag-red:#d31f25;--flag-gold:#f5c518;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--elevation-sm:0 1px 3px #0000000a;--elevation-hover:0 4px 14px #0000000f}*{box-sizing:border-box}body{background:var(--color-background);color:var(--color-text-primary);font-family:var(--font-sans);margin:0;font-size:14px;line-height:1.45;overflow-x:hidden}button{font-family:inherit}.shell{max-width:1400px;margin:0 auto;padding:28px 28px 64px}.header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.header__brand{align-items:center;gap:14px;display:flex}.brandmark{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:center;align-items:flex-end;gap:3px;width:44px;height:44px;padding-bottom:10px;display:flex}.brandmark span{border-radius:3px;width:6px}.brandmark span:first-child{background:var(--flag-black);height:10px}.brandmark span:nth-child(2){background:var(--flag-red);height:16px}.brandmark span:nth-child(3){background:var(--flag-gold);height:22px}.header__title{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.header__subtitle{color:var(--color-text-secondary);margin:2px 0 0;font-size:13px}.header__actions{align-items:center;gap:10px;display:flex}.pill{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.pill__dot{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.pill--ok{color:var(--color-success);background:var(--color-success-surface)}.pill--warning{color:var(--color-warning);background:var(--color-warning-surface)}.pill--critical{color:var(--color-destructive);background:var(--color-destructive-surface)}.pill--unknown{color:var(--color-text-secondary);background:var(--color-surface-muted)}.pill--mock{color:var(--color-action);background:var(--color-action-surface)}.pill--tooltip{cursor:help;position:relative}.pill--tooltip:after{content:attr(data-tooltip);z-index:20;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:max-content;max-width:360px;color:var(--color-text-primary);box-shadow:var(--shadow-soft);white-space:normal;opacity:0;pointer-events:none;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4;transition:opacity .12s,transform .12s;position:absolute;top:calc(100% + 9px);right:0;transform:translateY(-4px)}.pill--tooltip:hover:after,.pill--tooltip:focus-visible:after{opacity:1;transform:translateY(0)}.status-pill{gap:5px;padding:3px 10px;font-size:11px}.status-pill .pill__dot{width:6px;height:6px}.refresh-button{border-radius:var(--radius-pill);background:var(--color-action);color:var(--color-text-on-action);cursor:pointer;border:none;align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:600;display:inline-flex}.refresh-button:hover{filter:brightness(.95)}.refresh-button:active{transform:scale(.97)}.refresh-button:disabled{opacity:.6;cursor:default;transform:none}.logout-button{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;align-items:center;padding:9px 15px;font-size:13px;font-weight:600;display:inline-flex}.logout-button:hover{background:var(--color-surface-muted)}.logout-button:active{transform:scale(.97)}.auth-shell{background:var(--color-background);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(440px,100%);box-shadow:var(--shadow-soft);padding:26px}.auth-brand{align-items:center;gap:14px;margin-bottom:24px;display:flex}.auth-brand h1{margin:0;font-size:24px;font-weight:700}.auth-brand p,.auth-form p,.auth-panel p{color:var(--color-text-secondary);margin:4px 0 0;font-size:13px}.auth-form,.auth-panel{gap:14px;display:grid}.auth-form h2,.auth-panel h2{margin:0;font-size:20px}.auth-form label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;gap:6px;font-size:12px;font-weight:700;display:grid}.auth-form input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);width:100%;height:44px;color:var(--color-text-primary);font:inherit;text-transform:none;letter-spacing:0;padding:0 12px}.auth-form input:focus{outline:2px solid var(--color-action-surface);border-color:var(--color-action)}.auth-submit{border-radius:var(--radius-pill);background:var(--color-action);height:44px;color:var(--color-text-on-action);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.auth-submit:disabled{opacity:.65;cursor:default}.auth-link{color:var(--color-action);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;font-weight:700}.auth-message{border-radius:var(--radius-sm);background:var(--color-success-surface);color:var(--color-success);padding:10px 12px;font-size:13px;font-weight:700}.auth-message--error{background:var(--color-destructive-surface);color:var(--color-destructive)}.auth-turnstile{justify-content:center;align-items:center;width:100%;min-height:65px;display:flex}.auth-foot{color:var(--color-text-muted);align-items:center;gap:8px;margin-top:22px;font-size:12px;font-weight:600;display:flex}.auth-foot svg{width:16px;height:16px}.tabs{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin-bottom:22px;display:flex}.tab{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;align-items:center;gap:7px;padding:8px 15px;font-size:13px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.tab:hover{filter:brightness(.97)}.tab:active{transform:scale(.97)}.tab--active{background:var(--color-tab-active);border-color:var(--color-tab-active);color:var(--color-text-on-action)}.tab__icon{flex:0 0 14px;width:14px;height:14px}.tab__dot{border-radius:50%;width:6px;height:6px}.alerts{margin-bottom:var(--space-5);flex-wrap:wrap;gap:10px;display:flex}.alert{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);padding:8px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.alert svg{flex:0 0 15px;width:15px;height:15px}.alert--warning{color:var(--color-warning);background:var(--color-warning-surface)}.alert--critical{color:var(--color-destructive);background:var(--color-destructive-surface)}.alert--info{color:var(--color-action);background:var(--color-action-surface)}.alert--ok{color:var(--color-success);background:var(--color-success-surface)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:0;padding:18px 20px;overflow:visible}.eyebrow{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-tertiary);font-size:11px;font-weight:600}.kpis{margin-bottom:var(--space-5);grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.kpi{padding:18px 20px 14px}.kpi .eyebrow{margin-bottom:var(--space-2)}.kpi__row{align-items:baseline;gap:10px;display:flex}.kpi__value{letter-spacing:-.02em;font-size:30px;font-weight:700}.kpi__delta{font-size:12.5px;font-weight:600}.kpi__spark{width:100%;height:26px;margin-top:10px;display:block}.spark{width:100%;height:26px;margin-top:10px;position:relative}.spark__svg{width:100%;height:100%;display:block;overflow:visible}.spark__hits{position:absolute;inset:0}.spark__hit{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;outline:none;position:absolute;top:0;bottom:0;transform:translate(-50%)}.spark__dot{top:var(--sy);border:1.5px solid var(--color-surface);opacity:0;border-radius:50%;width:6px;height:6px;transition:opacity .12s;position:absolute;left:50%;transform:translate(-50%,-50%)}.spark__hit:hover .spark__dot,.spark__hit:focus-visible .spark__dot,.spark__hit:focus .spark__dot{opacity:1}.spark__tooltip{z-index:6;border:1px solid var(--color-border);background:var(--color-surface);min-width:max-content;box-shadow:var(--elevation-hover);color:var(--color-text-secondary);opacity:0;pointer-events:none;border-radius:6px;flex-direction:column;gap:2px;padding:6px 8px;font-size:11px;line-height:1.2;transition:opacity .12s,transform .12s;display:flex;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%,3px)}.spark__tooltip strong{color:var(--color-text-primary);font-size:11.5px}.spark__hit:hover .spark__tooltip,.spark__hit:focus-within .spark__tooltip,.spark__hit:focus .spark__tooltip{opacity:1;transform:translate(-50%)}.spark__hit--edge-start .spark__tooltip{transform:translateY(3px)}.spark__hit--edge-end .spark__tooltip{transform:translate(-100%,3px)}.spark__hit--edge-start:hover .spark__tooltip,.spark__hit--edge-start:focus-within .spark__tooltip,.spark__hit--edge-start:focus .spark__tooltip{transform:translate(0)}.spark__hit--edge-end:hover .spark__tooltip,.spark__hit--edge-end:focus-within .spark__tooltip,.spark__hit--edge-end:focus .spark__tooltip{transform:translate(-100%)}.main{gap:var(--space-5);grid-template-columns:1fr 320px;align-items:start;min-width:0;display:grid}.main--full{grid-template-columns:1fr}.service-groups{gap:var(--space-5);min-width:0;display:grid}.service-group{min-width:0}.service-group__head{justify-content:space-between;align-items:end;gap:var(--space-3);margin:0 2px 10px;display:flex}.service-group__head p{color:var(--color-text-secondary);margin:3px 0 0;font-size:12px}.services{grid-template-columns:repeat(2,1fr);gap:14px;min-width:0;display:grid}.service{cursor:pointer;text-align:left;width:100%;padding:18px 20px 14px;transition:transform .15s,box-shadow .15s}.service:hover{box-shadow:var(--elevation-hover);transform:translateY(-1px)}.service:active{transform:scale(.98)}.service__head{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;gap:10px;display:flex}.service__id{align-items:center;gap:10px;display:flex}.service__icon{border-radius:10px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.service__icon svg{width:17px;height:17px}.service__icon--action{background:var(--color-action-surface);color:var(--color-action)}.service__icon--accent{background:var(--color-accent-surface);color:var(--color-accent)}.service__icon--success{background:var(--color-success-surface);color:var(--color-success)}.service__icon--neutral{background:var(--color-surface-muted);color:var(--color-text-secondary)}.service__title{font-size:14px;font-weight:700}.service__main{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.service__value{letter-spacing:-.02em;font-size:26px;font-weight:700}.service__value--muted{color:var(--color-text-tertiary);font-size:20px;font-weight:600}.service__value-label{color:var(--color-text-secondary);font-size:12px}.delta{font-size:12px;font-weight:600}.delta--up,.delta--good{color:var(--color-success)}.delta--down,.delta--bad{color:var(--color-destructive)}.delta--flat{color:var(--color-text-tertiary)}.service__metrics{grid-template-columns:1fr 1fr;gap:4px 14px;margin:10px 0 12px;display:grid}.service__metric{justify-content:space-between;gap:var(--space-2);border-bottom:1px dashed var(--color-border-soft);min-width:0;padding:3px 0;display:flex}.service__metric dt{color:var(--color-text-tertiary);white-space:nowrap;margin:0;font-size:12px}.service__metric dd{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12.5px;font-weight:600;overflow:hidden}.service__note{border-radius:var(--radius-md);background:var(--color-warning-surface);color:var(--color-warning);margin:10px 0 12px;padding:8px 12px;font-size:12.5px}.service__note--critical{background:var(--color-destructive-surface);color:var(--color-destructive)}.service__foot{border-top:1px solid var(--color-border-soft);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.service__notes-label{color:var(--color-text-tertiary);align-items:center;gap:5px;font-size:12px;display:inline-flex}.service__notes-label svg{flex:0 0 13px;width:13px;height:13px}.service__details{color:var(--color-action);font-size:12.5px;font-weight:600}.side{flex-direction:column;gap:14px;display:flex}.side .eyebrow{margin-bottom:var(--space-3)}.feed{flex-direction:column;display:flex}.feed__item{border-top:1px solid var(--color-border-soft);gap:10px;padding:8px 0;display:flex}.feed__icon{border-radius:var(--radius-pill);flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:inline-flex}.feed__icon svg{width:12px;height:12px}.feed__icon--ok{background:var(--color-success-surface);color:var(--color-success)}.feed__icon--warning{background:var(--color-warning-surface);color:var(--color-warning)}.feed__icon--critical{background:var(--color-destructive-surface);color:var(--color-destructive)}.feed__icon--info{background:var(--color-action-surface);color:var(--color-action)}.feed__icon--accent{background:var(--color-accent-surface);color:var(--color-accent)}.feed__icon--neutral{background:var(--color-surface-muted);color:var(--color-text-secondary)}.feed__text{min-width:0;font-size:12.5px;font-weight:550}.feed__time{color:var(--color-text-tertiary);font-size:11.5px}.feed__empty{color:var(--color-text-tertiary);margin:0;font-size:12.5px}.log__row{justify-content:space-between;align-items:center;gap:var(--space-2);border-top:1px solid var(--color-border-soft);padding:7px 0;font-size:12.5px;display:flex}.log__time{color:var(--color-text-secondary)}.log__result{font-weight:600}.log__result--ok{color:var(--color-success)}.log__result--warning{color:var(--color-warning)}.readiness{margin-bottom:var(--space-5)}.readiness__head{margin-bottom:var(--space-2);justify-content:space-between;align-items:baseline;gap:10px;display:flex}.readiness__row{align-items:center;gap:var(--space-2);border-top:1px solid var(--color-border-soft);flex-wrap:wrap;padding:8px 0;display:flex}.readiness__service{flex:0 0 180px;font-size:13px;font-weight:600}.readiness__optional{color:var(--color-text-tertiary);font-weight:400}.readiness__vars{flex-wrap:wrap;flex:1;gap:6px;display:flex}.chip{border-radius:var(--radius-pill);align-items:center;padding:2px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.chip--var{color:var(--color-warning);background:var(--color-warning-surface);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.chip--ok{color:var(--color-success);background:var(--color-success-surface)}.chip--warning{color:var(--color-warning);background:var(--color-warning-surface)}.chip--critical{color:var(--color-destructive);background:var(--color-destructive-surface)}.chip--neutral{color:var(--color-text-secondary);background:var(--color-surface-muted)}.readiness__error{color:var(--color-destructive);flex-basis:100%;margin:0;font-size:12px}.detail__head{margin-bottom:var(--space-1);justify-content:space-between;align-items:center;gap:10px;display:flex}.detail__id{align-items:center;gap:10px;display:flex}.detail__icon{border-radius:10px;flex:0 0 36px;width:36px;height:36px}.detail__icon svg{width:19px;height:19px}.detail__title{margin:0;font-size:19px;font-weight:700}.detail__desc{color:var(--color-text-secondary);margin:0 0 4px 46px;font-size:12.5px}.detail__updated{color:var(--color-text-muted);margin:0 0 18px 46px;font-size:12px;font-weight:600}.detail__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.range-toggle{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);padding:2px;display:inline-flex}.range-toggle button{border-radius:var(--radius-pill);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:5px 12px;font-size:12px;font-weight:600}.range-toggle button.range-toggle--active{background:var(--color-tab-active);color:var(--color-text-on-action)}.toolbar{justify-content:flex-end;margin-bottom:14px;display:flex}.range-picker{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.range-picker__label{color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:600}.range-custom{color:var(--color-text-tertiary);align-items:center;gap:6px;display:inline-flex}.range-custom input[type=date]{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-primary);font:inherit;padding:4px 10px;font-size:12px;font-weight:600}.chart-card{margin-bottom:14px}.chart-card__head{margin-bottom:var(--space-3);justify-content:space-between;align-items:baseline;display:flex}.chart-card__value{letter-spacing:-.02em;font-size:28px;font-weight:700}.chart-card__value .delta{font-size:13px}.bars{width:100%;height:220px;position:relative;overflow:visible}.bars--mini{height:72px}.bars__svg{width:100%;height:100%;display:block;position:absolute;inset:0;overflow:visible}.bars__line{fill:none;stroke-width:2.25px}.bars--mini .bars__line{stroke-width:1.75px}.bars__hits{position:absolute;inset:0}.bars__hit{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;outline:none;position:absolute;top:0;bottom:0;transform:translate(-50%)}.bars__dot{top:var(--y);border:2px solid var(--color-surface);opacity:0;border-radius:50%;width:8px;height:8px;transition:opacity .12s,transform .12s;position:absolute;left:50%;transform:translate(-50%,-50%)}.bars--mini .bars__dot{border-width:1.5px;width:6px;height:6px}.bars__dot--last{opacity:1}.bars__hit:hover .bars__dot,.bars__hit:focus-visible .bars__dot,.bars__hit:focus .bars__dot{opacity:1;transform:translate(-50%,-50%)scale(1.18)}.bars__tooltip{left:50%;bottom:calc(var(--yb) + 12px);z-index:5;border:1px solid var(--color-border);background:var(--color-surface);min-width:max-content;max-width:180px;box-shadow:var(--shadow-soft);color:var(--color-text-secondary);opacity:0;pointer-events:none;border-radius:7px;flex-direction:column;gap:2px;padding:7px 9px;font-size:11px;line-height:1.2;transition:opacity .12s,transform .12s;display:flex;position:absolute;transform:translate(-50%,4px)}.bars__tooltip strong{color:var(--color-text-primary);font-size:12px}.bars__hit:hover .bars__tooltip,.bars__hit:focus-within .bars__tooltip,.bars__hit:focus .bars__tooltip{opacity:1;transform:translate(-50%)}.bars__hit--edge-start .bars__tooltip{transform:translateY(4px)}.bars__hit--edge-end .bars__tooltip{transform:translate(-100%,4px)}.bars__hit--edge-start:hover .bars__tooltip,.bars__hit--edge-start:focus-within .bars__tooltip,.bars__hit--edge-start:focus .bars__tooltip{transform:translate(0)}.bars__hit--edge-end:hover .bars__tooltip,.bars__hit--edge-end:focus-within .bars__tooltip,.bars__hit--edge-end:focus .bars__tooltip{transform:translate(-100%)}.bars__axis{color:var(--color-text-tertiary);justify-content:space-between;margin-top:6px;font-size:11px;display:flex}.bars__baseline{stroke-width:1.5px;stroke-dasharray:3 4;opacity:.4}.bars__single{text-align:center;color:var(--color-text-tertiary);pointer-events:none;font-size:11px;position:absolute;bottom:10px;left:0;right:0}.chart-empty{border-radius:var(--radius-md);background:var(--color-background);height:120px;color:var(--color-text-tertiary);text-align:center;justify-content:center;align-items:center;padding:0 20px;font-size:12.5px;display:flex}.minicharts{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px;display:grid}.minichart{padding:16px 18px 12px}.minichart__row{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;margin:2px 0 10px;display:flex}.minichart__value{letter-spacing:-.01em;font-size:20px;font-weight:700}.minichart__delta{font-size:11.5px;font-weight:600}.minichart .bars__axis{margin-top:5px;font-size:10.5px}.sc-device-minichart{min-height:190px}.sc-device-list{gap:14px;margin-top:18px;display:grid}.sc-device__row{color:var(--color-text-secondary);justify-content:space-between;align-items:center;gap:12px;font-size:12.5px;font-weight:600;display:flex}.sc-device__row strong{color:var(--color-text-primary);white-space:nowrap;font-size:12px}.sc-device__bar{border-radius:var(--radius-pill);background:var(--color-surface-muted);height:8px;margin-top:7px;overflow:hidden}.sc-device__bar span{border-radius:inherit;background:var(--color-action);height:100%;display:block}.expo-usage{gap:14px;display:grid}.expo-usage__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:2px;display:flex}.expo-usage__title{align-items:flex-start;gap:12px;display:flex}.expo-usage__title svg{width:28px;height:28px;color:var(--color-text-secondary);flex:0 0 28px}.expo-usage__title h3{margin:0;font-size:22px;line-height:1.1}.expo-usage__title p{color:var(--color-text-secondary);margin:6px 0 0;font-size:14px}.expo-usage__period{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);min-height:36px;color:var(--color-text-secondary);white-space:nowrap;align-items:center;padding:0 14px;font-weight:600;display:inline-flex}.expo-usage-card{padding:0;overflow:visible}.expo-usage-card__head{border-bottom:1px solid var(--color-border);padding:24px 26px 20px}.expo-usage-card__title{margin-bottom:16px;font-size:20px;font-weight:700}.expo-usage-card__stats{flex-wrap:wrap;display:flex}.expo-usage-card__stats span{border-right:1px solid var(--color-border);min-width:170px;color:var(--color-text-secondary);margin-right:30px;padding-right:30px;font-size:13px}.expo-usage-card__stats span:last-child{border-right:none;margin-right:0}.expo-usage-card__stats strong{color:var(--color-text-primary);margin-bottom:2px;font-size:24px;line-height:1.1;display:block}.expo-usage-card__metric{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-secondary);padding:13px 26px;font-weight:700}.expo-usage-card .bars{height:330px;margin:26px 30px 0}.expo-usage-card .bars__axis{padding:0 30px 22px}.expo-bars{border-bottom:1px solid var(--color-border);align-items:flex-end;gap:8px;height:330px;margin:26px 30px 0;padding:0 4px;display:flex}.expo-bars__slot{flex:1 1 0;justify-content:center;align-items:flex-end;min-width:10px;height:100%;display:flex;position:relative}.expo-bars__bar{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;border-radius:4px 4px 0 0;outline:none;width:min(32px,70%);min-height:0;display:block;position:relative}.expo-bars__bar:hover,.expo-bars__bar:focus-visible{filter:brightness(.92)}.expo-bars__tooltip{z-index:6;border:1px solid var(--color-border);background:var(--color-surface);min-width:max-content;box-shadow:var(--shadow-soft);color:var(--color-text-secondary);opacity:0;pointer-events:none;border-radius:7px;flex-direction:column;gap:2px;padding:7px 9px;font-size:11px;transition:opacity .12s,transform .12s;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,4px)}.expo-bars__tooltip strong{color:var(--color-text-primary);font-size:12px}.expo-bars__bar:hover .expo-bars__tooltip,.expo-bars__bar:focus-visible .expo-bars__tooltip,.expo-bars__bar:focus .expo-bars__tooltip{opacity:1;transform:translate(-50%)}.expo-bars__bar--edge-start .expo-bars__tooltip{left:0;transform:translateY(4px)}.expo-bars__bar--edge-end .expo-bars__tooltip{left:auto;right:0;transform:translateY(4px)}.expo-bars__bar--edge-start:hover .expo-bars__tooltip,.expo-bars__bar--edge-start:focus-visible .expo-bars__tooltip,.expo-bars__bar--edge-start:focus .expo-bars__tooltip,.expo-bars__bar--edge-end:hover .expo-bars__tooltip,.expo-bars__bar--edge-end:focus-visible .expo-bars__tooltip,.expo-bars__bar--edge-end:focus .expo-bars__tooltip{transform:translate(0)}.expo-builds{gap:14px;margin-top:28px;display:grid}.expo-builds__head{justify-content:space-between;align-items:center;display:flex}.expo-build-filters{flex-wrap:wrap;gap:10px;display:flex}.expo-build-filter{min-width:150px;color:var(--color-text-secondary);gap:5px;font-size:12px;font-weight:600;display:grid}.expo-build-filter select{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);height:36px;color:var(--color-text-primary);font:inherit;cursor:pointer;padding:0 34px 0 12px}.expo-build-table-card{padding:0;overflow:hidden}.expo-build-table-wrap{overflow-x:auto}.expo-build-table{border-collapse:collapse;width:100%;min-width:900px}.expo-build-table th,.expo-build-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;padding:15px 18px}.expo-build-table th{color:var(--color-text-tertiary);font-size:12px;font-weight:700}.expo-build-table td{color:var(--color-text-secondary);font-size:13px;font-weight:600}.expo-build-table tr:last-child td{border-bottom:none}.expo-build-main{align-items:center;gap:12px;min-width:330px;display:flex}.expo-build-main strong{color:var(--color-text-primary);font-size:14px;line-height:1.25;display:block}.expo-build-main span{color:var(--color-text-secondary);margin-top:2px;font-size:12.5px;font-weight:500;display:block}.expo-build-status{border-radius:50%;flex:0 0 16px;width:16px;height:16px;position:relative}.expo-build-status:after{color:#fff;place-items:center;font-size:11px;font-weight:800;line-height:1;display:grid;position:absolute;inset:0}.expo-build-status--ok{background:var(--color-success)}.expo-build-status--ok:after{content:"✓"}.expo-build-status--bad{background:var(--color-destructive)}.expo-build-status--bad:after{content:"×"}.expo-build-status--pending{background:var(--color-warning)}.expo-build-status--pending:after{content:"•"}.detail__bottom{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.detail__bottom--notes-only{grid-template-columns:1fr}.metric-list{flex-direction:column;display:flex}.metric-list__row{border-top:1px solid var(--color-border-soft);justify-content:space-between;gap:10px;padding:7px 0;font-size:13px;display:flex}.metric-list__row dt{color:var(--color-text-secondary);margin:0}.metric-list__row dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:600}.detail-meta-strip{border-top:1px solid var(--color-border-soft);border-bottom:1px solid var(--color-border-soft);flex-wrap:wrap;gap:8px 18px;margin:14px 0 16px;padding:10px 0;display:flex}.detail-meta-strip__item{align-items:baseline;gap:6px;min-width:0;max-width:100%;display:inline-flex}.detail-meta-strip__item dt,.detail-meta-strip__item dd{margin:0}.detail-meta-strip__item dt{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.detail-meta-strip__item dd{color:var(--color-text-primary);overflow-wrap:anywhere;font-size:13px;font-weight:700}.metric-card-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid;overflow:visible}.metric-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-background);flex-direction:column;justify-content:space-between;gap:12px;min-height:96px;padding:13px 14px;display:flex;position:relative;overflow:visible}.metric-card__label{color:var(--color-text-secondary);font-size:12px;font-weight:650;line-height:1.25}.metric-card__value{color:var(--color-text-primary);overflow-wrap:anywhere;font-size:22px;font-weight:750;line-height:1.1}.metric-label{vertical-align:middle;z-index:1;align-items:center;gap:5px;min-width:0;display:inline-flex;position:relative}.metric-label:has(.metric-label__popover){z-index:100}.metric-label__text{overflow-wrap:anywhere;min-width:0}.metric-label__help{border:1px solid var(--color-border);background:var(--color-surface);width:17px;height:17px;color:var(--color-text-secondary);cursor:pointer;border-radius:5px;flex:none;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.metric-label__help:hover,.metric-label__help[aria-expanded=true]{border-color:var(--color-action);color:var(--color-action);background:var(--color-action-surface)}.metric-label__popover{z-index:100;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:min(280px,100vw - 40px);color:var(--color-text-primary);box-shadow:var(--elevation-hover);text-transform:none;letter-spacing:0;text-align:left;gap:3px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.35;display:grid;position:absolute;top:calc(100% + 7px);left:0}.metric-label__popover strong{color:var(--color-accent);font-size:11px;font-weight:700}.sc-insights{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.sc-insight-card{grid-column:span 8;min-height:286px}.sc-insight-card--compact,.sc-insight-card:nth-child(2){grid-column:span 4}.sc-table-wrap{border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);margin-top:12px;overflow-x:auto}.sc-mini-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:12.5px}.sc-mini-table th,.sc-mini-table td{border-top:1px solid var(--color-border-soft);text-align:right;white-space:nowrap;height:42px;padding:0 12px}.sc-mini-table thead th{background:var(--color-background);border-top:none}.sc-mini-table th:first-child{width:52%}.sc-mini-table th:nth-child(2),.sc-mini-table th:nth-child(3),.sc-mini-table th:nth-child(4),.sc-mini-table th:nth-child(5){width:12%}.sc-mini-table--opportunities th:first-child{width:68%}.sc-mini-table--pages th:first-child{width:64%}.sc-mini-table--pages th:nth-child(2),.sc-mini-table--pages th:nth-child(3),.sc-mini-table--pages th:nth-child(4),.sc-mini-table--pages th:nth-child(5){width:9%}.sc-mini-table--opportunities th:nth-child(2),.sc-mini-table--opportunities th:nth-child(3){width:16%}.sc-mini-table th:first-child,.sc-mini-table td:first-child,.sc-mini-table__label{color:var(--color-text-primary);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sc-mini-table--pages td{height:56px}.sc-mini-table--pages .sc-mini-table__label{white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box}.sc-mini-table th{color:var(--color-text-tertiary);text-transform:uppercase;font-size:10.5px;font-weight:700}.sc-country-list{gap:14px;margin-top:14px;display:grid}.sc-country__row{color:var(--color-text-secondary);justify-content:space-between;align-items:center;gap:14px;font-size:12.5px;display:flex}.sc-country__row strong{color:var(--color-text-primary);white-space:nowrap;font-size:12px}.sc-country__bar{border-radius:var(--radius-pill);background:var(--color-surface-muted);height:8px;margin-top:6px;overflow:hidden}.sc-country__bar span{border-radius:inherit;background:var(--color-action);height:100%;display:block}.cf-security{gap:16px;margin:16px 0;display:grid}.cf-security__head h3,.cf-section-title h4{color:var(--color-text-primary);margin:0;font-size:20px;line-height:1.15}.cf-security__head p,.cf-section-title p{color:var(--color-text-secondary);margin:6px 0 0;font-size:13px}.cf-section-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.cf-section-title--loose{margin-bottom:0}.cf-section-title>span{color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:700}.cf-activity-card{min-height:420px}.cf-activity__summary{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:14px 18px;margin-bottom:14px;font-size:12px;display:flex}.cf-activity__summary>strong{color:var(--color-text-primary);font-size:24px;line-height:1}.cf-activity__legend{color:var(--color-text-secondary);align-items:center;gap:7px;display:inline-flex}.cf-activity__legend i{border-radius:50%;flex:none;width:9px;height:9px}.cf-activity__legend strong{color:var(--color-text-primary);font-weight:700}.cf-line-chart{width:100%;height:300px;overflow:visible}.cf-line-chart line{stroke:var(--color-border-soft);stroke-width:1px}.cf-line-chart path{fill:none;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round}.cf-line-chart text{fill:var(--color-text-tertiary);font-size:12px;font-weight:600}.cf-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.cf-stat-card{min-height:210px}.cf-stat-card__rows{gap:12px;margin-top:16px;display:grid}.cf-stat-row__head{color:var(--color-text-secondary);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:12.5px;display:grid}.cf-stat-row__head span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cf-stat-row__head strong{color:var(--color-text-primary);white-space:nowrap;font-size:12px}.cf-stat-row__bar{border-radius:var(--radius-pill);background:var(--color-surface-muted);height:8px;margin-top:5px;overflow:hidden}.cf-stat-row__bar span{border-radius:inherit;background:var(--color-action);height:100%;display:block}.cf-logs{min-width:0}.cf-logs-table-wrap{border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);overflow-x:auto}.cf-logs-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:980px;font-size:12.5px}.cf-logs-table th,.cf-logs-table td{border-top:1px solid var(--color-border-soft);text-align:left;white-space:nowrap;height:46px;padding:0 12px}.cf-logs-table thead th{background:var(--color-background);color:var(--color-text-tertiary);text-transform:uppercase;border-top:none;font-size:10.5px;font-weight:700}.cf-logs-table td{color:var(--color-text-secondary)}.cf-logs-table td:first-child,.cf-logs-table td:nth-child(2),.cf-logs-table td:nth-child(3){color:var(--color-text-primary);font-weight:600}.cf-logs-table__path{color:var(--color-text-primary);text-overflow:ellipsis;overflow:hidden}.rc-cards{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px;display:grid}.rc-cards--compact{grid-template-columns:repeat(4,1fr)}.rc-card{flex-direction:column;min-height:150px;padding:18px 20px 16px;display:flex}.rc-card--compact{min-height:132px;padding:16px}.rc-card__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.rc-card__head .metric-label{color:var(--color-text-secondary);font-size:13px;font-weight:650}.rc-card__icon{border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.rc-card__icon svg{width:16px;height:16px}.rc-card__value{letter-spacing:-.02em;overflow-wrap:anywhere;margin-top:auto;padding-top:14px;font-size:34px;font-weight:750;line-height:1.05}.rc-card--compact .rc-card__value{font-size:28px}.rc-card__foot{align-items:baseline;gap:8px;margin-top:6px;display:flex}.rc-card__caption{color:var(--color-text-tertiary);font-size:12.5px}.rc-card__delta{font-size:12px;font-weight:600}.rc-card .kpi__spark,.rc-card .spark{height:30px;margin-top:12px}.rc-card--compact .kpi__spark{height:24px}.rc-chart__head{margin-bottom:var(--space-3);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.rc-chart__switch{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:inline-flex}.rc-chart__switch button{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.rc-chart__switch button:hover{filter:brightness(.97)}.rc-chart__switch button:active{transform:scale(.97)}.rc-chart__switch button.rc-chart__tab--active{background:var(--color-tab-active);border-color:var(--color-tab-active);color:var(--color-text-on-action)}.sb-summary{flex-wrap:wrap;align-items:baseline;gap:10px 40px;margin-bottom:16px;display:flex}.sb-stat{align-items:baseline;gap:10px;display:inline-flex}.sb-stat__value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:700}.sb-stat__label{color:var(--color-text-secondary);font-size:14px;font-weight:550}.sb-cards{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px;display:grid}.sb-card{padding:16px 18px 14px}.sb-card__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.sb-card__title{margin-bottom:6px}.sb-card__title .metric-label__text{text-transform:uppercase;letter-spacing:.5px;color:var(--color-accent);font-size:11px;font-weight:700}.sb-card__requests{letter-spacing:-.02em;font-variant-numeric:tabular-nums;align-items:baseline;gap:8px;font-size:26px;font-weight:750;display:flex}.sb-card__delta{font-size:12px;font-weight:600}.sb-card__counts{gap:22px;display:flex}.sb-count{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.sb-count__top{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:10.5px;font-weight:650;display:inline-flex}.sb-count__value{font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.sb-dot{border-radius:50%;flex:0 0 7px;width:7px;height:7px}.sb-dot--warn{background:var(--color-warning)}.sb-dot--err{background:var(--color-destructive)}.sb-limits{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px;display:grid}.billing-period{margin-bottom:14px}.billing-period .sb-limits{margin-bottom:0}.sb-limits--resend{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-period__head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px;display:flex}.billing-period__period{color:var(--color-text-primary);flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:3px;font-size:15px;font-weight:700;display:flex}.billing-period__period strong{color:var(--color-success)}.billing-period__slash{color:var(--color-text-tertiary)}.billing-period__select-label{color:var(--color-text-secondary);align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.billing-period__select{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);min-width:170px;height:34px;color:var(--color-text-primary);font:inherit;padding:0 12px;font-weight:700}.sb-limit{padding:14px 16px 15px}.sb-limit__head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.sb-limit__head .metric-label__text{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary);font-size:11px;font-weight:700}.sb-limit__cap{color:var(--color-text-tertiary);white-space:nowrap;font-size:11px;font-weight:600}.sb-limit__value{letter-spacing:-.01em;align-items:baseline;gap:8px;margin-bottom:10px;font-size:22px;font-weight:700;display:flex}.sb-limit__pct{color:var(--color-text-secondary);font-size:12px;font-weight:600}.sb-limit__pct--warn{color:var(--color-warning)}.sb-limit__pct--critical{color:var(--color-destructive)}.sb-limit__meter{border-radius:var(--radius-pill);height:6px;overflow:hidden}.sb-limit__meter--ok{background:var(--color-success-surface)}.sb-limit__meter--warn{background:var(--color-warning-surface)}.sb-limit__meter--critical{background:var(--color-destructive-surface)}.sb-limit__fill{border-radius:var(--radius-pill);height:100%;display:block}.sb-limit__fill--ok{background:var(--color-success)}.sb-limit__fill--warn{background:var(--color-warning)}.sb-limit__fill--critical{background:var(--color-destructive)}.sb-limit__note{color:var(--color-text-tertiary);margin:0;font-size:11px;line-height:1.45}.sb-limit__meter+.sb-limit__note{margin-top:7px}.sb-limit__breakdown{border-top:1px solid var(--color-border-soft);color:var(--color-text-secondary);gap:7px;margin-top:12px;padding-top:11px;font-size:12.5px;font-weight:600;display:grid}.sb-limit__breakdown span{justify-content:space-between;align-items:center;gap:16px;display:flex}.sb-limit__breakdown strong{color:var(--color-text-primary)}.sb-limit__cost{color:var(--color-warning);margin:6px 0 0;font-size:11px;font-weight:700;line-height:1.35}.sb-limit__cost--critical{color:var(--color-destructive)}.sbars{align-items:flex-end;gap:3px;height:150px;display:flex}.sbars__col{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;outline:none;flex:1;justify-content:center;align-items:flex-end;height:100%;display:flex;position:relative}.sbars__col:not(.sbars__col--empty){cursor:default}.sbars__bar{border-radius:3px 3px 0 0;flex-direction:column;width:100%;max-width:18px;min-height:2px;display:flex;overflow:hidden}.sbars__seg{width:100%}.sbars__seg--infos{background:var(--color-success)}.sbars__seg--warn{background:var(--color-warning)}.sbars__seg--err{background:var(--color-destructive)}.sb-dot--infos{background:var(--color-success)}.sbars__tooltip{z-index:5;border:1px solid var(--color-border);background:var(--color-surface);min-width:max-content;box-shadow:var(--elevation-hover);color:var(--color-text-secondary);opacity:0;pointer-events:none;border-radius:7px;gap:4px;padding:8px 10px;font-size:11px;transition:opacity .12s,transform .12s;display:grid;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px)}.sbars__col:hover .sbars__tooltip,.sbars__col:focus-visible .sbars__tooltip,.sbars__col:focus .sbars__tooltip{opacity:1;transform:translate(-50%)}.sbars__col--edge-start .sbars__tooltip{left:0;transform:translateY(4px)}.sbars__col--edge-end .sbars__tooltip{left:auto;right:0;transform:translateY(4px)}.sbars__col--edge-start:hover .sbars__tooltip,.sbars__col--edge-start:focus-visible .sbars__tooltip,.sbars__col--edge-start:focus .sbars__tooltip,.sbars__col--edge-end:hover .sbars__tooltip,.sbars__col--edge-end:focus-visible .sbars__tooltip,.sbars__col--edge-end:focus .sbars__tooltip{transform:translate(0)}.sbars__tt-day{color:var(--color-text-primary);font-weight:700}.sbars__tt-row{align-items:center;gap:6px;display:flex}.sbars__tt-row strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;margin-left:auto;padding-left:12px}.sql-editor{margin-bottom:14px;padding:16px 18px}.sql-editor__head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.sql-editor__title{color:var(--color-text-primary);margin-top:3px;font-size:18px;font-weight:750}.sql-editor__limit{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);background:var(--color-background);color:var(--color-text-secondary);flex:none;padding:6px 10px;font-size:12px;font-weight:700}.sql-editor__presets{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.sql-editor__preset{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;padding:7px 11px;font-size:12px;font-weight:700}.sql-editor__preset:hover{background:var(--color-action-surface);color:var(--color-action)}.sql-editor__input{resize:vertical;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);width:100%;min-height:150px;color:var(--color-text-primary);outline:none;padding:12px 13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12.5px;line-height:1.55}.sql-editor__input:focus{border-color:var(--color-action);box-shadow:0 0 0 3px var(--color-action-surface)}.sql-editor__actions{align-items:center;gap:12px;margin-top:10px;display:flex}.sql-editor__run{border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-text-on-action);cursor:pointer;border:none;padding:9px 15px;font-size:13px;font-weight:750}.sql-editor__run:disabled{cursor:default;opacity:.55}.sql-editor__meta,.sql-editor__empty{color:var(--color-text-tertiary);font-size:12.5px;font-weight:600}.sql-editor__error{border-radius:var(--radius-md);background:var(--color-destructive-surface);color:var(--color-destructive);margin:10px 0 0;padding:9px 11px;font-size:12.5px;font-weight:650}.sql-editor__table-wrap{border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);margin-top:12px;overflow-x:auto}.sql-editor__table{border-collapse:collapse;width:100%;min-width:640px;font-size:12.5px}.sql-editor__table th,.sql-editor__table td{border-top:1px solid var(--color-border-soft);text-align:left;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;max-width:280px;padding:10px 12px;overflow:hidden}.sql-editor__table thead th{background:var(--color-background);color:var(--color-text-tertiary);text-transform:uppercase;border-top:none;font-size:10.5px;font-weight:750}.note{background:var(--color-accent-surface);border-radius:var(--radius-md);margin-bottom:var(--space-2);padding:10px 12px}.note__text{font-size:13px}.note__time{color:var(--color-text-tertiary);margin-top:3px;font-size:11px}.notes__empty{margin:0 0 var(--space-2);color:var(--color-text-tertiary);font-size:12.5px}.notes__form{gap:var(--space-2);margin-top:var(--space-2);display:flex}.notes__input{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-background);color:var(--color-text-primary);outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:13px}.notes__input:focus{border-color:var(--color-action)}.notes__pin{border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-text-on-action);cursor:pointer;border:none;padding:9px 16px;font-size:13px;font-weight:600}.notes__pin:active{transform:scale(.97)}.banner{justify-content:space-between;align-items:center;gap:var(--space-3);border-radius:var(--radius-md);background:var(--color-destructive-surface);color:var(--color-destructive);margin-bottom:var(--space-5);padding:12px 16px;font-size:13px;font-weight:600;display:flex}.banner button{border-radius:var(--radius-pill);background:var(--color-destructive);color:var(--color-text-on-action);cursor:pointer;border:none;padding:6px 14px;font-size:12px;font-weight:600}.footer{color:var(--color-text-tertiary);text-align:center;margin-top:28px;font-size:12px}.loading-hint{text-align:center;color:var(--color-text-tertiary);padding:60px 0}.spin{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.busy{opacity:.55;pointer-events:none;transition:opacity .2s}@media (width<=1100px){.kpis{grid-template-columns:repeat(2,1fr)}.main{grid-template-columns:1fr}.minicharts,.rc-cards,.sb-limits{grid-template-columns:repeat(2,1fr)}.sc-insights{grid-template-columns:1fr}.cf-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sc-insight-card,.sc-insight-card--compact,.sc-insight-card:nth-child(2){grid-column:auto}}@media (width<=720px){.shell{width:100%;max-width:100%;padding:14px 12px 40px;overflow-x:hidden}.header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:16px}.header__brand{align-items:flex-start;min-width:0}.brandmark{flex:0 0 40px;width:40px;height:40px}.header__title{font-size:21px;line-height:1.12}.header__subtitle{overflow-wrap:anywhere;font-size:12.5px}.header__actions{justify-content:space-between;gap:8px;width:100%}.header__actions .pill{flex:auto;justify-content:center;min-width:0}.refresh-button,.logout-button{flex:none;min-height:38px;padding:8px 13px}.tabs{overscroll-behavior-x:contain;scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin:0 -12px 18px;padding:0 12px 6px;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{flex:none;padding:8px 13px}.toolbar{justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.range-picker{min-width:max-content}.range-toggle{scrollbar-width:none;max-width:100%;overflow-x:auto}.range-toggle::-webkit-scrollbar{display:none}.range-toggle button{white-space:nowrap}.card{border-radius:var(--radius-md);padding:16px}.services,.kpis,.minicharts,.rc-cards,.rc-cards--compact,.sb-cards,.sb-limits,.sb-limits--resend,.metric-card-grid,.cf-stat-grid{grid-template-columns:1fr}.kpi,.service,.minichart,.rc-card,.sb-card,.sb-limit{padding:15px 16px 13px}.kpi__value,.sb-stat__value{font-size:27px}.service__metrics{grid-template-columns:1fr}.detail__head{flex-direction:column;align-items:flex-start;gap:12px}.detail__id{width:100%;min-width:0}.detail__title{overflow-wrap:anywhere;font-size:20px;line-height:1.15}.detail__desc,.detail__updated{margin-left:0}.detail__actions{justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.detail__actions .range-picker{gap:8px;width:100%;min-width:0;display:grid}.detail__actions .range-toggle{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid;overflow:visible}.detail__actions .range-toggle button{text-align:center;min-width:0;padding:7px 0}.detail__actions .range-picker__label{color:var(--color-text-primary);white-space:normal;font-size:12px;font-weight:750}.detail__actions .pill{align-self:flex-start}.chart-card__head,.rc-card__head,.sb-card__head,.cf-section-title{flex-direction:column;align-items:flex-start;gap:10px}.chart-card__value{font-size:24px}.bars{height:180px;overflow:visible}.bars--mini{height:64px}.bars__svg,.spark__svg,.cf-line-chart{overflow:hidden}.bars__tooltip,.spark__tooltip,.expo-bars__tooltip,.sbars__tooltip{white-space:normal;max-width:min(220px,100vw - 36px)}.cf-line-chart{height:220px}.cf-activity-card{min-height:340px}.billing-period__head,.billing-period__select-label{flex-direction:column;align-items:flex-start}.billing-period__select{width:100%}.rc-chart__head{flex-direction:column}.rc-chart__switch{justify-content:flex-start}.detail__bottom{grid-template-columns:1fr}.readiness__service{flex-basis:100%}.readiness__head,.readiness__row,.notes__form,.banner{flex-direction:column;align-items:flex-start}.notes__input,.notes__pin,.banner button{width:100%}.metric-list__row{flex-direction:column;align-items:flex-start;gap:3px}.metric-list__row dd{text-align:left}.expo-usage__head{flex-direction:column}.expo-usage__period{align-self:flex-start}.expo-usage-card__head{padding:18px 16px 16px}.expo-usage-card__stats{gap:14px}.expo-usage-card__stats span{border-right:none;width:100%;min-width:0;margin-right:0;padding-right:0}.expo-usage-card .bars,.expo-bars,.expo-usage-card .bars{height:210px;margin:20px 16px 0}.expo-usage-card .bars__axis{padding:0 16px 18px}.expo-builds__head{flex-direction:column;align-items:flex-start;gap:12px}.expo-build-filters{width:100%}.expo-build-filter{width:100%;min-width:0}.sb-summary,.sb-card__counts{flex-direction:column;align-items:flex-start;gap:10px}.sb-count{align-items:flex-start}.sbars{height:132px}.sc-table-wrap,.cf-logs-table-wrap,.expo-build-table-wrap{margin-left:-2px;margin-right:-2px}.sc-mini-table,.cf-logs-table,.expo-build-table{font-size:12px}.auth-shell{align-items:start;padding:18px 12px}.auth-card{border-radius:var(--radius-md);padding:20px}.auth-brand{align-items:flex-start}.auth-brand h1{font-size:23px}}
