:root{--night: #050814;--gold: #D4A24C;--gold-bright: #F5D67F;--cream: #F5F0E0;--cream-dim: rgba(245,240,224,.7);--cream-muted: rgba(245,240,224,.35);--surface: rgba(255,255,255,.04);--border: rgba(255,255,255,.08);--border-gold: rgba(212,162,76,.25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;height:100dvh}body{background:var(--night);color:var(--cream);font-family:DM Sans,system-ui,-apple-system,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media (min-width: 431px){#root{display:flex;justify-content:center}#root>div{width:100%;max-width:430px;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#02030a;z-index:-1}}::-webkit-scrollbar{width:0;height:0}@keyframes breath-dot{0%,80%,to{opacity:.2;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}input,textarea,button{font-family:inherit}input::placeholder,textarea::placeholder{color:var(--cream-muted)}textarea{scrollbar-width:none}textarea::-webkit-scrollbar{display:none}
