.splash-screen{align-items:center;background-color:#fff;background-color:var(--splash-bg);color:#c12a8c;color:var(--splash-text);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;transition:background-color .3s ease;z-index:9999}.splash-title{font-size:2.8rem;font-weight:600;letter-spacing:1px}.splash-subtitle{font-size:1.2rem;margin-top:.8rem;opacity:.85}:root{--splash-bg:#fff;--splash-text:#c12a8c}body.dark :root{--splash-bg:#1a1a1a;--splash-text:#e09bc1}@media (max-width:600px){.splash-title{font-size:2rem}.splash-subtitle{font-size:1rem}}.intro-section{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center;margin:60px auto 0;max-width:1200px;padding:6vh 1.5rem;position:relative;transition:background-color .3s ease,color .3s ease;z-index:1}@media (min-width:900px){.intro-section{flex-direction:row;padding:8vh 2rem}}.intro-content{background-color:#fff;border:1px solid #f4bcd9;border-radius:20px;box-shadow:0 4px 16px #c12a8c0d;flex:1 1;flex-shrink:1;margin:0 auto;max-width:600px;min-height:0;padding:2rem;text-align:center;transition:all .3s ease}.intro-section.dark .intro-content{background-color:#1e1e2f;border:1px solid #e09bc1;box-shadow:0 8px 24px #c12a8c1a}.intro-glow-bg{animation:pulseGlow 6s ease-in-out infinite;background:radial-gradient(circle,#e09bc188,#0000 70%);content:"";filter:blur(60px);height:400px;left:20%;pointer-events:none;position:absolute;top:10%;width:400px;z-index:-2}@keyframes pulseGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.intro-heading{color:#c12a8c;font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:700;margin-bottom:1rem;word-break:break-word}.intro-name{color:#e052b2}.intro-section.dark .intro-heading{color:#e09bc1}.intro-section.dark .intro-name{color:#ffb3d8}.intro-description{color:#444;font-size:1rem;line-height:1.65;margin:0 auto 1.5rem;max-width:40rem}.intro-section.dark .intro-description{color:#ccc}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{align-items:center;background-color:#c12a8c;border-radius:30px;color:#fff;display:flex;font-size:1rem;gap:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#e09bc1;box-shadow:0 0 10px #e09bc1cc,0 0 20px #c12a8c88;transform:translateY(-4px) scale(1.03)}.intro-section.dark .btn{background-color:#c12a8c;color:#fff}.intro-section.dark .btn:hover{background-color:#e09bc1;box-shadow:0 4px 12px #00000026;color:#fff}.intro-bg-wrapper{align-items:center;display:flex;flex:1 1;flex-shrink:1;justify-content:center;margin-bottom:2rem;min-height:0;position:relative}.intro-bg{background-color:#f7df1e;border-radius:50%;box-shadow:0 0 20px #0000001a;height:16rem;object-fit:cover;width:16rem;z-index:1}.rotating-border{animation:spinBorder 12s linear infinite;border:2px dashed #e09bc1;border-radius:50%;height:18rem;position:absolute;width:18rem;z-index:-1}@keyframes spinBorder{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:900px){.intro-bg,.rotating-border{height:14rem;width:14rem}}@media (max-width:600px){.intro-heading{font-size:1.5rem;line-height:1.2}.intro-description{font-size:.9rem;line-height:1.5}.btn{font-size:.9rem;padding:.6rem 1.2rem}.intro-bg,.rotating-border{height:12rem;width:12rem}.intro-content{margin-top:-1rem;padding:1.2rem}.intro-bg-wrapper{margin-bottom:1rem}}@media (max-width:400px){.intro-bg,.rotating-border{height:10rem;width:10rem}}.bubble{animation:rise 6s ease-in-out infinite;background:linear-gradient(135deg,#e09bc1,#c12a8c);border-radius:50%;box-shadow:0 0 8px #e09bc188;opacity:.6;pointer-events:none;position:absolute;z-index:-1}@keyframes rise{0%{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}to{opacity:0;transform:translateY(-200px) scale(1.2) rotate(1turn)}}.bubble-1{animation-delay:0s;height:20px;left:8%;top:15%;width:20px}.bubble-2{animation-delay:1s;height:30px;left:18%;top:35%;width:30px}.bubble-3{animation-delay:2s;height:25px;left:32%;top:55%;width:25px}.bubble-4{animation-delay:3s;height:18px;left:45%;top:75%;width:18px}.bubble-5{animation-delay:1s;height:35px;left:58%;top:25%;width:35px}.bubble-6{animation-delay:2s;height:22px;left:68%;top:50%;width:22px}.bubble-7{animation-delay:3s;height:28px;left:80%;top:70%;width:28px}.bubble-8{animation-delay:4s;height:20px;left:92%;top:85%;width:20px}.scroll-arrow{animation:bounce 2s infinite,glowArrow 3s ease-in-out infinite;bottom:0;color:#c12a8c;cursor:pointer;font-size:1.5rem;left:50%;position:absolute;transform:translateX(-50%);transition:color .3s ease;z-index:2}.scroll-arrow:hover{color:#e09bc1}.intro-section.dark .scroll-arrow{color:#f08dc5}.intro-section.dark .scroll-arrow:hover{color:#ffb3d8}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}@keyframes glowArrow{0%,to{text-shadow:0 0 5px #e09bc1,0 0 10px #c12a8c}50%{text-shadow:0 0 15px #e09bc1,0 0 30px #c12a8c}}
/*# sourceMappingURL=main.0d1ffc3e.css.map*/