*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #0b0b14;--bg-surface: #13131f;--bg-card: #1c1c2e;--accent: #7c3aed;--accent-dim: #5b21b6;--accent-glow:#a855f7;--text-primary: #f1f0ff;--text-secondary: #9ca3c8;--text-muted: #5c6080;--green: #22c55e;--red: #ef4444;--yellow: #eab308;--border: rgba(124, 58, 237, .2)}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--bg-base);color:var(--text-primary);line-height:1.6;min-height:100vh}a{color:var(--accent-glow);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.public-layout{display:flex;flex-direction:column;min-height:100vh}.public-header{position:sticky;top:0;z-index:100;background:#0b0b14d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.public-nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:.85rem 1.5rem}.nav-logo{font-weight:700;font-size:1.1rem;color:#fff;text-decoration:none}.nav-logo-ai{color:#f02}.nav-logo:hover{text-decoration:none;opacity:.85}.nav-links{display:flex;flex-direction:row;align-items:center;list-style:none;gap:1.5rem;margin:0;padding:0}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-primary);text-decoration:none}.nav-link--active{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px}.hamburger-btn{display:none;background:transparent;border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;padding:.35rem .6rem;font-size:1.1rem;cursor:pointer;transition:color .2s,border-color .2s}.hamburger-btn:hover{color:var(--text-primary);border-color:var(--accent)}.docs-dropdown{position:relative}.docs-dropdown__trigger{background:transparent;border:none;padding:0;cursor:pointer;font-family:inherit}.docs-dropdown--active .docs-dropdown__trigger{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px}.docs-flyout{position:absolute;top:calc(100% + .5rem);left:0;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:.4rem 0;min-width:200px;list-style:none;margin:0;z-index:150;box-shadow:0 4px 20px #0006}.docs-flyout .nav-link{display:block;padding:.45rem 1rem;border-radius:0}.docs-flyout .nav-link:hover{background:#ffffff0f}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:190}.mobile-drawer{position:fixed;top:0;right:0;height:100%;width:280px;background:var(--bg-surface);border-left:1px solid var(--border);z-index:200;display:flex;flex-direction:column;padding:1.5rem 1.25rem;gap:.25rem;transform:translate(100%);transition:transform .25s ease}.mobile-drawer--open{transform:translate(0)}.public-main{flex:1}.public-footer{border-top:1px solid var(--border);padding:1.25rem 1.5rem;background:var(--bg-surface)}.public-footer nav{display:flex;flex-direction:row;justify-content:center;gap:1.5rem;flex-wrap:wrap}.public-footer nav a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.public-footer nav a:hover{color:var(--text-secondary)}.app{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;overflow:hidden;padding:6rem 1.5rem 5rem;text-align:center;background:linear-gradient(160deg,#0b0b14,#13101f 60%,#0b0b14)}.hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(124,58,237,.22) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;max-width:680px;margin:0 auto}.logo{font-size:3.5rem;line-height:1;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(168,85,247,.6))}.hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#f1f0ff 30%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.tagline{font-size:1.1rem;color:var(--text-secondary);max-width:480px;margin:0 auto 2rem}.hero-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.home-hero{position:relative;overflow:hidden;padding:6rem 1.5rem 5rem;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(124,58,237,.18) 0%,transparent 70%),linear-gradient(160deg,#0b0b14,#13101f 60%,#0b0b14)}.hero-content{position:relative;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hero-tagline{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;background:linear-gradient(135deg,#f1f0ff 30%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.hero-description{font-size:1.1rem;color:var(--text-secondary);max-width:520px;margin:0;line-height:1.7}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1.4rem;border-radius:9999px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.btn:hover{text-decoration:none}.btn:focus-visible{outline:2px solid var(--accent-glow);outline-offset:2px}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-glow);border-color:var(--accent-glow);box-shadow:0 4px 16px #7c3aed66;color:#fff}.btn-secondary{background:transparent;border-color:var(--accent);color:var(--accent-glow)}.btn-secondary:hover{background:#7c3aed1f;color:var(--accent-glow)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text-secondary)}.btn-ghost:hover{border-color:var(--accent);color:var(--text-primary)}.status-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;border-radius:9999px;font-size:.85rem;font-weight:600;border:1px solid transparent}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-green{background:#22c55e26;border-color:#22c55e66;color:#4ade80}.status-green .status-dot{background:#22c55e;box-shadow:0 0 6px #22c55e;animation:pulse-green 2s infinite}.status-red{background:#ef444426;border-color:#ef444466;color:#f87171}.status-red .status-dot{background:#ef4444}.status-yellow{background:#eab30826;border-color:#eab30866;color:#facc15}.status-yellow .status-dot{background:#eab308;animation:pulse-yellow 1s infinite}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.4}}@keyframes pulse-yellow{0%,to{opacity:1}50%{opacity:.3}}.skeleton{display:inline-block;background:linear-gradient(90deg,var(--bg-card) 25%,rgba(124,58,237,.08) 50%,var(--bg-card) 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.4s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.stats-section{padding:2.5rem 1.5rem;background:var(--bg-surface);border-bottom:1px solid var(--border)}.stats-block{display:flex;flex-direction:row;justify-content:center;gap:4rem;max-width:600px;margin:0 auto}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.3rem}.stat-value{font-size:2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;min-height:2.4rem;display:flex;align-items:center}.stat-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.section{padding:5rem 1.5rem}.section--dark{background:var(--bg-surface)}.container{max-width:900px;margin:0 auto}.section-title{font-size:1.6rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.section-sub{color:var(--text-secondary);margin-bottom:1.75rem}.how-it-works{padding:5rem 1.5rem;background:var(--bg-base)}.how-it-works>h2{font-size:1.8rem;font-weight:700;text-align:center;letter-spacing:-.02em;margin-bottom:3rem}.how-it-works-steps{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin:0 auto}.step{display:flex;flex-direction:row;align-items:flex-start;gap:1.25rem}.step-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;min-width:2.5rem;border-radius:50%;border:2px solid var(--accent);color:var(--accent-glow);font-weight:700;font-size:1rem;flex-shrink:0}.step-content{display:flex;flex-direction:column;gap:.35rem;padding-top:.35rem}.step-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.step-description{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.badge{display:inline-block;padding:.15rem .55rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge--recommended{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.badge--optional{background:#5c608033;color:var(--text-muted);border:1px solid rgba(92,96,128,.3)}.features-section{padding:5rem 1.5rem;background:var(--bg-surface)}.features-section>h2{font-size:1.8rem;font-weight:700;text-align:center;letter-spacing:-.02em;margin-bottom:2.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;max-width:960px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:2rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--accent);box-shadow:0 4px 20px #7c3aed26}.feature-icon{font-size:1.6rem;display:block;margin-bottom:.75rem}.feature-card h3{font-size:1rem;margin-bottom:.4rem}.feature-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.feature-title{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:var(--text-primary)}.feature-description{font-size:.875rem;color:var(--text-secondary);line-height:1.55}.flow{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-top:2.5rem;gap:.5rem}.flow-node{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.5rem 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;min-width:140px;text-align:center}.flow-node--accent{border-color:var(--accent);background:#7c3aed1f;box-shadow:0 0 24px #7c3aed33}.flow-icon{font-size:1.8rem}.flow-node strong{font-size:.95rem}.flow-node small{font-size:.75rem;color:var(--text-muted)}.flow-arrow{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:var(--text-muted);font-size:.7rem;min-width:80px;text-align:center}.arrow-line{font-size:1.4rem;color:var(--accent-glow);opacity:.7}.endpoint-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.endpoint-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.endpoint-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;min-width:120px;flex-shrink:0}.endpoint-value{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.endpoint-value code{font-size:.9rem;color:var(--accent-glow);word-break:break-all}.auth-toggle{display:flex;gap:.4rem}.auth-btn{padding:.25rem .7rem;border-radius:9999px;font-size:.8rem;font-weight:500;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.auth-btn:hover{color:var(--text-primary);border-color:var(--accent)}.auth-btn--active{background:#7c3aed33;border-color:var(--accent);color:var(--accent-glow)}.auth-note{margin-bottom:1.25rem;font-size:.85rem;color:var(--text-secondary);padding:.75rem 1rem;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:8px}.auth-note code{font-size:.8rem;color:#facc15}.code-block{background:#0d0d1a;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.code-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;background:#7c3aed1a;border-bottom:1px solid var(--border);font-size:.78rem;color:var(--text-muted)}.code-block pre{padding:1.1rem;overflow-x:auto;font-size:.85rem;line-height:1.7;color:var(--text-primary)}.client-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.pill{padding:.3rem .75rem;background:#7c3aed1f;border:1px solid var(--border);border-radius:9999px;font-size:.8rem;color:var(--text-secondary)}.req-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.req-list li{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.req-icon{font-size:1.5rem;flex-shrink:0}.req-list strong{display:block;margin-bottom:.25rem}.req-list p{font-size:.875rem;color:var(--text-secondary)}.req-list code{font-size:.8rem;color:var(--accent-glow)}.footer{margin-top:auto;padding:1.5rem;border-top:1px solid var(--border);background:var(--bg-surface)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.25rem}@media (max-width: 768px){.nav-links{display:none}.hamburger-btn{display:flex}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%;text-align:center;justify-content:center}.stats-block{flex-direction:column;gap:1.75rem}.features-grid{grid-template-columns:1fr}.step{flex-direction:column}.step-number{align-self:flex-start}.flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.endpoint-row{flex-direction:column;align-items:flex-start}.endpoint-label{min-width:unset}}@media (max-width: 375px){.hero-tagline{font-size:1.65rem}.home-hero{padding:4rem 1rem 3.5rem}.how-it-works,.features-section{padding:3.5rem 1rem}.stats-section{padding:2rem 1rem}}body,.public-layout{overflow-x:hidden}@media (max-width: 600px){.flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.endpoint-row{flex-direction:column;align-items:flex-start}.endpoint-label{min-width:unset}}.app-layout{display:flex;min-height:100vh;background:var(--bg-base)}.app-sidebar{width:220px;flex-shrink:0;background:var(--bg-surface);border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column}.app-sidebar nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.app-sidebar .nav-link{display:block;padding:.55rem .85rem;border-radius:8px;font-size:.9rem;transition:background .15s,color .15s}.app-sidebar .nav-link:hover{background:#7c3aed1a;color:var(--text-primary);text-decoration:none}.app-sidebar .nav-link--active{background:#7c3aed2e;color:var(--accent-glow);text-decoration:none}.app-content{flex:1;min-width:0;display:flex;flex-direction:column}.app-topbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:.75rem 1.5rem;background:var(--bg-surface);border-bottom:1px solid var(--border);height:52px}.app-user-email{font-size:.85rem;color:var(--text-secondary)}.app-logout-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.3rem .75rem;font-size:.82rem;cursor:pointer;transition:color .15s,border-color .15s}.app-logout-btn:hover{color:var(--text-primary);border-color:var(--accent)}.app-main{flex:1;padding:2rem;overflow-y:auto}.dashboard{max-width:1100px}.dashboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.dashboard__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.dashboard__kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.dashboard__chart{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.dashboard__endpoint-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.kpi-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s}.kpi-card:hover{border-color:var(--accent)}.kpi-card__label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.kpi-card__value{font-size:1.8rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.kpi-card__skeleton{height:2rem;border-radius:6px;background:linear-gradient(90deg,var(--bg-surface) 25%,rgba(124,58,237,.08) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}.kpi-card__error{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--red)}.kpi-card__error-icon{font-size:1rem}.time-range-selector{display:flex;gap:.35rem}.time-range-selector__btn{background:transparent;border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;padding:.35rem .85rem;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:inherit}.time-range-selector__btn:hover{color:var(--text-primary);border-color:var(--accent)}.time-range-selector__btn--active{background:#7c3aed2e;border-color:var(--accent);color:var(--accent-glow)}.chart-skeleton{height:200px;border-radius:8px;background:linear-gradient(90deg,var(--bg-surface) 25%,rgba(124,58,237,.08) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}.chart-error,.chart-empty{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.chart-error{color:var(--red)}.chart-empty__hint{font-size:.82rem;color:var(--text-muted)}.chart-tooltip{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .85rem}.chart-tooltip__label{font-size:.78rem;color:var(--text-muted);margin-bottom:.2rem}.chart-tooltip__value{font-size:.9rem;font-weight:600;color:var(--text-primary)}.endpoint-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;transition:border-color .2s}.endpoint-card:hover{border-color:var(--accent)}.endpoint-card--skeleton{height:100px;background:linear-gradient(90deg,var(--bg-surface) 25%,rgba(124,58,237,.08) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}.endpoint-card__header{display:flex;align-items:center;gap:.6rem}.endpoint-card__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.endpoint-card__dot--green{background:var(--green);box-shadow:0 0 6px var(--green);animation:pulse-green 2s infinite}.endpoint-card__dot--amber{background:var(--yellow);animation:pulse-yellow 1s infinite}.endpoint-card__dot--grey{background:var(--text-muted)}.endpoint-card__type{font-size:.88rem;font-weight:600;color:var(--text-primary);flex:1}.endpoint-card__status{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.endpoint-card__url{font-size:.82rem;color:var(--accent-glow);font-family:JetBrains Mono,Fira Code,monospace;word-break:break-all}.endpoint-card__last-seen{font-size:.78rem;color:var(--text-muted)}.onboarding-hints{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:.85rem}.onboarding-hints__heading{font-size:1.3rem;font-weight:700;color:var(--text-primary)}.onboarding-hints__body{font-size:.95rem;color:var(--text-secondary);max-width:380px;line-height:1.6}.onboarding-hints__links{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.onboarding-hints__link{display:inline-flex;align-items:center;padding:.5rem 1.1rem;border-radius:9999px;border:1px solid var(--accent);color:var(--accent-glow);font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s}.onboarding-hints__link:hover{background:#7c3aed1f;text-decoration:none}.usage-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}.usage-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.usage-filters label{font-size:.82rem;color:var(--text-secondary);display:flex;align-items:center;gap:.35rem}.usage-input,.usage-select{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);border-radius:6px;padding:.35rem .6rem;font-size:.82rem;font-family:inherit;transition:border-color .15s}.usage-input:focus,.usage-select:focus{outline:none;border-color:var(--accent)}.usage-input::-webkit-calendar-picker-indicator{filter:invert(.7) sepia(1) hue-rotate(220deg) saturate(3)}.usage-select option{background:var(--bg-surface);color:var(--text-primary)}.usage-btn{background:transparent;border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;padding:.35rem .85rem;font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s,color .15s,border-color .15s}.usage-btn:hover{color:var(--text-primary);border-color:var(--accent)}.usage-btn:disabled{opacity:.4;cursor:not-allowed}.usage-error{color:var(--red);font-size:.78rem}.usage-table{width:100%;border-collapse:collapse;font-size:.82rem}.usage-table thead tr{border-bottom:1px solid var(--border)}.usage-table th{padding:.55rem .75rem;text-align:left;font-weight:600;color:var(--text-secondary);white-space:nowrap;-webkit-user-select:none;user-select:none}.usage-table th.sortable{cursor:pointer}.usage-table th.sortable:hover{color:var(--text-primary)}.usage-table__sort-button{all:unset;cursor:pointer;font:inherit;font-weight:600;color:inherit;white-space:nowrap;display:inline-flex;align-items:center}.usage-table__sort-button:focus-visible{outline:2px solid var(--accent-primary, #7c3aed);outline-offset:2px;border-radius:2px}.usage-table td{padding:.55rem .75rem;color:var(--text-primary)}.usage-table tbody tr{border-bottom:1px solid rgba(124,58,237,.08);transition:background .1s}.usage-table tbody tr:hover{background:#7c3aed0f}.usage-table__skeleton-cell{height:.85rem;border-radius:4px;width:80%;background:linear-gradient(90deg,var(--bg-surface) 25%,rgba(124,58,237,.08) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}.usage-pagination{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;justify-content:flex-end;font-size:.82rem;color:var(--text-secondary)}.usage-chart-skeleton{width:100%;height:220px;display:flex;align-items:flex-end;gap:.5rem;padding:0 1rem}.usage-chart-skeleton__bar{flex:1;border-radius:4px;background:linear-gradient(90deg,var(--bg-surface) 25%,rgba(124,58,237,.08) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}@media (max-width: 768px){.app-layout{flex-direction:column}.app-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:.75rem 1rem}.app-sidebar nav ul{flex-direction:row;flex-wrap:wrap;gap:.25rem}.app-main{padding:1.25rem 1rem}.dashboard__kpi-grid{grid-template-columns:1fr 1fr}}
