:root{
  --brand-950:#07182b;
  --brand-900:#0b2746;
  --brand-800:#113d68;
  --brand-700:#175a91;
  --brand-600:#2474b7;
  --brand-100:#eaf3fb;
  --accent-700:#d9384b;
  --accent-600:#eb4e60;
  --accent-100:#fff0f2;
  --gold-500:#e5ae4b;
  --ink-950:#101a28;
  --ink-800:#26364a;
  --ink-600:#5d6d80;
  --ink-400:#8d9aac;
  --canvas:#f5f7fb;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --border:#dce5ef;
  --border-strong:#c9d6e4;
  --success:#12815a;
  --warning:#a86308;
  --danger:#c83343;
  --shadow-xs:0 2px 8px rgba(17,61,104,.05);
  --shadow-sm:0 10px 28px rgba(17,61,104,.08);
  --shadow-md:0 24px 60px rgba(17,61,104,.14);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--canvas)}
body.customer-shell{
  margin:0!important;
  min-height:100vh;
  background:
    radial-gradient(circle at 8% 0,rgba(36,116,183,.08),transparent 30rem),
    linear-gradient(180deg,#f7f9fc 0%,var(--canvas) 52%,#f2f5f9 100%)!important;
  color:var(--ink-950)!important;
  font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}
body.customer-shell::before{display:none!important}
body.customer-shell a{text-decoration:none}
body.customer-shell header.site{
  min-height:360px!important;
  padding:24px 28px 70px!important;
  background:
    radial-gradient(circle at 18% 10%,rgba(229,174,75,.16),transparent 17rem),
    radial-gradient(circle at 88% 32%,rgba(235,78,96,.15),transparent 22rem),
    linear-gradient(130deg,#07182b 0%,#0e345a 58%,#266ca3 100%)!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  isolation:isolate;
}
body.customer-shell header.site::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:34px 34px;
}
body.customer-shell header.site::after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-76px;height:120px;
  background:var(--canvas);border-radius:50% 50% 0 0/62% 62% 0 0;z-index:0;
}
body.customer-shell .header-content{
  width:min(1120px,100%)!important;
  max-width:none!important;
  min-height:260px!important;
  margin:0 auto!important;
  position:relative;z-index:2;
  display:grid!important;
  grid-template-columns:170px minmax(0,1fr)!important;
  align-items:center!important;
  gap:42px!important;
  text-align:right!important;
}
body.customer-shell .brand-lockup{display:grid!important;place-items:center!important}
body.customer-shell .logo{
  width:158px!important;height:158px!important;object-fit:contain!important;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.28));
}
body.customer-shell .header-text{max-width:760px!important;min-width:0}
body.customer-shell .eyebrow{
  display:inline-flex!important;align-items:center;gap:9px;
  margin:0 0 14px!important;padding:7px 12px!important;
  border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;backdrop-filter:blur(10px);
  color:#eaf4ff!important;font-size:.78rem!important;font-weight:800!important;
}
body.customer-shell .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold-500);box-shadow:0 0 0 5px rgba(229,174,75,.13)}
body.customer-shell .header-text h1{
  margin:0!important;color:#fff!important;font-size:clamp(2.5rem,5.2vw,4.6rem)!important;
  line-height:.98!important;letter-spacing:-1.7px!important;font-weight:900!important;
}
body.customer-shell .header-text p{
  max-width:720px!important;margin:18px 0 18px!important;
  color:#d8e7f6!important;font-size:clamp(1rem,1.8vw,1.2rem)!important;line-height:1.9!important;text-align:right!important;
}
body.customer-shell .header-actions{position:static!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important}
body.customer-shell header.site .btn{
  min-height:44px!important;padding:9px 18px!important;border:1px solid rgba(255,255,255,.24)!important;
  border-radius:12px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;
  box-shadow:none!important;backdrop-filter:blur(10px);font-size:.9rem!important;
}
body.customer-shell header.site .btn:hover{background:#fff!important;color:var(--brand-900)!important;transform:translateY(-1px)!important}
body.customer-shell .trust-row{
  display:inline-flex!important;align-items:center;gap:7px!important;flex-wrap:wrap!important;
  width:auto!important;max-width:100%!important;margin:0!important;padding:7px!important;
  border:1px solid rgba(255,255,255,.15)!important;border-radius:14px!important;
  background:rgba(5,22,39,.24)!important;box-shadow:0 10px 26px rgba(0,0,0,.11)!important;
  backdrop-filter:blur(12px);color:#f3f8fc!important;font-size:.8rem!important;position:relative;z-index:3;
}
body.customer-shell .trust-item{display:inline-flex!important;align-items:center;gap:7px;padding:6px 9px;border-radius:9px;background:rgba(255,255,255,.035)}
body.customer-shell .trust-item::before{content:"✓";width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(18,129,90,.28);color:#9bf1ce;font-size:.7rem;font-weight:900}
body.customer-shell main{width:min(1120px,calc(100% - 32px))!important;max-width:none!important;margin:0 auto!important;padding:22px 0 74px!important;position:relative;z-index:2}
body.customer-shell .section-title{margin:42px 0 20px!important;padding-bottom:12px!important;border-bottom:1px solid var(--border)!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;text-align:right!important}
body.customer-shell .section-title::after{display:none!important}
body.customer-shell .section-title h2{margin:0!important;color:var(--brand-900)!important;font-size:clamp(1.55rem,3vw,2.15rem)!important;line-height:1.2!important;letter-spacing:-.6px}
body.customer-shell .section-title .count{margin:0!important;padding:6px 10px!important;border-radius:999px!important;background:var(--brand-100)!important;color:var(--brand-700)!important;font-size:.78rem!important;font-weight:800!important}
body.customer-shell .grid,body.customer-shell .bundle-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;margin:0 0 34px!important}
body.customer-shell .ticket-card,body.customer-shell .bundle-card,body.customer-shell .card{
  border:1px solid rgba(17,61,104,.10)!important;border-radius:var(--radius-lg)!important;
  background:rgba(255,255,255,.98)!important;box-shadow:var(--shadow-sm)!important;overflow:hidden!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.customer-shell .ticket-card:hover,body.customer-shell .bundle-card:hover,body.customer-shell .card:hover{transform:translateY(-3px)!important;box-shadow:var(--shadow-md)!important;border-color:rgba(36,116,183,.25)!important}
body.customer-shell .ticket-card{position:relative;display:flex!important;flex-direction:column!important;cursor:pointer}
body.customer-shell .card-image-container{height:auto!important;aspect-ratio:16/8.4!important;background:#e7edf4!important;overflow:hidden!important}
body.customer-shell .card-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .42s ease!important}
body.customer-shell .ticket-card:hover .card-img,body.customer-shell .bundle-card:hover .card-img{transform:scale(1.025)!important}
body.customer-shell .ticket-body{padding:20px 22px 15px!important;text-align:right!important;display:flex!important;flex-direction:column!important;flex:1!important}
body.customer-shell .ticket-body h3,body.customer-shell .bundle-card h3,body.customer-shell .card h3{margin:0 0 12px!important;color:var(--ink-950)!important;font-size:1.22rem!important;line-height:1.45!important;letter-spacing:-.25px!important}
body.customer-shell .meta-row{
  width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;
  margin:2px 0!important;padding:5px 0!important;border:0!important;background:transparent!important;color:var(--ink-600)!important;
  border-radius:0!important;font-size:.87rem!important;font-weight:600!important;text-align:right!important;
}
body.customer-shell .meta-row i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:var(--brand-100);font-style:normal;font-size:.75rem}
body.customer-shell .price-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;margin-top:auto!important;padding-top:14px!important;border-top:1px solid var(--border)!important;text-align:right!important}
body.customer-shell .price-row .from{margin:0!important;color:var(--ink-600)!important;font-size:.78rem!important}
body.customer-shell .price-row .amt,body.customer-shell .bundle-price,body.customer-shell .price{margin:0!important;color:var(--brand-800)!important;font-size:1.45rem!important;font-weight:900!important}
body.customer-shell .ticket-card::after{
  content:"عرض التفاصيل والحجز"!important;display:block!important;margin:0 22px 20px!important;padding:12px 16px!important;
  border:0!important;border-radius:12px!important;background:linear-gradient(135deg,var(--accent-700),var(--accent-600))!important;
  color:#fff!important;text-align:center!important;font-size:.92rem!important;font-weight:900!important;
  box-shadow:0 10px 22px rgba(217,56,75,.18)!important;
}
body.customer-shell .offer-badge,body.customer-shell .soldout-badge{top:14px!important;right:14px!important;left:auto!important;border-radius:999px!important;padding:6px 10px!important;font-size:.72rem!important;box-shadow:0 8px 20px rgba(0,0,0,.15)!important}
body.customer-shell .offer-badge{background:#fff4d8!important;color:#754b06!important;border:1px solid #f0d48d!important}
body.customer-shell .soldout-badge{background:#7f1d1d!important;color:#fff!important}
body.customer-shell .bundle-card{padding-bottom:20px!important;text-align:right!important}
body.customer-shell .bundle-card h3,body.customer-shell .bundle-card .desc,body.customer-shell .bundle-card .bundle-contents,body.customer-shell .bundle-card .bundle-price,body.customer-shell .bundle-card .btn{margin-inline:20px!important}
body.customer-shell .bundle-card h3{margin-top:18px!important}
body.customer-shell .bundle-contents{padding:10px 14px!important;border:1px solid var(--border)!important;border-radius:12px!important;background:var(--surface-soft)!important}
body.customer-shell .btn{
  min-height:44px!important;padding:9px 16px!important;border-radius:11px!important;border-width:1px!important;
  font-size:.9rem!important;font-weight:800!important;transition:.18s ease!important;
}
body.customer-shell .btn.solid{background:linear-gradient(135deg,var(--accent-700),var(--accent-600))!important;border-color:transparent!important;color:#fff!important;box-shadow:0 10px 22px rgba(217,56,75,.18)!important}
body.customer-shell .btn.solid:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(217,56,75,.25)!important}
body.customer-shell .btn.ghost{background:#fff!important;border-color:var(--border-strong)!important;color:var(--brand-700)!important}
body.customer-shell .btn.ghost:hover{background:var(--brand-100)!important;border-color:var(--brand-600)!important}
body.customer-shell .detail-header{margin:20px 0 22px!important;text-align:right!important}
body.customer-shell .back-link{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0 0 14px!important;color:var(--brand-700)!important;font-size:.86rem!important;font-weight:900!important;cursor:pointer}
body.customer-shell .detail-header h2{margin:0!important;color:var(--ink-950)!important;font-size:clamp(1.65rem,3.3vw,2.45rem)!important;line-height:1.35!important;letter-spacing:-.6px!important}
body.customer-shell .detail-banner{height:auto!important;aspect-ratio:16/5.6!important;min-height:240px!important;margin:0 0 22px!important;border-radius:var(--radius-lg)!important;overflow:hidden!important;background:#dce7f2!important;box-shadow:var(--shadow-md)!important}
body.customer-shell .detail-banner img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
body.customer-shell .detail-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:20px!important;align-items:start!important}
body.customer-shell .detail-grid>.card{padding:24px!important;overflow:visible!important}
body.customer-shell .detail-grid>.card:last-child{position:sticky!important;top:18px!important}
body.customer-shell .tier-row{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  margin:10px 0!important;padding:15px!important;border:1px solid var(--border)!important;border-radius:14px!important;background:var(--surface-soft)!important;
}
body.customer-shell .tier-name{font-size:1rem!important;color:var(--ink-950)!important;font-weight:900!important}
body.customer-shell .tier-left-info{margin-top:3px!important;color:var(--ink-600)!important;font-size:.76rem!important}
body.customer-shell .qty-control{display:flex!important;align-items:center!important;gap:9px!important;padding:4px!important;border:1px solid var(--border)!important;border-radius:12px!important;background:#fff!important}
body.customer-shell .qty-control button{width:36px!important;height:36px!important;border:0!important;border-radius:9px!important;background:var(--brand-100)!important;color:var(--brand-800)!important;font-size:1.15rem!important;font-weight:900!important}
body.customer-shell .qty-control span{min-width:26px;text-align:center;font-weight:900;color:var(--ink-950)}
body.customer-shell .summary-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 0!important;border-bottom:1px dashed var(--border)!important;color:var(--ink-600)!important;font-size:.88rem!important}
body.customer-shell .summary-total{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:14px!important;padding:15px 16px!important;border-radius:13px!important;background:var(--brand-950)!important;color:#fff!important;font-size:1rem!important;font-weight:900!important}
body.customer-shell .summary-total span:last-child{font-size:1.18rem!important}
body.customer-shell label{display:block!important;margin:14px 0 7px!important;color:var(--ink-800)!important;font-size:.82rem!important;font-weight:800!important}
body.customer-shell input,body.customer-shell select,body.customer-shell textarea{
  width:100%!important;min-height:48px!important;padding:11px 13px!important;border:1px solid var(--border-strong)!important;border-radius:11px!important;
  background:#fff!important;color:var(--ink-950)!important;font:inherit!important;outline:none!important;box-shadow:none!important;
}
body.customer-shell input:focus,body.customer-shell select:focus,body.customer-shell textarea:focus{border-color:var(--brand-600)!important;box-shadow:0 0 0 4px rgba(36,116,183,.11)!important}
body.customer-shell input[type=file]{padding:7px!important;background:var(--surface-soft)!important}
body.customer-shell input[type=file]::file-selector-button{border:0;border-radius:8px;background:var(--brand-100);color:var(--brand-800);padding:8px 12px;margin-left:8px;font:inherit;font-weight:800;cursor:pointer}
body.customer-shell .field-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
body.customer-shell .promo-row{display:flex!important;align-items:stretch!important;gap:8px!important}
body.customer-shell .promo-row input{flex:1}
body.customer-shell .note{margin-top:7px!important;color:var(--ink-600)!important;font-size:.77rem!important;line-height:1.6!important}
body.customer-shell .payment-badge{margin:9px 0 14px!important;padding:12px 14px!important;border:1px solid #f0d18b!important;border-radius:12px!important;background:#fff9e9!important;color:#82540c!important;font-size:.82rem!important;line-height:1.7!important}
body.customer-shell .checkout-steps{display:flex;align-items:center;gap:8px;margin:0 0 18px;padding:9px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow-xs)}
body.customer-shell .checkout-step{display:flex;align-items:center;gap:8px;flex:1;padding:8px 10px;border-radius:10px;color:var(--ink-400);font-size:.76rem;font-weight:800}
body.customer-shell .checkout-step b{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#edf2f7;color:var(--ink-600);font-size:.72rem}
body.customer-shell .checkout-step.active{background:var(--brand-100);color:var(--brand-800)}
body.customer-shell .checkout-step.active b{background:var(--brand-700);color:#fff}
body.customer-shell .form-section{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--border)}
body.customer-shell .form-section:last-of-type{border-bottom:0;margin-bottom:0}
body.customer-shell .form-section-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
body.customer-shell .form-section-head b{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:var(--brand-100);color:var(--brand-800)}
body.customer-shell .form-section-head h3{margin:0!important;font-size:1.02rem!important}
body.customer-shell .form-section-head p{margin:2px 0 0;color:var(--ink-600);font-size:.75rem}
body.customer-shell .pay-methods{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:12px 0 15px!important}
body.customer-shell .payment-option{position:relative;display:flex!important;align-items:center!important;gap:12px!important;min-height:76px;margin:0!important;padding:13px 14px!important;border:1px solid var(--border-strong)!important;border-radius:14px!important;background:#fff!important;cursor:pointer!important;transition:.17s ease!important}
body.customer-shell .payment-option:hover{border-color:var(--brand-600)!important;background:#fbfdff!important}
body.customer-shell .payment-option input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;min-height:0!important}
body.customer-shell .payment-option .payment-radio{width:22px;height:22px;border:2px solid #b8c6d5;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
body.customer-shell .payment-option .payment-radio::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--brand-600);transform:scale(0);transition:.15s ease}
body.customer-shell .payment-option .payment-copy{display:flex;flex-direction:column;gap:2px}
body.customer-shell .payment-option .payment-copy strong{color:var(--ink-950);font-size:.9rem}
body.customer-shell .payment-option .payment-copy small{color:var(--ink-600);font-size:.72rem}
body.customer-shell .payment-option:has(input:checked){border-color:var(--brand-600)!important;background:var(--brand-100)!important;box-shadow:0 0 0 3px rgba(36,116,183,.08)}
body.customer-shell .payment-option:has(input:checked) .payment-radio{border-color:var(--brand-600)}
body.customer-shell .payment-option:has(input:checked) .payment-radio::after{transform:scale(1)}
body.customer-shell .payment-details{padding:15px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}
body.customer-shell .payment-qr{width:min(220px,100%);display:block;margin:14px auto 0;border:1px solid var(--border);border-radius:16px;background:#fff;padding:9px;box-shadow:var(--shadow-xs)}
body.customer-shell .order-summary-card{position:sticky!important;top:18px!important}
body.customer-shell .order-summary-card .summary-event{padding-bottom:13px;margin-bottom:6px;border-bottom:1px solid var(--border)}
body.customer-shell .order-summary-card .summary-event strong{display:block;color:var(--ink-950);font-size:.98rem}
body.customer-shell .order-summary-card .summary-event small{display:block;color:var(--ink-600);margin-top:3px}
body.customer-shell .confirmation-card{max-width:680px!important;margin:38px auto!important;text-align:center!important;padding:34px!important}
body.customer-shell .confirmation-card h2{font-size:1.7rem!important;color:var(--success)!important}
body.customer-shell .confirmation-icon{width:64px;height:64px;margin:0 auto 15px;border-radius:20px;display:grid;place-items:center;background:#e8f7f1;color:var(--success);font-size:1.8rem;font-weight:900}
body.customer-shell .recovery-card{max-width:680px!important;margin:0 auto!important;padding:28px!important}
body.customer-shell .empty-state{padding:48px 20px!important;border:1px dashed var(--border-strong)!important;border-radius:18px!important;background:rgba(255,255,255,.62)!important;color:var(--ink-600)!important;text-align:center!important}
body.customer-shell footer{margin-top:0!important;padding:34px 24px!important;background:#07182b!important;color:#d8e7f6!important;border:0!important}
body.customer-shell .footer-inner{width:min(1120px,100%)!important;max-width:none!important;margin:auto!important;display:grid!important;grid-template-columns:1.3fr 1fr!important;gap:28px!important;align-items:start!important}
body.customer-shell .footer-brand{margin-bottom:8px!important;color:#fff!important;font-size:1.18rem!important;font-weight:900!important}
body.customer-shell .footer-links{display:grid!important;gap:5px!important;color:#c6d7e8!important;font-size:.84rem!important}
body.customer-shell .footer-meta{margin-top:18px!important;color:#8fa8bf!important;font-size:.75rem!important}
body.customer-shell .toast{position:fixed!important;right:50%!important;bottom:24px!important;transform:translateX(50%)!important;z-index:9999!important;padding:11px 16px!important;border-radius:12px!important;background:#101b29!important;color:#fff!important;box-shadow:0 16px 40px rgba(0,0,0,.24)!important;font-size:.84rem!important}
@media(max-width:900px){
  body.customer-shell header.site{min-height:390px!important;padding:24px 20px 76px!important}
  body.customer-shell .header-content{grid-template-columns:120px minmax(0,1fr)!important;gap:26px!important}
  body.customer-shell .logo{width:120px!important;height:120px!important}
  body.customer-shell .detail-grid{grid-template-columns:1fr!important}
  body.customer-shell .detail-grid>.card:last-child,body.customer-shell .order-summary-card{position:static!important}
}
@media(max-width:680px){
  body.customer-shell header.site{min-height:470px!important;padding:24px 16px 82px!important}
  body.customer-shell .header-content{display:flex!important;flex-direction:column!important;gap:10px!important;text-align:center!important}
  body.customer-shell .brand-lockup{order:0}
  body.customer-shell .logo{width:104px!important;height:104px!important}
  body.customer-shell .header-text{text-align:center!important}
  body.customer-shell .header-text p{text-align:center!important;margin:13px auto 15px!important}
  body.customer-shell .header-actions{justify-content:center!important}
  body.customer-shell .trust-row{justify-content:center!important}
  body.customer-shell main{width:min(100% - 24px,1120px)!important;padding-top:12px!important}
  body.customer-shell .grid,body.customer-shell .bundle-grid{grid-template-columns:1fr!important;gap:16px!important}
  body.customer-shell .section-title{margin-top:32px!important}
  body.customer-shell .card-image-container{aspect-ratio:16/8.8!important}
  body.customer-shell .detail-banner{aspect-ratio:16/8!important;min-height:180px!important}
  body.customer-shell .detail-grid>.card{padding:19px!important}
  body.customer-shell .field-row,body.customer-shell .pay-methods{grid-template-columns:1fr!important}
  body.customer-shell .promo-row{flex-direction:column!important}
  body.customer-shell .checkout-steps{overflow-x:auto!important;justify-content:flex-start!important}
  body.customer-shell .checkout-step{min-width:135px!important;flex:0 0 auto!important}
  body.customer-shell .footer-inner{grid-template-columns:1fr!important}
}
@media(max-width:390px){
  body.customer-shell .header-text h1{font-size:2.35rem!important}
  body.customer-shell .trust-item{padding:5px 7px!important;font-size:.72rem!important}
  body.customer-shell .ticket-body{padding:17px 18px 13px!important}
  body.customer-shell .ticket-card::after{margin-inline:18px!important}
}
@media print{
  body.customer-shell header.site,body.customer-shell footer,body.customer-shell button,body.customer-shell .back-link,body.customer-shell .payment-badge,body.customer-shell .checkout-steps{display:none!important}
  body.customer-shell{background:#fff!important;color:#111!important}
  body.customer-shell main{max-width:none!important;width:100%!important;padding:0!important}
  body.customer-shell .final-ticket,body.customer-shell .card{box-shadow:none!important;border-color:#000!important}
}

/* V4.8.1 recovery flow stability */
body.customer-shell .recovery-otp-meta{display:grid;gap:6px;margin-top:12px;padding:12px 14px;border:1px solid #dbe7f3;border-radius:14px;background:#f7fbff;color:#64748b;font-size:13px;line-height:1.7}
body.customer-shell .recovery-otp-meta span:first-child{font-weight:800;color:#0f4c81}
body.customer-shell .recovery-secondary-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
body.customer-shell .recovery-secondary-actions .btn{flex:1;min-width:180px}
body.customer-shell #recoverOtp{direction:ltr;text-align:center;letter-spacing:.42em;font-size:22px;font-weight:800}
@media(max-width:640px){body.customer-shell .recovery-secondary-actions{flex-direction:column}body.customer-shell .recovery-secondary-actions .btn{width:100%;min-width:0}}


/* V4.12.0 - real API loading states */
.public-data-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 20px;color:var(--primary-color)}
.public-data-state h2{margin:16px 0 6px;font-size:1.6rem}.public-data-state p{margin:0 0 20px;color:var(--muted-color)}
.public-spinner{width:44px;height:44px;border:4px solid #dbeafe;border-top-color:var(--secondary-color);border-radius:50%;animation:publicSpin .8s linear infinite}
.public-data-state.error{background:#fff;border:1px solid #fed7d7;border-radius:18px;min-height:280px;margin-top:30px}
@keyframes publicSpin{to{transform:rotate(360deg)}}

/* V4.12.0 notifications, confirmations and reliable ticket barcodes */
body.customer-shell .toast-stack{position:fixed!important;top:20px!important;left:20px!important;z-index:12000!important;display:grid!important;gap:10px!important;width:min(420px,calc(100vw - 28px))!important;pointer-events:none!important}
body.customer-shell .toast-stack .toast{position:relative!important;inset:auto!important;transform:translateY(-12px)!important;width:100%!important;min-height:72px!important;margin:0!important;padding:14px 14px 14px 46px!important;border:1px solid #d8e4ef!important;border-radius:16px!important;background:#fff!important;color:#13263a!important;box-shadow:0 18px 52px rgba(12,39,67,.18)!important;display:grid!important;grid-template-columns:40px 1fr 28px!important;gap:11px!important;align-items:center!important;opacity:0!important;transition:.22s ease!important;pointer-events:auto!important;text-align:right!important;direction:rtl!important}
body.customer-shell .toast-stack .toast.show{opacity:1!important;transform:translateY(0)!important}
body.customer-shell .toast-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:20px;font-weight:900;color:#fff}
body.customer-shell .toast-copy{display:grid;gap:3px;min-width:0}
body.customer-shell .toast-copy strong{font-size:.95rem;line-height:1.35;color:#102a43}
body.customer-shell .toast-copy small{font-size:.82rem;line-height:1.55;color:#62758a}
body.customer-shell .toast-close{position:absolute;left:10px;top:9px;width:28px;height:28px;border:0;background:transparent;color:#7890a6;font-size:21px;cursor:pointer;border-radius:8px}
body.customer-shell .toast-success{border-right:5px solid #20a66a!important}.toast-success .toast-icon{background:#20a66a}
body.customer-shell .toast-error{border-right:5px solid #e3485b!important}.toast-error .toast-icon{background:#e3485b}
body.customer-shell .toast-warning{border-right:5px solid #d89a24!important}.toast-warning .toast-icon{background:#d89a24}
body.customer-shell .toast-info{border-right:5px solid #2e78bd!important}.toast-info .toast-icon{background:#2e78bd}
body.customer-shell .confirmation-card{padding:32px!important;border:1px solid #dce8f2!important;box-shadow:0 22px 60px rgba(17,51,83,.11)!important}
body.customer-shell .confirmation-icon{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,#20a66a,#46c58a);color:#fff;display:grid;place-items:center;margin:0 auto 16px;font-size:34px;font-weight:900;box-shadow:0 14px 32px rgba(32,166,106,.25)}
body.customer-shell .order-status-notice{display:grid;gap:4px;text-align:right;background:#fff8e8;border:1px solid #f0d28b;border-radius:14px;padding:14px 16px;margin:18px 0;color:#76551a}
body.customer-shell .order-status-notice span{font-size:.84rem;line-height:1.65;color:#8a6b32}
body.customer-shell .barcode-wrap svg{width:100%!important;max-width:620px!important;height:auto!important;min-height:112px!important;display:block!important}
@media(max-width:600px){body.customer-shell .toast-stack{top:12px!important;left:14px!important;width:calc(100vw - 28px)!important}body.customer-shell .toast-stack .toast{grid-template-columns:36px 1fr 24px!important;padding:12px 12px 12px 40px!important}.confirmation-card{margin:22px 10px!important}}


/* V4.12.0 brand footer */
body.customer-shell .site-footer{
  margin-top:0!important;padding:34px 24px 18px!important;background:#07182b!important;color:#d8e7f6!important;border:0!important;
}
body.customer-shell .site-footer .footer-inner{
  width:min(1120px,100%)!important;max-width:none!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:46px!important;align-items:start!important;
}
body.customer-shell .site-footer .footer-section{min-width:0!important}
body.customer-shell .site-footer .footer-identity{text-align:right!important}
body.customer-shell .site-footer .footer-contact{text-align:right!important;display:grid!important;gap:7px!important}
body.customer-shell .site-footer .footer-brand{margin:0 0 10px!important;color:#fff!important;font-size:1.28rem!important;font-weight:900!important;letter-spacing:.15px!important}
body.customer-shell .site-footer p{margin:0!important;color:#c6d7e8!important;font-size:.88rem!important;line-height:1.9!important}
body.customer-shell .site-footer .footer-rights{max-width:520px!important}
body.customer-shell .site-footer .footer-link{color:#fff!important;text-decoration:none!important;font-weight:800!important;border-bottom:1px solid rgba(255,255,255,.28)!important;transition:.18s ease!important}
body.customer-shell .site-footer .footer-link:hover{color:#8fd0ff!important;border-bottom-color:#8fd0ff!important}
body.customer-shell .site-footer .footer-powered{
  width:min(1120px,100%)!important;margin:26px auto 0!important;padding-top:17px!important;border-top:1px solid rgba(255,255,255,.12)!important;text-align:center!important;color:#8fa8bf!important;font-size:.78rem!important;letter-spacing:.45px!important;
}
body.customer-shell .site-footer .footer-powered a{color:#fff!important;font-weight:900!important;text-decoration:none!important}
body.customer-shell .site-footer .footer-powered a:hover{color:#8fd0ff!important}
@media(max-width:760px){
  body.customer-shell .site-footer{padding:28px 20px 16px!important}
  body.customer-shell .site-footer .footer-inner{grid-template-columns:1fr!important;gap:22px!important}
  body.customer-shell .site-footer .footer-identity,body.customer-shell .site-footer .footer-contact{text-align:center!important}
  body.customer-shell .site-footer .footer-rights{max-width:none!important}
  body.customer-shell .site-footer .footer-powered{margin-top:22px!important}
}
