:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e4e4e7;background-color:#09090b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:#fafafa}button{border-radius:6px;border:1px solid #27272a;padding:.6em 1.2em;font-size:.95em;font-weight:500;font-family:inherit;background-color:#18181b;color:#e4e4e7;cursor:pointer;transition:all .15s ease}button:hover{background-color:#27272a;border-color:#3f3f46}button:active{transform:translateY(1px)}button:focus,button:focus-visible{outline:2px solid #6366f1;outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background-color:#6366f1;color:#fff;border-color:#6366f1}button.primary:hover{background-color:#4f46e5;border-color:#4f46e5}button.danger{background-color:#dc2626;color:#fff;border-color:#dc2626}button.danger:hover{background-color:#b91c1c;border-color:#b91c1c}button.ghost{background-color:transparent;border-color:transparent;color:#a1a1aa}button.ghost:hover{background-color:#18181b;border-color:#27272a;color:#e4e4e7}input,textarea,select{font-family:inherit;font-size:.95em;padding:.6em .9em;border:1px solid #27272a;border-radius:6px;background:#18181b;color:#e4e4e7;transition:all .15s ease}input.switch{appearance:none;width:44px;height:24px;border-radius:999px;border:1px solid #27272a;background:#09090b;position:relative;cursor:pointer;transition:all .15s ease;padding:0}input.switch:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:#a1a1aa;transition:all .15s ease}input.switch:checked{background:#6366f159;border-color:#6366f1}input.switch:checked:before{transform:translate(20px);background:#e4e4e7}input.switch:focus-visible{outline:2px solid #6366f1;outline-offset:2px}input:focus,textarea:focus,select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}input::placeholder,textarea::placeholder{color:#52525b}a{color:#6366f1;text-decoration:none;transition:color .15s ease}a:hover{color:#818cf8;text-decoration:underline}code{background:#18181b;border:1px solid #27272a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#a1a1aa}
