:root{--sidebar-bg:#1d2433;--header-bg:#283246;--accent:#2f6aff;--text-on-dark:#cad2e0;--text-on-accent:#ffffff;--main-bg:#ffffff;--text-on-light:#545c6a;--search-bg:#e0e6f1;--border:#bbc2d1;--teal:#4ac5c7}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-on-light);background:var(--main-bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}