:root{color-scheme:dark;--bg:#101e2b;--text:#f5f7f8;--muted:#b6c3cd;--accent:#d7fa85;--border:#35434e;font-family:Arial,Helvetica,sans-serif;font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
.page{width:min(1200px,100%);min-height:100svh;margin:auto;padding:38px 64px 26px;display:flex;flex-direction:column}
.header{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--border);padding-bottom:26px}
.brand{font-size:.875rem;letter-spacing:.14em;font-weight:700}
.edition{font-size:.875rem;color:var(--muted)}
main{flex:1;padding:clamp(64px,10vh,120px) 0 70px}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--accent);font-size:.875rem;font-weight:700;letter-spacing:.14em}
.line{width:38px;height:2px;background:currentColor}
h1{font-size:clamp(2.7rem,6.4vw,5.5rem);line-height:1.08;letter-spacing:-.055em;font-weight:500;margin:30px 0}
h1 em{font-style:normal;color:var(--accent)}
.intro{max-width:590px;color:var(--muted);font-size:1.125rem;line-height:1.75;margin:0}
.notice{display:flex;align-items:center;gap:18px;margin-top:46px;padding:23px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:590px}
.notice svg{width:30px;height:30px;flex-shrink:0;color:var(--accent)}
h2{font-size:1rem;line-height:1.5;font-weight:600;margin:0 0 4px}
.notice p{color:var(--muted);font-size:.9375rem;line-height:1.6;margin:0}
footer{display:flex;justify-content:space-between;gap:20px;font-size:.875rem;line-height:1.5;color:var(--muted)}
footer span:first-child{color:var(--text)}
@media(max-width:600px){.page{padding:25px 24px 22px}.header{padding-bottom:22px}.edition{display:none}main{padding:64px 0 60px}h1{font-size:clamp(2.6rem,10.5vw,3.8rem)}.intro{font-size:1rem}.notice{margin-top:34px;align-items:flex-start}footer{flex-direction:column;gap:5px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
