:root{--background:#f6f9fc;--background-soft:#eef3f8;--card:#ffffff;--text:#0a2540;--muted:#425466;--subtle:#697386;--hairline:#e6ebf1;--accent:#635bff;--link:#0a2540;--shadow:0 30px 60px rgba(50,50,93,0.08),0 18px 36px rgba(0,0,0,0.04)}*{box-sizing:border-box}html{background:var(--background)}body,html{min-height:100%}body{margin:0;color:var(--text);background:linear-gradient(180deg,var(--background),var(--background-soft));font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.55}a{color:var(--link);font-weight:600;text-decoration:underline;-webkit-text-decoration-color:#c7d0db;text-decoration-color:#c7d0db;text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{color:var(--muted);-webkit-text-decoration-color:var(--muted);text-decoration-color:var(--muted)}.notice-page{display:flex;min-height:100vh;flex-direction:column;align-items:center;padding:64px 20px 28px}.notice-card{width:min(100%,720px);border:1px solid var(--hairline);border-radius:8px;background:var(--card);box-shadow:var(--shadow);padding:clamp(26px,4vw,44px)}h1,h2,p,ul{margin-top:0}h1{max-width:600px;margin-bottom:16px;font-size:clamp(32px,5vw,46px);font-weight:700;line-height:1.08}h1,h2{letter-spacing:0}h2{margin-bottom:8px;font-size:15px;font-weight:650}.notice-body{color:var(--muted)}.notice-lede{max-width:600px;color:#0a2540;font-size:18px;line-height:1.5}.notice-body p{margin-bottom:0}.notice-section{margin-top:24px;border-top:1px solid var(--hairline);padding-top:20px}.notice-list,.source-list{margin-bottom:0;padding-left:0;list-style:none}.notice-list li,.source-list li{position:relative;margin-bottom:9px;padding-left:18px}.notice-list li:before,.source-list li:before{position:absolute;top:.68em;left:0;width:5px;height:5px;border-radius:999px;background:#8c9bab;content:""}.notice-list li:last-child,.source-list li:last-child{margin-bottom:0}.site-footer{margin-top:24px;color:var(--subtle);font-size:13px;text-align:center}.site-footer p{margin:0}.site-footer p+p{margin-top:6px}@media (max-width:560px){.notice-page{align-items:stretch;padding:18px 14px 22px}.notice-card{border-radius:7px}}