html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}


body {
  scrollbar-width: none;
}.vantage-product-card{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,rgba(20,20,27,.98),rgba(10,10,15,.98));border:1px solid rgba(156,83,233,.34);border-radius:20px;overflow:hidden;color:#F8FAFC;box-shadow:0 18px 60px rgba(0,0,0,.32);transition:.25s ease}.vantage-product-card:hover{transform:translateY(-4px);border-color:rgba(190,142,241,.72);box-shadow:0 24px 80px rgba(156,83,233,.12)}.vantage-product-image-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#0A0A0F;overflow:hidden}.vantage-product-image{width:100%;height:100%;object-fit:cover;display:block}.vantage-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9C53E9;background:#14141B}.vantage-product-placeholder svg{width:42px;height:42px}.vantage-product-category-badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;background:#9C53E9;color:#0A0A0F;font-size:13px;font-weight:800;line-height:1;box-shadow:0 0 22px rgba(156,83,233,.35)}.vantage-product-category-badge svg{width:14px;height:14px}.vantage-product-body{display:flex;flex-direction:column;flex:1;padding:26px 28px 28px}.vantage-product-name{font-size:22px;font-weight:800;letter-spacing:-.025em;line-height:1.15;color:#F8FAFC;margin:0 0 10px}.vantage-product-category-text{font-size:15px;font-weight:700;color:rgba(148,163,184,.75);margin-bottom:14px}.vantage-product-subtitle{font-size:16px;font-weight:600;line-height:1.55;color:rgba(148,163,184,.78);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}.vantage-product-subtitle.expanded{-webkit-line-clamp:unset;display:block}.vantage-product-more{align-self:flex-start;background:transparent;border:0;color:#BE8EF1;font-size:14px;font-weight:800;padding:3px 0 0;margin:0 0 22px}.vantage-product-more.hidden{display:none}.vantage-product-price{font-size:30px;font-weight:900;letter-spacing:-.035em;color:#F8FAFC;margin:0 0 22px}.vantage-product-bullets{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0 0 28px}.vantage-product-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:700;color:rgba(148,163,184,.82);line-height:1.3}.vantage-product-bullets li span{color:#BE8EF1;font-weight:900}.vantage-product-button{margin-top:auto;min-height:54px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,rgba(156,83,233,.30),rgba(156,83,233,.16));border:1px solid rgba(190,142,241,.55);color:#BE8EF1;font-size:16px;font-weight:800;box-shadow:inset 0 0 26px rgba(156,83,233,.08),0 0 28px rgba(156,83,233,.08)}.vantage-product-button svg{width:19px;height:19px}

/* robust subtitle more button */
.vantage-product-subtitle.expanded{
  display:block !important;
  -webkit-line-clamp:unset !important;
  -webkit-box-orient:initial !important;
  overflow:visible !important;
  min-height:0 !important;
}
.vantage-product-more{
  position:relative;
  z-index:5;
  pointer-events:auto;
}


