@import "https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap";:root{--bg-primary:#05080f;--bg-card:linear-gradient(135deg, #ffc500 0%, #d4a400 100%);--accent-primary:#0f172a;--text-primary:#000;--text-secondary:#0f172a;--text-muted:#1e293b;--border-default:#00000026;--border-accent:#0006}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh}body{background-color:var(--bg-primary);color:var(--text-secondary);background-image:radial-gradient(circle at top,#ffc5001a 0%,#0000 60%),radial-gradient(circle at 100% 100%,#ffc5000d 0%,#0000 50%);background-attachment:fixed;justify-content:center;align-items:center;margin:0;font-family:Jost,sans-serif;display:flex}#root{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin:0;font-family:Bodoni Moda,serif}p{margin:0}.container{z-index:10;justify-content:center;align-items:center;width:100%;max-width:1280px;min-height:100vh;margin:0 auto;padding:1rem;display:flex;position:relative}.container:before{content:"";z-index:-1;pointer-events:none;background:#05080f99;position:absolute;inset:0}.language-switcher-wrapper{z-index:20;justify-content:flex-end;width:100%;margin-bottom:2rem;display:flex;position:relative}.language-switcher{background:#0000001a;border:1px solid #00000026;border-radius:9999px;gap:.25rem;padding:.25rem;display:flex}.language-switcher button{color:#334155;box-shadow:none;background:0 0;border:none;border-radius:9999px;flex:none;padding:.375rem .75rem;font-size:.75rem;font-weight:800;transition:all .2s}.language-switcher button:hover{color:#0f172a;background:#0000001a;transform:scale(1.05)}.language-switcher button.active{color:#fff;background:#0f172a;box-shadow:0 2px 4px #0003}.language-switcher button.active:hover{transform:none}.card{background:var(--bg-card);border:1px solid var(--border-default);text-align:center;border-radius:1.5rem;width:100%;max-width:32rem;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}@media (width>=640px){.card{padding:3rem}}.card:hover{transform:translateY(-8px);box-shadow:0 30px 60px -12px #ffc5004d}.card-top-line{background:#ffffffb3;height:4px;position:absolute;top:0;left:0;right:0}.logo-container{justify-content:center;margin-bottom:2rem;display:flex}.logo{filter:brightness(0)drop-shadow(0 2px 4px #0000001a);width:auto;height:40px}@media (width>=640px){.logo{height:48px}.logo-container{margin-bottom:2.5rem}}.badge{color:#000;letter-spacing:.25em;text-transform:uppercase;background-color:#0000001a;border:1px solid #0000004d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .75rem;font-size:.7rem;font-weight:800;display:inline-flex}@media (width>=640px){.badge{padding:.375rem 1rem;font-size:.8rem}}.pulse-wrapper{width:8px;height:8px;display:flex;position:relative}.pulse-dot{background-color:#dc2626;border-radius:50%;width:8px;height:8px;position:absolute}.pulse-anim{opacity:.75;background-color:#dc2626;border-radius:50%;width:8px;height:8px;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute}@keyframes ping{75%,to{opacity:0;transform:scale(2.5)}}.title{margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}@media (width>=640px){.title{font-size:2.5rem}}.highlight{color:#7f1d1d;font-weight:900}.description{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-weight:600;line-height:1.5}@media (width>=640px){.description{font-size:1.125rem}}.actions{flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.actions{flex-direction:row;justify-content:center}}button{cursor:pointer;border-radius:.5rem;flex:1;padding:.875rem 1.5rem;font-family:Jost,sans-serif;font-size:1rem;font-weight:700;transition:all .3s ease-in-out}.btn-primary{color:#fff;background-color:#0f172a;border:2px solid #020617;box-shadow:0 4px 14px #0003}.btn-primary:hover{background-color:#1e293b;transform:scale(1.05)}.btn-primary:active{transform:scale(.95)}.btn-secondary{color:#0f172a;background-color:#fff6;border:2px solid #0f172a}.btn-secondary:hover{background-color:#fff9;border-color:#0f172a;transform:scale(1.05)}.btn-secondary:active{transform:scale(.95)}
