@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden;width:100%;min-width:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2d3748;scroll-behavior:smooth}body,main{width:100vw;min-width:0}main{overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}@media (max-width:768px){.container{max-width:100vw;padding-left:4vw;padding-right:4vw}}@media (max-width:480px){.container{max-width:100vw;padding-left:2vw;padding-right:2vw}}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between;height:80px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{z-index:1001}.logo-container{display:flex;align-items:center;gap:1rem;height:100%}.logo-img{width:60px;height:60px;border-radius:6px;object-fit:contain;background:#fff}.logo-text{font-size:1.7rem;font-weight:700;color:#1e90ff;display:block;line-height:1}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#1e90ff}.nav-cta{background:#1e90ff!important;color:#fff!important;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.nav-cta:hover{background:#1a75cc!important;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1001}.hamburger span{width:25px;height:3px;background:#1e90ff;margin:3px 0;transition:.3s}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#fff,rgba(255,218,31,.1));min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1a202c;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:2rem;line-height:1.6}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-row{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}@media (max-width:767px){.feature-row{flex-direction:column;align-items:center;gap:.75rem}.feature-row:first-child{margin-bottom:.5rem}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:center}.hero-note{text-align:center;margin-top:1rem;font-size:.9rem;color:#718096}}.feature{display:flex;align-items:center;gap:.5rem;color:#1e90ff;font-weight:500;font-size:1rem}.feature i{font-size:1.2rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#1e90ff;color:#fff;text-decoration:none;border-radius:.75rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;margin:1rem 0;text-align:center}.cta-button:hover{background:#1a75cc;transform:translateY(-2px);box-shadow:0 10px 20px rgba(30,144,255,.3)}.cta-button.primary{background:linear-gradient(135deg,#1e90ff,#1a75cc)}.hero-note{margin-top:1rem;color:#718096;font-size:.9rem;text-align:left}.hero-image,.hero-placeholder{display:flex;justify-content:center;align-items:center}.hero-placeholder{width:400px;height:300px;background:linear-gradient(135deg,rgba(255,218,31,.1),rgba(255,68,31,.1));border-radius:1rem;flex-direction:column;color:#1e90ff;border:2px dashed #ff441f}.hero-placeholder i{font-size:4rem;margin-bottom:1rem;opacity:.7}.hero-img,.story-img{border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:all .3s ease;object-fit:cover}.hero-img:hover,.story-img:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.hero-image,.story-image{display:flex;justify-content:center;align-items:center}.story{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.story-header{text-align:center;margin-bottom:3rem}.story-header h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.story-subtitle{font-size:1.2rem;color:#4a5568;max-width:600px;margin:0 auto;line-height:1.6}.story-video-section{margin-bottom:3rem;display:flex;justify-content:center}.story-video-wrapper{position:relative;width:100%;max-width:800px;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15);background:#000}.story-video{width:100%;height:auto;display:block;min-height:400px;object-fit:cover}.story-video-fallback{display:none;width:100%;max-width:800px;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}.story-fallback-img{width:100%!important;height:auto!important;min-height:400px;object-fit:cover;display:block}.video-overlay{top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.8);border-radius:50%;width:100px;height:100px;border:3px solid hsla(0,0%,100%,.3)}.video-overlay:hover{background:rgba(0,0,0,.9);transform:translate(-50%,-50%) scale(1.1);border-color:hsla(0,0%,100%,.5)}.video-overlay i{font-size:2.5rem;margin-left:5px}.story-content{max-width:800px;margin:0 auto}.story-intro-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);margin-bottom:2rem;border-left:4px solid #1e90ff}.story-intro{font-size:1.2rem;color:#1e90ff;font-weight:600;line-height:1.6;margin:0;text-align:center}.story-text-content{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}.story-text-content p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:1.5rem;text-align:left}.story-text-content p:last-child{margin-bottom:0}.story-highlight-card{background:linear-gradient(135deg,#bee3f8,#90cdf4);padding:2rem;border-radius:1rem;margin:2rem 0;border:2px solid #1e90ff;text-align:center}.story-highlight{font-size:1.3rem;font-weight:700;color:#1a202c;line-height:1.5;margin:0}@media (max-width:767px){.story{padding:60px 0}.story-header{margin-bottom:2rem}.story-header h2{font-size:2rem;margin-bottom:.75rem}.story-subtitle{font-size:1rem;padding:0 1rem}.story-video-section{margin-bottom:2rem;padding:0 1rem}.story-video-wrapper{border-radius:1rem;box-shadow:0 15px 30px rgba(0,0,0,.2)}.story-video{min-height:250px}.story-video-fallback{border-radius:1rem;box-shadow:0 15px 30px rgba(0,0,0,.2)}.story-fallback-img{min-height:250px}.video-overlay{width:80px;height:80px}.video-overlay i{font-size:2rem}.story-content{padding:0 1rem}.story-intro-card{padding:1.5rem;margin-bottom:1.5rem}.story-intro{font-size:1.1rem}.story-text-content{padding:1.5rem}.story-text-content p{font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.story-highlight-card{padding:1.5rem;margin:1.5rem 0}.story-highlight{font-size:1.1rem}}@media (max-width:375px){.story-header h2{font-size:1.8rem}.story-subtitle{font-size:.95rem}.story-fallback-img,.story-video{min-height:200px}.video-overlay{width:70px;height:70px}.video-overlay i{font-size:1.8rem}.story-intro-card,.story-text-content{padding:1.25rem}.story-intro{font-size:1rem}.story-text-content p{font-size:.95rem}.story-highlight-card{padding:1.25rem}.story-highlight{font-size:1rem}}.experience{padding:80px 0;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.section-title{text-align:center;font-size:2.5rem;color:#1a202c;margin-bottom:1rem;font-weight:600}.section-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:3rem}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.experience-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(30,144,255,.1)}.experience-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(30,144,255,.1)}.card-icon{width:50px;height:50px;background:rgba(255,218,31,.1);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#ff441f}.experience-card h3{color:#1e90ff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.experience-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.experience-card ul{list-style:none}.experience-card li{color:#4a5568;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.experience-card li:before{content:"•";color:#ff441f;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.experience-benefits{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:center}.experience-benefits h3{font-size:1.5rem;color:#1a202c;margin-bottom:2rem;font-weight:600}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.benefit{display:flex;align-items:center;gap:.75rem;color:#2b6cb0;font-weight:500}.benefit i{font-size:1.2rem}.schedule{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.schedule .section-title{text-align:center;font-size:2.5rem;color:#1a202c;margin-bottom:1rem;font-weight:600}.schedule .section-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.schedule .schedule-timeline{max-width:800px;margin:0 auto;position:relative;padding:2rem 0}.schedule .schedule-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent,#3b82f6,#3b82f6,transparent);transform:translateX(-50%);z-index:1}.schedule .schedule-item{margin-bottom:2rem;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.schedule .schedule-item:before,.schedule .schedule-item:hover:before{display:none}.schedule .schedule-time{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(59,130,246,.3);transition:all .3s ease;display:inline-block}.schedule .schedule-time:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.schedule .schedule-content{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid #e5e7eb;transition:all .3s ease;max-width:500px;width:100%;text-align:center}.schedule .schedule-content:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.schedule .schedule-content strong{display:block;font-size:1.1rem;color:#1f2937;margin-bottom:.5rem;font-weight:600;text-align:center}.schedule .schedule-content p{color:#6b7280;line-height:1.6;margin:0;font-size:.95rem;text-align:center}.schedule .schedule-item:nth-child(2n),.schedule .schedule-item:nth-child(odd){margin-left:0}.schedule .schedule-item:first-child{animation:fadeInTimeline .6s ease-out}.schedule .schedule-item:nth-child(2){animation:fadeInTimeline .6s ease-out .1s both}.schedule .schedule-item:nth-child(3){animation:fadeInTimeline .6s ease-out .2s both}.schedule .schedule-item:nth-child(4){animation:fadeInTimeline .6s ease-out .3s both}.schedule .schedule-item:nth-child(5){animation:fadeInTimeline .6s ease-out .4s both}.schedule .schedule-item:nth-child(6){animation:fadeInTimeline .6s ease-out .5s both}.schedule .schedule-item:nth-child(7){animation:fadeInTimeline .6s ease-out .6s both}@keyframes fadeInTimeline{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.video-overlay:hover{background:rgba(0,0,0,.5)}.video-overlay i{font-size:3rem;color:#fff;transition:all .3s ease}.video-overlay:hover i{transform:scale(1.1)}.story-video-wrapper.playing .video-overlay{display:none}@media (max-width:768px){.schedule .schedule-timeline{max-width:100%;padding:1rem .5rem}.schedule .schedule-timeline:before{left:30px;width:3px}.schedule .schedule-item{flex-direction:row!important;align-items:flex-start;gap:1rem;margin-bottom:2rem;margin-left:60px;margin-right:.5rem}.schedule .schedule-item:before{left:30px;top:1.5rem;transform:translate(-50%);width:16px;height:16px;border-width:4px}.schedule .schedule-time{min-width:100px;max-width:120px;font-size:.85rem;padding:.75rem 1rem;border-radius:1rem;flex-shrink:0}.schedule .schedule-content{max-width:none;flex:1 1;margin-left:0;padding:1.5rem;border-radius:1rem;min-width:0;text-align:center}.schedule .schedule-content:before{display:none}.schedule .schedule-content strong{font-size:1.1rem}.schedule .schedule-content p{font-size:.9rem;line-height:1.5}}@media (max-width:480px){.schedule .schedule-timeline{padding:1rem .25rem}.schedule .schedule-timeline:before{left:25px}.schedule .schedule-item{margin-left:50px;margin-right:.25rem;gap:.75rem}.schedule .schedule-item:before{left:25px;width:14px;height:14px;border-width:3px}.schedule .schedule-time{min-width:80px;max-width:100px;font-size:.8rem;padding:.6rem .8rem}.schedule .schedule-content{padding:1.25rem;text-align:center}.schedule .schedule-content strong{font-size:1rem;margin-bottom:.75rem}.schedule .schedule-content p{font-size:.85rem;line-height:1.4}}.booking{padding:80px 0;background:#fff}.booking-content h2{text-align:center;font-size:2.5rem;color:#1a202c;margin-bottom:1rem;font-weight:600;line-height:1.3}.booking-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:3rem;line-height:1.5}.booking-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.booking-form-container{order:2}.booking-info{order:1}.booking-details h3{font-size:1.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:600;text-align:left}.detail-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1rem}.detail-item i{color:#1e90ff;font-size:1.1rem;margin-top:.2rem;min-width:20px}.detail-item strong{display:block;color:#1a202c;margin-bottom:.25rem}.booking-features,.testimonial{display:none}.booking-form{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2.5rem;border-radius:1rem;border:1px solid #e2e8f0;text-align:left}.booking-form h3{font-size:1.5rem;color:#1a202c;margin-bottom:.5rem;font-weight:600;text-align:left}.booking-form>p{color:#4a5568;margin-bottom:2rem;font-size:1rem;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#1a202c;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px rgba(30,144,255,.1)}@media (max-width:767px){.booking{padding:60px 0}.booking-content h2{font-size:1.8rem}.booking-subtitle{font-size:1rem;margin-bottom:2rem}.booking-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.booking-form-container{order:1}.booking-info{order:2}.booking-details{padding:1.5rem;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:1rem;margin-bottom:1.5rem}.booking-details h3{font-size:1.3rem;margin-bottom:1rem;text-align:center}.detail-item{font-size:.9rem}.booking-features{margin-top:1.5rem;background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e2e8f0}.booking-features h4{text-align:center}.booking-features li{font-size:.85rem;margin-bottom:.5rem}.booking-form{padding:1.25rem;text-align:center}.booking-form h3{font-size:1.2rem;text-align:center}.booking-form>p{font-size:.9rem;margin-bottom:1.5rem;text-align:center}}.date-picker{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2d3748;cursor:pointer}.date-picker::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232b6cb0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-size:16px 16px;background-repeat:no-repeat;background-position:50%;cursor:pointer;padding:4px}.date-helper{display:block;margin-top:.5rem;color:#64748b;font-size:.875rem;font-style:italic}.full-width{width:100%;justify-content:center}.security-badges{margin-top:1.5rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.9rem}.badge i{color:#ff441f}.footer{background:#1a202c;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{color:#2b6cb0;margin-bottom:1rem;font-size:1.3rem}.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ffda1f}.contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#a0aec0}.contact-item i{color:#ff441f;min-width:20px}.footer-bottom{border-top:1px solid #2d3748;padding-top:1rem;text-align:center;color:#a0aec0}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:0;flex-direction:column;background-color:#fff;width:100%;height:100vh;text-align:center;transition:.3s ease-in-out;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:6rem 0;gap:2rem}.nav-menu.active{left:0}.nav-menu li{margin:.5rem 0}.nav-menu a{font-size:1.2rem;padding:.5rem 1rem}.nav-cta{margin-top:1rem;padding:.75rem 2rem!important}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding-top:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-features{justify-content:center;flex-wrap:wrap}}@media (max-width:480px){.nav-container{height:56px;padding:0 6px}.logo-img{width:38px;height:38px}.logo-text{font-size:1rem}.nav-menu{padding:5rem 0}.nav-menu a{font-size:1.1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-features{gap:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.experience-card,.hero-content,.story-content{animation:fadeInUp .6s ease-out}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2b6cb0;outline-offset:2px}@media print{.footer,.navbar{display:none}}.admin-dashboard{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;min-height:100vh}.admin-header{background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:2px solid #e2e8f0;box-shadow:0 4px 6px rgba(0,0,0,.05)}.admin-title{color:#1a365d;font-weight:700;font-size:2rem;margin-bottom:.5rem}.admin-subtitle{color:#4a5568;font-size:1.1rem}.admin-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e2e8f0}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:linear-gradient(135deg,#f7fafc,#edf2f7);color:#2d3748;font-weight:600;padding:1rem 1.5rem;text-align:left;border-bottom:2px solid #e2e8f0;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.admin-table tr:hover{background-color:#f8fafc;transition:background-color .2s ease}.admin-table tr:last-child td{border-bottom:none}.customer-name{font-weight:600;color:#1a365d;font-size:.95rem;margin-bottom:.25rem}.customer-requirements{color:#64748b;font-size:.875rem;font-style:italic;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-email{color:#2563eb;font-weight:500;font-size:.9rem}.contact-phone{color:#64748b;font-size:.875rem}.status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 1px 2px rgba(0,0,0,.05)}.status-confirmed{background:rgba(30,144,255,.1);color:#1e90ff;border:1px solid rgba(30,144,255,.2)}.status-pending{background:rgba(255,218,31,.1);color:#ccb019;border:1px solid rgba(255,218,31,.2)}.status-paid{background:rgba(255,68,31,.1);color:#ff441f;border:1px solid rgba(255,68,31,.2)}.status-cancelled{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#991b1b;border:1px solid #fca5a5}.booking-amount{font-weight:700;color:#059669;font-size:1rem}.booking-date{color:#6b7280;font-size:.875rem;font-family:Monaco,Consolas,monospace}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);border:1px solid #e2e8f0;transition:all .3s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.05)}.stats-icon{font-size:2.5rem;margin-bottom:.5rem}.stats-label{color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stats-value{color:#1a365d;font-size:2rem;font-weight:700;line-height:1}.admin-button{background:#1e90ff;color:#fff;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease}.admin-button:hover{background:#1a75cc;transform:translateY(-2px)}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loading-spinner{border:4px solid rgba(30,144,255,.1);border-left-color:#1e90ff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.empty-icon{color:#ffda1f;margin-bottom:1rem}.empty-title{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-description{color:#64748b;font-size:1rem}@media (max-width:768px){.admin-table-container{border-radius:8px;margin:0 -1rem}.admin-table td,.admin-table th{padding:.75rem 1rem;font-size:.875rem}.customer-requirements{max-width:150px}.stats-grid{grid-template-columns:1fr;gap:1rem}.admin-title{font-size:1.75rem}}@media (max-width:480px){.admin-table td,.admin-table th{padding:.5rem .75rem;font-size:.8rem}.admin-title{font-size:1.5rem}.stats-value{font-size:1.75rem}}.payment-options{display:flex;gap:1rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-label input[type=radio]{margin:0;cursor:pointer}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem}#gift-card-code{text-transform:uppercase;letter-spacing:1px}#gift-card-code::placeholder{text-transform:none;letter-spacing:normal}.gift-card-page{min-height:100vh;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:2rem 0}.gift-card-container{max-width:1200px;margin:0 auto;padding:0 1rem}.gift-card-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:768px){.gift-card-grid{grid-template-columns:1.2fr 1fr;align-items:start}}.gift-card-preview{background:linear-gradient(135deg,#1e90ff,#1a75cc);color:#fff;padding:2rem;border-radius:1rem;position:relative;overflow:hidden}.gift-card-preview:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,218,31,.1) 50%,transparent);animation:shimmer 3s linear infinite}.gift-card-preview h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.gift-card-amount{font-size:2.5rem;font-weight:700;color:#4f46e5;margin:1.5rem 0;text-align:center}.gift-card-features{margin-top:2rem}.gift-card-features h4{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#4b5563;border-bottom:1px solid #e5e7eb}.feature-list li:last-child{border-bottom:none}.feature-list li i{color:#ff441f;font-size:1.1rem}.gift-card-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.gift-card-form h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.amount-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:.5rem;gap:.5rem;margin:1rem 0}.amount-option{border:2px solid rgba(30,144,255,.2);border-radius:.5rem;padding:.75rem;text-align:center;cursor:pointer;transition:all .2s}.amount-option:hover{border-color:#1e90ff}.amount-option.selected{border-color:#1e90ff;background:rgba(30,144,255,.1)}.gift-card-form input[type=email]{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;margin-top:.5rem;font-size:1rem}.gift-card-form input[type=email]:focus{border-color:#1e90ff;box-shadow:0 0 0 2px rgba(30,144,255,.2)}.gift-card-form button[type=submit]{background:#1e90ff;color:#fff;padding:1rem 2rem;border-radius:.75rem;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1.5rem}.gift-card-form button[type=submit]:hover{background:#1a75cc}.gift-card-form button[type=submit]:disabled{background:#718096}.security-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.security-info h4{font-size:1rem;font-weight:500;color:#4b5563;margin-bottom:.75rem}.security-badges{display:flex;gap:1rem;justify-content:center}.security-badge{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.security-badge i{color:#ff441f}@media (max-width:767px){body{font-size:16px;line-height:1.6}.hero{padding:80px 0 40px}.booking,.experience,.schedule,.story{padding:60px 0}p{margin-bottom:1rem}.cta-button{margin:1rem 0;display:block;text-align:center}ul li{margin-bottom:.5rem}*,img{max-width:100%}img{height:auto}.hero-title{text-align:center;font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{text-align:center;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.hero-note{text-align:center;margin-top:1rem}.section-title{text-align:center;font-size:1.8rem;line-height:1.3}.section-subtitle{text-align:center;font-size:1rem;line-height:1.5}.experience-card{padding:1.5rem}.experience-card,.experience-card h3,.experience-card p{text-align:center}.experience-card ul{text-align:left;display:inline-block}.experience-benefits,.experience-benefits h3{text-align:center}.benefits-grid{justify-items:center}.booking-content h2,.booking-subtitle,.schedule .section-subtitle,.schedule .section-title{text-align:center}.venue-group,.venue-group ul,.venues-list{text-align:left}.booking-form,.booking-form h3,.booking-form>p{text-align:center}.form-group,.form-group label{text-align:left}.security-badges{justify-content:center}.footer-content,.footer-section,.footer-section h3,.footer-section h4,.footer-section ul{text-align:center}.contact-item{justify-content:center}}@media (max-width:375px){.container{padding:0 3vw}.hero-title,.section-title{font-size:1.6rem}.hero-subtitle,.section-subtitle{font-size:.95rem}.experience-card{padding:1.25rem}.experience-card h3{font-size:1.1rem}.booking-form{padding:1rem}.booking-details{padding:1.25rem}.nav-logo h2{font-size:1.2rem}.cta-button{padding:.75rem 1.25rem;font-size:.95rem}.hero-features{margin-bottom:1.5rem}.feature{font-size:.85rem}.feature i{font-size:.9rem}.story-image-fallback,.story-image-fallback img,.story-video,.story-video-container{min-height:200px}.video-overlay{width:60px;height:60px}.video-play-icon{font-size:1.5rem}}@media (max-width:430px){.container{padding:0 4vw}.hero-title{font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.section-title{font-size:1.8rem;line-height:1.3}.section-subtitle{font-size:1rem;line-height:1.5}.story-intro{font-size:1rem}.story-text p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.story-highlight{font-size:1rem;padding:1rem}.experience-card{padding:1.5rem;margin-bottom:1.5rem}.experience-card h3{font-size:1.2rem;margin-bottom:1rem}.experience-card p{font-size:.9rem;line-height:1.5}.experience-card ul li{font-size:.85rem;margin-bottom:.5rem}.experience-benefits{padding:1.5rem}.experience-benefits h3{font-size:1.3rem;margin-bottom:1.5rem}.benefit{font-size:.9rem;gap:.5rem}.nav-logo h2{font-size:1.4rem}.hero-features{margin-bottom:2rem}.feature{font-size:.9rem}.feature i{font-size:1rem}.booking-form{padding:1.25rem}.booking-details,.booking-features{padding:1.5rem}.schedule .schedule-content{padding:1rem}.schedule .schedule-time{padding:.5rem .75rem;font-size:.75rem}}