/* Customer modal/account redesign */
.customer-shell{position:relative;z-index:1;padding-top:5rem;padding-bottom:4rem;color:#F8FAFC;font-family:'Google Sans','Product Sans',Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.customer-shell:before{content:'';position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 60% 10%,rgba(124,58,237,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 35% at 10% 70%,rgba(109,40,217,.06) 0%,transparent 60%),radial-gradient(ellipse 35% 30% at 90% 60%,rgba(167,139,250,.05) 0%,transparent 60%)}.customer-shell:after{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(167,139,250,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(167,139,250,.018) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,black 0%,transparent 100%)}.customer-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:24px}.customer-main{min-width:0}.customer-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:26px;animation:customerFadeUp .55s ease both}.customer-page-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:clamp(24px,3vw,32px);line-height:1.05;font-weight:600;letter-spacing:-.035em;margin:0;background:linear-gradient(135deg,#DDD6FE 0%,#A78BFA 55%,#7C3AED 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-page-subtitle{font-size:13px;color:#94A3B8;font-weight:300;letter-spacing:.01em;margin:7px 0 0}.customer-status-pill{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.22);border-radius:999px;padding:5px 13px 5px 9px;font-size:11.5px;color:#86EFAC;letter-spacing:.02em}.customer-status-pill:before{content:'';width:5px;height:5px;border-radius:50%;background:#22C55E;box-shadow:0 0 7px #22C55E;animation:customerBlink 2.2s ease-in-out infinite}.customer-card{background:#14141B!important;border:1px solid rgba(167,139,250,.10)!important;border-radius:16px!important;color:#F8FAFC!important;box-shadow:none;position:relative;overflow:hidden;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.customer-card:after{content:'';position:absolute;inset:0;border-radius:16px;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(167,139,250,.05) 0%,transparent 70%);pointer-events:none}.customer-card:hover{border-color:rgba(167,139,250,.28)!important;transform:translateY(-2px);box-shadow:0 12px 40px rgba(124,58,237,.12)}.customer-card>*{position:relative;z-index:1}.customer-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;animation:customerFadeUp .55s .08s ease both}.customer-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px;animation:customerFadeUp .55s .16s ease both}.customer-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;animation:customerFadeUp .55s .18s ease both}.customer-stat{padding:22px 22px 20px}.customer-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border:1px solid rgba(167,139,250,.3);background:linear-gradient(135deg,rgba(167,139,250,.15),rgba(124,58,237,.07));color:#A78BFA}.customer-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;fill:none}.customer-stat:nth-child(1) .customer-icon{background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(21,128,61,.07));border-color:rgba(34,197,94,.3);color:#22C55E}.customer-stat:nth-child(2) .customer-icon{background:linear-gradient(135deg,rgba(250,204,21,.15),rgba(202,138,4,.07));border-color:rgba(250,204,21,.3);color:#FACC15}.customer-label{font-size:11.5px;font-weight:500;color:#94A3B8;letter-spacing:.07em;text-transform:uppercase;margin-bottom:7px}.customer-value{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:28px;font-weight:700;line-height:1;letter-spacing:-.03em;background:linear-gradient(135deg,#DDD6FE,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-stat:nth-child(1) .customer-value{background:linear-gradient(135deg,#BBF7D0,#22C55E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-stat:nth-child(2) .customer-value{background:linear-gradient(135deg,#FEF08A,#FACC15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-sub{font-size:11.5px;color:rgba(148,163,184,.55);margin-top:6px;font-weight:300}.customer-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.customer-card-title{font-size:11px;font-weight:600;color:rgba(148,163,184,.55);letter-spacing:.11em;text-transform:uppercase;margin:0}.customer-order-horizontal{display:flex;align-items:center;gap:16px}.customer-product-image{width:116px;height:74px;flex:0 0 116px;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,rgba(167,139,250,.13),rgba(124,58,237,.05));border:1px solid rgba(167,139,250,.16);display:flex;align-items:center;justify-content:center}.customer-product-image img{width:100%;height:100%;object-fit:cover;display:block}.customer-product-image svg{width:28px;height:28px;color:#A78BFA;opacity:.75}.customer-product-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:17px;font-weight:600;color:#F8FAFC;letter-spacing:-.015em;line-height:1.3;margin:0 0 7px}.customer-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px;color:#94A3B8;font-weight:300}.customer-meta a{color:#94A3B8;text-decoration:none}.customer-meta a:hover{color:#C4B5FD}.customer-id{color:#A78BFA;font-weight:600}.customer-divider{height:1px;background:linear-gradient(90deg,rgba(167,139,250,.12),transparent);margin:16px 0}.customer-link-btn,.customer-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;border:1px solid rgba(167,139,250,.25);background:linear-gradient(135deg,rgba(167,139,250,.15),rgba(124,58,237,.08));color:#C4B5FD!important;text-decoration:none!important;font-size:13px;font-weight:500;line-height:1;padding:10px 15px;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.customer-link-btn:hover,.customer-action-btn:hover{background:linear-gradient(135deg,rgba(167,139,250,.22),rgba(124,58,237,.12));border-color:rgba(196,181,253,.38);transform:translateY(-1px);box-shadow:0 6px 20px rgba(124,58,237,.18)}.customer-action-btn svg,.customer-link-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.customer-danger{display:flex;justify-content:flex-end;margin-top:18px}.customer-delete-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:10px;background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.18);color:rgba(252,165,165,.78);font-size:13px;font-weight:500;transition:.2s}.customer-delete-btn:hover{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35);color:#FCA5A5;transform:translateY(-1px)}.customer-delete-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.customer-table-card{padding:0!important}.customer-table-header{padding:23px 24px 18px;border-bottom:1px solid rgba(167,139,250,.09);display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-table-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.02em;margin:0;color:#F8FAFC}.customer-table-wrap{overflow-x:auto}.customer-table{width:100%;border-collapse:separate;border-spacing:0;margin:0!important;color:#F8FAFC!important}.customer-table thead th{background:rgba(255,255,255,.015)!important;border:0!important;border-bottom:1px solid rgba(167,139,250,.08)!important;color:rgba(148,163,184,.6)!important;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:14px 18px!important}.customer-table tbody td{border:0!important;border-bottom:1px solid rgba(167,139,250,.065)!important;color:#F8FAFC!important;font-size:13px;padding:15px 18px!important;vertical-align:middle}.customer-table tbody tr:hover td{background:rgba(167,139,250,.035)!important}.customer-table a{color:#A78BFA!important;text-decoration:none}.customer-table a:hover{color:#C4B5FD!important}.customer-empty{padding:32px;text-align:center;color:#94A3B8;font-size:13px}.customer-status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;background:rgba(167,139,250,.09);border:1px solid rgba(167,139,250,.18);color:#C4B5FD;font-size:11.5px;text-transform:capitalize}.customer-status-badge:before{content:'';width:5px;height:5px;border-radius:50%;background:#A78BFA;box-shadow:0 0 6px #A78BFA}.customer-status-badge.completed,.customer-status-badge.paid{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.2);color:#86EFAC}.customer-status-badge.completed:before,.customer-status-badge.paid:before{background:#22C55E;box-shadow:0 0 6px #22C55E}.customer-invoice-product{display:flex;align-items:center;gap:12px;min-width:250px}.customer-invoice-image{width:58px;height:42px;border-radius:10px;background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.14);overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 58px}.customer-invoice-image img{width:100%;height:100%;object-fit:cover}.customer-invoice-image svg{width:20px;height:20px;color:#A78BFA;opacity:.7}.customer-small-title{font-weight:600;font-size:13.5px;color:#F8FAFC;line-height:1.25}.customer-small-sub{font-size:11.5px;color:#94A3B8;margin-top:3px}.customer-affiliate-box{display:flex;align-items:center;gap:10px;padding:12px 13px;background:rgba(10,10,15,.55);border:1px solid rgba(167,139,250,.12);border-radius:12px;color:#C4B5FD;font-size:12.5px;word-break:break-all}.customer-mini-actions{display:flex;gap:7px;align-items:center}.customer-icon-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(167,139,250,.22);background:rgba(167,139,250,.08);color:#C4B5FD;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.customer-icon-btn:hover{background:rgba(167,139,250,.15);border-color:rgba(196,181,253,.35);transform:translateY(-1px)}.customer-icon-btn svg{width:18px;height:18px}.customer-alert{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px;padding:14px 16px;border-radius:14px;background:rgba(167,139,250,.07);border:1px solid rgba(167,139,250,.14);color:#94A3B8;font-size:12.5px}.customer-alert a{color:#C4B5FD;text-decoration:none}.customer-topup-grid{display:flex;flex-wrap:wrap;gap:10px}.customer-topup-grid .btn,.customer-shell .btn-outline-primary,.customer-shell .btn-primary-outline{border-radius:10px!important;border:1px solid rgba(167,139,250,.25)!important;background:linear-gradient(135deg,rgba(167,139,250,.12),rgba(124,58,237,.06))!important;color:#C4B5FD!important;font-size:13px!important;font-weight:500!important;padding:10px 15px!important}.customer-shell .modal-content{background:#14141B!important;border:1px solid rgba(167,139,250,.14)!important;border-radius:20px!important;color:#F8FAFC!important;box-shadow:0 32px 80px rgba(0,0,0,.5),0 0 0 1px rgba(167,139,250,.06)}.customer-shell .modal-header{border-bottom:1px solid rgba(167,139,250,.08)!important}.customer-shell .modal-title{font-size:17px;font-weight:600}.customer-shell .modal-body{color:#94A3B8;font-size:13px}.customer-shell .btn-danger{border-radius:10px!important;background:linear-gradient(135deg,rgba(239,68,68,.25),rgba(185,28,28,.14))!important;border:1px solid rgba(239,68,68,.35)!important;color:#FCA5A5!important}.customer-components{margin-top:24px}.customer-ticket-card .ticket-message-content,.customer-ticket-card .form-control,.customer-shell .form-control{background:rgba(10,10,15,.55)!important;border:1px solid rgba(167,139,250,.12)!important;color:#F8FAFC!important;border-radius:12px!important}.customer-ticket-card .ticket-input-area{border-color:rgba(167,139,250,.1)!important}.customer-ticket-card .ticket-avatar-img,.customer-ticket-card .ticket-avatar-placeholder{border-radius:12px!important}@keyframes customerFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes customerBlink{0%,100%{opacity:1}50%{opacity:.3}}@media(max-width:991px){.customer-layout{grid-template-columns:1fr}.customer-sidebar{position:relative!important;top:auto!important;height:auto!important}.customer-grid-3{grid-template-columns:1fr 1fr}.customer-grid-3 .customer-stat:last-child{grid-column:span 2}.customer-bottom-grid{grid-template-columns:1fr}.customer-page-header{flex-direction:column}}@media(max-width:620px){.customer-shell{padding-top:4rem}.customer-grid-3,.customer-grid-2{grid-template-columns:1fr}.customer-grid-3 .customer-stat:last-child{grid-column:auto}.customer-order-horizontal{align-items:flex-start}.customer-product-image{width:86px;height:62px;flex-basis:86px}.customer-table-header{padding:20px 18px}.customer-table thead th,.customer-table tbody td{padding-left:14px!important;padding-right:14px!important}}
.customer-sidebar{background:rgba(20,20,27,.72)!important;backdrop-filter:blur(14px);border:1px solid rgba(167,139,250,.10)!important;border-radius:16px!important;padding:20px 14px!important;position:sticky;top:92px;overflow:hidden}.customer-sidebar:after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 90% 50% at 50% -10%,rgba(167,139,250,.07),transparent 70%);pointer-events:none}.customer-sidebar>*{position:relative;z-index:1}.customer-sidebar-head{padding:4px 8px 16px;border-bottom:1px solid rgba(167,139,250,.09);margin-bottom:13px}.customer-sidebar-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:17px;font-weight:700;letter-spacing:-.02em;margin:0;background:linear-gradient(135deg,#DDD6FE,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-sidebar-email{display:block;margin-top:6px;font-size:11.5px;color:#94A3B8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-sidebar-section{font-size:10px;font-weight:600;color:rgba(148,163,184,.48);letter-spacing:.12em;text-transform:uppercase;padding:12px 9px 6px}.customer-sidebar .nav{gap:4px!important}.customer-sidebar .nav-link{width:100%;display:flex!important;align-items:center;gap:10px;padding:10px 11px!important;border-radius:10px!important;font-size:13.5px!important;font-weight:500!important;color:#94A3B8!important;text-decoration:none!important;background:transparent!important;border:1px solid transparent!important;transition:background .2s,color .2s,border-color .2s}.customer-sidebar .nav-link svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;opacity:.75}.customer-sidebar .nav-link:hover{background:rgba(167,139,250,.06)!important;color:#C4B5FD!important;border-color:rgba(167,139,250,.10)!important}.customer-sidebar .nav-link.active{background:rgba(167,139,250,.11)!important;color:#C4B5FD!important;border-color:rgba(167,139,250,.20)!important}.customer-sidebar .logout-link{color:rgba(252,165,165,.8)!important}.customer-sidebar .logout-link:hover{background:rgba(239,68,68,.08)!important;border-color:rgba(239,68,68,.20)!important;color:#FCA5A5!important}

.customer-shell{padding-top:8.25rem!important;padding-bottom:5rem!important}.customer-layout{gap:28px!important}.customer-main{max-width:1120px}.customer-page-header{margin-bottom:30px!important}.customer-page-title{font-size:clamp(26px,3.2vw,34px)!important;font-weight:600!important;letter-spacing:-.04em!important}.customer-page-subtitle{font-size:13.5px!important;color:rgba(148,163,184,.82)!important;margin-top:8px!important}.customer-card{border-radius:19px!important;background:linear-gradient(180deg,rgba(20,20,27,.98),rgba(13,13,20,.96))!important;border:1px solid rgba(167,139,250,.15)!important;box-shadow:0 18px 60px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.025)!important}.customer-card:before{background:radial-gradient(ellipse 75% 42% at 50% -20%,rgba(196,181,253,.075),transparent 72%)!important}.customer-card:hover{border-color:rgba(196,181,253,.36)!important;transform:translateY(-4px)!important;box-shadow:0 24px 78px rgba(124,58,237,.15),inset 0 1px 0 rgba(255,255,255,.035)!important}.customer-grid-3{gap:18px!important;margin-bottom:22px!important}.customer-stat{padding:24px 24px 22px!important;min-height:166px!important}.customer-icon{width:40px!important;height:40px!important;border-radius:12px!important;margin-bottom:17px!important}.customer-label,.customer-card-title{font-size:11.5px!important;letter-spacing:.115em!important;color:rgba(148,163,184,.58)!important}.customer-value{font-size:30px!important}.customer-sub{font-size:12px!important;color:rgba(148,163,184,.58)!important}.customer-bottom-grid{gap:18px!important;grid-template-columns:minmax(0,1fr) 240px!important}.customer-bottom-grid>.customer-card{padding:26px!important}.customer-card-head{margin-bottom:18px!important}.customer-order-horizontal{gap:18px!important;align-items:center!important}.customer-product-image{width:150px!important;height:88px!important;flex:0 0 150px!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(167,139,250,.16),rgba(10,10,15,.75))!important;border:1px solid rgba(167,139,250,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 30px rgba(0,0,0,.25)!important;position:relative!important}.customer-product-image:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,transparent 45%,rgba(10,10,15,.18));pointer-events:none}.customer-product-image img,.customer-invoice-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.customer-product-image.is-empty:before,.customer-invoice-image.is-empty:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 20%,rgba(196,181,253,.14),transparent 58%)}.customer-product-title{font-size:19px!important;font-weight:600!important;letter-spacing:-.025em!important;margin-bottom:8px!important}.customer-meta{font-size:12.8px!important;color:rgba(148,163,184,.84)!important}.customer-divider{margin:18px 0!important;background:linear-gradient(90deg,rgba(167,139,250,.18),rgba(167,139,250,.04),transparent)!important}.customer-link-btn,.customer-action-btn{border-radius:11px!important;padding:11px 16px!important;font-size:13.2px!important}.customer-sidebar{top:88px!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(20,20,27,.88),rgba(12,12,18,.78))!important;border:1px solid rgba(167,139,250,.13)!important;box-shadow:0 18px 54px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.025)!important}.customer-sidebar-head{padding:18px 18px 16px!important;margin-bottom:8px!important;border-bottom:1px solid rgba(167,139,250,.09)!important}.customer-sidebar-title{font-size:15px!important;letter-spacing:-.015em!important}.customer-sidebar-email{font-size:11.5px!important;color:rgba(148,163,184,.7)!important}.customer-sidebar .nav-link{border-radius:12px!important;font-size:13.5px!important;padding:10px 12px!important}.customer-sidebar .nav-link.active{box-shadow:0 10px 28px rgba(124,58,237,.16)!important}.customer-status-pill,.customer-status-badge{box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}.customer-table-card{border-radius:19px!important;overflow:hidden!important}.customer-table-title{font-size:19px!important}.customer-invoice-image{width:72px!important;height:48px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(167,139,250,.14),rgba(10,10,15,.7))!important;border:1px solid rgba(167,139,250,.2)!important;position:relative!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important}.customer-small-title{font-size:14px!important;font-weight:600!important}.customer-small-sub{font-size:11.8px!important;color:rgba(148,163,184,.72)!important}@media(max-width:991px){.customer-shell{padding-top:7rem!important}.customer-bottom-grid{grid-template-columns:1fr!important}.customer-sidebar{top:auto!important}.customer-main{max-width:none}.customer-product-image{width:128px!important;height:78px!important;flex-basis:128px!important}}@media(max-width:620px){.customer-shell{padding-top:6rem!important}.customer-order-horizontal{align-items:flex-start!important}.customer-product-image{width:104px!important;height:70px!important;flex-basis:104px!important}.customer-bottom-grid>.customer-card{padding:22px!important}.customer-page-title{font-size:26px!important}}

