:root{--background:#07070b;--background-soft:#0d0d14;--surface:#12121a;--surface-light:#191924;--text-primary:#fff;--text-secondary:#a5a5b3;--text-muted:#696978;--accent-green:#7dff66;--accent-green-dark:#35b94b;--accent-gold:#ffd76a;--accent-purple:#8f6bff;--border-soft:#ffffff14;--shadow-dark:#00000073;--safe-top:0px;--safe-bottom:env(safe-area-inset-bottom,0px);--header-height:76px;--navigation-height:78px;--page-padding:clamp(12px, 4vw, 16px);--page-width:480px;--mobile-breakpoint:480px;--narrow-breakpoint:360px;--radius-small:12px;--radius-medium:18px;--radius-large:26px;--radius-round:999px}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#020403;width:100%;min-height:100%}body{width:100%;min-height:100dvh;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;background:#020403;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}main{display:block}::selection{color:#08080c;background:var(--accent-green)}::-webkit-scrollbar{width:0;height:0}.app-root{background:#020403;width:100%;min-height:100dvh;position:relative;overflow-x:hidden}.app-container{isolation:isolate;width:100%;max-width:var(--page-width);background:0 0;min-height:100dvh;margin:0 auto;position:relative}.app-container:before{content:"";z-index:0;width:min(100%, var(--page-width));pointer-events:none;-webkit-user-select:none;user-select:none;background-image:linear-gradient(#0008050a 0%,#00060408 48%,#00050329 100%),url(/images/backgrounds/game-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100dvh;position:fixed;top:0;left:50%;transform:translate(-50%)}.app-container:after{content:"";z-index:0;width:min(100%, var(--page-width));pointer-events:none;background:linear-gradient(#0007040f 0%,#00050305 30%,#00040314 70%,#0003022e 100%);height:100dvh;position:fixed;top:0;left:50%;transform:translate(-50%)}.app-content{z-index:1;width:100%;min-height:100dvh;padding:calc(var(--header-height) + 18px + var(--safe-top)) var(--page-padding) calc(var(--navigation-height) + 22px + var(--safe-bottom));background:0 0;position:relative}.safe-top{padding-top:var(--safe-top)}.safe-bottom{padding-bottom:var(--safe-bottom)}.no-select{-webkit-user-select:none;user-select:none}.hidden{display:none!important}@media (min-width:600px){html,body,.app-root{background:radial-gradient(circle at top,#1f5b361f,#0000 38%),#020403}.app-container{box-shadow:0 0 90px #000000d1,0 0 0 1px #daa93d0d}}
