:root{font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#182230;background:#f3f5f7;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input{font:inherit;letter-spacing:0}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:72px;background:#fff;border-bottom:1px solid #e4e8ec}.topbar-inner{width:min(1120px,calc(100% - 48px));height:100%;margin:0 auto;display:flex;align-items:center}.brand-logo{width:76px;height:52px;object-fit:contain}.brand-copy{min-width:0;display:flex;align-items:center;color:#303b47}.brand-name{font-size:18px;font-weight:650;white-space:nowrap}.brand-separator{width:1px;height:20px;margin:0 16px;background:#d7dce1}.system-name{font-size:15px;color:#66727e;white-space:nowrap}.main-area{flex:1;display:grid;place-items:center;width:100%;padding:56px 24px 72px}.verify-panel{width:min(680px,100%);background:#fff;border:1px solid #e2e7eb;border-radius:8px;box-shadow:0 12px 32px #19232d14;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:34px 40px 30px;border-bottom:1px solid #ebeff2}.location-label,.result-kicker{margin:0 0 8px;color:#a35016;font-size:13px;font-weight:650}h1{margin:0;font-size:26px;line-height:1.35;font-weight:650}.service-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;margin-top:3px;color:#53606d;font-size:13px}.service-status span{width:8px;height:8px;border-radius:50%;background:#168454;box-shadow:0 0 0 3px #def2e9}.verify-form{padding:32px 40px 38px}.verify-form label{display:block;margin-bottom:10px;font-size:15px;font-weight:600}.input-wrap{position:relative}.input-wrap input{width:100%;height:50px;padding:0 48px 0 14px;color:#182230;background:#fff;border:1px solid #b9c2cb;border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input-wrap input::placeholder{color:#99a3ad}.input-wrap input:focus{border-color:#1c6f55;box-shadow:0 0 0 3px #1c6f551f}.input-wrap input:disabled{cursor:wait;color:#596570;background:#f3f5f6;border-color:#d3d9de}.input-wrap.has-error input{border-color:#c23b36}.clear-button{position:absolute;top:7px;right:8px;width:36px;height:36px;padding:0;color:#78838e;background:transparent;border:0;border-radius:4px;font-size:24px;line-height:34px}.clear-button:hover{background:#f1f3f5;color:#303b47}.clear-button:disabled{cursor:wait;opacity:.45}.field-message{min-height:20px;margin:8px 0 22px;color:#77828d;font-size:13px}.field-message.error{color:#ba302d}.submit-button,.secondary-button{height:46px;border-radius:6px;font-weight:600}.submit-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;background:#176d52;border:1px solid #176d52}.submit-button:hover:not(:disabled){background:#115d45;border-color:#115d45}.submit-button:disabled{cursor:wait;opacity:.72}.spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.request-error{display:flex;align-items:flex-start;gap:12px;margin:0 40px 36px;padding:14px 16px;color:#8e2926;background:#fff3f2;border:1px solid #f2cfcd;border-radius:6px;font-size:14px}.request-error span{min-width:0;overflow-wrap:anywhere}.request-error strong{flex:0 0 auto}.result-section{min-height:420px;display:flex;flex-direction:column;justify-content:center;padding:52px 64px 56px}.result-success{background:#f4faf7}.result-fail{background:#fff8f5}.result-summary{display:flex;align-items:center;gap:18px}.result-symbol{flex:0 0 auto;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:32px;font-weight:700}.result-success .result-symbol{background:#168454}.result-fail .result-symbol{background:#c65334}.result-section .result-kicker{margin-bottom:3px;color:#68747f}.result-section h2{margin:0;font-size:30px;line-height:1.35}.result-message{margin:5px 0 0;color:#56626e;font-size:16px}.result-details{margin:26px 0 24px;border-top:1px solid rgba(95,110,120,.18)}.result-details div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:13px 0;border-bottom:1px solid rgba(95,110,120,.18);font-size:14px}.result-details dt{color:#6f7a84}.result-details dd{min-width:0;margin:0;color:#26323d;font-weight:550;text-align:right;overflow-wrap:anywhere}.request-id{font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.secondary-button{align-self:center;min-width:148px;padding:0 18px;color:#176d52;background:#fff;border:1px solid #8eb8aa}.secondary-button:hover{background:#eaf5f0}.page-footer{padding:20px 24px 28px;color:#87919a;font-size:12px;text-align:center}@media(max-width:640px){.topbar{height:64px}.topbar-inner{width:calc(100% - 28px)}.brand-logo{width:62px;height:46px}.brand-name{font-size:15px}.brand-separator{margin:0 10px}.system-name{font-size:13px}.main-area{display:block;padding:20px 14px 36px}.verify-panel{width:100%}.panel-heading{gap:12px;padding:26px 22px 24px}h1{font-size:21px}.service-status{margin-top:1px}.verify-form,.result-section{padding-left:22px;padding-right:22px}.result-section{min-height:390px;padding-top:38px;padding-bottom:42px}.request-error{flex-direction:column;gap:5px;margin-left:22px;margin-right:22px}.result-details div{grid-template-columns:88px minmax(0,1fr);gap:10px}}@media(max-width:410px){.brand-separator,.system-name{display:none}.panel-heading{flex-direction:column}.service-status{order:-1}.result-summary{align-items:flex-start}.result-symbol{width:54px;height:54px;font-size:27px}.result-section h2{font-size:25px}.result-message{font-size:14px}}
