@charset "UTF-8";*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:#fff;color:#0a0a0a;line-height:1.6}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}.text-gradient{background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease}.btn--primary{background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);color:#fff}.btn--primary:hover{opacity:.9;transform:translateY(-2px)}.btn--green{background-color:#22c55e;color:#fff;box-shadow:0 10px 30px -10px rgba(34,197,94,.4)}.btn--green:hover{background-color:rgb(30.2467532468,175.2532467532,83.6233766234);transform:translateY(-2px);box-shadow:0 15px 40px -10px rgba(34,197,94,.5)}.btn--lg{padding:1rem 2.5rem;font-size:1.125rem}.btn--full{width:100%}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 0;transition:all .3s ease}.navbar .navbar__logo img{width:auto;height:120px}.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.1);padding:.5rem 0}.navbar.scrolled .navbar__link,.navbar.scrolled .navbar__logo-text{color:#0a0a0a}.navbar.scrolled .navbar__social-icon{background:#f5f5f5;color:#0a0a0a}.navbar.scrolled .navbar__lang{background:#f5f5f5}.navbar.scrolled .navbar__lang-btn:not(.active){color:#737373}.navbar__container{display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;gap:.5rem}.navbar__logo-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:1rem}.navbar__logo-text{color:#fff;transition:color .3s ease}.navbar__logo-title{display:block;font-weight:900;font-size:.875rem}.navbar__logo-subtitle{display:block;font-size:.75rem;opacity:.8}.navbar__links{display:none;gap:2rem}@media (min-width:768px){.navbar__links{display:flex}}.navbar__link{color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.05em;transition:color .2s ease}.navbar__link:hover{color:#e91e8c}.navbar__right{display:flex;align-items:center;gap:1.5rem}@media (max-width:767px){.navbar__right{gap:1rem}}.navbar__social{display:flex;align-items:center;gap:.75rem}.navbar__social-icon{width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.navbar__social-icon svg{width:1.2rem;height:1.2rem;fill:currentColor}.navbar__social-icon:hover{background:#e91e8c;color:#fff;transform:scale(1.1)}.navbar__lang{display:flex;gap:.25rem;padding:.25rem;border-radius:9999px;background:rgba(255,255,255,.2)}.navbar__lang-btn{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:none;background:0 0;color:rgba(255,255,255,.7);cursor:pointer;transition:all .2s ease}.navbar__lang-btn.active{background:#e91e8c;color:#fff}.navbar__lang-btn:hover:not(.active){color:#fff}.navbar__mobile-btn{display:flex;padding:.5rem;background:0 0;border:none;color:#fff;cursor:pointer}@media (min-width:768px){.navbar__mobile-btn{display:none}}.navbar__mobile-btn svg{width:1.5rem;height:1.5rem}.navbar__mobile-btn .hidden{display:none}.navbar__mobile-menu{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);margin-top:1rem;border-radius:1rem;overflow:hidden}.navbar__mobile-menu.hidden{display:none}@media (min-width:768px){.navbar__mobile-menu{display:none!important}}.navbar__mobile-link{display:block;padding:1rem 1.5rem;font-weight:700;color:#0a0a0a;transition:background .2s ease}.navbar__mobile-link:hover{background:#f5f5f5}.hero{position:relative;height:70vh;overflow:hidden}@media (min-width:768px){.hero{height:80vh}}.hero__background{position:absolute;inset:0}.hero__bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.3),transparent 50%,rgba(0,0,0,.5))}.hero__particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__particle{position:absolute;border-radius:50%;filter:blur(2px);opacity:.7;animation:float 6s ease-in-out infinite}.hero__content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.hero__logo{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__logo-icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:1.5rem}@media (min-width:768px){.hero__logo-icon{width:4rem;height:4rem;font-size:2rem}}.hero__logo-text{color:#fff;font-size:1.125rem;font-weight:700;letter-spacing:.1em}@media (min-width:768px){.hero__logo-text{font-size:1.25rem}}.hero__title{font-size:3rem;font-weight:900;color:#fff;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3);margin-bottom:.5rem}@media (min-width:768px){.hero__title{font-size:4.5rem}}@media (min-width:1024px){.hero__title{font-size:6rem}}.hero__subtitle{font-size:2.5rem;font-weight:900;color:#fff;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3);margin-bottom:1.5rem}@media (min-width:768px){.hero__subtitle{font-size:3.5rem}}@media (min-width:1024px){.hero__subtitle{font-size:4.5rem}}.hero__date-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:9999px;padding:.75rem 1.5rem;margin-bottom:2rem}.hero__date-badge span{color:#fff;font-size:1.125rem;font-weight:700}@media (min-width:768px){.hero__date-badge span{font-size:1.25rem}}.hero__fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,#fff,transparent)}.tickets{position:relative;padding:5rem 0;overflow:hidden}@media (min-width:768px){.tickets{padding:8rem 0}}.tickets__powder{position:absolute;top:0;bottom:0;width:12rem;pointer-events:none;opacity:.6}@media (min-width:768px){.tickets__powder{width:18rem}}.tickets__powder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tickets__powder--left{left:0}.tickets__powder--left img{-o-object-position:right;object-position:right}.tickets__powder--right{right:0}.tickets__powder--right img{-o-object-position:left;object-position:left}.tickets__card{max-width:48rem;margin:0 auto;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);overflow:hidden}.tickets__header{text-align:center;padding:2.5rem 1.5rem 1.5rem}.tickets__title{font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem}@media (min-width:768px){.tickets__title{font-size:3rem}}.tickets__season{font-size:1.25rem;font-weight:700;color:#737373}@media (min-width:768px){.tickets__season{font-size:1.5rem}}.tickets__divider{margin:0 2rem;border-top:1px solid rgba(229,229,229,.5)}.tickets__row{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;margin:1.5rem;border-radius:1rem;transition:background .2s ease}@media (min-width:768px){.tickets__row{flex-direction:row;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem}}.tickets__row:hover{background:rgba(245,245,245,.3)}.tickets__date{font-size:2.5rem;font-weight:900}@media (min-width:768px){.tickets__date{font-size:3rem}}.tickets__time{font-size:.875rem;font-weight:500;color:#737373;text-align:center}@media (min-width:768px){.tickets__time{font-size:1rem}}.tickets__location{text-align:center;flex:1}@media (min-width:768px){.tickets__location{text-align:left}}.tickets__city{display:block;font-size:1.125rem;font-weight:700}@media (min-width:768px){.tickets__city{font-size:1.25rem}}.tickets__venue{font-size:.875rem;color:#737373}.tickets__buy-btn{white-space:nowrap}.tickets__tiers{display:grid;gap:1rem;padding:0 1.5rem 2rem}@media (min-width:768px){.tickets__tiers{grid-template-columns:repeat(3,1fr);padding:0 2rem 2rem}}.tickets__tier{padding:1.5rem;border-radius:1rem;position:relative}.tickets__tier--early{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(147,51,234,.1));border:1px solid rgba(6,182,212,.2)}.tickets__tier--regular{background:linear-gradient(135deg,rgba(233,30,140,.1),rgba(147,51,234,.1));border:2px solid rgba(233,30,140,.4)}.tickets__tier--vip{background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(255,107,53,.1));border:1px solid rgba(245,158,11,.2)}.tickets__tier-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:#e91e8c;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.tickets__tier-name{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.tickets__tier-price{font-size:1.875rem;font-weight:900;margin-bottom:.75rem}.tickets__tier-features{list-style:none;font-size:.875rem;color:#737373}.tickets__tier-features li{margin-bottom:.25rem}.tickets__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;margin-top:3rem;color:#737373}.tickets__trust-item{display:flex;align-items:center;gap:.5rem}.tickets__trust-item svg{width:1.25rem;height:1.25rem;color:#22c55e}.about{position:relative;padding:5rem 0;overflow:hidden}@media (min-width:768px){.about{padding:8rem 0}}.about__decoration{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(80px);z-index:-1}.about__decoration--top{top:0;right:0;background:rgba(233,30,140,.1)}.about__decoration--bottom{bottom:0;left:0;background:rgba(6,182,212,.1)}.about__grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.about__grid{grid-template-columns:1fr 1fr;gap:5rem}}.about__image-wrapper{position:relative}.about__image-container{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.about__image{width:100%;height:400px;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.about__image{height:500px}}.about__image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 50%,transparent)}.about__badge{position:absolute;bottom:1.5rem;left:1.5rem;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-radius:1rem;padding:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem}.about__badge-icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.about__badge-number{font-weight:700;font-size:1rem}.about__badge-text{font-size:.875rem;color:#737373}.about__glow{position:absolute;width:6rem;height:6rem;border-radius:50%;filter:blur(30px)}.about__glow--yellow{top:-1rem;right:-1rem;background:rgba(245,158,11,.3);width:6rem;height:6rem}.about__glow--purple{bottom:-1rem;left:-1rem;background:rgba(147,51,234,.3);width:8rem;height:8rem}.about__title{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem}@media (min-width:768px){.about__title{font-size:3rem}}.about__subtitle{font-size:1.25rem;color:#737373;margin-bottom:1rem;line-height:1.6}.about__description{color:#737373;margin-bottom:1rem;line-height:1.7}.about__description:last-of-type{margin-bottom:2.5rem}.about__features{display:grid;gap:1rem}@media (min-width:640px){.about__features{grid-template-columns:repeat(2,1fr)}}.about__feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:1rem;background:rgba(245,245,245,.5);transition:background .2s ease}.about__feature:hover{background:#f5f5f5}.about__feature:hover .about__feature-icon{transform:scale(1.1)}.about__feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.about__feature-icon svg{width:1.5rem;height:1.5rem;color:#fff}.about__feature-icon--pink{background:#e91e8c}.about__feature-icon--purple{background:#9333ea}.about__feature-icon--yellow{background:#f59e0b}.about__feature-icon--blue{background:#06b6d4}.about__feature-title{font-weight:700;margin-bottom:.25rem}.about__feature-desc{font-size:.875rem;color:#737373}.gallery{padding:5rem 0;background:rgba(245,245,245,.3)}@media (min-width:768px){.gallery{padding:8rem 0}}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__title{font-size:2.5rem;font-weight:900;margin-bottom:1rem}@media (min-width:768px){.gallery__title{font-size:3rem}}.gallery__subtitle{font-size:1.25rem;color:#737373;max-width:42rem;margin:0 auto}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.gallery__item{position:relative;overflow:hidden;border-radius:1rem;cursor:pointer;aspect-ratio:1}@media (min-width:768px){.gallery__item--large{grid-column:span 2;grid-row:span 2;aspect-ratio:4/3}}.gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.gallery__item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 50%,transparent);opacity:0;transition:opacity .3s ease}.gallery__item:hover img{transform:scale(1.1)}.gallery__item:hover::after{opacity:1}.gallery__cta{text-align:center;margin-top:3rem}.gallery__cta-text{color:#737373;margin-bottom:1rem}.gallery__social{display:flex;justify-content:center;gap:.75rem}.gallery__social-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .2s ease}.gallery__social-icon svg{width:1.25rem;height:1.25rem}.gallery__social-icon:hover{opacity:.9}.gallery__social-icon--instagram{background:linear-gradient(135deg,#e91e8c,#9333ea)}.gallery__social-icon--facebook{background:linear-gradient(135deg,#06b6d4,#9333ea)}.event{padding:5rem 0}@media (min-width:768px){.event{padding:8rem 0}}.event__header{text-align:center;margin-bottom:4rem}.event__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.event__title{font-size:3rem}}.event__subtitle{font-size:1.25rem;color:#737373;max-width:42rem;margin:0 auto}.event__grid{display:grid;gap:3rem;max-width:72rem;margin:0 auto}@media (min-width:1024px){.event__grid{grid-template-columns:1fr 1fr}}.event__cards{display:flex;flex-direction:column;gap:1.5rem}.event__card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:1rem;background:#fff;border:1px solid #e5e5e5;transition:border-color .2s ease}.event__card:hover{border-color:rgba(233,30,140,.3)}.event__card-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.event__card-icon svg{width:1.75rem;height:1.75rem}.event__card-icon--pink{background:rgba(233,30,140,.1);color:#e91e8c}.event__card-icon--purple{background:rgba(147,51,234,.1);color:#9333ea}.event__card-icon--yellow{background:rgba(245,158,11,.1);color:#f59e0b}.event__card-content h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.event__card-content p{font-size:1.25rem;font-weight:500}.event__card-sub{display:block;font-size:.875rem;color:#737373;margin-top:.25rem}.event__schedule{padding:2rem;border-radius:1.5rem;background:linear-gradient(135deg,rgba(147,51,234,.1),rgba(233,30,140,.1));border:1px solid #e5e5e5}.event__schedule-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.event__schedule-header h3{font-size:1.5rem;font-weight:700}.event__schedule-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(6,182,212,.1);display:flex;align-items:center;justify-content:center}.event__schedule-icon svg{width:1.5rem;height:1.5rem;color:#06b6d4}.event__schedule-items{display:flex;flex-direction:column;gap:1rem}.event__schedule-item{display:flex;align-items:center;gap:1rem;position:relative}.event__schedule-item:not(:last-child)::after{content:"";position:absolute;top:1rem;left:.4375rem;width:2px;height:2rem;background:#e5e5e5}.event__schedule-item p{font-size:1.125rem;padding:.5rem 0}.event__schedule-dot{width:1rem;height:1rem;border-radius:50%;background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);flex-shrink:0}.event__map{margin-top:4rem;max-width:64rem;margin-left:auto;margin-right:auto}.event__map-placeholder{aspect-ratio:16/9;border-radius:1.5rem;background:linear-gradient(135deg,#f5f5f5,rgba(245,245,245,.5));border:1px solid #e5e5e5;display:flex;flex-direction:column;align-items:center;justify-content:center}.event__map-placeholder svg{width:4rem;height:4rem;color:#737373;margin-bottom:1rem}.event__map-placeholder p{font-size:1.25rem;font-weight:500;color:#737373}.event__map-placeholder span{color:#737373;margin-top:.5rem}.faq{padding:5rem 0}@media (min-width:768px){.faq{padding:8rem 0}}.faq__header{text-align:center;margin-bottom:4rem}.faq__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.faq__title{font-size:3rem}}.faq__subtitle{font-size:1.25rem;color:#737373;max-width:42rem;margin:0 auto}.faq__accordion{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq__item{border:1px solid #e5e5e5;border-radius:1rem;background:#fff;overflow:hidden;transition:border-color .2s ease}.faq__item.active{border-color:rgba(233,30,140,.3)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:0 0;border:none;font-size:1.125rem;font-weight:500;text-align:left;cursor:pointer}.faq__question svg{width:1.25rem;height:1.25rem;color:#737373;transition:transform .2s ease;flex-shrink:0}.faq__question[aria-expanded=true] svg{transform:rotate(180deg)}.faq__answer{display:none;padding:0 1.5rem 1.5rem;color:#737373;line-height:1.7}.faq__answer.show{display:block}.faq__contact{text-align:center;margin-top:3rem;color:#737373}.faq__contact a{color:#e91e8c;font-weight:500}.faq__contact a:hover{text-decoration:underline}.footer{position:relative}.footer__background{position:absolute;inset:0;z-index:-1}.footer__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.3}.footer__overlay{position:absolute;inset:0;background:linear-gradient(to top,#0a0a0a,rgba(10,10,10,.95),rgba(10,10,10,.8))}.footer__media{border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 0}.footer__media-title{text-align:center;color:rgba(255,255,255,.6);font-size:.875rem;font-weight:500;letter-spacing:.2em;margin-bottom:2rem}.footer__media-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}@media (min-width:768px){.footer__media-logos{gap:2.5rem}}.footer__media-logos span{color:rgba(255,255,255,.4);font-size:1.125rem;font-weight:700;letter-spacing:.05em;transition:color .2s ease}@media (min-width:768px){.footer__media-logos span{font-size:1.25rem}}.footer__media-logos span:hover{color:rgba(255,255,255,.6)}.footer__main{padding:3rem 0}.footer__logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.footer__logo img{width:auto;height:150px}.footer__logo-icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#e91e8c,#9333ea,#f59e0b,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.footer__logo-text{color:#fff;font-weight:900;font-size:1.25rem}.footer__logo-text span{display:block}.footer__logo-text span:last-child{font-size:.875rem;font-weight:500;opacity:.8}.footer__copyright{text-align:center;color:rgba(255,255,255,.5);font-size:.875rem;margin-bottom:2rem}.footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}@media (min-width:768px){.footer__links{gap:2rem}}.footer__links a{color:rgba(255,255,255,.6);font-size:.875rem;font-weight:500;letter-spacing:.05em;transition:color .2s ease}.footer__links a:hover{color:#fff}.footer__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.footer__dot{width:.75rem;height:.75rem;border-radius:50%}.footer__dot--pink{background:#e91e8c}.footer__dot--purple{background:#9333ea}.footer__dot--yellow{background:#f59e0b}.footer__dot--blue{background:#06b6d4}.footer__dot--green{background:#22c55e}.entry-header{margin-bottom:1.5rem}.entry-title{font-size:2.5rem;font-weight:900;color:#0a0a0a;margin-bottom:.5rem;line-height:1.2}@media (min-width:768px){.entry-title{font-size:3rem}}.entry-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#737373;margin-bottom:1rem}.entry-content{margin-bottom:2rem;line-height:1.7}.entry-content p{margin-bottom:1rem}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:700}.entry-content h1{font-size:2rem}.entry-content h2{font-size:1.75rem}.entry-content h3{font-size:1.5rem}.entry-content h4{font-size:1.25rem}.entry-content h5{font-size:1.125rem}.entry-content h6{font-size:1rem}.entry-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e5e5;color:#737373;font-size:.875rem}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;font-weight:900;margin-bottom:1rem}@media (min-width:768px){.page-title{font-size:3rem}}.archive-description{font-size:1.125rem;color:#737373;max-width:42rem;margin:0 auto}.more-link{display:inline-flex;align-items:center;color:#e91e8c;font-weight:600;text-decoration:none;transition:color .2s ease}.more-link:hover{color:#9333ea}.more-link::after{content:"→";margin-left:.5rem;transition:transform .2s ease}.more-link:hover::after{transform:translateX(4px)}.post-navigation{margin:3rem 0;padding:2rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.nav-links{display:flex;justify-content:space-between;gap:2rem}.nav-next,.nav-previous{flex:1}.nav-previous{text-align:left}.nav-next{text-align:right}.nav-subtitle{display:block;font-size:.875rem;color:#737373;margin-bottom:.25rem}.nav-title{font-weight:600;color:#0a0a0a}.widget{margin-bottom:2rem;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem}.widget-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#0a0a0a}.widget ul{list-style:none;padding:0}.widget li{margin-bottom:.5rem}.widget a{color:#0a0a0a;text-decoration:none;transition:color .2s ease}.widget a:hover{color:#e91e8c}.error-404{text-align:center;padding:5rem 0}.error-404 .page-title{margin-bottom:1.5rem}.error-404 .page-content{max-width:42rem;margin:0 auto}.error-404 .search-form{max-width:28rem;margin:2rem auto 0}.hidden{display:none!important}