@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#a3202d;--color-primary-dark:#8a1a25;--color-accent:#c2410c;--color-secondary:#3b1a0a;--color-secondary-light:#5c2d1a;--color-off-white:#fdf8f5;--text-on-dark:#fff;--text-on-dark-muted:#ffffff9e;--font-display:"Poppins", sans-serif;--font-body:"Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--color-secondary);color:var(--text-on-dark);-webkit-font-smoothing:antialiased}a{color:inherit}.page{background:radial-gradient(circle at 50% 42%,#a3202d29 0%,#0000 55%),linear-gradient(#3b1a0a 0%,#2a1207 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.page:before{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(135deg,#ffffff08 0 1px,#0000 1px 56px);position:absolute;inset:0}.radar{z-index:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.radar__ring{opacity:0;border:1px solid #a3202d73;border-radius:50%;animation:4.8s cubic-bezier(.2,.6,.4,1) infinite radar-pulse;position:absolute}.radar__ring:first-child{width:120px;height:120px;animation-delay:0s}.radar__ring:nth-child(2){width:120px;height:120px;animation-delay:1.2s}.radar__ring:nth-child(3){width:120px;height:120px;animation-delay:2.4s}.radar__ring:nth-child(4){width:120px;height:120px;animation-delay:3.6s}@keyframes radar-pulse{0%{opacity:.5;border-color:#c2410c8c;transform:scale(1)}70%{opacity:.12}to{opacity:0;border-color:#a3202d26;transform:scale(9)}}.content{z-index:2;text-align:center;width:100%;max-width:600px;position:relative}.mark{justify-content:center;align-items:center;margin-bottom:40px;display:flex}.mark__logo{object-fit:contain;width:auto;max-width:min(380px,75vw);height:110px;display:block}.headline{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-on-dark);word-wrap:break-word;margin-bottom:20px;font-size:clamp(1.65rem,6vw,3.25rem);font-weight:700;line-height:1.18}.headline em{color:var(--color-accent);font-style:normal}.lede{color:var(--text-on-dark-muted);margin-bottom:40px;font-size:clamp(.95rem,2.2vw,1.15rem);line-height:1.7}.divider{background:var(--color-primary);border-radius:999px;width:48px;height:3px;margin:0 auto}footer{z-index:2;letter-spacing:.02em;color:#ffffff61;text-align:center;margin-top:56px;padding:0 16px;font-size:.8rem;position:relative}@media (width<=1024px){.content{max-width:520px}.mark__logo{height:96px}}@media (width<=768px){.page{padding:20px}.mark{margin-bottom:32px}.mark__logo{height:84px}.headline{margin-bottom:16px}.lede{margin-bottom:28px}footer{margin-top:40px}}@media (width<=480px){.page{padding:16px}.mark{margin-bottom:26px}.mark__logo{height:72px}.headline{margin-bottom:14px}.lede{margin-bottom:24px}footer{margin-top:32px;font-size:.72rem}}@media (width<=375px){.mark__logo{max-width:78vw;height:64px}.headline{font-size:clamp(1.4rem,7vw,1.9rem)}}@media (height<=480px) and (orientation:landscape){.page{justify-content:center;padding:16px}.mark{margin-bottom:14px}.mark__logo{height:52px}.headline{margin-bottom:8px;font-size:clamp(1.3rem,4vw,1.9rem)}.lede{margin-bottom:12px}footer{margin-top:14px;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.radar__ring{opacity:.15;animation:none}}
