:root{
  --ink:#17233b;
  --muted:#5b6678;
  --blue:#2347d8;
  --blue-dark:#1735aa;
  --blue-soft:#eef3ff;
  --cream:#f7f5ee;
  --white:#fff;
  --line:#dfe4ec;
  --green:#197a63;
  --amber:#b76812;
  --red:#b42318;
  --shadow:0 24px 70px rgba(24,35,59,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:linear-gradient(135deg,#fbfcff 0%,#f4f7ff 58%,#f7f5ee 100%);font-family:"DM Sans",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit}
.container{width:min(1080px,calc(100% - 40px));margin:0 auto}
.site-header{border-bottom:1px solid rgba(223,228,236,.82);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-family:"Manrope",sans-serif;font-size:1.22rem;font-weight:800}
.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--blue);font-size:1.2rem}
.brand-accent{color:var(--blue)}
.nav-link{color:#39445a;font-size:.92rem;font-weight:700;text-decoration:none}
.nav-link:hover{color:var(--blue)}
.page-main{min-height:calc(100vh - 250px);padding:72px 0 88px}
.status-wrap{min-height:560px;display:grid;place-items:center}
.status-card{width:min(650px,100%);padding:54px 48px;border:1px solid rgba(255,255,255,.9);border-radius:30px;background:#fff;box-shadow:var(--shadow);text-align:center}
.status-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 24px;border-radius:22px;color:#fff;background:var(--green);font-family:"Manrope",sans-serif;font-size:2rem;font-weight:800}
.status-card.warning .status-icon{background:var(--amber)}
.status-card.error .status-icon{background:var(--red)}
.eyebrow{margin:0 0 12px;color:var(--blue);font-size:.77rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
h1,h2{font-family:"Manrope",Arial,sans-serif;line-height:1.15;letter-spacing:-.04em}
h1{margin:0 0 18px;font-size:clamp(2rem,5vw,3.35rem)}
h2{margin:0 0 12px;font-size:1.35rem}
.status-text{max-width:530px;margin:0 auto 28px;color:var(--muted);font-size:1.02rem}
.info-note{margin:0 0 28px;padding:15px 18px;border-radius:13px;color:#43516a;background:var(--blue-soft);font-size:.88rem;text-align:left}
.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:10px;padding:13px 23px;border-radius:999px;color:#fff;background:var(--blue);box-shadow:0 10px 24px rgba(35,71,216,.2);font-weight:700;text-decoration:none;transition:transform .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px);background:var(--blue-dark)}
.legal-hero{max-width:760px;margin-bottom:34px}
.legal-hero p{color:var(--muted);font-size:1.02rem}
.legal-card{padding:46px;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:#fff;box-shadow:var(--shadow)}
.legal-section{padding:30px 0;border-bottom:1px solid var(--line)}
.legal-section:first-child{padding-top:0}
.legal-section:last-child{padding-bottom:0;border-bottom:0}
.legal-section p,.legal-section li{color:var(--muted)}
.legal-section p:last-child{margin-bottom:0}
.legal-list{margin:12px 0 0;padding-left:22px}
.legal-section a{color:var(--blue)}
footer{padding:34px 0;border-top:1px solid var(--line);background:#fafbfc}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}
.footer-copy{max-width:680px;margin:0;color:#70798a;font-size:.8rem}
.footer-links{display:flex;gap:18px;white-space:nowrap}
.footer-links a{color:#465166;font-size:.82rem;font-weight:600}
@media(max-width:700px){
  .container{width:min(100% - 28px,1080px)}
  .nav{min-height:68px}
  .brand{font-size:1.05rem}
  .brand-mark{width:32px;height:32px}
  .page-main{padding:44px 0 62px}
  .status-wrap{min-height:500px}
  .status-card,.legal-card{padding:34px 22px;border-radius:23px}
  .footer-inner{flex-direction:column}
  .footer-links{flex-wrap:wrap;white-space:normal}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
