#vehiclePlateKeyboard .vehicle-plate-keyboard-container{background-color:#e8e9eb;min-height:73.6vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;position:fixed;bottom:0;left:0;right:0;box-shadow:0 0 1.6vw #0003}#vehiclePlateKeyboard .vehicle-plate-keyboard-container *{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}#vehiclePlateKeyboard .vehicle-plate-keyboard-container :not(input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .confirm{background:#fff;justify-content:center;align-items:center;height:11.733vw;display:flex}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .confirm p{color:#333;font-size:3.733vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .confirm:active{opacity:.5}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard{background-color:#e8e9eb;justify-content:center;align-items:center;height:61.867vw;display:flex}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container{flex-direction:column;display:flex}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .keyboard-row{justify-content:center;align-items:center;display:flex}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .keyboard-cell{background-color:#fff;border-radius:1.067vw;justify-content:center;align-items:center;display:flex}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .keyboard-cell .cell-text{color:#333;font-size:4.267vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .keyboard-cell:active{background-color:#b3b7bf}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .normal-cell{width:8.533vw;height:9.6vw;margin:1.067vw .667vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .province-cell{width:10.667vw;height:11.733vw;margin:1.333vw .8vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .character-cell{width:14.4vw;height:9.6vw;margin:1.067vw .533vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .cell-disabled{opacity:.4}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .cell-disabled:active{background-color:#fff}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .back-btn{width:19.733vw;height:9.6vw;margin-left:.533vw}#vehiclePlateKeyboard .vehicle-plate-keyboard-container .keyboard .keyboard-container .back-btn .back-btn-svg{width:6.4vw;height:4.8vw;padding-right:1.6vw;font-size:6.4vw;line-height:4.8vw}:root{color:#1f2937;--topbar-height:calc(48px + env(safe-area-inset-top,0px));background:#f4f7fb;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100vh;margin:0}body{max-width:100vw;overflow-x:hidden}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit}.mobile-page{min-height:100vh;padding:calc(var(--topbar-height) + 8px) 16px calc(32px + env(safe-area-inset-bottom,0px));background:linear-gradient(#e8f2ff 0%,#f7f9fc 38% 100%)}.topbar{height:var(--topbar-height);padding:env(safe-area-inset-top,0px) 8px 0;z-index:100;background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.topbar-title{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:16px;font-weight:600;overflow:hidden}.topbar-left,.topbar-right{gap:4px;min-width:64px;display:flex}.topbar-right{justify-content:flex-end}.topbar-btn{cursor:pointer;background:0 0;border:0;border-radius:10px;min-width:44px;min-height:44px;padding:6px 12px;font-size:15px}.topbar-btn:active{background:#f1f5f9}.hero-card,.card{background:#fff;border-radius:18px;margin-bottom:14px;padding:20px;box-shadow:0 10px 30px #0f172a14}.hero-card{margin-top:28px}.title{margin:0 0 8px;font-size:22px;font-weight:700}.subtitle{color:#64748b;margin:0 0 20px;font-size:14px;line-height:1.6}.primary-button,.secondary-button,.danger-button,.ghost-button{cursor:pointer;border:0;border-radius:12px;width:100%;min-height:44px;padding:12px 16px;font-size:15px;font-weight:600}.primary-button{color:#fff;background:#1677ff}.secondary-button{color:#165dff;background:#e8f2ff}.danger-button{color:#b91c1c;background:#fee2e2}.ghost-button{color:#475569;background:0 0;border:1px solid #d8e0ea}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.55;cursor:not-allowed}.form-field{margin-bottom:14px}.form-field label{color:#475569;margin-bottom:6px;font-size:14px;display:block}.form-field input,.form-field textarea,.form-field select{background:#fff;border:1px solid #d8e0ea;border-radius:10px;width:100%;padding:12px;font-size:15px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus,.form-field .plate-input:focus{border-color:#1677ff;outline:none;box-shadow:0 0 0 3px #1677ff24}.form-field .field-error{color:#dc2626;margin-top:4px;font-size:12px}.form-field .field-hint{color:#94a3b8;margin-top:4px;font-size:12px}.form-field .plate-input{cursor:pointer;background:#fff;border:1px solid #d8e0ea;border-radius:10px;align-items:center;width:100%;min-height:45px;padding:12px;font-size:15px;display:flex}.form-field .plate-input:focus{border-color:#1677ff;outline:none}.form-field .plate-input.is-error{border-color:#dc2626}.form-field .plate-input__value{letter-spacing:3px;font-weight:600}.form-field .plate-input__placeholder{color:#94a3b8}.kv{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;display:flex}.kv:last-child{border-bottom:0}.kv>span:first-child{color:#64748b}.kv>strong{text-align:right;word-break:break-all;font-weight:600}.grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.entry{color:#0f172a;background:#fff;border:1px solid #edf2f7;border-radius:14px;padding:16px;font-size:14px;text-decoration:none;display:block}.status-tag{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.appt-item{text-align:left;cursor:pointer;width:100%;color:inherit;background:#fff;border:1px solid #edf2f7;border-radius:14px;margin-bottom:10px;padding:14px 16px;text-decoration:none;display:block}.appt-item:active{background:#f8fafc}.appt-item-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.appt-item-no{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:600}.appt-item-purpose{color:#475569;margin:4px 0;font-size:14px}.appt-item-meta{color:#94a3b8;flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.empty-state,.loading-state{text-align:center;color:#94a3b8;padding:40px 20px;font-size:14px}.empty-state--card{background:#ffffffb3;border:1px dashed #d8e0ea;border-radius:14px;flex-direction:column;gap:6px;margin-top:4px;padding:34px 20px;display:flex}.empty-state--card strong{color:#475569;font-size:15px}.empty-state--card span{font-size:13px}.error-state{color:#b91c1c}.retry-button{cursor:pointer;color:#165dff;background:#fff;border:1px solid #d8e0ea;border-radius:10px;min-height:40px;margin-top:12px;padding:8px 20px}.timeline{margin:16px 0;padding:0;list-style:none}.timeline-node{gap:12px;padding-bottom:18px;display:flex;position:relative}.timeline-node:last-child{padding-bottom:0}.timeline-dot{z-index:1;background:#fff;border:2px solid #d8e0ea;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px;position:relative}.timeline-node.done .timeline-dot{background:#1677ff;border-color:#1677ff}.timeline-node.rejected .timeline-dot{background:#dc2626;border-color:#dc2626}.timeline-node:before{content:"";background:#e2e8f0;width:2px;position:absolute;top:17px;bottom:-3px;left:6px}.timeline-node:last-child:before{display:none}.timeline-node.done:before{background:#1677ff}.timeline-content{flex:1}.timeline-label{color:#1f2937;font-size:14px;font-weight:600}.timeline-node.pending .timeline-label{color:#94a3b8;font-weight:500}.timeline-time{color:#94a3b8;margin-top:2px;font-size:12px}.timeline-reject-reason{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-top:6px;padding:8px 10px;font-size:13px;line-height:1.5}.qrcode-block{text-align:center;background:#fff;border-radius:14px;margin:12px 0;padding:20px}.qrcode-block canvas,.qrcode-block svg{width:260px;height:260px;margin:0 auto;display:block}.qrcode-caption{color:#475569;letter-spacing:1px;margin-top:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px}.qrcode-hint{color:#94a3b8;margin-top:6px;font-size:12px}.leave-banner{color:#fff;text-align:center;background:linear-gradient(90deg,#16a34a 0%,#22c55e 100%);border-radius:12px;margin-bottom:12px;padding:14px 16px;font-size:15px;font-weight:600;line-height:1.5;box-shadow:0 6px 16px #16a34a40}.tabs{top:var(--topbar-height);z-index:50;background:#fff;border-radius:14px;gap:4px;margin-bottom:14px;padding:4px;display:flex;position:sticky;box-shadow:0 6px 16px #0f172a0d}.tab{cursor:pointer;color:#64748b;background:0 0;border:0;border-radius:10px;flex:1;min-height:40px;padding:8px 0;font-size:14px}.tab.active{color:#1677ff;background:#e8f2ff;font-weight:600}.modal-mask{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:320px;padding:20px;box-shadow:0 20px 50px #0f172a40}.modal-title{margin:0 0 8px;font-size:17px;font-weight:700}.modal-body{color:#475569;margin:0 0 16px;font-size:14px;line-height:1.6}.modal-actions{gap:10px;display:flex}.modal-actions button{cursor:pointer;border:0;border-radius:10px;flex:1;min-height:44px;font-size:15px;font-weight:600}.modal-actions .btn-cancel{color:#475569;background:#f1f5f9}.modal-actions .btn-confirm{color:#fff;background:#1677ff}.modal-actions .btn-danger{color:#fff;background:#dc2626}.reason-select{box-sizing:border-box;color:#1f2937;background:#fff;border:1px solid #d8e0ea;border-radius:10px;width:100%;min-height:44px;margin:10px 0;padding:10px 12px;font-size:14px}.reason-select:focus{border-color:#1677ff;outline:none}.contact-search{position:relative}.search-result{z-index:60;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:240px;margin:6px 0 0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 24px #0f172a24}.search-result li{border-bottom:1px solid #f1f5f9}.search-result li:last-child{border-bottom:0}.search-result__btn{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:0;padding:12px;font-size:14px;display:block}.search-result__btn:hover,.search-result__btn:focus-visible{background:#f8fafc;outline:none}.search-result .emp-name{font-weight:600;display:block}.search-result .emp-dept{color:#94a3b8;margin-top:2px;font-size:12px;display:block}.contact-selected{background:#f0f8ff;border:1px solid #bae0ff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.contact-selected__info{min-width:0}.contact-selected__name{color:#0f172a;font-weight:600}.contact-selected__dept{color:#64748b;margin-top:2px;font-size:12px;display:block}.contact-selected__clear{color:#1677ff;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:4px 6px;font-size:13px}.person-row{flex-wrap:wrap;align-items:stretch;gap:8px;margin-bottom:8px;display:flex}.person-row input{flex:1;min-width:0}.person-row button{color:#b91c1c;cursor:pointer;background:#fee2e2;border:0;border-radius:10px;flex-shrink:0;width:44px;min-height:44px;font-size:18px}.person-row__error{flex:0 0 100%;width:100%;margin-top:0}.person-add-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;min-height:40px;padding:8px;font-size:14px}.form-submit-bar{bottom:env(safe-area-inset-bottom,0px);z-index:20;padding:12px 20px calc(16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-radius:0 0 18px 18px;margin:0 -20px -20px;position:sticky;box-shadow:0 -8px 18px #0f172a12}.form-submit-error{margin:0 0 10px}.switch{cursor:pointer;color:#475569;align-items:center;gap:8px;font-size:14px;display:inline-flex}.switch input{width:auto;min-height:0}.error{color:#dc2626;white-space:pre-wrap;font-size:13px}pre{white-space:pre-wrap;word-break:break-word;color:#d1fae5;background:#0f172a;border-radius:12px;padding:12px;font-size:12px;overflow-x:auto}.mock-section{background:#fff7ed;border:1px dashed #fb923c;border-radius:12px;margin-top:16px;padding:14px}.mock-section summary{cursor:pointer;color:#9a3412;font-size:13px;font-weight:600}.mock-section .mock-body{margin-top:10px}.mock-section input{border:1px solid #fed7aa;border-radius:8px;width:100%;margin-bottom:8px;padding:10px;font-size:14px}.mock-section .mock-hint{color:#9a3412;margin:0 0 8px;font-size:12px;line-height:1.5}.primary-button:focus-visible,.secondary-button:focus-visible,.danger-button:focus-visible,.ghost-button:focus-visible,.tab:focus-visible,.topbar-btn:focus-visible,.appt-item:focus-visible,.retry-button:focus-visible,.person-add-btn:focus-visible,.person-row button:focus-visible,.contact-selected__clear:focus-visible,.search-result__btn:focus-visible{outline-offset:2px;outline:3px solid #1677ff8c}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
