:root{--lovetc-bg:#1a1426;--lovetc-panel:#241a36;--lovetc-text:#efe7fb;--lovetc-muted:#b6a8d4;--lovetc-accent:#8b5cf6;--lovetc-accent2:#d946a8;--lovetc-font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--lovetc-logo-text:"LOVETC"}.kiosk{background:var(--lovetc-bg);height:100vh;color:var(--lovetc-text);font-family:var(--lovetc-font);overflow:hidden}*,:before,:after{box-sizing:border-box}body{margin:0}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--lovetc-muted);font-size:11px;font-weight:600}button{font-family:var(--lovetc-font);cursor:pointer;background:linear-gradient(135deg, var(--lovetc-accent), var(--lovetc-accent2));color:#fff;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}button:active{transform:scale(.97)}button.active{background:var(--lovetc-accent2);box-shadow:0 0 0 3px var(--lovetc-text)}button:focus-visible{outline:3px solid var(--lovetc-accent);outline-offset:3px}button.ghost{border:2px solid var(--lovetc-accent);color:var(--lovetc-accent);background:0 0}button.ghost:focus-visible{outline:3px solid var(--lovetc-accent2);outline-offset:3px}button:disabled{opacity:.4;cursor:not-allowed}.back{z-index:100;border:2px solid var(--lovetc-muted);color:var(--lovetc-muted);background:0 0;border-radius:100px;padding:10px 20px;font-size:20px;position:fixed;top:24px;left:24px}.back:focus-visible{outline:3px solid var(--lovetc-accent);outline-offset:3px}.screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:40px 24px;display:flex}.processing{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100vh;display:flex}.glow{animation:2s ease-in-out infinite glow-pulse}@keyframes glow-pulse{0%,to{box-shadow:0 0 16px 4px var(--lovetc-accent);opacity:1}50%{box-shadow:0 0 40px 12px var(--lovetc-accent2);opacity:.7}}.attract{animation:3s ease-in-out infinite attract-pulse}@keyframes attract-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.03)}}
