:root{--color-primary: #0066CC;--color-primary-dark: #004C99;--color-primary-light: #E8F2FF;--color-success: #00A86B;--color-warning: #F59E0B;--color-danger: #DC2626;--color-background: #F7F9FC;--color-surface: #FFFFFF;--color-border: #E2E8F0;--color-text-primary: #0F172A;--color-text-secondary: #64748B;--color-text-muted: #94A3B8;--color-accent-teal: #0891B2;--font-body: "Inter", sans-serif;--font-heading: "DM Sans", sans-serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--shadow-card: 0 2px 8px rgba(0, 102, 204, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}*{transition:all .2s ease;font-family:var(--font-body)}input[type=range],input[type=range]::-webkit-slider-thumb{transition:none!important}body{margin:0;background-color:var(--color-background);background-image:radial-gradient(#CBD5E1 1.2px,transparent 1.2px);background-size:24px 24px;color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--color-text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.ripple-btn{position:relative;overflow:hidden}.ripple-btn:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.35) 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .4s,opacity .8s}.ripple-btn:active:after{transform:scale(0);opacity:.35;transition:0s}button,.ripple-btn{transition:transform .1s cubic-bezier(.4,0,.2,1)}button:active:not(:disabled),.ripple-btn:active:not(:disabled){transform:scale(.97)!important}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite linear}.animate-shimmer-dark{background:linear-gradient(90deg,#0d1f35 25%,#1a304d,#0d1f35 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite linear}*:focus-visible{outline:3px solid var(--color-accent-teal)!important;outline-offset:3px!important}body.high-contrast{background-color:#000!important;background-image:none!important;color:#fff!important}body.high-contrast,body.high-contrast *{background-color:#000!important;background-image:none!important;color:#fff!important;text-shadow:none!important;box-shadow:none!important;border-color:#fff!important}body.high-contrast div,body.high-contrast section,body.high-contrast aside,body.high-contrast main,body.high-contrast header,body.high-contrast footer,body.high-contrast nav,body.high-contrast input,body.high-contrast select,body.high-contrast button,body.high-contrast span.token-badge,body.high-contrast a,body.high-contrast table,body.high-contrast th,body.high-contrast td{border-color:#fff!important}body.high-contrast input,body.high-contrast select,body.high-contrast textarea{border:2px solid #FFFFFF!important;background-color:#000!important;color:#fff!important}body.high-contrast button,body.high-contrast a{border:2px solid #FFFFFF!important;background-color:#000!important;color:#fff!important;text-decoration:underline!important}body.high-contrast button:hover,body.high-contrast button:focus,body.high-contrast a:hover,body.high-contrast a:focus{background-color:#fff!important;color:#000!important;text-decoration:none!important}body.high-contrast button:hover *,body.high-contrast button:focus *,body.high-contrast a:hover *,body.high-contrast a:focus *{background-color:#fff!important;color:#000!important}body.high-contrast svg{stroke:#fff!important;fill:none!important}body.high-contrast svg.fill-current{fill:#fff!important;stroke:none!important}body.high-contrast button:hover svg,body.high-contrast button:focus svg,body.high-contrast a:hover svg,body.high-contrast a:focus svg{stroke:#000!important;fill:none!important}body.high-contrast button:hover svg.fill-current,body.high-contrast button:focus svg.fill-current,body.high-contrast a:hover svg.fill-current,body.high-contrast a:focus svg.fill-current{fill:#000!important;stroke:none!important}body.high-contrast *:focus-visible{outline:4px solid #00FFFF!important;outline-offset:4px!important}input:focus,select:focus,textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 3.5px #0066cc38!important;outline:none!important}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
