*,*::before,*::after{box-sizing:border-box}body{margin:0}:root,[data-theme=parchment]{--bg: rgb(245, 238, 220);--header-bg: rgb(230, 215, 185);--header-fg: rgb(60, 45, 30);--surface-a: rgb(252, 248, 235);--surface-b: rgb(245, 238, 220);--selected: rgb(255, 230, 150);--text: rgb(40, 30, 20);--text-muted: rgb(90, 70, 50);--border: rgb(140, 110, 80);--accent: rgb(160, 100, 60);--accent-highlight: #DAA520;--font-body: Georgia, Times New Roman, serif;--input-bg: #fff;--card-shadow: rgba(0, 0, 0, 0.08);--btn-primary-bg: #8B4513;--btn-primary-fg: #f4e8d0;--btn-primary-hover: #A0522D}[data-theme=silver]{--bg: #101215;--header-bg: #16191d;--header-fg: #f0f4f8;--surface-a: #dfe6ed;--surface-b: #161a1f;--selected: #c2ccd6;--text: #eef3f8;--text-muted: #94a1ae;--border: #5a6570;--accent: #dce6f0;--accent-highlight: #dce6f0;--font-body: Segoe UI, Helvetica Neue, Arial, sans-serif;--input-bg: #ffffff;--card-shadow: rgba(0, 0, 0, 0.55);--btn-primary-bg: #dce6f0;--btn-primary-fg: #14181c;--btn-primary-hover: #ffffff;--card-fg: #14181c;--card-fg-muted: #4a545f;--highlight: #2f5f8c}[data-theme=glass]{--bg: #1b3a9c;--header-bg: rgba(255, 255, 255, 0.06);--header-fg: #eaf3ff;--surface-a: rgba(255, 255, 255, 0.09);--surface-b: rgba(255, 255, 255, 0.05);--selected: rgba(127, 216, 255, 0.16);--text: #eaf2ff;--text-muted: #b8caea;--border: rgba(255, 255, 255, 0.16);--accent: #7fd8ff;--accent-highlight: #7fd8ff;--font-body: Segoe UI, Helvetica Neue, Arial, sans-serif;--input-bg: rgba(255, 255, 255, 0.10);--card-shadow: rgba(5, 15, 60, 0.45);--btn-primary-bg: rgba(127, 216, 255, 0.22);--btn-primary-fg: #f2f9ff;--btn-primary-hover: rgba(127, 216, 255, 0.34)}body{background:var(--bg);color:var(--text);font-family:var(--font-body)}.z-header{background:var(--header-bg);color:var(--header-fg);padding:12px 24px;display:flex;justify-content:space-between;align-items:center}.z-card{background:var(--surface-a);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:0 2px 12px var(--card-shadow)}.z-input{background:var(--input-bg);border:1px solid var(--border);color:var(--text);padding:8px 12px;border-radius:6px;font-family:var(--font-body);font-size:.95rem;width:100%;box-sizing:border-box}.z-btn{padding:4px 12px;border:1px solid var(--border);background:rgba(0,0,0,0);color:var(--text);border-radius:4px;cursor:pointer;font-size:.8rem;font-family:var(--font-body)}.z-btn:hover{background:var(--selected)}.z-btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border:none;padding:10px 24px;border-radius:6px;cursor:pointer;font-size:1rem;font-family:var(--font-body)}.z-btn-primary:hover{background:var(--btn-primary-hover)}.z-badge{background:var(--accent-highlight);color:var(--bg);padding:4px 12px;border-radius:12px;font-weight:bold;font-size:.85rem}.z-text-muted{color:var(--text-muted)}.z-surface-alt{background:var(--surface-b)}.z-accent-border{border-left:3px solid var(--accent)}.z-theme-switcher{display:flex;gap:4px}.z-theme-switcher button{padding:4px 10px;border:1px solid var(--border);background:rgba(0,0,0,0);color:var(--text);border-radius:4px;cursor:pointer;font-size:.75rem}.z-theme-switcher button.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}[data-theme=silver] .z-card{--accent: #8f4f2a;--accent-highlight: #b06636;--text: #14181c;--text-muted: #4a545f;background:linear-gradient(165deg, #ffffff 0%, #eaf0f6 18%, #c8d3de 48%, #eef3f8 72%, #d3dce5 100%);color:var(--card-fg);border:1px solid #aab6c2;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.1),0 6px 20px rgba(0,0,0,.5)}[data-theme=silver] .z-card .z-text-muted{color:var(--card-fg-muted)}[data-theme=silver] .z-card a{color:#8f4f2a}[data-theme=silver] .z-card a:hover{color:#b06636}[data-theme=silver] .z-card strong{color:var(--card-fg)}[data-theme=silver] .z-card h1,[data-theme=silver] .z-card h2,[data-theme=silver] .z-card h3,[data-theme=silver] .z-card h4{color:#8f4f2a}[data-theme=silver] .z-card code{color:#8f4f2a}[data-theme=silver] .lp-section-title,[data-theme=silver] .br-h2{color:#dce6f0}[data-theme=silver] .z-surface-alt{color:#eef3f8}[data-theme=silver] .z-input{color:#14181c}[data-theme=silver] .z-btn:hover{color:#14181c}[data-theme=silver] .z-badge{border:1px solid #97a5b3}[data-theme=silver] ::selection{background:#2f5f8c;color:#fff}[data-theme=silver] .z-header{background:linear-gradient(180deg, #20252b 0%, #131619 100%);border-bottom:1px solid #3a424b;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}[data-theme=silver] .z-btn-primary{background:linear-gradient(180deg, #ffffff 0%, #d5dfe9 55%, #b9c6d3 100%);color:#14181c;border:1px solid #97a5b3;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}[data-theme=silver] .z-btn-primary:hover{background:linear-gradient(180deg, #ffffff 0%, #e6edf4 100%)}[data-theme=silver] .z-badge{background:linear-gradient(180deg, #ffffff 0%, #d5dfe9 55%, #b9c6d3 100%);color:#14181c}html[data-theme=glass] body{background-color:#1b3a9c;background-image:radial-gradient(60rem 45rem at 18% 8%, rgba(120, 220, 255, 0.3) 0%, transparent 70%),radial-gradient(60rem 50rem at 82% 72%, rgba(150, 110, 255, 0.26) 0%, transparent 70%),linear-gradient(170deg, #2a4fc4 0%, #1b3a9c 55%, #142a72 100%);background-attachment:fixed}[data-theme=glass] .z-card{position:relative;background:hsla(0,0%,100%,.09);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.22),0 8px 32px rgba(5,15,60,.45);overflow:hidden}[data-theme=glass] .z-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.18) 35%, rgba(255, 255, 255, 0.05) 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}[data-theme=glass] .z-card::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 58%);background-size:260% 100%;background-position:200% 0;pointer-events:none;animation:glass-sweep 9s ease-in-out infinite}[data-theme=glass] .z-header{background:hsla(0,0%,100%,.07);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid hsla(0,0%,100%,.14);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2)}[data-theme=glass] .z-btn-primary{background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%);border:1px solid hsla(0,0%,100%,.28);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.35);backdrop-filter:blur(8px)}[data-theme=glass] .z-badge{background:rgba(127,216,255,.24);color:#eaf6ff;border:1px solid hsla(0,0%,100%,.24)}@keyframes glass-sweep{0%{background-position:200% 0}60%{background-position:-60% 0}100%{background-position:-60% 0}}@media(prefers-reduced-motion: reduce){[data-theme=glass] .z-card::after{animation:none;opacity:.45}}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){[data-theme=glass] .z-card{background:rgba(20,40,110,.88)}[data-theme=glass] .z-header{background:rgba(16,34,96,.94)}}
