:root{--accent:#0f6e56;--accent-hover:#0a5a45;--bg-primary:#ffffff;--bg-secondary:#f9fafb;--bg-sidebar:#f3f4f6;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--border:#e5e7eb;--border-strong:#d1d5db;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--sidebar-width:260px;--topbar-height:52px;--mobile-nav-height:56px;--transition:150ms ease;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.07),0 2px 4px -2px rgb(0 0 0/0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.08),0 4px 6px -4px rgb(0 0 0/0.05)}@media (prefers-color-scheme:dark){:root{--bg-primary:#111111;--bg-secondary:#1a1a1a;--bg-sidebar:#141414;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-tertiary:#6b7280;--border:#27272a;--border-strong:#3f3f46;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.3);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.4),0 2px 4px -2px rgb(0 0 0/0.3);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.5),0 4px 6px -4px rgb(0 0 0/0.4)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border-width:0}.truncate,.visually-hidden{overflow:hidden;white-space:nowrap}.truncate{text-overflow:ellipsis}@media (min-width:769px){.mobile-only{display:none!important}}@media (max-width:768px){[data-sidebar-desktop]{display:none!important}.mobile-only,nav[aria-label="Main navigation"]{display:flex!important}.with-bottom-nav{padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px))!important}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes typing-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.typing-dot,span[class*=typingDots]>span{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--text-tertiary);animation:typing-bounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2),span[class*=typingDots]>span:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3),span[class*=typingDots]>span:nth-child(3){animation-delay:.4s}@media (max-width:768px){.with-bottom-nav{padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px))}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}