:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #e94560;--secondary: #16213e;--accent: #0f3460;--text: #ffffff;--surface: rgba(255, 255, 255, .05)}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100dvh;justify-content:center;background:radial-gradient(circle at center,#1a1a2e,#0f0f1a);position:relative;overscroll-behavior:none}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary);color:#fff;cursor:pointer;transition:border-color .25s,transform .1s}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e9456066}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{background:var(--surface);border:1px solid rgba(255,255,255,.1);padding:10px;border-radius:8px;color:#fff;font-size:1rem;margin-bottom:1rem;width:100%;max-width:300px}h1{font-size:clamp(2.5rem,8vw,3.2rem);line-height:1.1;margin-bottom:1rem;background:-webkit-linear-gradient(45deg,#e94560,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h2{margin-bottom:1rem}.card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(1rem,5vw,2rem);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;max-width:600px;margin:0 auto;width:100%}@media(max-width:480px){h1{margin-top:.5rem;margin-bottom:.5rem;font-size:clamp(1.8rem,8vw,2.2rem)}.card{padding:1rem}input,select{font-size:16px;margin-bottom:.8rem}img{width:100px!important;margin-bottom:.5rem!important}}.reveal-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 15px #fffc;border:2px solid var(--primary)}.reveal-slider::-moz-range-thumb{width:28px;height:28px;background:#fff;border-radius:50%;cursor:pointer;border:2px solid var(--primary);box-shadow:0 0 15px #fffc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
