html,body{margin:0;padding:0;width:100%;min-height:100vh;overflow-y:auto}.app-wrapper{position:relative;min-height:100vh;width:100vw;background-color:var(--theme-bg);overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .5s ease}.background-orbs{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;transition:background .5s ease}.orb-1{width:400px;height:400px;background:var(--theme-orb1);top:-100px;left:-100px;animation:floatOrb 10s ease-in-out infinite alternate}.orb-2{width:300px;height:300px;background:var(--theme-orb2);bottom:-50px;right:-50px;animation:floatOrb 8s ease-in-out infinite alternate-reverse}@keyframes floatOrb{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.fade-enter-active,.fade-leave-active{transition:opacity .6s ease,transform .6s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(20px) scale(.98)}:root{--theme-primary: #ff8fa3;--theme-primary-rgb: 255, 143, 163;--theme-secondary: #ffb3c1;--theme-secondary-rgb: 255, 179, 193;--theme-accent: #ff758f;--theme-accent-light: #ffa6c9;--theme-bg-light: #fdf2f4;--theme-border-light: #ffe0e6;--theme-shadow-rgb: 255, 182, 193;--theme-text-main: #555555;--theme-text-dark: #444444;--theme-text-sub: #9fa8da;--theme-text-muted: #b0bec5;--theme-text-date: #a0aab2;--theme-placeholder: #d0d0d0;--theme-disabled: #e0e0e0;--theme-error: #ff4d6d;--theme-error-rgb: 255, 77, 109}html,body{margin:0;padding:0;width:100%;height:100%;background-color:var(--theme-bg-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#app{width:100%;min-height:100vh}
