:root{font-family:Comfortaa,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#7acaff;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden;position:fixed;inset:0;background:#7acaff;-webkit-tap-highlight-color:transparent}*{overscroll-behavior:none;touch-action:none}img{max-width:100%;height:auto;display:block}input,textarea,select{font-size:16px}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Knicknack;src:url(/knicknack-regular.otf) format("opentype");font-weight:500;font-style:normal}body{font-family:Comfortaa,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;min-height:100dvh;width:100%;background:linear-gradient(135deg,#e3f2fd,#7acaff,#e590db);background-size:200% 200%;animation:gradientShift 15s ease infinite;display:flex;justify-content:center;align-items:center;padding:20px 15px;position:relative;overflow:hidden}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bubble-enhanced{position:absolute;bottom:-150px;border-radius:50%;animation:bubble-float ease-in-out infinite;filter:blur(.5px);pointer-events:none;z-index:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),transparent 45%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.4),transparent 70%),radial-gradient(circle at 50% 50%,var(--bubble-color, rgba(33, 150, 243, .3)),transparent);box-shadow:inset 0 0 25px #ffffff80,inset -5px -5px 15px #0000001a,0 10px 35px #00000026,0 0 0 1px #ffffff4d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transform-origin:center center}.bubble{position:absolute;bottom:-100px;border-radius:50%;opacity:.6;animation:float-up linear infinite;box-shadow:0 8px 20px #ffffff4d;pointer-events:none;z-index:0}@keyframes float-up{0%{transform:translateY(0) translate(0) scale(1);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-100vh) translate(50px) scale(1.2);opacity:0}}.bubble:nth-child(1){width:60px;height:60px;left:10%;background:#2196f34d;animation-duration:12s;animation-delay:0s}.bubble:nth-child(2){width:40px;height:40px;left:25%;background:#ffc1074d;animation-duration:10s;animation-delay:2s}.bubble:nth-child(3){width:80px;height:80px;left:40%;background:#64b5f64d;animation-duration:15s;animation-delay:4s}.bubble:nth-child(4){width:50px;height:50px;left:55%;background:#ff98004d;animation-duration:11s;animation-delay:1s}.bubble:nth-child(5){width:70px;height:70px;left:70%;background:#2196f34d;animation-duration:13s;animation-delay:3s}.bubble:nth-child(6){width:45px;height:45px;left:85%;background:#ffc1074d;animation-duration:14s;animation-delay:5s}.bubble:nth-child(7){width:55px;height:55px;left:15%;background:#64b5f64d;animation-duration:16s;animation-delay:6s}.bubble:nth-child(8){width:65px;height:65px;left:35%;background:#ff98004d;animation-duration:12s;animation-delay:2.5s}.bubble:nth-child(9){width:50px;height:50px;left:60%;background:#2196f34d;animation-duration:11s;animation-delay:4.5s}.bubble:nth-child(10){width:75px;height:75px;left:80%;background:#ffc1074d;animation-duration:13s;animation-delay:1.5s}.container{width:100%;max-width:500px;border:3px solid #123675;background:#fffffff1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;box-shadow:0 20px 60px #00000026;overflow:hidden;padding:25px 20px;animation:fadeIn .6s ease-in-out;position:relative;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-section{text-align:center;margin-bottom:15px}.logo-image{max-width:100%;width:min(280px,70vw);height:auto;display:block;margin:0 auto}.carousel-container{position:relative;width:100%;border:1px solid #123675;aspect-ratio:16 / 10;max-height:265px;overflow:hidden;border-radius:15px;margin-bottom:20px;box-shadow:0 10px 30px #00000026}.carousel-wrapper{display:flex;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:100%;flex-shrink:0}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#2196f3;border:none;width:clamp(32px,8vw,45px);height:clamp(32px,8vw,45px);border-radius:50%;font-size:clamp(14px,3.5vw,20px);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 4px 12px #00000026}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn.prev{left:clamp(8px,2vw,15px)}.carousel-btn.next{right:clamp(8px,2vw,15px)}.carousel-indicators{position:absolute;bottom:clamp(8px,2vw,15px);left:50%;transform:translate(-50%);display:flex;gap:clamp(5px,1.5vw,8px);z-index:10}.indicator{width:clamp(8px,2vw,10px);height:clamp(8px,2vw,10px);border-radius:50%;border:2px solid white;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:#fff;width:clamp(20px,5vw,30px);border-radius:5px}.links-container{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.link-button{display:block;padding:14px 20px;background:var(--button-color);background-image:url(https://www.transparenttextures.com/patterns/swirl.png);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1em;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.link-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease}.link-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.link-button:hover:before{left:100%}.link-button:active{transform:translateY(-1px)}.footer{text-align:center;padding-top:15px;border-top:2px solid #e3f2fd}.footer p{color:#123675;font-size:1.2em;font-family:Knicknack,sans-serif;font-weight:500;line-height:1.4;margin:0}.footer p span{font-size:1.3em!important}@media(min-width:769px)and (max-width:1024px){.container{max-width:520px;padding:30px 25px}.carousel-container{max-height:250px}}@media(min-width:601px)and (max-width:768px){.container{max-width:480px;padding:28px 22px}.carousel-container{max-height:230px}}@media(min-width:415px)and (max-width:600px){.container{max-width:400px;padding:22px 18px}.carousel-container{max-height:200px}}@media(min-width:376px)and (max-width:414px){.container{width:100%;max-width:380px;padding:20px 16px;border-radius:20px}.carousel-container{max-height:180px;border-radius:12px}.link-button{padding:13px 16px;font-size:.95em}}@media(max-width:375px){.app{padding:10px}.container{padding:15px 12px;border-radius:16px;border-width:2px}.logo-image{width:200px}.carousel-container{max-height:160px;margin-bottom:12px}.link-button{padding:11px 12px;font-size:.9em}.footer{padding-top:10px}.footer p{font-size:1em}}@media(max-height:500px)and (orientation:landscape){.app{padding:10px;align-items:flex-start;min-height:auto;height:auto}.container{margin:10px auto;max-width:480px}.links-container{flex-direction:row;flex-wrap:wrap}.link-button{flex:1 1 45%}}@media(prefers-reduced-motion:reduce){.app,.bubble,.bubble-enhanced,.container{animation:none}.link-button:hover{transform:none}}.bubble-enhanced{position:absolute;bottom:-150px;border-radius:50%;animation:bubble-float ease-in-out infinite;filter:blur(.5px);z-index:100000;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),transparent 45%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.4),transparent 70%),radial-gradient(circle at 50% 50%,var(--bubble-color, rgba(33, 150, 243, .3)),transparent);box-shadow:inset 0 0 25px #ffffff80,inset -5px -5px 15px #0000001a,0 10px 35px #00000026,0 0 0 1px #ffffff4d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transform-origin:center center}.bubble-enhanced:before{content:"";position:absolute;top:8%;left:18%;width:45%;height:45%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,.6) 40%,transparent 70%);border-radius:50%;filter:blur(4px);animation:shimmer 3s ease-in-out infinite}.bubble-enhanced:after{content:"";position:absolute;bottom:12%;right:12%;width:30%;height:30%;background:radial-gradient(circle,rgba(255,255,255,.6),transparent 60%);border-radius:50%;filter:blur(3px)}@keyframes bubble-float{0%{transform:translateY(0) translate(0) scale(.7) rotate(0);opacity:0}3%{opacity:.75}50%{transform:translateY(-50vh) translate(var(--x-offset, 30px)) scale(1) rotate(180deg);opacity:.85}97%{opacity:.6}to{transform:translateY(-115vh) translate(calc(var(--x-offset, 30px) * 1.5)) scale(1.15) rotate(360deg);opacity:0}}@keyframes shimmer{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.bubble-enhanced.popping{animation:pop .3s ease-out forwards}@keyframes pop{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5}to{transform:scale(0);opacity:0}}