.customer-shell{padding-top:10.25rem!important}.customer-sidebar{top:116px!important}.customer-main{padding-top:8px!important}.customer-shell .modal{z-index:20050!important;pointer-events:auto!important}.customer-shell .modal-dialog{z-index:20060!important;pointer-events:auto!important}.modal-backdrop{z-index:20040!important}.customer-shell .modal-content,.customer-shell .modal button{pointer-events:auto!important}.customer-shell .btn-close{filter:invert(1) grayscale(1);opacity:.7}.customer-shell .modal-content{transform:translateY(0)!important}.customer-product-image img,.customer-invoice-image img{opacity:1!important;visibility:visible!important;position:relative!important;z-index:2!important}.customer-product-image svg,.customer-invoice-image svg{width:28px!important;height:28px!important;color:#A78BFA!important;opacity:.75!important;position:relative!important;z-index:1!important}.customer-orders-list{display:grid;gap:16px;animation:customerFadeUp .6s .16s forwards;opacity:0}.customer-order-row{display:grid;grid-template-columns:126px minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px!important;min-height:124px;overflow:hidden}.customer-order-row-image{width:126px!important;height:82px!important;border-radius:16px!important;flex:none!important}.customer-order-row-main{min-width:0}.customer-order-row-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.customer-order-row-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:18px;font-weight:650;letter-spacing:-.025em;color:#F8FAFC;margin:0 0 7px;line-height:1.25}.customer-order-row-title span{font-size:13px;font-weight:400;color:#94A3B8}.customer-order-row-side{display:flex;flex-direction:column;align-items:flex-end;gap:13px;min-width:185px}.customer-order-price{font-family:'Google Sans Display','Google Sans',Inter,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#DDD6FE,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-order-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.customer-link-btn.muted{background:rgba(255,255,255,.035)!important;border-color:rgba(167,139,250,.12)!important;color:#94A3B8!important}.customer-table-card{padding:0!important}.customer-delete-btn{position:relative!important;z-index:5!important}@media(max-width:991px){.customer-shell{padding-top:8rem!important}.customer-sidebar{top:auto!important}.customer-order-row{grid-template-columns:112px minmax(0,1fr);align-items:start}.customer-order-row-side{grid-column:1/-1;align-items:flex-start;min-width:0;flex-direction:row;justify-content:space-between;width:100%}.customer-order-row-image{width:112px!important;height:74px!important}}@media(max-width:620px){.customer-shell{padding-top:7rem!important}.customer-order-row{grid-template-columns:1fr;padding:16px!important}.customer-order-row-image{width:100%!important;height:170px!important}.customer-order-row-side{flex-direction:column;gap:10px}.customer-order-actions{justify-content:flex-start}.customer-order-price{font-size:19px}}

.customer-page-header-wide{max-width:100%!important;margin:0 0 26px 0!important;padding-left:300px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}
.customer-layout-under-header{align-items:start!important}
.customer-layout-under-header .customer-sidebar{top:116px!important;min-height:430px!important;height:auto!important;align-self:stretch!important}
.customer-layout-under-header .customer-grid-3{margin-top:0!important}
.customer-layout-under-header .customer-main{padding-top:0!important}
.customer-sidebar-section:empty{display:none!important}
.customer-sidebar .customer-sidebar-section+li.customer-sidebar-section{padding-top:6px!important}
.customer-order-no-image{padding:8px 0 2px!important}
.customer-dashboard-bottom-grid{grid-template-columns:minmax(0,1fr) 240px!important}
.customer-invoice-image.is-empty{display:none!important}
.customer-order-row.no-image{grid-template-columns:minmax(0,1fr) auto!important}
.customer-order-row.no-image .customer-order-row-main{padding-left:4px!important}
.customer-order-row.no-image .customer-order-row-title{font-size:19px!important}
.customer-order-row.no-image .customer-order-row-side{min-width:190px!important}
@media(max-width:991px){.customer-page-header-wide{padding-left:0!important}.customer-layout-under-header .customer-sidebar{min-height:auto!important}.customer-order-row.no-image{grid-template-columns:1fr!important}.customer-order-row.no-image .customer-order-row-side{min-width:0!important;width:100%!important}}
.customer-shell .modal.show{display:block!important;pointer-events:auto!important}
.customer-shell .modal.show .modal-dialog,.customer-shell .modal.show .modal-content,.customer-shell .modal.show button{pointer-events:auto!important}
.customer-confirm-delete{cursor:pointer!important;position:relative!important;z-index:3!important}
.customer-confirm-delete:disabled{opacity:.65!important;cursor:not-allowed!important}

/* v8 modal click + mobile customer fixes */
body.modal-open{overflow:hidden!important;touch-action:none!important}
.modal{position:fixed!important;inset:0!important;overflow-x:hidden!important;overflow-y:auto!important;z-index:2147483000!important;pointer-events:auto!important}
.modal.show{display:block!important;pointer-events:auto!important}
.modal-dialog{position:relative!important;z-index:2147483002!important;pointer-events:none!important}
.modal-content{position:relative!important;z-index:2147483003!important;pointer-events:auto!important;background:linear-gradient(180deg,rgba(20,20,27,.98),rgba(10,10,15,.98))!important;border:1px solid rgba(167,139,250,.16)!important;border-radius:20px!important;box-shadow:0 32px 90px rgba(0,0,0,.68),0 0 0 1px rgba(167,139,250,.08)!important}
.modal-content *{pointer-events:auto!important}
.modal-backdrop{z-index:2147482990!important;background:#050508!important}
.modal-backdrop.show{opacity:.72!important}
.modal .btn,.modal button,.modal input,.modal textarea,.modal select,.modal a{position:relative!important;z-index:2147483004!important;pointer-events:auto!important}
.modal .form-control{background:rgba(5,5,10,.66)!important;border:1px solid rgba(167,139,250,.12)!important;color:#F8FAFC!important;border-radius:12px!important;min-height:46px!important;font-size:14px!important;box-shadow:none!important}
.modal textarea.form-control{min-height:160px!important;padding-top:13px!important}
.modal .form-control:focus{border-color:rgba(196,181,253,.45)!important;box-shadow:0 0 0 3px rgba(167,139,250,.12)!important;background:rgba(8,8,14,.92)!important}
.modal .form-control::placeholder{color:rgba(148,163,184,.62)!important}
.modal .form-label{color:#C4B5FD!important;font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin-bottom:8px!important}
.modal .modal-header{padding:22px 24px!important;border-bottom:1px solid rgba(167,139,250,.08)!important}
.modal .modal-body{padding:22px 24px 24px!important;color:#94A3B8!important}
.modal .modal-title{font-family:'Google Sans Display','Google Sans',Inter,sans-serif!important;font-size:19px!important;font-weight:700!important;letter-spacing:-.025em!important;color:#F8FAFC!important;background:linear-gradient(135deg,#F8FAFC,#C4B5FD)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}
.modal .btn-close{filter:invert(1) grayscale(1)!important;opacity:.7!important;transition:.2s!important}
.modal .btn-close:hover{opacity:1!important;transform:rotate(90deg)!important}
#ticket-create-modal .modal-dialog{max-width:620px!important}
#ticket-create-modal .btn-primary{min-height:50px!important;border-radius:13px!important;background:linear-gradient(135deg,rgba(167,139,250,.92),rgba(124,58,237,.8))!important;border:1px solid rgba(196,181,253,.42)!important;color:#fff!important;font-weight:800!important;letter-spacing:-.01em!important;box-shadow:0 16px 38px rgba(124,58,237,.22)!important}
#ticket-create-modal .btn-primary:hover{transform:translateY(-1px)!important;box-shadow:0 18px 48px rgba(124,58,237,.32)!important}
#customer-delete-modal .btn-danger{min-height:48px!important;border-radius:13px!important;background:linear-gradient(135deg,rgba(239,68,68,.26),rgba(127,29,29,.2))!important;border:1px solid rgba(239,68,68,.34)!important;color:#FCA5A5!important;font-weight:800!important}
#customer-delete-modal .btn-outline-primary{min-height:48px!important;border-radius:13px!important;background:rgba(167,139,250,.07)!important;border:1px solid rgba(167,139,250,.17)!important;color:#C4B5FD!important;font-weight:800!important}

@media(max-width:768px){
  .customer-shell{padding:6.5rem 14px 3rem!important;max-width:100%!important}
  .customer-layout,.customer-layout-under-header{display:block!important}
  .customer-sidebar{position:relative!important;top:auto!important;width:100%!important;margin:0 0 18px!important;min-height:0!important;padding:16px!important;border-radius:18px!important}
  .customer-sidebar-head{padding:4px 4px 14px!important;margin-bottom:12px!important}
  .customer-sidebar .nav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .customer-sidebar .nav-item{margin:0!important}
  .customer-sidebar .customer-sidebar-section{grid-column:1/-1;margin:8px 0 0!important;padding:0 4px!important;font-size:10px!important}
  .customer-sidebar .nav-link{min-height:44px!important;justify-content:flex-start!important;padding:10px 11px!important;font-size:13px!important}
  .customer-page-header,.customer-page-header-wide{display:block!important;margin-bottom:18px!important}
  .customer-status-pill{margin-top:12px!important}
  .customer-page-title{font-size:28px!important;line-height:1.1!important}
  .customer-page-subtitle{font-size:12.5px!important;line-height:1.5!important}
  .customer-grid-3,.customer-grid-2{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:12px!important}
  .customer-stat{padding:18px!important;min-height:128px!important}
  .customer-bottom-grid,.customer-dashboard-bottom-grid{grid-template-columns:1fr!important;gap:12px!important}
  .customer-card{border-radius:18px!important}
  .customer-card[style]{padding:20px!important}
  .customer-product-title{font-size:17px!important}
  .customer-meta{font-size:12px!important;gap:6px!important}
  .customer-danger{justify-content:stretch!important;margin-top:14px!important}
  .customer-delete-btn{width:100%!important;justify-content:center!important;min-height:48px!important}
  .customer-table-header{padding:18px!important;display:block!important}
  .customer-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .customer-table{min-width:720px!important}
  .customer-order-row{grid-template-columns:1fr!important;gap:14px!important;padding:18px!important;min-height:0!important}
  .customer-order-row-image{display:none!important}
  .customer-order-row-side{grid-column:auto!important;width:100%!important;align-items:flex-start!important;flex-direction:column!important;gap:12px!important;min-width:0!important}
  .customer-order-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .customer-order-actions .customer-link-btn{width:100%!important}
  .modal-dialog{margin:1rem!important;min-height:calc(100% - 2rem)!important;display:flex!important;align-items:center!important}
  .modal-content{border-radius:18px!important}
  .modal .modal-header{padding:18px!important}
  .modal .modal-body{padding:18px!important}
}

/* ========================================================
   WARRANTY BADGE — customer orders page
   ======================================================== */
.warranty-badge{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 13px;border-radius:12px;position:relative;overflow:hidden;transition:border-color .25s,box-shadow .25s}
.warranty-badge:before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none}

/* Active warranty */
.warranty-active{background:linear-gradient(135deg,rgba(34,197,94,.07),rgba(16,185,129,.04));border:1px solid rgba(34,197,94,.22)}
.warranty-active:before{background:radial-gradient(ellipse 80% 60% at 0% 50%,rgba(34,197,94,.06),transparent 70%)}
.warranty-active:hover{border-color:rgba(34,197,94,.38);box-shadow:0 6px 24px rgba(34,197,94,.1)}

/* Expired warranty */
.warranty-expired{background:linear-gradient(135deg,rgba(239,68,68,.07),rgba(185,28,28,.04))!important;border-color:rgba(239,68,68,.22)!important}
.warranty-expired .warranty-icon-wrap{background:rgba(239,68,68,.12)!important;border-color:rgba(239,68,68,.25)!important;color:#FCA5A5!important}
.warranty-expired .warranty-label{color:#FCA5A5!important}
.warranty-expired .warranty-countdown{color:rgba(252,165,165,.7)!important}

/* No warranty */
.warranty-none{background:rgba(255,255,255,.022);border:1px solid rgba(255,255,255,.06)}
.warranty-none .warranty-icon-wrap{background:rgba(148,163,184,.07);border-color:rgba(148,163,184,.14);color:rgba(148,163,184,.55)}
.warranty-none .warranty-label{color:rgba(148,163,184,.7)}

/* Icon wrap */
.warranty-icon-wrap{width:34px;height:34px;flex:0 0 34px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.28);background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(16,185,129,.07));color:#4ADE80;position:relative;z-index:1}
.warranty-icon-wrap svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.7}

/* Info text */
.warranty-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;position:relative;z-index:1}
.warranty-label{font-size:12.5px;font-weight:600;color:#86EFAC;letter-spacing:-.005em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.warranty-countdown{font-size:11px;font-weight:500;color:rgba(134,239,172,.65);font-variant-numeric:tabular-nums;letter-spacing:.01em;line-height:1}
.warranty-sub{font-size:11px;color:rgba(148,163,184,.5);line-height:1}

/* Progress bar */
.warranty-progress-wrap{position:absolute;bottom:0;left:0;right:0;height:2.5px;background:rgba(34,197,94,.09);border-radius:0 0 12px 12px;overflow:hidden}
.warranty-progress-bar{height:100%;background:linear-gradient(90deg,rgba(34,197,94,.5),rgba(74,222,128,.85));border-radius:inherit;transition:width .8s linear;min-width:2px}
.warranty-bar-low{background:linear-gradient(90deg,rgba(239,68,68,.5),rgba(252,165,165,.85))!important}

@media(max-width:620px){
  .warranty-badge{padding:9px 11px;gap:8px}
  .warranty-icon-wrap{width:30px;height:30px;flex-basis:30px}
  .warranty-label{font-size:12px}
  .warranty-countdown{font-size:10.5px}
}

.addon-item{
  border:1px solid rgba(167,139,250,.22);
  background:linear-gradient(180deg,rgba(20,20,27,.94),rgba(10,10,15,.92));
  box-shadow:0 14px 40px rgba(0,0,0,.18);
}
.btn-addon-add,.btn-addon-remove{
  min-width:92px;
  border-radius:12px!important;
  font-weight:800!important;
}
.btn-addon-add{
  color:#0A0A0F!important;
  background:linear-gradient(180deg,#C4B5FD 0%,#A78BFA 100%)!important;
  border:1px solid rgba(196,181,253,.7)!important;
}
.btn-addon-add.addon-added{
  opacity:1!important;
  color:#0A0A0F!important;
  background:linear-gradient(180deg,#DDD6FE 0%,#A78BFA 100%)!important;
}
.btn-addon-add.addon-choice-disabled{
  opacity:.45!important;
  filter:grayscale(.25);
  cursor:not-allowed!important;
}