:root{font-family:Montserrat,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;--color-bg-dark: #0a0a0a;--color-bg-gradient-1: #1a0d1f;--color-bg-gradient-2: #2d1b3d;--color-accent-1: #d4a5a5;--color-accent-2: #e8b4b8;--color-text-primary: #f5f5f5;--color-text-secondary: #d4a5a5}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:var(--color-bg-dark);overflow-y:auto;overflow-x:hidden}#root{width:100%;min-height:100vh}.app-container{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--color-bg-dark) 0%,var(--color-bg-gradient-1) 40%,var(--color-bg-gradient-2) 70%,var(--color-bg-dark) 100%);background-size:400% 400%;animation:gradientShift 15s ease infinite;z-index:0}.floating-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:var(--color-accent-2);top:-100px;right:-100px;animation-delay:0s}.orb-2{width:300px;height:300px;background:var(--color-accent-1);bottom:-50px;left:-50px;animation-delay:7s}.orb-3{width:250px;height:250px;background:#8b5e83;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:3s}.content{position:relative;z-index:10;text-align:center;max-width:800px;animation:fadeIn 1.5s ease-out}.logo-container{margin-bottom:3rem;animation:fadeInDown 1s ease-out .3s both}.logo{max-width:280px;width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(212,165,165,.3));animation:gentlePulse 4s ease-in-out infinite}.text-content{animation:fadeInUp 1s ease-out .6s both}.heading{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;font-style:italic;color:var(--color-text-primary);margin-bottom:2rem;line-height:1.2;letter-spacing:.02em}.description{font-family:Montserrat,sans-serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:300;color:var(--color-text-secondary);line-height:1.8;max-width:650px;margin:0 auto;letter-spacing:.01em}.highlight{color:var(--color-accent-2);font-weight:400}.decorative-line{width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent-1),transparent);margin:2.5rem auto;animation:expand 1.2s ease-out .9s both}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float{0%,to{transform:translateY(0) scale(1)}33%{transform:translateY(-30px) scale(1.05)}66%{transform:translateY(20px) scale(.95)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gentlePulse{0%,to{transform:scale(1);filter:drop-shadow(0 10px 30px rgba(212,165,165,.3))}50%{transform:scale(1.02);filter:drop-shadow(0 15px 40px rgba(212,165,165,.4))}}@keyframes expand{0%{width:0;opacity:0}to{width:80px;opacity:1}}@media (max-width: 768px){.app-container{padding:3rem 1.5rem 2rem;justify-content:flex-start}.logo{max-width:180px}.logo-container{margin-bottom:1.5rem}.heading{margin-bottom:1.2rem;font-size:clamp(1.8rem,5vw,2.5rem)}.description{font-size:clamp(.95rem,2.2vw,1.1rem)}.orb-1,.orb-2,.orb-3{width:250px;height:250px}}@media (max-width: 480px){.app-container{padding:2.5rem 1rem 2rem}.logo{max-width:140px}.logo-container{margin-bottom:1.2rem}.heading{font-size:clamp(1.5rem,4.5vw,2rem);margin-bottom:1rem}.description{font-size:clamp(.9rem,2vw,1rem);line-height:1.6}.decorative-line{width:60px;margin:1.5rem auto}.orb-1,.orb-2,.orb-3{width:200px;height:200px}}@media (max-width: 360px){.app-container{padding:2rem .8rem 1.5rem}.logo{max-width:120px}.logo-container{margin-bottom:1rem}.heading{font-size:1.4rem;margin-bottom:.8rem}.description{font-size:.85rem;line-height:1.5}.decorative-line{width:50px;margin:1.2rem auto}}
