:root{--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--border: oklch(.922 0 0);--ring: oklch(.708 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--destructive: oklch(.577 .245 27.325);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .625rem;--radius-xl: .875rem;color-scheme:light dark;font-family:Plus Jakarta Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--border: oklch(1 0 0 / 10%);--ring: oklch(.556 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--destructive: oklch(.704 .191 22.216)}*{transition:background-color .2s ease,border-color .2s ease}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh;background:var(--background);color:var(--foreground)}#theme-toggle{position:fixed;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-lg);border:none;background:transparent;color:var(--foreground);cursor:pointer}#theme-toggle:hover{background:var(--muted)}#theme-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklch,var(--ring) 50%,transparent)}#theme-toggle #icon-moon{display:none}:root[data-theme=dark] #theme-toggle #icon-sun{display:none}:root[data-theme=dark] #theme-toggle #icon-moon{display:block}h1{font-size:1.25rem;font-weight:600;line-height:1.25;margin:0 0 24px;text-align:center}form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:40px;margin:32px auto;width:420px;max-width:calc(100vw - 32px);box-sizing:border-box}form div{display:flex;flex-direction:column;margin-bottom:12px}form label{color:var(--foreground);font-size:.75rem;font-weight:500;line-height:1.4;letter-spacing:.01em;margin-bottom:6px}form input[type=text],form select{width:100%;box-sizing:border-box;height:36px;padding:0 12px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--background);color:var(--foreground);font-size:.875rem;font-family:inherit}form input[type=text]::placeholder{color:var(--muted-foreground)}form input:focus,form select:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklch,var(--ring) 50%,transparent)}form button{margin-top:12px;width:100%;box-sizing:border-box;height:36px;border-radius:var(--radius-lg);border:none;background:var(--primary);color:var(--primary-foreground);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s ease,transform .2s ease}form button:hover{background:color-mix(in oklch,var(--primary) 85%,var(--background))}form button:active{transform:translateY(1px)}form button:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklch,var(--ring) 50%,transparent)}
