.mkt-header{position:sticky;top:0;z-index:100;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}.mkt-header.scrolled{background:#0a0a0ff7;border-bottom-color:var(--border)}.mkt-header-inner{display:flex;align-items:center;gap:1.5rem;height:64px}.mkt-logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.mkt-logo-icon{width:36px;height:36px;background:var(--purple);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;color:#fff;box-shadow:0 0 16px #7c3aed66}.mkt-logo-text{display:flex;flex-direction:column;line-height:1.1}.mkt-logo-name{font-size:1rem;font-weight:800;color:var(--text-primary)}.mkt-logo-tagline{font-size:.65rem;color:var(--text-muted);font-weight:500}.mkt-logo-img{height:52px;width:auto;max-width:200px;object-fit:contain}.mkt-nav{display:flex;align-items:center;gap:.25rem;margin-left:1rem}.mkt-nav-link,.mkt-nav-btn{padding:.45rem .85rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:var(--transition);display:flex;align-items:center;gap:.3rem}.mkt-nav-link:hover,.mkt-nav-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.mkt-dropdown{position:relative}.mkt-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem;min-width:180px;box-shadow:var(--shadow-card);z-index:200}.mkt-dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;color:var(--text-secondary);transition:var(--transition)}.mkt-dropdown-item:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.mkt-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition)}.mkt-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-cart-btn{position:relative}.mkt-cart-badge{position:absolute;top:2px;right:2px;background:var(--purple);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mkt-user-btn{display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem .3rem .3rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);transition:var(--transition)}.mkt-user-btn:hover{border-color:var(--purple)}.mkt-avatar{width:28px;height:28px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.mkt-user-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.mkt-login-btn{padding:.45rem 1rem;font-size:.85rem}.mkt-search-bar{border-top:1px solid var(--border);background:var(--bg-surface);padding:.75rem 0}.mkt-search-form{display:flex;align-items:center;gap:.75rem}.mkt-search-icon{color:var(--text-muted);flex-shrink:0}.mkt-search-input{flex:1;background:none;border:none;outline:none;font-size:1rem;color:var(--text-primary);font-family:inherit}.mkt-search-input::placeholder{color:var(--text-muted)}.mkt-mobile-toggle{display:none}.mkt-mobile-menu{display:none;border-top:1px solid var(--border);background:var(--bg-surface)}.mkt-mobile-inner{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.mkt-mobile-link{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--text-secondary);transition:var(--transition);display:block}.mkt-mobile-link:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-mobile-divider{height:1px;background:var(--border);margin:.5rem 0}.mkt-mobile-logout{color:var(--red);width:100%;text-align:left}@media (max-width: 900px){.mkt-nav{display:none}.mkt-mobile-toggle{display:flex}.mkt-mobile-menu{display:block}.mkt-login-btn,.mkt-user-name{display:none}}.mkt-footer{background:var(--bg-surface);border-top:1px solid var(--border);margin-top:auto}.mkt-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:3rem 1.5rem}.mkt-footer-brand p{font-size:.88rem;color:var(--text-muted);margin-top:.75rem;line-height:1.7;max-width:280px}.mkt-footer-logo{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;color:var(--text-primary)}.mkt-footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.mkt-footer-social a{width:36px;height:36px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem;transition:var(--transition)}.mkt-footer-social a:hover{border-color:var(--purple);color:var(--purple-light)}.mkt-footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.mkt-footer-col a{display:block;font-size:.88rem;color:var(--text-secondary);padding:.3rem 0;transition:var(--transition)}.mkt-footer-col a:hover{color:var(--purple-light)}.mkt-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--text-muted)}.mkt-footer-links{display:flex;gap:1.5rem}.mkt-footer-links a{color:var(--text-muted);transition:var(--transition)}.mkt-footer-links a:hover{color:var(--text-secondary)}@media (max-width: 900px){.mkt-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.mkt-footer-brand{grid-column:1 / -1}}@media (max-width: 500px){.mkt-footer-inner{grid-template-columns:1fr}.mkt-footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}.mkt-footer-disclaimer{background:#00000040;border-top:1px solid rgba(255,255,255,.06);padding:.75rem 2rem;text-align:center;font-size:.72rem;color:#ffffff59;line-height:1.5}.mkt-footer-intermediadora{font-size:.7rem;color:#ffffff40!important;text-decoration:none;border-left:1px solid rgba(255,255,255,.1);padding-left:.75rem}.mkt-footer-intermediadora:hover{color:#ffffff80!important}.ev-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.ev-card:hover{transform:translateY(-4px);border-color:#7c3aed59;box-shadow:0 12px 40px #00000080,0 0 0 1px #7c3aed26}.ev-card-link{display:block;height:100%}.ev-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden}.ev-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ev-card:hover .ev-card-thumb img{transform:scale(1.05)}.ev-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%)}.ev-card-featured{position:absolute;top:.75rem;right:.75rem;background:#eab308e6;color:#000;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px}.ev-card-badge{position:absolute;bottom:.75rem;left:.75rem}.ev-card-body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.ev-card-title{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ev-card-meta{display:flex;flex-wrap:wrap;gap:.5rem}.ev-card-meta-item{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-muted)}.ev-card-company{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted)}.ev-card-company-dot{width:6px;height:6px;background:var(--purple);border-radius:50%;flex-shrink:0}.ev-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--border)}.ev-card-price{display:flex;flex-direction:column;line-height:1.2}.ev-card-price span{font-size:.7rem;color:var(--text-muted)}.ev-card-price strong{font-size:1rem;font-weight:800;color:var(--purple-light)}.ev-card-cta{font-size:.8rem;font-weight:600;color:var(--purple-light);transition:var(--transition)}.ev-card:hover .ev-card-cta{color:var(--purple-light);letter-spacing:.02em}.ev-card--large .ev-card-thumb{aspect-ratio:4/3}.ev-card--large .ev-card-title{font-size:1.05rem}.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.hero-bg.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0fd9,#0a0a0f99 60%,#0a0a0f66)}.hero-content{position:relative;z-index:1;padding:5rem 1.5rem 4rem;max-width:760px}.hero-badge{margin-bottom:1.25rem}.hero-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.15;color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.05rem;color:#ffffffbf;margin-bottom:2rem;max-width:560px;line-height:1.7}.hero-search{display:flex;align-items:center;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-xl);padding:.5rem;gap:0;max-width:680px}.hero-search-field{display:flex;align-items:center;gap:.6rem;flex:1;padding:.5rem 1rem}.hero-search-field-icon{color:#ffffff80;flex-shrink:0}.hero-search-field input{background:none;border:none;outline:none;font-size:.95rem;color:#fff;font-family:inherit;width:100%}.hero-search-field input::placeholder{color:#ffffff73}.hero-search-divider{width:1px;height:28px;background:#ffffff26;flex-shrink:0}.hero-search-btn{border-radius:var(--radius-lg);padding:.7rem 1.5rem;flex-shrink:0}.hero-dots{display:flex;gap:.5rem;margin-top:2rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:var(--transition)}.hero-dot.active{background:var(--purple);width:24px;border-radius:4px}.stats-bar{background:var(--bg-surface);border-bottom:1px solid var(--border);padding:1.25rem 0}.stats-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.1rem}.stat-item strong{font-size:1.4rem;font-weight:900;color:var(--purple-light)}.stat-item span{font-size:.78rem;color:var(--text-muted)}.stat-divider{width:1px;height:36px;background:var(--border)}.home-section{padding:3rem 0}.home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.see-all-link{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;color:var(--purple-light);transition:var(--transition)}.see-all-link:hover{gap:.5rem}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.cat-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer}.cat-card:hover{border-color:var(--cat-color, var(--purple));background:var(--bg-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.cat-emoji{font-size:2rem}.cat-label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.event-row-wrapper{position:relative;padding:0 1rem}.event-row{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 2.5rem;scrollbar-width:none}.event-row::-webkit-scrollbar{display:none}.event-row-item{flex:0 0 280px;scroll-snap-align:start}.row-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.1rem;transition:var(--transition);box-shadow:var(--shadow-card)}.row-arrow:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.row-arrow-left{left:0}.row-arrow-right{right:0}.ev-card-skeleton{flex:0 0 280px;height:320px;border-radius:var(--radius-lg)}.partner-banner{background:linear-gradient(135deg,var(--purple-dark) 0%,#1a0a3a 100%);border-top:1px solid rgba(124,58,237,.3);border-bottom:1px solid rgba(124,58,237,.3);padding:3.5rem 0;margin:2rem 0}.partner-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.partner-text h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.partner-text p{color:#ffffffb3;max-width:520px;font-size:.95rem}.partner-btn{padding:.85rem 2rem;font-size:1rem;flex-shrink:0}@media (max-width: 1100px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero{min-height:480px}.hero-search{flex-direction:column;border-radius:var(--radius-lg)}.hero-search-divider{width:100%;height:1px}.hero-search-field{width:100%}.cat-grid{grid-template-columns:repeat(3,1fr)}.stats-inner{gap:1rem}.stat-divider{display:none}.partner-inner{flex-direction:column;text-align:center}}@media (max-width: 480px){.cat-grid{grid-template-columns:repeat(2,1fr)}.event-row-item{flex:0 0 240px}}.tenant-hero{position:relative;min-height:480px;display:flex;align-items:center;background-size:cover;background-position:center}.tenant-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000008c,#00000059)}.tenant-hero-content{position:relative;z-index:1;padding:4rem 1.5rem;text-align:center}.tenant-hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.82rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.25rem}.tenant-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}.tenant-hero-desc{font-size:1.05rem;color:#ffffffd9;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.tenant-hero-search{display:flex;align-items:center;background:#fff;border-radius:12px;overflow:hidden;max-width:640px;margin:0 auto;box-shadow:0 8px 32px #00000040}.tenant-search-field{display:flex;align-items:center;gap:.5rem;flex:1;padding:0 1rem;color:#666}.tenant-search-field input{border:none;outline:none;font-size:.9rem;color:#333;width:100%;padding:1rem 0;background:transparent}.tenant-search-divider{width:1px;height:28px;background:#e5e7eb;flex-shrink:0}.tenant-search-btn{border:none;color:#fff;font-weight:700;font-size:.9rem;padding:1rem 1.5rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}.tenant-search-btn:hover{opacity:.9}.tenant-footer{background:#1a1a2e;color:#fffc;padding:3rem 0 0;margin-top:4rem}.tenant-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.tenant-footer-brand p{font-size:.88rem;color:#ffffff8c;margin-top:.75rem;line-height:1.6;max-width:320px}.tenant-footer-name{font-size:1.4rem;font-weight:800;color:#fff}.tenant-footer-contact h4,.tenant-footer-links h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:1rem}.tenant-footer-contact p{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:.5rem}.tenant-footer-whatsapp{display:inline-block;margin-top:.75rem;background:#25d366;color:#fff;font-size:.82rem;font-weight:600;padding:.4rem .9rem;border-radius:6px;text-decoration:none}.tenant-footer-links{display:flex;flex-direction:column;gap:.5rem}.tenant-footer-links a{font-size:.85rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.tenant-footer-links a:hover{color:#fff}.tenant-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.78rem;color:#ffffff59}.tenant-footer-powered a{color:#ffffff80;text-decoration:none}.tenant-footer-powered a:hover{color:#fff}.mkt-header-tenant{border-bottom:2px solid var(--purple)}.mkt-nav-whatsapp{color:#25d366!important;font-weight:600}@media (max-width: 768px){.tenant-hero-search{flex-direction:column;border-radius:12px}.tenant-search-divider{width:100%;height:1px}.tenant-footer-inner{grid-template-columns:1fr;gap:1.5rem}.tenant-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.tenant-gallery-section{padding:3rem 0;background:var(--bg-surface)}.tenant-section-title{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}.tenant-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.tenant-gallery-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;cursor:pointer;background:var(--bg-card)}.tenant-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.tenant-gallery-item:hover img{transform:scale(1.05)}.tenant-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;align-items:flex-end;padding:.75rem;opacity:0;transition:opacity .2s}.tenant-gallery-item:hover .tenant-gallery-overlay{opacity:1}.tenant-gallery-overlay span{color:#fff;font-size:.82rem;font-weight:600}.tenant-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;padding:1rem}.tenant-gallery-modal img{max-width:90vw;max-height:80vh;border-radius:var(--radius-md)}.tenant-gallery-modal p{color:#fff;margin-top:.75rem;font-size:.9rem}.tenant-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff26;border:none;color:#fff;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.tenant-reviews-section{padding:3rem 0}.tenant-reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.tenant-avg{display:flex;align-items:center;gap:.5rem}.tenant-avg-score{font-size:2rem;font-weight:900;color:var(--orange)}.tenant-avg-stars{font-size:1.2rem;color:#f59e0b}.tenant-avg-label{font-size:.82rem;color:var(--text-muted)}.tenant-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.tenant-review-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.tenant-review-top{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.tenant-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tenant-review-top strong{font-size:.9rem;color:var(--text-primary);display:block}.tenant-verified{font-size:.72rem;color:var(--green);display:block;margin-top:2px}.tenant-review-stars{color:#f59e0b;font-size:.85rem;margin-top:2px}.tenant-review-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}@media (max-width: 600px){.tenant-gallery-grid{grid-template-columns:repeat(2,1fr)}.tenant-reviews-grid{grid-template-columns:1fr}}.ep2-page{min-height:100vh;background:#0a0a0f}.ep2-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:2.5rem 0 1.5rem;border-bottom:1px solid rgba(108,71,255,.15)}.ep2-title{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:.25rem}.ep2-sub{color:#94a3b8;font-size:.9rem}.ep2-filter-bar{background:#0f0f1a;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:64px;z-index:100;padding:.75rem 0}.ep2-filter-inner{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ep2-cat-chips{display:flex;gap:.4rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.ep2-cat-chips::-webkit-scrollbar{display:none}.ep2-cat-chip{display:flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;white-space:nowrap;transition:all .2s}.ep2-cat-chip:hover{border-color:#6c47ff80;color:#e2e8f0}.ep2-cat-chip.active{background:#6c47ff33;border-color:#6c47ff;color:#a78bfa}.ep2-filter-sep{width:1px;height:24px;background:#ffffff1a;flex-shrink:0;margin:0 .25rem}.ep2-filter-btn-wrap{position:relative}.ep2-filter-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;font-size:.82rem;font-weight:500;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;white-space:nowrap;transition:all .2s;max-width:180px;overflow:hidden;text-overflow:ellipsis}.ep2-filter-btn:hover{border-color:#6c47ff66;color:#e2e8f0}.ep2-filter-btn.has-value{border-color:#6c47ff;color:#a78bfa;background:#6c47ff1a}.ep2-filter-clear{display:flex;align-items:center;margin-left:.25rem;opacity:.6;transition:opacity .2s}.ep2-filter-clear:hover{opacity:1}.ep2-filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#1a1a2e;border:1px solid rgba(108,71,255,.3);border-radius:12px;padding:.75rem;min-width:260px;box-shadow:0 8px 32px #0006;display:flex;gap:.5rem;z-index:200}.ep2-filter-dropdown input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem .75rem;color:#e2e8f0;font-size:.88rem}.ep2-filter-dropdown input:focus{outline:none;border-color:#6c47ff}.ep2-filter-dropdown input::placeholder{color:#64748b}.ep2-apply-btn{background:#6c47ff;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.ep2-apply-btn:hover{background:#7c5cff}.ep2-clear-all{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;cursor:pointer;transition:all .2s;white-space:nowrap}.ep2-clear-all:hover{background:#ef444433}.ep2-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.ep2-content{padding:2rem 1.5rem 5rem}.ep2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.ep2-skeleton{height:320px;border-radius:12px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.ep2-empty{text-align:center;padding:5rem 2rem;color:#64748b}.ep2-empty span{font-size:3rem;display:block;margin-bottom:1rem}.ep2-empty h3{font-size:1.2rem;color:#94a3b8;margin-bottom:.5rem}.ep2-empty p{font-size:.9rem}.ep2-empty button{color:#a78bfa;text-decoration:underline;background:none;border:none;cursor:pointer}.ep2-load-more{text-align:center;margin-top:2.5rem}@media (max-width: 768px){.ep2-title{font-size:1.4rem}.ep2-filter-sep{display:none}.ep2-filter-inner{gap:.35rem}.ep2-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}.ep-loading,.ep-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}.ep-error h2{font-size:1.5rem;color:var(--text-primary)}.ep-hero{min-height:420px;background-size:cover;background-position:center;position:relative}.ep-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0f4d,#0a0a0fd9);display:flex;align-items:flex-end;padding-bottom:3rem}.ep-hero-inner{width:100%}.ep-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#fff9;margin-bottom:1rem}.ep-breadcrumb a{color:#ffffffb3}.ep-breadcrumb a:hover{color:#fff}.ep-breadcrumb span{color:#fff6}.ep-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#7c3aed4d;border:1px solid rgba(124,58,237,.5);color:var(--purple-light);border-radius:999px;padding:.3rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.ep-dot{width:6px;height:6px;background:var(--green);border-radius:50%;display:inline-block}.ep-hero-title{font-size:2.2rem;font-weight:900;line-height:1.2;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.ep-hero-location{display:flex;align-items:center;gap:.4rem;color:#ffffffbf;font-size:.95rem;margin-bottom:.5rem}.ep-hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.ep-hero-tags span{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.3rem .9rem;font-size:.82rem;color:#ffffffd9}.ep-container{padding-top:2.5rem;padding-bottom:4rem}.ep-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.ep-section{margin-bottom:2.5rem}.ep-section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.ep-description{color:var(--text-secondary);line-height:1.8}.ep-toggle-desc{display:inline-flex;align-items:center;gap:.3rem;color:var(--purple-light);font-size:.9rem;margin-top:.75rem}.ep-gallery{display:flex;flex-direction:column;gap:.75rem}.ep-gallery-main{border-radius:var(--radius-lg);overflow:hidden;max-height:400px}.ep-gallery-main img{width:100%;height:100%;object-fit:cover}.ep-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.ep-gallery-thumb{width:80px;height:60px;border-radius:var(--radius-sm);background-size:cover;background-position:center;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.ep-gallery-thumb.active{border-color:var(--purple)}.ep-gallery-thumb:hover{border-color:var(--purple-light)}.ep-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ep-info-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.3rem}.ep-info-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.ep-info-value{font-size:.95rem;font-weight:600;color:var(--text-primary)}.ep-metadata{display:flex;flex-direction:column;gap:.5rem}.ep-meta-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.ep-meta-icon{width:22px;height:22px;background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.ep-dates-list{display:flex;flex-direction:column;gap:.5rem}.ep-date-btn{display:grid;grid-template-columns:50px 1fr auto auto auto;align-items:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;text-align:left;transition:var(--transition);width:100%}.ep-date-btn:hover{border-color:var(--purple);background:var(--bg-hover)}.ep-date-label{font-size:.8rem;font-weight:700;color:var(--purple-light);text-align:center;background:#7c3aed26;border-radius:var(--radius-sm);padding:.3rem}.ep-date-full{font-size:.85rem;color:var(--text-primary);font-weight:500}.ep-date-time{font-size:.78rem;color:var(--text-muted)}.ep-date-price{font-size:.9rem;font-weight:700;color:var(--orange);white-space:nowrap}.ep-date-arrow{color:var(--text-muted);font-size:1rem}.ep-dates-mobile{display:none}.ep-sidebar{position:sticky;top:80px}.ep-buy-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1rem}.ep-buy-header{text-align:center;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.ep-buy-from{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.ep-buy-price{display:block;font-size:2rem;font-weight:900;color:var(--orange)}.ep-buy-per{display:block;font-size:.8rem;color:var(--text-muted)}.ep-buy-section{margin-bottom:1.25rem}.ep-buy-label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.ep-buy-trust{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);justify-content:center;margin-top:1rem}.ep-share{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.ep-share p{font-size:.85rem;color:var(--text-muted)}.ep-share-wa{display:inline-flex;align-items:center;gap:.4rem;background:#25d366;color:#fff;border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:var(--transition)}.ep-share-wa:hover{background:#1ebe5d}@media (max-width: 900px){.ep-layout{grid-template-columns:1fr}.ep-sidebar{position:static}.ep-dates-mobile{display:block}.ep-buy-card .ep-buy-section{display:none}.ep-hero-title{font-size:1.6rem}}.ep-comments-section{margin-top:2rem}.ep-comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ep-comments-count{font-size:.85rem;color:var(--text-muted);font-weight:400;margin-left:.5rem}.ep-avg-rating{display:flex;align-items:center;gap:.5rem}.ep-avg-score{font-size:1.5rem;font-weight:800;color:var(--orange)}.ep-stars{display:flex;gap:2px}.ep-stars .star-filled{color:#f59e0b;fill:#f59e0b}.ep-stars .star-empty{color:#d1d5db}.ep-stars-sm{margin-top:2px}.ep-comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ep-comment{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.ep-comment-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.6rem}.ep-comment-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-comment-meta{display:flex;flex-direction:column;gap:2px}.ep-comment-meta strong{font-size:.88rem;color:var(--text-primary)}.ep-verified{font-size:.72rem;color:var(--green);font-weight:500}.ep-comment-text{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin:0}.ep-no-comments{font-size:.88rem;color:var(--text-muted);margin-bottom:1.5rem}.ep-comment-form-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1rem}.ep-comment-form-wrap h3{font-size:.95rem;font-weight:700;margin-bottom:1rem}.ep-star-select{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ep-star-select label{font-size:.82rem;color:var(--text-secondary)}.ep-stars-input{display:flex;gap:4px}.ep-star-btn{background:none;border:none;cursor:pointer;color:#d1d5db;padding:0;transition:color .15s}.ep-star-btn.active{color:#f59e0b}.ep-star-btn.active svg{fill:#f59e0b}.ep-comment-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.ep-comment-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.ep-comment-field label{font-size:.78rem;font-weight:600;color:var(--text-secondary)}.ep-comment-field input,.ep-comment-field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.6rem .85rem;color:var(--text-primary);font-size:.88rem;resize:vertical}.ep-comment-field input:focus,.ep-comment-field textarea:focus{outline:none;border-color:var(--purple)}.ep-comment-error{color:var(--red);font-size:.8rem;margin-bottom:.5rem}.ep-comment-submit{display:flex;align-items:center;gap:.5rem;background:var(--purple);color:#fff;border:none;border-radius:var(--radius-md);padding:.7rem 1.5rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition)}.ep-comment-submit:hover:not(:disabled){background:var(--purple-light)}.ep-comment-submit:disabled{opacity:.6;cursor:not-allowed}.ep-comment-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-md);padding:1rem;color:var(--green);font-size:.88rem}@media (max-width: 600px){.ep-comment-fields{grid-template-columns:1fr}}.ep-slideshow-outer{overflow:hidden;padding:1.5rem 0;background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ep-slideshow-track{display:flex;gap:1rem;animation:slide 30s linear infinite;width:max-content}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.ep-slideshow-item{width:200px;height:130px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.ep-slideshow-item img{width:100%;height:100%;object-fit:cover}.ep-departure-list{display:flex;flex-direction:column;gap:.5rem}.ep-departure-item{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;cursor:pointer;transition:var(--transition)}.ep-departure-item:hover{border-color:var(--purple)}.ep-departure-item.active{border-color:var(--purple);background:#7c3aed14}.ep-departure-radio{flex-shrink:0}.ep-radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--border-hover);transition:var(--transition);position:relative}.ep-radio-dot.active{border-color:var(--purple);background:var(--purple);box-shadow:0 0 0 3px #7c3aed33}.ep-radio-dot.active:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#fff;border-radius:50%}.ep-departure-info{flex:1}.ep-departure-name{font-weight:600;font-size:.95rem;margin-bottom:.3rem}.ep-departure-details{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.ep-departure-details span{display:flex;align-items:center;gap:.25rem}.ep-departure-price{font-weight:700;color:var(--orange);font-size:.9rem;white-space:nowrap}.ep-loading-small,.ep-no-points{color:var(--text-muted);font-size:.9rem;padding:1rem;text-align:center}.edp-date-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;color:var(--text-secondary)}.edp-date-box div{display:flex;align-items:center;gap:.4rem}.edp-selected-dep{background:#7c3aed14;border:1px solid rgba(124,58,237,.2);border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--text-secondary)}.edp-selected-dep strong{color:var(--text-primary)}.edp-qty-ctrl{display:flex;align-items:center;gap:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;width:fit-content}.edp-qty-ctrl button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.edp-qty-ctrl button:hover{background:var(--bg-hover);color:var(--text-primary)}.edp-qty-ctrl span{min-width:40px;text-align:center;font-weight:700;font-size:1rem;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 .5rem;line-height:40px}.edp-qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-secondary)}.edp-total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--border);margin-bottom:1rem;font-size:.9rem;color:var(--text-secondary)}.edp-total-row strong{font-size:1.3rem;color:var(--orange)}.edp-btn-buy{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.9rem;font-size:1rem;font-weight:700;transition:var(--transition);margin-bottom:.5rem}.edp-btn-buy:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.edp-btn-cart{width:100%;background:transparent;color:var(--text-secondary);border:1px solid var(--border-hover);border-radius:var(--radius-md);padding:.75rem;font-size:.9rem;font-weight:600;transition:var(--transition);margin-bottom:1rem}.edp-btn-cart:hover{border-color:var(--purple);color:var(--purple-light)}.edp-btn-cart:disabled{opacity:.7}.ep-ticket-types{display:flex;flex-direction:column;gap:.5rem}.ep-ticket-type{display:flex;align-items:center;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem 1.25rem;cursor:pointer;transition:all .2s}.ep-ticket-type:hover{border-color:#6c47ff66;background:#6c47ff0d}.ep-ticket-type.active{border-color:var(--purple);background:#6c47ff1a}.ep-ticket-type-radio{flex-shrink:0}.ep-ticket-type-info{flex:1}.ep-ticket-type-name{font-size:.95rem;font-weight:700;color:#e2e8f0}.ep-ticket-type-desc{font-size:.78rem;color:#94a3b8;margin-top:.15rem}.ep-ticket-type-batch{font-size:.75rem;color:#a78bfa;margin-top:.2rem}.ep-ticket-type-price{font-size:1.1rem;font-weight:800;color:var(--orange);white-space:nowrap}.cp-loading,.cp-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}.cp-hero{min-height:320px;background:linear-gradient(135deg,var(--bg-surface) 0%,#1a1030 100%);background-size:cover;background-position:center;position:relative}.cp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0f66,#0a0a0fd9);display:flex;align-items:flex-end;padding-bottom:2.5rem}.cp-hero-inner{width:100%}.cp-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff80;margin-bottom:1rem}.cp-breadcrumb a{color:#ffffffb3}.cp-breadcrumb a:hover{color:#fff}.cp-logo-wrap{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;border:3px solid rgba(255,255,255,.15);margin-bottom:1rem;background:var(--bg-card)}.cp-logo{width:100%;height:100%;object-fit:contain}.cp-name{font-size:2rem;font-weight:900;margin-bottom:.5rem}.cp-location{display:flex;align-items:center;gap:.4rem;color:#ffffffb3;font-size:.9rem}.cp-container{padding:2.5rem 1.5rem 4rem}.cp-layout{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start}.cp-section{margin-bottom:2.5rem}.cp-section h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cp-description{color:var(--text-secondary);line-height:1.8}.cp-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.cp-empty{text-align:center;padding:3rem;color:var(--text-muted)}.cp-empty span{font-size:2.5rem;display:block;margin-bottom:.75rem}.cp-sidebar{position:sticky;top:80px}.cp-info-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.cp-info-card h3{font-size:.95rem;font-weight:700;margin-bottom:1rem}.cp-info-row{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border);transition:var(--transition)}.cp-info-row:last-child{border-bottom:none}a.cp-info-row{color:var(--purple-light)}a.cp-info-row:hover{color:var(--purple-light);text-decoration:underline}@media (max-width: 900px){.cp-layout{grid-template-columns:1fr}.cp-sidebar{position:static}}.companies-page{min-height:100vh;background:#0a0a0f}.companies-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:4rem 0 3rem;border-bottom:1px solid rgba(108,71,255,.2)}.companies-hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem}.companies-hero p{color:#94a3b8;font-size:1rem}.companies-container{padding:3rem 1.5rem 5rem}.companies-loading,.companies-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#94a3b8;gap:1rem}.companies-empty span{font-size:3rem}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.company-card{display:flex;align-items:center;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s}.company-card:hover{border-color:#6c47ff66;background:#6c47ff0f;transform:translateY(-2px)}.company-card-logo{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#6c47ff26}.company-card-logo img{width:100%;height:100%;object-fit:cover}.company-card-initial{width:100%;height:100%;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#a78bfa}.company-card-info{flex:1;min-width:0}.company-card-info h3{font-size:.95rem;font-weight:700;color:#e2e8f0;margin-bottom:.25rem}.company-card-desc{font-size:.78rem;color:#94a3b8;line-height:1.4;margin-bottom:.5rem}.company-card-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.72rem;color:#64748b}.company-card-meta span{display:flex;align-items:center;gap:.25rem}.company-card-arrow{color:#6c47ff;font-size:1.2rem;flex-shrink:0}.cart-page{min-height:100vh;display:flex;flex-direction:column}.cart-empty-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.cart-empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-empty-icon{color:var(--text-muted)}.cart-empty h2{font-size:1.5rem}.cart-empty p{color:var(--text-secondary)}.cart-container{padding:2rem 1.5rem 4rem;flex:1}.cart-top{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cart-top h1{font-size:1.5rem;font-weight:800;flex:1}.cart-back{font-size:.85rem}.cart-clear{font-size:.82rem;color:var(--red);background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:999px;padding:.3rem .75rem;transition:var(--transition)}.cart-clear:hover{background:#ef444433}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;align-items:center}.cart-item-img{width:90px;height:70px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-img-placeholder{width:100%;height:100%;background:var(--bg-card);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-date,.cart-item-dep{font-size:.8rem;color:var(--text-muted);margin-bottom:.2rem}.cart-item-type{font-size:.8rem;color:var(--purple-light);margin-bottom:.2rem;font-weight:600}.cart-item-unit{font-size:.82rem;color:var(--text-secondary);margin-top:.3rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart-qty{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.cart-qty button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.cart-qty button:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.cart-qty button:disabled{opacity:.3}.cart-qty span{min-width:32px;text-align:center;font-weight:700;font-size:.9rem;border-left:1px solid var(--border);border-right:1px solid var(--border)}.cart-item-total{font-size:1rem;font-weight:700;color:var(--orange)}.cart-remove{color:var(--text-muted);transition:var(--transition);padding:.25rem}.cart-remove:hover{color:var(--red)}.cart-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.cart-summary h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem}.cart-summary-muted{color:var(--text-muted);font-size:.82rem}.cart-summary-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.95rem;color:var(--text-secondary)}.cart-summary-total strong{font-size:1.4rem;color:var(--orange)}.cart-btn-checkout{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.9rem;font-size:1rem;font-weight:700;transition:var(--transition);margin-bottom:1.25rem}.cart-btn-checkout:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.cart-payment-methods{margin-bottom:1rem}.cart-payment-methods p{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.cart-pm-badges{display:flex;gap:.5rem}.cart-pm-badges span{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .6rem;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.cart-security{font-size:.8rem;color:var(--text-muted);text-align:center}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 600px){.cart-item{flex-wrap:wrap}.cart-item-img{width:60px;height:50px}.cart-item-actions{flex-direction:row;align-items:center;width:100%;justify-content:space-between}}.checkout-page{min-height:100vh;display:flex;flex-direction:column}.checkout-container{padding:2rem 1.5rem 4rem;flex:1}.checkout-top{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.checkout-top h1{font-size:1.5rem;font-weight:800}.checkout-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.checkout-section{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.25rem}.checkout-section h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.checkout-auth-notice{display:flex;align-items:center;gap:.5rem;background:#f973161a;border:1px solid rgba(249,115,22,.2);color:var(--orange-light);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.85rem;margin-bottom:1.25rem}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.checkout-field input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:var(--transition)}.checkout-field input:focus{outline:none;border-color:var(--purple)}.checkout-field input::placeholder{color:var(--text-muted)}.checkout-field.error input{border-color:var(--red)}.field-error{font-size:.75rem;color:var(--red)}.checkout-items{display:flex;flex-direction:column;gap:.75rem}.checkout-item{display:flex;gap:1rem;align-items:center;padding:.75rem;background:var(--bg-card);border-radius:var(--radius-md)}.checkout-item img{width:60px;height:50px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.checkout-item-info{flex:1}.checkout-item-info h3{font-size:.88rem;font-weight:600;margin-bottom:.25rem}.checkout-item-info p{font-size:.78rem;color:var(--text-muted)}.checkout-item-total{font-weight:700;color:var(--orange);font-size:.9rem;white-space:nowrap}.checkout-btn-submit{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:1rem;font-size:1rem;font-weight:700;transition:var(--transition)}.checkout-btn-submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.checkout-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.checkout-summary h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.checkout-summary-row{display:flex;justify-content:space-between;font-size:.88rem;color:var(--text-secondary);margin-bottom:.6rem}.checkout-summary-row .muted{color:var(--text-muted);font-size:.8rem}.checkout-summary-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.checkout-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-secondary)}.checkout-summary-total strong{font-size:1.4rem;color:var(--orange)}.checkout-pm{margin-bottom:1rem}.checkout-pm p{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.checkout-pm ul{display:flex;flex-direction:column;gap:.3rem}.checkout-pm li{font-size:.82rem;color:var(--text-secondary)}.checkout-security{font-size:.8rem;color:var(--text-muted);text-align:center}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 600px){.checkout-grid{grid-template-columns:1fr}}.checkout-passengers-hint{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.checkout-passengers{display:flex;flex-direction:column;gap:1.25rem}.checkout-passenger{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.checkout-passenger-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.checkout-passenger-num{background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .65rem;border-radius:999px}.checkout-passenger-event{font-size:.82rem;color:var(--text-muted);flex:1}.checkout-same-buyer{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--purple-light);cursor:pointer;margin-left:auto}.checkout-same-buyer input{accent-color:var(--purple);cursor:pointer}.checkout-field input:disabled{opacity:.5;cursor:not-allowed}.checkout-field-optional{font-size:.75rem;color:var(--text-muted);font-weight:400}.checkout-seat-section{margin-top:1rem;padding:.75rem 1rem;background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:var(--radius-md)}.checkout-seat-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.85rem}.checkout-seat-selected{color:var(--purple-light);font-weight:600}.checkout-seat-free{color:var(--text-muted)}.checkout-seat-toggle{margin-left:auto;background:var(--purple);color:#fff;border:none;border-radius:6px;padding:.3rem .75rem;font-size:.78rem;cursor:pointer}.seat-map{margin-top:1rem}.seat-map-front{text-align:center;font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.seat-row{display:flex;gap:4px;justify-content:center;margin-bottom:4px}.seat-aisle{width:16px}.seat-empty{width:32px;height:32px}.seat-btn{width:32px;height:32px;border:1.5px solid rgba(108,71,255,.4);border-radius:5px;background:transparent;color:var(--text-secondary);font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.seat-btn:hover:not(:disabled){border-color:var(--purple);color:var(--purple-light);background:#6c47ff1a}.seat-btn.selected{background:var(--purple);border-color:var(--purple);color:#fff}.seat-btn.taken{background:#ef44441a;border-color:#ef44444d;color:var(--red);cursor:not-allowed;opacity:.6}.seat-simple-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:.75rem}.seat-legend{display:flex;gap:1rem;align-items:center;margin-top:.75rem;font-size:.72rem;color:var(--text-muted);flex-wrap:wrap}.checkout-insurance{margin-top:.75rem;padding:.75rem 1rem;background:#22c55e0f;border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-md)}.checkout-insurance-label{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary)}.checkout-insurance-label input{margin-top:2px;accent-color:var(--green)}.checkout-insurance-price{color:var(--green);font-weight:700}.checkout-coupon-input{display:flex;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.checkout-coupon-input input{flex:1;background:var(--bg-card);border:none;padding:.65rem 1rem;color:var(--text-primary);font-size:.9rem;letter-spacing:.05em;font-weight:600}.checkout-coupon-input input::placeholder{font-weight:400;letter-spacing:0}.checkout-coupon-input button{background:var(--purple);color:#fff;border:none;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}.checkout-coupon-input button:hover:not(:disabled){background:var(--purple-light)}.checkout-coupon-input button:disabled{opacity:.5;cursor:not-allowed}.checkout-coupon-applied{display:flex;align-items:center;gap:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.88rem;color:var(--green)}.checkout-coupon-value{margin-left:auto;font-weight:700}.checkout-coupon-remove{background:none;border:none;color:var(--red);cursor:pointer;font-size:1rem;padding:0 .25rem}.checkout-coupon-error{color:var(--red);font-size:.82rem;margin-top:.5rem}.checkout-summary-discount{color:var(--green)}.checkout-summary-discount span:last-child{font-weight:700}.checkout-terms{margin:1rem 0;padding:1rem;background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:var(--radius-md)}.checkout-terms.error{border-color:#ef444466;background:#ef44440f}.checkout-terms-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary);line-height:1.5}.checkout-terms-label input[type=checkbox]{margin-top:2px;accent-color:var(--purple);flex-shrink:0;width:16px;height:16px;cursor:pointer}.checkout-terms-label a{color:var(--purple-light);text-decoration:underline}.checkout-terms-label a:hover{opacity:.8}.checkout-terms-error{color:var(--red);font-size:.78rem;margin-top:.5rem}.pp-container{padding:2rem 1.5rem 4rem}.pp-top{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.pp-top h1{font-size:1.5rem;font-weight:800}.pp-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.pp-methods{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.pp-methods h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.pp-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--red);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.88rem;margin-bottom:1rem}.pp-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.pp-option{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;cursor:pointer;transition:var(--transition)}.pp-option:hover{border-color:var(--purple)}.pp-option.active{border-color:var(--purple);background:#7c3aed14}.pp-option input{display:none}.pp-opt-icon{font-size:1.5rem}.pp-option strong{display:block;font-size:.95rem}.pp-option small{font-size:.78rem;color:var(--text-muted)}.pp-card-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.pp-field{display:flex;flex-direction:column;gap:.4rem}.pp-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.pp-field input,.pp-field select{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:var(--transition)}.pp-field input:focus,.pp-field select:focus{outline:none;border-color:var(--purple)}.pp-field input::placeholder{color:var(--text-muted)}.pp-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.pp-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pp-btn-pay{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:1rem;font-size:1.05rem;font-weight:700;transition:var(--transition);margin-bottom:.75rem}.pp-btn-pay:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.pp-btn-pay:disabled{opacity:.6}.pp-security{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;color:var(--text-muted)}.pp-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.pp-summary h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.pp-summary-customer{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1rem;font-size:.85rem;color:var(--text-secondary)}.pp-summary-customer strong{color:var(--text-primary);font-size:.95rem}.pp-summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.pp-summary-item{display:flex;gap:.75rem;align-items:flex-start}.pp-summary-item img{width:50px;height:40px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.pp-summary-item div{display:flex;flex-direction:column;gap:.2rem}.pp-summary-item strong{font-size:.85rem}.pp-summary-item span{font-size:.78rem;color:var(--text-muted)}.pp-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-secondary)}.pp-summary-total strong{font-size:1.4rem;color:var(--orange)}.pp-pix-page,.pp-boleto-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.pp-pix-card,.pp-boleto-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;max-width:480px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.pp-pix-card h2,.pp-boleto-card h2{font-size:1.4rem;font-weight:800}.pp-pix-value,.pp-boleto-value{font-size:2rem;font-weight:900;color:var(--orange)}.pp-timer{background:#eab3081a;border:1px solid rgba(234,179,8,.3);color:var(--yellow);border-radius:var(--radius-md);padding:.75rem 1.25rem;font-size:.88rem;width:100%;display:flex;flex-direction:column;gap:.5rem}.pp-timer-row{display:flex;justify-content:space-between;align-items:center}.pp-timer-count{font-size:1.4rem;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:.05em}.pp-timer-bar{height:6px;background:#eab30833;border-radius:999px;overflow:hidden}.pp-timer-bar-fill{height:100%;background:var(--yellow);border-radius:999px;transition:width 1s linear}.pp-timer-warn-text{font-size:.78rem;color:#fbbf24;margin:0}.pp-qrcode{width:200px;height:200px;border-radius:var(--radius-md);border:4px solid var(--bg-card)}.pp-pix-copy{display:flex;width:100%;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.pp-pix-copy input{flex:1;background:var(--bg-card);border:none;padding:.65rem .9rem;color:var(--text-secondary);font-size:.78rem;min-width:0}.pp-pix-copy button{background:var(--purple);color:#fff;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;transition:var(--transition);white-space:nowrap}.pp-pix-copy button.copied{background:var(--green)}.pp-pix-hint{font-size:.82rem;color:var(--text-muted);line-height:1.6}.pp-pix-steps{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pp-pix-steps span{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.3rem .9rem;font-size:.78rem;color:var(--text-secondary)}.pp-boleto-hint{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.pp-success{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.pp-success-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;max-width:480px;width:100%;text-align:center}.pp-success-icon{font-size:4rem;margin-bottom:1rem}.pp-success h2{font-size:1.8rem;font-weight:800;margin-bottom:.75rem}.pp-success p{color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem}.pp-success-info{background:#a855f714;border:1px solid rgba(168,85,247,.2);border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.5rem;text-align:left;display:flex;flex-direction:column;gap:.6rem}.pp-success-info-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-secondary)}.pp-success-actions{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 900px){.pp-layout{grid-template-columns:1fr}.pp-summary{position:static}}.pp-boleto-info{background:#a855f70f;border:1px solid rgba(168,85,247,.15);border-radius:var(--radius-md);padding:1rem 1.25rem;text-align:left;display:flex;flex-direction:column;gap:.6rem;width:100%}.pp-boleto-info-item{font-size:.85rem;color:var(--text-secondary)}.pp-pix-pending-note{font-size:.82rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:1rem;width:100%}.pp-link-btn{background:none;border:none;color:var(--purple);font-size:.82rem;cursor:pointer;text-decoration:underline;padding:0}.pp-link-btn:hover{color:var(--purple-light)}.pp-timer-warning{background:#f973161a;border-color:#f9731666;color:#fb923c}.pp-timer-warning .pp-timer-bar-fill{background:#fb923c}.pp-timer-urgent{background:#ef44441f;border-color:#ef444466;color:#f87171;animation:pulse-timer 1s ease-in-out infinite}.pp-timer-urgent .pp-timer-bar-fill{background:#f87171}@keyframes pulse-timer{0%,to{opacity:1}50%{opacity:.7}}.pp-pix-expired{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#ef44440f;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-md);width:100%}.pp-pix-expired p{font-size:.95rem;color:var(--text-secondary);margin:0}.portal-wrap{display:grid;grid-template-columns:240px 1fr;gap:2rem;padding-top:2rem;padding-bottom:4rem;min-height:70vh;align-items:start}.portal-sidebar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.portal-user{display:flex;align-items:center;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.portal-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0}.portal-user-name{font-size:.9rem;font-weight:700}.portal-user-email{font-size:.75rem;color:var(--text-muted)}.portal-nav{display:flex;flex-direction:column;gap:.25rem}.portal-nav-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:var(--radius-md);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:var(--transition);width:100%;text-align:left}.portal-nav-link:hover{background:var(--bg-hover);color:var(--text-primary)}.portal-nav-link.active{background:#7c3aed26;color:var(--purple-light)}.portal-logout{color:var(--red);margin-top:.5rem}.portal-logout:hover{background:#ef44441a;color:var(--red)}.portal-main{min-width:0}.portal-page-header{margin-bottom:2rem}.portal-page-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.25rem}.portal-page-header p{color:var(--text-secondary);font-size:.9rem}.portal-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.portal-stat{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center}.portal-stat-icon{font-size:1.75rem;margin-bottom:.5rem}.portal-stat-value{font-size:1.8rem;font-weight:900}.portal-stat-label{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.portal-stat.purple .portal-stat-value{color:var(--purple-light)}.portal-stat.orange .portal-stat-value{color:var(--orange)}.portal-stat.green .portal-stat-value{color:var(--green)}.portal-stat.yellow .portal-stat-value{color:var(--yellow)}.portal-section{margin-bottom:2.5rem}.portal-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.portal-section-header h2{font-size:1rem;font-weight:700}.portal-view-all{font-size:.82rem;color:var(--purple-light)}.portal-view-all:hover{text-decoration:underline}.portal-list{display:flex;flex-direction:column;gap:.75rem}.portal-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:var(--transition)}.portal-item:hover{border-color:var(--border-hover)}.portal-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.portal-item-title{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.portal-item-sub{font-size:.8rem;color:var(--text-muted)}.portal-item-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.82rem;color:var(--text-secondary)}.portal-item-meta span{display:flex;align-items:center;gap:.3rem}.status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.status-badge.paid,.status-badge.active{background:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.3)}.status-badge.pending{background:#eab30826;color:var(--yellow);border:1px solid rgba(234,179,8,.3)}.status-badge.cancelled,.status-badge.expired{background:#ef44441a;color:var(--red);border:1px solid rgba(239,68,68,.2)}.status-badge.used{background:#ffffff0f;color:var(--text-muted);border:1px solid var(--border)}.portal-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.portal-filter-btn{padding:.4rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:var(--transition)}.portal-filter-btn:hover{border-color:var(--purple);color:var(--purple-light)}.portal-filter-btn.active{background:#7c3aed33;border-color:var(--purple);color:var(--purple-light)}.portal-empty{text-align:center;padding:3rem;color:var(--text-muted)}.portal-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.portal-empty h3{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.5rem}.portal-empty p{font-size:.88rem;margin-bottom:1.25rem}.portal-ticket-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.portal-btn-download{display:inline-flex;align-items:center;gap:.4rem;background:var(--purple);color:#fff;border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:var(--transition)}.portal-btn-download:hover{background:var(--purple-light)}.portal-btn-resend{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--purple-light);border:1px solid rgba(124,58,237,.3);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:var(--transition)}.portal-btn-resend:hover{background:#7c3aed1a}.portal-form{display:flex;flex-direction:column;gap:1.25rem}.portal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.portal-field{display:flex;flex-direction:column;gap:.4rem}.portal-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.portal-field input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:var(--transition)}.portal-field input:focus{outline:none;border-color:var(--purple)}.portal-field input::placeholder{color:var(--text-muted)}.portal-field input:disabled{opacity:.5}.portal-btn-save{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:var(--transition);align-self:flex-start}.portal-btn-save:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.portal-btn-save:disabled{opacity:.6}.portal-success-msg{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:var(--green);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.88rem}.portal-auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.portal-auth-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;width:100%;max-width:420px}.portal-auth-logo{text-align:center;margin-bottom:2rem}.portal-auth-logo .logo-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;color:#fff;margin:0 auto .75rem}.portal-auth-logo h1{font-size:1.3rem;font-weight:800}.portal-auth-logo p{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.portal-auth-form{display:flex;flex-direction:column;gap:1rem}.portal-auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--red);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.85rem}.portal-auth-btn{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.85rem;font-size:.95rem;font-weight:700;transition:var(--transition);margin-top:.5rem}.portal-auth-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.portal-auth-btn:disabled{opacity:.6}.portal-auth-footer{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--text-muted)}.portal-auth-footer a{color:var(--purple-light)}.portal-auth-footer a:hover{text-decoration:underline}.portal-loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text-muted);gap:1rem}@media (max-width: 900px){.portal-wrap{grid-template-columns:1fr}.portal-sidebar{position:static}}@media (max-width: 600px){.portal-form-grid{grid-template-columns:1fr}.portal-stats{grid-template-columns:repeat(2,1fr)}}.portal-forgot-link{text-align:right;margin-top:.5rem}.portal-forgot-link a{font-size:.85rem;color:var(--color-primary, #a855f7);text-decoration:none}.portal-forgot-link a:hover{text-decoration:underline}.portal-auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;border-radius:8px;padding:1rem;text-align:center;margin-bottom:1rem}.portal-success-icon{font-size:2rem;margin-bottom:.5rem}.portal-auth-hint{font-size:.8rem;opacity:.7;margin-top:.25rem}.portal-global-account-info{display:flex;align-items:flex-start;gap:.6rem;background:#7c3aed14;border:1px solid rgba(124,58,237,.25);border-radius:8px;padding:.75rem 1rem;font-size:.82rem;color:var(--text-secondary, #94a3b8);margin-bottom:1.25rem;line-height:1.5}.portal-global-account-info span:first-child{font-size:1rem;flex-shrink:0}.portal-global-account-info strong{color:#a78bfa}.portal-account-type{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.portal-account-option{display:flex;align-items:flex-start;gap:.75rem;background:#7c3aed0f;border:1px solid rgba(124,58,237,.2);border-radius:10px;padding:.9rem 1rem;cursor:pointer;transition:border-color .2s}.portal-account-option--active{background:#7c3aed1f;border-color:#7c3aed80}.portal-account-option input[type=checkbox]{margin-top:2px;accent-color:var(--purple);width:16px;height:16px;flex-shrink:0}.portal-account-option div{display:flex;flex-direction:column;gap:2px}.portal-account-option strong{font-size:.88rem;color:var(--text-primary)}.portal-account-option span{font-size:.78rem;color:var(--text-muted)}.portal-account-local-warn{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:.65rem .9rem;font-size:.78rem;color:#fbbf24}.portal-pending-alert{display:flex;flex-direction:column;gap:.25rem;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:var(--radius-md);padding:.65rem .9rem;margin-top:.75rem;font-size:.82rem;color:var(--yellow)}.portal-pending-hint{font-size:.76rem;color:var(--text-muted)}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--purple);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.pr-page{min-height:100vh;background:var(--bg-primary);padding:3rem 1rem 5rem}.pr-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.pr-header{text-align:center}.pr-badge{display:inline-block;background:#7c3aed26;color:var(--purple);border:1px solid rgba(124,58,237,.3);border-radius:999px;padding:.35rem 1rem;font-size:.85rem;font-weight:600;margin-bottom:1rem}.pr-header h1{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.pr-header p{color:var(--text-secondary);font-size:1rem}.pr-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pr-benefit{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.pr-benefit-icon{font-size:1.75rem}.pr-benefit strong{font-size:.9rem;color:var(--text-primary)}.pr-benefit span{font-size:.78rem;color:var(--text-muted)}.pr-steps{display:flex;align-items:center;justify-content:center;gap:0}.pr-step{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem}.pr-step.active{color:var(--purple)}.pr-step.done{color:var(--green, #10B981)}.pr-step-num{width:28px;height:28px;border-radius:50%;background:var(--bg-card);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.pr-step.active .pr-step-num{background:var(--purple);border-color:var(--purple);color:#fff}.pr-step.done .pr-step-num{background:#10b981;border-color:#10b981;color:#fff}.pr-step-line{flex:1;height:2px;background:var(--border);margin:0 1rem;max-width:80px}.pr-form-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;padding:2rem}.pr-form-card h2{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.pr-step-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.pr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.pr-field{display:flex;flex-direction:column;gap:.4rem}.pr-field-full{grid-column:span 2}.pr-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.pr-field input,.pr-field select,.pr-field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:border-color .2s;font-family:inherit}.pr-field input:focus,.pr-field select:focus,.pr-field textarea:focus{outline:none;border-color:var(--purple)}.pr-field input::placeholder,.pr-field textarea::placeholder{color:var(--text-muted)}.pr-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.pr-field textarea{resize:vertical}.pr-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;border-radius:8px;padding:.75rem 1rem;font-size:.88rem;margin-bottom:1rem}.pr-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:700}.pr-login-link{text-align:center;font-size:.82rem;color:var(--text-muted);margin-top:1rem}.pr-login-link a{color:var(--purple);text-decoration:underline}.pr-terms{font-size:.78rem;color:var(--text-muted);text-align:center;margin-bottom:1.25rem}.pr-terms a{color:var(--purple)}.pr-actions{display:flex;gap:1rem}.pr-actions .btn-ghost{flex:0 0 auto}.pr-actions .pr-btn{flex:1}.pr-success{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.pr-success-icon{font-size:4rem}.pr-success h2{font-size:1.8rem;font-weight:800}.pr-success p{color:var(--text-secondary);max-width:480px}.pr-success-info{background:#7c3aed14;border:1px solid rgba(124,58,237,.2);border-radius:10px;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:var(--text-secondary);text-align:left;width:100%;max-width:420px}@media (max-width: 640px){.pr-benefits{grid-template-columns:1fr 1fr}.pr-grid{grid-template-columns:1fr}.pr-field-full{grid-column:span 1}.pr-header h1{font-size:1.5rem}}.pr-contract-box{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem;max-height:320px;overflow-y:auto;font-size:.85rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.25rem}.pr-contract-box h3{font-size:1rem;color:var(--text-primary);margin-bottom:.25rem}.pr-contract-box h4{font-size:.88rem;color:var(--purple);margin:1rem 0 .25rem}.pr-contract-box ul{padding-left:1.25rem;margin:.25rem 0}.pr-contract-box hr{border-color:var(--border);margin:.75rem 0}.pr-contract-full-link{margin-top:1rem;text-align:center}.pr-contract-full-link a{color:var(--purple-light);font-size:.85rem}.pr-contract-accept{background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.pr-contract-accept.error{border-color:#ef444466;background:#ef44440f}.pr-contract-accept label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary)}.pr-contract-accept input[type=checkbox]{margin-top:3px;accent-color:var(--purple);flex-shrink:0;width:16px;height:16px}.pr-contract-error{color:var(--red, #ef4444);font-size:.78rem;margin-top:.5rem}.legal-page{min-height:100vh;background:#0a0a0f}.legal-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:3rem 0 2rem;border-bottom:1px solid rgba(108,71,255,.15)}.legal-breadcrumb{font-size:.82rem;color:#64748b;margin-bottom:.75rem}.legal-breadcrumb a{color:#a78bfa;text-decoration:none}.legal-breadcrumb a:hover{text-decoration:underline}.legal-hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.25rem}.legal-hero p{color:#64748b;font-size:.88rem}.legal-content{padding:3rem 1.5rem 5rem;max-width:800px}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.15rem;font-weight:700;color:#a78bfa;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(108,71,255,.2)}.legal-content h3{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.legal-content p{color:#94a3b8;line-height:1.8;margin-bottom:.75rem;font-size:.95rem}.legal-content ul,.legal-content ol{padding-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#94a3b8;line-height:1.8;margin-bottom:.3rem;font-size:.95rem}.legal-content a{color:#a78bfa}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:#e2e8f0}.legal-skeleton{height:60px;background:#ffffff0d;border-radius:8px;animation:shimmer 1.5s infinite;background-size:200% 100%;background-image:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.notfound-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#0a0a0f;padding:2rem}.notfound-content{text-align:center;max-width:480px}.notfound-code{font-size:8rem;font-weight:900;background:linear-gradient(135deg,#6c47ff,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.notfound-emoji{font-size:3rem;margin-bottom:1rem}.notfound-content h1{color:#fff;font-size:1.8rem;margin-bottom:.75rem}.notfound-content p{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2rem}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.notfound-btn{padding:.75rem 1.75rem;border-radius:8px;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .2s}.notfound-btn--primary{background:linear-gradient(135deg,#6c47ff,#ff6b35);color:#fff}.notfound-btn--primary:hover{opacity:.9;transform:translateY(-2px)}.notfound-btn--secondary{background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.15)}.notfound-btn--secondary:hover{background:#ffffff1f;transform:translateY(-2px)}.cart-fab{position:fixed;bottom:2rem;right:2rem;z-index:90;display:flex;align-items:center;gap:.6rem;background:var(--purple);color:#fff;padding:.75rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:700;box-shadow:0 8px 32px #7c3aed80;transition:transform .2s ease,box-shadow .2s ease;animation:fab-in .3s ease}.cart-fab:hover{transform:translateY(-2px);box-shadow:0 12px 40px #7c3aed99}.cart-fab-count{background:#fff;color:var(--purple);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800}@keyframes fab-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 500px){.cart-fab-label{display:none}}.app{min-height:100vh;display:flex;flex-direction:column}:root{--bg-base: #0a0a0f;--bg-surface: #13131a;--bg-card: #1a1a24;--bg-hover: #22222e;--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.16);--purple: #7C3AED;--purple-light: #9D5CF6;--purple-dark: #5B21B6;--orange: #F97316;--orange-light: #FB923C;--green: #22C55E;--red: #EF4444;--yellow: #EAB308;--text-primary: #F1F1F5;--text-secondary: #A0A0B8;--text-muted: #6B6B85;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow-card: 0 4px 24px rgba(0,0,0,.4);--shadow-glow: 0 0 40px rgba(124,58,237,.15);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-base);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--purple-dark);border-radius:3px}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1440px;margin:0 auto;padding:0 1.5rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-purple{background:#7c3aed33;color:var(--purple-light);border:1px solid rgba(124,58,237,.3)}.badge-orange{background:#f9731633;color:var(--orange-light);border:1px solid rgba(249,115,22,.3)}.badge-green{background:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.25)}.badge-yellow{background:#eab30826;color:var(--yellow);border:1px solid rgba(234,179,8,.25)}.badge-gray{background:#ffffff0f;color:var(--text-secondary);border:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:var(--purple-light);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-hover)}.btn-outline:hover{background:var(--bg-hover);border-color:var(--purple);color:var(--purple-light)}.btn-ghost{background:#ffffff0f;color:var(--text-secondary)}.btn-ghost:hover{background:#ffffff1a;color:var(--text-primary)}.section-title{font-size:1.4rem;font-weight:800;color:var(--text-primary);display:flex;align-items:center;gap:.6rem}.section-title .accent{color:var(--purple-light)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-hover) 50%,var(--bg-card) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.container,.container-wide{padding:0 1rem}}
