:root{font:16px/1.45 var(--font-sans,system-ui, sans-serif);color:var(--text-primary);background:var(--bg-page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;margin:0}body{background:var(--bg-page);min-width:320px;overflow-x:hidden}button,input,select,textarea{font:inherit}button:disabled{cursor:not-allowed;opacity:.64}.app-shell{background:var(--bg-page);width:100%;min-height:100vh;display:flex}.app-sidebar{background:var(--bg-surface);border-right:1px solid var(--border);flex-direction:column;flex:0 0 240px;width:240px;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.app-sidebar-backdrop{display:none}.app-brand{justify-items:center;gap:8px;margin-bottom:1.5rem;padding:0 4px;display:grid}.app-company-brand-link{width:100%;min-height:76px;color:var(--text-primary);justify-content:center;align-items:center;text-decoration:none;display:flex}.app-company-logo{justify-content:center;align-items:center;width:100%;height:72px;display:flex}.app-company-logo-image{object-fit:contain;max-width:176px;max-height:64px;display:block}.app-company-logo-image-dark,[data-theme=dark] .app-company-logo-image-light{display:none}[data-theme=dark] .app-company-logo-image-dark{display:block}.app-company-brand-fallback{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;width:100%;display:grid}.app-company-brand-fallback>span{background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:10px;place-items:center;font-size:18px;font-weight:700;display:grid}.app-company-brand-fallback strong{text-overflow:ellipsis;font-size:14px;line-height:1.25;overflow:hidden}.app-brand-user{border:1px solid var(--border);background:var(--accent-soft);max-width:100%;color:var(--text-secondary);border-radius:999px;align-items:center;gap:8px;padding:5px 10px 5px 6px;font-size:12px;font-weight:600;line-height:1.3;display:flex;overflow:hidden}.app-brand-user-avatar{background:var(--accent);width:24px;height:24px;color:var(--accent-contrast);border-radius:50%;flex:0 0 24px;place-items:center;font-size:11px;font-weight:700;display:grid}.app-brand-user-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-nav{flex:1}.app-sidebar-footer{border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;justify-items:center;gap:7px;margin-top:20px;padding:16px 8px 0;font-size:10px;font-weight:600;display:grid}.app-platform-brand{width:104px;line-height:0}.app-platform-logo{width:100%;height:auto;display:block}.app-platform-logo-dark,[data-theme=dark] .app-platform-logo-light{display:none}[data-theme=dark] .app-platform-logo-dark{display:block}.login-brand{justify-content:center;margin-bottom:2rem;display:flex}.login-brand-logo{width:min(180px,70%);height:auto;display:block}.login-brand-logo-dark,[data-theme=dark] .login-brand-logo-light{display:none}[data-theme=dark] .login-brand-logo-dark{display:block}.app-nav-list,.app-nav-submenu{margin:0;padding:0;list-style:none}.app-nav-list{gap:4px;display:grid}.app-nav-link,.app-nav-group-button{width:100%;min-height:42px;color:var(--text-secondary);font-family:var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;font-size:14px;font-weight:600;line-height:1.25;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:grid;position:relative}.app-nav-link:before{background:var(--accent);content:"";opacity:0;border-radius:0 3px 3px 0;width:3px;transition:opacity .16s,transform .16s;position:absolute;inset:8px auto 8px 0;transform:scaleY(.5)}.app-nav-link:hover,.app-nav-group-button:hover{background:var(--accent-soft);color:var(--text-primary)}.app-nav-link.is-active{background:var(--accent-soft);color:var(--accent)}.app-nav-link.is-active:before{opacity:1;transform:scaleY(1)}.app-nav-group-button[aria-expanded=true],.app-nav-group-button.has-active-child{color:var(--accent)}.app-nav-link:focus-visible,.app-nav-group-button:focus-visible,.app-nav-sub-link:focus-visible{z-index:1;outline:2px solid var(--accent);outline-offset:2px}.app-nav-icon{color:currentColor;width:19px;height:19px}.app-nav-chevron{width:18px;height:18px;color:var(--text-muted);transition:transform .16s,color .16s}.app-nav-group-button[aria-expanded=true] .app-nav-chevron{color:var(--accent);transform:rotate(180deg)}.app-nav-submenu{gap:2px;margin:3px 0 5px 20px;padding:3px 0 3px 13px;animation:.16s ease-out app-nav-reveal;display:grid;position:relative}.app-nav-submenu:before{background:var(--border);content:"";width:1px;position:absolute;inset:3px auto 3px 0}.app-nav-sub-link{min-height:36px;color:var(--text-secondary);border-radius:7px;padding:9px 10px;font-size:13px;font-weight:500;line-height:1.3;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:block;position:relative}.app-nav-sub-link:before{background:var(--border);content:"";width:7px;height:1px;position:absolute;top:50%;left:-13px}.app-nav-sub-link:hover{background:var(--accent-soft);color:var(--text-primary);transform:translate(2px)}.app-nav-sub-link.is-active{background:var(--accent-soft);color:var(--accent);font-weight:650}.app-nav-sub-link.is-active:after{background:var(--accent);content:"";border-radius:2px;width:2px;position:absolute;inset:8px auto 8px 0}.app-nav-group.is-separated{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}@keyframes app-nav-reveal{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.app-content{flex-direction:column;flex:auto;min-width:0;display:flex}.app-main{flex:1;width:100%;min-width:0;padding:clamp(1rem,2.4vw,2rem);overflow:auto}@media (width<=760px){.app-sidebar-backdrop{z-index:29;cursor:default;background:#060b148a;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.app-sidebar{z-index:30;width:min(82vw,280px);position:fixed;inset:0 auto 0 0;box-shadow:12px 0 28px #0003}.app-header{align-items:center!important;gap:10px!important;min-height:58px!important}.app-header-actions{gap:8px!important}.app-main{padding:16px}}@media (prefers-reduced-motion:reduce){.app-nav-link,.app-nav-group-button,.app-nav-chevron,.app-nav-sub-link{transition:none}.app-nav-submenu{animation:none}}:root{--bg-page:#f7f8fa;--bg-surface:#fff;--border:#e2e5ea;--text-primary:#14213d;--text-secondary:#5b6472;--text-muted:#9ca3af;--accent:#178f82;--accent-soft:#178f821f;--accent-contrast:#fff;--button-primary:#178f82;--button-primary-text:#fff;--success:#2f8f5b;--warning:#b8860b;--danger:#c0392b;--font-sans:"IBM Plex Sans", sans-serif;--font-mono:"IBM Plex Mono", monospace}[data-theme=dark]{--bg-page:#0f1620;--bg-surface:#182131;--border:#2a3547;--text-primary:#f1f3f6;--text-secondary:#a6afbd;--text-muted:#6b7280;--accent:#3fc9b8;--accent-soft:#3fc9b824;--accent-contrast:#0f1620;--button-primary:#3fc9b8;--button-primary-text:#0f1620;--success:#4caf7d;--warning:#d6a83a;--danger:#e0685a}body{background:var(--bg-page);color:var(--text-primary);font-family:var(--font-sans)}.system-dashboard{gap:20px;max-width:1560px;margin:0 auto;display:grid}.system-dashboard-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.system-dashboard-eyebrow,.system-dashboard-card-header p{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.system-dashboard-heading h1{color:var(--text-primary);letter-spacing:-.035em;margin:0;font-size:clamp(28px,3vw,38px);line-height:1.08}.system-dashboard-subtitle{max-width:650px;color:var(--text-secondary);margin:9px 0 0;font-size:14px}.system-dashboard-heading-actions{align-items:center;gap:12px;display:flex}.system-dashboard-sync{color:var(--text-muted);white-space:nowrap;align-items:center;gap:7px;font-size:11px;display:inline-flex}.system-dashboard-sync i{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--success) 12%, transparent);border-radius:50%}.system-dashboard-heading-actions button,.system-dashboard-error button{border:1px solid var(--border);background:var(--bg-surface);min-height:38px;color:var(--text-primary);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.system-dashboard-heading-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.system-dashboard-error{border:1px solid color-mix(in srgb, var(--danger) 35%, var(--border));background:color-mix(in srgb, var(--danger) 8%, var(--bg-surface));border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.system-dashboard-error strong{color:var(--text-primary);font-size:13px}.system-dashboard-error p{color:var(--text-secondary);margin:2px 0 0;font-size:12px}.system-dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.system-dashboard-kpi{border:1px solid var(--border);background:var(--bg-surface);border-radius:14px;align-items:center;gap:14px;min-width:0;padding:18px;display:flex;box-shadow:0 8px 28px #14213d0b}.system-dashboard-kpi-icon{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.system-dashboard-kpi-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.system-dashboard-kpi--teal .system-dashboard-kpi-icon{color:#178f82;background:#178f8221}.system-dashboard-kpi--indigo .system-dashboard-kpi-icon{color:#6475dc;background:#5568d921}.system-dashboard-kpi--amber .system-dashboard-kpi-icon{color:#bd7b08;background:#d59a2824}.system-dashboard-kpi--rose .system-dashboard-kpi-icon{color:#d0645a;background:#d0645a21}.system-dashboard-kpi>div:last-child{min-width:0;display:grid}.system-dashboard-kpi p{color:var(--text-secondary);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin:0;font-size:11px;font-weight:700;overflow:hidden}.system-dashboard-kpi strong{color:var(--text-primary);letter-spacing:-.035em;margin-top:2px;font-size:clamp(22px,2vw,28px);line-height:1.15}.system-dashboard-kpi small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;overflow:hidden}.system-dashboard-overview-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:18px;display:grid}.system-dashboard-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:16px;min-width:0;padding:20px;box-shadow:0 9px 30px #14213d0a}.system-dashboard-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.system-dashboard-card-header h2{color:var(--text-primary);letter-spacing:-.015em;margin:0;font-size:17px;line-height:1.25}.system-dashboard-card-header span{color:var(--text-secondary);margin-top:4px;font-size:11px;display:block}.system-dashboard-card-header>a{color:var(--accent);flex:none;font-size:11px;font-weight:750;text-decoration:none}.system-dashboard-card-header>a:hover{text-decoration:underline}.system-dashboard-plan-list{gap:19px;padding:20px 2px 4px;display:grid}.system-dashboard-plan-row{gap:7px;display:grid}.system-dashboard-plan-label{justify-content:space-between;align-items:center;gap:12px;display:flex}.system-dashboard-plan-label span{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.system-dashboard-plan-label strong{color:var(--text-primary);font-size:14px;font-weight:700}.system-dashboard-plan-track{background:var(--bg-page);border-radius:999px;height:8px;overflow:hidden}.system-dashboard-plan-track i{border-radius:inherit;min-width:3px;height:100%;display:block}.system-dashboard-plan-row small{color:var(--text-muted);font-size:10px}.system-dashboard-growth-chart{grid-template-rows:auto 1fr;min-height:216px;padding:15px 4px 0;display:grid}.system-dashboard-growth-legend{justify-content:flex-end;gap:15px;display:flex}.system-dashboard-growth-legend span{color:var(--text-secondary);align-items:center;gap:6px;font-size:10px;display:inline-flex}.system-dashboard-growth-legend i{border-radius:2px;width:8px;height:8px}.system-dashboard-growth-bars{border-bottom:1px solid var(--border);background-image:linear-gradient(to bottom, var(--border) 1px, transparent 1px);background-size:100% 33.33%;grid-template-columns:repeat(6,minmax(42px,1fr));align-items:end;gap:10px;min-height:178px;padding:12px 0 0;display:grid}.system-dashboard-growth-month{text-align:center;align-self:end;gap:8px;display:grid}.system-dashboard-growth-columns{justify-content:center;align-items:end;gap:5px;height:130px;display:flex}.system-dashboard-growth-columns>i{border-radius:5px 5px 2px 2px;width:min(18px,38%);min-height:4px;position:relative}.system-dashboard-growth-columns>i span{color:var(--text-muted);font-size:9px;font-style:normal;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.system-dashboard-growth-month small{color:var(--text-muted);text-transform:capitalize;padding-bottom:6px;font-size:10px}.system-dashboard-growth-legend .is-company,.system-dashboard-growth-columns .is-company{background:#178f82}.system-dashboard-growth-legend .is-user,.system-dashboard-growth-columns .is-user{background:#6475dc}.system-dashboard-attention-list{display:grid}.system-dashboard-attention-row{border-bottom:1px solid var(--border);grid-template-columns:36px minmax(150px,.72fr) minmax(260px,1.4fr) minmax(90px,.45fr);align-items:center;gap:12px;min-height:66px;display:grid}.system-dashboard-attention-row:last-child{border-bottom:0}.system-dashboard-company-avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:grid}.system-dashboard-attention-company{min-width:0;display:grid}.system-dashboard-attention-company strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.system-dashboard-attention-company small{color:var(--text-muted);font-size:10px}.system-dashboard-attention-tags{flex-wrap:wrap;gap:5px;display:flex}.system-dashboard-attention-tags span,.system-dashboard-integration,.system-dashboard-status{background:color-mix(in srgb, var(--warning) 11%, var(--bg-page));width:fit-content;min-height:23px;color:var(--warning);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;padding:3px 8px;font-size:9px;font-weight:750;display:inline-flex}.system-dashboard-attention-tags .is-empresa-inativa,.system-dashboard-attention-tags .is-limite-usuarios{background:color-mix(in srgb, var(--danger) 10%, var(--bg-page));color:var(--danger)}.system-dashboard-user-usage{justify-items:end;display:grid}.system-dashboard-user-usage span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:700}.system-dashboard-user-usage strong{color:var(--text-primary);font-size:14px;font-weight:600}.system-dashboard-table-wrap{overflow-x:auto}.system-dashboard-table{border-collapse:collapse;white-space:nowrap;width:100%}.system-dashboard-table th,.system-dashboard-table td{border-bottom:1px solid var(--border);text-align:left;padding:13px 12px}.system-dashboard-table th{color:var(--text-secondary);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:750}.system-dashboard-table td{color:var(--text-secondary);font-size:12px}.system-dashboard-table td strong{color:var(--text-primary);font-size:14px;font-weight:600}.system-dashboard-table tbody tr:last-child td{border-bottom:0}.system-dashboard-integration{background:color-mix(in srgb, var(--warning) 10%, var(--bg-page));color:var(--warning)}.system-dashboard-integration.is-ready,.system-dashboard-status.is-active{background:color-mix(in srgb, var(--success) 10%, var(--bg-page));color:var(--success)}.system-dashboard-status{background:color-mix(in srgb, var(--danger) 9%, var(--bg-page));color:var(--danger)}.system-dashboard-empty{min-height:130px;color:var(--text-muted);text-align:center;place-items:center;font-size:12px;display:grid}.system-dashboard-card-skeleton{gap:12px;padding-top:18px;display:grid}.system-dashboard-skeleton{background:linear-gradient(90deg, var(--bg-page) 20%, color-mix(in srgb, var(--border) 60%, var(--bg-surface)) 50%, var(--bg-page) 80%);background-size:220% 100%;border-radius:7px;width:100%;height:34px;animation:1.35s linear infinite system-dashboard-shimmer;display:block}.system-dashboard-skeleton.is-value{width:90px;height:28px;margin:4px 0 2px}@keyframes system-dashboard-shimmer{to{background-position:-220% 0}}@media (width<=1180px){.system-dashboard-heading{flex-direction:column;align-items:flex-start}.system-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.system-dashboard-attention-row{grid-template-columns:36px minmax(140px,.8fr) minmax(220px,1.2fr) 90px}}@media (width<=880px){.system-dashboard-overview-grid{grid-template-columns:1fr}.system-dashboard-attention-row{grid-template-columns:36px 1fr auto;padding:12px 0}.system-dashboard-attention-tags{grid-column:2/-1}}@media (width<=620px){.system-dashboard{gap:16px}.system-dashboard-heading-actions{flex-direction:column;align-items:stretch;width:100%}.system-dashboard-heading-actions button{width:100%}.system-dashboard-kpis{grid-template-columns:1fr}.system-dashboard-card{padding:16px}.system-dashboard-card-header{flex-direction:column}.system-dashboard-growth-bars{gap:4px}.system-dashboard-attention-row{grid-template-columns:36px 1fr}.system-dashboard-user-usage{grid-column:2;justify-items:start}}@media (prefers-reduced-motion:reduce){.system-dashboard-skeleton{animation:none}}.dashboard-page{--dashboard-grid:color-mix(in srgb, var(--border) 82%, transparent);gap:24px;max-width:1560px;margin:0 auto;display:grid}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.dashboard-eyebrow,.dashboard-chart-eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:800}.dashboard-heading h1{color:var(--text-primary);letter-spacing:-.035em;margin:0;font-size:clamp(28px,3vw,38px);line-height:1.08}.dashboard-subtitle{color:var(--text-secondary);margin:9px 0 0;font-size:14px}.dashboard-period{border:1px solid var(--border);background:var(--bg-surface);border-radius:13px;flex:none;align-items:flex-end;gap:10px;padding:12px;display:flex;box-shadow:0 7px 24px #14213d0d}.dashboard-period label{gap:5px;display:grid}.dashboard-period label span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-period input{border:1px solid var(--border);background:var(--bg-page);width:144px;min-height:36px;color:var(--text-primary);border-radius:8px;outline:none;padding:6px 9px;font-size:13px}.dashboard-period input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.dashboard-period-separator{color:var(--text-muted);padding-bottom:8px}.dashboard-period button,.dashboard-error button{background:var(--button-primary);min-height:36px;color:var(--button-primary-text);cursor:pointer;border:0;border-radius:8px;padding:0 15px;font-size:12px;font-weight:750}.dashboard-error{border:1px solid color-mix(in srgb, var(--danger) 35%, var(--border));background:color-mix(in srgb, var(--danger) 8%, var(--bg-surface));color:var(--text-primary);border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.dashboard-error>span{background:var(--danger);color:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.dashboard-error div{flex:1}.dashboard-error strong{font-size:13px}.dashboard-error p{color:var(--text-secondary);margin:1px 0 0;font-size:12px}.dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-kpi{border:1px solid var(--border);background:var(--bg-surface);border-radius:14px;align-items:center;gap:14px;min-width:0;padding:18px;display:flex;overflow:hidden;box-shadow:0 8px 28px #14213d0b}.dashboard-kpi-icon{border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.dashboard-kpi-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.dashboard-kpi--teal .dashboard-kpi-icon{color:#178f82;background:#178f8221}.dashboard-kpi--indigo .dashboard-kpi-icon{color:#6475dc;background:#5568d921}.dashboard-kpi--amber .dashboard-kpi-icon{color:#bd7b08;background:#d59a2824}.dashboard-kpi--rose .dashboard-kpi-icon{color:#d0645a;background:#d0645a21}.dashboard-kpi>div:last-child{min-width:0;display:grid}.dashboard-kpi p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:650;overflow:hidden}.dashboard-kpi strong{color:var(--text-primary);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:clamp(20px,2vw,27px);line-height:1.18;overflow:hidden}.dashboard-kpi small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-chart-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:16px;grid-template-rows:auto auto 1fr;min-width:0;min-height:398px;padding:21px 21px 14px;display:grid;box-shadow:0 9px 30px #14213d0b}.dashboard-chart-card--no-legend{grid-template-rows:auto 1fr}.dashboard-chart-card>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-chart-card h2{color:var(--text-primary);letter-spacing:-.015em;margin:0;font-size:17px;line-height:1.25}.dashboard-chart-description{color:var(--text-secondary);margin:5px 0 0;font-size:11px}.dashboard-legend{flex-wrap:wrap;align-items:center;gap:13px;min-height:30px;padding-top:12px;display:flex}.dashboard-legend span{color:var(--text-secondary);align-items:center;gap:6px;font-size:10px;display:inline-flex}.dashboard-legend i{border-radius:50%;width:7px;height:7px}.dashboard-chart-body{align-items:stretch;min-height:260px;display:grid;overflow-x:auto}.dashboard-chart{width:100%;min-width:490px;height:270px;overflow:visible}.dashboard-axis-label{fill:var(--text-muted);font-family:var(--font-sans);font-size:13px}.dashboard-axis-label--returns{fill:#d0645a}.dashboard-activity-chart{grid-template-areas:"toggle""legend""chart";align-content:start;min-width:490px;display:grid}.dashboard-metric-toggle{border:1px solid var(--border);background:var(--bg-page);border-radius:8px;grid-area:toggle;justify-self:end;margin:9px 0 2px;padding:3px;display:inline-flex}.dashboard-metric-toggle button{min-height:27px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 10px;font-size:10px;font-weight:700}.dashboard-metric-toggle button.is-active{background:var(--bg-surface);color:var(--text-primary);box-shadow:0 1px 5px #14213d1f}.dashboard-activity-legend{flex-wrap:wrap;grid-area:legend;justify-content:flex-end;align-items:center;gap:6px 12px;min-height:25px;display:flex}.dashboard-activity-legend span{color:var(--text-secondary);align-items:center;gap:5px;font-size:9px;font-weight:650;display:inline-flex}.dashboard-activity-legend i{border-radius:2px;width:7px;height:7px}.dashboard-chart--activity{grid-area:chart;height:225px}.dashboard-chart-empty,.dashboard-chart-loading{min-height:260px;color:var(--text-muted);place-items:center;font-size:13px;display:grid}.dashboard-skeleton{background:linear-gradient(90deg, var(--bg-page) 20%, color-mix(in srgb, var(--border) 60%, var(--bg-surface)) 50%, var(--bg-page) 80%);background-size:220% 100%;border-radius:6px;animation:1.35s linear infinite dashboard-shimmer;display:block}.dashboard-skeleton--value{width:min(150px,72%);height:28px;margin:5px 0 3px}.dashboard-skeleton--chart{width:92%;height:205px}.dashboard-footnote{color:var(--text-muted);margin:-8px 1px 0;font-size:10px}@keyframes dashboard-shimmer{to{background-position:-220% 0}}@media (width<=1180px){.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=880px){.dashboard-chart-grid{grid-template-columns:1fr}}@media (width<=620px){.dashboard-page{gap:18px}.dashboard-period{flex-wrap:wrap;align-items:stretch;width:100%}.dashboard-period label{flex:120px}.dashboard-period input{width:100%}.dashboard-period-separator{display:none}.dashboard-period button{width:100%}.dashboard-kpis{grid-template-columns:1fr}.dashboard-chart-card{min-height:370px;padding:17px 15px 10px}.dashboard-chart-card>header{flex-direction:column;gap:8px}.dashboard-chart{min-width:530px}}@media (prefers-reduced-motion:reduce){.dashboard-skeleton{animation:none}}.item-query-page{gap:24px;width:min(1120px,100%);margin:0 auto;display:grid}.item-query-heading{max-width:760px}.item-query-eyebrow,.item-query-result-heading>div>span,.item-query-image-heading>div>span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.item-query-heading h1{color:var(--text-primary);letter-spacing:-.025em;margin:5px 0 6px;font-size:clamp(26px,3.5vw,36px);line-height:1.15}.item-query-heading p,.item-query-card-heading p,.item-query-state p,.item-query-alert p{color:var(--text-secondary);margin:0}.item-query-search-card,.item-query-result,.item-query-state{border:1px solid var(--border);background:var(--bg-surface);border-radius:16px}.item-query-search-card{grid-template-columns:minmax(230px,.75fr) minmax(360px,1.25fr);align-items:end;gap:clamp(24px,5vw,64px);padding:clamp(20px,3vw,28px);display:grid;box-shadow:0 8px 28px #14213d0a}.item-query-card-heading{align-items:flex-start;gap:14px;display:flex}.item-query-card-heading h2{color:var(--text-primary);margin:0 0 4px;font-size:17px}.item-query-card-heading p{font-size:13px}.item-query-card-icon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:10px;flex:none;place-items:center;display:grid}.item-query-card-icon svg,.item-query-form button svg{width:19px;height:19px}.item-query-form{min-width:0}.item-query-form>label{color:var(--text-primary);margin-bottom:7px;font-size:12px;font-weight:700;display:block}.item-query-input-row{gap:10px;display:flex}.item-query-input-row input{border:1px solid var(--border);background:var(--bg-page);width:100%;min-width:0;height:44px;color:var(--text-primary);font-family:var(--font-mono);border-radius:9px;outline:none;padding:0 13px;font-size:14px;transition:border-color .15s,box-shadow .15s}.item-query-input-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.item-query-input-row input::placeholder{color:var(--text-muted)}.item-query-input-row button{background:var(--button-primary);min-width:128px;height:44px;color:var(--button-primary-text);cursor:pointer;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex}.item-query-input-row button:not(:disabled):hover{filter:brightness(.95);transform:translateY(-1px)}.item-query-field-help{color:var(--text-muted);text-align:right;margin-top:6px;font-size:11px;display:block}.item-query-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite item-query-spin}.item-query-result{overflow:hidden;box-shadow:0 14px 36px #14213d0f}.item-query-result-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:clamp(20px,3vw,28px);display:flex}.item-query-result-heading h2{color:var(--text-primary);overflow-wrap:anywhere;margin:5px 0 0;font-size:clamp(19px,2.4vw,24px);line-height:1.3}.item-query-result-heading h2 small{color:var(--text-muted);font:inherit}.item-query-success-badge{background:color-mix(in srgb, var(--success) 13%, transparent);color:var(--success);border-radius:999px;flex:none;align-items:center;gap:6px;padding:6px 11px;font-size:11px;font-weight:700;display:inline-flex}.item-query-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 36px;margin:0;padding:clamp(20px,3vw,28px);display:grid}.item-query-details>div{border-left:2px solid var(--accent-soft);min-width:0;padding-left:12px}.item-query-details dt{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.item-query-details dd{color:var(--text-primary);overflow-wrap:anywhere;margin:5px 0 0;font-size:14px;font-weight:550}.item-query-image-section{border-top:1px solid var(--border);background:color-mix(in srgb, var(--bg-page) 62%, var(--bg-surface));padding:clamp(20px,3vw,28px)}.item-query-image-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px;display:flex}.item-query-image-heading h3{color:var(--text-primary);margin:4px 0 0;font-size:16px}.item-query-file-meta{color:var(--text-muted);font-family:var(--font-mono);overflow-wrap:anywhere;font-size:11px}.item-query-image-frame{border:1px solid var(--border);background:linear-gradient(45deg, var(--bg-page) 25%, transparent 25%), linear-gradient(-45deg, var(--bg-page) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--bg-page) 75%), linear-gradient(-45deg, transparent 75%, var(--bg-page) 75%), var(--bg-surface);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border-radius:12px;place-items:center;width:100%;min-height:380px;max-height:620px;padding:clamp(14px,3vw,28px);display:grid;overflow:hidden}.item-query-image-frame img{object-fit:contain;width:100%;height:100%;max-height:560px;display:block}.item-query-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:270px;padding:36px 20px;display:flex}.item-query-state h2{color:var(--text-primary);margin:15px 0 5px;font-size:16px}.item-query-state p{max-width:460px;font-size:13px}.item-query-empty-icon{border:1px solid var(--border);background:var(--bg-page);width:64px;height:64px;color:var(--text-muted);border-radius:18px;place-items:center;display:grid}.item-query-empty-icon svg{width:30px;height:30px}.item-query-loader{border:3px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite item-query-spin}.item-query-alert{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--border));background:color-mix(in srgb, var(--danger) 7%, var(--bg-surface));color:var(--danger);border-radius:12px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.item-query-alert>span{background:var(--danger);color:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-weight:800;display:grid}.item-query-alert strong{margin-bottom:2px;font-size:13px;display:block}.item-query-alert p{font-size:13px}@keyframes item-query-spin{to{transform:rotate(360deg)}}@media (width<=760px){.item-query-search-card{grid-template-columns:1fr;align-items:stretch}.item-query-input-row{flex-direction:column}.item-query-input-row button{width:100%}.item-query-details{grid-template-columns:1fr;gap:18px}.item-query-result-heading,.item-query-image-heading{flex-direction:column;align-items:flex-start}.item-query-image-frame{min-height:260px}}@media (prefers-reduced-motion:reduce){.item-query-spinner,.item-query-loader{animation-duration:1.6s}}
