*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#000}button{font-family:inherit;cursor:pointer}.home-page{height:100vh;display:flex;flex-direction:column;background:#000}.media-container{flex:1;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.media-container::-webkit-scrollbar{display:none}.media-card{min-width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;scroll-snap-align:start}.image-wrapper{width:90%;max-width:600px;max-height:60vh;aspect-ratio:4/3;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;margin-bottom:1.5rem}.media-image{width:100%;height:100%;object-fit:cover;display:block}.media-info{text-align:center;color:#fff}.media-title{font-size:1.8rem;font-weight:600;margin:0 0 1rem}.view-gallery-btn{background-color:#fff;color:#667eea;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.view-gallery-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f8f9fa}.view-gallery-btn:active{transform:translateY(0)}.scroll-indicator{display:flex;justify-content:center;align-items:center;padding:1rem;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background-color:#fff6;transition:all .3s ease;cursor:pointer}.dot:hover{background-color:#ffffffb3;transform:scale(1.2)}.dot.active{background-color:#fff;width:12px;height:12px}.dot.active:hover{background-color:#fff}@media(max-width:768px){.media-title{font-size:1.4rem}.view-gallery-btn{padding:.8rem 2rem;font-size:1rem}.image-wrapper{max-height:50vh}}.gallery-page{min-height:100vh;background:#000;padding:2rem}.gallery-header{max-width:1200px;margin:0 auto 3rem;color:#fff}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;background-color:#fff3;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.back-button:hover{background-color:#ffffff4d;transform:translate(-3px)}.gallery-header h1{font-size:3rem;font-weight:700;margin:1rem 0 .5rem}.gallery-count{font-size:1.1rem;opacity:.9;margin:0}.gallery-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-item{aspect-ratio:4/3;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;transition:transform .3s ease,box-shadow .3s ease;background-color:#ffffff1a}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0006}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}@media(max-width:768px){.gallery-page{padding:1rem}.gallery-header h1{font-size:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.back-button{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}.loading-message,.no-images-message{grid-column:1 / -1;text-align:center;color:#fff;font-size:1.2rem;padding:3rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-message p,.no-images-message p{margin:0}.gallery-item{cursor:pointer}.lightbox-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-container{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-image-container{position:relative;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px #00000080}.lightbox-info{margin-top:1rem;text-align:center;color:#fff;font-size:1rem;opacity:.8}.lightbox-info p{margin:0}.lightbox-close{position:absolute;top:-50px;right:-50px;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001}.lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}.lightbox-nav{position:absolute;background:#fff3;border:none;border-radius:50%;width:50px;height:50px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:50%;transform:translateY(-50%)}.lightbox-nav:hover:not(:disabled){background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-prev{left:-80px}.lightbox-next{right:-80px}@media(max-width:768px){.lightbox-container{max-width:95vw;max-height:95vh}.lightbox-image{max-height:70vh}.lightbox-close{top:-40px;right:-10px;width:35px;height:35px}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:-60px}.lightbox-next{right:-60px}}@media(max-width:480px){.lightbox-close{top:-35px;right:0}.lightbox-prev{left:-50px}.lightbox-next{right:-50px}}.information-page{height:100vh;background:#000;padding:1rem;color:#fff;display:flex;flex-direction:column}.info-header{max-width:1200px;margin:0 auto 2rem;text-align:center;position:relative}.back-button{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;background-color:#ffffff1a;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .8rem;color:#4a90e2}.info-header p{font-size:1.1rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.5}.info-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;flex:1}.info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:1.5rem 1rem;text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:140px}.info-card:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.info-icon{font-size:2.8rem;margin-bottom:.8rem;display:flex;align-items:center;justify-content:center}.info-title{font-size:1rem;font-weight:600;margin:0;line-height:1.3;color:#fff}@media(max-width:1024px){.info-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.info-header h1{font-size:2.2rem}.back-button{position:static;margin-bottom:1rem}.info-header{text-align:center}}@media(max-width:768px){.information-page{padding:.8rem}.info-grid{grid-template-columns:1fr;gap:.8rem}.info-header h1{font-size:1.8rem}.info-header p{font-size:1rem}.info-card{padding:1.2rem .8rem;min-height:120px}.info-icon{font-size:2.2rem;margin-bottom:.6rem}.info-title{font-size:.9rem}.back-button{font-size:.8rem;padding:.5rem 1rem}}.info-detail-page{min-height:100vh;background:#000;color:#fff;padding:2rem}.detail-header{max-width:1200px;margin:0 auto 2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;background-color:#ffffff1a;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.back-button:hover{background-color:#fff3;transform:translate(-3px)}.detail-content{max-width:1200px;margin:0 auto;line-height:1.7}.detail-icon{font-size:4rem;text-align:center;margin-bottom:2rem}.detail-content h1{font-size:2.5rem;font-weight:700;color:#4a90e2;text-align:center;margin-bottom:3rem}.content-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-section h2{color:#4a90e2;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;margin-top:2.5rem}.content-section h2:first-child{margin-top:0}.content-section h3{color:#87ceeb;font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.content-section p{margin-bottom:1.5rem;font-size:1.1rem;color:#ffffffe6}.content-section ul{margin:1.5rem 0;padding-left:2rem}.content-section li{margin-bottom:.8rem;font-size:1.1rem;color:#ffffffe6}.content-section li strong{color:#fff;font-weight:600}.highlight-box{background:#4a90e21a;border:1px solid rgba(74,144,226,.3);border-radius:10px;padding:2rem;margin:2.5rem 0}.highlight-box h3{color:#4a90e2;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.highlight-box p{margin-bottom:0;font-style:italic}.event-announcement{text-align:center;margin-bottom:2rem}.event-title{color:#4a90e2;font-size:2rem;font-weight:600;margin-bottom:.5rem}.event-date{font-size:1.1rem;color:#fffc;margin:0}.live-status{border-radius:10px;padding:1.5rem;text-align:center;margin-bottom:2rem}.live-status.status-green{background:#00800033;border:1px solid rgba(0,255,0,.3)}.live-status.status-orange{background:#ff8c0033;border:1px solid rgba(255,165,0,.3)}.live-status.status-red{background:#dc143c33;border:1px solid rgba(255,99,71,.3)}.status-icon{font-size:2rem;margin-bottom:.5rem}.live-status h3{margin:0 0 .5rem;font-size:1.2rem}.live-status.status-green h3{color:#0f0}.live-status.status-orange h3{color:orange}.live-status.status-red h3{color:tomato}.no-event{text-align:center;padding:3rem 2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin:2rem 0}.no-event p{margin:1rem 0;font-size:1.1rem;color:#ccc}.live-status p{margin:0;font-size:1rem}.event-details{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:2rem;margin-bottom:2rem}.event-details h3{color:#fff;margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.details-table{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-row:last-child{border-bottom:none}.detail-icon{font-size:1.2rem;width:1.5rem;text-align:center;padding-top:30px}.detail-label{font-weight:600;color:#87ceeb;min-width:120px}.detail-value{color:#ffffffe6;flex:1}.preparation-section{background:#8b451333;border:1px solid rgba(139,69,19,.3);border-radius:10px;padding:2rem;margin-bottom:2rem}.preparation-section h3{color:#daa520;margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.preparation-list{list-style:none;padding:0;margin:0}.preparation-list li{border-bottom:1px solid rgba(139,69,19,.2);color:#ffffffe6;position:relative;padding:.8rem 0 .8rem 2rem}.preparation-list li:last-child{border-bottom:none}.preparation-list li:before{content:"✓";position:absolute;left:0;color:#daa520;font-weight:700}@media(max-width:768px){.info-detail-page{padding:1rem}.detail-content h1{font-size:2rem}.content-section{padding:2rem 1.5rem}.content-section h2{font-size:1.5rem}.content-section h3{font-size:1.2rem}.content-section p,.content-section li{font-size:1rem}.highlight-box{padding:1.5rem}.event-title{font-size:1.5rem}.event-details,.preparation-section{padding:1.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.3rem}.detail-label{min-width:auto;font-size:.9rem}.detail-value,.preparation-list li{font-size:.9rem}}.info-page-content{max-width:1200px;margin:0 auto;line-height:1.7}.info-page-content h1{font-size:2.5rem;font-weight:700;color:#4a90e2;text-align:center;margin-bottom:3rem}.info-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-section h2{color:#4a90e2;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;margin-top:2.5rem}.info-section h2:first-child{margin-top:0}.info-section h3{color:#87ceeb;font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.info-section p{margin-bottom:1.5rem;font-size:1.1rem;color:#ffffffe6}.info-section em{color:#87ceeb;font-style:italic}.opening-quote{background:linear-gradient(135deg,#4a90e21a,#87ceeb1a);border-left:4px solid #4a90e2;padding:2rem;margin:2rem 0;border-radius:8px;font-style:italic;font-size:1.1rem;line-height:1.6}.opening-quote cite{display:block;text-align:right;margin-top:1rem;color:#4a90e2;font-style:normal;font-weight:600}.recipe-section{background:#8b451333;border:1px solid rgba(139,69,19,.3);border-radius:10px;padding:2rem;margin:2rem 0}.recipe-section h3{color:#daa520;margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.recipe-ingredients ul{list-style:none;padding:0;margin:1rem 0}.recipe-ingredients li{border-bottom:1px solid rgba(139,69,19,.2);color:#ffffffe6;position:relative;padding:.5rem 0 .5rem 2rem}.recipe-ingredients li:last-child{border-bottom:none}.recipe-ingredients li:before{content:"•";position:absolute;left:0;color:#daa520;font-weight:700}.recipe-instructions{margin-top:1rem}.recipe-instructions p{background:#0003;padding:1rem;border-radius:5px;font-style:italic}.founder-section{margin:3rem 0}.founder-profile{display:flex;gap:2rem;align-items:flex-start;margin:2rem 0}.founder-image{flex-shrink:0;width:200px}.founder-image img{width:100%;height:auto;border-radius:8px;border:2px solid rgba(255,255,255,.1)}.founder-text{flex:1}.founder-text p{margin-bottom:1.5rem;font-size:1.1rem;color:#ffffffe6}.founder-text strong{color:#4a90e2;font-weight:600}.info-section ol{margin:1.5rem 0;padding-left:2rem}.info-section ol li{margin-bottom:1rem;font-size:1.1rem;color:#ffffffe6}@media(max-width:768px){.info-page-content h1{font-size:2rem}.info-section{padding:2rem 1.5rem}.info-section h2{font-size:1.5rem}.info-section h3{font-size:1.2rem}.founder-profile{flex-direction:column;gap:1rem}.founder-image{width:150px;align-self:center}.opening-quote{padding:1.5rem;font-size:1rem}.recipe-section{padding:1.5rem}}.trip-types{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.trip-type{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trip-type h3{color:#4a90e2;font-size:1.4rem;font-weight:600;margin-bottom:1rem;margin-top:0;display:flex;align-items:center;gap:.5rem}.trip-type p{margin:0;font-size:1.1rem;line-height:1.6;color:#ffffffe6}@media(max-width:768px){.trip-type{padding:1.5rem}.trip-type h3{font-size:1.2rem}.trip-type p{font-size:1rem}}#root{width:100%;margin:0;padding:0;min-height:100vh}
