*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea,optgroup{font:inherit;color:inherit}:root{--bg: #FAFAFA;--surface: #FFFFFF;--border: #E5E7EB;--border-strong: #D1D5DB;--text: #111111;--text-muted: #6B7280;--text-subtle: #9CA3AF;--primary: #6366F1;--primary-hover: #4F46E5;--primary-light: #EEF2FF;--success: #10B981;--success-light: #ECFDF5;--error: #EF4444;--error-light: #FEF2F2;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07)}html{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-sm{max-width:520px;margin:0 auto;padding:0 24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.01em;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;padding:10px 20px;height:40px}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary-lg{background:var(--primary);color:#fff;padding:14px 28px;height:52px;font-size:15px;border-radius:var(--radius-lg);width:100%}.btn-primary-lg:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);padding:10px 20px;height:40px}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-ghost{background:transparent;color:var(--text-muted);padding:10px 16px;height:40px}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--bg)}.btn-sm{padding:6px 12px;height:30px;font-size:12.5px}.input{width:100%;height:44px;padding:0 12px;font-family:Inter,sans-serif;font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.input::placeholder{color:var(--text-subtle)}.label{display:block;font-size:13px;font-weight:500;color:var(--text);margin-bottom:6px}.field{display:flex;flex-direction:column;gap:6px}.option-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.option-card:hover,.option-card.selected{border-color:var(--primary);background:var(--primary-light)}.option-card.sold-out{opacity:.45;cursor:not-allowed;pointer-events:none}.slot-grid{display:flex;flex-wrap:wrap;gap:8px}.slot-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:78px;padding:10px 8px 9px;gap:2px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-family:inherit;transition:all .15s ease}.slot-chip:hover:not(.blocked){border-color:var(--primary);background:var(--primary-light)}.slot-chip.selected{border-color:var(--primary);background:var(--primary-light)}.slot-time{font-size:14px;font-weight:700;color:var(--text)}.slot-sub{font-size:10.5px;color:var(--text-muted)}.slot-chip.limited{border-color:#f59e0b;background:#fffbeb}.slot-chip.limited .slot-sub{color:#b45309;font-weight:600}.slot-chip.blocked{opacity:.55;cursor:not-allowed;background:#f3f4f6}.slot-chip.blocked .slot-time{color:var(--text-muted)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.badge-success{background:var(--success-light);color:var(--success)}.badge-primary{background:var(--primary-light);color:var(--primary)}.badge-error{background:var(--error-light);color:var(--error)}.divider{height:1px;background:var(--border);width:100%}.price{font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.02em}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .2s ease forwards}@media(prefers-reduced-motion:reduce){.fade-up{animation:none}}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.35}}.live-dot{animation:livePulse 1.6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.live-dot{animation:none}}.admin-input{height:38px;font-size:13px}select.admin-input,.admin-input{min-width:0}@media(max-width:640px){.admin-grid-4,.admin-grid-3{grid-template-columns:repeat(2,1fr)!important}.admin-grid-2{grid-template-columns:1fr!important}}.exp-card{display:block;width:100%;text-align:left;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.exp-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.exp-card.selected{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11f}.exp-carousel{position:relative;width:100%;aspect-ratio:2.2 / 1;overflow:hidden;background:#111}.exp-carousel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:44%;background:linear-gradient(to top,rgba(0,0,0,.38),transparent);pointer-events:none}.exp-carousel-track{display:flex;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1)}.exp-carousel-slide{height:100%;flex-shrink:0}.exp-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.exp-carousel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#38BDF8);color:#ffffffd9}.exp-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#1116;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.exp-carousel-btn:hover{background:#111111a6}.exp-carousel-prev{left:10px}.exp-carousel-next{right:10px}.exp-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.exp-carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;cursor:pointer;border:none;padding:0;transition:all .15s ease}.exp-carousel-dot.active{background:#fff;width:16px;border-radius:3px}.exp-carousel-badge{position:absolute;top:12px;left:12px;z-index:2}.exp-body{padding:18px 20px 20px}.exp-title-row{display:flex;align-items:center;gap:8px}.exp-title{font-size:17px;font-weight:700}.exp-tagline{font-size:13.5px;color:var(--text-muted);margin-top:4px;line-height:1.5}.exp-rating-row{display:flex;align-items:center;gap:8px;margin-top:9px}.exp-stars-wrap{position:relative;width:78px;height:14px;flex-shrink:0}.exp-stars-wrap.sm{width:56px;height:10px}.exp-stars-bg,.exp-stars-fg{position:absolute;top:0;left:0;display:flex;gap:2px;overflow:hidden;white-space:nowrap}.exp-stars-bg svg,.exp-stars-fg svg{width:14px;height:14px;flex-shrink:0}.exp-stars-wrap.sm svg{width:10px!important;height:10px!important}.exp-stars-bg svg{color:#e2e4e9}.exp-stars-fg svg{color:#f59e0b}.exp-rating-num{font-size:12.5px;font-weight:700;color:var(--text)}.exp-rating-count{font-size:12px;color:var(--text-muted);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-decoration-color:var(--border);font-family:inherit}.exp-rating-count:hover{color:var(--primary);text-decoration-color:var(--primary)}.exp-rating-toggle{display:flex;align-items:center;gap:8px;margin:9px 0 0 -6px;padding:4px 6px;border:none;background:none;border-radius:8px;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s ease}.exp-rating-toggle:hover,.exp-rating-toggle.expanded{background:var(--primary-light)}.exp-rating-toggle .exp-rating-count-text{font-size:12px;color:var(--text-muted)}.exp-rating-toggle:hover .exp-rating-count-text,.exp-rating-toggle.expanded .exp-rating-count-text{color:var(--primary)}.exp-rating-toggle .exp-chev{width:12px;height:12px;color:var(--text-muted);transition:transform .15s ease;flex-shrink:0}.exp-rating-toggle:hover .exp-chev,.exp-rating-toggle.expanded .exp-chev{color:var(--primary)}.exp-rating-toggle.expanded .exp-chev{transform:rotate(180deg)}.exp-reviews-panel{margin-top:10px;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:13px 15px}.exp-review-item{display:flex;gap:10px}.exp-review-item+.exp-review-item{margin-top:11px;padding-top:11px;border-top:1px solid var(--border)}.exp-review-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exp-review-body{flex:1;min-width:0}.exp-review-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.exp-review-name{font-size:12px;font-weight:700}.exp-review-date{font-size:10.5px;color:var(--text-muted)}.exp-review-quote{font-size:12.5px;color:var(--text);line-height:1.5;margin-top:2px}.exp-highlights-row{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.exp-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text);background:var(--bg);border:1px solid var(--border);padding:6px 11px;border-radius:999px}.exp-chip svg{width:14px;height:14px;color:var(--primary);flex-shrink:0}button.exp-chip{cursor:pointer;font-family:inherit}button.exp-chip.expanded{background:var(--primary-light);border-color:#c7d2fe;color:var(--primary)}button.exp-chip.expanded svg:first-child{color:var(--primary)}.exp-chip .exp-chev{width:12px;height:12px;transition:transform .15s ease;color:var(--text-muted)}button.exp-chip.expanded .exp-chev{transform:rotate(180deg);color:var(--primary)}.exp-included-panel{margin-top:11px;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:13px 15px;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.exp-included-item{display:flex;align-items:flex-start;gap:7px;font-size:12.5px;color:var(--text);line-height:1.4}.exp-included-item svg{width:14px;height:14px;color:var(--success);margin-top:1px;flex-shrink:0}.exp-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid var(--border);gap:12px;flex-wrap:wrap}.exp-meta{display:flex;gap:14px;flex-wrap:wrap}.exp-meta span{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.exp-meta svg{width:14px;height:14px;flex-shrink:0}.exp-price-cta{display:flex;align-items:center;gap:14px;margin-left:auto}.exp-price-cta .price{font-size:19px}@media(max-width:640px){.exp-included-panel{grid-template-columns:1fr}.exp-body{padding:15px 16px 16px}}@media print{body *{visibility:hidden}.qr-print-area,.qr-print-area *{visibility:visible}.qr-print-area{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;max-height:none!important;box-shadow:none!important;border:none!important}.qr-print-hide{display:none!important}}
