:root {
    font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
    color: #242c36;
    background: #fbfaf7;
    font-synthesis: none;
    --accent: #eb704c;
    --ink: #252e39;
    --muted: #7a7d81;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}
body {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input {
    font: inherit;
}
button,
a,
input,
summary {
    -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
    outline: 3px solid #ed987a;
    outline-offset: 5px;
}
[hidden] {
    display: none !important;
}
.shell {
    width: min(1120px, calc(100% - 64px));
    margin-inline: auto;
}
.site-header {
    border-bottom: 1px solid #e9e6e0;
    background: #fbfaf7ee;
}
.nav-shell {
    width: min(1280px, calc(100% - 64px));
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 24px;
}
.wordmark {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}
.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    background: var(--accent);
    border-radius: 10px;
    font-size: 23px;
    color: white;
    font-weight: 800;
    letter-spacing: -2px;
}
.brand-mark > span {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #f7c96c;
    right: -3px;
    top: -3px;
    border: 2px solid #fbfaf7;
    border-radius: 50%;
    box-sizing: content-box;
}
.brand-divider {
    height: 18px;
    width: 1px;
    background: #d6d4cf;
    margin: 0 5px 0 10px;
}
.brand-label {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #73777b;
}
.nav-links {
    display: flex;
    gap: 32px;
    font-size: 13px;
}
.nav-links a {
    position: relative;
    padding-block: 34px;
    color: #767b80;
}
.nav-links a:hover,
.nav-links .selected {
    color: var(--ink);
}
.nav-links .selected:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
}
.official-label {
    font-size: 11px;
    border: 1px solid #e3ded5;
    padding: 9px 12px;
    border-radius: 30px;
    color: #74786f;
    white-space: nowrap;
}
.official-label i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #7f9279;
    border-radius: 50%;
    margin-right: 6px;
}
.hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    min-height: 480px;
    padding-block: 56px;
    gap: 40px;
}
.eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 23px;
}
.eyebrow > span {
    width: 19px;
    height: 2px;
    background: var(--accent);
}
h1 {
    font-size: clamp(40px, 4.5vw, 62px);
    line-height: 1.27;
    letter-spacing: -2px;
    margin: 0;
    font-weight: 800;
}
.accent {
    color: var(--accent);
}
.hero-description {
    font-size: 14px;
    line-height: 2.1;
    color: #838487;
    margin: 24px 0 18px;
}
.hero-link {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
}
.hero-link span {
    font-size: 20px;
    color: var(--accent);
}
.hero-art {
    height: 360px;
    position: relative;
    isolation: isolate;
}
.hero-art:before {
    content: '';
    position: absolute;
    inset: -30px;
    background: radial-gradient(ellipse, #f7dfc7a0, transparent 68%);
    z-index: -2;
}
.art-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#cec5b7 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(ellipse, #0006, transparent 70%);
    z-index: -1;
}
.orbit {
    position: absolute;
    border: 1px solid #dfd5c7;
    border-radius: 50%;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%) rotate(-25deg);
}
.orbit-one {
    width: 380px;
    height: 280px;
}
.orbit-two {
    width: 315px;
    height: 340px;
    transform: translate(-50%, -50%) rotate(25deg);
}
.orbit-dot {
    position: absolute;
    border-radius: 50%;
    background: #d6c6b1;
    width: 9px;
    height: 9px;
}
.dot-one {
    left: 12%;
    top: 34%;
}
.dot-two {
    right: 16%;
    bottom: 14%;
    width: 6px;
    height: 6px;
    background: #eda27d;
}
.shield-card {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%) rotate(-9deg);
    width: 174px;
    height: 204px;
    background: linear-gradient(140deg, #ffab7a, #ec704c 68%, #d46246);
    border: 1px solid #edb190;
    border-radius: 35px;
    box-shadow: 8px 15px 0 #dcbd9c22, 0 28px 40px #c9804428, inset 0 2px 2px #ffd9b9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shield-card svg {
    width: 110px;
    height: 128px;
    filter: drop-shadow(0 6px 5px #96451715);
}
.shield-card > span {
    font-size: 8px;
    color: #fff8ed;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 4px;
}
.art-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 19px;
    border: 1px solid #eee5da;
    border-radius: 12px;
    background: #fffdf9ed;
    box-shadow: 0 10px 35px #55503c09;
    font-size: 12px;
    font-weight: 600;
}
.art-label small {
    display: block;
    font-size: 8px;
    letter-spacing: 1px;
    color: #9a9a95;
    font-weight: 400;
    margin-top: 5px;
}
.label-top {
    right: 4%;
    top: 25px;
    transform: rotate(5deg);
}
.label-bottom {
    left: 1%;
    bottom: 37px;
    transform: rotate(-4deg);
}
.small-check {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: #edf3e9;
    color: #8a9b7c;
    border-radius: 50%;
    font-size: 14px;
}
.mini-globe {
    font-size: 28px;
    font-weight: 400;
    color: #c08c65;
}
.art-caption {
    position: absolute;
    bottom: 0;
    right: 8%;
    font-size: 8px;
    letter-spacing: 2px;
    color: #b6a590;
    display: flex;
    gap: 18px;
    align-items: center;
}
.art-caption span {
    font-size: 20px;
}
.lookup-section {
    scroll-margin-top: 24px;
}
.lookup-card {
    background: var(--ink);
    color: #fff;
    border-radius: 18px;
    padding: 32px 38px;
    position: relative;
    overflow: hidden;
}
.lookup-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
}
.section-kicker {
    font-size: 9px;
    letter-spacing: 1.7px;
    font-weight: 600;
    color: #a2a3a2;
}
.lookup-card .section-kicker {
    color: #9aa1a8;
}
.lookup-heading h2 {
    font-size: 23px;
    letter-spacing: 0.2px;
    margin: 10px 0 0;
    font-weight: 600;
}
.no-login {
    color: #aeb4bc;
    font-size: 11px;
    white-space: nowrap;
}
.no-login > span {
    color: #d2bc98;
    font-size: 18px;
    margin-right: 8px;
}
#query-form label {
    display: block;
    font-size: 11px;
    color: #c2c7ce;
    margin-bottom: 10px;
}
.query-input {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 6px 6px 6px 19px;
}
.input-globe {
    color: #a9aeb4;
    font-size: 25px;
}
.query-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 12px 0;
    font-size: 14px;
    color: #333b45;
    outline: none;
}
.query-input:focus-within {
    box-shadow: 0 0 0 3px #eb704c66;
}
.query-input input::placeholder {
    color: #a4a6aa;
}
.query-input button {
    border: 0;
    background: var(--accent);
    color: white;
    border-radius: 6px;
    padding: 14px 30px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.query-input button:hover {
    background: #d96342;
}
.query-input button:disabled {
    opacity: 0.65;
    cursor: wait;
}
.input-hint {
    font-size: 10px;
    color: #89939e;
    line-height: 1.7;
    margin: 13px 0 0;
}
#query-error {
    background: #fff0eb;
    border: 1px solid #edc2b4;
    color: #a24b33;
    font-size: 13px;
    line-height: 1.8;
    padding: 17px 24px;
    border-radius: 12px;
}
#query-result {
    background: white;
    border: 1px solid #e6e3dd;
    border-radius: 16px;
    margin-top: 18px;
    padding: 30px 36px;
    box-shadow: 0 10px 30px #323a4203;
}
.result-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.badge {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}
.active {
    color: #588067;
    background: #edf5ef;
}
.pending {
    color: #696b9e;
    background: #f0f0fa;
}
.expired {
    color: #ac7d39;
    background: #fbf2e3;
}
.disabled {
    color: #797e84;
    background: #f0f1f3;
}
#query-title {
    font-size: 23px;
    margin: 12px 0 6px;
}
#query-description {
    font-size: 12px;
    color: #8a8d91;
    line-height: 1.8;
    margin: 0;
}
.result-seal {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid #e8e3da;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 800;
    color: #c7beaf;
}
dl {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 20px;
    border-top: 1px solid #eeeae5;
    margin: 24px 0 0;
    padding-top: 22px;
}
dt {
    font-size: 10px;
    color: #93979b;
    margin-bottom: 9px;
}
dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
}
.result-note {
    font-size: 10px;
    color: #a2a3a5;
    margin: 22px 0 0;
    line-height: 1.8;
}
.guide-section {
    padding-block: 68px 56px;
}
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.section-heading h2,
.faq-heading h2 {
    font-size: 27px;
    margin: 11px 0 0;
    letter-spacing: -0.5px;
}
.section-heading > p,
.faq-heading > p {
    font-size: 12px;
    color: #969797;
    line-height: 1.9;
    margin: 0;
}
.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.guide-grid article {
    border-top: 1px solid #dcdad4;
    padding-top: 21px;
}
.guide-number {
    font-size: 12px;
    color: #ada89d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
}
.guide-number > span {
    font-size: 20px;
    color: #bfb7a8;
}
.guide-grid h3 {
    font-size: 16px;
    margin: 20px 0 12px;
    font-weight: 600;
}
.guide-grid p {
    color: #949494;
    font-size: 12px;
    line-height: 2;
    margin: 0;
}
.faq-section {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 65px;
    padding-block: 35px 75px;
    border-top: 1px solid #e6e2da;
}
.faq-heading > p {
    margin-top: 15px;
}
.faq-list details {
    border-bottom: 1px solid #e3dfd8;
    padding: 19px 0;
}
.faq-list details:first-child {
    padding-top: 4px;
}
.faq-list summary {
    font-size: 13px;
    line-height: 1.8;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary > span {
    color: #b5aa96;
    font-size: 18px;
    flex-shrink: 0;
}
.faq-list details[open] summary > span {
    transform: rotate(45deg);
}
.faq-list details p {
    font-size: 12px;
    line-height: 2;
    color: #929394;
    padding-right: 20px;
    margin: 13px 0 0;
}
.site-footer {
    border-top: 1px solid #e5e1d9;
}
.footer-inner {
    min-height: 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-brand {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-brand span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    color: #9b9c9e;
}
.footer-inner > p,
.footer-inner > a:last-child {
    font-size: 10px;
    color: #979894;
}
.footer-inner > a:last-child:hover {
    color: var(--accent);
}
@media (min-width: 1500px) {
    .hero {
        min-height: 520px;
    }
}
@media (max-width: 1000px) {
    .official-label {
        display: none;
    }
    .hero {
        gap: 15px;
    }
    .orbit-one {
        width: 310px;
        height: 260px;
    }
    .orbit-two {
        width: 260px;
        height: 320px;
    }
    .label-top {
        right: -5%;
    }
    .label-bottom {
        left: -4%;
    }
    .art-label {
        padding: 12px;
    }
    .hero-art {
        height: 340px;
    }
    dl {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .guide-grid {
        gap: 25px;
    }
}
@media (max-width: 720px) {
    .shell,
    .nav-shell {
        width: calc(100% - 40px);
    }
    .nav-shell {
        height: 72px;
    }
    .wordmark {
        font-size: 22px;
    }
    .brand-mark {
        width: 29px;
        height: 29px;
        font-size: 21px;
    }
    .brand-label,
    .brand-divider {
        display: none;
    }
    .nav-links {
        gap: 18px;
        font-size: 11px;
    }
    .nav-links a {
        padding-block: 25px;
    }
    .nav-links .selected:after {
        bottom: 13px;
    }
    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-block: 45px 36px;
    }
    .hero-art {
        display: none;
    }
    .eyebrow {
        font-size: 8px;
        letter-spacing: 1.6px;
        margin-bottom: 19px;
    }
    h1 {
        font-size: 45px;
        letter-spacing: -1.5px;
    }
    .hero-description {
        font-size: 12px;
        margin: 20px 0 14px;
    }
    .hero-link {
        font-size: 11px;
    }
    .lookup-card {
        padding: 26px 22px;
        border-radius: 14px;
    }
    .lookup-heading {
        display: block;
        margin-bottom: 22px;
    }
    .lookup-heading h2 {
        font-size: 22px;
    }
    .no-login {
        display: block;
        font-size: 10px;
        margin-top: 14px;
    }
    .no-login > span {
        font-size: 14px;
    }
    .query-input {
        flex-wrap: wrap;
        padding: 7px;
        gap: 0;
        background: transparent;
        border: none;
    }
    .input-globe {
        display: none;
    }
    .query-input input {
        background: white;
        border-radius: 6px;
        padding: 16px 13px;
        font-size: 12px;
        margin: -7px -7px 12px;
        width: calc(100% + 14px);
        flex-basis: calc(100% + 14px);
        flex-shrink: 0;
    }
    .query-input button {
        width: calc(100% + 14px);
        margin: 0 -7px -7px;
        padding: 14px;
        flex-shrink: 0;
    }
    .query-input:focus-within {
        box-shadow: none;
    }
    .query-input input:focus {
        outline: 3px solid #f5997466;
    }
    .input-hint {
        font-size: 9px;
        line-height: 1.9;
        margin-top: 16px;
    }
    #query-result {
        padding: 23px 22px;
    }
    #query-title {
        font-size: 21px;
    }
    #query-description {
        font-size: 11px;
    }
    .result-seal {
        width: 39px;
        height: 39px;
        font-size: 18px;
    }
    dl {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-top: 18px;
        margin-top: 20px;
    }
    dl > div {
        display: flex;
        justify-content: space-between;
        gap: 18px;
    }
    dt {
        margin: 0;
        flex-shrink: 0;
        font-size: 10px;
        line-height: 1.8;
    }
    dd {
        font-size: 11px;
        text-align: right;
    }
    .guide-section {
        padding-block: 43px 33px;
    }
    .section-heading h2,
    .faq-heading h2 {
        font-size: 24px;
    }
    .section-heading > p {
        display: none;
    }
    .guide-grid {
        grid-template-columns: 1fr;
        gap: 23px;
    }
    .guide-grid article {
        padding-top: 15px;
    }
    .guide-grid h3 {
        margin: 12px 0 8px;
        font-size: 15px;
    }
    .guide-grid p {
        font-size: 11px;
        line-height: 2;
    }
    .guide-number {
        font-size: 10px;
    }
    .faq-section {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-block: 30px 43px;
    }
    .faq-heading > p {
        font-size: 11px;
        margin-top: 10px;
    }
    .faq-list summary {
        font-size: 12px;
    }
    .faq-list details p {
        font-size: 11px;
    }
    .footer-inner {
        flex-wrap: wrap;
        gap: 12px;
        padding-block: 24px;
    }
    .footer-brand {
        width: 100%;
        font-size: 18px;
    }
    .footer-inner > p {
        margin: 0;
    }
    .footer-inner > a:last-child {
        margin-left: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    * {
        transition: none !important;
    }
}
@media (max-width: 380px) {
    .nav-shell {
        gap: 10px;
    }
    .wordmark {
        font-size: 19px;
        gap: 7px;
    }
    .brand-mark {
        width: 26px;
        height: 26px;
        font-size: 19px;
    }
    .nav-links {
        gap: 12px;
        font-size: 10px;
    }
    h1 {
        font-size: 40px;
    }
}
