:root{--cx-primary:#4b8ef1;--cx-primary-2:#28e1fd;--cx-primary-3:#5b68eb;--cx-accent:#12c2e9;--cx-bg:#ffffff;--cx-bg-soft:#f7fbff;--cx-card:#ffffff;--cx-text:#24324b;--cx-muted:#7b8aa5;--cx-line:#e6eef9;--cx-shadow:0 20px 50px rgba(67,117,206,.14);--cx-shadow-2:0 10px 28px rgba(67,117,206,.10);--cx-radius:28px;--cx-radius-sm:18px;--cx-grad:linear-gradient(105deg,var(--cx-primary-3) 0%,var(--cx-primary-2) 100%);--cx-grad-dark:linear-gradient(105deg,#3755e7 0%,#10bad8 100%);--cx-green:#10b981;--cx-red:#ef4444;--cx-yellow:#f59e0b}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--cx-bg)}
body{min-height:100vh;font-family:'Poppins','Inter',system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 8%,rgba(40,225,253,.18),transparent 26%),radial-gradient(circle at 90% 10%,rgba(91,104,235,.13),transparent 30%),linear-gradient(180deg,#fff 0%,#f7fbff 48%,#fff 100%);color:var(--cx-text);overflow-x:hidden;padding-bottom:0}
body.modal-open,body.cx-smart-modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
[hidden],.hidden-form{display:none!important}
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 600,'GRAD' 0,'opsz' 24;line-height:1;vertical-align:-.18em}
::selection{background:var(--cx-primary);color:#fff}
body.loading{overflow:hidden}
.page-loader{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:linear-gradient(135deg,#eef7ff,#ffffff);transition:opacity .35s ease,visibility .35s ease}
.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader-card{width:min(430px,calc(100vw - 32px));padding:26px;border-radius:32px;background:rgba(255,255,255,.86);border:1px solid rgba(75,142,241,.14);box-shadow:0 28px 90px rgba(75,142,241,.20);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.loader-brand,.loader-copy{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--cx-text)}
.loader-brand strong{font-weight:900}
.loader-percent{font-weight:900;color:var(--cx-primary)}
.loader-road{height:88px;display:flex;align-items:end;justify-content:center;overflow:hidden}
.loader-car-img{height:74px;width:auto;animation:loaderCar 1.5s ease-in-out infinite}
.loader-bar{height:9px;border-radius:999px;background:#e8f1ff;overflow:hidden;margin:10px 0}
.loader-bar span{display:block;height:100%;width:0;background:var(--cx-grad);border-radius:999px;transition:width .25s ease}
.loader-copy{font-size:12px;font-weight:700;color:var(--cx-muted)}
@keyframes loaderCar{0%,100%{transform:translateX(-10px)}
50%{transform:translateX(10px)}
}
.action-loader{position:fixed;inset:0;z-index:99990;display:none;place-items:center;background:rgba(255,255,255,.68);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.action-loader.is-open{display:grid}
.loader-box{padding:24px 28px;border-radius:26px;background:#fff;box-shadow:var(--cx-shadow);text-align:center;color:var(--cx-text);font-weight:800}
.spinner,.cx-home-redirect-spin{width:34px;height:34px;border-radius:50%;border:4px solid #e6eef9;border-top-color:var(--cx-primary);animation:spin .8s linear infinite;margin:0 auto 12px}
@keyframes spin{to{transform:rotate(360deg)}
}
.page-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;isolation:isolate}
.page-shell:before{content:"";position:absolute;inset:90px auto auto 0;width:230px;height:450px;background:url('../images/chain-app/slider-left-dec.png') no-repeat left top/contain;opacity:.82;pointer-events:none;z-index:-1}
.page-shell:after{content:"";position:absolute;right:0;top:120px;width:650px;height:650px;background:url('../images/chain-app/slider-dec.png') no-repeat right top/contain;opacity:.92;pointer-events:none;z-index:-1}
.site-header{position:sticky;top:18px;z-index:1000;width:min(1180px,calc(100% - 34px));margin:18px auto 0;min-height:76px;padding:12px 16px 12px 22px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(75,142,241,.14);box-shadow:0 18px 50px rgba(75,142,241,.16);backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18);transition:box-shadow .25s ease,transform .25s ease,background .25s ease,border-color .25s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.92);box-shadow:0 15px 42px rgba(44,96,194,.18);border-color:rgba(75,142,241,.22)}
.text-brand{display:inline-flex;align-items:center;white-space:nowrap;font-size:25px;font-weight:900;letter-spacing:-.045em;color:#23324f}
.text-brand span{display:inline-flex;align-items:center;justify-content:center;margin-right:5px;color:#fff;padding:7px 10px;border-radius:16px;background:var(--cx-grad);box-shadow:0 12px 24px rgba(75,142,241,.22)}
.main-nav{display:flex;justify-content:center;align-items:center;gap:6px;min-width:0}
.main-nav .nav-link,.main-nav a{display:inline-flex;align-items:center;gap:7px;min-height:46px;padding:0 16px;border-radius:999px;color:#53637d;font-weight:800;font-size:14px;white-space:nowrap;transition:color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}
.main-nav a:hover{color:var(--cx-primary);transform:translateY(-1px)}
.main-nav a.is-active{color:#fff;background:var(--cx-grad);box-shadow:0 14px 28px rgba(75,142,241,.24)}
.main-nav .material-symbols-outlined{font-size:20px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.icon-btn{position:relative;border:0;min-width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--cx-grad);box-shadow:0 14px 28px rgba(75,142,241,.22);transition:transform .2s ease,box-shadow .2s ease}
.icon-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(75,142,241,.28)}
.cart-count{position:absolute;right:-2px;top:-4px;min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;padding:0 5px;background:#ff5b75;color:#fff;border:2px solid #fff;font-size:11px;font-weight:900}
.mobile-menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:50%;background:#edf6ff;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.mobile-menu-toggle span{width:20px;height:2px;border-radius:8px;background:#2b3b59;transition:.22s}
.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.btn,.cx-login-submit,.h-btn,.cx-order-back{border:0;min-height:44px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,background .22s ease,color .22s ease,border-color .22s ease;text-align:center;line-height:1.1}
.btn:hover,.cx-login-submit:hover,.h-btn:hover,.cx-order-back:hover{transform:translateY(-2px)}
.btn-primary,.cx-login-submit,.h-btn-detail,.h-btn-check,.cx-order-back{background:var(--cx-grad);color:#fff;box-shadow:0 14px 30px rgba(75,142,241,.24)}
.btn-secondary,.btn-outline,.btn-ghost{background:#fff;color:var(--cx-primary);border:1px solid #d9e8ff;box-shadow:0 12px 24px rgba(75,142,241,.10)}
.btn-secondary:hover,.btn-outline:hover,.btn-ghost:hover{background:#eef7ff}
.btn.full,.full{width:100%}
.btn[disabled],button[disabled],.h-btn-disabled{opacity:.58;cursor:not-allowed;transform:none!important;box-shadow:none!important}
.pay-btn,.buy-btn.added,.btn-primary.added{background:var(--cx-grad-dark)}
main{flex:1}
.hero{width:min(1180px,calc(100% - 34px));margin:38px auto 0;min-height:520px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);align-items:center;gap:36px;padding:60px 0 40px;position:relative}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--cx-primary);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.eyebrow:before{content:"";width:22px;height:3px;border-radius:999px;background:var(--cx-grad)}
.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.06;letter-spacing:-.06em;color:#24324b;margin-bottom:18px;font-weight:900}
.hero-subtitle{max-width:620px;color:var(--cx-muted);font-size:16px;line-height:1.8;margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{position:relative;min-height:340px;display:grid;place-items:center}
.hero-visual:before{content:"";position:absolute;inset:8% 0 0 7%;border-radius:44px;background:linear-gradient(135deg,rgba(75,142,241,.15),rgba(40,225,253,.22));filter:blur(.1px);transform:rotate(-4deg)}
.hero-visual:after{content:"";position:absolute;right:3%;bottom:8%;width:74%;height:30%;border-radius:50%;background:rgba(75,142,241,.18);filter:blur(28px)}
.hero-visual img{position:relative;z-index:2;width:min(520px,100%);filter:drop-shadow(0 26px 32px rgba(45,87,168,.22));animation:floatCar 4s ease-in-out infinite}
.hero-decoration-left{position:absolute;left:-80px;top:0;width:160px;height:260px;background:url('../images/chain-app/services-left-dec.png') no-repeat center/contain;opacity:.65;pointer-events:none}
@keyframes floatCar{0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
body.is-dashboard .hero{display:none}
.is-dashboard main{padding-top:40px}
.section-block{width:min(1180px,calc(100% - 34px));margin:52px auto 0;padding:42px;border-radius:36px;background:rgba(255,255,255,.84);border:1px solid rgba(75,142,241,.11);box-shadow:var(--cx-shadow);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);position:relative;overflow:hidden}
.section-block:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(75,142,241,.09);pointer-events:none}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:30px;position:relative;z-index:2}
.section-heading h2{font-size:clamp(28px,3.2vw,42px);letter-spacing:-.05em;font-weight:900;color:#24324b}
.section-desc,.landing-history-note{color:var(--cx-muted);font-size:15px;line-height:1.7;margin-top:8px}
.catalog-tabs{display:flex;gap:10px;align-items:center;padding:7px;border-radius:999px;background:#edf6ff;border:1px solid #dbeafe}
.catalog-tab{min-height:46px;padding:0 18px;border:0;border-radius:999px;background:transparent;color:#52627d;font-weight:900;display:inline-flex;align-items:center;gap:8px;transition:.22s}
.catalog-tab:hover{color:var(--cx-primary)}
.catalog-tab.active{background:var(--cx-grad);color:#fff;box-shadow:0 14px 24px rgba(75,142,241,.22)}
.catalog-panel{position:relative;z-index:2}
.catalog-panel.active{animation:fadeUp .28s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}
to{opacity:1;transform:translateY(0)}
}
.product-grid,.car-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-card,.car-card,.profile-card-clean,.history-div-card,.public-tx-list article,.cart-item,.cx-order-panel{position:relative;background:#fff;border:1px solid #e6eef9;border-radius:28px;box-shadow:var(--cx-shadow-2);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.product-card:hover,.car-card:hover,.profile-card-clean:hover{transform:translateY(-7px);box-shadow:0 24px 54px rgba(75,142,241,.18);border-color:rgba(75,142,241,.28)}
.product-media,.car-media{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#eef7ff 0%,#fff 100%);position:relative;overflow:hidden}
.product-media:before,.car-media:before{content:"";position:absolute;inset:auto -20% -34% -20%;height:80%;border-radius:50%;background:rgba(40,225,253,.18)}
.product-media img{position:relative;z-index:2;width:auto;max-height:118px;object-fit:contain}
.car-media img{position:relative;z-index:2;max-height:170px;width:96%;object-fit:contain}
.mix-img{display:flex;align-items:center;justify-content:center;gap:8px}
.mix-img img{max-width:46%;height:auto}
.sold-overlay,.owned-overlay{position:absolute;z-index:3;top:14px;right:14px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;color:#fff;background:rgba(36,50,75,.82);backdrop-filter:blur(10px)}
.owned-overlay{left:14px;right:auto;background:var(--cx-green)}
.product-body,.car-body{padding:22px;display:flex;flex-direction:column;gap:14px}
.product-title,.car-title{font-size:18px;line-height:1.25;font-weight:900;color:#253553;letter-spacing:-.025em;min-height:45px}
.price{display:block;color:var(--cx-primary);font-size:20px;font-weight:900;letter-spacing:-.03em}
.product-meta{display:flex;flex-wrap:wrap;gap:8px;min-height:31px}
.badge,.bonus,.currency-badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;background:#eef7ff;color:#4369b8}
.currency-silver{background:linear-gradient(135deg,#f3f6fb,#e1e8f3);color:#5b677a}
.currency-gold,.badge.gold{background:linear-gradient(135deg,#fff7d6,#f9d66c);color:#946102}
.badge.class{background:#eef7ff;color:#4b8ef1}
.modal-copy{color:var(--cx-muted);line-height:1.65;font-size:13px}
.product-btn{width:100%;margin-top:auto}
.car-rankline{display:flex;gap:8px;padding:16px 18px 0}
.car-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.car-specs div{padding:10px;border-radius:16px;background:#f5f9ff;border:1px solid #e6eef9}
.car-specs span{display:block;font-size:11px;color:var(--cx-muted);font-weight:800}
.car-specs b{display:block;color:#253553;font-size:13px;margin-top:2px}
.search-wrapper{height:56px;border-radius:999px;background:#fff;border:1px solid #dbeafe;box-shadow:0 10px 24px rgba(75,142,241,.08);display:flex;align-items:center;gap:10px;padding:0 18px;margin-bottom:22px}
.search-wrapper span{color:var(--cx-primary)}
.search-wrapper input{width:100%;border:0;outline:0;color:#24324b;background:transparent;font-weight:700}
.search-wrapper input::placeholder{color:#9aabc5}
.history-cards,.public-tx-list,.cx-history-v2-list{display:grid;gap:16px}
.history-table-wrap{overflow:auto;border:1px solid #e6eef9;border-radius:24px;background:#fff;box-shadow:var(--cx-shadow-2)}
.history-order-table,.garage-table{width:100%;border-collapse:collapse;background:#fff}
.history-order-table th,.history-order-table td,.garage-table th,.garage-table td{padding:16px;text-align:left;border-bottom:1px solid #edf3fb;color:#263753}
.history-order-table th,.garage-table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6d7f9c;background:#f5f9ff}
.history-order-table tr:last-child td,.garage-table tr:last-child td{border-bottom:0}
.status-badge,.history-status{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:11px;font-weight:900;text-transform:uppercase}
.status-badge.success,.history-status.success{background:#e8fff6;color:#059669}
.status-badge.pending,.history-status.pending{background:#fff7dd;color:#b45309}
.status-badge.failed,.history-status.failed,.status-badge.error{background:#fff0f0;color:#dc2626}
.status-badge.processing,.history-status.processing{background:#eef7ff;color:#2563eb}
.history-actions-inline,.cx-history-v2-actions{display:flex;gap:8px;flex-wrap:wrap}
.h-btn{min-height:36px;padding:0 14px;border-radius:999px;border:0;font-size:12px}
.cx-history-v2-card{padding:18px;border-radius:24px}
.cx-history-v2-top,.cx-history-v2-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px}
.cx-history-v2-id{font-weight:900;color:#24324b}
.cx-history-v2-product{margin-top:4px;color:var(--cx-muted);font-size:13px}
.cx-history-v2-bottom{margin:14px 0;color:var(--cx-muted);font-size:13px}
.cx-history-v2-price{font-weight:900;color:var(--cx-primary)}
.history-empty,.empty-cart{padding:22px;border-radius:22px;text-align:center;background:#f5f9ff;color:#7c8aa5;font-weight:700}
.pagination-container,#pagContainer{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.page-indicator{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:#f5f9ff;color:#53637d;font-weight:800}
.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.profile-card-clean{padding:22px}
.profile-card-clean small{display:block;color:var(--cx-muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:11px}
.profile-card-clean strong{display:block;margin-top:8px;color:#24324b;font-size:20px;font-weight:900;word-break:break-word}
.profile-logout-form{margin-top:14px}
.profile-logout-btn{width:100%}
.cx-garage-page{overflow:auto}
.modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}
.modal.is-open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(22,33,62,.36);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.modal-panel{position:relative;z-index:2;width:min(520px,calc(100vw - 30px));max-height:calc(100vh - 34px);overflow:auto;border-radius:34px;background:rgba(255,255,255,.94);border:1px solid rgba(75,142,241,.16);box-shadow:0 34px 100px rgba(38,67,122,.28);padding:30px;color:var(--cx-text);animation:modalIn .22s ease both}
.modal-panel-wide{width:min(840px,calc(100vw - 30px))}
.modal-close{position:absolute;right:18px;top:16px;width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:#f0f7ff;color:#39516f;font-size:22px;font-weight:900}
.modal-close:hover{background:#e3f0ff}
.modal-panel h3{font-size:26px;font-weight:900;letter-spacing:-.04em;color:#24324b;margin-bottom:10px}
@keyframes modalIn{from{opacity:0;transform:translateY(12px) scale(.97)}
to{opacity:1;transform:none}
}
.cx-login-clean{overflow:hidden}
.cx-login-clean:before{content:"";position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:50%;background:rgba(40,225,253,.20)}
.cx-login-head{text-align:center;margin:4px 0 22px}
.cx-login-badge{display:inline-flex;min-height:30px;align-items:center;border-radius:999px;padding:0 12px;background:#eef7ff;color:var(--cx-primary);font-size:11px;font-weight:900;letter-spacing:.12em}
.cx-login-head h3{margin-top:12px}
.cx-login-head p{color:var(--cx-muted);line-height:1.6}
.cx-login-form{display:grid;gap:14px}
.cx-login-form label,.checkout-phone-field{display:grid;gap:8px;color:#4f607a;font-weight:800}
.cx-login-form input,.checkout-phone-field input,.form-input,.form-textarea{height:54px;border:1px solid #dbeafe;border-radius:18px;background:#fff;padding:0 16px;outline:0;color:#253553;font-weight:700;transition:border-color .2s,box-shadow .2s}
.cx-login-form input:focus,.checkout-phone-field input:focus{border-color:var(--cx-primary);box-shadow:0 0 0 4px rgba(75,142,241,.12)}
.cx-login-submit{height:54px;margin-top:4px;width:100%}
.cx-login-wa{margin-top:14px;min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;background:#eafff6;color:#059669;font-weight:900}
.cx-login-wa svg{width:22px;height:22px}
.cart-list{display:grid;gap:12px;margin:18px 0}
.cart-item{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf3fb;padding-top:18px;margin-top:10px}
.cart-total span{color:var(--cx-muted);font-weight:800}
.cart-total strong{font-size:24px;color:#24324b;font-weight:900}
.checkout-actions,.confirm-actions,.result-actions,.detail-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.checkout-phone-hint{margin-top:8px;color:var(--cx-muted);font-size:13px}
.qris-box{display:grid;gap:12px;place-items:center;padding:16px;border-radius:22px;background:#f5f9ff}
.qris-img{max-width:260px;border-radius:18px;background:#fff;padding:10px}
.success-theme .result-icon,.result-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:24px;background:#e8fff6;color:#059669;font-size:44px;margin:0 auto 16px}
.error-theme .result-icon{background:#fff0f0;color:#dc2626}
.result-title{display:block;text-align:center;font-size:24px;font-weight:900;color:#24324b}
.result-message{text-align:center;color:var(--cx-muted);line-height:1.7;margin-top:8px}
.history-table{display:grid;gap:10px;margin-top:16px}
.history-table>div,.cx-order-kv{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border-radius:16px;background:#f5f9ff}
.history-table span,.cx-order-kv span{color:var(--cx-muted);font-size:12px;font-weight:800;text-transform:uppercase}
.history-table b,.cx-order-kv b{color:#24324b;word-break:break-word;text-align:right}
.toast-cst{position:fixed;left:50%;bottom:30px;z-index:4000;transform:translate(-50%,22px);opacity:0;pointer-events:none;display:flex;align-items:center;gap:10px;max-width:min(460px,calc(100vw - 32px));padding:14px 18px;border-radius:999px;background:#fff;color:#24324b;border:1px solid #e6eef9;box-shadow:0 18px 48px rgba(49,78,132,.20);font-weight:800;transition:.25s}
.toast-cst.show{opacity:1;transform:translate(-50%,0)}
.toast-cst[data-type="success"] #toastIcon{color:#059669}
.toast-cst[data-type="error"] #toastIcon{color:#dc2626}
.toast-cst[data-type="warn"] #toastIcon{color:#b45309}
.scroll-top-btn{position:fixed;right:24px;bottom:26px;width:50px;height:50px;border:0;border-radius:50%;z-index:900;background:var(--cx-grad);color:#fff;box-shadow:0 18px 38px rgba(75,142,241,.25);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s}
.scroll-top-btn.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.cx-order-page{position:fixed;inset:0;z-index:1800;overflow:auto;background:linear-gradient(180deg,#f7fbff,#fff);padding:120px 20px 50px}
.cx-order-page[hidden]{display:none!important}
.cx-order-shell{width:min(980px,100%);margin:0 auto}
.cx-order-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}
.cx-order-title p{color:var(--cx-primary);font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.cx-order-title h1{font-size:clamp(28px,4vw,42px);font-weight:900;color:#24324b;letter-spacing:-.05em}
.cx-order-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:18px}
.cx-order-panel{padding:24px}
.cx-order-statusbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.cx-order-badge{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900;background:#eef7ff;color:#2563eb}
.cx-order-badge.success{background:#e8fff6;color:#059669}
.cx-order-badge.failed,.cx-order-badge.error{background:#fff0f0;color:#dc2626}
.cx-order-badge.pending{background:#fff7dd;color:#b45309}
.cx-order-time{color:var(--cx-muted);font-weight:700}
.cx-order-progress{height:10px;border-radius:999px;background:#e8f1ff;overflow:hidden;margin-bottom:20px}
.cx-order-progress span{display:block;height:100%;width:0;background:var(--cx-grad);transition:width .3s ease}
.cx-live-moving{background-size:200% 100%;animation:moveGrad 1s linear infinite}
@keyframes moveGrad{to{background-position:200% 0}
}
.cx-order-steps{display:grid;gap:12px}
.cx-order-step{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:18px;background:#f5f9ff}
.cx-order-dot{width:16px;height:16px;border-radius:50%;background:#cbd9ef;margin-top:3px;box-shadow:0 0 0 5px #edf6ff}
.cx-order-step.on .cx-order-dot,.cx-order-step.done .cx-order-dot{background:var(--cx-primary)}
.cx-order-step b{display:block;color:#24324b}
.cx-order-step small{display:block;color:var(--cx-muted);margin-top:2px}
.cx-order-message{margin-top:16px;padding:16px;border-radius:18px;background:#eef7ff;color:#4369b8;font-weight:800;line-height:1.5}
.cx-order-message.err{background:#fff0f0;color:#dc2626}
.cx-order-message.warn{background:#fff7dd;color:#b45309}
.cx-spinner-line:before{content:"";display:inline-block;width:14px;height:14px;margin-right:8px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .7s linear infinite;vertical-align:-2px}
.cx-sub{display:block;font-size:12px;opacity:.7;margin-top:4px}
.cx-order-summary{display:grid;gap:10px}
.cx-order-summary h2{font-size:22px;color:#24324b}
.cx-order-empty{padding:16px;border-radius:18px;background:#f5f9ff;color:var(--cx-muted)}
.cx-order-countdown{margin-top:12px;padding:12px 14px;border-radius:16px;background:#e8fff6;color:#059669;font-weight:800}
.cx-home-redirect-loader{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:rgba(255,255,255,.75);backdrop-filter:blur(14px)}
.cx-home-redirect-box{width:min(360px,calc(100vw - 32px));border-radius:28px;background:#fff;box-shadow:var(--cx-shadow);padding:24px;text-align:center}
.cx-home-redirect-box b{display:block;color:#24324b}
.cx-home-redirect-box small{display:block;color:var(--cx-muted);line-height:1.5;margin-top:4px}
.footer{width:min(1180px,calc(100% - 34px));margin:56px auto 24px;border-radius:38px;overflow:hidden;background:var(--cx-grad);color:#fff;position:relative;box-shadow:0 24px 70px rgba(75,142,241,.26)}
.footer:before{content:"";position:absolute;inset:0;background:url('../images/chain-app/footer-bg.png') no-repeat center/cover;opacity:.22}
.footer-inner{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:36px}
.footer-brand{display:inline-flex;font-size:26px;font-weight:900;letter-spacing:-.045em}
.footer-brand span{margin-right:5px}
.footer p{max-width:460px;color:rgba(255,255,255,.78);line-height:1.7;margin-top:8px}
.footer-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{display:inline-flex;min-height:40px;align-items:center;border-radius:999px;padding:0 14px;background:rgba(255,255,255,.16);font-weight:800}
.footer-copy{position:relative;z-index:2;padding:18px 36px;border-top:1px solid rgba(255,255,255,.18);font-sizez13px;color:rgba(255,255,255,.82);font-weight:700}
.public-bottom-nav{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:1200;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border-radius:26px;background:rgba(255,255,255,.92);border:1px solid rgba(75,142,241,.14);box-shadow:0 20px 50px rgba(45,87,168,.20);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.pub-nav-item{border:0;background:transparent;min-height:58px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#697893;font-weight:900}
.pub-nav-item .material-symbols-outlined{font-size:24px}
.pub-nav-item small{font-size:11px}
.pub-nav-item.is-active{background:var(--cx-grad);color:#fff;box-shadow:0 12px 26px rgba(75,142,241,.22)}
.cx-cancel-modal .modal-panel{max-width:430px}
.cx-cancel-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;margin:0 auto 12px;background:#eef7ff;color:var(--cx-primary)}
.cx-cancel-icon.success{background:#e8fff6;color:#059669}
.cx-cancel-icon.error{background:#fff0f0;color:#dc2626}
.cx-cancel-title{text-align:center;margin:0 0 8px;font-size:20px}
.cx-cancel-message{text-align:center;color:#637390;line-height:1.55;white-space:pre-wrap;margin:0 0 18px}
.cx-cancel-actions{display:flex;gap:10px;justify-content:center}
.cx-cancel-actions .danger{background:#dc2626;color:white;border-color:#dc2626}
@media(max-width:1100px){.product-grid,.car-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hero{grid-template-columns:1fr}
.hero-visual{min-height:300px}
.site-header{grid-template-columns:auto auto;gap:12px}
.main-nav{position:fixed;left:20px;right:20px;top:104px;display:none;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.96);border:1px solid rgba(75,142,241,.14);border-radius:28px;padding:14px;box-shadow:0 24px 70px rgba(45,87,168,.20);backdrop-filter:blur(18px)}
.main-nav.is-open{display:flex}
.main-nav a{justify-content:flex-start}
.mobile-menu-toggle{display:flex}
.header-actions{justify-self:end}
.header-login-btn,.header-logout-btn b{display:none}
}
@media(max-width:800px){body{padding-bottom:88px}
.page-shell:before,.page-shell:after{opacity:.38}
.site-header{top:10px;width:calc(100% - 20px);margin-top:10px;min-height:64px;padding:9px 10px 9px 14px}
.text-brand{font-size:21px}
.text-brand span{padding:6px 8px;border-radius:14px}
.hero{width:calc(100% - 24px);margin-top:18px;min-height:initial;padding:30px 0}
.hero h1{font-size:38px}
.hero-subtitle{font-size:14px}
.hero-actions .btn{width:100%}
.section-block{width:calc(100% - 24px);padding:26px 18px;border-radius:30px;margin-top:30px}
.section-heading{display:grid;gap:16px}
.catalog-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}
.catalog-tab{justify-content:center;padding:0 8px}
.product-grid,.car-grid,.profile-grid,.cx-order-grid{grid-template-columns:1fr}
.product-media,.car-media{height:170px}
.footer{width:calc(100% - 24px);margin-bottom:104px;border-radius:30px}
.footer-inner{display:grid;padding:28px 22px}
.footer-links{justify-content:flex-start}
.public-bottom-nav{display:grid}
.scroll-top-btn{right:18px;bottom:96px}
.modal{padding:12px;align-items:flex-end}
.modal-panel{width:100%;border-radius:30px 30px 24px 24px;max-height:calc(100vh - 24px);padding:26px 18px}
.cx-order-page{padding:94px 12px 110px}
.cx-order-hero{display:grid}
.history-table-wrap{border-radius:20px}
.history-order-table{min-width:520px}
.toast-cst{bottom:96px;border-radius:22px}
}
@media(max-width:480px){.product-body,.car-body{padding:18px}
.product-title,.car-title{min-height:auto;font-size:16px}
.car-specs{grid-template-columns:1fr}
.profile-card-clean strong{font-size:18px}
.cx-history-v2-top,.cx-history-v2-bottom{display:grid}
.cart-item,.history-table>div,.cx-order-kv{display:grid;text-align:left}
.history-table b,.cx-order-kv b{text-align:left}
.footer-copy{padding:16px 22px}
.section-heading h2{font-size:28px}
.hero h1{font-size:34px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
#resultExtra,#btnResultCheck,#newsImgWrap{display:none}
#newsImgWrap{margin:12px 0;border-radius:18px;overflow:hidden}
.news-desc{white-space:pre-wrap}
.footer.footer-compact{margin-top:38px!important;margin-bottom:22px!important;border-radius:30px!important}
.footer.footer-compact .footer-inner{align-items:center!important;padding:22px 28px!important}
.footer.footer-compact .footer-brand{font-size:24px!important;white-space:nowrap!important}
.footer.footer-compact .footer-copy{padding:12px 28px!important;text-align:center!important}
.footer.footer-compact p{display:none!important}
.product-title,.car-title,.product-title-pop,.car-title-pop{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(237,246,255,.86))!important;border:1px solid rgba(75,142,241,.18)!important;border-radius:18px!important;padding:11px 14px!important;box-shadow:0 14px 28px rgba(75,142,241,.12)!important;text-align:center!important;color:#22314d!important;min-height:auto!important}
.product-title-pop,.car-title-pop{position:absolute!important;left:14px!important;right:14px!important;bottom:12px!important;z-index:5!important;margin:0!important;font-size:15px!important;line-height:1.25!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
.product-media,.car-media{padding-bottom:64px!important}
.price{display:block!important;width:100%!important;text-align:center!important;font-size:22px!important;line-height:1.2!important;color:#2563eb!important}
.product-meta{justify-content:center!important;align-items:center!important;text-align:center!important;gap:10px!important;min-height:42px!important;width:100%!important}
.product-meta .currency-badge,.product-meta .bonus,.product-meta .badge{min-height:38px!important;padding:0 15px!important;font-size:14px!important;justify-content:center!important;box-shadow:0 10px 22px rgba(49,78,132,.10)!important}
.product-meta .currency-badge strong{font-size:15px!important}
.car-rankline{justify-content:center!important;text-align:center!important}
.car-body .price{order:8!important}
.car-body .product-btn{order:9!important}
.cart-list{gap:14px!important}
.cart-section{display:grid!important;gap:12px!important;margin:0 0 14px!important}
.cart-section h4{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0!important;padding:0 2px!important;color:#24324b!important;font-size:14px!important;font-weight:900!important}
.cart-section h4 small{display:inline-flex!important;align-items:center!important;min-height:26px!important;border-radius:999px!important;padding:0 10px!important;background:#eef7ff!important;color:#4b8ef1!important;font-size:11px!important}
.cart-item{display:grid!important;grid-template-columns:72px minmax(0,1fr) 38px!important;align-items:center!important;gap:12px!important;padding:12px!important;border-radius:22px!important;overflow:hidden!important}
.cart-thumb{width:66px!important;height:66px!important;border-radius:18px!important;background:linear-gradient(135deg,#eef7ff,#fff)!important;border:1px solid #e6eef9!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;flex:0 0 auto!important}
.cart-thumb img{max-width:88%!important;max-height:88%!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block!important}
.cart-thumb.mix{gap:2px!important}
.cart-thumb.mix img{max-width:43%!important;max-height:82%!important}
.cart-copy{min-width:0!important;display:grid!important;gap:5px!important}
.cart-copy strong{display:block!important;color:#24324b!important;font-size:14px!important;line-height:1.25!important;white-space:normal!important;word-break:break-word!important}
.cart-copy span{display:block!important;color:#2563eb!important;font-size:13px!important;font-weight:900!important}
.cart-remove{width:34px!important;height:34px!important;border:0!important;border-radius:50%!important;background:#fff0f0!important;color:#dc2626!important;font-size:20px!important;font-weight:900!important;display:grid!important;place-items:center!important}
.cart-section-actions .btn{width:100%!important;min-height:50px!important}
.cart-total{border-radius:20px!important;background:#f5f9ff!important;border:1px solid #e6eef9!important;padding:14px!important;margin-top:8px!important}
.toast-cst{max-width:min(680px,calc(100vw - 28px))!important;min-width:min(360px,calc(100vw - 28px))!important;width:auto!important;align-items:flex-start!important;border-radius:24px!important;line-height:1.45!important}
.toast-cst #toastIcon{flex:0 0 auto!important;line-height:1.1!important}
.toast-cst #toastText{min-width:0!important;white-space:normal!important;overflow-wrap:break-word!important}
@media(max-width:800px){.hero-actions .btn{min-height:62px!important;padding:0 22px!important;font-size:16px!important;font-weight:900!important;border-radius:22px!important}
.hero-actions .btn-secondary{background:rgba(255,255,255,.52)!important;color:#2563eb!important;border:1px solid rgba(75,142,241,.25)!important;box-shadow:0 20px 42px rgba(75,142,241,.18),inset 0 1px 0 rgba(255,255,255,.85)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.compact-catalog-head,.catalog-section .section-heading{justify-items:center!important;align-items:center!important;text-align:center!important}
.compact-catalog-head>div,.catalog-section .section-heading>div{width:100%!important;text-align:center!important}
.catalog-section .eyebrow{justify-content:center!important;margin-left:auto!important;margin-right:auto!important}
.catalog-tabs{margin-left:auto!important;margin-right:auto!important;max-width:360px!important;width:100%!important}
.catalog-tab{min-height:52px!important;font-size:13px!important;font-weight:900!important;justify-content:center!important}
.product-body,.car-body{text-align:center!important;align-items:stretch!important}
.price{text-align:center!important;font-size:23px!important}
.product-meta{justify-content:center!important}
.modal{align-items:center!important;justify-content:center!important;padding:16px!important}
#loginModal .modal-panel,#cartModal .modal-panel{width:min(100%,430px)!important;border-radius:28px!important;max-height:calc(100dvh - 34px)!important;margin:0!important;padding:24px 18px!important}
#cartModal .modal-panel{width:min(100%,560px)!important}
.modal-panel-wide{width:100%!important}
.footer.footer-compact{margin-bottom:104px!important}
.footer.footer-compact .footer-inner{display:grid!important;gap:14px!important;justify-items:center!important;text-align:center!important;padding:20px 18px!important}
.footer.footer-compact .footer-links{justify-content:center!important}
.footer.footer-compact .footer-copy{padding:11px 18px!important}
.toast-cst{left:12px!important;right:12px!important;bottom:96px!important;transform:translateY(22px)!important;min-width:0!important;max-width:none!important;width:auto!important;padding:13px 15px!important}
.toast-cst.show{transform:translateY(0)!important}
}
@media(max-width:480px){.product-media,.car-media{height:186px!important;padding-bottom:70px!important}
.product-title-pop,.car-title-pop{left:10px!important;right:10px!important;bottom:10px!important;font-size:14px!important;padding:10px 11px!important}
.product-meta .currency-badge,.product-meta .bonus,.product-meta .badge{min-height:40px!important;font-size:14px!important;padding:0 13px!important}
.cart-item{grid-template-columns:58px minmax(0,1fr) 32px!important;gap:10px!important;padding:10px!important;border-radius:20px!important}
.cart-thumb{width:56px!important;height:56px!important;border-radius:16px!important}
.cart-copy strong{font-size:13px!important}
.cart-remove{width:30px!important;height:30px!important;font-size:18px!important}
}
.cart-button,[data-cart-count]{display:none!important}
.footer.footer-copyright-only{width:min(1180px,calc(100% - 34px))!important;margin:42px auto 24px!important;border-radius:26px!important;background:rgba(255,255,255,.82)!important;color:#41516d!important;border:1px solid rgba(75,142,241,.14)!important;box-shadow:0 16px 44px rgba(75,142,241,.12)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;overflow:hidden!important;text-align:center!important}
.footer.footer-copyright-only:before,.footer.footer-copyright-only .footer-inner,.footer.footer-copyright-only .footer-brand,.footer.footer-copyright-only .footer-links{display:none!important}
.footer.footer-copyright-only .footer-copy{padding:16px 20px!important;border-top:0!important;color:#41516d!important;font-size:8px!important;font-weight:900!important;text-align:center!important;letter-spacing:.01em!important}
.catalog-section .compact-catalog-head{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;align-items:center!important;text-align:center!important;gap:18px!important}
.catalog-section .compact-catalog-head>div{width:100%!important;display:grid!important;justify-items:center!important;text-align:center!important}
.catalog-section .eyebrow{display:flex!important;width:100%!important;justify-content:center!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.catalog-section .section-heading h2,.catalog-section .section-desc{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.catalog-section .catalog-tabs{justify-self:center!important;margin-left:auto!important;margin-right:auto!important}
.product-title,.car-title{border-radius:16px!important;background:linear-gradient(135deg,#ffffff 0%,#edf6ff 100%)!important;text-align:center!important}
.product-card .price,.car-card .price{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.product-card .product-meta{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(112px,max-content))!important;justify-content:center!important;justify-items:center!important;align-items:center!important;text-align:center!important;gap:8px!important}
.product-card .product-meta .currency-badge,.product-card .product-meta .bonus,.product-card .product-meta .badge{border-radius:0!important;min-height:44px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;font-size:15px!important;line-height:1.15!important;box-shadow:none!important;border:1px solid rgba(67,105,184,.13)!important}
.product-card .product-meta .currency-badge strong{font-size:18px!important;line-height:1!important}
.product-card .product-btn,.car-card .product-btn{text-transform:uppercase!important;letter-spacing:.02em!important;min-height:52px!important;font-size:15px!important}
.toast-cst{left:50%!important;right:auto!important;bottom:30px!important;transform:translate(-50%,22px)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;max-width:min(620px,calc(100vw - 28px))!important;min-width:min(320px,calc(100vw - 28px))!important;border-radius:22px!important;padding:14px 18px!important;line-height:1.35!important}
.toast-cst.show{transform:translate(-50%,0)!important}
.toast-cst #toastIcon{flex:0 0 auto!important}
.toast-cst #toastText{display:block!important;text-align:center!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;min-width:0!important}
.confirm-panel-pro{max-width:520px!important;padding:30px!important;border-radius:34px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,250,255,.94))!important;border:1px solid rgba(75,142,241,.18)!important;box-shadow:0 28px 80px rgba(49,78,132,.20)!important;overflow:hidden!important}
.confirm-panel-pro:before{content:"";position:absolute;right:-80px;top:-80px;width:190px;height:190px;border-radius:50%;background:rgba(75,142,241,.13);pointer-events:none}
.confirm-head-pro{position:relative;z-index:2;display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:18px!important;text-align:left!important}
.confirm-icon-pro{width:64px;height:64px;border-radius:24px;background:var(--cx-grad)!important;color:#fff!important;display:grid!important;place-items:center!important;box-shadow:0 16px 34px rgba(75,142,241,.25)!important;flex:0 0 auto!important}
.confirm-icon-pro .material-symbols-outlined{font-size:34px!important}
.confirm-title-wrap{min-width:0!important}
.confirm-title-wrap .eyebrow{margin-bottom:6px!important;letter-spacing:.1em!important}
.confirm-title-wrap h3{font-size:26px!important;line-height:1.15!important;color:#24324b!important;margin:0 0 5px!important}
.confirm-title-wrap p:not(.eyebrow){color:var(--cx-muted)!important;font-size:13px!important;font-weight:700!important;line-height:1.45!important}
.confirm-note-pro{position:relative;z-index:2;background:#f5f9ff!important;border:1px solid #e1ecfb!important;border-radius:24px!important;padding:18px!important;color:#41516d!important;line-height:1.7!important}
.confirm-note-pro p{margin:0 0 14px!important}
.confirm-checklist{display:grid!important;gap:10px!important}
.confirm-checklist span{display:flex!important;align-items:center!important;gap:10px!important;padding:11px 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e6eef9!important;font-weight:800!important;color:#24324b!important}
.confirm-checklist b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--cx-grad)!important;color:#fff!important;font-size:12px!important;flex:0 0 auto!important}
.confirm-extra-warning{position:relative;z-index:2;margin-top:12px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid rgba(245,158,11,.36);border-left:5px solid #f59e0b;border-radius:22px;padding:15px 16px;color:#3b2f1c;line-height:1.55;box-shadow:0 12px 26px rgba(245,158,11,.10)}
.confirm-extra-warning>strong{display:block;margin-bottom:8px;color:#b45309;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.confirm-extra-warning p{margin:0 0 9px!important;font-size:13px;font-weight:750}
.confirm-extra-warning p:last-child{margin-bottom:0!important}
.confirm-extra-warning b{font-weight:950;color:#7c2d12}
.confirm-copy-pro{text-align:center!important;font-weight:900!important;color:#4b8ef1!important;margin-top:16px!important}
.confirm-actions-pro{display:grid!important;grid-template-columns:1fr 1.4fr!important;gap:10px!important;margin-top:16px!important}
.confirm-actions-pro .btn{min-height:52px!important}
@media(max-width:800px){html{scroll-padding-top:0!important}
.section-block{scroll-margin-top:6px!important}
.catalog-section .compact-catalog-head{justify-items:center!important;text-align:center!important}
.catalog-section .eyebrow:before{display:none!important}
.catalog-section .eyebrow{font-size:12px!important;letter-spacing:.12em!important}
.catalog-section .section-heading h2{width:100%!important;font-size:30px!important;text-align:center!important}
.catalog-section .section-desc{width:min(280px,100%)!important;text-align:center!important}
.catalog-section .catalog-tabs{width:min(360px,100%)!important}
.product-card .product-meta{grid-template-columns:1fr!important}
.product-card .product-meta .currency-badge,.product-card .product-meta .bonus,.product-card .product-meta .badge{width:100%!important;min-height:46px!important;font-size:15px!important}
.toast-cst{left:50%!important;right:auto!important;bottom:96px!important;width:calc(100vw - 28px)!important;min-width:0!important;max-width:430px!important;transform:translate(-50%,22px)!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:13px 14px!important}
.toast-cst.show{transform:translate(-50%,0)!important}
.footer.footer-copyright-only{width:calc(100% - 24px)!important;margin-bottom:104px!important;border-radius:22px!important}
.footer.footer-copyright-only .footer-copy{padding:14px 14px!important;font-size:13px!important}
.confirm-panel-pro{width:min(100%,430px)!important;max-height:calc(100dvh - 32px)!important;border-radius:28px!important;padding:24px 18px!important}
.confirm-head-pro{display:grid!important;justify-items:center!important;text-align:center!important;gap:12px!important}
.confirm-title-wrap{text-align:center!important}
.confirm-title-wrap .eyebrow{justify-content:center!important}
.confirm-title-wrap .eyebrow:before{display:none!important}
.confirm-title-wrap h3{font-size:23px!important}
.confirm-note-pro{padding:14px!important}
.confirm-checklist span{align-items:flex-start!important;text-align:left!important}
.confirm-actions-pro{grid-template-columns:1fr!important}
}
.catalog-tools{display:grid!important;justify-items:center!important;text-align:center!important;gap:10px!important;margin-left:auto!important;margin-right:auto!important}
.catalog-label{margin:0!important;color:#4b8ef1!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.16em!important;text-align:center!important;width:100%!important}
@media(max-width:800px){.catalog-tools{width:100%!important}
.catalog-label{text-align:center!important}
.catalog-tools .catalog-tabs{margin-left:auto!important;margin-right:auto!important}
}
@media(max-width:800px){#loginModal .modal-panel,#loginModal .cx-login-clean{width:min(100%,430px)!important;max-width:calc(100vw - 24px)!important;overflow-x:hidden!important}
#loginModal .cx-login-form,#loginModal .cx-login-form label{width:100%!important;max-width:100%!important;min-width:0!important}
#loginModal .cx-login-form input,#loginModal .cx-login-submit,#loginModal .cx-login-wa{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
.hero-visual,.page-shell:after{display:none!important;content:none!important;background:none!important}
.hero{grid-template-columns:1fr!important;min-height:initial!important;padding-top:22px!important;padding-bottom:24px!important}
.product-card .product-meta{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:5px!important;min-height:auto!important;margin-top:-2px!important;margin-bottom:2px!important}
.product-card .product-meta .currency-badge,.product-card .product-meta .bonus,.product-card .product-meta .badge{width:auto!important;min-width:0!important;min-height:24px!important;padding:3px 7px!important;font-size:10.5px!important;line-height:1!important;border-radius:0!important;gap:4px!important;box-shadow:none!important}
.product-card .product-meta .currency-badge strong{font-size:11.5px!important;line-height:1!important}
.product-card .product-btn{min-height:54px!important;font-size:15px!important;font-weight:950!important;margin-top:4px!important}
}
@media(max-width:420px){#loginModal .modal-panel,#loginModal .cx-login-clean{max-width:calc(100vw - 18px)!important;padding-left:16px!important;padding-right:16px!important}
.product-card .product-meta .currency-badge,.product-card .product-meta .bonus,.product-card .product-meta .badge{min-height:22px!important;padding:2px 6px!important;font-size:10px!important}
.product-card .product-meta .currency-badge strong{font-size:11px!important}
}
.product-media .currency-stack-wrap,.product-media .currency-figure{position:relative;z-index:2}
.product-media .currency-stack-wrap{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important}
.product-media .currency-figure{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;min-width:0!important}
.product-media .currency-figure img{position:relative!important;z-index:2!important;width:auto!important;max-width:112px!important;max-height:104px!important;object-fit:contain!important}
.product-media .currency-stack-wrap .currency-figure img{max-width:96px!important;max-height:92px!important}
.product-media .currency-amount{display:block!important;width:max-content!important;max-width:128px!important;padding:3px 8px!important;border-radius:0!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(75,142,241,.14)!important;box-shadow:0 8px 18px rgba(61,94,156,.10)!important;color:#253553!important;font-size:13px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.02em!important;white-space:nowrap!important}
.product-card .product-meta:empty{display:none!important}
@media(max-width:800px){.product-media{height:168px!important}
.product-media .currency-stack-wrap{gap:9px!important}
.product-media .currency-figure{gap:5px!important}
.product-media .currency-figure img{max-width:86px!important;max-height:78px!important}
.product-media .currency-stack-wrap .currency-figure img{max-width:74px!important;max-height:70px!important}
.product-media .currency-amount{max-width:96px!important;padding:2px 6px!important;font-size:11px!important;box-shadow:none!important}
}
@media(max-width:420px){.product-media{height:154px!important}
.product-media .currency-stack-wrap{gap:7px!important}
.product-media .currency-figure img{max-width:76px!important;max-height:68px!important}
.product-media .currency-stack-wrap .currency-figure img{max-width:64px!important;max-height:62px!important}
.product-media .currency-amount{max-width:84px!important;padding:2px 5px!important;font-size:10.5px!important}
}
.product-card .product-body,.car-card .car-body{display:flex!important;flex-direction:column!important}
.product-card .product-title,.car-card .car-title{order:1!important;margin:0!important}
.product-card .price,.car-card .price{order:2!important;margin:0!important}
.product-card .modal-copy,.car-card .car-specs{order:3!important}
.product-card .product-btn,.car-card .product-btn{order:4!important}
.product-media .currency-amount{font-size:16px!important;padding:5px 11px!important;min-height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
#loginModal .cx-login-head{margin-bottom:14px!important}
#loginModal .cx-login-form{gap:9px!important}
#loginModal .cx-login-form label{gap:5px!important}
#loginModal .cx-login-form input{height:48px!important;border-radius:15px!important}
#loginModal .cx-login-submit{height:50px!important;margin-top:2px!important}
#loginModal .cx-login-wa{min-height:46px!important;margin-top:10px!important}
@media(max-width:800px){.product-card .product-body,.car-card .car-body{gap:10px!important}
.product-card .product-title,.car-card .car-title{font-size:15px!important;padding:9px 11px!important}
.product-card .price,.car-card .price{font-size:21px!important}
.product-media .currency-amount{font-size:14px!important;padding:4px 9px!important;min-height:25px!important;max-width:110px!important}
#loginModal .cx-login-head{margin-bottom:12px!important}
#loginModal .cx-login-head h3{margin-top:8px!important;margin-bottom:4px!important}
#loginModal .cx-login-head p{line-height:1.35!important}
#loginModal .cx-login-form{gap:8px!important}
#loginModal .cx-login-form label{gap:4px!important}
#loginModal .cx-login-form input{height:46px!important}
}
@media(max-width:420px){.product-media .currency-amount{font-size:13px!important;padding:3px 8px!important;min-height:24px!important;max-width:102px!important}
#loginModal .cx-login-form{gap:7px!important}
}
#panelTopup .product-card .product-media,#panelMobil .car-card .car-media{padding-bottom:0!important}
#panelTopup .product-title-pop,#panelMobil .car-title-pop{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
#panelTopup .product-card .product-body,#panelMobil .car-card .car-body{display:flex!important;flex-direction:column!important}
#panelTopup .product-card .product-title,#panelMobil .car-card .car-title{order:1!important;position:static!important;margin:0!important;width:100%!important}
#panelTopup .product-card .price,#panelMobil .car-card .price{order:2!important;margin:0!important;width:100%!important}
#panelTopup .product-card .modal-copy,#panelMobil .car-card .car-specs{order:3!important}
#panelTopup .product-card .product-btn,#panelMobil .car-card .product-btn{order:4!important}
#panelTopup .product-media{height:205px!important;min-height:205px!important}
#panelTopup .product-media .currency-stack-wrap{gap:18px!important}
#panelTopup .product-media .currency-figure{gap:9px!important}
#panelTopup .product-media .currency-figure img{max-width:138px!important;max-height:128px!important}
#panelTopup .product-media .currency-stack-wrap .currency-figure img{max-width:118px!important;max-height:110px!important}
#panelTopup .product-media .currency-amount{font-size:18px!important;line-height:1!important;min-height:32px!important;padding:6px 13px!important;max-width:150px!important;font-weight:950!important}
@media(max-width:800px){#panelTopup .product-media{height:192px!important;min-height:192px!important}
#panelTopup .product-media .currency-stack-wrap{gap:14px!important}
#panelTopup .product-media .currency-figure{gap:8px!important}
#panelTopup .product-media .currency-figure img{max-width:112px!important;max-height:104px!important}
#panelTopup .product-media .currency-stack-wrap .currency-figure img{max-width:96px!important;max-height:92px!important}
#panelTopup .product-media .currency-amount{font-size:16px!important;min-height:30px!important;padding:5px 12px!important;max-width:132px!important}
#panelTopup .product-card .product-body{gap:10px!important}
#panelTopup .product-card .product-title{font-size:16px!important;padding:10px 12px!important}
}
@media(max-width:420px){#panelTopup .product-media{height:178px!important;min-height:178px!important}
#panelTopup .product-media .currency-stack-wrap{gap:10px!important}
#panelTopup .product-media .currency-figure img{max-width:98px!important;max-height:92px!important}
#panelTopup .product-media .currency-stack-wrap .currency-figure img{max-width:84px!important;max-height:80px!important}
#panelTopup .product-media .currency-amount{font-size:15px!important;min-height:28px!important;padding:5px 10px!important;max-width:118px!important}
}
#panelTopup .product-card .product-media,#panelMobil .car-card .car-media{position:relative!important;height:220px!important;min-height:220px!important;padding:18px 16px 74px!important;display:grid!important;place-items:center!important;overflow:hidden!important}
#panelTopup .product-media>img,#panelTopup .product-media .mix-img,#panelMobil .car-media>img{position:relative!important;z-index:2!important}
#panelTopup .product-media>img{width:auto!important;max-width:82%!important;max-height:138px!important;object-fit:contain!important}
#panelTopup .product-media .mix-img{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important}
#panelTopup .product-media .mix-img img{width:auto!important;max-width:46%!important;max-height:128px!important;object-fit:contain!important}
#panelMobil .car-media>img{width:96%!important;max-width:96%!important;max-height:158px!important;object-fit:contain!important}
#panelTopup .product-title-pop,#panelMobil .car-title-pop{position:absolute!important;left:14px!important;right:14px!important;bottom:12px!important;z-index:6!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-height:48px!important;margin:0!important;padding:10px 13px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(237,246,255,.86))!important;border:1px solid rgba(75,142,241,.18)!important;box-shadow:0 14px 28px rgba(75,142,241,.13)!important;color:#22314d!important;text-align:center!important;font-size:15px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:-.02em!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
#panelTopup .product-body,#panelMobil .car-body{text-align:center!important}
#panelTopup .product-body>.product-title:not(.product-title-pop),#panelMobil .car-body>.car-title:not(.car-title-pop){display:none!important}
#panelTopup .product-card .price{order:1!important;margin:0 auto!important}
#panelTopup .product-card .product-meta{order:2!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:34px!important;margin:0!important}
#panelTopup .product-card .product-meta .currency-badge{width:auto!important;min-width:94px!important;min-height:34px!important;padding:0 12px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:13px!important;line-height:1!important;font-weight:900!important;box-shadow:0 10px 20px rgba(49,78,132,.10)!important}
#panelTopup .product-card .product-meta .currency-badge strong{font-size:15px!important;line-height:1!important;font-weight:950!important}
#panelTopup .product-card .product-meta .currency-silver{background:linear-gradient(135deg,#f8fbff 0%,#d7e0ec 100%)!important;border:1px solid #c4cfdd!important;color:#536171!important}
#panelTopup .product-card .product-meta .currency-gold{background:linear-gradient(135deg,#fff6c7 0%,#f0c64f 100%)!important;border:1px solid #e0b73d!important;color:#8a5d00!important}
#panelTopup .product-card .modal-copy{order:3!important}
#panelTopup .product-card .product-btn{order:4!important}
#panelTopup .product-media .currency-amount{display:none!important}
@media(max-width:800px){#panelTopup .product-card .product-media,#panelMobil .car-card .car-media{height:206px!important;min-height:206px!important;padding:16px 14px 70px!important}
#panelTopup .product-media>img{max-height:126px!important;max-width:84%!important}
#panelTopup .product-media .mix-img img{max-height:116px!important;max-width:45%!important}
#panelMobil .car-media>img{max-height:148px!important}
#panelTopup .product-title-pop,#panelMobil .car-title-pop{left:10px!important;right:10px!important;bottom:10px!important;min-height:46px!important;padding:9px 11px!important;font-size:14px!important;border-radius:16px!important}
#panelTopup .product-card .product-meta .currency-badge{min-width:82px!important;min-height:31px!important;padding:0 10px!important;font-size:12.5px!important}
#panelTopup .product-card .product-meta .currency-badge strong{font-size:14px!important}
}
@media(max-width:420px){#panelTopup .product-card .product-media,#panelMobil .car-card .car-media{height:196px!important;min-height:196px!important;padding-bottom:68px!important}
#panelTopup .product-media>img{max-height:118px!important}
#panelTopup .product-media .mix-img{gap:8px!important}
#panelTopup .product-media .mix-img img{max-height:108px!important}
#panelTopup .product-card .product-meta{gap:6px!important}
#panelTopup .product-card .product-meta .currency-badge{min-width:76px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important}
#panelTopup .product-card .product-meta .currency-badge strong{font-size:13.5px!important}
}
#panelMobil .car-card .car-media{position:relative!important}
#panelMobil .car-card .car-title-pop{opacity:1!important;visibility:visible!important;pointer-events:none!important}
#panelMobil .car-card .car-rankline{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:7px!important;width:100%!important;padding:12px 14px 0!important;margin:0!important;position:relative!important;z-index:3!important;background:transparent!important;text-align:center!important}
#panelMobil .car-card .car-rankline .badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:0 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}
#panelMobil .car-card .car-rankline .badge.class{background:#eef7ff!important;border:1px solid #dcecff!important;color:#356dd6!important}
#panelMobil .car-card .car-rankline .badge.gold{background:linear-gradient(135deg,#fff7d6,#f9d66c)!important;border:1px solid #e0b73d!important;color:#8a5d00!important}
#panelMobil .car-card .car-body{gap:12px!important}
@media(max-width:800px){#panelMobil .car-grid{gap:14px!important}
#panelMobil .search-wrapper{height:48px!important;margin-bottom:14px!important;padding:0 14px!important;border-radius:18px!important}
#panelMobil .car-card{border-radius:22px!important}
#panelMobil .car-card .car-media{height:152px!important;min-height:152px!important;padding:10px 10px 48px!important}
#panelMobil .car-card .car-media>img{width:92%!important;max-width:92%!important;max-height:104px!important;object-fit:contain!important}
#panelMobil .car-card .car-title-pop{left:8px!important;right:8px!important;bottom:7px!important;min-height:34px!important;padding:6px 8px!important;border-radius:12px!important;font-size:12.5px!important;line-height:1.15!important;letter-spacing:-.02em!important}
#panelMobil .car-card .sold-overlay,#panelMobil .car-card .owned-overlay{top:8px!important;right:8px!important;padding:5px 7px!important;font-size:9.5px!important;border-radius:999px!important}
#panelMobil .car-card .owned-overlay{left:8px!important;right:auto!important}
#panelMobil .car-card .car-rankline{padding:9px 10px 0!important;gap:6px!important}
#panelMobil .car-card .car-rankline .badge{min-height:24px!important;padding:0 8px!important;font-size:11px!important}
#panelMobil .car-card .car-body{padding:12px 12px 14px!important;gap:9px!important}
#panelMobil .car-card .car-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
#panelMobil .car-card .car-specs div{padding:7px 6px!important;border-radius:12px!important}
#panelMobil .car-card .car-specs span{font-size:9.5px!important}
#panelMobil .car-card .car-specs b{font-size:11px!important}
#panelMobil .car-card .price{font-size:18px!important}
#panelMobil .car-card .product-btn{min-height:46px!important;font-size:13px!important}
}
@media(max-width:420px){#panelMobil .car-card .car-media{height:138px!important;min-height:138px!important;padding:8px 8px 44px!important}
#panelMobil .car-card .car-media>img{max-height:92px!important}
#panelMobil .car-card .car-title-pop{min-height:32px!important;padding:5px 7px!important;font-size:11.5px!important}
#panelMobil .car-card .car-rankline .badge{min-height:23px!important;padding:0 7px!important;font-size:10.5px!important}
#panelMobil .car-card .car-body{padding:11px 10px 12px!important;gap:8px!important}
#panelMobil .car-card .car-specs{gap:6px!important}
#panelMobil .car-card .car-specs div{padding:6px 5px!important;border-radius:10px!important}
}
@media(max-width:800px){#panelMobil .car-card .car-media{height:172px!important;min-height:172px!important;padding:10px 10px 50px!important}
#panelMobil .car-card .car-media>img{width:98%!important;max-width:98%!important;max-height:128px!important}
}
@media(max-width:420px){#panelMobil .car-card .car-media{height:158px!important;min-height:158px!important;padding:8px 8px 46px!important}
#panelMobil .car-card .car-media>img{width:98%!important;max-width:98%!important;max-height:116px!important}
}
@media(max-width:800px){#panelMobil .car-card .car-media{height:238px!important;min-height:238px!important;padding:12px 10px 54px!important}
#panelMobil .car-card .car-media>img,#panelMobil .car-media>img{width:100%!important;max-width:100%!important;max-height:184px!important;object-fit:contain!important;transform:scale(1.12)!important;transform-origin:center center!important}
#panelMobil .car-card .car-title-pop{bottom:8px!important}
}
@media(max-width:420px){#panelMobil .car-card .car-media{height:222px!important;min-height:222px!important;padding:10px 8px 52px!important}
#panelMobil .car-card .car-media>img,#panelMobil .car-media>img{width:100%!important;max-width:100%!important;max-height:170px!important;transform:scale(1.14)!important}
}
#loginModal .cx-login-head{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
#loginModal .cx-login-badge{align-self:center!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;white-space:nowrap!important;text-indent:.12em!important}
#loginModal .cx-login-head h3,#loginModal #loginTitle,#loginModal .cx-login-head p{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;text-align:center!important;align-self:center!important}

/* Account Store conversion: detail akun, album, lacak order */
.cx-account-store .section-subtitle{max-width:720px}
.account-detail-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px;padding:24px;margin:0 0 28px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.76));box-shadow:0 26px 60px rgba(15,23,42,.12);backdrop-filter:blur(18px)}
.account-gallery{display:flex;flex-direction:column;gap:14px;min-width:0}.account-main-img{width:100%;min-height:320px;max-height:480px;object-fit:cover;border-radius:26px;background:#f4f7fb;box-shadow:0 18px 36px rgba(15,23,42,.16)}
.account-album-strip,.account-mini-album{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.account-album-strip img{width:92px;height:70px;object-fit:cover;border-radius:16px;border:2px solid rgba(255,255,255,.82);box-shadow:0 8px 18px rgba(15,23,42,.12)}.account-mini-album img{width:86px;height:64px;object-fit:cover;border-radius:14px;border:1px solid rgba(15,23,42,.08)}
.account-detail-info{display:flex;flex-direction:column;gap:14px;min-width:0}.account-type-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.account-price{font-size:clamp(28px,4vw,44px);font-weight:1000;letter-spacing:-.05em;color:#171b2a}.account-description{color:#475569;line-height:1.72;margin:0}
.account-spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.account-spec-grid>div{padding:12px;border-radius:18px;background:rgba(248,250,252,.9);border:1px solid rgba(15,23,42,.07)}.account-spec-grid span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900}.account-spec-grid b{display:block;margin-top:4px;color:#0f172a;font-size:15px;line-height:1.15;overflow-wrap:anywhere}
.account-chip{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:30px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-size:11px;font-weight:950;letter-spacing:.04em}.account-chip.ori{background:linear-gradient(135deg,#2563eb,#06b6d4)}.account-chip.mod{background:linear-gradient(135deg,#7c3aed,#ec4899)}
.maps-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.maps-list b{width:100%;font-size:12px;color:#0f172a}.maps-list span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef6ff;border:1px solid #dcecff;color:#2563eb;font-weight:900;font-size:12px}.empty-cart.soft{background:rgba(255,255,255,.76);border:1px dashed rgba(15,23,42,.15);border-radius:18px;padding:16px;color:#64748b}
.account-checkout-form,.track-order-form{display:grid;gap:12px;padding:16px;border-radius:22px;background:rgba(248,250,252,.86);border:1px solid rgba(15,23,42,.08)}.account-checkout-form select,.account-checkout-form input,.track-order-form input{width:100%;min-height:48px;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff;padding:0 14px;font-weight:800;color:#0f172a}.full{width:100%;justify-content:center}.account-last-order,.account-track-card{padding:18px;border-radius:24px;background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px rgba(15,23,42,.10)}.account-last-order{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.account-last-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.pin-box{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:122px;min-height:64px;padding:10px 16px;border-radius:18px;background:#111827;color:#fff;box-shadow:0 12px 24px rgba(15,23,42,.24)}.pin-box small{font-size:10px;letter-spacing:.1em;font-weight:900;opacity:.72}.pin-box b{font-size:24px;letter-spacing:.16em}.track-result{margin-top:18px}.account-track-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.account-track-card h4{margin:14px 0 10px;font-size:22px;letter-spacing:-.03em;color:#0f172a}
.product-card .product-btn{gap:8px}
@media(max-width:920px){.account-detail-card{grid-template-columns:1fr;padding:18px}.account-main-img{min-height:240px}.account-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-last-order,.account-track-head{flex-direction:column;align-items:stretch}.account-last-actions{justify-content:flex-start}}
@media(max-width:520px){.account-detail-card{border-radius:24px;padding:14px}.account-main-img{min-height:190px;border-radius:20px}.account-album-strip img{width:76px;height:58px}.account-price{font-size:28px}.account-spec-grid{gap:8px}.pin-box{width:100%}}
.account-detail-gallery{display:flex;flex-direction:column;gap:14px;min-width:0}.account-detail-body{display:flex;flex-direction:column;gap:14px;min-width:0}.account-detail-body h2{font-size:clamp(26px,4vw,48px);line-height:1.02;letter-spacing:-.055em;margin:0;color:#0f172a}.account-detail-body .price{font-size:clamp(28px,4vw,44px);font-weight:1000;letter-spacing:-.05em;color:#171b2a}.account-desc{color:#475569;line-height:1.72;margin:0}
.account-delivery-box{margin:14px 0;padding:14px 16px;border-radius:18px;background:rgba(17,24,39,.06);border:1px solid rgba(15,23,42,.10);color:#0f172a}.account-delivery-box h4{margin:0 0 8px!important;font-size:16px!important}.account-delivery-box p{margin:6px 0;word-break:break-word}

/* Fix 2026-05-28: center product cards on desktop when item count is 1/2 */
@media (min-width: 801px){
  .product-grid,
  .car-grid{
    grid-template-columns:repeat(auto-fit,minmax(280px,340px))!important;
    justify-content:center!important;
    align-items:stretch!important;
  }
  .product-card,
  .car-card{width:100%!important;max-width:340px!important;justify-self:center!important}
}
.checkout-phone-hint.is-error{color:#dc2626!important;background:#fff1f2!important;border-color:#fecdd3!important}
.checkout-phone-hint.is-success{color:#047857!important;background:#ecfdf5!important;border-color:#a7f3d0!important}
.checkout-phone-hint.is-checking{color:#2563eb!important;background:#eff6ff!important;border-color:#bfdbfe!important}
.account-checkout-form input.is-invalid{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!important}
.account-checkout-form input.is-valid{border-color:#10b981!important;box-shadow:0 0 0 4px rgba(16,185,129,.10)!important}

/* Safe account tracking improvements */
.account-track-safe{display:grid;gap:14px}.account-track-safe .account-track-head{align-items:flex-start}.track-order-id{font-family:'Inter','Poppins',system-ui,sans-serif;letter-spacing:-.03em;word-break:break-all}.copy-order-btn{min-height:38px;border:1px solid rgba(15,23,42,.10)!important;background:#f8fafc!important;color:#0f172a!important;border-radius:999px!important;padding:0 14px!important;font-weight:900!important}.account-track-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.account-track-summary>div{padding:13px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.07)}.account-track-summary span{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.account-track-summary b{display:block;margin-top:4px;color:#0f172a;font-size:13px;word-break:break-word}.track-safe-note,.track-form-note{margin:0!important}.track-pin-field[hidden]{display:none!important}.account-delivery-box{display:grid;gap:8px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#ecfdf5,#ffffff);border:1px solid rgba(16,185,129,.20)}.account-delivery-box h4{margin:0 0 4px!important}.account-delivery-box p{margin:0;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid rgba(15,23,42,.06);word-break:break-word}.account-delivery-box .delivery-note{line-height:1.55}@media(max-width:640px){.account-track-summary{grid-template-columns:1fr}.copy-order-btn{width:100%;justify-content:center}.account-last-order .copy-order-btn{margin:8px 0}}

/* Patch: footer ringkas, status order responsif, screenshot data akun */
html,body{min-height:100%}
body.cx-account-store .page-shell{min-height:100dvh;display:flex;flex-direction:column}
body.cx-account-store main{flex:1 0 auto}
body.cx-account-store .footer,
body.cx-account-store .footer.footer-copyright-only{flex-shrink:0!important;width:100%!important;max-width:none!important;margin:22px 0 0!important;border-radius:20px 20px 0 0!important;padding:8px 14px max(8px,env(safe-area-inset-bottom))!important;box-shadow:0 -8px 24px rgba(15,23,42,.06)!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(15,23,42,.06)!important;border-bottom:0!important}
body.cx-account-store .footer-copy{padding:4px 8px!important;font-size:11px!important;line-height:1.35!important;min-height:auto!important;color:#64748b!important}
body.cx-account-store .footer *{margin-top:0!important;margin-bottom:0!important}
.status-hero-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-radius:26px;background:linear-gradient(135deg,#ffffff,#f8fbff);border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 40px rgba(15,23,42,.08)}
.status-hero-main{display:flex;align-items:center;gap:14px;min-width:0}.status-hero-main .eyebrow{margin:0 0 4px!important;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.status-hero-main h3{margin:0!important;font-size:clamp(20px,4.6vw,30px);line-height:1.05}.status-note{margin:6px 0 0!important;color:#475569;line-height:1.45}.status-icon{display:grid;place-items:center;width:50px;height:50px;flex:0 0 auto;border-radius:18px;background:#eef6ff;color:#2563eb;font-weight:1000;font-size:28px}.account-status-page.is-success .status-icon{background:#dcfce7;color:#047857}.account-status-page.is-bad .status-icon{background:#fee2e2;color:#dc2626}.status-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.status-chip{white-space:nowrap}.account-progress-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.progress-step{position:relative;padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(15,23,42,.07);box-shadow:0 10px 26px rgba(15,23,42,.06)}.progress-step span{display:grid;place-items:center;width:30px;height:30px;border-radius:12px;background:#e2e8f0;color:#0f172a;font-weight:1000;margin-bottom:8px}.progress-step b{display:block;color:#0f172a;font-size:14px}.progress-step small{display:block;color:#64748b;font-weight:700;font-size:11px;margin-top:3px;line-height:1.25}.progress-step.done span,.progress-step.active span{background:#16a34a;color:#fff}.progress-step.active{border-color:rgba(22,163,74,.25);background:#f0fdf4}.account-build-animation{display:flex;align-items:center;gap:16px;padding:16px;border-radius:24px;background:linear-gradient(135deg,#eef9ff,#f0fdf4);border:1px solid rgba(37,99,235,.12);box-shadow:0 12px 30px rgba(15,23,42,.07)}.account-build-animation.compact{margin-top:12px}.account-build-animation b{display:block;color:#0f172a;font-size:16px}.account-build-animation p{margin:4px 0 0!important;color:#475569;line-height:1.45}.build-radar{position:relative;display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;border-radius:22px;background:#0f172a;overflow:hidden}.build-radar span{position:absolute;width:26px;height:26px;border-radius:50%;border:2px solid rgba(45,212,191,.55);animation:cxRadar 1.45s linear infinite}.build-radar span:nth-child(2){animation-delay:.55s}.build-radar i{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 18px #22c55e}@keyframes cxRadar{0%{transform:scale(.6);opacity:.85}100%{transform:scale(2.25);opacity:0}}
.account-delivery-box[data-account-shot-card]{padding:18px;border-radius:26px;background:linear-gradient(135deg,#ecfdf5,#ffffff);border:1px solid rgba(16,185,129,.22);box-shadow:0 18px 44px rgba(15,23,42,.10)}.delivery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.delivery-head span{font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#047857}.delivery-head h4{margin:3px 0 0!important;font-size:22px!important;letter-spacing:-.04em;color:#0f172a}.delivery-head small{color:#64748b;font-weight:800;text-align:right}.credential-grid{display:grid;gap:10px}.credential-row{display:grid;grid-template-columns:118px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.9);border:1px solid rgba(15,23,42,.07)}.credential-row span{font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.credential-row b{font-size:16px;color:#0f172a;word-break:break-all}.download-account-shot{margin-top:10px;min-height:48px!important;border-radius:16px!important;font-size:13px!important;font-weight:1000!important;letter-spacing:.02em!important}.status-pay-btn{min-height:48px!important;border-radius:16px!important}.pin-required-card{background:#fff7ed!important;border-color:#fed7aa!important}.pin-required-card b{color:#9a3412!important}
@media(max-width:780px){body.cx-account-store .footer,body.cx-account-store .footer.footer-copyright-only{margin-top:16px!important;margin-bottom:76px!important;border-radius:16px!important;padding:7px 10px!important}.status-hero-card{align-items:stretch;flex-direction:column;padding:15px;border-radius:22px}.status-hero-actions{justify-content:stretch}.status-hero-actions .account-chip,.status-hero-actions .copy-order-btn{width:100%;max-width:none}.account-progress-steps{grid-template-columns:1fr}.progress-step{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.progress-step span{grid-row:1/3;margin:0}.account-build-animation{align-items:flex-start;border-radius:20px;padding:14px}.account-track-summary.status-summary{grid-template-columns:1fr!important}.credential-row{grid-template-columns:1fr;gap:4px}.delivery-head{flex-direction:column}.delivery-head small{text-align:left}.download-account-shot{width:100%}}
.progress-step.is-done span,.progress-step.is-current span{background:#16a34a;color:#fff}.progress-step.is-current{border-color:rgba(22,163,74,.25);background:#f0fdf4}.progress-step.is-problem span{background:#ef4444;color:#fff}

/* Patch: bottom nav 3 menu full width, checkout warning langsung, album slider detail produk */
body.cx-account-store .public-bottom-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.cx-account-store #confirmStepSecurity{display:none!important}
body.cx-account-store #confirmStepWarning{display:block!important}
body.cx-account-store .account-detail-album{min-width:0}
body.cx-account-store .account-album-stage{position:relative;overflow:hidden;border-radius:28px;background:#f4f7fb;box-shadow:0 18px 36px rgba(15,23,42,.16)}
body.cx-account-store .account-album-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
body.cx-account-store .account-album-track::-webkit-scrollbar{display:none}
body.cx-account-store .account-album-slide{flex:0 0 100%;scroll-snap-align:center;margin:0;display:grid;place-items:center;background:#f4f7fb}
body.cx-account-store .account-album-slide .account-main-img{display:block;width:100%;height:clamp(260px,42vw,480px);min-height:0!important;max-height:none!important;object-fit:cover;border-radius:0!important;box-shadow:none!important;background:#f4f7fb}
body.cx-account-store .account-album-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.88);color:#0f172a;box-shadow:0 12px 28px rgba(15,23,42,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer;transition:transform .18s ease,background .18s ease}
body.cx-account-store .account-album-nav:hover{transform:translateY(-50%) scale(1.05);background:#fff}
body.cx-account-store .account-album-nav.prev{left:12px}
body.cx-account-store .account-album-nav.next{right:12px}
body.cx-account-store .account-album-nav .material-symbols-outlined{font-size:28px}
body.cx-account-store .account-album-dots{position:absolute;left:0;right:0;bottom:12px;z-index:6;display:flex;align-items:center;justify-content:center;gap:7px;pointer-events:none}
body.cx-account-store .account-album-dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.62);box-shadow:0 1px 6px rgba(15,23,42,.22);pointer-events:auto;cursor:pointer;transition:width .18s ease,background .18s ease}
body.cx-account-store .account-album-dot.active{width:24px;background:#fff}
body.cx-account-store .account-album-thumbs{display:flex;gap:10px;overflow-x:auto;padding:10px 2px 2px;scrollbar-width:thin}
body.cx-account-store .account-album-thumb{flex:0 0 auto;width:92px;height:70px;border:2px solid transparent;border-radius:16px;padding:0;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.10);cursor:pointer;opacity:.76;transition:opacity .18s ease,border-color .18s ease,transform .18s ease}
body.cx-account-store .account-album-thumb img{width:100%;height:100%;object-fit:cover;display:block;border:0!important;border-radius:0!important;box-shadow:none!important}
body.cx-account-store .account-album-thumb.active{opacity:1;border-color:#4b8ef1;transform:translateY(-1px)}
@media(max-width:780px){body.cx-account-store .public-bottom-nav{left:10px!important;right:10px!important;gap:6px!important;padding:7px!important}body.cx-account-store .pub-nav-item{min-height:54px!important;border-radius:18px!important}body.cx-account-store .account-album-stage{border-radius:22px}body.cx-account-store .account-album-slide .account-main-img{height:clamp(220px,70vw,360px)}body.cx-account-store .account-album-nav{width:36px;height:36px}body.cx-account-store .account-album-nav.prev{left:8px}body.cx-account-store .account-album-nav.next{right:8px}body.cx-account-store .account-album-thumb{width:76px;height:58px;border-radius:14px}}


/* Patch: menu app-like 3 item selalu memenuhi lebar HP */
.public-bottom-nav{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:auto!important;
  max-width:none!important;
  justify-items:stretch!important;
  align-items:stretch!important;
}
.public-bottom-nav .pub-nav-item{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
@media(max-width:800px){
  .public-bottom-nav{
    left:max(8px,env(safe-area-inset-left))!important;
    right:max(8px,env(safe-area-inset-right))!important;
    bottom:max(10px,env(safe-area-inset-bottom))!important;
    display:grid!important;
  }
}
.field-required,.field-optional{display:inline-flex;align-items:center;margin-left:6px;padding:2px 7px;border-radius:999px;font-size:10px;line-height:1.2;font-weight:950;letter-spacing:.04em;vertical-align:middle}
.field-required{background:#fee2e2;color:#b91c1c}
.field-optional{background:#e0f2fe;color:#0369a1}


/* Final fix: menu app-like 3 item full width on mobile */
body.cx-apprista-ui.cx-account-store .public-bottom-nav,
body.cx-account-store .public-bottom-nav{
  left:8px!important;
  right:8px!important;
  width:auto!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  justify-items:stretch!important;
  align-items:stretch!important;
  box-sizing:border-box!important;
}
body.cx-apprista-ui.cx-account-store .public-bottom-nav .pub-nav-item,
body.cx-account-store .public-bottom-nav .pub-nav-item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  flex:1 1 0!important;
}
@media(max-width:800px){
  body.cx-apprista-ui.cx-account-store .public-bottom-nav,
  body.cx-account-store .public-bottom-nav{
    left:max(8px,env(safe-area-inset-left))!important;
    right:max(8px,env(safe-area-inset-right))!important;
    bottom:max(10px,env(safe-area-inset-bottom))!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Gambar card akun full di HP & Desktop */
.car-media,
.mod-like-ori-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
  border-radius: 18px 18px 0 0;
}

.car-media img,
.mod-like-ori-media img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center center;
  max-width: none !important;
}

/* Samakan ukuran gambar di HP */
@media (max-width: 768px) {
  .car-media,
  .mod-like-ori-media {
    aspect-ratio: 1 / 1;
  }

  .car-media img,
  .mod-like-ori-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
