.lz-home{--paper: #fafafa;--surface: #faf6f0;--ink: #2f2b25;--ink-soft: #6b6358;--muted: #9a9286;--brand: #6b6399;--brand-soft: rgba(107, 99, 153, .12);--accent: #c87f6f;--line: #e8e2d8;--line-strong: #d9d2c6;--serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", Georgia, serif;--mono: "Cascadia Code", "Consolas", Menlo, monospace;--en: "BrittanySignature", cursive;background:var(--paper);color:var(--ink)}html.dark .lz-home{--paper: #15131f;--surface: #1e1b2b;--ink: #e9e6e0;--ink-soft: #b9b2c4;--muted: #8a8499;--brand: #9aa0e0;--brand-soft: rgba(154, 160, 224, .14);--accent: #ff8a8a;--line: #2a2738;--line-strong: #38344a}:where(.lz-home *){transition:background-color .4s ease,color .4s ease,border-color .4s ease}.lz-home a{color:inherit;text-decoration:none}.lz-home :focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}.lz-home .topbar{position:sticky;top:10px;z-index:50;display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 32px);max-width:940px;margin:10px auto 0;padding:8px 24px;border-radius:999px;background:color-mix(in srgb,var(--paper) 62%,transparent);-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);border:1px solid color-mix(in srgb,var(--line) 75%,transparent);box-shadow:0 8px 26px #2f2b251f;isolation:isolate;overflow:hidden}.lz-home .topbar:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;opacity:.05;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}.lz-home .topbar:after{content:"";position:absolute;inset:0 0 auto;height:12px;z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,.22),transparent)}html.dark .lz-home .topbar{background:linear-gradient(180deg,#ffffff16,#ffffff0b);border-color:#ffffff21;box-shadow:0 10px 30px #00000080}html.dark .lz-home .topbar:after{height:1px;background:#ffffff24}.lz-home .brand{display:flex;align-items:center;gap:10px}.lz-home .brand-mark{width:26px;height:26px;color:var(--brand);flex-shrink:0}.lz-home .brand-text{display:flex;flex-direction:column;line-height:1.15}.lz-home .brand-cn{font-weight:600;letter-spacing:3px;font-size:1.02rem;color:var(--ink)}.lz-home .brand-en{font-family:var(--en);font-size:.82rem;color:var(--brand);opacity:.85;line-height:1}.lz-home .nav .topbar-welcome{font-family:BrittanySignature,cursive;font-size:1.35rem;font-weight:400;line-height:1;color:var(--brand);align-self:baseline;margin-right:0;opacity:.9;text-decoration:none}.lz-home .nav .topbar-welcome:hover{opacity:1}.lz-home .nav{display:flex;align-items:baseline;gap:28px;margin-left:auto}.lz-home .nav a{font-size:1.05rem;font-weight:600;color:var(--ink);letter-spacing:1px;transition:color .2s}.lz-home .nav a:hover{color:var(--brand)}.lz-home .theme-toggle{position:relative;width:38px;height:38px;margin-left:20px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);overflow:hidden;transition:background .3s,transform .3s;cursor:pointer;border:none}.lz-home .theme-toggle:hover{transform:rotate(18deg)}.lz-home .theme-toggle .ic{position:absolute;width:18px;height:18px;transition:opacity .35s ease,transform .5s ease}.lz-home .theme-toggle .ic-moon{opacity:1;transform:rotate(0) scale(1)}.lz-home .theme-toggle .ic-sun{opacity:0;transform:rotate(-90deg) scale(.5)}html.dark .lz-home .theme-toggle .ic-moon{opacity:0;transform:rotate(90deg) scale(.5)}html.dark .lz-home .theme-toggle .ic-sun{opacity:1;transform:rotate(0) scale(1)}.lz-home .hero{min-height:calc(100vh - 73px);display:flex;align-items:center;padding:0 80px;position:relative}.lz-home .hero-main{flex:1;display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative}.lz-home .hero-f-right{width:360px;display:flex;flex-direction:column;justify-content:center}.lz-home .hero-brand{position:absolute;left:0;top:50%;transform:translateY(-50%);max-width:48%}.lz-home .hero-brand-en{font-family:var(--en);font-size:clamp(1.5rem,3vw,2.1rem);line-height:1;color:var(--brand);opacity:.92}.lz-home .hero-brand-name{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:600;letter-spacing:8px;color:var(--ink);margin-top:4px}.lz-home .hero-brand-rule{width:54px;height:2px;background:var(--brand);opacity:.7;margin:18px 0 14px}.lz-home .hero-brand-issue{font-family:var(--mono);font-size:.72rem;letter-spacing:4px;color:var(--muted)}.lz-home .hero-brand-tag{font-size:.95rem;color:var(--ink-soft);margin-top:14px;line-height:1.8;max-width:22ch;font-weight:300}.lz-home .hero-recent{margin-bottom:0}.lz-home .hero-recent .hr{display:flex;align-items:baseline;gap:12px;padding:6px 0;cursor:pointer;transition:opacity .15s;text-decoration:none;color:inherit}.lz-home .hero-recent .hr:hover{opacity:.5}.lz-home .hero-recent .hr .d{font-family:var(--mono);font-size:.72rem;color:var(--muted);flex-shrink:0}.lz-home .hero-recent .hr .t{font-size:.92rem;letter-spacing:.5px}.lz-home .hero-foot{position:absolute;left:0;right:0;bottom:28px;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 clamp(20px,6vw,60px);font-family:var(--mono);font-size:.78rem;color:var(--muted);letter-spacing:1px}.lz-home .hero-foot .hf-en{font-family:BrittanySignature,cursive;font-size:1rem;letter-spacing:.5px;color:var(--brand)}.lz-home .hero-foot-badge{flex:0 0 auto;line-height:0}.lz-home .hero-foot-badge img{display:block;width:88px;height:31px;image-rendering:pixelated;border:1px solid var(--line, rgba(255,255,255,.22));border-radius:2px;transition:border-color .25s,transform .25s}.lz-home .hero-foot-badge:hover img{border-color:#ff6b6b;transform:translateY(-1px)}@media(max-width:768px){.lz-home .topbar{padding:7px 14px;width:calc(100% - 20px);top:8px}.lz-home .nav{display:none}.lz-home .hero{display:block;padding:48px 24px 64px;min-height:auto}.lz-home .hero-main{display:block}.lz-home .hero-brand{position:static;transform:none;max-width:100%;margin-bottom:36px}.lz-home .hero-f-right{width:100%}.lz-home .hero-foot{position:static;margin-top:36px;justify-content:center;flex-wrap:wrap;padding:0}}@media(prefers-reduced-motion:reduce){:where(.lz-home *){transition:none!important}.lz-home .theme-toggle .ic{transition:none!important}}
