@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--radius: .625rem;--primary-50: oklch(.975 .015 235);--primary-100: oklch(.94 .03 235);--primary-200: oklch(.89 .05 235);--primary-300: oklch(.82 .08 235);--primary-400: oklch(.73 .11 235);--primary-500: oklch(.65 .13 235);--primary-600: oklch(.58 .14 235);--primary-700: oklch(.52 .13 235);--primary-800: oklch(.42 .11 235);--primary-900: oklch(.36 .09 235);--primary-950: oklch(.27 .08 235);--bg: oklch(.18 .03 235);--bg-card: oklch(.23 .04 235);--bg-card2: oklch(.28 .05 235);--border: oklch(.32 .05 235);--text: oklch(.98 0 0);--text-muted: oklch(.75 .04 235);--accent: oklch(.65 .13 235);--warn: oklch(.78 .13 95);--warn-bg: oklch(.28 .06 95);--warn-border: oklch(.42 .1 95)}html,body,#root{height:100%}body{font-family:Roboto,sans-serif;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(ellipse at 60% 0%,oklch(.36 .09 235 / .4) 0%,transparent 60%),radial-gradient(ellipse at 10% 100%,oklch(.27 .08 235 / .3) 0%,transparent 50%),var(--bg)}.card{width:100%;max-width:680px;background:var(--bg-card);border:1px solid var(--border);border-radius:calc(var(--radius) * 2);padding:2.5rem;display:flex;flex-direction:column;gap:2rem;box-shadow:0 24px 64px #00040899;box-shadow:0 24px 64px oklch(.1 .04 235 / .6)}.header{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.logo{width:64px;height:64px;border-radius:var(--radius)}.brand{font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.badge-row{display:flex;justify-content:center}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#d5002226;background:oklch(.55 .28 25 / .15);border:1px solid oklch(.55 .28 25 / .5);color:#ff958d;color:oklch(.78 .22 25);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px}.badge-dot{width:7px;height:7px;background:#ff333c;background:oklch(.65 .28 25);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.headline{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--text);text-align:center}.divider{height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}.sections{display:flex;flex-direction:column;gap:1rem}.section{background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;gap:1rem;align-items:flex-start}.section-icon{font-size:1.4rem;line-height:1;flex-shrink:0;margin-top:.1rem}.section-body{display:flex;flex-direction:column;gap:.3rem;margin-top:5px}.section-title{font-size:.9rem;font-weight:600;color:var(--text)}.section-desc{font-size:.85rem;color:var(--text-muted);line-height:1.55}.section.ok{border-color:#00774280;border-color:oklch(.5 .15 155 / .5);background:#09201266}.section.ok .section-title{color:#4ed589}.section.warn{border-color:var(--warn-border);background:var(--warn-bg)}.section.warn .section-title{color:var(--warn)}.contact-card{background:linear-gradient(135deg,#00426080,#002a3d4d);background:linear-gradient(135deg,color(xyz 0.041 0.048 0.13 / 0.502),color(xyz 0.017 0.02 0.063 / 0.302));border:1px solid oklch(.5 .12 235 / .5);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.contact-label{font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.contact-email{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:#effaff;color:oklch(.98 .02 235);font-weight:600;font-size:.95rem;text-decoration:none;padding:.6rem 1.5rem;border-radius:999px;transition:filter .15s}.contact-email:hover{filter:brightness(1.15)}.contact-hint{font-size:.78rem;color:var(--text-muted)}.footer{text-align:center;font-size:.75rem;color:var(--text-muted);opacity:.7}@media(max-width:480px){.card{padding:2rem 1.25rem}.headline{font-size:1.75rem}}
