*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--accent: #6c63ff;--text: #e0e0e0;--muted: #888;--border: #2a2d3a;font-family:Segoe UI,system-ui,sans-serif;color:var(--text);background-color:var(--bg);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.uc-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;gap:2rem;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(108,99,255,.18) 0%,transparent 70%),var(--bg)}.uc-card{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 0 0 1px #6c63ff14,0 24px 64px #0006;animation:fadeUp .6s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uc-label{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600;color:var(--accent);margin-bottom:.6rem}.uc-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:1rem;line-height:1.2}.uc-desc{color:var(--muted);font-size:.97rem;line-height:1.7;max-width:36ch;margin-bottom:1.75rem}.uc-divider{width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:2px;margin-bottom:1.75rem}.uc-contact{font-size:.88rem;color:var(--muted)}.uc-contact a{color:var(--accent)}.uc-contact a:hover{text-decoration:underline}
