:root{--theme:#1f6feb;--bg:#f5f7fa;--card:#fff;--text:#1a1f29;--muted:#6b7280;--border:#d9dee7;--error:#d92d20;--radius:14px;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}@supports (height:100dvh){html,body,#root{min-height:100dvh}}body{background:var(--bg)}.app{flex-direction:column;min-height:100vh;display:flex}@supports (height:100dvh){.app{min-height:100dvh}}.route-transition{flex-direction:column;flex:1;min-height:0;display:flex}.route-transition.rt-fade{animation:.26s rt-fade-in}@keyframes rt-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.route-transition.rt-fade{animation:none}}.screen{width:100%;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));flex-direction:column;flex:1;display:flex}.screen.center{justify-content:center;align-items:center}.screen.scroll{align-items:center;overflow-y:auto}.kb-open .screen.scroll{padding-bottom:calc(var(--kb-height,320px) + 24px)}.card{background:var(--card);border-radius:var(--radius);flex-direction:column;gap:14px;width:100%;max-width:460px;margin:auto;padding:28px 22px;display:flex;box-shadow:0 8px 30px #10182814}.card.center-content{text-align:center;align-items:center}.logo-img{object-fit:contain;max-width:200px;max-height:72px;margin:0 auto 4px;display:block}.logo-monogram{background:var(--theme);color:#fff;letter-spacing:1px;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 4px;font-size:22px;font-weight:700;display:flex}.heading{text-align:center;margin:4px 0;font-size:22px;font-weight:700}.body{color:var(--text);white-space:pre-line;font-size:15px;line-height:1.5}.body.centered{text-align:center}.muted{color:var(--muted);text-align:center}.fields{flex-direction:column;gap:16px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field-label{font-size:14px;font-weight:600}.req{color:var(--error);font-style:normal}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;color:var(--text);appearance:none;background:#fff;border-radius:10px;padding:13px 14px;font-size:16px}.field textarea{resize:vertical;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--theme);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme) 20%, transparent);outline:none}.field .invalid{border-color:var(--error)}.field-error{color:var(--error);font-size:13px}.primary{background:var(--theme);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;min-height:54px;margin-top:8px;font-size:17px;font-weight:600}.primary:disabled{cursor:not-allowed;background:#b6bcc7}.flow-nav{align-items:stretch;gap:12px;margin-top:8px;display:flex}.flow-nav .primary{margin-top:0}.flow-nav.has-back .nav-next{flex:auto}.flow-nav .nav-prev{border:1px solid var(--border);min-width:132px;min-height:54px;color:var(--text);cursor:pointer;background:#fff;border-radius:999px;flex:none;padding:0 22px;font-size:16px;font-weight:600}.flow-nav .nav-prev:active{background:var(--bg)}.hs-text hr{border:none;border-top:1px solid var(--border);margin:8px 0}.screen.induction{justify-content:flex-end;align-items:stretch;padding:0;position:relative}.induction-slide{z-index:0;opacity:0;pointer-events:none;background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .25s;position:fixed;inset:0}.induction-slide.active{opacity:1;pointer-events:auto;cursor:pointer}.induction-bar{z-index:2;padding:20px max(16px, env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:linear-gradient(#0000,#0000008c);flex-direction:column;gap:12px;display:flex;position:relative}.induction-bar .dots{margin-bottom:2px}.induction-bar .flow-nav{width:100%;max-width:460px;margin:0 auto}.carousel{justify-content:center;width:100%;display:flex}.carousel-img{object-fit:contain;border-radius:10px;max-width:100%;max-height:60vh}.dots{justify-content:center;gap:8px;display:flex}.dot{background:color-mix(in srgb, var(--theme) 40%, transparent);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;padding:0}.dot.active{background:var(--theme)}.covid-q{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.covid-q.invalid{border-color:var(--error)}.covid-ques{white-space:pre-line;margin:0;font-size:15px;line-height:1.45}.toggle{justify-content:flex-end;gap:0;display:flex}.toggle-btn{border:1px solid var(--border);cursor:pointer;background:#fff;width:52px;height:44px;font-size:20px}.toggle-btn.no{border-radius:10px 0 0 10px}.toggle-btn.yes{border-left:none;border-radius:0 10px 10px 0}.toggle-btn.no.sel{color:var(--error);border-color:var(--error);background:#fde8e6}.toggle-btn.yes.sel{color:#067647;background:#e7f6ec;border-color:#067647}.qr{border:1px solid var(--border);background:#fff;border-radius:12px;padding:16px}.qr-block{flex-direction:column;align-items:center;gap:8px;display:flex}.small{font-size:13px}.tips{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:4px;padding-top:12px;display:flex}.ghost{border:1px solid var(--theme);color:var(--theme);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:15px;font-weight:600}.lang-switcher{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:4px;display:flex}.lang{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:5px 12px;font-size:13px}.lang.active{border-color:var(--theme);background:color-mix(in srgb, var(--theme) 10%, #fff);color:var(--theme);font-weight:600}.field-input{align-items:stretch;display:flex;position:relative}.field-input input{flex:1}.palette{align-items:center;margin-left:6px;display:flex;position:relative}.palette-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;width:46px;min-height:46px;font-size:18px}.palette-pop{z-index:40;border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 8px 24px #10182829}.palette-char{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;width:40px;height:40px;font-size:18px}.palette-char:active{background:color-mix(in srgb, var(--theme) 12%, #fff)}.kb-dock{z-index:90;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#e9edf3;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #1018281f}.kb-dock .simple-keyboard{background:0 0;max-width:900px;margin:0 auto}.kb-dock .hg-button{height:52px;font-size:18px;border-radius:8px!important;box-shadow:0 1px #10182826!important}.kb-dock .hg-button:active{background:color-mix(in srgb, var(--theme) 16%, #fff)!important}.kb-dock .hg-button.hg-functionBtn{background:#d7dee8}.kb-dock .hg-button[data-skbtn="{enter}"]{background:var(--theme);color:#fff}.notice{border-radius:10px;padding:10px 12px;font-size:14px}.notice.info{color:#1d4ed8;background:#eef4ff}.notice.error{color:var(--error);background:#fde8e6}.notice code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.toast{left:50%;bottom:calc(20px + env(safe-area-inset-bottom));z-index:50;border-radius:10px;max-width:90vw;padding:12px 18px;font-size:14px;position:fixed;transform:translate(-50%);box-shadow:0 6px 20px #1018282e}.toast.error{color:#fff;background:#4a1411}.overlay{z-index:100;background:#10182873;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:4px solid #fff6;border-top-color:#fff;border-radius:50%;width:46px;height:46px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dialog{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:8px;max-width:320px;margin:0 20px;padding:28px 26px;display:flex}.dialog h2{margin:4px 0 0;font-size:19px}.dialog p{color:var(--muted);margin:0}.dialog-icon{color:#fff;background:#067647;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:30px;display:flex}.dialog-icon.email{background:var(--theme)}.screen-bg{z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}:is(.screen-bg~* .card,.app:has(.screen-bg) .card){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffffff0}.workflow-choices{flex-direction:column;gap:12px;width:100%;margin-top:8px;display:flex}.workflow-btn{padding:18px 20px;font-size:18px;font-weight:600}.attract{cursor:pointer;-webkit-user-select:none;user-select:none}.attract .card{padding-top:3rem;padding-bottom:3rem}.attract-cta{color:var(--theme);margin-top:1.75rem;font-size:1.25rem;font-weight:600;animation:2.2s ease-in-out infinite attract-pulse}@keyframes attract-pulse{0%,to{opacity:1}50%{opacity:.5}}.hg-theme-default{box-sizing:border-box;touch-action:manipulation;-webkit-user-select:none;user-select:none;background-color:#ececec;border-radius:5px;width:100%;padding:5px;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{font-size:inherit;border-width:0}.hg-theme-default .hg-button{flex-grow:1;display:inline-block}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:#0000;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:5px;display:flex;box-shadow:0 0 3px -1px #0000004d}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{justify-content:center;align-items:center;width:33.3%;height:60px;display:flex}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{color:#fff;background:#05194687}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\.com]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\@]{max-width:60px}.hg-candidate-box{-webkit-user-select:none;user-select:none;background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;margin-top:-10px;display:inline-flex;position:absolute;transform:translateY(-100%)}ul.hg-candidate-box-list{flex:1;margin:0;padding:0;list-style:none;display:flex}li.hg-candidate-box-list-item{justify-content:center;align-items:center;width:40px;height:40px;display:flex}li.hg-candidate-box-list-item:hover{cursor:pointer;background:#00000008}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{color:#969696;cursor:pointer;align-items:center;padding:0 10px;display:flex}.hg-candidate-box-next{border-top-right-radius:5px;border-bottom-right-radius:5px}.hg-candidate-box-prev{border-top-left-radius:5px;border-bottom-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
