:root{--background:#09090b;--foreground:#fff;--card:#ffffff08;--card-foreground:#fff;--popover:#09090b;--popover-foreground:#fff;--primary:#ffc700;--primary-foreground:#000;--secondary:#ffffff1a;--secondary-foreground:#fff;--muted:#ffffff0d;--muted-foreground:#a1a1aa;--accent:#ffffff1a;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--border:#ffffff14;--input:#ffffff14;--ring:#ffc700;--radius-xl:1.5rem;--radius-lg:.75rem;--radius-md:.5rem;--radius-sm:.25rem}*{box-sizing:border-box;border-color:var(--border);border-color:var(--border);margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}h1,h2,h3,h4,button,label{font-weight:var(--font-weight-medium);line-height:1.2}h1{font-size:var(--text-2xl);margin-bottom:1rem}h2{font-size:var(--text-xl);margin-bottom:.75rem}h3{font-size:var(--text-lg);margin-bottom:.5rem}h4,p,label,button,input{font-size:var(--text-base)}p{margin-bottom:1rem}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}
