@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");:root{--color-primary:#000;--color-secondary:#6b7280;--color-background:#fff;--color-text:#000;--color-text-secondary:#6b7280}[data-theme=dark]{--color-primary:#fff;--color-secondary:#aaa;--color-background:#0f0f0f;--color-text:#fff;--color-text-secondary:#aaa;--color-sidebar-bg:#212121;--color-header-bg:#212121;--color-card-bg:#181818;--color-hover:#303030;--color-border:#303030;--color-red:red}[data-theme=light]{--color-primary:#000;--color-secondary:#606060;--color-background:#fff;--color-text:#030303;--color-text-secondary:#606060;--color-sidebar-bg:#fff;--color-header-bg:#fff;--color-card-bg:#fff;--color-hover:#f2f2f2;--color-border:#e5e5e5;--color-red:red}:root{--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Roboto,sans-serif;color:var(--color-text);background-color:var(--color-background)}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}