body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App{min-height:100vh}.main-content{max-width:1200px;margin:0 auto;padding:32px 20px}h1{color:#ba160c;margin-bottom:24px}h2{color:#ba160c;margin-bottom:16px}.events-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.event-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #00000014}.event-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.event-card h3{color:#ba160c;margin-bottom:12px;font-size:1.2rem}.event-card p{color:#6b7280;margin-bottom:8px}.event-card .price{color:#059669;font-size:1.3rem;font-weight:700}.event-card .date{color:#2563eb}.event-card .booked-tag{color:#fff;background:#dc2626;border-radius:20px;margin-top:8px;padding:4px 12px;font-size:.8rem;display:inline-block}.btn{cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:1rem;font-weight:600;transition:opacity .2s}.btn:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#fff;background:#ff4f00}.btn-danger{color:#fff;background:#dc2626}.btn-secondary{color:#374151;background:#e5e7eb}.btn-success{color:#fff;background:#10b981}.form-group{margin-bottom:20px}.form-group label{color:#6b7280;margin-bottom:6px;font-size:.9rem;display:block}.form-group input,.form-group select,.form-group textarea{color:#1a1a1a;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 14px;font-size:1rem}.form-group input:focus,.form-group select:focus{border-color:#ba160c;outline:none}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:32px;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal h2{margin-bottom:20px}.modal-close{float:right;color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.booking-container{max-width:500px;margin:0 auto}.step-indicator{justify-content:center;gap:8px;margin-bottom:32px;display:flex}.step{color:#9ca3af;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.step.active{color:#fff;background:#60a5fa}.step.done{color:#fff;background:#10b981}.waiver-text{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;max-height:300px;margin-bottom:16px;padding:20px;font-size:.9rem;line-height:1.6;overflow-y:auto}.success-message{text-align:center;padding:40px}.success-message h2{color:#10b981}.admin-tabs{border-bottom:2px solid #e5e7eb;gap:8px;margin-bottom:24px;padding-bottom:8px;display:flex}.admin-tab{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px 6px 0 0;padding:8px 20px;font-size:1rem}.admin-tab.active{color:#ba160c;background:#fef3c7}.admin-list{list-style:none}.admin-list li{cursor:pointer;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.admin-list li:hover{background:#f9fafb}.rbc-calendar{background:#fff;border-radius:12px;padding:16px}.rbc-toolbar{margin-bottom:16px}.rbc-toolbar button{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:6px 12px}.rbc-toolbar button.rbc-active{color:#fff;background:#ba160c}.rbc-header{color:#ba160c;padding:8px}.rbc-day-bg{background:#fff}.rbc-off-range-bg{background:#f9fafb}.rbc-today{background:#fffbeb!important}.rbc-event{border-radius:4px;font-weight:600;color:#fff!important;background:#ba160c!important;border:none!important}.rbc-month-view,.rbc-time-view,.rbc-day-bg+.rbc-day-bg,.rbc-month-row+.rbc-month-row,.rbc-header+.rbc-header{border-color:#e5e7eb}.rbc-month-view{border:1px solid #e5e7eb}.detail-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:8px 0;display:flex}.detail-label{color:#6b7280}.detail-value{color:#1a1a1a;font-weight:500}.badge{border-radius:20px;padding:2px 10px;font-size:.8rem;font-weight:600;display:inline-block}.badge-public{color:#fff;background:#10b981}.badge-private{color:#fff;background:#6366f1}.badge-cancelled{color:#fff;background:#dc2626}.badge-active{color:#fff;background:#10b981}.private-booking-page{max-width:640px;margin:0 auto}.photo-collage{border-radius:12px;margin-bottom:24px;position:relative;overflow:hidden}@media (width>=768px){.photo-collage{max-width:60%;margin-left:auto;margin-right:auto}}.photo-arrow{color:#fff;cursor:pointer;z-index:20;background:#00000059;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.4rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(calc(-50% - 2px))}.photo-arrow.left{left:8px}.photo-arrow.right{right:8px}.photo-arrow:hover{background:#0000008c}.photo-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.photo-scroll::-webkit-scrollbar{display:none}.photo-slide{object-fit:contain;scroll-snap-align:start;min-width:100%;height:300px}.photo-dots{background:0 0;justify-content:center;gap:8px;padding:12px 0;display:flex;position:absolute;bottom:0;left:0;right:0}.photo-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0}.photo-dot.active{background:#fff}.included-section{background:#fef3c7;border-radius:12px;margin-bottom:24px;padding:20px 24px}.included-section h3{color:#92400e;margin-bottom:12px}.included-list{padding:0;list-style:none}.included-list li{color:#78350f;padding:6px 0;font-size:.95rem}.included-list li:before{content:"✓ ";color:#059669;font-weight:700}.reviews-section{margin-bottom:24px}.reviews-toggle{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;width:100%;padding:14px 16px;font-size:1rem;display:flex}.reviews-stars{color:#f59e0b;font-size:1.2rem}.reviews-avg{color:#1a1a1a;font-weight:600}.reviews-count{color:#9ca3af;font-size:.9rem}.reviews-chevron{color:#9ca3af;margin-left:auto}.reviews-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.review-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px}.review-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.review-header strong{color:#374151}.review-stars{color:#f59e0b}.review-card p{color:#6b7280;font-size:.9rem;line-height:1.5}.booking-section{margin-bottom:28px}.booking-section h3{color:#1a1a1a;margin-bottom:12px;font-size:1.1rem}.tent-options{gap:12px;display:flex}.tent-option{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;flex:1;align-items:center;gap:12px;padding:16px;transition:border-color .2s,background .2s;display:flex}.tent-option.selected{background:#fef2f2;border-color:#ba160c}.tent-option input[type=radio]{accent-color:#ba160c;width:18px;height:18px}.tent-option-content{flex-direction:column;gap:2px;display:flex}.tent-option-content strong{color:#1a1a1a;font-size:1rem}.tent-capacity{color:#6b7280;font-size:.85rem}.tent-price{color:#059669;font-size:1.1rem;font-weight:700}.duration-options{gap:12px;display:flex}.duration-option{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;flex:1;align-items:center;gap:12px;padding:16px;transition:border-color .2s,background .2s;display:flex}.duration-option.selected{background:#fef2f2;border-color:#ba160c}.duration-option input[type=radio]{accent-color:#ba160c;width:18px;height:18px}.duration-option-content{flex-direction:column;gap:2px;display:flex}.duration-option-content strong{color:#1a1a1a;font-size:1rem}.duration-description{color:#6b7280;font-size:.85rem}.duration-price-tag{color:#059669;font-size:1.1rem;font-weight:700}.pricing-total{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:14px 18px;display:flex}.pricing-total-label{color:#6b7280;font-size:.95rem;font-weight:600}.pricing-total-amount{color:#059669;font-size:1.4rem;font-weight:700}.calendar-picker{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cal-nav{cursor:pointer;color:#374151;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.cal-nav:hover{background:#f3f4f6}.cal-month{color:#1a1a1a;font-size:.9rem;font-weight:600}.cal-weekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;display:grid}.cal-weekday{text-align:center;color:#9ca3af;padding:4px;font-size:.72rem;font-weight:600}.cal-days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.cal-day{aspect-ratio:1;cursor:pointer;color:#374151;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:.78rem;font-weight:500;display:flex}.cal-day:hover:not(.disabled):not(.empty){background:#f3f4f6}.cal-day.selected{color:#fff;background:#ba160c}.cal-day.disabled{color:#d1d5db;cursor:not-allowed}.cal-day.empty{cursor:default}.time-slots{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.time-slots h4{color:#374151;margin-bottom:8px;font-size:.85rem}.time-slots-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;display:grid}.time-slot{cursor:pointer;color:#374151;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:.9rem;transition:border-color .2s,background .2s}.time-slot:hover:not(.booked){background:#f8c2c7;border-color:#ba160c}.time-slot.selected{color:#fff;background:#ba160c;border-color:#ba160c}.time-slot.booked{color:#d1d5db;cursor:not-allowed;background:#f3f4f6;text-decoration:line-through}.location-picker-with-map{flex-direction:column;gap:12px;display:flex}.gm-style .gm-ui-hover-effect{display:none!important}.gm-style .gm-ui-hover-effect span{width:18px!important;height:18px!important;line-height:18px!important}.gm-style-iw{margin:0!important;padding-top:0!important}.places-autocomplete-input{color:#1a1a1a;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 14px;font-size:1rem}.places-autocomplete-input:focus{border-color:#ba160c;outline:none}.pac-container{border:1px solid #e5e7eb;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 12px #0000001f;z-index:10000!important}.pac-item{cursor:pointer;padding:8px 12px}.pac-item:hover{background:#f9fafb}.location-map-container{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.location-list{border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:0;display:flex;overflow:hidden}.location-card{cursor:pointer;text-align:left;background:#fff;border:none;border-bottom:1px solid #e5e7eb;align-items:center;gap:6px;padding:6px 10px;transition:background .2s;display:flex}.location-card:last-child{border-bottom:none}.location-card:hover{background:#f3f4f6}.location-card.selected{background:#fef2f2}.location-pin{flex-shrink:0;font-size:1rem}.location-info{flex-direction:column;gap:0;display:flex}.location-info strong{color:#1a1a1a;font-size:.85rem}.location-info span{color:#9ca3af;font-size:.75rem}.booking-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:16px}.summary-row{color:#6b7280;justify-content:space-between;gap:12px;padding:8px 0;font-size:.95rem;display:flex}.summary-row span:first-child{flex-shrink:0;min-width:100px}.summary-row+.summary-row{border-top:1px solid #e5e7eb}.summary-row.total{color:#1a1a1a;font-size:1.1rem;font-weight:700}.summary-row.total span:last-child{color:#059669}.review-photos{gap:8px;margin-top:10px;display:flex;overflow-x:auto}.review-photo{object-fit:cover;border-radius:8px;flex-shrink:0;width:160px;height:160px}.star-rating-input{gap:4px;display:flex}.star-btn{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:0;font-size:2rem;line-height:1}.star-btn.filled{color:#f59e0b}.photo-previews{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.photo-preview{width:90px;height:90px;position:relative}.photo-preview img{object-fit:cover;border-radius:8px;width:100%;height:100%}.photo-remove{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}
