:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1917;background:#f4f3ef;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1a1917;--muted: #6f6b63;--subtle: #9a968d;--line: #e3e0d8;--paper: #fff;--surface: #faf9f6;--accent: #5b4fd6;--success: #1a7f5a;--danger: #b84332}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.login-shell,.center-state{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--surface)}.login-card{width:min(100%,400px);padding:32px;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 8px 32px #1a19170f}.login-card h1{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.02em}.login-lead{margin:0 0 24px;color:var(--muted);font-size:14px;line-height:1.5}.brand-mark{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:8px;color:#fff;background:var(--ink);font-weight:700;font-size:14px}.brand-mark.small{width:28px;height:28px;font-size:13px}.primary-button{border:0;border-radius:10px;padding:12px 16px;width:100%;background:var(--ink);color:#fff;font-weight:600;font-size:14px;transition:opacity .15s}.primary-button:hover:not(:disabled){opacity:.88}.primary-button:disabled{opacity:.4;cursor:not-allowed}.primary-button.compact{width:auto;padding:10px 18px}.notice{padding:10px 12px;border-radius:8px;margin:0 0 14px;font-size:13px;line-height:1.45}.notice.error{background:#fef2f0;color:var(--danger);border:1px solid #f5d5cf}.center-state{color:var(--muted);align-content:center;gap:12px;font-size:14px}.spinner{width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:52px;padding:8px max(20px,calc((100vw - 1280px)/2));display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:10}.topbar-start{display:flex;align-items:center;gap:14px;min-width:0}.topbar-end{display:flex;align-items:center;gap:10px;flex-shrink:0}.toolbar-group{display:flex;align-items:center}.toolbar-divider{width:1px;height:20px;background:var(--line);flex-shrink:0}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:600;font-size:15px}.topbar-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.preset-control{display:flex;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.preset-control button{padding:6px 12px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;font-weight:500}.preset-control button.active{color:var(--ink);background:var(--paper);box-shadow:0 1px 3px #1a191714}.preset-control.compact button{padding:5px 10px;font-size:12px}.env-control{display:flex;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.env-control button{padding:6px 11px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:600}.env-control button.active{color:var(--ink);background:var(--paper);box-shadow:0 1px 3px #1a191714}.env-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.env-badge.env-dev{background:#eef0ff;color:#4455a8}.env-badge.env-stg{background:#fff6e5;color:#8a5a00}.env-badge.env-prd{background:#ffeeeb;color:#9a3828}.login-env-block{margin-bottom:20px}.login-env-label,.field-label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.meta-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--subtle);word-break:break-all}.env-switch{position:relative}.env-switch-trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:600}.env-switch-trigger:disabled{opacity:.5;cursor:not-allowed}.env-switch-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:20;width:min(280px,calc(100vw - 32px));padding:6px;border:1px solid var(--line);border-radius:10px;background:var(--paper);box-shadow:0 12px 32px #1a19171a}.env-switch-option{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;text-align:left}.env-switch-option:hover{background:var(--surface)}.env-switch-option span{font-size:13px;font-weight:600}.env-switch-option small{color:var(--subtle);font-size:11px;word-break:break-all}.env-switch-trigger.env-dev{border-color:#c8cff5;color:#4455a8}.env-switch-trigger.env-stg{border-color:#f0ddb8;color:#8a5a00}.env-switch-trigger.env-prd{border-color:#f0c4bc;color:#9a3828}.account{display:flex;align-items:center;gap:10px;font-size:13px}.account-name{color:var(--muted);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-button{border:0;background:transparent;color:var(--ink);font-weight:500;font-size:13px;padding:6px 0}.text-button:disabled{opacity:.4;cursor:not-allowed}.dashboard{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:20px 0 48px;flex:1}.meta-bar{display:flex;flex-wrap:wrap;gap:8px 20px;padding:10px 14px;margin-bottom:20px;border:1px solid var(--line);border-radius:10px;background:var(--paper);font-size:13px}.meta-item{display:flex;align-items:baseline;gap:8px}.meta-item dt{margin:0;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.meta-item dd{margin:0;color:var(--ink);font-weight:500}.section{margin-bottom:24px}.users-card{padding:0;overflow:hidden}.users-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.users-metric{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:96px;padding:18px 20px;border-right:1px solid var(--line)}.users-metric:last-child{border-right:0}.users-metric-top{display:flex;flex-direction:column;gap:4px;min-width:0}.users-metric-label{color:var(--muted);font-size:12px;font-weight:500}.users-metric-period{color:var(--subtle);font-size:10px;line-height:1.35;max-width:14em}.users-metric-period:empty{min-height:2.7em}.users-metric-value{font-size:28px;font-weight:700;letter-spacing:-.03em;line-height:1.1}.users-metric-skeleton{width:48px;height:24px}.chart-group{padding:14px 16px 16px;border-top:1px solid var(--line)}.chart-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.chart-group-heading{display:flex;flex-direction:column;gap:3px;min-width:0}.chart-group-title{margin:0;font-size:13px;font-weight:650;letter-spacing:-.01em;line-height:1.25;color:var(--ink)}.chart-group-subtitle{margin:0;font-size:11px;font-weight:400;line-height:1.35;color:var(--subtle);max-width:28em}.chart-group-note{margin:-2px 0 10px;font-size:11px;color:var(--subtle)}.chart-panel-toolbar{display:flex;justify-content:flex-end;padding:14px 16px 0}.chart-panel-note{padding:0 16px;margin-top:0;margin-bottom:0}.trends-board{padding:0;overflow:hidden}.trends-board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:2}.trends-granularity-control{flex:0 0 auto}.segmented-toggle{display:inline-flex;align-items:center;padding:2px;border-radius:999px;background:var(--surface);border:1px solid var(--line)}.segmented-toggle button{min-width:92px;padding:6px 14px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:12px;font-weight:500;line-height:1.2;transition:color .12s,background .12s,box-shadow .12s}.segmented-toggle button.is-active{background:var(--paper);color:var(--ink);font-weight:600;box-shadow:0 1px 2px #1a191714}.segmented-toggle button:disabled{opacity:.5;cursor:not-allowed}.segmented-toggle-sharp{padding:0;border-radius:0;background:transparent}.segmented-toggle-sharp button{min-width:96px;padding:7px 16px;border-radius:0;border-right:1px solid var(--line)}.segmented-toggle-sharp button:last-child{border-right:0}.segmented-toggle-sharp button.is-active{background:var(--surface);color:var(--ink);box-shadow:none}.trends-board-toolbar-meta{min-width:0}.trends-board-period{margin:0;font-size:12px;font-weight:600;color:var(--ink)}.trends-board-scope{margin:2px 0 0;font-size:11px;color:var(--subtle)}.volume-dashboard{padding:16px 18px 18px}.volume-dashboard-panel{display:flex;flex-direction:column;gap:0;padding:0;border:1px solid var(--line);border-radius:0;overflow:hidden}.volume-dashboard-panel .segmented-toggle-sharp{align-self:stretch;width:100%;border:0;border-bottom:1px solid var(--line);border-radius:0}.volume-dashboard-panel .segmented-toggle-sharp button{flex:1}.volume-dashboard-panel .volume-metrics-grid{align-self:stretch;padding:12px}.trends-board-loading,.trends-board-error{padding:24px 18px}.trends-board-error{color:var(--danger);font-size:13px}.volume-metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trend-section{padding:20px 18px 4px}.trend-section-compact{padding-top:16px}.trend-section-compact .trend-section-header{margin-bottom:4px}.trend-section:last-child{padding-bottom:18px}.trend-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.trend-section .chart-group-note,.trend-section-note{margin:-4px 0 12px}.trend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trend-chart-card{display:flex;flex-direction:column;gap:8px;min-width:0}.trend-chart-card-span-2{grid-column:1 / -1}.trend-chart-card-header{display:flex;align-items:center;gap:8px;min-width:0}.caution-hint{position:relative;display:inline-flex;flex:0 0 auto}.caution-hint-trigger{display:grid;place-items:center;width:15px;height:15px;padding:0;border:0;border-radius:50%;background:#eadcb0;color:#8a6218;font-size:10px;font-weight:700;line-height:1;cursor:help}.caution-hint-trigger:hover,.caution-hint-trigger:focus-visible{background:#dfc98f;outline:none;box-shadow:0 0 0 2px #8a62182e}.caution-hint-tooltip{position:absolute;z-index:3;top:calc(100% + 6px);left:50%;width:max(220px,16vw);max-width:280px;padding:8px 10px;border-radius:6px;background:#1a1917;color:#fff;font-size:11px;line-height:1.45;font-weight:400;text-align:left;transform:translate(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s,visibility .12s;box-shadow:0 4px 16px #1a19172e}.caution-hint:hover .caution-hint-tooltip,.caution-hint:focus-within .caution-hint-tooltip{opacity:1;visibility:visible}.trend-chart-card-swatch{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--trend-accent, var(--accent))}.trend-chart-card-title{margin:0;font-size:12px;font-weight:600;line-height:1.3;color:var(--ink);letter-spacing:-.01em}.trend-chart-card-body{min-width:0}.trend-chart-card .empty-chart{min-height:148px;padding:48px 12px}.breakdown-row-4{grid-template-columns:repeat(4,minmax(0,1fr))}.chart-stack{display:flex;flex-direction:column;gap:16px}.chart-item-title{margin:0 0 6px;font-size:12px;font-weight:500;line-height:1.3;color:var(--muted)}@media(max-width:640px){.chart-group-header{flex-direction:column;align-items:stretch}}.chart-legend.inline{justify-content:flex-end;min-height:0;margin:0;text-transform:none;letter-spacing:normal;font-weight:500}.line-chart.slim{max-height:96px}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.section-header>div{min-width:0}.section-header h2{margin:0;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.section-note{font-size:12px;color:var(--subtle);line-height:1.45;margin:4px 0 0}.overview-panel{padding:0;overflow:hidden}.overview-group{padding:16px 18px 18px}.overview-group+.overview-group{border-top:1px solid var(--line)}.overview-group-users{padding:0}.users-overview{display:grid;grid-template-columns:minmax(168px,220px) minmax(0,1fr)}.users-overview-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:100%;padding:22px 24px;border-right:1px solid var(--line);text-align:center}.users-overview-hero-label{color:var(--muted);font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.users-overview-hero-value{font-size:42px;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--ink)}.users-overview-hero-skeleton{width:88px;height:36px}.users-overview-groups{display:flex;flex-direction:column}.users-overview-group-block+.users-overview-group-block{border-top:1px solid var(--line)}.users-overview-group-label{display:block;padding:10px 18px 0;font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.users-overview-grid{display:grid}.users-overview-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.users-overview-metric{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:88px;padding:14px 18px 16px;border-right:1px solid var(--line)}.users-overview-grid-3 .users-overview-metric:last-child{border-right:0}.users-overview-metric-top{display:flex;flex-direction:column;gap:3px;min-width:0}.users-overview-metric-label{color:var(--muted);font-size:12px;font-weight:500}.users-overview-metric-context{color:var(--subtle);font-size:11px;line-height:1.3}.users-overview-metric-value{font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1.1}.users-overview-metric-skeleton{width:48px;height:24px}.overview-group-title{margin:0 0 12px;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.stat-grid{display:grid;gap:10px}.stat-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.stat-card{border-radius:10px;padding:14px 16px;min-height:84px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;background:var(--surface);border:1px solid var(--line)}.stat-card-top{display:flex;flex-direction:column;gap:3px;min-width:0}.stat-card-label{color:var(--muted);font-size:12px;font-weight:500}.stat-card-context{color:var(--subtle);font-size:11px;font-weight:400;line-height:1.3;letter-spacing:-.01em}.stat-card strong{font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1}.stat-card strong.is-danger{color:var(--danger)}.stat-card-skeleton{width:48px;height:24px}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.summary-grid.studio{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-grid.api{grid-template-columns:repeat(1,minmax(160px,240px))}.metric-card,.panel,.state-card{background:var(--paper);border:1px solid var(--line)}.metric-card{border-radius:10px;padding:14px 16px;min-height:76px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.metric-card-top{display:flex;flex-direction:column;gap:3px;min-width:0}.metric-card-label,.metric-card>span{color:var(--muted);font-size:12px;font-weight:500}.metric-card-period{color:var(--subtle);font-size:11px;font-weight:400;line-height:1.3;letter-spacing:-.01em}.metric-card strong{font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1}.metric-card strong.is-danger{color:var(--danger)}.chart-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;align-items:start}.chart-row.single{grid-template-columns:1fr}.breakdown-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.panel{border-radius:10px;padding:16px;min-width:0}.panel-title,.chart-group-title{margin:0 0 12px;font-size:13px;font-weight:650;letter-spacing:-.01em;line-height:1.25;color:var(--ink)}.chart-legend{display:flex;justify-content:flex-end;gap:12px;min-height:18px;margin-bottom:4px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:6px;height:6px;border-radius:50%}.line-chart{display:block;width:100%;height:auto}.bar-chart-wrap{position:relative}.bar-chart-tooltip-box{fill:var(--ink);filter:drop-shadow(0 2px 8px rgba(26,25,23,.16))}.bar-chart-tooltip-title{fill:#fff;font-size:10px;font-weight:600}.bar-chart-tooltip-label{fill:#ffffffb8;font-size:10px;font-weight:500}.bar-chart-tooltip-value{fill:#fff;font-size:12px;font-weight:700}.bar-chart{display:block;width:100%;height:auto}.bar-chart.compact{max-height:120px}.bar-chart.compact.bar-chart-md{max-height:148px}.bar-chart rect{opacity:.88;transition:opacity .12s}.bar-chart rect.is-hovered{opacity:1}.grid-line{stroke:#eceae4;stroke-width:1}.axis-label{fill:var(--subtle);font-size:10px}.axis-label.axis-y{font-size:9px}.empty-chart,.empty-list{color:var(--muted);font-size:13px;text-align:center;padding:32px 12px}.ranked-list{display:flex;flex-direction:column;gap:12px}.ranked-label{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:5px;font-size:13px}.ranked-label .text-snippet{flex:1;min-width:0}.ranked-label strong{font-size:12px;color:var(--muted);font-weight:600}.bar-track{height:5px;background:#eceae4;border-radius:4px;overflow:hidden}.bar-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.state-card{max-width:440px;margin:48px auto;border-radius:12px;padding:32px;text-align:center}.state-card h2{margin:12px 0 8px;font-size:18px}.state-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.state-icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--surface);font-weight:700}.state-card.forbidden .state-icon{background:#fef2f0;color:var(--danger)}.skeleton{display:block;height:28px;border-radius:6px;background:linear-gradient(90deg,#eceae4 25%,#f5f4f1,#eceae4 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton.short{width:50%;height:11px}@keyframes shimmer{to{background-position:-200% 0}}.activity-panel{padding:0;overflow:hidden}.activity-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 14px;border-bottom:1px solid var(--line);background:var(--surface)}.activity-toolbar h3{margin:0;font-size:13px;font-weight:650;letter-spacing:-.01em;line-height:1.25;color:var(--ink)}.activity-toolbar-meta{display:block;margin-top:3px;font-size:11px;color:var(--subtle);font-weight:400;line-height:1.35}.activity-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.activity-pagination{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.activity-table-wrap{overflow:auto}.activity-table{width:100%;border-collapse:collapse;font-size:13px}.activity-table th,.activity-table td{padding:10px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.activity-table th{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--surface);white-space:nowrap}.activity-table tbody tr:last-child td{border-bottom:0}.activity-table tr.is-failed{background:#fffcfb}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--subtle)}.voice-cell{display:flex;flex-direction:column;gap:1px}.voice-cell-name{font-weight:600;font-size:13px}.voice-cell-id{color:var(--subtle);font-size:11px}.actor-cell{min-width:140px}.actor-label{font-size:13px;font-weight:500;word-break:break-word}.activity-table th.input-col,.activity-table td.input-cell{min-width:280px;max-width:480px}.input-cell .input-text-full,.input-cell .error-note{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.5;font-size:13px}.input-cell .error-note{color:var(--danger);font-size:12px}.input-cell .text-snippet+.text-snippet{margin-top:6px}.text-snippet{display:flex;align-items:flex-start;gap:8px;min-width:0}.text-snippet-body{flex:1;min-width:0;margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-user-select:text;user-select:text;cursor:text}.text-snippet-icons{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.icon-button{display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:var(--subtle);transition:color .15s,background .15s}.icon-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-button:hover{color:var(--ink);background:#eceae4}.icon-button.is-success{color:var(--success)}.text-dialog-actions{display:flex;align-items:center;gap:8px}.text-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#1a191766}.text-dialog{width:min(640px,100%);max-height:min(80vh,720px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 16px 48px #1a191729}.text-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.text-dialog h3{margin:0;font-size:14px;font-weight:700}.text-dialog pre{margin:0;padding:16px;overflow:auto;white-space:pre-wrap;word-break:break-word;font:inherit;font-size:13px;line-height:1.55;-webkit-user-select:text;user-select:text;cursor:text}.status-pill{display:inline-block;padding:2px 7px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status-pill.status-success{background:#e8f5ef;color:var(--success)}.status-pill.status-failed{background:#fef0ed;color:var(--danger)}@media(max-width:1024px){.chart-row,.breakdown-row,.breakdown-row-4,.trend-grid,.volume-metrics-grid{grid-template-columns:1fr}.trend-chart-card-span-2{grid-column:auto}.stat-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid,.summary-grid.studio{grid-template-columns:repeat(2,1fr)}.users-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.dashboard{width:calc(100% - 24px);padding-top:16px}.trends-board-toolbar{flex-direction:column;align-items:stretch;gap:10px}.trends-granularity-control{align-self:flex-start}.stat-grid-5,.users-overview{grid-template-columns:1fr}.users-overview-hero{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:18px 20px}.users-overview-grid-3{grid-template-columns:1fr}.users-overview-metric{border-right:0;border-bottom:1px solid var(--line);min-height:0}.users-overview-grid-3 .users-overview-metric:last-child{border-bottom:0}.trend-section-header{flex-direction:column;align-items:stretch}.users-metrics{grid-template-columns:1fr}.users-metric{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;justify-content:space-between;min-height:0;padding:10px 16px}.users-metric-top{flex:1;min-width:0}.users-metric-period:empty{display:none;min-height:0}.users-metric:last-child{border-bottom:0}.users-metric-value{font-size:20px}.topbar{min-height:auto;padding:10px 16px;flex-wrap:wrap;align-items:flex-start}.topbar-start{flex:1 1 100%}.topbar-end{flex:1 1 100%;justify-content:space-between;flex-wrap:wrap}.toolbar-divider,.account-name{display:none}.summary-grid,.summary-grid.studio{grid-template-columns:1fr}.login-card{padding:24px 20px}}
