:root{--bg:#242627;--bg-soft:#282a2b;--surface:#2b2d2e;--surface-2:#303233;--surface-3:#363839;--surface-hover:#323536;--border:#454849;--border-soft:#36393a;--text:#f0efeb;--text-soft:#c8c7c1;--muted:#969793;--muted-2:#747774;--accent:#385748;--accent-strong:#3e594a;--accent-soft:#2f453a;--link:#8cb7a0;--danger:#d66c68;--warning:#d2ac55;--success:#69c98e;--header-height:54px;--content-width:1200px;--radius-sm:3px;--radius-md:5px;--shadow-soft:0 10px 26px rgb(0 0 0/0.16)}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:Trebuchet MS,Trebuchet,Segoe UI,Arial,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}::selection{background:var(--accent-strong);color:white}.pageShell{width:min(calc(100% - 40px),var(--content-width));margin:0 auto}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:700px){.pageShell{width:min(calc(100% - 24px),var(--content-width))}}