:root{--bg:#f8fafc;--surface:#fff;--border:#0f172a14;--text:#0f172a;--text-muted:#475569;--accent:#ea580c;--accent-soft:#ea580c1a;--green:#16a34a}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{display:flex}@keyframes spin{to{transform:rotate(360deg)}}@keyframes kioskNavIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}.kiosk-press:active{transform:scale(.97)}@keyframes kioskFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes kioskImgIn{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.kiosk-scroll{scrollbar-width:thin;scrollbar-color:#ffffff40 transparent}.kiosk-scroll::-webkit-scrollbar{width:6px}.kiosk-scroll::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.kiosk-scroll::-webkit-scrollbar-track{background:0 0}
