:root{--theme-primary: #ff8fa3;--theme-primary-rgb: 255, 143, 163;--theme-secondary: #ffb3c1;--theme-secondary-rgb: 255, 179, 193;--theme-accent: #ff758f;--theme-bg: #fdf2f4;--theme-text-sub: #999;--theme-text-muted: #bbb;--theme-placeholder: #ccc;--theme-error: #e74c3c;--theme-disabled: #ddd;--glass-bg: rgba(255, 255, 255, .65);--theme-shadow-rgb: 255, 143, 163}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--theme-bg, #fdf2f4);-webkit-font-smoothing:antialiased}.sc-app-wrapper{position:relative;min-height:100vh}.background-orbs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.orb-1{width:500px;height:500px;background:radial-gradient(circle,var(--theme-primary, #ff8fa3),transparent 70%);top:-150px;right:-100px;animation:orb-float 8s ease-in-out infinite}.orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--theme-secondary, #ffb3c1),transparent 70%);bottom:-100px;left:-80px;animation:orb-float 10s ease-in-out infinite reverse}@keyframes orb-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.sc-app-wrapper>.fade-enter-active,.sc-app-wrapper>.fade-leave-active,.sc-app-wrapper>div:not(.background-orbs){position:relative;z-index:1}
