body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{animation:gradientFlow 15s ease infinite;background:linear-gradient(135deg,#780ede,#780ede 25%,#780ede 50%,#780ede 75%,#780ede);background-size:400% 400%;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}body:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff14 0,#0000 50%),radial-gradient(circle at 40% 40%,#ffffff0d 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.App,.landing-page{min-height:100vh}.landing-page{align-items:center;background:linear-gradient(15deg,#ff6b35,#780ede);display:flex;flex-direction:column;justify-content:center;padding:2rem;position:relative;z-index:1}.bella-title-container{animation:fadeInUp 1s ease-out;margin-bottom:2rem;text-align:center}.bella-header{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.bella-text-section{align-items:center;display:flex;flex-direction:column;text-align:center}.bella-profile-container{background:linear-gradient(135deg,#ff6b35,#780ede);border-radius:50%;padding:4px;position:relative;transition:all .3s ease}.bella-profile-image{border:3px solid #ffffffe6;border-radius:50%;box-shadow:0 8px 20px #ff6b354d,0 4px 10px #780ede33,inset 0 2px 4px #ffffff1a;height:100px;object-fit:cover;transition:all .3s ease;width:100px}.bella-profile-container:hover{transform:scale(1.05)}.bella-profile-image:hover{box-shadow:0 12px 30px #ff6b3566,0 6px 15px #780ede4d,inset 0 2px 4px #ffffff1a}.bella-title{-webkit-text-fill-color:#0000;animation:titleGlow 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#fff,#ffebcd 50%,#fff);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Story Script,cursive;font-size:4rem;font-weight:400;letter-spacing:2px;margin:0;text-shadow:3px 3px 6px #0006,0 0 20px #ffffff4d}.bella-subtitle{color:#ffffffe6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.5px;margin:.5rem 0 0;opacity:.95;text-shadow:1px 1px 2px #0000004d;transition:all .3s ease}.bella-subtitle:hover{opacity:1;transform:translateY(-1px)}@keyframes titleGlow{0%{text-shadow:3px 3px 6px #0006,0 0 20px #ffffff4d}to{text-shadow:3px 3px 6px #0006,0 0 30px #ffffff80}}.main-boxes-container{grid-gap:2rem;animation:fadeInUp 1s ease-out;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem;max-width:800px;width:100%}.main-box{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 10px 30px #0003;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.main-box:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-10px) scale(1.02)}.main-box-overlay{align-items:center;background:linear-gradient(135deg,#ff6b35cc,#780edecc);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.main-box:hover .main-box-overlay{opacity:1}.main-box-title{font-size:1.5rem;margin-bottom:.5rem}.main-box-arrow,.main-box-title{color:#fff;font-weight:700;text-shadow:2px 2px 4px #0000004d}.main-box-arrow{font-size:2rem}.social-icons-bar{animation:fadeInUp 1s ease-out .5s both;display:flex;gap:2rem;justify-content:center;padding:2rem 0}.social-icon-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.social-icon-item:hover{background:#fff3;border-color:var(--hover-color);box-shadow:0 5px 15px #0003;transform:translateY(-3px) scale(1.1)}.social-small-icon{height:30px;transition:transform .3s ease;width:30px}.social-icon-item:hover .social-small-icon{transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.landing-page{padding:1rem}.bella-header{flex-direction:column;gap:1rem}.bella-profile-container{padding:3px}.bella-profile-image{border-width:2px;height:80px;width:80px}.bella-title{font-size:2.5rem;letter-spacing:1px}.bella-subtitle{font-size:.9rem;margin-top:.3rem}.main-boxes-container{gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}.main-box{min-height:200px}.main-box-title{font-size:1.2rem}.main-box-arrow{font-size:1.5rem}.social-icons-bar{gap:1rem;padding:1.5rem 0}.social-small-icon{height:25px;width:25px}}@media (min-width:768px){.landing-page{padding:2rem}.bella-profile-container{padding:4px}.bella-profile-image{border-width:3px;height:120px;width:120px}.bella-title{font-size:3.5rem;letter-spacing:1.5px}.bella-subtitle{font-size:1.2rem;margin-top:.6rem}.main-boxes-container{gap:2.5rem;max-width:900px}.main-box-title{font-size:1.8rem}.main-box-arrow{font-size:2.5rem}.social-icons-bar{gap:2.5rem}.social-small-icon{height:35px;width:35px}}@media (min-width:1024px){.landing-page{padding:3rem}.bella-profile-container{padding:5px}.bella-profile-image{border-width:3px;height:140px;width:140px}.bella-title{font-size:5rem;letter-spacing:2.5px}.bella-subtitle{font-size:1.4rem;margin-top:.8rem}.main-boxes-container{gap:3rem;max-width:1000px}.main-box-title{font-size:2rem}.main-box-arrow{font-size:3rem}.social-icons-bar{gap:3rem}.social-small-icon{height:40px;width:40px}}
/*# sourceMappingURL=main.50d34548.css.map*/