/* Final visual refinement for the public authorization center. */
body{font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif}
.header-actions{gap:8px}.support,.theme-toggle{display:grid;place-items:center;width:38px;min-height:38px;padding:0;border:1px solid #d9e3eb;border-radius:7px;background:#fff;color:#435e75;box-shadow:0 2px 7px rgba(34,60,84,.04)}.support{gap:0}.support span{display:none}.support svg,.theme-toggle svg{width:18px;height:18px}.support:hover,.theme-toggle:hover{border-color:#9ec5e4;background:#f4f9fd;color:#1877d4}
.eyebrow,.panel-kicker,.form-intro span,.section-title span{display:none}
.content{padding-top:34px}.content-header{margin-bottom:30px}.eyebrow{color:#699fc8}.content-header h1{font-size:28px;font-weight:700}.service-status{padding:5px 9px;border-radius:99px;background:#eef7f2}.support{min-height:38px;box-shadow:0 2px 7px rgba(34,60,84,.04)}
.content-header.is-hidden{display:none}.content.content-compact{padding-top:24px}
.panel{box-shadow:0 8px 22px rgba(27,54,79,.035)}.hero-panel{min-height:148px;padding:25px 32px;border:1px solid #dceaf5;border-radius:12px;background:linear-gradient(135deg,#ffffff 0%,#eef7ff 100%);color:var(--ink);box-shadow:0 10px 28px rgba(38,83,118,.07)}.hero-panel:after{border-color:rgba(24,119,212,.08)}.hero-panel .panel-kicker{color:#4f91c6}.hero-panel h2{font-size:23px;letter-spacing:0;color:#142233}.hero-panel p{max-width:560px;color:#617386;line-height:1.55}.hero-actions{margin-top:14px}.soft-button{min-width:106px;background:var(--blue);color:#fff}.hero-seal{width:68px;height:68px;margin-right:14px;border-color:#8ec4ec;color:#2d87c9}.hero-seal:before{width:56px;height:56px;border-color:#c9e3f7}.hero-seal svg{width:20px;height:20px}.hero-seal span{font-size:6px;color:#4d92c5}
.hero-actions{display:flex;align-items:center;gap:18px}.hero-actions .soft-button,.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px}.hero-actions a{line-height:1;text-decoration:none;border-bottom:1px solid rgba(203,228,246,.45)}
.stat-grid{gap:16px}.stat-grid article{position:relative;min-height:100px;border-color:#e4ebf1;box-shadow:0 5px 15px rgba(28,56,81,.025)}.stat-grid article:before{position:absolute;top:0;left:0;width:100%;height:3px;border-radius:8px 8px 0 0;background:#80bce9;content:""}.stat-grid article:nth-child(2):before{background:#78c7a1}.stat-grid article:nth-child(3):before{background:#e6bb7c}.stat-grid strong{font-size:24px}.stat-grid span{margin-top:5px}
.form-panel{padding:30px}.form-intro{padding-bottom:17px;border-bottom:1px solid #edf1f5}.form-intro h3{font-size:19px}.inline-form input{min-height:47px}.inline-form button{min-width:132px;min-height:47px}.section-title{padding-bottom:20px;border-bottom:1px solid #edf1f5}.view:not(#view-verify)>.panel{padding:34px}.stack-form{max-width:720px}
.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.feature-strip article{display:flex;gap:12px;align-items:flex-start;padding:15px;border:1px solid #e4ebf1;border-radius:8px;background:#fbfdff}.feature-strip svg{width:22px;height:22px;color:var(--blue)}.feature-strip strong,.feature-strip span{display:block}.feature-strip strong{font-size:14px}.feature-strip span{margin-top:3px;color:#6d7c8f;font-size:12px}.download-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.download-grid article{display:flex;gap:15px;padding:20px;border:1px solid #e4ebf1;border-radius:9px;background:#fff}.download-grid article>svg{width:28px;height:28px;color:var(--blue);flex:0 0 auto}.download-grid h3{margin:0;font-size:17px}.download-grid p{margin:7px 0 14px;color:#6d7c8f;font-size:13px}.download-grid button{min-height:36px;padding:0 14px}.login-form{max-width:460px}.form-message{min-height:20px}
.view>.panel{max-width:100%;}.section-title{align-items:flex-start}.section-title p{line-height:1.6}.stack-form.two-columns{gap:18px 20px}.stack-form button{margin-top:4px}.download-grid article{transition:border-color .16s,box-shadow .16s,transform .16s}.download-grid article:hover{border-color:#bfdcf3;box-shadow:0 8px 20px rgba(34,85,125,.06);transform:translateY(-1px)}.download-grid button{background:#eef7ff;color:#176fbf}.download-grid button:hover{background:#dceeff}.query-notice{display:flex;gap:12px;align-items:flex-start;margin:0 0 18px;padding:14px 17px;border:1px solid #dce8f1;border-radius:8px;background:#f8fbfd;color:#5d7285}.query-notice>svg{width:19px;height:19px;flex:0 0 auto;margin-top:1px;color:#2589d7}.query-notice strong{display:block;color:#30485d;font-size:14px}.query-notice p{margin:3px 0 0;font-size:12px;line-height:1.55}

/* Authorization query controls */
#verify-form{grid-template-columns:minmax(0,1fr) auto;gap:12px 14px}
#verify-form label{color:#43596f;font-size:13px}
.query-input-wrap{position:relative;display:block}
.query-input-wrap>svg{position:absolute;z-index:1;top:50%;left:15px;width:18px;height:18px;color:#6c88a2;pointer-events:none;transform:translateY(-50%);transition:color .16s}
#verify-form input{min-height:50px;padding:0 15px 0 46px;border:1px solid #bdccda;border-radius:7px;background:#fff;color:#1f3245;font-size:15px;line-height:1.2;box-shadow:inset 0 1px 2px rgba(31,58,82,.025);transition:border-color .16s,box-shadow .16s,background-color .16s}
#verify-form input::placeholder{color:#91a0ae}
#verify-form input:hover{border-color:#8eabc3}
#verify-form input:focus{outline:0;border-color:#2589d7;box-shadow:0 0 0 3px rgba(37,137,215,.14)}
.query-input-wrap:focus-within>svg{color:#2589d7}
#verify-form input.is-invalid{border-color:#d9534f;background:#fffafa;box-shadow:0 0 0 3px rgba(217,83,79,.12)}
#verify-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:138px;min-height:50px;padding:0 18px;border:1px solid #1877d4;border-radius:7px;background:#1877d4;box-shadow:0 4px 9px rgba(24,119,212,.18);font-size:14px;letter-spacing:0;transition:background-color .16s,box-shadow .16s,transform .16s}
#verify-form button svg{width:18px;height:18px}
#verify-form button:hover{background:#1269bd;box-shadow:0 7px 14px rgba(24,119,212,.25);transform:translateY(-1px)}
#verify-form button:active{transform:translateY(0);box-shadow:0 3px 7px rgba(24,119,212,.18)}
.field-error{display:none;grid-column:1 / -1;margin:-3px 0 0;color:#c6403d;font-size:12px;font-weight:600;line-height:1.45}
.field-error:not(:empty){display:block}
.verify-modal{position:fixed;z-index:100;inset:0;display:none;place-items:center;padding:24px;overflow:auto}.verify-modal.is-open{display:grid}.verify-modal__backdrop{position:absolute;inset:0;background:rgba(20,35,50,.42);backdrop-filter:blur(2px)}.verify-modal__dialog{position:relative;width:min(560px,100%);max-height:min(680px,calc(100vh - 48px));overflow:auto;border:1px solid #dce6ed;border-radius:10px;background:#fff;box-shadow:0 22px 64px rgba(17,35,52,.24);outline:0}.verify-modal__dialog>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;border-bottom:1px solid #e6edf2}.verify-modal__dialog h2{margin:0;color:#2d455a;font-size:16px}.verify-modal__close{display:grid;place-items:center;width:32px;min-height:32px;padding:0;border:1px solid #dbe5ec;border-radius:6px;background:#fff;color:#526b80}.verify-modal__close:hover{background:#f2f7fa;color:#253f56}.verify-modal__close svg{width:18px;height:18px}.verify-modal__body{padding:20px}.verify-modal__body .authorization-result{border:0;border-radius:0}.verify-modal__body .authorization-result__header{margin:-20px -20px 0;padding:17px 20px}.verify-modal__body .authorization-result footer{margin:0 -20px -20px;padding:11px 20px}.verify-modal__body .query-empty{padding:0;border:0;background:transparent}body.verify-modal-open{overflow:hidden}
.authorization-result{overflow:hidden;border:1px solid #d8e8dd;border-radius:8px;background:#fff}
.authorization-result__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 19px;border-bottom:1px solid #e5eee8;background:#f6fbf8}
.authorization-target{display:flex;align-items:center;gap:11px;min-width:0}
.authorization-target__icon,.query-empty__icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:7px;background:#e2f3e9;color:#16835b}
.authorization-target__icon svg,.query-empty__icon svg{width:18px;height:18px}
.authorization-target span:not(.authorization-target__icon){display:block;color:#6e7f8d;font-size:12px}
.authorization-target strong{display:block;overflow:hidden;margin-top:2px;color:#223546;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.authorization-status{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:5px 8px;border-radius:99px;font-size:12px;font-weight:700;white-space:nowrap}
.authorization-status svg{width:15px;height:15px}
.authorization-status.is-active{background:#dff3e7;color:#13734e}
.authorization-status.is-inactive{background:#fff1df;color:#a55d13}
.authorization-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-bottom:1px solid #e8eef1}
.authorization-details>div{min-width:0;padding:14px 19px;border-bottom:1px solid #e8eef1}
.authorization-details>div:nth-last-child(-n+2){border-bottom:0}
.authorization-details span{display:block;margin-bottom:4px;color:#778897;font-size:12px}
.authorization-details strong{display:block;overflow:hidden;color:#2b3d4f;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.authorization-result footer{padding:11px 19px;color:#7b8b98;font-size:12px;background:#fbfcfd}
.query-empty{display:flex;gap:13px;align-items:flex-start;padding:18px 19px;border:1px solid #f1dec7;border-radius:8px;background:#fffaf5;color:#4d5f6c}
.query-empty__icon{background:#fff0df;color:#b76719}
.query-empty strong{display:block;color:#34495b;font-size:15px}
.query-empty p{margin:3px 0 4px;font-size:13px;line-height:1.55}
.query-empty p b{color:#2d5677;font-weight:700}
.query-empty div>span{color:#7a8b96;font-size:12px;line-height:1.5}
.result.is-error{margin-top:18px;color:#c6403d;font-size:13px;font-weight:600}
@media(min-width:761px){.sidebar{padding-top:26px}.sidebar-top{margin-bottom:33px}.brand{font-weight:750}.menu-item{min-height:48px}.sidebar-note{padding-top:18px}.content:before{position:fixed;z-index:-1;top:0;bottom:0;left:0;width:200px;border-right:1px solid rgba(223,231,238,.65);content:""}.sidebar-collapsed .content:before{width:68px}}
@media(max-width:760px){.content{padding-top:0;padding-bottom:128px}.content.content-compact{padding-top:6px}.content-header{min-height:38px;margin-bottom:4px}.content-header h1{margin:0;font-size:18px;line-height:1.2}.support{display:grid;place-items:center;width:38px;min-height:38px;padding:0}.support svg{width:18px;height:18px}.hero-panel{display:flex;min-height:132px;margin-bottom:14px;padding:18px 20px;border-radius:9px}.hero-panel h2{margin:0 0 6px;font-size:19px;line-height:1.35}.hero-panel p{font-size:13px;line-height:1.5}.hero-seal{display:none}.hero-actions{margin-top:11px;gap:12px}.soft-button{min-width:0;min-height:36px;padding:0 14px;font-size:13px;background:#2589d7;color:#fff}.query-notice{gap:10px;margin:0 0 14px;padding:12px 14px}.query-notice>svg{width:18px;height:18px}.query-notice strong{font-size:13px}.query-notice p{font-size:11px;line-height:1.45}.view:not(#view-verify)>.panel{padding:16px}.view:not(#view-verify) .section-title{margin-bottom:10px;padding-bottom:9px}.view:not(#view-verify) .section-title h2{font-size:18px;line-height:1.25}.view:not(#view-verify) .section-title p{margin-top:4px;font-size:12px;line-height:1.4}.view:not(#view-verify) .feature-strip{gap:6px;margin-bottom:12px}.view:not(#view-verify) .feature-strip article{display:grid;grid-template-columns:22px auto minmax(0,1fr);gap:9px;align-items:center;padding:10px 12px}.view:not(#view-verify) .feature-strip svg{width:20px;height:20px}.view:not(#view-verify) .feature-strip strong{font-size:13px;white-space:nowrap}.view:not(#view-verify) .feature-strip span{margin:0;font-size:11px;line-height:1.35}.view:not(#view-verify) .stack-form{gap:12px}.view:not(#view-verify) .stack-form label{gap:4px}.view:not(#view-verify) .stack-form input,.view:not(#view-verify) .stack-form select,.view:not(#view-verify) .stack-form textarea{padding:9px 11px}.view:not(#view-verify) .download-grid{gap:10px}.view:not(#view-verify) .download-grid article{padding:14px}.stat-grid article{min-height:82px}.form-panel{padding:23px}.form-intro{padding-bottom:14px}.support{box-shadow:none}.service-status{display:none}.sidebar .menu-item{color:#53687d;text-shadow:0 1px 0 rgba(255,255,255,.72)}.sidebar .menu-item.active{background:transparent;color:#1268bc}.sidebar .menu-icon{background:rgba(255,255,255,.58);color:#62778a}.sidebar .menu-item.active .menu-icon{background:#2589d7;color:#fff}.sidebar .menu-label{font-weight:700}}
@media(max-width:760px){.header-actions{gap:6px}.support,.theme-toggle{width:34px;min-height:34px;border-radius:6px;box-shadow:none}.support svg,.theme-toggle svg{width:17px;height:17px}}

/* Persisted day/night appearance. */
body.theme-dark{--ink:#e8f0f6;--muted:#aab9c6;--line:#35495a;--bg:#101923;background:#101923;color:#e8f0f6;color-scheme:dark}body.theme-dark .content:before{border-color:rgba(79,103,122,.55)}body.theme-dark .panel,body.theme-dark .form-panel,body.theme-dark .feature-strip article,body.theme-dark .download-grid article,body.theme-dark .query-notice,body.theme-dark .support,body.theme-dark .theme-toggle{border-color:#33495b;background:#182531;color:#e8f0f6;box-shadow:none}body.theme-dark .hero-panel{border-color:#314a5e;background:#142635;color:#eef7ff}body.theme-dark .hero-panel h2{color:#eef7ff}body.theme-dark .hero-panel p,body.theme-dark .form-intro p,body.theme-dark .section-title p,body.theme-dark .query-notice,body.theme-dark .feature-strip span,body.theme-dark .download-grid p{color:#aebfcd}body.theme-dark .form-intro,body.theme-dark .section-title{border-color:#33495b}body.theme-dark #verify-form label,body.theme-dark label{color:#bdcad5}body.theme-dark #verify-form input,body.theme-dark input,body.theme-dark select,body.theme-dark textarea{border-color:#496174;background:#111d27;color:#edf5fa}body.theme-dark #verify-form input::placeholder{color:#71889a}body.theme-dark #verify-form input:focus{border-color:#50a6e8;box-shadow:0 0 0 3px rgba(80,166,232,.18)}body.theme-dark .query-notice strong,body.theme-dark .form-intro h3,body.theme-dark .section-title h2{color:#edf5fa}body.theme-dark .theme-toggle{color:#f4cb69}body.theme-dark .verify-modal__dialog{border-color:#3a5367;background:#182531;color:#e8f0f6}body.theme-dark .verify-modal__dialog>header{border-color:#354c5f}body.theme-dark .verify-modal__dialog h2{color:#edf5fa}body.theme-dark .verify-modal__close{border-color:#3b5366;background:#20313f;color:#dce8f0}body.theme-dark .authorization-result{background:#182531}body.theme-dark .authorization-result__header{border-color:#395364;background:#1d302b}body.theme-dark .authorization-target strong,body.theme-dark .authorization-details strong{color:#edf5fa}body.theme-dark .authorization-target span:not(.authorization-target__icon),body.theme-dark .authorization-details span,body.theme-dark .authorization-result footer{color:#aabcc9}body.theme-dark .authorization-details,body.theme-dark .authorization-details>div{border-color:#354c5f}body.theme-dark .authorization-result footer{background:#14212c}body.theme-dark .query-empty{border-color:#6b5942;background:#2b241c;color:#d8c7af}body.theme-dark .query-empty strong{color:#f2e1c9}body.theme-dark .query-empty div>span{color:#c4b7a5}
@media(max-width:760px){.stat-grid{gap:12px}.stat-grid article{min-height:86px;padding:16px 18px}.stat-grid article svg{width:28px;height:28px;flex:0 0 auto}.stat-grid article div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:baseline}.stat-grid strong{font-size:24px;line-height:1}.stat-grid span{margin-top:0;font-size:13px;line-height:1.35}}
@media(max-width:760px){.feature-strip,.download-grid{grid-template-columns:1fr}.download-grid article{padding:17px}.feature-strip article{padding:14px}}
@media(max-width:760px){#verify-form{grid-template-columns:1fr;gap:10px}#verify-form input{min-height:50px}#verify-form button{width:100%;min-height:50px}.field-error{margin-top:-2px}.verify-modal{padding:14px}.verify-modal__dialog{max-height:calc(100vh - 28px);border-radius:9px}.verify-modal__dialog>header{padding:14px 16px}.verify-modal__body{padding:16px}.verify-modal__body .authorization-result__header{margin:-16px -16px 0;padding:15px 16px}.verify-modal__body .authorization-result footer{margin:0 -16px -16px;padding:10px 16px}.authorization-result__header{align-items:flex-start;gap:12px;padding:15px}.authorization-status{margin-top:1px}.authorization-details{grid-template-columns:1fr}.authorization-details>div{padding:12px 15px;border-bottom:1px solid #e8eef1}.authorization-details>div:nth-last-child(-n+2){border-bottom:1px solid #e8eef1}.authorization-details>div:last-child{border-bottom:0}.authorization-result footer{padding:10px 15px}.query-empty{padding:16px}}
