@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--primary:#d88a2d;--primary-hover:#bc6e24;--primary-dark:#a05a10;--primary-light:#d88a2d1f;--dark:#203040;--light-bg:#faf9f7;--medium-bg:#f4eedf;--color-background-primary:#fff;--color-background-secondary:#faf9f7;--color-background-tertiary:#f4eedf;--color-text-primary:#203040;--color-text-secondary:#6b7584;--color-text-tertiary:#9da8b4;--color-border-primary:#c8b99a;--color-border-secondary:#ddd3c0;--color-border-tertiary:#eae3d6;--sidebar-bg:#203040;--sidebar-bg-hover:#ffffff0d;--sidebar-border:#ffffff12;--sidebar-text:#fff9;--sidebar-text-active:#d88a2d;--sidebar-active-bg:#d88a2d29;--shadow-xs:0 1px 2px #2030400d;--shadow-sm:0 1px 3px #20304014, 0 1px 2px #2030400a;--shadow-md:0 4px 12px #2030401a, 0 1px 4px #2030400f;--shadow-lg:0 8px 24px #2030401f, 0 2px 6px #2030400f;color:var(--color-text-primary);background:var(--color-background-tertiary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--color-background-primary:#1e2a38;--color-background-secondary:#243346;--color-background-tertiary:#192230;--color-text-primary:#ebe8e2;--color-text-secondary:#8a9baa;--color-text-tertiary:#556070;--color-border-primary:#3a4e64;--color-border-secondary:#2e4054;--color-border-tertiary:#243347;--sidebar-bg:#111c28;--sidebar-border:#ffffff0d}}*,:before,:after{box-sizing:border-box}body,p{margin:0}h1,h2,h3,h4{color:var(--color-text-primary);margin:0;font-family:Montserrat,system-ui,sans-serif;font-weight:700;line-height:1.3}#root{text-align:left;width:100%;max-width:100%;min-height:100svh}button{cursor:pointer;font-family:Montserrat,system-ui,sans-serif}input,select,textarea{font-family:Montserrat,system-ui,sans-serif;font-size:13px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-primary)}.sidebar-nav-btn{width:100%;color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-family:Montserrat,system-ui,sans-serif;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex;position:relative}.sidebar-nav-btn:hover{background:var(--sidebar-bg-hover);color:#ffffffe0}.sidebar-nav-btn.active{background:var(--sidebar-active-bg);color:var(--sidebar-text-active);font-weight:700}.sidebar-nav-btn.active:before{content:"";background:var(--primary);border-radius:0 3px 3px 0;width:3px;position:absolute;top:4px;bottom:4px;left:0}@media (width<=599px){.main-scroll{padding-bottom:80px!important}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
