@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";:root{--app-flat-bg: #141009;--app-primary-button-bg: #d8b24a;--app-danger-button-bg: #f87171;--app-secondary-button-bg: #251d13;--app-primary-button-fg: #141009;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--chat-keyboard-inset: 0px;--native-keyboard-inset: 0px;--chat-compose-height: 116px;--floating-safe-area-bottom: min(var(--safe-area-bottom), 24px);--topbar-content-height: 48px;--topbar-height: calc(var(--topbar-content-height) + var(--safe-area-top));font-family:Manrope,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#ece4d3;background-color:var(--app-flat-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;padding-top:0;background:var(--app-flat-bg);color:#ece4d3}#root{min-height:100vh;background:var(--app-flat-bg)}@media(orientation:landscape)and (max-height:600px)and (min-aspect-ratio:3/2){html,body{width:100dvw;height:100dvh;min-height:0;overflow:hidden}#root{visibility:hidden}body:before,body:after{content:"";position:fixed;left:50%;top:50%;z-index:9999;pointer-events:none}body:before{inset:0;background:var(--app-flat-bg)}body:after{width:42px;height:70px;border:3px solid #d8b24a;border-radius:13px;box-shadow:0 0 0 1px #e6c76633,0 18px 42px #00000059;transform:translate(-50%,-50%) rotate(-90deg)}}a{color:#d8b24a;text-decoration:none}a:hover{color:#e6c766}button{font-family:inherit}
