:root{--background: #2b2b31;--foreground: #ececf2;--card: #313139;--card-foreground: #ececf2;--primary: #7b7b8f;--primary-foreground: #f5f5ff;--secondary: #3b3b44;--secondary-foreground: #ececf2;--muted: #3b3b44;--muted-foreground: #aaaab8;--accent: #6c6c7c;--accent-foreground: #ffffff;--destructive: #a74b5a;--destructive-foreground: #ffffff;--border: #4a4a56;--input: #2f2f37;--ring: #7b7b8f;--surface-glass: rgba(43, 43, 49, .72);--surface-glass-soft: rgba(43, 43, 49, .64);--surface-tint-gradient: linear-gradient( 180deg, rgba(123, 123, 143, .09), rgba(43, 43, 49, .35) );--surface-hover: rgba(49, 49, 57, .8);--surface-focus: rgba(54, 54, 63, .88);--surface-raised: #3b3b44;--border-hover: #5d5d6b;--border-strong: #6c6c7c;--ring-soft: rgba(123, 123, 143, .25);--glass-panel: rgba(43, 43, 49, .45);--glass-border: rgba(255, 255, 255, .14);--shadow-elevated: 0 4px 20px rgba(0, 0, 0, .25);--shadow-panel: 0 12px 26px rgba(0, 0, 0, .22);--shadow-lifted: 0 20px 36px rgba(0, 0, 0, .28);--glass-blur-soft: 6px;--glass-blur: 8px;--glass-blur-strong: 10px;--radius: .625rem}html{scrollbar-gutter:stable;background-image:url(/bg-pattern.svg);background-attachment:fixed}body{background-image:url(/bg-pattern.svg);background-attachment:fixed}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-glass)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--surface-glass);border-radius:9999px}*::-webkit-scrollbar-thumb{background:var(--surface-tint-gradient),var(--border-strong);border-radius:9999px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--surface-tint-gradient),var(--primary);background-clip:content-box}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:anywhere}.notFoundLink{color:var(--primary);text-decoration:none}.notFoundLink:hover{text-decoration:underline}
