/* Final theme layer: one controlled atmosphere per mode, without competing page backgrounds. */
html,body{min-height:100vh!important;min-height:100dvh!important;margin:0}body{display:flex;flex-direction:column;background:linear-gradient(135deg,#d9e9ff 0%,#e9e5ff 50%,#f7e3f1 100%)!important;color:#29345b!important}body::before{background:radial-gradient(circle at 35% 35%,#71a9ff,transparent 68%)!important;opacity:.14!important}body::after{background:radial-gradient(circle at 45% 45%,#dc8bd0,transparent 70%)!important;opacity:.10!important}#app,.page{background:transparent!important;flex-grow:1!important;min-height:calc(100vh - 76px)!important;min-height:calc(100dvh - 76px)!important;box-sizing:border-box!important}
html[data-theme=dark] body{background:linear-gradient(135deg,#06151d 0%,#0b2732 45%,#1b1834 78%,#24152b 100%)!important;color:#e8fffc!important}html[data-theme=dark] body::before{background:radial-gradient(circle at 35% 35%,#1a9b9a,transparent 68%)!important;opacity:.12!important}html[data-theme=dark] body::after{background:radial-gradient(circle at 45% 45%,#6a4bc3,transparent 70%)!important;opacity:.10!important}html[data-theme=dark] #app,html[data-theme=dark] .page{background:transparent!important;flex-grow:1!important;min-height:calc(100vh - 76px)!important;min-height:calc(100dvh - 76px)!important;box-sizing:border-box!important}

