@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Space+Grotesk:wght@600;700&display=swap";.page-shell{min-height:100vh;display:grid;place-items:center;color:#111827;background:radial-gradient(900px 500px at 5% 5%,#dbeafe 0%,transparent 60%),radial-gradient(700px 500px at 90% 10%,#fef3c7 0%,transparent 60%),linear-gradient(180deg,#f8fafc,#eef2ff)}.page-shell-authed{grid-template-rows:auto 1fr;place-items:stretch}.app-header{width:100%;border-bottom:1px solid #cbd5e1;background-color:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-header__inner{max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.app-header__brand{margin:0;font-size:1.1rem;font-family:Space Grotesk,sans-serif}.user-menu{position:relative}.user-menu__trigger{list-style:none;cursor:pointer;border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:.45rem .9rem;font-weight:600}.user-menu__trigger::-webkit-details-marker{display:none}.user-menu__panel{position:absolute;right:0;top:calc(100% + .4rem);min-width:10rem;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a1f;padding:.35rem}.user-menu__item{width:100%;border:0;background:transparent;text-align:left;border-radius:8px;padding:.55rem .65rem;font:inherit;cursor:pointer}.user-menu__item:hover{background:#f1f5f9}.message-card{max-width:720px;margin:1.5rem;padding:2.25rem 2rem;border:1px solid #cbd5e1;border-radius:16px;background-color:#ffffffe0;text-align:center;box-shadow:0 14px 32px #0f172a1a;animation:fade-up .5s ease-out both}.message-card h1{margin:0 0 .85rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,4.5vw,2.7rem);line-height:1.2}.message-card p{margin:0;font-size:1.1rem;line-height:1.6;color:#374151}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.message-card{padding:1.75rem 1.25rem}}:root{--text-main: #111827;--text-muted: #475569;--surface-soft: rgba(255, 255, 255, .85);--stroke-soft: #cbd5e1;font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--text-main)}#root{min-height:100vh}
