:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #242d24;
  background: #f6f8f3;
  font-synthesis: none;
  --ink: #242d24;
  --green: #b9ed68;
  --muted: #838b7e;
  --line: #e5e9df;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid #658f38; outline-offset: 4px; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1224px; height: 78px; padding: 0 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 26px; font-weight: 750; letter-spacing: -1px; text-decoration: none; }
.brand-icon { width: 33px; height: 33px; border-radius: 9px; display: grid; place-items: center; background: var(--green); font-size: 27px; line-height: 1; }
.brand-description { margin-left: 12px; padding-left: 13px; border-left: 1px solid #dce1d7; font-size: 12px; font-weight: 450; letter-spacing: 1px; vertical-align: middle; color: #788171; }
nav { display: flex; gap: 30px; align-items: center; }
nav a { color: #73806c; text-decoration: none; font-size: 12px; }
nav a:hover { color: var(--ink); }
nav .nav-query { color: var(--ink); font-weight: 600; }
nav span { margin-left: 7px; }
.workspace { max-width: 1224px; padding: 0 32px; margin: 30px auto 0; }
.hero { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 48px; background: #dff4bc; border-radius: 14px; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 7px; color: #506b35; font-size: 11px; letter-spacing: 1px; }
.eyebrow > span { display: block; width: 6px; height: 6px; border-radius: 50%; background: #658846; }
h1 { margin: 18px 0 11px; font-size: clamp(32px, 3.6vw, 44px); font-weight: 650; line-height: 1.4; letter-spacing: -1px; }
.mobile-break { display: none; }
.hero-copy > p { color: #647651; font-size: 13px; line-height: 1.9; margin: 0; }
.hero-tags { display: flex; gap: 9px; margin-top: 23px; }
.hero-tags span { font-size: 10px; color: #55713c; padding: 5px 9px; border: 1px solid #bccfa5; border-radius: 4px; }
.ticket-art { width: 214px; flex: 0 0 214px; transform: rotate(6deg); background: #edf9db; border: 1px solid #61784b; border-radius: 8px; box-shadow: 7px 7px 0 #b8d596; }
.ticket-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px dashed #9bb482; color: #55713c; font-size: 11px; letter-spacing: 2px; }
.ticket-top span:last-child { font-size: 20px; line-height: 1; }
.ticket-middle { display: flex; align-items: center; gap: 10px; margin: 25px 18px; font-size: 19px; font-weight: 550; color: #4b6238; }
.ticket-middle svg { width: 30px; height: 30px; }
.ticket-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 17px; border-top: 1px dashed #9bb482; color: #7a8d69; font-size: 6px; letter-spacing: 1px; line-height: 1.6; }
.barcode { width: 64px; height: 23px; background: repeating-linear-gradient(90deg, #5e754e 0 2px, transparent 2px 5px, #5e754e 5px 6px, transparent 6px 9px, #5e754e 9px 12px, transparent 12px 15px); }
.query-panel { margin-top: 24px; padding: 25px 28px 21px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.heading-label { display: flex; align-items: center; gap: 10px; }
.section-number { font-size: 10px; color: #738565; padding: 5px 7px; background: #eef3e8; border-radius: 4px; }
h2 { font-size: 17px; font-weight: 600; margin: 0; letter-spacing: .4px; }
.section-heading > p, .section-caption { font-size: 11px; color: var(--muted); margin: 0; }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr) 137px; gap: 18px; align-items: start; }
.form-group { min-width: 0; }
label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; gap: 5px; font-size: 12px; font-weight: 550; }
label span { font-size: 9px; color: #929b8c; font-weight: 400; }
input { display: block; width: 100%; min-width: 0; height: 46px; padding: 0 12px; border: 1px solid #dfe5d8; border-radius: 6px; background: #fbfcf9; color: var(--ink); font-size: 12px; transition: border-color .15s, box-shadow .15s; }
input::placeholder { color: #a3ac9b; }
input:focus { outline: none; border-color: #84a460; box-shadow: 0 0 0 3px #92b96b17; background: white; }
input[aria-invalid="true"] { border-color: #bf6b56; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 52px; }
.password-toggle { position: absolute; right: 5px; top: 7px; height: 32px; border: 0; border-radius: 4px; background: transparent; color: #74836b; font-size: 10px; padding: 0 8px; }
.password-toggle:hover { background: #edf3e5; }
.field-error { margin: 6px 0 0; color: #a85543; font-size: 10px; line-height: 1.6; }
.field-error:empty { display: none; }
.captcha-container { display: flex; gap: 8px; }
.captcha-container input { flex: 1; }
.captcha-button { padding: 0; flex: 0 0 102px; width: 102px; height: 46px; overflow: hidden; background: #f3f8ec; border: 1px solid #dfe5d8; border-radius: 6px; }
.captcha-button:hover { border-color: #84a460; }
.captcha-button img { display: block; width: 100%; height: 100%; object-fit: contain; }
.submit-button { height: 46px; margin-top: 24px; border: 0; border-radius: 6px; background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 15px; font-size: 12px; font-weight: 550; transition: background .15s; }
.submit-button span:last-child { font-size: 21px; line-height: 1; color: var(--green); }
.submit-button:hover { background: #3c4f30; }
.submit-button:disabled, input:disabled, .password-toggle:disabled, .captcha-button:disabled { opacity: .65; cursor: wait; }
.privacy-note { display: flex; align-items: center; gap: 6px; color: #98a08f; font-size: 10px; margin: 16px 0 0; }
.privacy-note svg { width: 12px; height: 12px; }
.query-feedback { font-size: 12px; padding: 10px 13px; margin: 13px 0 0; line-height: 1.7; background: #fff2ec; color: #a85543; border-radius: 5px; }
.query-feedback[data-state="success"] { background: #edf6e4; color: #537735; }
.result-section { margin-top: 29px; }
.result-section > .section-heading { margin-bottom: 16px; padding: 0 2px; }
.empty-result { min-height: 225px; padding: 35px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: white; text-align: center; }
.empty-icon { width: 60px; height: 60px; display: grid; place-items: center; color: #93a880; background: #f0f5e9; border-radius: 14px; margin-bottom: 16px; transform: rotate(-5deg); }
.empty-icon svg { width: 36px; height: 36px; }
.empty-result h3 { font-size: 13px; font-weight: 550; color: #78896b; margin: 0 0 9px; }
.empty-result p { font-size: 11px; color: #a1ab98; line-height: 1.8; margin: 0; }
.result-card { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.result-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; gap: 9px; }
.result-item { min-width: 0; padding: 17px 21px; background: #f7f9f3; border-radius: 7px; }
.result-item dt { font-size: 11px; color: #8a9580; margin-bottom: 10px; }
.result-item dd { font-size: 15px; font-weight: 550; color: var(--ink); line-height: 1.6; margin: 0; overflow-wrap: anywhere; }
.result-item:nth-child(7) { background: #dff4bc; }
.result-item:nth-child(7) dt { color: #657c4c; }
.result-item:nth-child(7) dd { font-size: 21px; }
.status-badge { display: inline-block; padding: 3px 8px; border: 1px solid #dbe4d0; border-radius: 4px; background: #f0f5e8; color: #657c4c; font-size: 12px; font-weight: 500; }
.detail-section { padding: 22px 25px; margin-top: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.detail-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 17px; }
.detail-heading h3 { font-size: 14px; font-weight: 550; margin: 0; }
.detail-heading > span { color: #93a087; font-size: 10px; }
.detail-empty { padding: 20px; color: #8a9580; font-size: 12px; text-align: center; }
.detail-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; }
.detail-table { width: 100%; border-collapse: collapse; text-align: left; }
.detail-table th, .detail-table td { padding: 13px 15px; white-space: nowrap; font-size: 11px; border-bottom: 1px solid var(--line); }
.detail-table th { background: #f3f7ec; font-weight: 500; color: #77886a; }
.detail-table tr:last-child td { border-bottom: 0; }
.back-button { display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 0; border-radius: 6px; background: var(--green); color: var(--ink); padding: 13px 17px; margin: 18px 0 0 auto; font-size: 12px; }
.back-button:hover { background: #a8de57; }
.help-section { margin: 34px 0 32px; }
.help-section .section-heading { margin-bottom: 15px; }
.help-symbol { color: #81936f; border: 1px solid #bccbaa; border-radius: 50%; display: grid; place-items: center; width: 23px; height: 23px; font-size: 12px; }
.help-section h2 { font-size: 14px; }
.help-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 7px; background: #fbfcf8; padding: 0 17px; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; color: #718164; cursor: pointer; font-size: 11px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: #8b9a7d; font-size: 14px; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 16px; color: #8b9780; font-size: 11px; line-height: 1.9; }
.site-footer { max-width: 1160px; margin: 0 auto; padding: 22px 0 27px; border-top: 1px solid #e0e6d8; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #94a188; font-size: 10px; }
.site-footer > span:first-child { color: #75846b; font-size: 17px; font-weight: 650; letter-spacing: -.5px; }
.footer-caption { color: #98a38d; font-size: 10px; font-weight: 400; margin-left: 16px; letter-spacing: 0; }
@media (max-width: 1224px) { .site-footer { margin-left: 32px; margin-right: 32px; } }
@media (max-width: 1000px) { .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 17px; } .submit-button { align-self: end; margin-top: 23px; } .hero { padding: 32px 35px; } }
@media (max-width: 680px) { .header-inner { height: 68px; padding: 0 20px; } .brand { font-size: 23px; } .brand-description { margin-left: 9px; padding-left: 9px; font-size: 10px; } nav { gap: 0; } nav .nav-query { display: none; } nav a { font-size: 10px; } .workspace { padding: 0 20px; margin-top: 20px; } .hero { position: relative; padding: 27px 25px; } .hero-copy { position: relative; z-index: 1; } h1 { font-size: 32px; margin-top: 16px; } .hero-copy > p { font-size: 11px; } .mobile-break { display: block; } .hero-tags { gap: 6px; margin-top: 18px; } .hero-tags span { font-size: 9px; padding: 4px 7px; } .ticket-art { position: absolute; right: -71px; top: 60px; width: 162px; opacity: .22; transform: rotate(16deg); } .ticket-middle { font-size: 15px; margin: 17px; } .query-panel { margin-top: 18px; padding: 22px 21px; } .query-panel .section-heading > p { display: none; } .section-heading { margin-bottom: 21px; } .form-row { grid-template-columns: 1fr; gap: 18px; } input { height: 48px; } .captcha-button { height: 48px; flex-basis: 112px; width: 112px; } .submit-button { height: 48px; margin-top: 0; } .privacy-note { font-size: 9px; line-height: 1.7; } .section-caption { display: none; } h2 { font-size: 16px; } .result-section { margin-top: 25px; } .empty-result { min-height: 215px; padding: 30px 22px; } .empty-result p { max-width: 220px; font-size: 10px; } .result-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; } .result-item { padding: 15px 12px; } .result-item dd { font-size: 13px; } .result-item:last-child { grid-column: 1 / -1; } .result-item:nth-child(7) dd { font-size: 18px; } .result-card { padding: 10px; } .detail-section { padding: 21px 16px; } .help-items { grid-template-columns: 1fr; gap: 9px; } .help-section { margin: 27px 0; } .site-footer { margin: 0 20px; } .footer-caption { display: none; } }
@media (max-width: 370px) { .header-inner { padding: 0 14px; gap: 10px; } .workspace { padding: 0 12px; } .hero { padding: 25px 22px; } .query-panel { padding: 22px 19px; } .site-footer { margin: 0 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
