:root{--bg:#1a1c17;--surface:#20221a;--surface-2:#24261d;--border:#ffffff17;--border-2:#2c2e24;--border-3:#34362a;--border-dash:#ffffff24;--text:#edefe6;--muted:#9a9d8c;--muted-2:#7d8070;--accent:#9be13d;--on-accent:#14150f;--danger:#ff5c49;--success:#1f8a5b;--whatsapp:#25d366;--shadow:0 4px 18px #00000073;--radius-s:8px;--radius-m:10px;--radius-l:14px}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}a.link{color:var(--accent)}a.link:hover{text-decoration:underline}img{max-width:100%}button{font-family:inherit}h1,h2,h3,h4{font-weight:700;line-height:1.25}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}.page{flex:1;padding:28px 0 56px}.muted{color:var(--muted)}.muted-2{color:var(--muted-2)}.accent{color:var(--accent)}.danger-text{color:var(--danger)}.small{font-size:13px}.tiny{font-size:12px}.bold{font-weight:700}.center{text-align:center}.btn{border-radius:var(--radius-s);cursor:pointer;color:var(--text);white-space:nowrap;background:0 0;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;transition:filter .15s,background .15s,border-color .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-pri{background:var(--accent);color:var(--on-accent)}.btn-pri:hover:not(:disabled){filter:brightness(1.08)}.btn-ghost{border-color:var(--border-3);color:var(--text)}.btn-ghost:hover:not(:disabled){border-color:var(--muted-2)}.btn-danger{border-color:var(--danger);color:var(--danger)}.btn-danger:hover:not(:disabled){background:#ff5c491a}.btn-whatsapp{background:var(--success);color:#fff}.btn-whatsapp:hover:not(:disabled){filter:brightness(1.1)}.btn-block{width:100%}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:13px 26px;font-size:15px}.chip{border:1.5px solid var(--border-3);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.chip:hover{border-color:var(--muted-2)}.chip.on{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.chip.static{cursor:default}.badge{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge-ok{color:#4fd394;background:#1f8a5b2e}.badge-pending{color:var(--muted);background:#edefe61a}.badge-danger{color:var(--danger);background:#ff5c4924}.badge-accent{color:var(--accent);background:#9be13d24}.badge-outline{border:1.5px solid var(--border-3);color:var(--muted)}.tag{border:1.5px solid var(--border-3);color:var(--muted);border-radius:6px;padding:2px 9px;font-size:12px;font-weight:600;display:inline-block}.verified{color:var(--accent);font-weight:800}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field>span{color:var(--muted);font-size:13px;font-weight:600}input,select,textarea{background:var(--surface);border:1.5px solid var(--border-2);border-radius:var(--radius-s);width:100%;color:var(--text);outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--muted-2)}textarea{resize:vertical;min-height:84px}.rich-text ul,.rich-text ol{margin:6px 0;padding-left:22px}.rich-text li{margin:2px 0}.rich-text p{margin:0 0 8px}.rich-text h1{margin:10px 0 6px;font-size:26px;font-weight:800;line-height:1.25}.rich-text h2{margin:9px 0 5px;font-size:21px;font-weight:800;line-height:1.25}.rich-text h3{margin:8px 0 5px;font-size:18px;font-weight:700;line-height:1.3}.rich-text h4{margin:7px 0 4px;font-size:15.5px;font-weight:700;line-height:1.3}.rich-text h5{margin:6px 0 4px;font-size:13.5px;font-weight:700;line-height:1.35}.rich-text h6{text-transform:uppercase;letter-spacing:.02em;margin:5px 0 3px;font-size:12.5px;font-weight:700;line-height:1.35}.rich-text a{text-decoration:underline;color:var(--accent)!important}.rich-text>:first-child{margin-top:0}.rich-text *{color:inherit!important}.wysiwyg-body{background:var(--surface);border:1.5px solid var(--border-2);border-radius:var(--radius-s);width:100%;color:var(--text);outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s}.wysiwyg-body:focus{border-color:var(--accent)}.form-row{gap:12px;display:flex}.form-row>*{flex:1}.phone-row{gap:10px;display:flex}.phone-row>select{flex:0 0 104px;min-width:0}.phone-row>input{flex:1;min-width:0}.checkbox-row{color:var(--muted);align-items:center;gap:9px;font-size:13px;display:flex}.checkbox-row input{width:16px;height:16px;accent-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-l);padding:20px}.card-shadow{box-shadow:var(--shadow)}.hdr{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#1a1c17eb;position:sticky;top:0}.hdr-in{align-items:center;gap:16px;height:62px;display:flex}.hdr-logo{letter-spacing:-.3px;align-items:center;gap:8px;font-size:19px;font-weight:800;display:flex}.hdr-logo img{object-fit:contain;width:auto;height:42px}.hdr-search{background:var(--surface);border:1.5px solid var(--border-2);min-width:300px;max-width:520px;color:var(--muted-2);border-radius:999px;flex:2 340px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;display:flex}.hdr-search input{background:0 0;border:none;padding:0;font-size:13px}.hdr-search-mobile-row{padding:8px 0 10px;display:none}.hdr-search-mobile{width:100%;min-width:0;max-width:none}.hdr-city{cursor:pointer;border:1.5px solid var(--border-3);color:var(--text);background:0 0;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:700;display:flex;position:relative}.hdr-spacer{flex:1}.hdr-links{color:var(--muted);align-items:center;gap:14px;font-size:13.5px;font-weight:600;display:flex}.hdr-links a:hover{color:var(--text)}.hdr-user{cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:8px;font-size:13.5px;font-weight:700;display:flex;position:relative}.avatar{background:var(--surface-2);border:1.5px solid var(--border-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:inline-flex}.menu{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-m);min-width:190px;box-shadow:var(--shadow);z-index:60;flex-direction:column;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.menu a,.menu button{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:9px 12px;font-size:13.5px;font-weight:600}.menu a:hover,.menu button:hover{background:var(--surface-2)}.menu .sep{background:var(--border);height:1px;margin:4px 6px}.ftr{border-top:1px solid var(--border);background:var(--surface);margin-top:auto;padding:36px 0 22px}.ftr-cols{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:26px;display:grid}.ftr-cols h4{color:var(--text);margin-bottom:10px;font-size:13px}.ftr-cols a{color:var(--muted);padding:3px 0;font-size:13px;display:block}.ftr-cols a:hover{color:var(--text)}.ftr-base{border-top:1px solid var(--border);color:var(--muted-2);align-items:center;gap:10px;padding-top:16px;font-size:12.5px;display:flex}.ftr-base img{height:22px}.ftr-spacer{flex:1}.hero{border-radius:var(--radius-l);background:radial-gradient(ellipse at 20% 10%, #9be13d29, transparent 55%), radial-gradient(ellipse at 85% 90%, #ff5c491a, transparent 50%), var(--surface);border:1px solid var(--border);margin-bottom:24px;padding:52px 40px}.hero h1{letter-spacing:-.5px;font-size:34px;font-weight:800}.hero p{color:var(--muted);max-width:520px;margin-top:8px}.grid-4{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.poster{aspect-ratio:3/4;border-radius:var(--radius-m);border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:40px;display:flex;position:relative;overflow:hidden}video.poster{object-fit:cover;background:var(--surface-2);width:100%;height:100%;display:block}.poster .poster-label{letter-spacing:1.5px;text-transform:uppercase;color:#edefe68c;font-size:11px;font-weight:700}.poster.landscape{aspect-ratio:16/7;font-size:52px}.poster.square{aspect-ratio:1;border-radius:50%;font-size:26px}.poster.reel{aspect-ratio:9/16;font-size:30px}.ecard{flex-direction:column;gap:8px;display:flex}.ecard:hover .poster{border-color:var(--muted-2)}.ecard-logo{border:2px solid var(--bg);object-fit:cover;z-index:2;border-radius:50%;width:38px;height:38px;position:absolute;top:10px;left:10px}.ecard h3{font-size:15px}.ecard .meta{color:var(--muted);font-size:12.5px}.ecard .row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ecard .price{color:var(--accent);font-size:13px;font-weight:700}.section{margin:34px 0}.section-hd{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.section-hd h2{letter-spacing:-.3px;font-size:21px}.section-hd a{color:var(--accent);font-size:13.5px;font-weight:700}.chip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reels{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.slider-wrap{position:relative}.slider-track{scroll-snap-type:x proximity;scroll-behavior:smooth;gap:14px;padding:2px 2px 8px;display:flex;overflow-x:auto}.slider-track>*{flex:0 0 var(--slide-w,260px);scroll-snap-align:start}.slider-track::-webkit-scrollbar{height:6px}.slider-track::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.slider-btn{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;z-index:3;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex;position:absolute;top:38%;transform:translateY(-50%);box-shadow:0 4px 14px #00000059}.slider-btn:hover{border-color:var(--accent);color:var(--accent)}.slider-btn.left{left:-12px}.slider-btn.right{right:-12px}@media (width<=680px){.slider-btn{display:none}}.modal-ov{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:90;background:#050604b3;justify-content:center;align-items:flex-start;padding:8vh 16px 16px;display:flex;position:fixed;inset:0}.citypick{width:100%;max-width:560px;max-height:82vh;overflow-y:auto}.citypick-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;display:grid}.citypick-cell{background:var(--surface-2);border:1.5px solid var(--border);cursor:pointer;color:var(--text);font:inherit;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:12px 6px;transition:border-color .15s,transform .15s;display:flex}.citypick-cell:hover{border-color:var(--accent);transform:translateY(-2px)}.citypick-cell.on{border-color:var(--accent);background:#9be13d14}.citypick-cell .ic{font-size:26px}.citypick-cell .nm{font-size:12.5px;font-weight:700}.citypick-cell .ct{color:var(--muted-2);font-size:10px}.ss{position:relative}.ss-list{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:10px;max-height:220px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #00000073}.ss-opt{text-align:left;width:100%;color:var(--text);cursor:pointer;font:inherit;background:0 0;border:none;border-radius:7px;padding:8px 10px;display:block}.ss-opt:hover{background:var(--surface-2)}.ss-empty{color:var(--muted);padding:10px;font-size:13px}.hero-slider{margin-bottom:24px;position:relative}.hero-slide{border-radius:18px;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.hero-slide .hero-bg{position:absolute;inset:0}.hero-slide .hero-ov{background:#08090680;position:absolute;inset:0}.hero-slide .hero-inner{max-width:620px;padding:44px 64px;position:relative}.hero-slide .hero-inner h1{letter-spacing:-.5px;color:#fff;margin:10px 0 8px;font-size:32px;font-weight:800}.hero-slide .hero-inner p{color:#d8dccc;max-width:460px;font-size:15px}.hero-cta{margin-top:18px}.hero-arrow{color:#fff;cursor:pointer;z-index:3;background:#0000006b;border:1px solid #ffffff40;border-radius:50%;width:38px;height:38px;font-size:20px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#000000a6}.hero-arrow.left{left:12px}.hero-arrow.right{right:12px}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#fff6;border:none;border-radius:999px;width:8px;height:8px;transition:width .2s}.hero-dots button.on{background:var(--accent);width:22px}@media (width<=680px){.hero-slide{min-height:236px}.hero-slide .hero-inner{padding:26px 24px}.hero-slide .hero-inner h1{font-size:23px}.hero-cta.btn-lg{margin-top:12px;padding:10px 18px;font-size:13.5px}.hero-arrow{display:none}.venue-info-grid{grid-template-columns:1fr}.venue-about-card{order:1}.venue-map-card{order:2}}.cta-banner{border-radius:var(--radius-l);border:1px solid var(--border);background:radial-gradient(ellipse at 90% 20%, #9be13d21, transparent 55%), var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:30px 32px;display:flex}.cta-banner h3{font-size:20px}.cta-banner p{color:var(--muted);margin-top:4px;font-size:14px}.trust-list{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.trust-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);padding:16px 14px;font-size:13.5px;font-weight:600}.trust-item .tick{color:var(--accent);margin-right:6px;font-weight:800}.steps{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);padding:18px 16px}.step .num{background:var(--accent);width:30px;height:30px;color:var(--on-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-weight:800;display:flex}.acc{border:1px solid var(--border);border-radius:var(--radius-m);overflow:hidden}.acc+.acc{margin-top:10px}.acc-hd{background:var(--surface);width:100%;color:var(--text);cursor:pointer;border:none;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.acc-bd{background:var(--surface);color:var(--muted);padding:0 16px 14px;font-size:13.5px}.detail-grid{grid-template-columns:1fr 340px;grid-template-areas:"head ticket""about ticket""rest ticket";align-items:start;gap:28px;display:grid}.detail-head-area{grid-area:head}.detail-about{grid-area:about}.detail-rest{grid-area:rest}.detail-head{gap:24px;display:flex}.detail-head .poster{flex-shrink:0;width:300px}.detail-title h1{letter-spacing:-.4px;margin-bottom:10px;font-size:28px}.detail-meta{color:var(--muted);flex-wrap:wrap;gap:14px;margin-bottom:12px;font-size:14px;display:flex}.host-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);align-items:center;gap:14px;padding:14px 16px;display:flex}.ticket-box{grid-area:ticket;position:sticky;top:82px}.tier-row{border-bottom:1px dashed var(--border-dash);justify-content:space-between;align-items:center;gap:10px;padding:12px 0;display:flex}.tier-row:last-of-type{border-bottom:none}.tier-info{min-width:0}.tier-info .name{font-size:14px;font-weight:700}.tier-info .includes{color:var(--muted-2);font-size:11.5px}.stepper{align-items:center;gap:10px;display:flex}.stepper button{border:1.5px solid var(--border-3);width:28px;height:28px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.stepper button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.stepper button:disabled{opacity:.35;cursor:not-allowed}.stepper .val{text-align:center;min-width:18px;font-weight:800}.total-row{justify-content:space-between;align-items:center;padding:14px 0 4px;font-size:16px;font-weight:800;display:flex}.lineup{flex-wrap:wrap;gap:14px;display:flex}.lineup-item{border:1.5px solid var(--border-3);border-radius:999px;align-items:center;gap:10px;padding:7px 16px 7px 8px;display:flex}.lineup-item .who .n{font-size:13.5px;font-weight:700}.lineup-item .who .r{color:var(--muted-2);font-size:11.5px}.review{border-top:1px dashed var(--border-dash);padding:12px 0;font-size:13.5px}.review:first-of-type{border-top:none}.stars{color:var(--accent);letter-spacing:1px}.auth-wrap{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px;max-width:900px;margin:0 auto;display:grid}.auth-visual{border-radius:var(--radius-l);border:1px solid var(--border);background:radial-gradient(ellipse at 30% 20%, #9be13d29, transparent 50%), radial-gradient(ellipse at 80% 80%, #ff5c491f, transparent 50%), var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px;display:flex}.auth-visual img{width:110px}.auth-card{align-self:center}.otp-boxes{justify-content:center;gap:10px;margin:18px 0;display:flex}.otp-boxes input{text-align:center;width:52px;height:58px;font-size:22px;font-weight:800}.progress{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:7px;overflow:hidden}.progress>div{background:var(--accent);border-radius:999px;height:100%}.upload-box{border:1.5px dashed var(--border-dash);border-radius:var(--radius-m);text-align:center;color:var(--muted-2);cursor:pointer;padding:22px;font-size:13px;transition:border-color .15s}.upload-box:hover{border-color:var(--accent);color:var(--muted)}.upload-box.done{border-color:var(--success);color:#4fd394;border-style:solid}.qr-wrap{border:1.5px solid var(--accent);border-radius:var(--radius-m);color:#fff;background:#000;flex-direction:column;align-items:center;gap:8px;padding:14px;display:inline-flex}.qr-wrap .cap{color:#9be13d;font-size:11px;font-weight:700}.tabs{border-bottom:1px solid var(--border);gap:6px;margin-bottom:18px;display:flex}.tabs button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;padding:10px 16px;font-size:14px;font-weight:700}.tabs button.on{color:var(--text);border-bottom-color:var(--accent)}.bookings-grid{grid-template-columns:300px 1fr;align-items:start;gap:22px;display:grid}.blist{flex-direction:column;gap:10px;display:flex}.blist-item{text-align:left;background:var(--surface);border:1.5px solid var(--border-2);border-radius:var(--radius-m);cursor:pointer;color:var(--text);padding:13px 15px}.blist-item.on{border-color:var(--accent)}.blist-item .t{font-size:14px;font-weight:700}.blist-item .m{color:var(--muted);font-size:12.5px}.confirm-hero{text-align:center;max-width:560px;margin:0 auto}.confirm-tick{background:var(--accent);width:62px;height:62px;color:var(--on-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:30px;font-weight:800;display:flex}.tbl{border-collapse:collapse;width:100%;font-size:13.5px}.tbl th{text-align:left;letter-spacing:.8px;text-transform:uppercase;color:var(--muted-2);border-bottom:1px solid var(--border-2);padding:10px 12px;font-size:11.5px}.tbl td{border-bottom:1px dashed var(--border-dash);padding:12px}.tbl tr:last-child td{border-bottom:none}.tbl-wrap{overflow-x:auto}.org-layout{grid-template-columns:210px 1fr;align-items:start;gap:26px;display:grid}.org-side{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-l);padding:14px 10px;position:sticky;top:82px}.org-side .cap{letter-spacing:1.6px;color:var(--muted-2);padding:4px 12px 10px;font-size:10.5px;font-weight:800}.org-side a{color:var(--muted);border-radius:8px;align-items:center;gap:9px;padding:10px 12px;font-size:13.5px;font-weight:700;display:flex}.org-side a:hover{color:var(--text);background:var(--surface-2)}.org-side a.on{color:var(--accent);background:#9be13d1f}.kpis{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);padding:16px 18px}.kpi .l{color:var(--muted);font-size:12.5px;font-weight:600}.kpi .v{letter-spacing:-.5px;margin-top:2px;font-size:24px;font-weight:800}.bar{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;flex:1;height:8px;overflow:hidden}.bar>div{background:var(--accent);height:100%}.chart{align-items:flex-end;gap:6px;height:130px;padding:10px 4px 0;display:flex}.chart .col{background:#9be13d59;border-radius:4px 4px 0 0;flex:1}.chart .col:hover{background:var(--accent)}.wizard-steps{flex-wrap:wrap;gap:8px;margin:16px 0 22px;display:flex}.wizard-steps .ws{border:1.5px solid var(--border-3);color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:700;display:flex}.wizard-steps .ws.on{border-color:var(--accent);color:var(--accent)}.wizard-steps .ws.done{color:var(--text)}.evrow{border-bottom:1px dashed var(--border-dash);align-items:center;gap:14px;padding:14px 0;display:flex}.evrow:last-child{border-bottom:none}.evrow .thumb{border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:66px;font-size:20px;display:flex}.scanner{border:1px solid var(--border-2);border-radius:var(--radius-l);background:#0d0e0b;max-width:420px;margin:0 auto;overflow:hidden}.scan-view{aspect-ratio:3/4;color:var(--muted-2);background:radial-gradient(at 50% 40%,#9be13d12,#0000 60%),linear-gradient(#10110d,#0a0b08);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:relative}.scan-frame{border:2.5px dashed var(--accent);width:190px;height:190px;color:var(--accent);border-radius:18px;justify-content:center;align-items:center;font-size:40px;animation:1.6s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.loader-logo{object-fit:contain;animation:1.3s ease-in-out infinite logo-pulse}@keyframes logo-pulse{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.stat3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.stat3 .s{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);text-align:center;padding:14px}.stat3 .s .v{font-size:20px;font-weight:800}.stat3 .s .l{color:var(--muted);font-size:12px}.kv{border-bottom:1px dashed var(--border-dash);justify-content:space-between;gap:10px;padding:9px 0;font-size:13.5px;display:flex}.kv:last-child{border-bottom:none}.kv .k{color:var(--muted)}.profile-grid{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}.legal-grid{grid-template-columns:230px 1fr;align-items:start;gap:30px;display:grid}.toc{position:sticky;top:82px}.toc a{color:var(--muted);padding:5px 0;font-size:13.5px;display:block}.toc a:hover{color:var(--accent)}.checkout-grid{grid-template-columns:1fr 360px;align-items:start;gap:26px;display:grid}.payopt{border:1.5px solid var(--border-2);border-radius:var(--radius-m);cursor:pointer;align-items:center;gap:11px;margin-bottom:10px;padding:13px 15px;font-size:14px;font-weight:600;display:flex}.payopt.on{border-color:var(--accent)}.payopt input{width:16px;height:16px;accent-color:var(--accent)}.hr{border:none;border-top:1px dashed var(--border-dash);margin:16px 0}.icon-round{border:1.5px solid var(--border-3);width:30px;height:30px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.icon-round:hover{color:var(--text);border-color:var(--muted-2)}.breadcrumb{color:var(--muted-2);margin-bottom:14px;font-size:13px}.breadcrumb a:hover{color:var(--text)}.empty{text-align:center;color:var(--muted-2);border:1.5px dashed var(--border-dash);border-radius:var(--radius-l);padding:46px 20px;font-size:14px}@media (width<=960px){input,select,textarea,.hdr-search input{font-size:16px}.grid-4,.reels,.grid-3,.trust-list,.steps{grid-template-columns:repeat(2,1fr)}.checkout-grid,.auth-wrap,.bookings-grid,.profile-grid,.legal-grid{grid-template-columns:1fr}.toc{position:static}.detail-grid{grid-template-columns:1fr;grid-template-areas:"head""ticket""about""rest"}.org-layout{grid-template-columns:1fr}.org-side{padding:8px;display:flex;position:static;overflow-x:auto}.org-side .cap{display:none}.org-side a{white-space:nowrap}.detail-head{flex-direction:column}.detail-head .poster{width:100%;max-width:340px}.ftr-base{text-align:center;flex-wrap:wrap;justify-content:center;row-gap:10px}.ftr-spacer,.hdr-search:not(.hdr-search-mobile){display:none}.hdr-search-mobile-row{display:block}.hdr-links{display:none}.kpis{grid-template-columns:1fr}.hero{padding:34px 22px}.hero h1{font-size:26px}.ticket-box-bar,.ticket-box-sheet{z-index:60;border-bottom:none;border-left:none;border-right:none;border-radius:0;margin:0;position:fixed;inset:auto 0 0}.ticket-box-bar{box-shadow:0 -4px 16px #0000004d}.ticket-box-sheet{border-radius:var(--radius-l) var(--radius-l) 0 0;max-height:82vh;overflow-y:auto;box-shadow:0 -8px 28px #0006}.ticket-sheet-backdrop{z-index:59;background:#05060499;position:fixed;inset:0}.event-detail-page-mobile{padding-bottom:76px}}@media (width<=560px){.grid-4,.grid-3,.grid-2,.reels,.ftr-cols{grid-template-columns:repeat(2,1fr)}.form-row:not(.phone-row){flex-direction:column}.stat3{grid-template-columns:repeat(3,1fr)}.detail-head .poster{max-width:none}}
