.ucircle-shell{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px);gap:24px}.ucircle-card{width:100%;max-width:560px;text-align:center;background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:28px;padding:clamp(28px,6vw,56px) clamp(20px,5vw,48px);box-shadow:0 10px 30px #0d94882e,0 2px 6px #0000000a;display:flex;flex-direction:column;align-items:center;gap:18px}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .ucircle-card{background:#0f172a59;border-color:#5eead440;box-shadow:0 12px 36px #00000059,inset 0 1px #ffffff0d}}:root[data-theme=dark] .ucircle-card{background:#0f172a59;border-color:#5eead440;box-shadow:0 12px 36px #00000059,inset 0 1px #ffffff0d}.ucircle-mark{width:clamp(112px,22vw,168px);height:auto;filter:drop-shadow(0 8px 16px rgba(13,148,136,.25))}.ucircle-wordmark{font-weight:700;font-size:clamp(40px,8vw,64px);letter-spacing:-.02em;margin:4px 0 0;line-height:1}.ucircle-wordmark .u{color:var(--brand-teal-deep)}.ucircle-wordmark .circle{color:var(--ink)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .ucircle-wordmark .u{color:var(--brand-teal-light)}:root:not([data-theme=light]) .ucircle-wordmark .circle{color:var(--cloud)}}:root[data-theme=dark] .ucircle-wordmark .u{color:var(--brand-teal-light)}:root[data-theme=dark] .ucircle-wordmark .circle{color:var(--cloud)}.ucircle-tagline{font-size:clamp(15px,2.4vw,18px);font-weight:600;color:var(--ink-soft);margin:0;letter-spacing:.01em}.ucircle-product,.ucircle-product-vi{margin:0;font-size:clamp(13px,2vw,15px);color:var(--ink-soft);opacity:.9}.ucircle-product strong,.ucircle-product-vi strong{color:var(--brand-teal-deep);font-weight:600}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .ucircle-product strong,:root:not([data-theme=light]) .ucircle-product-vi strong{color:var(--brand-teal-pale)}}:root[data-theme=dark] .ucircle-product strong,:root[data-theme=dark] .ucircle-product-vi strong{color:var(--brand-teal-pale)}.ucircle-status{margin-top:14px;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand-teal-light),var(--brand-teal-deep));color:#fff;font-weight:600;font-size:clamp(13px,2vw,15px);box-shadow:0 6px 18px #0d948859}.ucircle-status .dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 #ffffffb3;animation:pulse 2.2s ease-out infinite}.status-vi{opacity:.85;font-weight:500}.ucircle-footer{font-size:12px;color:var(--ink-soft);opacity:.7;text-align:center}@keyframes pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}@media (max-width: 480px){.ucircle-card{border-radius:22px}}:root{--brand-teal: #14b8a6;--brand-teal-deep: #0d9488;--brand-teal-dark: #0e8c82;--brand-teal-light: #2dd4bf;--brand-teal-pale: #5eead4;--bg-grad-from: #ecfeff;--bg-grad-to: #ccfbf1;--ink: #0f172a;--ink-soft: #334155;--cloud: #ffffff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-grad-from: #0e8c82;--bg-grad-to: #14b8a6;--ink: #f8fafc;--ink-soft: #cbd5e1;--cloud: #ffffff}}:root[data-theme=dark]{--bg-grad-from: #0e8c82;--bg-grad-to: #14b8a6;--ink: #f8fafc;--ink-soft: #cbd5e1;--cloud: #ffffff}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{min-height:100vh;color:var(--ink);background:radial-gradient(ellipse at top,rgba(94,234,212,.35),transparent 60%),linear-gradient(160deg,var(--bg-grad-from) 0%,var(--bg-grad-to) 100%);background-attachment:fixed}
