:root{--background:#1F1F1F;--foreground:#F7F7F7;--card:#2E2E2E;--card-foreground:#F7F7F7;--popover:#2E2E2E;--popover-foreground:#F7F7F7;--primary:#10B981;--primary-foreground:0 0% 98%;--primary-hover:#059669;--primary-alpha:rgba(16,185,129,0.1);--secondary:#2E2E2E;--secondary-foreground:#F7F7F7;--muted:#2E2E2E;--muted-foreground:#A0A0A0;--accent:#10B981;--accent-foreground:#FFFFFF;--destructive:#E5484D;--destructive-foreground:#FFFFFF;--border:#2E2E2E;--input:#2E2E2E;--ring:#10B981;--spacing-1:8px;--spacing-2:16px;--spacing-3:24px;--spacing-4:32px;--spacing-5:40px;--spacing-6:48px;--spacing-8:64px;--radius:8px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--z-index-sticky:10;--z-index-header:20;--z-index-sidebar:30;--z-index-modal:40;--z-index-popover:50}.light{--background:#F7F7F7;--foreground:#1F1F1F;--card:#FFFFFF;--card-foreground:#1F1F1F;--popover:#FFFFFF;--popover-foreground:#1F1F1F;--primary:#10B981;--primary-foreground:0 0% 98%;--primary-hover:#059669;--primary-alpha:rgba(16,185,129,0.1);--secondary:#F0F0F0;--secondary-foreground:#1F1F1F;--muted:#F0F0F0;--muted-foreground:#505050;--accent:#10B981;--accent-foreground:#FFFFFF;--destructive:#E5484D;--destructive-foreground:#FFFFFF;--border:#E0E0E0;--input:#E0E0E0;--ring:#10B981}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--primary);text-decoration:none;transition:all .15s ease-in-out}a:hover{text-decoration:underline;opacity:.9}button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;background:none;color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}button{cursor:pointer}input,textarea{width:100%;padding:8px 16px;border:1px solid var(--border);border-radius:8px;background-color:var(--input);transition:all .15s ease-in-out}input:focus,textarea:focus{outline:none;border-color:var(--ring)}textarea{resize:vertical;min-height:80px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--card);border-radius:8px;border:2px solid var(--background)}::-webkit-scrollbar-thumb:hover{background:var(--secondary-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}