Files
EIS-dotnet/src/Eis.Web/ClientApp/src/styles/home.css
T
2026-07-23 19:59:15 +08:00

713 lines
26 KiB
CSS

:root {
--hz-navy-950: #071c35;
--hz-navy-900: #0d2d54;
--hz-navy-800: #113b6c;
--hz-blue-700: #17558f;
--hz-blue-100: #e8f0f8;
--hz-red-700: #9f3038;
--hz-red-100: #f8e9e9;
--hz-ink: #182536;
--hz-muted: #5d6c7d;
--hz-line: #d5dee8;
--hz-paper: #f4f7fa;
--hz-white: #ffffff;
--hz-title: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, SimSun, serif;
--hz-body: "Inter", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
color: var(--hz-ink);
font-family: var(--hz-body);
font-synthesis: none;
}
html { scroll-behavior: smooth; }
body {
margin: 0;
min-width: 320px;
background: var(--hz-white);
color: var(--hz-ink);
}
.hz-site,
.hz-site * { box-sizing: border-box; }
.hz-site {
min-height: 100vh;
background: var(--hz-white);
color: var(--hz-ink);
font-family: var(--hz-body);
line-height: 1.6;
}
.hz-site button,
.hz-failure button {
margin: 0;
border: 0;
font: inherit;
}
.hz-site button { cursor: pointer; }
.hz-site button:focus-visible,
.hz-site a:focus-visible,
.hz-failure button:focus-visible {
outline: 3px solid #e2a918;
outline-offset: 3px;
}
.hz-container {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.hz-skip {
position: fixed;
z-index: 100;
top: 10px;
left: 10px;
padding: 10px 16px;
border-radius: 3px;
background: var(--hz-white);
color: var(--hz-navy-900);
font-weight: 700;
transform: translateY(-160%);
transition: transform 160ms ease;
}
.hz-skip:focus { transform: translateY(0); }
.hz-service-bar {
min-height: 38px;
background: var(--hz-navy-950);
color: #dbe7f4;
font-size: 12px;
letter-spacing: .04em;
}
.hz-service-bar__inner {
min-height: 38px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.hz-service-bar p,
.hz-service-bar div { display: flex; align-items: center; gap: 18px; margin: 0; }
.hz-service-bar p span {
width: 7px;
height: 7px;
border-radius: 50%;
background: #5ba8e5;
box-shadow: 0 0 0 4px rgba(91, 168, 229, .14);
}
.hz-service-bar button {
padding: 0 0 0 18px;
border-left: 1px solid rgba(255,255,255,.2);
background: transparent;
color: #fff;
font-size: 12px;
}
.hz-header {
position: sticky;
z-index: 30;
top: 0;
border-bottom: 1px solid var(--hz-line);
background: rgba(255,255,255,.97);
box-shadow: 0 6px 22px rgba(9, 34, 62, .06);
backdrop-filter: blur(14px);
}
.hz-header__inner {
min-height: 78px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 34px;
}
.hz-brand {
display: inline-flex;
align-items: center;
gap: 13px;
padding: 0;
background: transparent;
color: var(--hz-navy-900);
text-align: left;
}
.hz-brand__seal {
width: 44px;
height: 44px;
flex: 0 0 44px;
display: grid;
place-items: center;
border: 2px solid var(--hz-red-700);
background: var(--hz-red-700);
color: #fff;
font-family: var(--hz-title);
font-size: 24px;
font-weight: 800;
line-height: 1;
box-shadow: inset 0 0 0 3px rgba(255,255,255,.24);
}
.hz-brand__copy { display: flex; flex-direction: column; line-height: 1.1; }
.hz-brand__copy strong { font-family: var(--hz-title); font-size: 20px; letter-spacing: .08em; }
.hz-brand__copy small { margin-top: 7px; color: #63758b; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.hz-nav {
display: flex;
align-self: stretch;
align-items: stretch;
justify-content: center;
gap: 2px;
}
.hz-nav button {
position: relative;
padding: 0 17px;
background: transparent;
color: #34465c;
font-size: 14px;
font-weight: 650;
}
.hz-nav button::after {
content: "";
position: absolute;
right: 17px;
bottom: -1px;
left: 17px;
height: 3px;
background: var(--hz-red-700);
transform: scaleX(0);
transition: transform 180ms ease;
}
.hz-nav button:hover,
.hz-nav button.is-current { color: var(--hz-navy-900); }
.hz-nav button:hover::after,
.hz-nav button.is-current::after { transform: scaleX(1); }
.hz-header__actions { display: flex; align-items: center; gap: 8px; }
.hz-account-link {
min-height: 40px;
padding: 0 16px;
border: 1px solid var(--hz-navy-800) !important;
border-radius: 2px;
background: var(--hz-navy-800);
color: #fff;
font-size: 13px !important;
font-weight: 700 !important;
}
.hz-account-link:hover { background: var(--hz-navy-950); }
.hz-exit-link { padding: 9px 4px; background: transparent; color: var(--hz-muted); font-size: 13px !important; }
.hz-menu {
width: 42px;
height: 42px;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
background: transparent;
}
.hz-menu span { width: 22px; height: 2px; background: var(--hz-navy-900); }
.hz-hero {
position: relative;
overflow: hidden;
border-bottom: 1px solid var(--hz-line);
background:
linear-gradient(90deg, rgba(17,59,108,.045) 1px, transparent 1px) 0 0 / 62px 62px,
linear-gradient(rgba(17,59,108,.045) 1px, transparent 1px) 0 0 / 62px 62px,
linear-gradient(118deg, #f8fafc 0%, #f3f7fb 63%, #edf3f8 100%);
}
.hz-hero::before {
content: "准";
position: absolute;
right: max(-30px, calc((100vw - 1340px) / 2));
bottom: -160px;
color: rgba(13,45,84,.035);
font-family: var(--hz-title);
font-size: 530px;
font-weight: 900;
line-height: 1;
pointer-events: none;
}
.hz-latest {
position: relative;
z-index: 1;
width: 100%;
min-height: 46px;
display: grid;
grid-template-columns: auto 1fr auto auto;
align-items: center;
gap: 18px;
margin-top: 22px;
padding: 0 18px 0 0;
border: 1px solid #cfd9e5 !important;
border-left: 0 !important;
background: rgba(255,255,255,.78);
color: var(--hz-ink);
text-align: left;
}
.hz-latest > span {
align-self: stretch;
display: grid;
place-items: center;
padding: 0 16px;
background: var(--hz-red-700);
color: #fff;
font-size: 12px;
font-weight: 700;
letter-spacing: .08em;
}
.hz-latest strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.hz-latest time { color: var(--hz-muted); font-size: 12px; }
.hz-latest i { color: var(--hz-red-700); font-style: normal; }
.hz-hero__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
gap: 74px;
align-items: center;
padding: 74px 0 82px;
}
.hz-kicker,
.hz-section-heading p,
.hz-guide__intro > p {
margin: 0 0 15px;
color: var(--hz-blue-700);
font-size: 11px;
font-weight: 800;
letter-spacing: .2em;
text-transform: uppercase;
}
.hz-kicker::before {
content: "";
width: 28px;
height: 2px;
display: inline-block;
margin-right: 12px;
vertical-align: middle;
background: var(--hz-red-700);
}
.hz-hero__content h1 {
max-width: 700px;
margin: 0;
color: var(--hz-navy-950);
font-family: var(--hz-title);
font-size: clamp(42px, 4.6vw, 67px);
font-weight: 800;
letter-spacing: -.035em;
line-height: 1.25;
}
.hz-hero__content h1 em { display: block; color: var(--hz-navy-800); font-style: normal; }
.hz-hero__lead {
max-width: 680px;
margin: 26px 0 0;
color: #52657a;
font-size: 17px;
line-height: 1.9;
}
.hz-hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.hz-button {
min-height: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 26px;
padding: 0 22px;
border-radius: 2px;
font-size: 14px !important;
font-weight: 750 !important;
transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.hz-button:hover { transform: translateY(-2px); }
.hz-button--primary { background: var(--hz-navy-800); color: #fff; box-shadow: 0 12px 25px rgba(17,59,108,.18); }
.hz-button--primary:hover { background: var(--hz-navy-950); box-shadow: 0 15px 30px rgba(17,59,108,.25); }
.hz-button--secondary { border: 1px solid #b9c7d6 !important; background: rgba(255,255,255,.5); color: var(--hz-navy-900); }
.hz-button--secondary:hover { border-color: var(--hz-navy-800) !important; background: #fff; }
.hz-trust-list {
display: flex;
flex-wrap: wrap;
gap: 10px 28px;
margin: 34px 0 0;
}
.hz-trust-list div { display: flex; align-items: center; gap: 8px; }
.hz-trust-list dt { color: var(--hz-red-700); font-size: 11px; font-weight: 800; }
.hz-trust-list dd { margin: 0; color: #53677c; font-size: 12px; }
.hz-exam-docket {
position: relative;
background: #fff;
border: 1px solid #bdcad8;
box-shadow: 0 28px 65px rgba(14,45,78,.14);
}
.hz-exam-docket::before,
.hz-exam-docket::after {
content: "";
position: absolute;
top: 50%;
width: 17px;
height: 34px;
background: #eff4f8;
border: 1px solid #bdcad8;
transform: translateY(-50%);
}
.hz-exam-docket::before { left: -1px; border-left: 0; border-radius: 0 24px 24px 0; }
.hz-exam-docket::after { right: -1px; border-right: 0; border-radius: 24px 0 0 24px; }
.hz-exam-docket > header {
min-height: 59px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 0 24px;
border-bottom: 1px dashed #c4cfdb;
background: #f9fbfd;
}
.hz-exam-docket > header div { display: flex; align-items: center; gap: 12px; }
.hz-exam-docket > header span { color: var(--hz-navy-900); font-weight: 800; }
.hz-exam-docket > header small { color: var(--hz-muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.hz-exam-docket em,
.hz-exam-card em {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--hz-muted);
font-size: 12px;
font-style: normal;
font-weight: 700;
}
.hz-exam-docket em::before,
.hz-exam-card em::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #8392a2; }
.hz-exam-docket em.is-open,
.hz-exam-card em.is-open { color: #17673d; }
.hz-exam-docket em.is-open::before,
.hz-exam-card em.is-open::before { background: #259557; box-shadow: 0 0 0 4px #e3f4e9; }
.hz-exam-docket em.is-upcoming,
.hz-exam-card em.is-upcoming { color: #8a5714; }
.hz-exam-docket em.is-upcoming::before,
.hz-exam-card em.is-upcoming::before { background: #d99625; }
.hz-exam-docket__body { padding: 29px 30px 31px; }
.hz-exam-docket__body > p { margin: 0 0 6px; color: #8290a0; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; letter-spacing: .18em; }
.hz-exam-docket__body h2 { margin: 0 0 26px; color: var(--hz-navy-950); font-family: var(--hz-title); font-size: 25px; line-height: 1.45; }
.hz-exam-docket__body dl { margin: 0; }
.hz-exam-docket__body dl div { display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 9px 0; border-top: 1px solid #e6ebf0; }
.hz-exam-docket__body dt { color: #738296; font-size: 12px; }
.hz-exam-docket__body dd { margin: 0; color: #28384c; font-size: 12px; font-weight: 650; }
.hz-subjects { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.hz-subjects span { padding: 4px 8px; border: 1px solid #d4dde6; background: #f7f9fb; color: #506174; font-size: 11px; }
.hz-exam-docket > footer {
min-height: 73px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 0 30px;
border-top: 1px dashed #c4cfdb;
background: var(--hz-navy-900);
color: #fff;
}
.hz-exam-docket > footer p { display: flex; align-items: baseline; gap: 7px; margin: 0; }
.hz-exam-docket > footer strong { font-family: var(--hz-title); font-size: 25px; }
.hz-exam-docket > footer span { color: #b8cce0; font-size: 11px; }
.hz-exam-docket > footer button { padding: 8px 0 8px 20px; background: transparent; color: #fff; font-size: 13px; font-weight: 700; }
.hz-exam-docket--empty { min-height: 330px; display: flex; justify-content: center; flex-direction: column; padding: 40px; }
.hz-exam-docket--empty::before,
.hz-exam-docket--empty::after { display: none; }
.hz-exam-docket--empty > span { color: var(--hz-red-700); font-size: 12px; font-weight: 800; }
.hz-exam-docket--empty h2 { margin: 12px 0; font-family: var(--hz-title); }
.hz-exam-docket--empty p { color: var(--hz-muted); }
.hz-entry-section { padding: 62px 0 72px; background: #fff; }
.hz-section-heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
margin-bottom: 28px;
}
.hz-section-heading p { margin-bottom: 7px; }
.hz-section-heading h2 { margin: 0; color: var(--hz-navy-950); font-family: var(--hz-title); font-size: 30px; letter-spacing: .01em; }
.hz-section-heading > span { max-width: 410px; color: var(--hz-muted); font-size: 13px; text-align: right; }
.hz-section-heading > button { padding: 8px 0; background: transparent; color: var(--hz-blue-700); font-size: 13px; font-weight: 750; }
.hz-section-heading--compact { margin-bottom: 20px; }
.hz-service-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border: 1px solid var(--hz-line);
}
.hz-service-grid > button {
min-height: 190px;
display: flex;
align-items: flex-start;
flex-direction: column;
padding: 24px 26px 22px;
border-right: 1px solid var(--hz-line);
background: #fff;
color: var(--hz-ink);
text-align: left;
transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.hz-service-grid > button:last-child { border-right: 0; }
.hz-service-grid > button:hover { z-index: 1; background: var(--hz-navy-900); color: #fff; box-shadow: 0 16px 35px rgba(13,45,84,.19); transform: translateY(-5px); }
.hz-service-grid__index { color: var(--hz-red-700); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-weight: 800; }
.hz-service-grid strong { margin-top: 20px; font-family: var(--hz-title); font-size: 18px; }
.hz-service-grid small { margin-top: 8px; color: var(--hz-muted); font-size: 12px; line-height: 1.7; }
.hz-service-grid i { margin-top: auto; color: var(--hz-blue-700); font-size: 12px; font-style: normal; font-weight: 750; }
.hz-service-grid > button:hover small { color: #c3d2e1; }
.hz-service-grid > button:hover i,
.hz-service-grid > button:hover .hz-service-grid__index { color: #fff; }
.hz-public-records { padding: 78px 0; background: var(--hz-paper); border-block: 1px solid var(--hz-line); }
.hz-records-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .5fr); gap: 52px; }
.hz-featured-notice {
padding: 30px 32px;
border-top: 3px solid var(--hz-navy-800);
background: #fff;
box-shadow: 0 14px 30px rgba(15,42,70,.07);
}
.hz-featured-notice > div { display: flex; justify-content: space-between; gap: 20px; }
.hz-featured-notice > div span { color: var(--hz-red-700); font-size: 12px; font-weight: 800; }
.hz-featured-notice time { color: var(--hz-muted); font-size: 12px; }
.hz-featured-notice h3 { margin: 18px 0 10px; color: var(--hz-navy-950); font-family: var(--hz-title); font-size: 24px; line-height: 1.5; }
.hz-featured-notice p { margin: 0; color: var(--hz-muted); font-size: 13px; line-height: 1.8; }
.hz-featured-notice > button { display: inline-flex; gap: 16px; margin-top: 22px; padding: 7px 0; background: transparent; color: var(--hz-blue-700); font-size: 12px; font-weight: 750; }
.hz-notice-list { margin-top: 12px; border-top: 1px solid var(--hz-line); }
.hz-notice-list > button {
width: 100%;
min-height: 85px;
display: grid;
grid-template-columns: 62px 1fr auto;
align-items: center;
gap: 18px;
padding: 12px 8px;
border-bottom: 1px solid var(--hz-line);
background: transparent;
color: var(--hz-ink);
text-align: left;
}
.hz-notice-list > button:hover { background: #fff; }
.hz-notice-list time { display: flex; align-items: center; flex-direction: column; border-right: 1px solid var(--hz-line); line-height: 1.1; }
.hz-notice-list time strong { color: var(--hz-navy-900); font-family: var(--hz-title); font-size: 22px; }
.hz-notice-list time span { margin-top: 5px; color: var(--hz-muted); font-size: 9px; }
.hz-notice-list > button > span { min-width: 0; display: flex; flex-direction: column; }
.hz-notice-list em { color: var(--hz-red-700); font-size: 10px; font-style: normal; }
.hz-notice-list > button > span strong { overflow: hidden; margin-top: 4px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.hz-notice-list i { color: var(--hz-blue-700); font-style: normal; }
.hz-operation-board {
align-self: start;
border: 1px solid #c5d0dc;
background: var(--hz-navy-900);
color: #fff;
}
.hz-operation-board > header { display: flex; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hz-operation-board > header span { font-family: var(--hz-title); font-size: 17px; font-weight: 800; }
.hz-operation-board > header small { color: #9db2c7; font-size: 10px; }
.hz-operation-board > dl { margin: 0; padding: 8px 22px; }
.hz-operation-board > dl div { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hz-operation-board dt { color: #bdd0e1; font-size: 12px; }
.hz-operation-board dd { margin: 0; font-family: var(--hz-title); font-size: 29px; font-weight: 800; }
.hz-operation-board dd small { margin-left: 5px; color: #9db2c7; font-family: var(--hz-body); font-size: 10px; font-weight: 500; }
.hz-operation-board > section { margin: 14px; padding: 19px; background: rgba(255,255,255,.08); }
.hz-operation-board > section strong { font-size: 12px; }
.hz-operation-board > section p { margin: 8px 0 15px; color: #bdccdb; font-size: 11px; line-height: 1.8; }
.hz-operation-board > section button { padding: 6px 0; background: transparent; color: #fff; font-size: 11px; font-weight: 700; }
.hz-exams { padding: 82px 0 92px; background: #fff; scroll-margin-top: 78px; }
.hz-exam-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hz-exam-card { min-height: 390px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--hz-line); background: #fff; transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.hz-exam-card:hover { border-color: #9fb2c5; box-shadow: 0 18px 38px rgba(12,44,78,.09); transform: translateY(-4px); }
.hz-exam-card > header { display: flex; justify-content: space-between; gap: 14px; }
.hz-exam-card > header > span { color: var(--hz-blue-700); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-weight: 800; }
.hz-exam-card h3 { margin: 25px 0 10px; color: var(--hz-navy-950); font-family: var(--hz-title); font-size: 21px; line-height: 1.5; }
.hz-exam-card > p { margin: 0; color: var(--hz-muted); font-size: 12px; line-height: 1.75; }
.hz-exam-card dl { margin: 23px 0; }
.hz-exam-card dl div { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid #e6ebf0; }
.hz-exam-card dt { color: #778597; font-size: 11px; }
.hz-exam-card dd { margin: 0; color: #34475b; font-size: 11px; font-weight: 650; }
.hz-exam-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--hz-line); }
.hz-exam-card > footer span { color: var(--hz-muted); font-size: 11px; }
.hz-exam-card > footer button { padding: 6px 0; background: transparent; color: var(--hz-blue-700); font-size: 11px; font-weight: 800; }
.hz-guide { padding: 80px 0; background: var(--hz-navy-950); color: #fff; scroll-margin-top: 78px; }
.hz-guide .hz-container { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; }
.hz-guide__intro > p { color: #7cb2de; }
.hz-guide__intro h2 { margin: 0; font-family: var(--hz-title); font-size: 32px; line-height: 1.45; }
.hz-guide__intro > span { display: block; margin-top: 18px; color: #a9bed3; font-size: 13px; line-height: 1.9; }
.hz-guide ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.hz-guide li { min-height: 145px; display: flex; gap: 17px; padding: 25px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.hz-guide li > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border: 1px solid #6e91b1; color: #9fc0dc; font-family: var(--hz-title); font-size: 13px; }
.hz-guide li strong { font-family: var(--hz-title); font-size: 16px; }
.hz-guide li p { margin: 8px 0 0; color: #a9bed3; font-size: 11px; line-height: 1.8; }
.hz-footer { background: #f0f3f6; border-top: 1px solid var(--hz-line); }
.hz-footer__main { min-height: 178px; display: grid; grid-template-columns: .85fr 1.35fr .5fr; align-items: center; gap: 55px; }
.hz-footer__brand { display: flex; align-items: center; gap: 14px; }
.hz-footer__brand > div { display: flex; flex-direction: column; }
.hz-footer__brand strong { color: var(--hz-navy-950); font-family: var(--hz-title); font-size: 18px; }
.hz-footer__brand small { margin-top: 6px; color: var(--hz-muted); font-size: 10px; letter-spacing: .14em; }
.hz-footer dl { margin: 0; padding-left: 30px; border-left: 1px solid var(--hz-line); }
.hz-footer dl div { display: grid; grid-template-columns: 72px 1fr; gap: 15px; padding: 3px 0; }
.hz-footer dt { color: var(--hz-muted); font-size: 11px; }
.hz-footer dd { margin: 0; color: #304155; font-size: 11px; }
.hz-footer__links { display: flex; align-items: flex-start; flex-direction: column; }
.hz-footer__links button { padding: 4px 0; background: transparent; color: #405469; font-size: 11px; }
.hz-footer__legal { min-height: 47px; display: flex; align-items: center; background: #e4e9ee; color: #657486; font-size: 10px; }
.hz-footer__legal .hz-container { display: flex; justify-content: space-between; gap: 24px; }
.hz-empty { padding: 30px; border: 1px dashed #bdc9d5; color: var(--hz-muted); font-size: 13px; text-align: center; }
.hz-empty--large { padding: 70px 30px; }
.hz-loading,
.hz-failure {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #f3f6f9;
color: var(--hz-navy-900);
font-family: var(--hz-body);
}
.hz-loading__seal { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; background: var(--hz-red-700); color: #fff; font-family: var(--hz-title); font-size: 28px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.25); }
.hz-loading strong { font-family: var(--hz-title); letter-spacing: .08em; }
.hz-loading small { margin-top: 8px; color: var(--hz-muted); }
.hz-failure { padding: 30px; text-align: center; }
.hz-failure > span { color: var(--hz-red-700); font-size: 12px; font-weight: 800; }
.hz-failure h1 { margin: 12px 0 4px; font-family: var(--hz-title); }
.hz-failure p { color: var(--hz-muted); }
.hz-failure button { margin-top: 16px; padding: 11px 20px; background: var(--hz-navy-800); color: #fff; cursor: pointer; }
@media (max-width: 1060px) {
.hz-header__inner { gap: 16px; }
.hz-nav button { padding-inline: 10px; font-size: 13px; }
.hz-nav button::after { right: 10px; left: 10px; }
.hz-hero__grid { grid-template-columns: 1fr 370px; gap: 36px; }
.hz-hero__content h1 { font-size: 46px; }
.hz-service-grid { grid-template-columns: repeat(2, 1fr); }
.hz-service-grid > button:nth-child(2) { border-right: 0; }
.hz-service-grid > button:nth-child(-n+2) { border-bottom: 1px solid var(--hz-line); }
.hz-records-grid { gap: 28px; }
.hz-exam-grid { grid-template-columns: repeat(2, 1fr); }
.hz-footer__main { grid-template-columns: 1fr 1.4fr; }
.hz-footer__links { display: none; }
}
@media (max-width: 820px) {
.hz-container { width: min(100% - 32px, 700px); }
.hz-service-bar__inner > div span { display: none; }
.hz-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
.hz-brand__seal { width: 39px; height: 39px; flex-basis: 39px; font-size: 21px; }
.hz-brand__copy strong { font-size: 17px; }
.hz-brand__copy small { display: none; }
.hz-menu { display: flex; }
.hz-nav {
position: absolute;
top: 70px;
right: 0;
left: 0;
display: none;
align-items: stretch;
flex-direction: column;
padding: 10px 16px 16px;
border-bottom: 1px solid var(--hz-line);
background: #fff;
box-shadow: 0 16px 28px rgba(10,35,64,.1);
}
.hz-nav.is-open { display: flex; }
.hz-nav button { min-height: 45px; text-align: left; }
.hz-nav button::after { display: none; }
.hz-hero__grid { grid-template-columns: 1fr; padding: 55px 0 62px; }
.hz-hero__content h1 { max-width: 650px; font-size: clamp(39px, 8vw, 54px); }
.hz-exam-docket { max-width: 560px; }
.hz-records-grid { grid-template-columns: 1fr; }
.hz-operation-board { max-width: none; }
.hz-guide .hz-container { grid-template-columns: 1fr; gap: 38px; }
.hz-footer__main { grid-template-columns: 1fr; gap: 24px; padding-block: 42px; }
.hz-footer dl { padding: 22px 0 0; border-top: 1px solid var(--hz-line); border-left: 0; }
}
@media (max-width: 580px) {
.hz-container { width: calc(100% - 28px); }
.hz-service-bar__inner { justify-content: center; }
.hz-service-bar__inner > div { display: none; }
.hz-account-link { max-width: 132px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hz-exit-link { display: none; }
.hz-latest { grid-template-columns: auto 1fr auto; gap: 10px; padding-right: 12px; }
.hz-latest time { display: none; }
.hz-latest > span { padding-inline: 10px; }
.hz-hero__grid { padding-top: 46px; }
.hz-hero__content h1 { font-size: 38px; line-height: 1.35; }
.hz-hero__lead { font-size: 14px; }
.hz-hero__actions { align-items: stretch; flex-direction: column; }
.hz-trust-list { align-items: flex-start; flex-direction: column; }
.hz-exam-docket__body { padding: 25px 22px; }
.hz-exam-docket > footer { padding-inline: 22px; }
.hz-section-heading { align-items: flex-start; flex-direction: column; }
.hz-section-heading > span { text-align: left; }
.hz-service-grid { grid-template-columns: 1fr; }
.hz-service-grid > button { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--hz-line); }
.hz-service-grid > button:last-child { border-bottom: 0; }
.hz-records-grid { gap: 38px; }
.hz-featured-notice { padding: 25px 22px; }
.hz-featured-notice h3 { font-size: 20px; }
.hz-notice-list > button { grid-template-columns: 52px 1fr auto; gap: 10px; }
.hz-exam-grid { grid-template-columns: 1fr; }
.hz-exam-card { min-height: 360px; }
.hz-guide ol { grid-template-columns: 1fr; }
.hz-guide__intro h2 { font-size: 27px; }
.hz-footer__legal .hz-container { flex-direction: column; gap: 2px; padding-block: 10px; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}