:root{--brand-primary: #185FA5;--brand-pink: #D4537E;--brand-yellow: #EF9F27;--brand-purple: #534AB7;--bg-primary: #FFFFFF;--bg-secondary: #F7F7F5;--bg-tertiary: #EFEEE9;--bg-hover: #F5F5F2;--bg-info: #E6F1FB;--bg-success: #EAF3DE;--bg-warning: #FAEEDA;--bg-danger: #FCEBEB;--text-primary: #222222;--text-secondary: #5F5E5A;--text-tertiary: #888780;--text-on-color: #FFFFFF;--text-info: #0C447C;--text-success: #27500A;--text-warning: #854F0B;--text-danger: #791F1F;--border-light: rgba(0, 0, 0, .06);--border-medium: rgba(0, 0, 0, .12);--border-strong: rgba(0, 0, 0, .2);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: Menlo, Monaco, Consolas, "Courier New", monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .08);--sidebar-width: 240px;--sidebar-width-mobile: 280px;--topbar-height: 56px;--z-sidebar: 50;--z-overlay: 90;--z-modal: 100;--z-toast: 110;--breakpoint-mobile: 768px}[data-theme=dark]{--bg-primary: #1c1c1c;--bg-secondary: #161616;--bg-tertiary: #252525;--bg-hover: #2a2a2a;--bg-info: #0E2A47;--bg-success: #1A3508;--bg-warning: #3D2606;--bg-danger: #3A0F0F;--text-primary: #E8E8E8;--text-secondary: #B0B0B0;--text-tertiary: #808080;--text-on-color: #FFFFFF;--text-info: #85B7EB;--text-success: #97C459;--text-warning: #EF9F27;--text-danger: #F09595;--border-light: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .15);--border-strong: rgba(255, 255, 255, .25);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 2px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .5)}html,body,*{transition:background-color .15s ease,border-color .15s ease,color .15s ease}input,textarea,button,select{transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary);font-size:14px;line-height:1.5}h1,h2,h3,h4{font-style:italic;font-weight:500;margin:0;color:var(--text-primary)}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}button:disabled,input:disabled{opacity:.5;cursor:not-allowed}a{color:var(--brand-primary);text-decoration:none}a:hover{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}
