html[data-kiosk="1"]{overflow:hidden;color-scheme:light}html[data-kiosk="1"] body{margin:0;padding:0;background:#f4f4f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none}html[data-kiosk="1"] main{padding-bottom:0}@keyframes kiosk-spin{to{transform:rotate(1turn)}}.kiosk-spinner{width:40px;height:40px;border:3px solid rgba(35,120,218,.15);border-top-color:#2378da;border-radius:50%;animation:kiosk-spin .8s linear infinite}.kiosk-footer{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px 16px;flex-shrink:0}.kiosk-footer-device{font-size:11px;color:#71717a;opacity:.7}.kiosk-footer-brand{display:flex;align-items:center;gap:6px}.kiosk-sfl-dot{width:16px;height:16px;border-radius:4px;background:#2378da;flex-shrink:0}.kiosk-footer-brand-text{font-size:12px;font-weight:600;color:#71717a}.kiosk-footer-copy{font-size:10px;color:#71717a;opacity:.6}.kiosk-lobby{display:flex;flex-direction:column;height:100dvh;background:#f4f4f5;position:relative}.kiosk-lang-toggle{position:absolute;top:14px;left:16px;display:flex;gap:6px;z-index:10}.kiosk-lang-chip{padding:8px 14px;border-radius:16px;border:1px solid #e4e4e7;background:#ffffff;color:#18181b;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .1s,color .1s}.kiosk-lang-chip-active{background:#2378da;color:#ffffff;border-color:#2378da}.kiosk-admin-exit-target{position:absolute;top:0;right:0;width:80px;height:80px;z-index:10;cursor:default;-webkit-tap-highlight-color:transparent}.kiosk-lobby-content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;min-height:0;gap:0}.kiosk-brand-logo{width:72px;height:72px;border-radius:18px;object-fit:contain;margin-bottom:12px}.kiosk-lobby-eyebrow{font-size:12px;font-weight:700;color:#71717a;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px}.kiosk-lobby-title{font-size:32px;font-weight:800;color:#18181b;letter-spacing:-.4px;margin:0 0 6px;text-align:center}.kiosk-lobby-subtitle{font-size:16px;color:#71717a;margin:0 0 24px;text-align:center}.kiosk-tiles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,320px));grid-gap:16px;gap:16px;width:100%;max-width:1000px;justify-content:center}@media (max-width:560px){.kiosk-tiles-grid{grid-template-columns:1fr;max-width:360px;overflow-y:auto;max-height:60vh}}.kiosk-tile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:24px;border-radius:18px;background:#ffffff;border:1px solid #e4e4e7;box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:pointer;font-family:inherit;text-align:center;min-height:220px;transition:opacity .12s ease}.kiosk-tile:active{opacity:.82}.kiosk-tile-icon-circle{width:84px;height:84px;border-radius:42px;background:rgba(35,120,218,.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.kiosk-tile-label{display:block;font-size:20px;font-weight:700;color:#18181b;line-height:1.25;margin-bottom:4px}.kiosk-tile-sub{display:block;font-size:13px;color:#71717a;line-height:1.4}.kiosk-submit-page{display:flex;flex-direction:column;height:100dvh;background:#f4f4f5}.kiosk-submit-header{padding:8px 12px;background:#ffffff;border-bottom:1px solid #e4e4e7;min-height:56px}.kiosk-back-btn,.kiosk-submit-header{display:flex;align-items:center;flex-shrink:0}.kiosk-back-btn{width:44px;height:44px;justify-content:center;background:none;border:none;cursor:pointer;color:#18181b;border-radius:8px}.kiosk-back-btn:active{background:#f4f4f5}.kiosk-submit-header-title{flex:1 1;font-size:20px;font-weight:700;color:#18181b;text-align:center}.kiosk-header-spacer{width:44px;flex-shrink:0}.kiosk-camera-banner{gap:14px;padding:12px 16px;background:#ffffff;border-bottom:1px solid #e4e4e7}.kiosk-camera-banner,.kiosk-camera-circle{display:flex;align-items:center;flex-shrink:0}.kiosk-camera-circle{width:72px;height:72px;border-radius:36px;border:2px solid #2378da;overflow:hidden;background:#f4f4f5;justify-content:center}.kiosk-camera-circle-err{border-color:#dc2626;background:rgba(220,38,38,.07)}.kiosk-camera-video-el{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.kiosk-camera-icon-slot{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.kiosk-camera-notice-text{flex:1 1;font-size:13px;line-height:18px;color:#18181b;margin:0}.kiosk-submit-form{flex:1 1;overflow-y:auto;padding:16px 20px 40px;display:flex;flex-direction:column;gap:0;max-width:640px;width:100%;margin:0 auto;box-sizing:border-box}.kiosk-form-label{font-size:14px;color:#71717a;margin:16px 0 6px;display:block}.kiosk-form-label-first{margin-top:0}.kiosk-form-input,.kiosk-form-select,.kiosk-form-textarea{width:100%;box-sizing:border-box;padding:14px;border-radius:10px;border:1px solid #e4e4e7;background:#ffffff;font-size:17px;color:#18181b;font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.kiosk-form-input::placeholder,.kiosk-form-textarea::placeholder{color:#a1a1aa}.kiosk-form-input:focus,.kiosk-form-select:focus,.kiosk-form-textarea:focus{outline:none;border-color:#2378da;box-shadow:0 0 0 3px rgba(35,120,218,.12)}.kiosk-form-textarea{resize:none;min-height:120px;line-height:1.4}.kiosk-select-wrap{position:relative}.kiosk-select-wrap:after{content:"▾";position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#71717a;font-size:14px}.kiosk-submit-btn{width:100%;padding:18px;border-radius:12px;background:#2378da;color:white;font-size:18px;font-weight:700;border:none;cursor:pointer;font-family:inherit;letter-spacing:-.2px;margin-top:32px}.kiosk-submit-btn:active{background:#1d62b3}.kiosk-submit-btn:disabled{opacity:.6;cursor:not-allowed}.kiosk-submit-error-box{margin-top:12px;padding:12px 14px;background:#fee2e2;border-radius:10px;font-size:13px;color:#dc2626;line-height:1.4}.kiosk-confirm-page{display:flex;flex-direction:column;height:100dvh;background:#f4f4f5}.kiosk-confirm-body{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.kiosk-confirm-brand-logo{width:56px;height:56px;border-radius:14px;object-fit:contain;margin-bottom:12px}.kiosk-confirm-check{color:#16a34a;margin-bottom:12px}.kiosk-confirm-title{font-size:30px;font-weight:800;color:#18181b;letter-spacing:-.4px;margin:0 0 8px;text-align:center}.kiosk-confirm-sub{font-size:17px;color:#71717a;margin:0;text-align:center;max-width:320px;line-height:1.4}.kiosk-ref-card{margin-top:24px;padding:14px 28px;border-radius:12px;background:#ffffff;border:1px solid #e4e4e7;display:flex;flex-direction:column;align-items:center;gap:4px}.kiosk-ref-label{font-size:11px;font-weight:700;color:#71717a;letter-spacing:1.2px;text-transform:uppercase}.kiosk-ref-value{font-size:28px;font-weight:800;color:#2378da;letter-spacing:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kiosk-confirm-back-btn{margin-top:32px;padding:16px 40px;border-radius:12px;background:#2378da;color:white;font-size:17px;font-weight:700;border:none;cursor:pointer;font-family:inherit}.kiosk-confirm-back-btn:active{background:#1d62b3}.kiosk-confirm-return-text{margin-top:16px;font-size:11px;color:#71717a}.kiosk-standby-page{display:flex;flex-direction:column;height:100dvh;background:#f4f4f5;cursor:pointer;-webkit-tap-highlight-color:transparent}.kiosk-standby-content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.kiosk-standby-logo{width:160px;height:160px;border-radius:40px;object-fit:contain;margin-bottom:8px}.kiosk-standby-title{font-size:36px;font-weight:800;color:#18181b;letter-spacing:.5px;margin:0 0 2px}.kiosk-standby-label{font-size:22px;font-weight:500;color:#71717a;letter-spacing:1.5px;text-transform:uppercase;margin:0}.kiosk-standby-hint{font-size:16px;font-weight:600;color:#2378da;opacity:.85;margin:40px 0 0}.kiosk-footer-standby{padding-bottom:40px}.kiosk-footer-standby .kiosk-sfl-dot{width:28px;height:28px;border-radius:7px}.kiosk-footer-standby .kiosk-footer-brand-text{font-size:14px}.kiosk-enroll-page{display:flex;flex-direction:column;min-height:100dvh;background:#f4f4f5;overflow-y:auto}.kiosk-enroll-header{display:flex;align-items:center;padding:6px 12px;min-height:52px;flex-shrink:0}.kiosk-enroll-header-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#18181b;flex-shrink:0}.kiosk-enroll-header-title{flex:1 1;text-align:center;font-size:18px;font-weight:700;color:#18181b;margin:0}.kiosk-enroll-header-spacer{width:36px;flex-shrink:0}.kiosk-enroll-body{flex:1 1;padding:0 16px 32px;max-width:480px;width:100%;margin:0 auto;box-sizing:border-box}.kiosk-enroll-brand-row{display:flex;align-items:center;gap:10px;justify-content:center;margin:4px 0 12px}.kiosk-enroll-brand-dot{width:32px;height:32px;border-radius:8px;background:#2378da;flex-shrink:0}.kiosk-enroll-brand-text{font-size:18px;font-weight:700;color:#18181b;letter-spacing:.3px}.kiosk-enroll-card{background:#ffffff;border-radius:10px;border:1px solid #e4e4e7;padding:18px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);margin-bottom:12px}.kiosk-enroll-card-icon{color:#2378da;margin-bottom:4px}.kiosk-enroll-card-title{font-size:20px;font-weight:700;color:#18181b;margin:4px 0 0}.kiosk-enroll-card-body{font-size:14px;line-height:20px;color:#18181b;margin:0}.kiosk-enroll-field-label{font-size:12px;font-weight:500;color:#71717a;margin:14px 0 4px;display:block}.kiosk-enroll-input{width:100%;box-sizing:border-box;padding:12px;border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;font-size:16px;color:#18181b;font-family:inherit}.kiosk-enroll-input::placeholder{color:#a1a1aa}.kiosk-enroll-input:focus{outline:none;border-color:#2378da;box-shadow:0 0 0 3px rgba(35,120,218,.12)}.kiosk-enroll-warning{font-size:13px;color:#dc2626;line-height:18px;margin-top:12px}.kiosk-enroll-primary-btn{width:100%;padding:14px;border-radius:10px;background:#2378da;color:white;font-size:15px;font-weight:700;border:none;cursor:pointer;font-family:inherit;margin-top:16px}.kiosk-enroll-primary-btn:disabled{opacity:.6;cursor:not-allowed}.kiosk-enroll-secondary-btn{width:100%;padding:12px;border-radius:10px;background:none;color:#71717a;font-size:14px;border:none;cursor:pointer;font-family:inherit;margin-top:6px}.kiosk-enroll-error{font-size:13px;color:#dc2626;margin-top:8px;text-align:center}.kiosk-review-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f4f4f5}.kiosk-review-row:last-child{border-bottom:none}.kiosk-review-label{font-size:13px;color:#71717a}.kiosk-review-value{font-size:14px;font-weight:600;color:#18181b}.kiosk-exit-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;background:#f4f4f5;padding:24px;box-sizing:border-box}.kiosk-exit-card{background:#ffffff;border-radius:16px;border:1px solid #e4e4e7;padding:28px;width:100%;max-width:360px;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.06)}.kiosk-exit-icon{color:#2378da;margin-bottom:8px}.kiosk-exit-title{font-size:20px;font-weight:700;color:#18181b;margin:4px 0}.kiosk-exit-sub{font-size:14px;color:#71717a;margin:0 0 20px}.kiosk-exit-pin-display{display:flex;gap:8px;justify-content:center;margin-bottom:20px}.kiosk-exit-pin-dot{width:16px;height:16px;border-radius:50%;border:2px solid #e4e4e7;background:transparent;transition:background .1s,border-color .1s}.kiosk-exit-pin-dot-filled{background:#2378da;border-color:#2378da}.kiosk-exit-pin-dot-error{background:#dc2626;border-color:#dc2626}.kiosk-numpad{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:8px}.kiosk-numpad-key{height:58px;border-radius:10px;border:1px solid #e4e4e7;background:#f4f4f5;font-size:22px;font-weight:600;color:#18181b;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center}.kiosk-numpad-key:active{background:#e4e4e7}.kiosk-numpad-key-empty{background:transparent;border-color:transparent;cursor:default}.kiosk-exit-cancel{width:100%;padding:12px;background:none;border:none;color:#71717a;font-size:14px;cursor:pointer;font-family:inherit;margin-top:4px}.kiosk-exit-error{font-size:13px;color:#dc2626;margin:0 0 12px;min-height:18px}