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;overflow-y:overlay}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{background:#0000;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:var(--primary50);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary75)}*{scrollbar-color:var(--primary50) #0000;scrollbar-width:thin}@media (hover:hover){::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{visibility:hidden}:hover::-webkit-scrollbar-thumb,:hover::-webkit-scrollbar-track{visibility:visible}}.section{background-color:var(--background);padding:2rem 15vw 0;position:relative}.section-title{display:inline-block;font-size:3rem;font-weight:400;letter-spacing:1px;margin:4rem 0;position:relative}.section-title:after{background-color:var(--primary);bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.primary-button,.secondary-button{align-items:center;border-radius:4px;display:inline-flex;font-weight:500;justify-content:center;min-width:120px;padding:.8rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.primary-button{background-color:var(--primary85);color:var(--text)}.primary-button:hover{background-color:var(--primary);transform:translateY(-2px)}.secondary-button{border:2px solid var(--primary60);color:var(--text);gap:8px}.secondary-button:hover{background-color:var(--primary85);color:#fff;transform:translateY(-2px)}@media (max-width:1440px){.section{padding:2rem 10vw 0}}@media (max-width:768px){.section{overflow:hidden;padding:4rem 5%}.section-title{font-size:2.5rem}.primary-button,.secondary-button{font-size:.9rem;min-width:140px;padding:.7rem 1.5rem}}@media (max-width:480px){.primary-button,.secondary-button{min-width:0;min-width:auto;width:100%}}.navbar{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:var(--background5);height:4rem;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar__desktop{align-items:center;display:flex;height:100%;justify-content:space-between;max-width:100vw;padding:0 15vw}.navbar__brand{color:var(--text);text-decoration:none}.navbar__logo{font-size:1.5rem;font-weight:400;letter-spacing:.5px}.navbar__menu{display:flex;gap:2rem}.navbar__menu-item{color:var(--text);font-size:1.1rem;font-weight:400;letter-spacing:1px;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar__menu-item:after{background-color:var(--primary90);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar__menu-item.active:after,.navbar__menu-item:hover:after{width:100%}.navbar__menu-item.active,.navbar__menu-item:hover{color:var(--primary90)}.navbar__mobile{align-items:center;display:none;flex-direction:row-reverse;height:100%;justify-content:space-between;padding:0 5%}.navbar__hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:24px}.navbar__hamburger span{background-color:var(--text);display:block;height:2px;transition:all .3s ease;width:100%}.navbar__hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.navbar__hamburger.active span:nth-child(2){opacity:0}.navbar__hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.navbar__mobile-menu{align-items:flex-start;display:flex;flex-direction:column;height:calc(100vh - 4rem);left:-100%;padding:2rem 5%;position:fixed;top:3.97rem;transition:left .3s ease;visibility:hidden;width:85vw;z-index:1000}.navbar__mobile-menu.active{left:0;visibility:visible}.navbar__mobile-item{color:var(--text);font-size:2rem;font-weight:400;padding:1.2rem 0;position:relative;text-align:left;text-decoration:none;transition:color .3s ease;width:100%}.navbar__mobile-item:after{background-color:var(--primary90);bottom:.8rem;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar__mobile-item.active:after,.navbar__mobile-item:hover:after{width:40px}.navbar__mobile-item.active,.navbar__mobile-item:hover{color:var(--primary90)}.navbar__mobile-overlay{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:var(--background5);bottom:0;left:0;opacity:0;position:fixed;right:0;top:3.97rem;transition:opacity .3s ease;visibility:hidden;z-index:999}.navbar__mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:1440px){.navbar__desktop{padding:0 10vw}}@media (max-width:768px){.navbar__desktop{display:none}.navbar__mobile{display:flex}}.footer{background-color:var(--background5);padding:1.25rem 15%}.footer__content{align-items:center;display:flex;gap:3rem;justify-content:space-between}.footer__copyright{color:#636e72;font-size:.9rem;font-weight:400;margin:0}.footer__social-links{gap:2rem}.footer__social-links a{color:#636e72;font-size:.9rem;font-weight:500;letter-spacing:.2px;text-decoration:none;transition:color .3s ease}.footer__social-links a:hover{color:#0984e3}.footer__social-links{display:flex;gap:1rem}.social-icon{align-items:center;display:flex;justify-content:center}.social-icon img{height:24px;transition:transform .3s ease;width:24px}.social-icon:hover img{transform:scale(1.1)}@media (max-width:768px){.footer{padding:1.25rem 5%}.footer__content{flex-direction:column-reverse;gap:1.25rem;text-align:center}.footer__social-links{gap:1.5rem}.social-icon img{height:22px;width:22px}}.hero-section{align-items:center;background:var(--background);display:flex;justify-content:space-between;min-height:calc(90vh - 4rem);padding:5vh 15vw 0;position:relative}.hero-text{max-width:600px}.hero-text h1{font-size:3rem;font-weight:400;line-height:1.2;margin-bottom:1rem}.hero-text h2{color:var(--text);display:flex;flex-wrap:wrap;font-size:2.5rem;font-weight:400;gap:10px;margin-bottom:1.5rem}.highlight{color:var(--primary)}.hero-subtitle{color:var(--text);font-size:1.1rem;font-weight:400;letter-spacing:.5px;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1.5rem}.button-icon{flex-shrink:0;height:20px;width:20px}.hero-image{align-items:center;background-color:var(--background);border-radius:10px;display:flex;flex:0 0 45%;justify-content:flex-end;padding:2rem 0}.hero-image img{border-radius:10px;height:auto;max-width:100%}.typewriter{color:var(--primary);display:inline-block}.hero-social-links{margin-top:2rem}.hero-social-links .social-icon{align-items:center;display:flex;justify-content:center}.hero-social-links .social-icon img{opacity:.8}.hero-actions{align-items:center;display:flex;gap:3rem}.hero-social-links{display:flex;gap:1.5rem}.hero-social-links .social-icon img{height:24px;opacity:.7;transition:transform .3s ease;width:24px}.hero-social-links .social-icon:hover img{opacity:1;transform:scale(1.1)}.hero-social-links-vertical{display:flex;flex-direction:column;gap:1.5rem;left:2rem;position:absolute;top:55%;transform:translateY(-50%)}.hero-social-links-vertical .social-icon img{height:24px;opacity:.7;transition:transform .3s ease;width:24px}.hero-social-links-vertical .social-icon:hover img{opacity:1;transform:scale(1.1)}@media (max-width:1440px){.hero-section{padding:5vh 10vw 0}}@media (max-width:900px){.hero-section{flex-direction:column;min-height:calc(100vh - 12rem);padding:4rem 5%;text-align:center}.hero-image{justify-content:center;margin-top:2rem;padding:0}.hero-image img{max-width:80%}.hero-text h1{font-size:2.5rem}.hero-text h2{font-size:2rem;justify-content:center}.cta-buttons{gap:1rem;justify-content:center}.timeline-indicator{display:none}.hero-social-links{margin-top:1.5rem}.hero-actions{flex-direction:column;gap:1.5rem}.hero-social-links{justify-content:center}.hero-social-links-vertical{display:flex;flex-direction:row;justify-content:center;left:0;margin-bottom:1rem;opacity:1;position:relative}.social-icon{margin:0 .5rem}.hero-social-links-vertical .social-icon img{opacity:1}.button-icon{height:18px;width:18px}}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-card{background-color:var(--secondary10);border-radius:8px;padding:1.5rem;transition:all .3s ease}.skill-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.skill-icon{background-color:var(--primary);height:48px;margin-bottom:1.5rem;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .3s ease;width:48px}.skill-icon.code{-webkit-mask-image:url(/static/media/code.79627a705da37fc455e7.svg);mask-image:url(/static/media/code.79627a705da37fc455e7.svg)}.skill-icon.gamepad{-webkit-mask-image:url(/static/media/gamepad.1782697f488da6caa45e.svg);mask-image:url(/static/media/gamepad.1782697f488da6caa45e.svg)}.skill-icon.server{-webkit-mask-image:url(/static/media/server.53c7411ee19f545352ff.svg);mask-image:url(/static/media/server.53c7411ee19f545352ff.svg)}.skill-icon.bot{-webkit-mask-image:url(/static/media/bot.67a2f749e774f1324aae.svg);mask-image:url(/static/media/bot.67a2f749e774f1324aae.svg)}.skill-icon.tetris{-webkit-mask-image:url(/static/media/tetris.11af5708bb67a09c53fb.svg);mask-image:url(/static/media/tetris.11af5708bb67a09c53fb.svg)}.skill-icon.globe{-webkit-mask-image:url(/static/media/globe.fd53e70a2b56e9258e77.svg);mask-image:url(/static/media/globe.fd53e70a2b56e9258e77.svg)}.skill-card:hover .skill-icon{transform:scale(1.1)}.skill-card h4{color:var(--primary);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.skill-card p{color:var(--text);line-height:1.6}.scroll-controls{display:none}@media (max-width:2000px){.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:1600px){.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:1205px){.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.skills-grid{display:flex;gap:1rem;overflow-x:scroll;overscroll-behavior:contain;padding:.25rem 0 1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory}.skills-grid::-webkit-scrollbar{overflow-x:scroll}.skill-card{flex:0 0 60%;scroll-snap-align:center}.scroll-controls{display:block;left:0;padding:0 5%;pointer-events:none;position:absolute;top:90%;transform:translateY(-50%);width:90%}.scroll-arrow{align-items:center;background:none;border:none;color:var(--text);cursor:pointer;display:flex;height:40px;justify-content:center;pointer-events:auto;position:absolute;scale:1.5;transition:all .3s ease;width:40px}.scroll-arrow:hover{transform:scale(1.1)}.scroll-arrow.left{left:5%}.scroll-arrow.right{right:5%}.scroll-arrow:disabled{background:#ccc;cursor:not-allowed;opacity:.5}}.project{background-color:initial;flex:1 1;padding:0 0 4rem}.project__content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;margin:0 auto;transition:all .3s ease}.project-card{animation:fadeIn .5s ease;border:.1em solid #0000;border-radius:12px;height:auto}.project-card,.project-card__inner{overflow:hidden;position:relative;width:100%}.project-card__inner{background:var(--secondary20);border-radius:12px;box-shadow:0 4px 6px #0000001a;height:100%;transition:transform .3s ease}.project-card:hover{border:.1em solid var(--primary70)}.project-card:hover .project-card__inner{box-shadow:0 8px 16px #4a89dc0f;transform:scale(1.02)}.project-card__image{height:280px;overflow:hidden;width:100%}.project-card__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__title{color:var(--text);font-size:1.25rem;font-weight:400;letter-spacing:.5px;margin:.75rem 0 0;padding:0 1rem}.project-card__overlay{align-items:center;background:var(--background95);display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;visibility:hidden;width:100%}.project-card:hover .project-card__overlay{opacity:1;visibility:visible}.project-card__tags--static{display:flex;flex-wrap:wrap;gap:.5rem;max-width:calc(100% - 2rem);padding:1rem;position:relative;z-index:1}.project-card__tags--overlay{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;opacity:0;padding:0 1rem;transform:translateY(-20px);transition:all .3s ease}.project-card:hover .project-card__tags--overlay{opacity:1;transform:translateY(0)}.project-card__tag{background:var(--primary35);border-radius:15px;color:#fff;font-size:.8rem;padding:.25rem .75rem}.project-card__tags--overlay .project-card__tag{background:var(--primary35);border:none;color:var(--text);text-shadow:none}.project-card__tags--static .project-card__tag{transition:transform .3s ease}.project-card__tags--static .project-card__tag:hover{transform:translateY(-2px)}.project-card__description{color:var(--text);font-size:.95rem;line-height:1.6;margin:0;opacity:0;padding:0 1rem;text-align:center;transform:translateY(20px);transition:all .3s ease}.project-card:hover .project-card__description{opacity:1;transform:translateY(0);transition-delay:.1s}.project-card__link{background-color:var(--primary80);border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;opacity:0;padding:.5rem 1.25rem;text-decoration:none;transform:translateY(20px);transition:all .3s ease}.project-card:hover .project-card__link{opacity:1;transform:translateY(0);transition-delay:.2s}.project-card__link:hover{background-color:var(--primary);box-shadow:0 4px 12px #4a89dc26;transform:translateY(-2px)}@media (min-width:768px){.project__content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width:1200px){.project__content{grid-template-columns:repeat(3,1fr)}}.project__filter{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem;padding:0 1rem}.filter-section{align-items:center;display:flex;flex-direction:column;gap:.75rem}.filter-label{color:var(--text);font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.filter-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-tag{background:#0000;border:1px solid #4a89dc33;border-radius:25px;color:var(--primary);cursor:pointer;font-size:.9rem;padding:.5rem 1.25rem;text-transform:capitalize;transition:all .3s ease}.filter-tag:hover{background:#4a89dc0d}.filter-tag.active{background:var(--primary);border-color:var(--primary);color:#fff}.filter-divider{align-items:center;display:flex;height:50px}.filter-divider span{background:linear-gradient(180deg,#0000,#4a89dc33,#0000);height:100%;width:1px}@media (max-width:1600px){.project__content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.project__filter{flex-direction:column;gap:1.5rem}.filter-divider{height:1px;width:150px}.filter-divider span{background:linear-gradient(90deg,#0000,#4a89dc33,#0000);height:1px;width:100%}.filter-tag{font-size:.85rem;padding:.4rem 1rem}}.project-card:hover .project-card__tags--static{opacity:0;transition:opacity .2s ease}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1100}.modal-content{animation:slideUp .3s ease;background:var(--background);border-radius:12px;display:grid;grid-template-columns:1.5fr 1fr;height:auto;max-height:90vh;max-width:1200px;overflow:hidden;position:relative;width:90%}.modal-close{background:#0006;border:none;border-radius:20px;cursor:pointer;height:2rem;padding:0;position:absolute;right:.5rem;top:.5rem;width:2rem;z-index:1}.modal-icon{background-color:#fff;height:100%;-webkit-mask-image:url(/static/media/cross.dd25ac74e5674d6dcf75.svg);mask-image:url(/static/media/cross.dd25ac74e5674d6dcf75.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:background-color .3s ease;width:100%}.modal-icon:hover{background-color:#f01e2c}.modal-gallery{align-items:center;background:var(--background);display:flex;height:90vh;justify-content:center;overflow:hidden;position:relative}.modal-gallery img{height:100%;object-fit:contain;padding:2rem;width:100%}.gallery-nav{align-items:center;background:var(--background45);border:none;border-radius:50%;color:var(--text);cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px}.gallery-nav:hover{background:var(--background70);transform:translateY(-50%) scale(1.1)}.gallery-nav.prev{left:1rem}.gallery-nav.prev.single{display:none}.gallery-nav.next{right:1rem}.gallery-nav.next.single{display:none}.gallery-dots{bottom:1rem;display:flex;gap:.5rem;justify-content:center;left:0;position:absolute;right:0;z-index:2}.modal-details{flex:1 1;overflow-y:auto;padding:2rem}.modal-details h2{color:var(--text);font-size:1.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 1rem}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.modal-tag{background:var(--primary35);border-radius:15px;color:var(--text);font-size:.8rem;padding:.25rem .75rem}.modal-description h3{color:var(--text);font-weight:600;letter-spacing:.5px;margin:1.5rem 0 1rem}.modal-description p{color:var(--text90);line-height:1.6;margin-bottom:1rem}.modal-description ul{color:var(--text90);line-height:1.6;margin-bottom:1.5rem;padding-left:1.5rem}.modal-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.modal-button{align-items:center;border-radius:4px;display:inline-flex;flex:1 1;font-weight:500;gap:initial;justify-content:center;min-width:120px;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.modal-button img{height:20px;margin-right:.5rem;margin-top:.1rem;width:20px}.modal-button:hover{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-overlay{padding:.5rem}.modal-content{display:flex;flex-direction:column;grid-template-columns:1fr;height:auto;max-height:98vh;width:100%}.modal-gallery{aspect-ratio:auto;height:30vh;max-height:40vh;min-height:200px}.modal-gallery img{padding:1rem}.modal-details{flex:1 1;height:auto;max-height:45vh;overflow-y:auto;padding:1rem}.modal-links{gap:.75rem}.modal-button{font-size:.9rem;min-width:100px;padding:.6rem 1rem}.modal-button img{height:16px;width:16px}}@media (max-height:600px){.modal-gallery{height:30vh;min-height:150px}.modal-details{max-height:50vh}}@media (max-width:480px){.modal-button{flex:1 1 100%}}.modal-image-container{align-items:center;background-color:#00000040;display:flex;height:100%;justify-content:center;position:relative;width:100%}.modal-image{max-height:100%;max-width:100%;object-fit:contain;transition:opacity .3s ease}.modal-image-loader{color:#666;font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gallery-dot{background:var(--primary60);border:none;border-radius:50%;cursor:pointer;height:8px;margin:0 4px;padding:0;transition:all .3s ease;width:8px}.gallery-dot.active{background:var(--primary);transform:scale(1.2)}.home-container{color:var(--text);min-height:100vh;padding-top:4rem}.about-container,.home-container{background-color:var(--background)}.about-container{display:flex;flex-direction:column;min-height:90vh}.about-content{flex:1 1}.about-section{gap:4rem;padding:6rem 15%}.about-image,.about-section{align-items:center;display:flex}.about-image{aspect-ratio:242/415;border-radius:12px;box-shadow:0 8px 24px #0000001a;flex:0 0 400px;justify-content:center;margin:3rem 0;overflow:hidden;position:relative}.about-image img{bottom:0;display:block;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;transition:transform .3s ease;width:100%}.about-image:hover img{transform:scale(1.03)}.image-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.about-text{flex:1 1;padding:1rem 0}.about-text h1{color:var(--text);font-size:3rem;font-weight:400;letter-spacing:1px;margin:0 0 .5rem}.about-subtitle{color:var(--primary90);font-size:1.2rem;font-weight:500;margin-bottom:2rem}.about-description p{color:var(--text);font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.quick-info{grid-gap:2rem;background:#2a2b44;border:1px solid #0000001a;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem;padding:2rem;position:relative;z-index:1}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item .label{color:var(--primary);font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.info-item .value{color:var(--text70);font-size:1.1rem;word-break:break-word}.quick-info-container{margin-top:2rem;position:relative}.peeking-icons{bottom:calc(100% + 50px);display:flex;height:0;justify-content:space-around;left:0;margin:0 auto;position:absolute;right:0;width:90%}.peek-icon-wrapper{height:48px;position:relative;transform-origin:bottom center;transition:all .3s ease;width:48px}.peek-icon{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));height:100%;object-fit:contain;width:100%}.peek-icon-wrapper.gamepad{transform:translateY(24px) rotate(-8deg)}.peek-icon-wrapper.bado{transform:translateY(24px) rotate(8deg)}.peek-icon-wrapper.lol{transform:translateY(24px) rotate(10deg)}.peek-icon-wrapper.travel{transform:translateY(24px) rotate(8deg)}.peek-icon-wrapper.esports{transform:translateY(24px) rotate(-8deg)}.peek-icon-wrapper:hover{transform:translateY(-5px) rotate(0deg)!important}.chat-bubble{background:#2b2c43;border:1px solid #0000001a;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:var(--text);font-size:.9rem;left:50%;opacity:0;padding:8px 12px;position:absolute;top:-40px;transform:translateX(-50%) translateY(-100%);transition:all .3s ease;visibility:hidden;white-space:nowrap}.chat-bubble:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #fff;content:"";height:0;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:0}.peek-icon-wrapper:hover .chat-bubble{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.flag-icon{border-radius:2px;display:inline-block;height:15px;margin:0 2px;vertical-align:middle;width:20px}@media (max-width:1440px){.about-section{padding:4rem 10%}}@media (max-width:1024px){.about-section{flex-direction:column;gap:3rem}.about-image{flex:0 0 auto;margin:0;max-width:400px;width:100%}.about-text{padding:0}}@media (max-width:768px){.about-text h1{font-size:2.5rem}.subtitle{font-size:1.1rem}.about-description p{font-size:1rem}.quick-info{gap:1.5rem;padding:1.5rem}.peeking-icons{bottom:calc(100% + 40px)}.peek-icon-wrapper{height:40px;width:40px}.chat-bubble{font-size:.8rem;padding:6px 10px}}:root{--background-color:#fff;--primary-color:#0984e3;--navtext-color:#636e72;--text:#2d3436;--secondary-color:#f8f9fa;--text-hero-section:#4a4a4a;--hero-subtitle:#636e72;--hero-image:#e8f0fe;--bg-section:#fff;--section-title-after:#0984e3;--primary-button:#0984e3;--primary-button-hover:#0773c5;--secondary-button:#0984e3;--secondary-button-hover:#0984e3;--text:#fff;--background:#22223b;--primary:#8980f5;--secondary:#4a4e69;--accent:#0a1129;--text5:color-mix(in srgb,var(--text) 5%,#0000);--text10:color-mix(in srgb,var(--text) 10%,#0000);--text15:color-mix(in srgb,var(--text) 15%,#0000);--text20:color-mix(in srgb,var(--text) 20%,#0000);--text25:color-mix(in srgb,var(--text) 25%,#0000);--text30:color-mix(in srgb,var(--text) 30%,#0000);--text35:color-mix(in srgb,var(--text) 35%,#0000);--text40:color-mix(in srgb,var(--text) 40%,#0000);--text45:color-mix(in srgb,var(--text) 45%,#0000);--text50:color-mix(in srgb,var(--text) 50%,#0000);--text55:color-mix(in srgb,var(--text) 55%,#0000);--text60:color-mix(in srgb,var(--text) 60%,#0000);--text65:color-mix(in srgb,var(--text) 65%,#0000);--text70:color-mix(in srgb,var(--text) 70%,#0000);--text75:color-mix(in srgb,var(--text) 75%,#0000);--text80:color-mix(in srgb,var(--text) 80%,#0000);--text85:color-mix(in srgb,var(--text) 85%,#0000);--text90:color-mix(in srgb,var(--text) 90%,#0000);--text95:color-mix(in srgb,var(--text) 95%,#0000);--background5:color-mix(in srgb,var(--background) 5%,#0000);--background10:color-mix(in srgb,var(--background) 10%,#0000);--background15:color-mix(in srgb,var(--background) 15%,#0000);--background20:color-mix(in srgb,var(--background) 20%,#0000);--background25:color-mix(in srgb,var(--background) 25%,#0000);--background30:color-mix(in srgb,var(--background) 30%,#0000);--background35:color-mix(in srgb,var(--background) 35%,#0000);--background40:color-mix(in srgb,var(--background) 40%,#0000);--background45:color-mix(in srgb,var(--background) 45%,#0000);--background50:color-mix(in srgb,var(--background) 50%,#0000);--background55:color-mix(in srgb,var(--background) 55%,#0000);--background60:color-mix(in srgb,var(--background) 60%,#0000);--background65:color-mix(in srgb,var(--background) 65%,#0000);--background70:color-mix(in srgb,var(--background) 70%,#0000);--background75:color-mix(in srgb,var(--background) 75%,#0000);--background80:color-mix(in srgb,var(--background) 80%,#0000);--background85:color-mix(in srgb,var(--background) 85%,#0000);--background90:color-mix(in srgb,var(--background) 90%,#0000);--background95:color-mix(in srgb,var(--background) 95%,#0000);--primary5:color-mix(in srgb,var(--primary) 5%,#0000);--primary10:color-mix(in srgb,var(--primary) 10%,#0000);--primary15:color-mix(in srgb,var(--primary) 15%,#0000);--primary20:color-mix(in srgb,var(--primary) 20%,#0000);--primary25:color-mix(in srgb,var(--primary) 25%,#0000);--primary30:color-mix(in srgb,var(--primary) 30%,#0000);--primary35:color-mix(in srgb,var(--primary) 35%,#0000);--primary40:color-mix(in srgb,var(--primary) 40%,#0000);--primary45:color-mix(in srgb,var(--primary) 45%,#0000);--primary50:color-mix(in srgb,var(--primary) 50%,#0000);--primary55:color-mix(in srgb,var(--primary) 55%,#0000);--primary60:color-mix(in srgb,var(--primary) 60%,#0000);--primary65:color-mix(in srgb,var(--primary) 65%,#0000);--primary70:color-mix(in srgb,var(--primary) 70%,#0000);--primary75:color-mix(in srgb,var(--primary) 75%,#0000);--primary80:color-mix(in srgb,var(--primary) 80%,#0000);--primary85:color-mix(in srgb,var(--primary) 85%,#0000);--primary90:color-mix(in srgb,var(--primary) 90%,#0000);--primary95:color-mix(in srgb,var(--primary) 95%,#0000);--secondary5:color-mix(in srgb,var(--secondary) 5%,#0000);--secondary10:color-mix(in srgb,var(--secondary) 10%,var(--secondary) 10%);--secondary15:color-mix(in srgb,var(--secondary) 15%,#0000);--secondary20:color-mix(in srgb,var(--secondary) 20%,#0000);--secondary25:color-mix(in srgb,var(--secondary) 25%,#0000);--secondary30:color-mix(in srgb,var(--secondary) 30%,#0000);--secondary35:color-mix(in srgb,var(--secondary) 35%,#0000);--secondary40:color-mix(in srgb,var(--secondary) 40%,#0000);--secondary45:color-mix(in srgb,var(--secondary) 45%,#0000);--secondary50:color-mix(in srgb,var(--secondary) 50%,#0000);--secondary55:color-mix(in srgb,var(--secondary) 55%,#0000);--secondary60:color-mix(in srgb,var(--secondary) 60%,#0000);--secondary65:color-mix(in srgb,var(--secondary) 65%,#0000);--secondary70:color-mix(in srgb,var(--secondary) 70%,#0000);--secondary75:color-mix(in srgb,var(--secondary) 75%,#0000);--secondary80:color-mix(in srgb,var(--secondary) 80%,#0000);--secondary85:color-mix(in srgb,var(--secondary) 85%,#0000);--secondary90:color-mix(in srgb,var(--secondary) 90%,#0000);--secondary95:color-mix(in srgb,var(--secondary) 95%,#0000);--accent5:color-mix(in srgb,var(--accent) 5%,#0000);--accent10:color-mix(in srgb,var(--accent) 10%,#0000);--accent15:color-mix(in srgb,var(--accent) 15%,#0000);--accent20:color-mix(in srgb,var(--accent) 20%,#0000);--accent25:color-mix(in srgb,var(--accent) 25%,#0000);--accent30:color-mix(in srgb,var(--accent) 30%,#0000);--accent35:color-mix(in srgb,var(--accent) 35%,#0000);--accent40:color-mix(in srgb,var(--accent) 40%,#0000);--accent45:color-mix(in srgb,var(--accent) 45%,#0000);--accent50:color-mix(in srgb,var(--accent) 50%,#0000);--accent55:color-mix(in srgb,var(--accent) 55%,#0000);--accent60:color-mix(in srgb,var(--accent) 60%,#0000);--accent65:color-mix(in srgb,var(--accent) 65%,#0000);--accent70:color-mix(in srgb,var(--accent) 70%,#0000);--accent75:color-mix(in srgb,var(--accent) 75%,#0000);--accent80:color-mix(in srgb,var(--accent) 80%,#0000);--accent85:color-mix(in srgb,var(--accent) 85%,#0000);--accent90:color-mix(in srgb,var(--accent) 90%,#0000);--accent95:color-mix(in srgb,var(--accent) 95%,#0000)}:root[data-theme=dark]{--text:#f6f4f4;--background:#050001;--primary:#88c4fc;--secondary:#2d4371;--accent:#d6ddf5}
/*# sourceMappingURL=main.f79f045f.css.map*/