html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--navy-900: #14355f;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--navy-700: #1e4e8c;--navy-500: #2a5fa5;--navy-100: #e8f0fb;--teal-600: #0f7b6c;--ink: #16202e;--ink-muted: #5a6b82;--line: #e3e8ef;--canvas: #f5f7fa;--surface: #ffffff}.public-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}.public-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:calc(16px + var(--safe-top)) 24px 16px;border-bottom:1px solid var(--line);background:var(--surface);position:sticky;top:0;z-index:10}@media (max-width: 560px){.public-header{padding:12px 16px;flex-wrap:nowrap}.public-header .ant-space{flex-wrap:nowrap}.public-header .hide-sm{display:none}}.public-main{flex:1}.public-footer{border-top:1px solid var(--line);padding:28px 24px calc(28px + var(--safe-bottom));color:var(--ink-muted);font-size:14px;background:#fbfcfe}.wrap{max-width:1080px;margin:0 auto;padding:0 24px;width:100%}.wrap-narrow{max-width:720px;margin:0 auto;padding:0 24px;width:100%}.hero{position:relative;overflow:hidden;background:radial-gradient(120% 90% at 50% -30%,#2a5fa529,#2a5fa500 62%),linear-gradient(180deg,#f7f9fd 0%,var(--surface) 100%);padding:72px 0 64px;text-align:center}.hero h1{font-size:clamp(30px,5vw,46px);line-height:1.15;font-weight:700;color:var(--navy-900);margin:0 0 16px;letter-spacing:-.5px}.hero p.lede{font-size:clamp(16px,2.2vw,19px);line-height:1.6;color:var(--ink-muted);max-width:620px;margin:0 auto 32px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;padding:64px 0}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px 24px;position:relative}.step-num{width:38px;height:38px;border-radius:10px;background:var(--navy-100);color:var(--navy-700);font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.step-card h3{font-size:17px;margin:0 0 8px;color:var(--navy-900)}.step-card p{margin:0;color:var(--ink-muted);line-height:1.6;font-size:15px}.band{background:#fbfcfe;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0}.band h2,.section h2{font-size:clamp(22px,3vw,28px);color:var(--navy-900);margin:0 0 10px}.band p.sub,.section p.sub{color:var(--ink-muted);margin:0 0 28px;font-size:16px}.section{padding:56px 0}.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 28px;list-style:none;padding:0;margin:0}.checklist li{display:flex;gap:10px;align-items:flex-start;color:var(--ink);line-height:1.55}.checklist li:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;background:var(--navy-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-6' fill='none' stroke='%231e4e8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat}.form-page{padding:40px 0 72px;background:var(--canvas);min-height:calc(100vh - 160px)}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:32px}@media (max-width: 640px){.form-card{padding:20px;border-radius:12px}.hero{padding:48px 0 40px}}.form-card .ant-form-item-label>label{font-weight:500;font-size:15px}.form-card .ant-input,.form-card .ant-picker,.form-card .ant-select-selector{font-size:16px}.reference{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:22px;font-weight:700;letter-spacing:2px;color:var(--navy-900);background:var(--navy-100);border-radius:10px;padding:10px 18px;display:inline-block}.kiosk-shell{min-height:100vh;background:#0d1420;color:#e8eef7;display:flex;flex-direction:column}.kiosk-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:calc(14px + var(--safe-top)) 22px 14px;background:#111a28;border-bottom:1px solid #22314a;position:sticky;top:0;z-index:10}.kiosk-main{flex:1;padding:22px 22px calc(22px + var(--safe-bottom));max-width:1200px;margin:0 auto;width:100%}.kiosk-tabs{display:flex;gap:10px;margin-bottom:22px}.kiosk-tab{flex:1;padding:16px;border-radius:14px;border:1px solid #22314a;background:#16202e;color:#9fb3ce;font-size:17px;font-weight:600;cursor:pointer;text-align:center;transition:background .15s,color .15s,border-color .15s}.kiosk-tab[aria-selected=true]{background:var(--navy-700);border-color:var(--navy-500);color:#fff}.kiosk-panel{background:#16202e;border:1px solid #22314a;border-radius:16px;padding:22px}.kiosk-panel h2{color:#e8eef7;font-size:19px;margin:0 0 16px}.kiosk-result{border-radius:16px;padding:26px;text-align:center;margin-bottom:20px}.kiosk-result.ok{background:#2dd4a724;border:1px solid rgba(45,212,167,.45)}.kiosk-result.warn{background:#fbbf2424;border:1px solid rgba(251,191,36,.5)}.kiosk-result.bad{background:#f8717124;border:1px solid rgba(248,113,113,.5)}.kiosk-result .headline{font-size:26px;font-weight:700;margin-bottom:6px}.kiosk-result .detail{font-size:17px;opacity:.85}.console-brand{display:flex;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);min-height:68px}.console-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid var(--line);background:var(--surface)}.page-title{margin:0;font-size:20px;font-weight:600;color:var(--navy-900)}.page-sub{margin:2px 0 0;color:var(--ink-muted);font-size:14px}.queue-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:18px 20px;margin-bottom:14px}.queue-card.is-mine{border-left:4px solid var(--navy-700)}.queue-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.queue-name{font-size:17px;font-weight:600;color:var(--navy-900);margin:0}.queue-meta{color:var(--ink-muted);font-size:14px;margin:4px 0 0}.queue-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}@media (max-width: 640px){.queue-actions .ant-btn{flex:1 1 44%}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
