:root{--font-body:"Avenir Next","Segoe UI","Helvetica Neue",sans-serif;--font-head:"Trebuchet MS","Avenir Next",sans-serif;--surface-bg:#f6f8fc;--ink:#1e2430;--primary-accent:#0f7cfe;--secondary-accent:#16a085;--toast-success:#1ea97c;--toast-danger:#d64545;--toast-warning:#f59f00;--toast-info:#0f7cfe}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-body),sans-serif;color:var(--ink);background:radial-gradient(circle at top right,#dff0ff 0,transparent 35%),radial-gradient(circle at 10% 10%,#d8f3e8 0,transparent 30%),var(--surface-bg)}.brand-font,h1,h2,h3,h4,h5,h6{font-family:var(--font-head),sans-serif}a{color:inherit}.brand-logo{display:block;max-width:100%;height:auto}.hero-gradient{background:linear-gradient(135deg,rgba(15,124,254,.12),rgba(22,160,133,.08));border:1px solid rgba(15,124,254,.12);border-radius:1.25rem}.card-float{animation:riseIn .42s ease}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pricing-card{border:1px solid rgba(30,36,48,.08);border-radius:1rem;transition:transform .18s ease,box-shadow .18s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 18px 28px rgba(16,23,36,.08)}.cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:480px;background:#fff;border:1px solid rgba(30,36,48,.1);border-radius:.85rem;padding:1rem;z-index:1500}.toast-modern{background-color:#fff;border:1px solid rgba(30,36,48,.12);border-left:6px solid var(--toast-color);border-radius:.75rem;min-width:320px;cursor:pointer}.bg-soft{background:var(--surface-bg)}.dabo-root{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.dabo-sidebar{background:#ffffff;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.dabo-main{min-width:0}.dabo-topbar{height:74px;z-index:1030}.dabo-nav-link{display:block;text-decoration:none;color:#4e5667;padding:.6rem .9rem;border-radius:.7rem;margin-bottom:.35rem;transition:all .18s ease}.dabo-nav-link:hover{background-color:rgba(15,124,254,.08);color:#0f7cfe}.dabo-nav-link.active{background-color:rgba(15,124,254,.14);color:#0f7cfe;font-weight:700}.bug-report-trigger{width:30px;height:30px;border-radius:999px;display:inline-flex;font-size:.78rem;box-shadow:0 5px 10px rgba(214,69,69,.16);padding:0}.bug-report-overlay,.bug-report-trigger{align-items:center;justify-content:center}.bug-report-overlay{position:fixed;inset:0;z-index:2300;background:rgba(17,24,39,.48);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;padding:1rem}.bug-report-card{width:min(680px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border:1px solid rgba(30,36,48,.15);border-radius:1rem;box-shadow:0 24px 52px rgba(10,16,26,.26);padding:1.1rem 1.1rem 1rem}.bug-report-floating{position:fixed;right:1rem;bottom:1rem;z-index:1045}.metric-card{background:#fff;border-radius:.9rem;border:1px solid rgba(30,36,48,.08)}.table.table-hover tbody tr>*{transition:background-color .14s ease}.table.table-hover tbody tr:hover>*{background-color:rgba(15,124,254,.1)!important}.table.table-hover tbody tr:focus-within>*{background-color:rgba(15,124,254,.1)!important}.table.table-hover tbody tr[role=button]{cursor:pointer}.system-dialog-overlay{position:fixed;inset:0;z-index:2200;padding:1rem;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.48);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:systemDialogFadeIn .18s ease}.system-dialog-card{width:min(560px,100%);border-radius:1rem;overflow:hidden;background:#fff;border:1px solid rgba(30,36,48,.14);box-shadow:0 24px 42px rgba(0,0,0,.22);animation:systemDialogPopIn .22s ease}.system-dialog-accent{height:8px;width:100%}.system-dialog-accent-danger{background:linear-gradient(90deg,#d64545,#e35d5d)}.system-dialog-accent-warning{background:linear-gradient(90deg,#f59f00,#f7b538)}.system-dialog-accent-info{background:linear-gradient(90deg,#0f7cfe,#3d8cff)}@keyframes systemDialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes systemDialogPopIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:991px){.dabo-root{grid-template-columns:1fr}.dabo-sidebar{height:auto}.dabo-sidebar,.dabo-topbar{position:static}.dabo-sidebar .bug-report-trigger{position:fixed;right:1rem;bottom:1rem;z-index:1045}.bug-report-floating{right:.75rem;bottom:.75rem}}