@import"https://fonts.googleapis.com/css2?family=Delius&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Delius,cursive;background-color:#e4f2f099;-ms-overflow-style:none;scrollbar-width:none}button,input,textarea,select{font-family:inherit}body::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;background-color:#0b0b0d;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 10px #0000004d;height:100px;width:100%}.navbar-logo-text{font-size:1.5rem;font-weight:700;color:#a696c8;text-decoration:none;z-index:1002}.navbar-links{display:flex;gap:6px;align-items:center}.navbar-link{text-decoration:none;color:#a696c8;font-weight:500;padding:.7rem;transition:color .3s ease;font-weight:700}.navbar-link:hover{color:#e4f2f0;background-color:#ffffff0d;border-radius:4px}.navbar-toggle-wrapper{display:none!important}@media(max-width:768px){.navbar-toggle-wrapper{display:block!important;z-index:1002}.navbar-links{position:fixed;top:0;right:-100%;width:40%;height:100vh;background-color:#0b0b0d;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease-in-out;box-shadow:-5px 0 15px #00000080;z-index:1001}.navbar-links.active{right:0}.navbar-link{font-size:1.2rem}}.hero-section{display:flex;min-height:100vh;background-color:#0b0b0d;color:#99d8d0;align-items:center;padding:0 4rem;gap:4rem}.hero-content{flex:1;max-width:800px}.hero-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#e4f2f0}.hero-description{font-size:1.1rem;font-weight:300;line-height:1.27;white-space:pre-line;color:#99d8d0}.hero-media{flex:1;display:flex;justify-content:center;align-items:center}.hero-video{width:100%;max-width:600px;border-radius:12px;box-shadow:0 10px 30px #00000080;border:1px solid rgba(153,216,208,.2);max-height:500px;object-fit:cover}@media(max-width:968px){.hero-section{flex-direction:column-reverse;padding:2rem;height:auto;min-height:auto;margin-top:6rem}.hero-title{font-size:1.3rem}.hero-description{font-size:1rem;line-height:1}}.events-section{padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.section-title{color:#94c5bd;font-size:2rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.events-grid{display:flex;flex-wrap:wrap;gap:1.5rem;width:100%;max-width:1200px;justify-items:center;justify-content:center}.event-card{background-color:#c0e5e0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease;width:260px;filter:grayscale(30%);height:420px}.event-card:hover{transform:translateY(-5px)}.event-image{width:100%;height:160px;object-fit:cover}.card-body{padding:1.2rem;display:flex;flex-direction:column;height:100%;flex:1}.card-content-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.card-date-col{flex:0 0 80px;display:flex;flex-direction:column;align-items:center;text-align:center;border-right:2px solid #99D8D0;padding-right:1rem;color:#0b0b0d}.date-day{font-size:1.5rem;font-weight:700;line-height:1}.date-month{font-size:.85rem;text-transform:uppercase;font-weight:600}.date-time{margin-top:.5rem;font-size:.9rem;font-weight:500}.card-info-col{flex:1;display:flex;flex-direction:column;gap:.5rem}.card-title{color:#0b0b0d;font-size:1rem;font-weight:700;margin:0;line-height:1.2;margin-bottom:.3rem}.card-description{color:#333;font-size:.85rem;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-button{margin-top:auto;background-color:#0b0b0d;color:#99d8d0;border:none;padding:.6rem .9rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:100%;text-align:center}.card-button:hover{background-color:#2a2a2e;color:#e4f2f0}@media(max-width:768px){.events-section{padding:3rem .75rem}.events-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:100%;width:100%}.event-card{height:300px;width:100%;min-width:0;box-sizing:border-box}.event-image{height:30%}.card-body{padding:.5rem;box-sizing:border-box}.card-content-row{gap:.5rem}.card-date-col{flex:0 0 40px;padding-right:.5rem;color:#0b0b0d}.date-day{font-size:1.2rem;line-height:1}.date-month{font-size:.7rem}.card-title{font-size:.85rem;margin-bottom:.1rem;line-height:1.2}.card-description{font-size:.75rem;-webkit-line-clamp:2}.card-button{font-size:.85rem;padding:.5rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.carousel-section{padding:0 4rem 6rem;overflow:hidden}.carousel-title{text-align:center;color:#94c5bd;font-size:2rem;margin-bottom:2rem;font-family:Delius,cursive;text-transform:uppercase}.mySwiper{width:80%;height:300px}.custom-swiper-slide{width:auto!important;height:100%;border-radius:10px;overflow:hidden;opacity:.8;transition:opacity .3s ease,transform .3s ease}.custom-swiper-slide:hover{opacity:1;transform:scale(1.02);z-index:10}.custom-swiper-slide img{display:block;height:100%;width:auto;object-fit:cover}.donation-section{background-color:#121214;color:#99d8d0;padding:1rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;border-top:1px solid rgba(153,216,208,.1)}.donation-container{max-width:800px}.donation-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#e4f2f0;text-transform:uppercase;letter-spacing:1px}.donation-text{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:#99d8d0;font-weight:300}.highlight{color:#e4f2f0;font-weight:500}.donation-actions{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.btn-donate{display:inline-block;padding:1rem 2rem;background-color:#99d8d0;color:#0b0b0d;text-decoration:none;font-weight:700;font-size:1.1rem;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #99D8D0}.btn-donate:hover{transform:translateY(-3px);box-shadow:0 5px 15px #99d8d04d;background-color:#e4f2f0;border-color:#e4f2f0}.iban-card{background-color:#e4f2f00d;border:1px solid rgba(153,216,208,.2);padding:1.5rem 2rem;border-radius:12px;display:inline-flex;flex-direction:column;gap:.5rem;margin-top:1rem}.iban-label{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.8}.iban-number{font-family:monospace;font-size:1.2rem;color:#e4f2f0;font-weight:600;-webkit-user-select:all;user-select:all}.signature{margin-top:2rem;font-style:italic;opacity:.8;font-size:1.2rem}@media(max-width:600px){.donation-title{font-size:2rem}.donation-actions{flex-direction:column;gap:1rem}.iban-number{font-size:1rem}}:root{--exploziv-magenta: #CD01DF;--exploziv-cyan: #22d3ee;--exploziv-dark: #171717;--exploziv-card-bg: rgba(38, 38, 38, .5)}.volunteer-section{position:relative;width:100%;padding:4rem 1rem;background-color:var(--exploziv-dark);overflow:hidden;color:#fff}.decor-blob{position:absolute;border-radius:50%;filter:blur(60px);z-index:0}.decor-blob.magenta{top:-5rem;right:-5rem;width:16rem;height:16rem;background-color:var(--exploziv-magenta);opacity:.2}.decor-blob.cyan{bottom:-5rem;left:-5rem;width:20rem;height:20rem;background-color:var(--exploziv-cyan);opacity:.1}.volunteer-container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.volunteer-card{display:flex;flex-direction:column;align-items:center;gap:2rem;background-color:var(--exploziv-card-bg);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:1.5rem;box-shadow:0 25px 50px -12px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-wrapper{position:relative;width:100%;max-width:450px;display:flex;justify-content:center}.image-bg-accent{position:absolute;inset:0;background-color:var(--exploziv-magenta);border-radius:1rem;transform:rotate(3deg);opacity:.7;transition:transform .3s ease}.image-wrapper:hover .image-bg-accent{transform:rotate(6deg)}.volunteer-img{position:relative;width:100%;border-radius:1rem;transform:rotate(-2deg);transition:transform .3s ease;border:2px solid rgba(255,255,255,.1);object-fit:cover;box-shadow:0 10px 15px -3px #0000004d}.image-wrapper:hover .volunteer-img{transform:rotate(0)}.content-wrapper{width:100%;text-align:center}.volunteer-title{font-size:2.25rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.highlight-text{background:linear-gradient(to right,var(--exploziv-magenta),var(--exploziv-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.volunteer-description{color:#d4d4d4;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.email-box{display:inline-block;background-color:#cd01df1a;border:1px solid var(--exploziv-magenta);border-radius:.75rem;padding:1rem;width:100%;margin-bottom:1.5rem}.email-label{display:block;color:var(--exploziv-magenta);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.email-link{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;word-break:break-all;transition:color .2s}.email-link:hover{color:var(--exploziv-magenta)}.tags-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.tag{padding:.25rem .75rem;background-color:#404040;border-radius:9999px;font-size:.875rem;font-weight:500;color:#a3a3a3}@media(min-width:768px){.volunteer-card{flex-direction:row;padding:2.5rem;gap:3rem}.image-wrapper,.content-wrapper{width:50%}.content-wrapper{text-align:left}.volunteer-title{font-size:3rem}.email-box{width:auto}.tags-container{justify-content:flex-start}}.workshop-card-long{display:flex;flex-direction:row;width:85%;max-width:1000px;min-height:220px;height:200px;background:#1a1a1d;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;margin:0 auto;transition:all .3s ease;box-shadow:0 10px 20px #0000004d;position:relative}.workshop-card-long:hover{transform:translateY(-5px);box-shadow:0 15px 30px #99d8d026;border-color:#99d8d066}.workshop-card-long:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#99d8d0;opacity:.5;transition:opacity .3s}.workshop-card-long:hover:before{opacity:1}.long-card-visual{flex:0 0 200px;position:relative;overflow:hidden}.long-card-img-container{width:100%;height:100%}.long-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.workshop-card-long:hover .long-card-img{transform:scale(1.05)}.long-card-content{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.long-card-header{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;color:#888}.long-card-trainer{color:#99d8d0;font-weight:700}.long-card-role:before{content:" • ";color:#555}.long-card-title{font-family:Delius,cursive;font-size:1.2rem;color:#e4f2f0;margin-bottom:1rem;line-height:1.2}.long-card-body{line-height:1.5;color:#bbb;max-height:120px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:#333 #1a1a1d}.long-card-p{margin-bottom:.5rem;font-size:.85rem}@media(max-width:900px){.workshop-card-long{flex-direction:column;width:100%;height:100%;min-height:230px;align-items:stretch;margin-bottom:0;border-radius:8px}.long-card-visual{flex:0 0 130px;width:100%;height:130px}.long-card-img-container{width:100%;height:100%}.long-card-img{width:100%;height:100%;object-fit:cover;object-position:top center}.workshop-card-long:before{width:100%;height:3px;top:0;bottom:auto;left:0}.long-card-content{padding:.8rem .5rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;flex:1}.long-card-header{margin-bottom:.4rem;width:100%}.long-card-trainer{font-size:.85rem;color:#99d8d0;font-weight:700;display:block;line-height:1.2}.long-card-role{display:none!important}.long-card-role:before{content:none}.long-card-title{display:block!important;font-size:.8rem;line-height:1.3;color:#fff;margin:0;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.long-card-body{display:none}}.long-review-card{background:#16161a;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem;position:relative;transition:all .4s ease;margin-bottom:1.5rem;box-shadow:0 4px 6px #0003}.long-review-card:hover{border-color:#99d8d033;box-shadow:0 10px 20px #0000004d}.review-header-simple{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.review-icon-simple{font-size:1.2rem;color:#99d8d0;opacity:.6}.review-author-name{font-family:Delius,cursive;font-size:1.3rem;color:#e4f2f0;margin:0;font-weight:700;text-transform:uppercase;letter-spacing:1px}.review-body{position:relative;overflow:hidden;transition:max-height .5s ease-in-out}.review-text{font-size:1rem;line-height:1.7;color:#bbb;font-style:italic;white-space:pre-line}.text-fade-overlay{position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(to bottom,transparent,#16161a);pointer-events:none}.expand-btn{background:transparent;border:none;color:#99d8d0;font-size:.9rem;font-weight:600;margin-top:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;opacity:.8;transition:opacity .3s}.expand-btn:hover{opacity:1}@media(max-width:768px){.mySwiper{height:300px}}.exploziv-page{background-color:#0b0b0d;min-height:100vh;padding-top:6rem;color:#e4f2f0;font-family:Roboto,sans-serif;padding-bottom:4rem}.exploziv-header{text-align:center;margin-bottom:4rem;padding:0 1rem}.main-title{font-family:Delius,cursive;font-size:3rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.year-selector{display:inline-flex;background:#ffffff0d;padding:.5rem;border-radius:50px;gap:.5rem}.year-btn{background:transparent;border:none;color:#888;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;border-radius:40px;cursor:pointer;transition:all .3s ease}.year-btn:hover{color:#fff}.year-btn.active{background-color:#99d8d0;color:#0b0b0d}.general-intro{max-width:900px;margin:0 auto 5rem;text-align:center;padding:0 2rem}.year-title{font-size:2rem;color:#99d8d0;margin-bottom:1.5rem}.desc-paragraph{font-size:1rem;line-height:1.7;color:#485c88;margin-bottom:1rem}.show-spotlight{background:#99d8d0;padding:3rem 1rem;margin-bottom:6rem}.spotlight-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:4rem}.spotlight-poster{flex:1;display:flex;justify-content:flex-end}.poster-frame{width:100%;max-width:350px;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0009;border:1px solid rgba(153,216,208,.2);transform:rotate(-2deg);transition:transform .3s}.poster-frame:hover{transform:rotate(0) scale(1.02)}.poster-frame img{width:100%;height:auto;display:block}.spotlight-info{flex:1.5}.spotlight-title{font-family:Delius,cursive;font-size:2rem;color:#e4f2f0;text-transform:uppercase;border-left:4px solid #99D8D0}.spotlight-subtitle{font-family:Delius,cursive;font-size:1.2rem;color:#e4f2f0;margin-bottom:1.5rem;text-transform:uppercase;border-left:4px solid #99D8D0;font-style:italic}.workshops-section{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.section-heading{text-align:center;font-size:2rem;margin-bottom:3rem;color:#99d8d0;text-transform:uppercase;font-family:Delius,cursive}.workshops-vertical-list{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.workshop-card{background-color:#16161a;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.workshop-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #99d8d01a;border-color:#99d8d04d}.card-image-header{height:220px;position:relative;overflow:hidden}.card-image-header img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.workshop-card:hover .card-image-header img{transform:scale(1.1)}.card-overlay{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#16161a 10%,transparent)}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.trainer-badge{margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.t-name{color:#99d8d0;font-weight:700}.t-role{color:#777;margin-left:5px;font-size:.8rem}.t-role:before{content:"| "}.ws-title{font-size:1.4rem;margin-bottom:1rem;line-height:1.3;color:#fff;min-height:3.9rem}.ws-desc-scroll{font-size:.95rem;color:#bbb;line-height:1.6}.video-section{max-width:1000px;margin:0 auto 6rem;padding:0 2rem}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;border:1px solid rgba(153,216,208,.2);box-shadow:0 20px 50px #00000080}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.gallery-section{margin-bottom:6rem;width:90%;margin:auto}.info-footer{max-width:1000px;margin:0 auto;padding:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#666;font-size:.9rem;font-style:italic}.info-footer p{font-size:.9rem}.reviews-section{width:90%;max-width:1100px;min-width:320px;margin:0 auto 6rem;padding:0 1rem}.fade-in{animation:fadeIn .8s ease-out}.video-wrapper-exploziv{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;border:1px solid rgba(153,216,208,.2);box-shadow:0 20px 50px #00000080;background-color:#000}.video-wrapper-exploziv video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.spotlight-container{flex-direction:column;gap:2rem}.spotlight-poster{justify-content:center}.poster-frame{max-width:250px}.spotlight-title{font-size:1.5rem;text-align:center}.desc-paragraph{font-size:1rem;text-align:center;padding:0 2rem}.poster-frame{transform:rotate(0)}.main-title{font-size:2.5rem}.reviews-section{width:100%;padding:0 1.5rem}.workshops-vertical-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0 .5rem}}.events-page-container{min-height:100vh;padding:8rem 5rem 1rem}.events-group-title{font-size:2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #94c5bd;text-transform:uppercase;letter-spacing:1px;color:#94c5bd}.events-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:5rem}.past-events .event-card{opacity:.8;filter:grayscale(30%);transition:all .3s ease;margin-top:20px}.past-events .event-card:hover{opacity:1;filter:grayscale(0%)}@media(max-width:768px){.events-page-container{padding:8rem .75rem 1rem;overflow-x:hidden;width:100%;box-sizing:border-box}.events-grid-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;box-sizing:border-box}.event-card{height:300px;margin-top:0;width:100%;min-width:0;box-sizing:border-box}.card-body{padding:.8rem;box-sizing:border-box}.card-description{-webkit-line-clamp:2;font-size:.8rem}.card-title{font-size:.9rem}.card-date-col{flex:0 0 50px;padding-right:.5rem}.date-day{font-size:1.2rem}.events-group-title{font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}}.team-page-container{background-color:#0b0b0d;min-height:100vh;padding:8rem 2rem 1rem;color:#e4f2f0}.team-section{max-width:1200px;margin:0 auto 6rem}.team-section-title{font-size:1.7rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#99d8d0;text-transform:uppercase;letter-spacing:2px;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.team-section-title:after{content:"";position:absolute;bottom:-10px;left:20%;width:60%;height:2px;background-color:#99d8d0;opacity:.5}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.collaborators-section .team-section-title{color:#e4f2f0}@media(max-width:768px){.team-grid{gap:2rem}.team-section-title{font-size:1.5rem}}.team-card{position:relative;width:250px;height:350px;border-radius:12px;overflow:hidden;background-color:#1a1a1d;box-shadow:0 10px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #99d8d026}.team-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.team-image{width:100%;height:100%;object-fit:cover;object-position:top center!important;transition:transform .5s ease}.team-card:hover .team-image{transform:scale(1.2)}.team-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(11,11,13,1) 0%,rgba(11,11,13,.6) 30%,transparent 100%);opacity:.8;transition:opacity .3s ease}.team-card:hover .team-overlay{opacity:.45;background:linear-gradient(to top,#0b0b0d 20%,#0b0b0de6)}.team-info{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;z-index:2;display:flex;flex-direction:column-reverse}.team-card:hover .team-info{transform:translateY(0)}.team-name{font-size:1.5rem;font-weight:700;color:#e4f2f0;margin-bottom:.5rem;font-family:Delius,cursive;text-transform:uppercase;display:inline-block;transition:border-color .3s ease;margin:0;padding-top:10px;border-top:2px solid transparent}.team-card:hover .team-details{border-color:#99d8d0;opacity:1;visibility:visible;transform:translateY(0)}.team-details{opacity:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px);visibility:hidden}.team-card:hover .team-details{opacity:1}.team-description{font-size:1rem;color:#99d8d0;line-height:1.4;margin-bottom:1.5rem;font-weight:300}.team-socials{display:flex;gap:1rem}.social-link{color:#e4f2f0;font-size:1.2rem;background-color:#ffffff1a;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background-color:#99d8d0;color:#0b0b0d;transform:rotate(360deg)}@media(max-width:768px){.team-card{width:100%;max-width:200px;height:auto;min-height:300px}.team-info{transform:translateY(0)}.team-details{opacity:1}.team-description{font-size:.8rem}.team-overlay{opacity:.9;background:linear-gradient(to top,rgba(11,11,13,1) 40%,transparent 100%)}}.about-page{background-color:#0b0b0d;color:#e4f2f0;min-height:100vh;padding-bottom:5rem}.about-header{text-align:center;padding:8rem 1rem 4rem;max-width:800px;margin:0 auto}.about-title{font-family:Delius,cursive;font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.highlight{color:#99d8d0}.about-subtitle{font-size:1.1rem;color:#888;font-weight:300}.about-content-wrapper{display:flex;max-width:1200px;margin:0 auto;padding:0 2rem;gap:3rem;position:relative}.about-visual-col{flex:1;position:sticky;top:100px;height:calc(100vh - 150px);display:flex;align-items:flex-start}.sticky-image-container{width:100%;height:80%;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0009;border:1px solid rgba(153,216,208,.1)}.about-image{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) contrast(110%)}.image-overlay-decoration{position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#0B0B0D 0%,transparent 100%)}.about-text-col{flex:1.6;padding-bottom:4rem}.text-block{margin-bottom:2rem;position:relative;z-index:1}.lead-paragraph{font-size:1.2rem;line-height:1.6;color:#fff;font-weight:500;border-left:4px solid #99D8D0;padding-left:1.5rem}.section-year{font-family:Delius,cursive;font-size:6rem;color:#99d8d01a;font-weight:900;position:absolute;top:-3rem;left:-.5rem;z-index:-1}.section-subtitle{font-size:1.8rem;color:#99d8d0;margin-bottom:1rem;font-weight:700}p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1rem}strong{color:#e4f2f0;font-weight:600}.highlight-bg{background:#99d8d00d;padding:2rem;border-radius:12px;border:1px solid rgba(153,216,208,.1)}.collab-list{list-style:none;padding:0;margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.collab-list li{position:relative;padding-left:1.5rem;color:#ddd}.collab-list li:before{content:"•";color:#99d8d0;position:absolute;left:0;font-size:1.2rem}.closing-statement{font-size:1.2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;font-style:italic}.image-credit{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:#fff;padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.sticky-image-container{position:relative}@media(max-width:968px){.about-content-wrapper{flex-direction:column}.about-visual-col{position:static;height:400px;margin-bottom:2rem}.about-title{font-size:2.5rem}.section-year{font-size:5rem;top:-2rem}.collab-list{grid-template-columns:1fr}.closing-statement{font-size:1rem}.about-page{padding-bottom:1rem}.image-credit{bottom:.8rem;right:.8rem;left:.8rem;font-size:.7rem;padding:.3rem .6rem;text-align:center}}.contact-page{background-color:#0b0b0d;min-height:90vh;padding:0 2rem;color:#e4f2f0;display:flex;justify-content:center;align-items:center}.contact-container{max-width:1200px;width:100%}.contact-header{text-align:center;margin-bottom:5rem}.contact-title{font-family:Delius,cursive;font-size:2rem;font-weight:700;text-transform:uppercase;color:#99d8d0;letter-spacing:2px;margin-bottom:.5rem}.contact-subtitle{font-size:1rem;color:#ccc;font-weight:300;line-height:1.5}.highlight-text{color:#e4f2f0;font-weight:500}.contact-content{display:flex;gap:4rem;align-items:center}.info-column{flex:1;display:flex;flex-direction:column;gap:1rem}.info-card{background-color:#ffffff08;border-left:4px solid rgba(153,216,208,.3);padding:2rem;height:8rem;border-radius:8px;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,background-color .3s ease,border-color .3s}.info-card:hover{transform:translate(10px);background-color:#99d8d014;border-left-color:#99d8d0}.icon-wrapper{background-color:#99d8d01a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#99d8d0;flex-shrink:0}.info-text h3{font-size:.9rem;text-transform:uppercase;color:#888;margin-bottom:.5rem;letter-spacing:1px}.info-link,.address-text{font-size:1.2rem;color:#e4f2f0;text-decoration:none;font-weight:600;line-height:1.4;transition:color .3s}.info-link:hover{color:#99d8d0}.map-column{flex:1.2;height:420px}.map-frame{width:100%;height:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(153,216,208,.2);box-shadow:0 20px 40px #00000080;filter:grayscale(100%) invert(92%) contrast(83%);transition:filter .5s ease}.map-frame:hover{filter:none}@media(max-width:900px){.contact-content{flex-direction:column-reverse}.map-column{width:100%;height:350px}.contact-title{font-size:2.5rem}.info-card{height:6rem}.info-text h3{font-size:1rem;line-height:.1}.info-text a{font-size:1rem}.address-text{font-size:.8rem}.info-card:last-child .info-text h3{margin-top:20px}.contact-page{padding:7rem 2rem 1rem}}.event-details-container{background-color:#0b0b0d;padding:7rem 2rem;color:#e4f2f0;display:flex;justify-content:center;height:auto}.event-details-wrapper{max-width:1100px;width:100%;display:flex;gap:4rem;align-items:flex-start}.event-poster-wrapper{flex:1;max-width:450px;position:sticky;top:100px}.event-poster-img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #00000080;border:1px solid rgba(153,216,208,.2)}.event-info-wrapper{flex:1.8;display:flex;flex-direction:column}.event-detail-title{font-family:Delius,cursive;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#99d8d0;line-height:1}.details-meta-card{background-color:#e4f2f00d;border:1px solid rgba(153,216,208,.2);border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.meta-item{display:flex;align-items:center;gap:1rem}.meta-icon{font-size:1.8rem;color:#99d8d0;flex-shrink:0}.meta-text-group{display:flex;flex-direction:column}.meta-label{font-size:.85rem;text-transform:uppercase;opacity:.7;margin-bottom:2px}.meta-value{font-size:1.1rem;font-weight:600;color:#e4f2f0}.event-description{font-size:1.1rem;line-height:1.4;color:#ccc;margin-bottom:2rem;white-space:pre-line}.event-description p{margin-bottom:1rem}.booking-section{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.booking-title{margin-bottom:1rem}.btn-reserve{display:inline-flex;align-items:center;gap:10px;background-color:#99d8d0;color:#0b0b0d;text-decoration:none;font-weight:700;font-size:1.1rem;padding:1rem 2rem;border-radius:8px;transition:transform .2s,background-color .2s}.btn-reserve:hover{background-color:#a696c8;transform:translateY(-2px)}.event-gallery-grid{display:flex;gap:15px;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}.gallery-img{width:100px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-img:hover{transform:scale(2.15);box-shadow:0 10px 20px #00000080;z-index:10;border-color:#99d8d0}@media(max-width:900px){.event-details-wrapper{flex-direction:column;gap:2rem}.event-poster-wrapper{max-width:50%;position:static;margin:auto}.event-detail-title{font-size:1.2rem;margin:auto auto 10px}.details-meta-card{height:14rem;line-height:.9}.meta-label,.meta-value{font-size:15px}.meta-icon{font-size:20px}.event-description p{font-size:15px}}.site-footer{background-color:#0b0b0d;color:#a696c8;padding:.3rem 5rem;min-height:110px}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-col-logo{flex:0 0 auto;min-width:auto;display:flex;flex-direction:column;align-items:flex-start}.footer-logo-img{height:60px;width:auto;margin-bottom:0}.footer-col-contact{flex:1;min-width:250px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-address{font-style:normal;font-size:.9rem;line-height:1.2;margin-bottom:0;color:#a696c8;font-weight:300}.footer-phone{font-size:.9rem;font-weight:600;color:#e4f2f0;text-decoration:none;transition:color .3s ease}.footer-phone:hover{color:#99d8d0}.footer-col-social{flex:0 0 auto;min-width:auto;display:flex;justify-content:flex-end;gap:1.5rem}.social-icon-link{color:#a696c8;font-size:1.5rem;transition:transform .3s ease,color .3s ease}.social-icon-link:hover{color:#e4f2f0;transform:translateY(-3px)}.footer-copyright{text-align:center;margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(153,216,208,.05);font-size:.85rem;opacity:.6}@media(max-width:768px){.site-footer{padding:2rem 1rem;height:auto}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-col-logo{align-items:center}.footer-col-social{justify-content:center}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#000,#0f0f23,#0a1d0a);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{width:100%;max-width:420px}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;box-shadow:0 25px 45px #0006;border:1px solid rgba(255,255,255,.3)}.login-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem;text-align:center}.login-header p{color:#666;margin:0 0 2rem;text-align:center;font-size:1rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.input-group input{width:100%;padding:1rem 1.25rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafbfc;box-sizing:border-box;color:#1f2937}.input-group input::placeholder{color:#d1d5db!important;opacity:.5!important}.input-group input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b98133;background:#fff}.input-group input:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #dc2626;font-size:.9rem}.login-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:480px){.admin-login-page{padding:.5rem}.login-container{max-width:90vw}.login-card{margin:.5rem;border-radius:16px;padding:1.5rem}.login-header h1{font-size:1.5rem}.login-header p{margin-bottom:1.5rem;font-size:.95rem}.input-group{margin-bottom:1.25rem}.input-group input{padding:.875rem 1rem;font-size:16px}.login-btn{padding:.875rem 1.5rem;font-size:1rem;margin-top:.25rem}}.shows-table{padding:0 2rem;overflow-x:auto}table{width:100%;border-collapse:collapse;background:#ffffff0d;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d}th{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0;padding:1.25rem 1rem;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}td{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.poster-cell img{width:60px;height:80px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000004d;vertical-align:middle}.title-cell{font-weight:500;max-width:250px;word-wrap:break-word}.date-cell{color:#a1a1aa;font-size:.95rem}.status-cell{white-space:nowrap}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-block;vertical-align:middle}.status-badge.future{background:#10b98133;color:#34d399}.status-badge.past{background:#ef444433;color:#f87171}.actions-cell{white-space:nowrap;text-align:center}.action-btn{width:40px;height:40px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1rem;vertical-align:middle;margin:0 2px}.action-btn.edit{background:#8b5cf633;color:#8b5cf6}.action-btn.edit:hover{background:#8b5cf666;transform:scale(1.1)}.action-btn.delete{background:#ef444433;color:#f87171}.action-btn.delete:hover{background:#ef444466;transform:scale(1.1)}.past-event{opacity:.6}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.page-numbers{display:flex;gap:.5rem}.page-numbers button,.page-btn{background:#ffffff1a;color:#e2e8f0;border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center}.page-numbers button:hover,.page-btn:hover:not(:disabled){background:#8b5cf633;border-color:#8b5cf6;color:#a78bfa;transform:translateY(-1px)}.page-numbers button.active,.page-btn.active{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf64d}.page-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.empty-state{text-align:center;padding:4rem 2rem;color:#a1a1aa}.empty-state h3{background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.empty-state p{margin-bottom:1.5rem;opacity:.8}@media(max-width:768px){.shows-table{padding:0 1rem}.poster-cell img{width:50px;height:65px}.pagination{flex-wrap:wrap;gap:.5rem;padding:1rem}.page-numbers{flex-wrap:wrap;justify-content:center}.page-numbers button,.page-btn{padding:.5rem .75rem;font-size:.9rem;min-width:40px;height:40px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .2s ease}.modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:16px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 50px #00000080;animation:scaleIn .3s cubic-bezier(.175,.885,.32,1.275)}.modal-icon{width:60px;height:60px;background:#ef44441a;color:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem}.modal-content h3{color:#fff;margin:0 0 .5rem;font-size:1.5rem}.modal-content p{color:#a1a1aa;margin-bottom:2rem;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-btn{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.modal-btn.cancel{background:#ffffff1a;color:#fff}.modal-btn.cancel:hover{background:#fff3}.modal-btn.confirm{background:#ef4444;color:#fff}.modal-btn.confirm:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 5px 15px #ef444466}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.dashboard{background:linear-gradient(135deg,#0a0a0a,#1a0a1a,#0a0a0a);min-height:100vh;color:#fff;padding:1rem 0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.total-count{color:#a1a1aa;font-size:1rem;margin-left:1rem}.add-btn{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;padding:.75rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.add-btn svg{width:20px;height:20px;stroke:#fff;stroke-width:2.5;flex-shrink:0}.add-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}@media(max-width:768px){.dashboard-header{padding:0 1rem;flex-direction:column;gap:1rem;text-align:center}}.form-page{background:linear-gradient(135deg,#0a0a0a,#1a0a1a,#0a0a0a);min-height:100vh;color:#fff;padding:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;margin-bottom:2rem;min-height:100px;overflow:visible}.form-header h1{font-size:clamp(1.8rem,4vw,2.5rem);background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;font-weight:700;line-height:1.15;padding:1rem 0;max-height:none}.back-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.875rem 1.75rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.back-btn:hover{background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.form-container{padding:0 2rem;max-width:1400px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;align-items:start}.form-grid>.form-section:nth-child(2) .date-row{grid-template-columns:1fr;gap:1rem}.form-grid>.form-section:nth-child(2) .time-input-container{width:100%;justify-content:center}.form-grid>.form-section:nth-child(2) .date-input,.form-grid>.form-section:nth-child(2) .month-input,.form-grid>.form-section:nth-child(2) .year-input{text-align:left;padding-left:1rem}.form-section{background:#ffffff0f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 40px #0006;transition:all .3s ease;min-height:200px}.form-section:hover{transform:translateY(-4px);box-shadow:0 25px 50px #8b5cf626;border-color:#8b5cf64d}.date-row{display:flex;gap:.5rem;margin-bottom:1.5rem;width:100%}.date-row input{min-width:0}.date-row input[name=date]{flex:0 0 80px;text-align:center;padding:.8rem .2rem}.date-row input[name=month]{flex:1;min-width:80px;text-align:center;padding:.8rem .5rem}.date-row input[name=year]{flex:0 0 80px;text-align:center;padding:.8rem .2rem}.date-group{display:flex;flex-direction:column}.date-inline{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.date-inline label{font-weight:600;color:#e2e8f0;font-size:.9rem;letter-spacing:.025em;white-space:nowrap;min-width:45px}.date-input,.month-input,.year-input{flex:1;padding:.875rem 1rem;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600}.date-input,.year-input{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.date-input::-webkit-outer-spin-button,.date-input::-webkit-inner-spin-button,.year-input::-webkit-outer-spin-button,.year-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.date-input,.year-input{font-family:Roboto Mono,Courier New,monospace;letter-spacing:.05em;text-align:center}.month-input{font-weight:600;text-transform:uppercase;letter-spacing:.03em}.form-section.full-width{grid-column:1 / -1}.image-preview{text-align:center;margin-bottom:2rem}.image-preview img{width:220px;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 15px 35px #00000080;border:3px solid rgba(255,255,255,.1);transition:all .3s ease;display:block;margin:0 auto 1rem}.image-preview img:hover{transform:scale(1.02);box-shadow:0 20px 45px #8b5cf64d}.image-placeholder{width:100%;height:220px;background:#ffffff14;border:2px dashed rgba(255,255,255,.4);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:400;color:#ffffff80;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.image-upload{width:100%;padding:.875rem;background:linear-gradient(135deg,#8b5cf633,#a855f71a);border:2px dashed #8b5cf6;border-radius:12px;color:#a78bfa;cursor:pointer;font-size:.95rem;transition:all .3s ease;text-align:center}.image-upload:hover{background:linear-gradient(135deg,#8b5cf64d,#a855f733);border-color:#a78bfa}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.75rem}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:#e2e8f0;font-size:.95rem;letter-spacing:.025em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.25rem;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;background:#ffffff1f;box-shadow:0 0 0 4px #8b5cf626;transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1.5rem;justify-content:flex-end;padding:2.5rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08);border-radius:20px 20px 0 0;margin:0 -2rem;padding:2.5rem 2rem}.cancel-btn{padding:1.125rem 2.25rem;background:#ffffff14;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:14px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cancel-btn:hover{background:#ef444433;border-color:#f87171;transform:translateY(-2px);box-shadow:0 10px 30px #ef444440}.save-btn{padding:1.125rem 2.25rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c084fc);color:#fff;border:none;border-radius:14px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #8b5cf64d}.save-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #8b5cf673}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-loading{text-align:center;padding:6rem 2rem;color:#a1a1aa;font-size:1.2rem}.gallery-count{color:#94a3b8;font-size:.85rem;margin-left:.5rem}.gallery-upload{display:none}.gallery-upload-label{display:inline-block;background:linear-gradient(135deg,#5a63e6,#3868c0);color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.gallery-upload-label:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f59e0b66}.gallery-preview{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:2px dashed rgba(255,255,255,.2);max-height:120px;overflow-x:auto;overflow-y:hidden}.gallery-image-container{position:relative;width:80px;height:80px}.gallery-image{width:100%;height:100%;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,.3)}.gallery-remove-btn{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.gallery-remove-btn:hover{background:#dc2626;transform:scale(1.1)}@media(max-width:1100px){.form-grid{grid-template-columns:1fr;gap:2rem}.form-section:nth-child(1){min-height:auto;display:flex;flex-direction:column;align-items:center}.form-section:nth-child(1) .form-group{width:100%}}@media(max-width:768px){.form-page{padding:1rem 0}.form-header{padding:0 1rem;flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.form-header h1{font-size:1.8rem}.form-container{padding:0 1rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}.form-section{padding:1.5rem;min-height:auto}.form-actions{flex-direction:column;margin:0 -1rem;padding:2rem 1rem}.cancel-btn,.save-btn{width:100%}}.time-picker{display:flex;align-items:center;gap:.5rem}.time-picker select{flex:1;padding:1rem;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1.1rem;font-family:Roboto Mono,Courier New,monospace;font-weight:600;letter-spacing:.05em;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.time-picker select:focus{border-color:#8b5cf6;background:#ffffff1f;box-shadow:0 0 0 4px #8b5cf626;outline:none}.time-picker select option{background:#1a1a2e;color:#fff;font-family:Roboto Mono,monospace}.time-separator{font-size:1.2rem;font-weight:600;color:#8b5cf6;font-family:Roboto Mono,monospace}.time-input-container{display:flex;align-items:center;gap:.75rem;background:#ffffff0f;padding:.75rem;border-radius:14px;border:2px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.time-input-container:hover{border-color:#8b5cf666;background:#ffffff1a}.time-input-container:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf626;background:#ffffff1f}.time-input{flex:1;padding:.875rem .5rem;background:transparent;border:none;border-radius:8px;color:#fff;font-size:1.4rem;font-family:Roboto Mono,Courier New,monospace;font-weight:600;text-align:center;width:60px;transition:all .2s ease}.time-input::placeholder{color:#fff6;font-family:Roboto Mono,monospace}.time-input:focus{outline:none;box-shadow:0 0 0 2px #8b5cf64d;background:#8b5cf61a}.time-separator{font-size:1.4rem;font-weight:700;color:#8b5cf6;font-family:Roboto Mono,monospace;min-width:20px;text-align:center}.time-input::-webkit-outer-spin-button,.time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.time-input[type=number]{-moz-appearance:textfield}.admin-layout{display:flex;min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-sidebar{width:250px;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f0f23);box-shadow:2px 0 10px #0000004d;padding:2rem 0;display:flex;flex-direction:column}.sidebar-header{padding:0 1rem 2rem}.sidebar-header h2{text-align:center;background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.admin-nav{flex:1;display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.admin-nav a,.admin-nav Link{padding:1rem;color:#e2e8f0;text-decoration:none;border-radius:8px;transition:all .2s ease;font-weight:500}.admin-nav a{display:flex!important;align-items:center!important;gap:.75rem!important;padding:.875rem 1.25rem!important;color:#ffffffe6!important;text-decoration:none!important;border-radius:12px!important;font-weight:500!important;font-size:.95rem!important;transition:all .3s ease!important;margin-bottom:.5rem!important}.admin-nav a:hover{background:#ffffff26!important;color:#fff!important;transform:translate(4px)!important}.admin-nav svg{width:22px!important;height:22px!important;stroke:currentColor!important;stroke-width:2.5!important;flex-shrink:0!important}.admin-nav a.active,.admin-nav Link:hover,.admin-nav Link.active{background:#8b5cf633;color:#a78bfa}.logout-btn{margin:2rem 1rem 1rem;padding:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease;gap:.75rem!important;justify-content:center!important;line-height:1.5;align-items:center!important;display:flex;height:52px}.logout-btn svg{width:22px!important;height:22px!important;flex-shrink:0!important;stroke-width:2.5!important;stroke:#fff!important;margin-top:-1px!important;display:block!important}.logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.admin-main{flex:1;padding:2rem;overflow-y:auto;background:#0f0f0f}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;max-height:70px;padding:1rem 0;flex-direction:row;justify-content:center;gap:2rem;background:linear-gradient(90deg,#1a1a2e,#16213e)}.admin-nav{flex-direction:row;padding:0}.admin-nav a,.admin-nav Link{padding:.75rem 1rem}.logout-btn{margin:0 1rem 0 0}.admin-main{padding:1rem}}@media(max-width:1200px){.admin-sidebar{width:80px;align-items:center}.sidebar-header h2{display:none}.sidebar-header:after{content:"AP";color:#a78bfa;font-weight:700;font-size:1.5rem}.admin-nav a{justify-content:center!important;padding:.875rem!important;width:50px;margin:0 auto .5rem!important}.admin-nav a{font-size:0!important}.admin-nav a svg{margin:0!important;width:24px!important;height:24px!important}.logout-btn{width:50px;height:50px;padding:0!important;margin:2rem auto 1rem!important;font-size:0;border-radius:12px}.logout-btn svg{margin:0!important}}
