:root{--red: #c62828;--white: #ffffff;--muted: rgba(255, 255, 255, .85)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.interstitial{min-height:100vh;background:var(--red);display:flex;align-items:center;justify-content:center;padding:40px}.content{max-width:880px;width:100%;color:var(--white)}.header{display:flex;gap:24px;align-items:flex-start}.icon{width:88px;height:88px;background:var(--white);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:44px;clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}.text h1{margin:0;font-size:34px;font-weight:600;color:var(--white)}.sub{margin-top:8px;color:#ffffffe6;max-width:720px}.actions{margin-top:18px;display:flex;gap:12px;align-items:center}.btn{border:0;padding:8px 12px;border-radius:4px;font-weight:600;cursor:pointer}.btn.details{background:transparent;color:#fffffff2;opacity:.95}.btn.safe{background:var(--white);color:var(--red)}hr{border:none;border-top:1px solid rgba(255,255,255,.12);margin:22px 0}.notice h2{color:var(--white);margin:0 0 8px}.notice p{color:#fffffff2;line-height:1.45}.notice a{color:var(--white);text-decoration:underline}.muted{opacity:.85;margin-top:8px}@media (max-width: 640px){.header{flex-direction:column;align-items:flex-start}.icon{width:72px;height:72px;font-size:36px}.text h1{font-size:22px}}
