.zh-page{background:var(--zh-bg);color:var(--zh-text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.zh-container{max-width:var(--zh-max);margin:0 auto;padding:0 22px;width:100%;box-sizing:border-box}.zh-hero{padding:4.5rem 0 2.5rem;background:linear-gradient(180deg,#0d1a2c 0%,var(--zh-bg) 100%);border-bottom:1px solid var(--zh-border)}.zh-hero-inner{text-align:center;max-width:720px;margin:0 auto}.zh-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--zh-orange);margin:0 0 1rem}.zh-hero-title{font-size:clamp(1.9rem, 4.5vw, 2.75rem);font-weight:800;line-height:1.18;letter-spacing:-.03em;color:var(--zh-white);margin:0 0 1rem}.zh-hero-lead{font-size:1.12rem;color:#d0dcec;margin:0 0 2rem;line-height:1.6;font-weight:400}.zh-search{position:relative;max-width:560px;margin:0 auto}.zh-search-input-wrap{display:flex;align-items:center;background:var(--zh-bg-elevated);border:1px solid var(--zh-border);border-radius:999px;padding:6px 6px 6px 18px;box-shadow:var(--zh-shadow);transition:border-color 0.2s,box-shadow 0.2s}.zh-search-input-wrap:focus-within{border-color:var(--zh-orange);box-shadow:0 0 0 3px var(--zh-orange-soft),var(--zh-shadow)}.zh-search-icon{color:var(--zh-text-muted);flex-shrink:0;margin-right:10px}.zh-search-input{flex:1;border:none;background:#fff0;color:#fff;font-size:1rem;padding:.7rem 0;outline:none;min-width:0}.zh-search-input::placeholder{color:#a8bbd0}.zh-search-btn{background:var(--zh-orange);color:#fff;border:none;border-radius:999px;padding:.7rem 1.35rem;font-weight:700;font-size:.95rem;cursor:pointer;transition:background 0.2s;white-space:nowrap}.zh-search-btn:hover{background:var(--zh-orange-hover)}.zh-search-suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--zh-bg-elevated);border:1px solid var(--zh-border);border-radius:var(--zh-radius);box-shadow:var(--zh-shadow);padding:12px 0;z-index:50;text-align:left}.zh-suggest-group{padding:4px 0 8px}.zh-suggest-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--zh-text-muted);padding:4px 18px 6px}.zh-search-suggest ul{list-style:none;margin:0;padding:0}.zh-search-suggest li a{display:block;padding:8px 18px;color:var(--zh-text);text-decoration:none;font-size:.95rem;transition:background 0.15s}.zh-search-suggest li a:hover{background:var(--zh-orange-soft);color:var(--zh-orange)}.zh-ad-banner{margin:1.75rem 0}.zh-ad-placeholder{background:var(--zh-bg-elevated);border:1px dashed var(--zh-border);border-radius:var(--zh-radius);min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:1.25rem;text-align:center}.zh-ad-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#b8c9dc}.zh-ad-hint{font-size:.86rem;color:#a8bbd0}.zh-main{padding:1.5rem 0 3rem}.zh-widget{margin-bottom:2.75rem}.zh-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:12px}.zh-widget-title{font-size:1.4rem;font-weight:750;color:#fff;margin:0;letter-spacing:-.02em}.zh-widget-more{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--zh-orange);text-decoration:none;white-space:nowrap}.zh-widget-more:hover{color:var(--zh-orange-hover)}.zh-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width:1024px){.zh-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.zh-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.zh-cards{grid-template-columns:1fr}}.zh-card{background:var(--zh-bg-card);border:1px solid var(--zh-border);border-radius:var(--zh-radius);padding:1.25rem 1.2rem;text-decoration:none;color:var(--zh-text);display:flex;flex-direction:column;gap:.45rem;min-height:124px;transition:transform 0.18s ease,border-color 0.18s,box-shadow 0.18s;box-shadow:0 2px 10px rgb(0 0 0 / .15)}.zh-card:hover{transform:translateY(-4px);border-color:var(--zh-orange);box-shadow:0 12px 28px rgb(0 0 0 / .3);color:var(--zh-white)}.zh-card-type{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ff9a6b}.zh-card-title{font-size:1.02rem;font-weight:700;line-height:1.32;color:#fff}.zh-card-desc{font-size:.88rem;color:#c8d6e8;line-height:1.45;margin-top:auto}.zh-card-ad{background:#fff0;border-style:dashed;cursor:default;justify-content:center;align-items:center;text-align:center}.zh-card-ad:hover{transform:none;border-color:var(--zh-border);box-shadow:0 2px 10px rgb(0 0 0 / .15)}.zh-card-ad .zh-card-type{color:#b0c2d8}.zh-card-ad .zh-card-title{color:#c5d4e8;font-size:.92rem}.zh-card-ad .zh-card-desc{color:#a8bbd0}.zh-footer{background:var(--zh-bg-elevated);border-top:1px solid var(--zh-border);padding:3.5rem 0 2rem;margin-top:1rem}.zh-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}@media (max-width:860px){.zh-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.zh-footer-grid{grid-template-columns:1fr}}.zh-footer-logo{display:inline-block;font-size:1.4rem;font-weight:800;color:var(--zh-orange);letter-spacing:-.02em;margin-bottom:.75rem}.zh-footer-brand p{color:#c5d4e8;font-size:.95rem;line-height:1.55;margin:0;max-width:280px}.zh-footer-col h4,.zh-footer-widget-title{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 1rem}.zh-footer-col h4 a,.zh-footer-widget-title a{color:#fff;text-decoration:none}.zh-footer-col h4 a:hover,.zh-footer-widget-title a:hover{color:var(--zh-orange)}.zh-footer-col ul{list-style:none;margin:0;padding:0}.zh-footer-col li{margin-bottom:.55rem}.zh-footer-col a{color:#c5d4e8;text-decoration:none;font-size:.95rem;transition:color 0.15s}.zh-footer-col a:hover{color:var(--zh-orange)}.zh-footer-bottom{border-top:1px solid var(--zh-border);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.9rem;color:#b0c2d8}.zh-footer-bottom p{margin:0}.zh-footer-note{opacity:.9}.zh-footer-grid,.zh-footer-col,.zh-footer-brand,.zh-footer-logo{display:none!important}.zh-footer{padding:1.75rem 0 1.5rem;margin-top:0}.zh-footer-simple{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.25rem;border-top:1px solid var(--zh-border);padding-top:1.35rem}.zh-footer-simple p{margin:0;color:#b0c2d8;font-size:.9rem;line-height:1.5}.zh-footer-links{text-align:center}.zh-footer-links a{color:#ff9a6b;text-decoration:none;font-weight:600}.zh-footer-links a:hover{color:var(--zh-orange)}.zh-footer-dot{margin:0 .55rem;color:#b0c2d8;opacity:.7}