*{margin:0;padding:0;box-sizing:border-box}:root{--color-background-primary:#fff;--color-background-secondary:#f8f7f4;--color-background-tertiary:#f1efe8;--color-background-info:#e6f1fb;--color-background-success:#eaf3de;--color-background-warning:#faeeda;--color-background-danger:#fcebeb;--color-text-primary:#2c2c2a;--color-text-secondary:#5f5e5a;--color-text-tertiary:#888780;--color-text-info:#185fa5;--color-text-success:#3b6d11;--color-text-warning:#854f0b;--color-text-danger:#a32d2d;--color-border-tertiary:rgba(44,44,42,.15);--color-border-secondary:rgba(44,44,42,.3);--color-border-primary:rgba(44,44,42,.4);--color-border-info:#85b7eb;--color-border-success:#97c459;--color-border-warning:#ef9f27;--color-border-danger:#f09595;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:Georgia,"Times New Roman",serif;--font-mono:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace}@media (prefers-color-scheme:dark){:root{--color-background-primary:#1a1a19;--color-background-secondary:#2c2c2a;--color-background-tertiary:#3a3a37;--color-background-info:#0c447c;--color-background-success:#27500a;--color-background-warning:#633806;--color-background-danger:#791f1f;--color-text-primary:#f1efe8;--color-text-secondary:#d3d1c7;--color-text-tertiary:#b4b2a9;--color-text-info:#b5d4f4;--color-text-success:#c0dd97;--color-text-warning:#fac775;--color-text-danger:#f7c1c1;--color-border-tertiary:hsla(47,24%,93%,.15);--color-border-secondary:hsla(47,24%,93%,.3);--color-border-primary:hsla(47,24%,93%,.4);--color-border-info:#378add;--color-border-success:#639922;--color-border-warning:#ba7517;--color-border-danger:#e24b4a}}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;background:var(--color-background-tertiary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.3}h1{font-size:22px}h2{font-size:18px}h3{font-size:16px}input[type=email],input[type=number],input[type=text],select,textarea{width:100%;height:36px;padding:0 12px;font-family:var(--font-sans);font-size:14px;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);outline:none;transition:border-color .2s,box-shadow .2s}input[type=email]:hover,input[type=number]:hover,input[type=text]:hover,select:hover,textarea:hover{border-color:var(--color-border-secondary)}input[type=email]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:var(--color-border-info);box-shadow:0 0 0 3px rgba(53,138,221,.1)}textarea{height:auto;padding:8px 12px;resize:vertical}button{height:36px;padding:0 16px;font-family:var(--font-sans);font-size:14px;font-weight:400;color:var(--color-text-primary);background:transparent;border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);cursor:pointer;outline:none;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:6px}button:hover{background:var(--color-background-secondary);border-color:var(--color-border-primary)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}input[type=range]{width:100%;height:4px;background:var(--color-border-tertiary);border:none;border-radius:2px;outline:none;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--color-background-primary);border:1px solid var(--color-border-secondary);border-radius:50%;cursor:pointer}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:var(--color-background-primary);border:1px solid var(--color-border-secondary);border-radius:50%;cursor:pointer}a{color:var(--color-text-info);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-width:0}