@font-face{font-family:'Inter Fallback';src:local('Arial');ascent-override:90.44%;descent-override:22.52%;line-gap-override:0%;size-adjust:107.06%}
:root{--bg:#0b0b0d;--surface:#151517;--surface2:#1c1c1f;--surface3:#232326;--border:#2b2b2f;--orange:#ff6a1a;--orange2:#ff8f4d;--red:#c8211e;--text:#f3f1ea;--muted:#96959d;--muted2:#8b8a94;--green:#33c46a;--amber:#f0a83c;--blue:#5b8cff;--purple:#a67bfa;--teal:#2dd4bf;--danger:#fb4747;--radius:14px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,'Inter Fallback',sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}html,body{overflow-x:hidden;max-width:100vw}#adminPanel,#publicSite,.main,.view{max-width:100%}img,svg,video,canvas,iframe{max-width:100%}h1,h2,h3,h4{font-family:Oswald,sans-serif;letter-spacing:.02em;margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::selection{background:var(--orange);color:#100}.hidden{display:none!important}#splashScreen{position:fixed;inset:0;z-index:9999;background:radial-gradient(circle at 50% 38%,#1c1c1f 0%,var(--bg) 72%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;animation:splashOut .4s ease forwards;animation-delay:1.2s;cursor:pointer}#splashScreen.splash-skip{animation:none;opacity:0;visibility:hidden;pointer-events:none}.splash-logo{width:132px;height:132px;object-fit:contain;opacity:1;transform:scale(.72) translateY(8px);animation:splashLogoIn .55s cubic-bezier(.19,.9,.28,1.05) forwards;filter:drop-shadow(0 14px 34px rgba(255,106,26,.38))}.splash-line{width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--orange),var(--red));animation:splashLineIn .4s ease forwards .55s}.splash-tagline{font-family:Oswald,sans-serif;color:var(--muted);font-size:14px;letter-spacing:.28em;text-transform:uppercase;text-align:center;opacity:0;animation:splashTaglineIn .5s ease forwards .7s}.splash-tagline b{color:#fff;font-weight:600}@keyframes splashLogoIn{0%{transform:scale(.72) translateY(8px)}to{transform:scale(1) translateY(0)}}@keyframes splashLineIn{to{width:130px}}@keyframes splashTaglineIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes splashOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){#splashScreen{animation-duration:.3s;animation-delay:.6s}.splash-logo,.splash-line,.splash-tagline{animation:none;opacity:1;transform:none;width:auto}.splash-line{width:130px}}#adminWelcomeScreen{position:fixed;inset:0;z-index:10000;background:radial-gradient(circle at 50% 38%,#1c1c1f 0%,var(--bg) 72%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;opacity:0;visibility:hidden;pointer-events:none;cursor:pointer}#adminWelcomeScreen.aw-show{opacity:1;visibility:visible;pointer-events:auto}#adminWelcomeScreen.aw-hide{animation:splashOut .7s ease forwards}.aw-logo{width:132px;height:132px;object-fit:contain;opacity:0;transform:scale(.72) translateY(8px);filter:drop-shadow(0 14px 34px rgba(255,106,26,.38))}#adminWelcomeScreen.aw-show .aw-logo{animation:awLogoIn 1s cubic-bezier(.19,.9,.28,1.05) forwards .15s}
@keyframes awLogoIn{0%{opacity:0;transform:scale(.72) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.aw-line{width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--orange),var(--red))}#adminWelcomeScreen.aw-show .aw-line{animation:splashLineIn .6s ease forwards 1.25s}.aw-tagline{font-family:Oswald,sans-serif;color:var(--muted);font-size:14px;letter-spacing:.28em;text-transform:uppercase;text-align:center;opacity:0}#adminWelcomeScreen.aw-show .aw-tagline{animation:splashTaglineIn .8s ease forwards 1.45s}.aw-tagline b{color:#fff;font-weight:600}.skew-chip{display:inline-block;transform:skew(-10deg);padding:2px 10px}.skew-chip>span{display:inline-block;transform:skew(10deg)}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:8px}.btn{border:none;border-radius:8px;padding:11px 20px;font-weight:600;font-size:14.5px;display:inline-flex;align-items:center;gap:8px;transition:.15s transform,.15s box-shadow,.15s background;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%)}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(100deg,var(--orange),var(--red));color:#fff;box-shadow:0 6px 20px -8px #ff6a1a99}.btn-primary:hover{box-shadow:0 8px 24px -6px #ff6a1abf}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{border-color:var(--orange);color:var(--orange2)}.btn-ghost{background:var(--surface2);color:var(--muted)}.btn-ghost:hover{background:var(--surface3);color:var(--text)}.btn-sm{padding:7px 14px;font-size:13px}.btn-danger{background:var(--danger);color:#fff}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-choice{flex:1 1 0;min-width:0;border:none;border-radius:12px;padding:18px 12px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;cursor:pointer;transition:.15s transform,.15s box-shadow,.15s background,.15s border-color}.btn-choice:active{transform:scale(.97)}.btn-choice-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;margin-bottom:2px}.btn-choice b{font-family:Oswald,sans-serif;font-size:14px;letter-spacing:.01em;line-height:1.25}.btn-choice-sub{font-weight:400;font-size:11.5px;line-height:1.35;opacity:.85}.btn-choice-primary{background:linear-gradient(165deg,var(--surface3),var(--surface2));border:1px solid var(--orange);color:var(--text);box-shadow:0 6px 20px -10px #ff6a1a8c}.btn-choice-primary .btn-choice-icon{background:linear-gradient(100deg,var(--orange),var(--red));color:#fff}.btn-choice-primary:hover{box-shadow:0 8px 22px -8px #ff6a1ab3}.btn-choice-outline{background:var(--surface2);border:1px solid var(--border);color:var(--text)}.btn-choice-outline .btn-choice-icon{background:var(--surface3);color:var(--orange2)}.btn-choice-outline:hover{border-color:var(--orange)}.btn-choice-outline:hover .btn-choice-icon{color:var(--orange)}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.dot{width:7px;height:7px;border-radius:50%;display:inline-block}#chatWidgetWrap{position:fixed;right:22px;bottom:22px;z-index:400;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.chat-bubble{height:58px;min-width:58px;border-radius:29px;background:linear-gradient(135deg,var(--orange),var(--red));display:flex;align-items:center;justify-content:center;gap:7px;padding:0 18px 0 15px;box-shadow:0 10px 28px -8px #ff6a1a8c;cursor:pointer;position:relative;transition:.15s transform}.chat-bubble:hover{transform:scale(1.06)}.chat-bubble:active{transform:scale(.96)}.chat-bubble-icon{font-size:22px;line-height:1;flex:none}.chat-bubble-label{color:#fff;font-weight:600;font-size:12px;white-space:nowrap;letter-spacing:.01em;line-height:1}.chat-bubble-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--danger);color:#fff;font-size:11.5px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.chat-bubble-badge.hidden{display:none}.chat-panel{width:340px;max-width:calc(100vw - 40px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 20px 50px -14px #0009;display:none;flex-direction:column;overflow:hidden;max-height:min(520px,70vh)}.chat-panel.open{display:flex}#chatWidgetWrap.hidden-for-overlay{display:none}#cartWidgetWrap.hidden-for-overlay{display:none}.chat-panel-head{background:linear-gradient(100deg,var(--orange),var(--red));color:#fff;padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex:none}.chat-panel-head b{display:block;font-family:Oswald,sans-serif;font-size:15px;letter-spacing:.02em}.chat-panel-head span{display:block;font-size:11.5px;opacity:.9;margin-top:2px}.chat-close{background:#ffffff2e;border:none;color:#fff;width:26px;height:26px;border-radius:6px;font-size:13px;flex:none}#chatPanelBody{display:flex;flex-direction:column;flex:1;min-height:0}.chat-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:var(--surface)}.chat-msg{max-width:80%;padding:8px 12px;border-radius:12px;font-size:13.5px;line-height:1.45;word-wrap:break-word}.chat-msg.customer{align-self:flex-end;background:linear-gradient(100deg,var(--orange),var(--red));color:#fff;border-bottom-right-radius:3px}.chat-msg.staff{align-self:flex-start;background:var(--surface3);color:var(--text);border-bottom-left-radius:3px}.chat-msg.bot{align-self:flex-start;background:var(--surface2);color:var(--text);border:1px dashed var(--border);border-bottom-left-radius:3px}.chat-msg .bot-label{display:block;font-size:10.5px;font-weight:700;color:var(--orange2);margin-bottom:4px;letter-spacing:.02em}.chat-msg .t{display:block;margin-top:4px;font-size:10px;opacity:.65}.chat-tag-complaint{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:10.5px;font-weight:700;background:#ef444426;color:var(--danger);flex:none;white-space:nowrap}@keyframes chatPop{0%{opacity:0;transform:scale(.35) translateY(16px)}55%{opacity:1;transform:scale(1.08) translateY(-3px)}78%{transform:scale(.96) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.chat-msg.chat-pop{animation:chatPop .45s cubic-bezier(.34,1.56,.64,1) both}.chat-msg.customer.chat-pop{transform-origin:bottom right}.chat-msg.staff.chat-pop{transform-origin:bottom left}.chat-empty{color:var(--muted2);font-size:12.5px;text-align:center;padding:30px 10px}.chat-start{padding:16px;display:flex;flex-direction:column;gap:10px}.chat-start input{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:var(--text);font-size:13.5px}.chat-topics{padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.chat-topics-hint{color:var(--muted);font-size:12.5px;line-height:1.5;margin-bottom:2px}.chat-topic-btn{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:11px 12px;color:var(--text);font-size:13.5px;font-weight:600;cursor:pointer;transition:.15s background,.15s border-color}.chat-topic-btn:hover{background:var(--surface3);border-color:var(--orange2)}.chat-topic-btn .chat-topic-ico{font-size:18px;flex:none}.chat-topic-btn>span:last-child{flex:1;min-width:0;overflow-wrap:break-word}.chat-topic-btn small{display:block;font-weight:400;color:var(--muted2);font-size:11.5px;margin-top:2px}.chat-topic-back{align-self:flex-start;background:none;border:none;color:var(--orange2);font-size:12px;font-weight:600;cursor:pointer;padding:2px 0 4px}.chat-msg.bot.catalog{max-width:100%}.chat-catalog-list{display:flex;flex-direction:column;gap:8px;margin-top:6px}.chat-catalog-card{display:flex;align-items:center;gap:10px;background:var(--surface3);border:1px solid var(--border);border-radius:10px;padding:8px}.chat-catalog-thumb{width:44px;height:44px;border-radius:8px;flex:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-catalog-thumb img{width:100%;height:100%;object-fit:cover}.chat-catalog-thumb svg{width:34px;height:34px}.chat-catalog-info{flex:1;min-width:0}.chat-catalog-name{font-weight:700;font-size:12.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-catalog-price{font-size:11.5px;color:var(--orange2);font-weight:700;margin-top:1px}.chat-catalog-stock{font-size:10.5px;margin-top:1px}.chat-catalog-card .btn{flex:none;padding:6px 10px;font-size:11.5px}.chat-input-row{display:flex;gap:8px;padding:10px;border-top:1px solid var(--border);background:var(--surface2);flex:none}.chat-hint-footer{padding:0 12px 9px;margin-top:-4px;background:var(--surface2);color:var(--muted2);font-size:10px;text-align:center;flex:none}.chat-input-row input{flex:1;background:var(--surface3);border:1px solid var(--border);border-radius:8px;padding:9px 12px;color:var(--text);font-size:13.5px}.chat-input-row button{flex:none}@media(max-width:480px){#chatWidgetWrap{right:14px;bottom:14px}.chat-panel{width:calc(100vw - 28px)}.chat-bubble{padding:0 13px 0 12px;gap:6px}.chat-bubble-icon{font-size:19px}.chat-bubble-label{font-size:11px}}#cartWidgetWrap{position:fixed;right:22px;bottom:96px;z-index:399}.cart-bubble{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px -8px #22c55e8c;cursor:pointer;position:relative;transition:.15s transform}.cart-bubble:hover{transform:scale(1.06)}.cart-bubble:active{transform:scale(.96)}.cart-bubble-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--danger);color:#fff;font-size:11.5px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.cart-bubble-badge.hidden{display:none}.cart-stepper{display:flex;align-items:center;gap:10px}.cart-stepper button{width:28px;height:28px;border-radius:8px;border:1px solid var(--border);background:var(--surface3);color:var(--text);font-size:16px;font-weight:700;cursor:pointer;line-height:1}.cart-stepper button:disabled{opacity:.35;cursor:not-allowed}.cart-stepper .qty{min-width:22px;text-align:center;font-weight:700;font-family:Oswald,sans-serif}.cart-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.cart-item-row:last-child{border-bottom:none}.cart-item-left{display:flex;align-items:center;gap:12px;min-width:0}.cart-item-thumb{width:48px;height:48px;border-radius:10px;flex:none;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.cart-item-thumb img{width:100%;height:100%;object-fit:cover}.cart-item-thumb svg{width:70%;height:70%}.cart-item-thumb-sm{width:36px;height:36px;border-radius:8px}.cart-item-info b{display:block;font-size:13.5px}.cart-item-info span{display:block;font-size:11.5px;color:var(--muted2);margin-top:2px}.cart-item-cat{color:var(--orange2);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.cart-item-info .cart-item-cat{margin-top:0}@media(max-width:480px){#cartWidgetWrap{right:14px;bottom:86px}}.chat-admin-wrap{display:grid;grid-template-columns:280px 1fr;gap:16px;height:calc(100vh - 220px);min-height:420px}.chat-admin-thread{min-height:0;overflow:hidden}.chat-admin-list{overflow-y:auto;min-height:0}.chat-back-btn{display:none}@media(max-width:900px){.chat-admin-wrap{grid-template-columns:1fr;height:auto}.chat-admin-thread{min-height:420px}.chat-admin-wrap:not(.mobile-thread-open) .chat-admin-thread{display:none}.chat-admin-wrap.mobile-thread-open .chat-admin-list{display:none}.chat-back-btn{display:inline-flex}}#publicSite{min-height:100vh}.pub-nav{position:sticky;top:0;z-index:50;background:#0b0b0dd9;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top,0px)}.pub-nav-inner{max-width:1240px;margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.pub-logo{height:40px;display:block;flex-shrink:0}.pub-links{display:flex;gap:28px;align-items:center}.pub-links a{color:var(--muted);font-size:14.5px;font-weight:600;transition:.15s}.pub-links a:hover{color:var(--orange2)}.pub-nav-icons{display:flex;align-items:center;gap:8px;flex:none}.pub-icon-btn{width:40px;height:40px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;line-height:1;flex:none;transition:background .15s,transform .1s}.pub-icon-btn:hover{background:var(--surface3)}.pub-icon-btn:active{transform:scale(.94)}.pub-refresh-outside{display:none;font-size:20px}.pub-cekpesanan-outside{display:none;width:auto;padding:0 14px;font-size:13.5px;font-weight:700;white-space:nowrap}.pub-hamburger{display:none}.pub-refresh-inline{display:inline-flex}.pub-links-close{display:none;position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-size:18px;align-items:center;justify-content:center;cursor:pointer;line-height:1}.pub-links-close:hover{background:var(--surface3);color:#fff}.pub-nav-login-btn{display:none}@media(max-width:860px){.pub-nav-login-btn{display:inline-flex}}@media(max-width:860px){.pub-nav-inner{padding:12px 16px;gap:8px}.pub-hamburger{display:flex}.pub-refresh-inline{display:none}.pub-refresh-outside,.pub-cekpesanan-outside{display:flex}#pubLinks a[href="#cekpesanan"]{display:none}.pub-links{position:fixed;top:0;right:0;z-index:70;height:100vh;width:min(78vw,300px);background:var(--surface);border-left:1px solid var(--border);box-shadow:-14px 0 40px #00000080;flex-direction:column;align-items:stretch;gap:2px;padding:70px 20px 20px;transform:translate(100%);transition:transform .25s ease}.pub-links.open{transform:translate(0)}.pub-links-close{display:flex}.pub-links a{padding:12px 6px;border-bottom:1px solid var(--border);font-size:15.5px}.pub-links .btn{width:100%;justify-content:center;margin-top:10px}.pub-nav-overlay{display:none;position:fixed;inset:0;z-index:65;background:#0000008c}.pub-nav-overlay.open{display:block}}.hero{position:relative;max-width:1240px;margin:0 auto;padding:70px 28px 12px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero+.section{padding-top:26px}.hero-eyebrow{color:var(--orange2);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;gap:10px;margin-bottom:18px}.hero-eyebrow:before{content:"";width:26px;height:2px;background:var(--orange)}.hero h1{font-size:56px;line-height:1.02;font-weight:700;color:#fff}.hero h1 em{font-style:normal;color:var(--orange2)}.hero p{color:var(--muted);font-size:16.5px;line-height:1.65;margin-top:20px;max-width:480px}.hero-cta{display:flex;gap:14px;margin-top:32px}.hero-stats{display:flex;gap:22px;flex-wrap:wrap;row-gap:20px;min-height:68px}.hero-stats div b{font-family:Oswald,sans-serif;font-size:28px;color:#fff;display:block}.hero-stats div span{color:var(--muted2);font-size:12.5px}.hero-stat-highlight{position:relative;padding:4px 12px;border-radius:12px;background:linear-gradient(120deg,#ff6a1a29,#2dd4bf24);border:1px solid rgba(255,143,77,.35);box-shadow:0 6px 18px -10px #ff6a1a80}.hero-stat-highlight b{background:linear-gradient(100deg,var(--orange2),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-stat-highlight span{color:var(--text)!important;opacity:.85;display:flex;align-items:center;gap:5px}.hero-stat-highlight .pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);display:inline-block;box-shadow:0 0 #2dd4bf99;animation:pulseDot 1.8s ease-in-out infinite}@keyframes pulseDot{0%{box-shadow:0 0 #2dd4bf8c}70%{box-shadow:0 0 0 7px #2dd4bf00}to{box-shadow:0 0 #2dd4bf00}}.hero-art{position:relative;display:flex;justify-content:center;align-items:center}.hero-art img{width:100%;max-width:460px;height:auto;filter:drop-shadow(0 30px 60px rgba(255,106,26,.25))}.speed-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden}.section{max-width:1240px;margin:0 auto;padding:70px 28px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:20px;flex-wrap:wrap}.section-head h2{font-size:32px;color:#fff}.section-head p{color:var(--muted);font-size:14.5px;margin-top:8px;max-width:520px}#katalogHeadFrame{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px 30px}#katalog .section-head{margin-bottom:0}#katalog .section-head #heroStats{margin-top:14px}@media(min-width:861px){#katalog .section-head #heroStats{margin-top:0}}.section-tag{color:var(--orange2);font-weight:700;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter-chip{padding:8px 16px;border-radius:20px;border:1px solid var(--border);color:var(--muted);font-size:13.5px;font-weight:600;background:var(--surface);transition:.15s}.filter-chip.active,.filter-chip:hover{border-color:var(--orange);color:var(--orange2);background:#ff6a1a14}.bike-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:22px}.bike-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.2s transform,.2s border-color;position:relative}.bike-card:hover{transform:translateY(-4px);border-color:#3a3a40}.bike-thumb{height:150px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bike-thumb svg{width:78%;height:78%}.bike-card-body{padding:16px 18px 18px}.bike-cat{color:var(--orange2);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.bike-name{font-size:17px;font-weight:600;color:#fff;margin-top:4px;font-family:Oswald,sans-serif}.bike-meta{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:14px}.bike-meta .btn{width:100%;justify-content:center}.bike-price{overflow-wrap:break-word}.bike-price b{color:#fff;font-size:17px}.bike-price span{color:var(--muted2);font-size:12px;margin-left:6px}.bike-price-row{display:flex;align-items:baseline}.bike-price-unit{color:#fff;font-size:13px;font-weight:600;margin-left:4px}.bike-price-day{color:var(--muted2);font-size:12px;margin-top:3px}.stock-pill{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;z-index:2}.footer{border-top:1px solid var(--border);padding:40px 28px;margin-top:40px}.footer-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;color:var(--muted2);font-size:13px}.overlay{position:fixed;inset:0;background:#000000b8;backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--surface2);border:1px solid var(--border);border-radius:18px;max-width:520px;width:100%;max-height:88vh;overflow-y:auto;position:relative}.modal-lg{max-width:760px}.modal-xl{max-width:980px}.modal-head{padding:22px 26px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-head h3{font-size:20px;color:#fff}.modal-body{padding:22px 26px}.modal-foot{padding:18px 26px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.close-x{background:none;border:none;color:var(--muted);font-size:22px;padding:4px;line-height:1}.close-x:hover{color:#fff}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:7px}.field input,.field select,.field textarea{width:100%;background:var(--surface3);border:1px solid var(--border);border-radius:8px;padding:11px 13px;color:#fff;font-size:14.5px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--orange)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.helper{font-size:12px;color:var(--muted2);margin-top:5px}.summary-box{background:var(--surface3);border:1px dashed var(--border);border-radius:10px;padding:16px;margin-top:6px}.pay-options{display:flex;gap:10px;flex-wrap:wrap}.pay-opt{flex:1;min-width:104px;border:1px solid var(--border);background:var(--surface3);border-radius:10px;padding:12px 8px;text-align:center;cursor:pointer;transition:.15s;font-size:12.5px;font-weight:600;color:var(--muted)}.pay-opt:hover{border-color:#3a3a40}.pay-opt.active{border-color:var(--orange);background:#ff6a1a1a;color:#fff}.pay-opt .ico{font-size:19px;display:block;margin-bottom:4px}.pay-detail{background:var(--surface3);border:1px dashed var(--border);border-radius:10px;padding:14px;margin-top:12px;font-size:13px;color:var(--muted);line-height:1.6}.pay-detail b{color:#fff}.ktp-photo-box{border:1.5px dashed var(--border);border-radius:10px;padding:16px;text-align:center;background:var(--surface3);cursor:pointer}.ktp-photo-box img{max-width:100%;max-height:140px;border-radius:8px;margin-top:8px}.ktp-photo-box input[type=file]{display:none}.qris-img{max-width:180px;border-radius:10px;display:block;margin:8px auto 0;background:#fff;padding:8px}.qris-dyn-box{text-align:center}.qris-dyn-canvas{display:inline-block;background:#fff;padding:10px;border-radius:12px;margin:8px auto 0;line-height:0}.qris-dyn-canvas img,.qris-dyn-canvas canvas,.qris-dyn-canvas table{margin:0 auto}.qris-dyn-amount{font-family:Oswald,sans-serif;font-size:20px;color:#fff;margin-top:8px}.qris-dyn-toggle{display:flex;gap:8px;justify-content:center;margin-top:10px;flex-wrap:wrap}.qris-dyn-toggle .pay-opt{flex:none;min-width:150px}.qris-dyn-note{font-size:11.5px;color:var(--muted2);margin-top:8px}.qris-poster{position:relative;background:#fff;border-radius:14px;padding:20px 18px 18px;max-width:340px;margin:8px auto 0;overflow:hidden;box-shadow:0 8px 28px #00000059}.qris-poster:before{content:"";position:absolute;top:-58px;left:-78px;width:190px;height:190px;background:linear-gradient(135deg,var(--red),var(--orange));transform:rotate(45deg);z-index:0}.qris-poster:after{content:"";position:absolute;bottom:-62px;right:-62px;width:140px;height:140px;background:linear-gradient(135deg,var(--red),var(--orange));transform:rotate(45deg);z-index:0}.qris-poster-pattern{position:absolute;inset:0;z-index:0;opacity:.05;pointer-events:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26"><rect x="2" y="2" width="10" height="10" fill="none" stroke="%23000000" stroke-width="1.4"/><rect x="6" y="6" width="3" height="3" fill="%23000000"/></svg>');background-size:26px 26px;-webkit-mask-image:radial-gradient(circle at 82% 18%,#000 0%,#000 32%,transparent 55%),radial-gradient(circle at 12% 88%,#000 0%,#000 28%,transparent 52%);mask-image:radial-gradient(circle at 82% 18%,#000 0%,#000 32%,transparent 55%),radial-gradient(circle at 12% 88%,#000 0%,#000 28%,transparent 52%)}.qris-poster-inner{position:relative;z-index:1;text-align:center}.qris-poster-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.qris-poster-logo{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.qris-poster-logo-mark{position:relative;display:inline-block;font-family:Oswald,sans-serif;font-weight:800;font-size:19px;letter-spacing:.01em;color:#111;padding:1px 8px}.qris-poster-logo-mark:before,.qris-poster-logo-mark:after{content:"";position:absolute;top:0;bottom:0;width:6px;border:2px solid #111}.qris-poster-logo-mark:before{left:-2px;border-right:none;border-top-left-radius:2px;border-bottom-left-radius:2px}.qris-poster-logo-mark:after{right:-2px;border-left:none;border-top-right-radius:2px;border-bottom-right-radius:2px}.qris-poster-logo-text{font-family:Oswald,sans-serif;font-weight:700;font-size:8px;line-height:1.3;letter-spacing:.02em;color:#111;margin-top:4px;max-width:120px}.qris-poster-gpn-wrap{display:flex;flex-direction:column;align-items:center;gap:2px}.qris-poster-gpn-icon{width:34px;height:30px;display:block}.qris-poster-gpn{font-family:Oswald,sans-serif;font-weight:800;font-size:16px;letter-spacing:.03em;color:#1a3d6b}.qris-poster-brand{font-family:Oswald,sans-serif;font-weight:700;font-size:19px;letter-spacing:.02em;color:#111;margin-bottom:4px}.qris-poster-nmid{font-size:12px;color:#333;letter-spacing:.02em;margin-bottom:2px}.qris-poster-acquirer{font-size:13px;color:#333;letter-spacing:.08em;margin-bottom:8px}.qris-poster .qris-dyn-canvas{background:#fff;border:1px solid #eee}.qris-poster .qris-dyn-amount{color:#111}.qris-poster .qris-dyn-note{color:#8a8a8a}.qris-poster-caption{margin-top:12px;padding-top:10px;border-top:1px dashed #e2e2e2;font-size:10.5px;color:#9a9a9a;letter-spacing:.02em}.qris-poster-tagline{background:#f2f2f2;border-radius:9px;padding:9px 10px;font-family:Oswald,sans-serif;font-weight:700;font-size:13px;letter-spacing:.03em;color:#333;margin-top:14px}.qris-poster-sub2{font-size:11px;color:#555;margin-top:9px;line-height:1.45}.qris-poster-steps{display:flex;justify-content:space-between;gap:6px;margin-top:16px}.qris-poster-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px}.qris-poster-step-icon{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;box-shadow:0 3px 8px -3px #c8211e99}.qris-poster-step-label{font-size:9px;color:#666;text-align:center;line-height:1.25}.qris-poster-foot{margin-top:12px;padding-top:8px;border-top:1px solid #f0f0f0;font-size:9.5px;color:#aaa;text-align:left;line-height:1.4}.qris-poster-img{position:relative;width:100%;max-width:380px;margin:8px auto 0;aspect-ratio:1414/2000;background-image:url(../qris-template.webp);background-size:100% 100%;background-repeat:no-repeat;background-position:center;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px #00000059}.qris-poster-img-box{position:absolute;left:21.08%;top:29.05%;width:56.99%;height:43.85%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;padding:3% 2%;box-sizing:border-box;overflow:hidden}.qris-poster-img-box .qris-dyn-canvas{background:#fff!important;padding:0;margin:0 auto;width:65%;aspect-ratio:1/1;line-height:0}.qris-poster-img-box .qris-dyn-canvas canvas,.qris-poster-img-box .qris-dyn-canvas img,.qris-poster-img-box .qris-dyn-canvas table{width:100%!important;height:100%!important;background:#fff!important}.qris-poster-img-box .qris-dyn-amount{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(11px,3.6vw,16px);color:#111!important;margin-top:4px}.qris-poster-img-box .qris-dyn-note{font-size:clamp(7px,1.9vw,9px);color:#777!important;margin-top:2px;line-height:1.25}.qris-poster-img.qris-tpl-fallback{aspect-ratio:auto;background-image:none;background:linear-gradient(155deg,#fff 55%,#fff1e6 100%);padding:22px 16px 18px;display:flex;flex-direction:column;align-items:center}.qris-poster-img.qris-tpl-fallback:before{content:"QRIS";font-family:Oswald,sans-serif;font-weight:800;font-size:20px;letter-spacing:.05em;color:#111;margin-bottom:14px}.qris-poster-img.qris-tpl-fallback .qris-poster-img-box{position:static;width:100%;height:auto;background:transparent;padding:0}.qris-poster-img.qris-tpl-fallback .qris-dyn-canvas{width:170px!important;max-width:60%}.qris-poster-img.qris-tpl-fallback .qris-dyn-amount{font-size:18px!important;margin-top:10px!important}.qris-poster-img.qris-tpl-fallback .qris-dyn-note{font-size:11px!important}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);padding:5px 0}.summary-row.total{border-top:1px solid var(--border);margin-top:6px;padding-top:12px;font-weight:700;color:#fff;font-size:16px}.toast{position:fixed;bottom:26px;right:26px;background:var(--surface3);border:1px solid var(--border);border-left:4px solid var(--green);padding:14px 20px;border-radius:10px;z-index:400;max-width:340px;box-shadow:0 20px 40px -12px #00000080;animation:slidein .25s ease}@keyframes slidein{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.toast b{display:block;color:#fff;margin-bottom:2px;font-size:14px}.toast span{color:var(--muted);font-size:13px}#adminLogin{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}#adminLogin:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,106,26,.14),transparent 45%),radial-gradient(circle at 80% 80%,rgba(200,33,30,.14),transparent 45%)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;max-width:420px;padding:38px 34px;position:relative;z-index:2}.login-logo{height:46px;margin:0 auto 22px;display:block}.login-card h2{text-align:center;color:#fff;font-size:22px}.login-card>.sub{text-align:center;color:var(--muted);font-size:13.5px;margin-top:6px;margin-bottom:26px}.login-back{position:absolute;top:calc(20px + env(safe-area-inset-top,0px));left:24px;color:var(--muted2);font-size:13px;z-index:2}.login-back:hover{color:var(--orange2)}.otp-boxes{display:flex;gap:8px;justify-content:center;margin:18px 0}.otp-boxes input{width:44px;height:52px;text-align:center;font-size:20px;font-weight:700;background:var(--surface3);border:1px solid var(--border);border-radius:8px;color:#fff}.otp-boxes input:focus{border-color:var(--orange);outline:none}.error-text{color:var(--danger);font-size:13px;margin-top:8px}#adminPanel{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:30}.sidebar-top{padding:20px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);position:relative}.sidebar-close-btn{display:none;position:absolute;top:50%;right:12px;transform:translateY(-50%);width:30px;height:30px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-size:15px;align-items:center;justify-content:center;cursor:pointer;line-height:1;flex:none}.sidebar-close-btn:hover{background:var(--surface3);color:#fff}.sidebar-top img{height:48px}.sidebar-nav{flex:1;overflow-y:auto;padding:14px 10px}.nav-group-header{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;user-select:none;padding:10px 12px;margin-top:6px;border-radius:9px;color:var(--muted);font-size:14px;font-weight:700;border-left:3px solid transparent;transition:.15s}.nav-group-header:hover{background:var(--surface2);color:var(--text);border-left-color:var(--nav-accent, transparent)}.nav-group-header.open{border-left-color:var(--nav-accent, transparent)}.nav-group-name{display:flex;align-items:center;gap:12px}.nav-group-header .ico{width:18px;text-align:center;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.nav-group-chev{display:inline-flex;color:var(--muted2);transition:transform .2s ease;flex-shrink:0}.nav-group-header.open .nav-group-chev{transform:rotate(180deg)}.nav-group-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease}.nav-group-body.open{max-height:1000px;opacity:1}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:9px;color:var(--muted);font-size:14px;font-weight:600;margin-bottom:2px;border-left:3px solid transparent;transition:.15s}.nav-item:hover{background:var(--surface2);color:var(--text);border-left-color:var(--nav-accent, transparent)}.nav-item.active{background:linear-gradient(100deg,color-mix(in srgb,var(--nav-accent, var(--orange)) 22%,transparent),transparent);color:#fff;border:1px solid color-mix(in srgb,var(--nav-accent, var(--orange)) 45%,transparent);border-left:3px solid var(--nav-accent, var(--orange))}.nav-item .ico{width:18px;text-align:center;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.sidebar-bottom{padding:14px;border-top:1px solid var(--border)}.admin-chip{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px}.admin-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--red));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff}.admin-chip small{color:var(--muted2);display:block;font-size:11.5px}.logout-link{color:var(--muted2);font-size:12.5px;margin-top:10px;display:flex;align-items:center;gap:6px;padding:0 4px}.logout-link:hover{color:var(--danger)}.hamburger-btn{display:none;width:38px;height:38px;border-radius:10px;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-size:18px;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.hamburger-btn:hover{background:var(--surface3)}.sidebar-backdrop{display:none;position:fixed;inset:0;background:#0000008c;z-index:39}.sidebar-backdrop.show{display:block}.main{flex:1;min-width:0;margin-left:240px}.topbar{padding:16px 30px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--bg);position:sticky;top:0;z-index:10;padding-top:calc(16px + env(safe-area-inset-top,0px))}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.topbar-left h2,.topbar-left .sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar h2{font-size:20px;color:#fff}.topbar .sub{color:var(--muted2);font-size:12.5px;margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:14px}.bell{position:relative;width:38px;height:38px;border-radius:50%;background:var(--surface2);display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;transition:background .2s}.bell:hover{background:var(--surface3,#2a2a2a)}.bell .dot-red{position:absolute;top:8px;right:9px;width:7px;height:7px;background:var(--red);border-radius:50%;display:none}.bell .dot-red.show{display:block}.bell-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;display:none;align-items:center;justify-content:center;line-height:1;border:2px solid var(--bg)}.bell-badge.show{display:flex}@keyframes bellShake{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-12deg)}45%{transform:rotate(9deg)}60%{transform:rotate(-7deg)}75%{transform:rotate(4deg)}}.bell.shake{animation:bellShake .6s ease}.notif-wrap{position:relative}.notif-panel{position:absolute;top:48px;right:0;width:320px;max-height:380px;overflow-y:auto;background:var(--surface2);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 30px #0006;z-index:60;display:none}.notif-panel.open{display:block}.notif-panel-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border)}.notif-panel-head b{color:#fff;font-size:13.5px}.notif-panel-head a{color:var(--orange2);font-size:11.5px;font-weight:600;cursor:pointer}.notif-item{display:flex;gap:10px;padding:11px 14px;border-bottom:1px solid var(--border);cursor:pointer}.notif-item:hover{background:var(--surface3,rgba(255,255,255,.03))}.notif-item .ic{width:32px;height:32px;border-radius:50%;background:#ff8c0026;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.notif-item .txt b{display:block;color:#fff;font-size:12.5px}.notif-item .txt span{display:block;color:var(--muted2);font-size:11px;margin-top:2px}.notif-empty{padding:26px 14px;text-align:center;color:var(--muted2);font-size:12.5px}.view{padding:26px 30px}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:26px}.stat-grid-3{grid-template-columns:repeat(3,1fr)}.stat-grid-4{grid-template-columns:repeat(4,1fr)}.stat-grid-5{grid-template-columns:repeat(5,1fr)}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--orange)}.stat-ico{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px}.stat-val{font-family:Oswald,sans-serif;font-size:26px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recap-grid-2{grid-template-columns:1fr 1fr!important}.recap-grid-2 .stat-grid-3{gap:10px}.recap-grid-2 .stat-card{padding:14px 12px}.recap-grid-2 .stat-val{font-size:19px}.recap-grid-2 .stat-label{font-size:11.5px}.stat-label{color:var(--muted);font-size:12.5px;margin-top:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}@media(min-width:861px){.section-band{border-left:1px solid var(--border);border-right:1px solid var(--border);border-radius:var(--radius);margin-top:32px;margin-bottom:32px}}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:nowrap;gap:10px;overflow-x:auto}.card-head h3{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-head>*:last-child{flex:none;white-space:nowrap}.card-head h3{font-size:17px;color:#fff}.legend-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px;font-size:12.5px;color:var(--muted)}.legend-row span{display:flex;align-items:center;gap:6px}#calendarHost{overflow-x:auto;-webkit-overflow-scrolling:touch}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-dow{text-align:center;font-size:11px;color:var(--muted2);font-weight:700;padding-bottom:6px;text-transform:uppercase}.cal-cell{min-height:80px;background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:6px;font-size:11.5px;position:relative}.cal-cell.today{border-color:var(--orange)}.cal-cell:not(.empty){cursor:pointer}.cal-cell:not(.empty):hover{border-color:var(--orange2);background:var(--surface3)}.cal-cell.selected{border-color:var(--orange);background:#ff6a1a1f;box-shadow:0 0 0 1px var(--orange) inset}.cal-cell .dnum{color:var(--muted);font-weight:700;margin-bottom:4px}.cal-cell.empty{background:transparent;border:none}.cal-evt{border-radius:5px;padding:1px 5px;margin-bottom:3px;font-size:10.5px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}table{width:100%;border-collapse:collapse;font-size:13.5px}th{text-align:left;color:var(--muted2);font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;padding:10px 12px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:12px;border-bottom:1px solid var(--border);color:var(--text)}tr:last-child td{border-bottom:none}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:640px}.search-bar{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.search-bar input,.search-bar select{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px 13px;color:#fff;font-size:13.5px}.search-bar input{flex:1;min-width:200px}.grid-2{display:grid;grid-template-columns:1.3fr .7fr;gap:20px}.grid-2>.card{min-width:0}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:16px}.paired-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.paired-col{display:flex;flex-direction:column}.paired-col .card{max-width:none}.paired-col>.card{flex:1;display:flex;flex-direction:column}.feature-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden}.feature-ico{width:40px;height:40px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,var(--orange),var(--red));display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:700;font-family:Oswald,sans-serif;color:#fff;margin-bottom:14px}.feature-card h3{color:#fff;margin-bottom:8px;font-size:17px;overflow-wrap:anywhere}.feature-desc{color:var(--muted);font-size:14px;line-height:1.6;overflow-wrap:anywhere}.feature-cta{margin-top:16px}.empty-state{text-align:center;padding:50px 20px;color:var(--muted2)}.empty-state .ico{font-size:36px;margin-bottom:10px}.avatar-sm{width:30px;height:30px;border-radius:50%;background:var(--surface3);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--orange2)}.action-icon{width:30px;height:30px;border-radius:8px;background:var(--surface2);display:inline-flex;align-items:center;justify-content:center;border:none;color:var(--muted);margin-left:4px}.action-icon svg{display:block}.action-icon:hover{background:var(--surface3);color:#fff}.pos-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:20px}.pos-product{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;cursor:pointer;transition:.15s}.pos-product:hover{border-color:var(--orange)}.pos-cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);font-size:13.5px}.pos-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.pos-catalog-card{background:var(--surface2);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:.15s;display:flex;flex-direction:column}.pos-catalog-card.in-cart{border-color:var(--orange)}.pos-catalog-card.disabled{opacity:.5}.pos-catalog-thumb{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.pos-catalog-thumb img{width:100%;height:100%;object-fit:cover}.pos-catalog-body{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.pos-catalog-name{font-weight:600;font-size:13px;line-height:1.3}.pos-catalog-meta{color:var(--muted2);font-size:11px}.pos-catalog-price{color:var(--orange2);font-weight:700;font-size:12.5px;margin-top:2px}.pos-qty-stepper{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:8px}.pos-qty-stepper button{width:28px;height:28px;border-radius:7px;border:1px solid var(--border);background:var(--surface);color:#fff;font-weight:700;cursor:pointer}.pos-qty-stepper button:disabled{opacity:.35;cursor:not-allowed}.pos-qty-stepper .qty-val{font-weight:700;min-width:22px;text-align:center}@media(max-width:1100px){.stat-grid,.stat-grid-3,.stat-grid-4,.stat-grid-5{grid-template-columns:repeat(2,1fr)}.grid-2,.pos-grid,.hero{grid-template-columns:1fr}}@media(max-width:800px){.hamburger-btn{display:flex}.bike-grid{grid-template-columns:repeat(3,1fr);gap:10px}.bike-thumb{height:90px}.bike-card-body{padding:10px 8px 12px}.bike-name{font-size:12.5px}.bike-desc{display:none}.bike-meta{flex-direction:column;align-items:stretch;gap:6px}.bike-price b{font-size:13px}.bike-price-unit{font-size:11px}.bike-price-day{font-size:11px}.bike-meta .btn{width:100%;font-size:11px;padding:7px 4px}.sidebar{position:fixed;top:calc(10px + env(safe-area-inset-top,0px));left:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:40;height:auto;width:min(78vw,260px);border-radius:16px;background:linear-gradient(180deg,#141416 0%,#0f0f11 100%);border:1px solid var(--border);overflow-y:auto;overflow-x:hidden;transform:translate(-120%);transition:transform .25s ease;box-shadow:0 10px 40px #000000a6}.sidebar.open{transform:translate(0)}.sidebar-top{padding:14px 12px;gap:8px}.sidebar-close-btn{display:flex}.sidebar-top img{height:36px}.sidebar-nav{padding:10px 8px}.nav-item,.nav-group-header{padding:9px 10px;font-size:13.5px}.sidebar-bottom{padding:10px}.main{margin-left:0}.stat-grid,.stat-grid-3,.stat-grid-4,.stat-grid-5{grid-template-columns:1fr 1fr}.field-row{grid-template-columns:1fr}.paired-section{grid-template-columns:1fr;gap:28px}.paired-col .section-head h2{font-size:22px}.paired-col .section-head p{font-size:13px}.grid-3{grid-template-columns:repeat(3,1fr);gap:8px}.grid-3 .feature-card{padding:14px 8px;align-items:center;text-align:center}.grid-3 .feature-ico{width:34px;height:34px;font-size:15px;margin:0 auto 10px;border-radius:9px}.grid-3 .feature-card h3{font-size:11.5px;margin-bottom:0;line-height:1.3}.grid-3 .feature-desc{display:none}.grid-3 .feature-cta{margin-top:8px}.grid-3 .feature-cta,.grid-3 .feature-cta .btn{font-size:10px}.grid-3 .feature-cta .btn{background:transparent;border:none;color:var(--orange2);font-weight:600;padding:2px 0;width:auto}.topbar{padding:calc(12px + env(safe-area-inset-top,0px)) 14px 12px}.topbar-actions{gap:8px}.view{padding:16px 14px}.card{padding:16px}.modal-head,.modal-body,.modal-foot{padding-left:16px;padding-right:16px}.notif-panel{position:fixed;top:calc(48px + env(safe-area-inset-top,0px));width:auto;max-width:min(320px,calc(100vw - 16px));right:8px;left:auto}.cal-cell{min-height:56px;padding:4px}.cal-grid{min-width:560px}}@media(max-width:480px){.stat-grid,.stat-grid-3,.stat-grid-4,.stat-grid-5{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:12px}.stat-ico{width:30px;height:30px;font-size:15px;margin-bottom:8px}.stat-val{font-size:19px;line-height:1.15}.stat-label{font-size:11px}.topbar h2{font-size:17px}.search-bar input,.search-bar select{width:100%}.grid-2{grid-template-columns:1fr}.grid-3{gap:6px}.grid-3 .feature-card{padding:12px 6px}.grid-3 .feature-ico{width:30px;height:30px;font-size:13px;margin-bottom:8px}.grid-3 .feature-card h3{font-size:10.5px}.paired-section{gap:12px}.paired-col .section-tag{font-size:10.5px}.paired-col .section-head h2,.paired-col>h2{font-size:16px}.paired-col .section-head p,.paired-col>p{font-size:11px;line-height:1.5}.paired-col .card{padding:12px}.paired-col .field{margin-bottom:10px}.paired-col .field label{font-size:11.5px}.paired-col .btn{font-size:12px;padding:9px 10px}#tentang .card h3{font-size:14px}#whyList>div{font-size:11px;padding:6px 0;gap:6px}.login-card{padding:28px 18px}.modal-head,.modal-body,.modal-foot{padding-left:14px;padding-right:14px}.pay-opt{min-width:88px}.hero{padding:28px 18px 0;gap:10px}.hero+.section{padding-top:18px}.hero-eyebrow{font-size:11.5px}.hero h1{font-size:30px}.hero p{font-size:14px;max-width:none;margin-top:12px}.hero-cta{flex-direction:column;gap:10px;margin-top:22px}.hero-cta .btn{width:100%;justify-content:center}.hero-art{display:none}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px;margin-top:22px;min-height:100px}.hero-stats div b{font-size:19px}.hero-stats div span{font-size:10.5px}.hero-stat-highlight{padding:4px 10px;grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:10px}.hero-stat-highlight b{font-size:19px}.hero-stat-highlight span{font-size:11px}.bike-grid{grid-template-columns:repeat(2,1fr);gap:10px}.bike-thumb{height:96px}.bike-card-body{padding:9px 8px 11px}.bike-cat{font-size:9px}.bike-name{font-size:13px;margin-top:2px;line-height:1.25}.bike-desc{display:none}.bike-meta{margin-top:6px;flex-direction:column;align-items:stretch;gap:6px}.bike-price{width:100%}.bike-price b{font-size:15px}.bike-price span{font-size:11px}.bike-price-unit{font-size:12px}.bike-price-day{font-size:11px}.bike-meta .btn{width:100%;font-size:10px;padding:6px 4px}.stock-pill{font-size:7.5px;padding:2px 5px;top:6px;left:6px}.footer-inner{flex-direction:column}}@media(max-width:800px){.card [style*="display:flex"],.card-body [style*="display:flex"],#adminView [style*="display:flex"],#publicSite [style*="display:flex"],.modal-body [style*="display:flex"]{flex-wrap:wrap}.card [style*="display:flex"]>.btn,.modal-body [style*="display:flex"]>.btn{flex:1 1 130px;justify-content:center;white-space:normal}.btn{white-space:normal;text-align:center}.card-head{overflow-x:visible;flex-wrap:wrap}.card-head h3{white-space:normal;overflow-wrap:anywhere}.card-head>*:last-child{flex:1 1 100%;white-space:normal}h1,h2,h3,h4,p,span,label,td,th,b,small{overflow-wrap:anywhere}table{table-layout:auto}#adminView [style*="display:flex"]>*,#adminView [style*="display:grid"]>*{min-width:0}}#printArea{display:none}@media print{body.printing-mode>*:not(#printArea){display:none!important}body.printing-mode #printArea{display:block!important;position:static;left:0;width:auto}#printArea{margin:0;padding:0}@page{margin:8mm}}.custom-studio{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}.custom-canvas-wrap{position:sticky;top:18px}.custom-canvas{position:relative;background:radial-gradient(circle at 50% 30%,var(--surface3),var(--surface) 70%);border:1px solid var(--border);border-radius:var(--radius);aspect-ratio:16/10;overflow:hidden;touch-action:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;--bc-frame:#ff6a1a;--bc-rim:#141414;--bc-decal:#161616}.custom-canvas svg{width:100%;height:100%;display:block;position:relative;z-index:1}#bcFrameGroup path{stroke:var(--bc-frame);transition:stroke .12s ease}#bcRimFront,#bcRimRear,.bc-accent-part{stroke:var(--bc-rim);transition:stroke .12s ease}.bc-decal-text{fill:var(--bc-decal);transition:fill .12s ease}.bc-sticker-layer{position:absolute;inset:0;z-index:2;pointer-events:none;clip-path:polygon(35% 20.67%,50% 20.67%,50% 27.33%,71.67% 24.67%,76.67% 30%,76.67% 50%,56.67% 70%,37.5% 70%,27.5% 62%,25.83% 50%,33.33% 32.67%)}.custom-canvas-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.custom-canvas-toolbar button{padding:8px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:12.5px;font-weight:600;transition:.15s}.custom-canvas-toolbar button:hover{border-color:var(--orange);color:#fff}.custom-panel-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:16px}.custom-panel-block h4{color:#fff;font-family:Oswald,sans-serif;font-size:14.5px;letter-spacing:.03em;margin-bottom:14px;text-transform:uppercase}.hsl-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.hsl-row label{width:18px;flex:none;font-size:12px;font-weight:700;color:var(--muted2)}.hsl-row input[type=range]{flex:1;accent-color:var(--orange)}.hsl-row .hsl-val{width:44px;flex:none;text-align:right;font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--muted)}.hsl-preview{display:flex;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;background:var(--surface3);border:1px dashed var(--border);border-radius:10px}.hsl-preview .swatch{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.15);flex:none}.hsl-preview .hsl-code{font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--muted);line-height:1.5}.hsl-preview .hsl-code b{display:block;color:#fff;font-size:12.5px;letter-spacing:.02em}.hsl-swatches{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.hsl-swatches button{width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.14);cursor:pointer;padding:0;transition:transform .15s}.hsl-swatches button:hover{transform:scale(1.15)}.sticker-palette{display:flex;gap:8px;flex-wrap:wrap}.sticker-chip{width:44px;height:44px;border-radius:10px;background:var(--surface3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:.15s}.sticker-chip:hover{border-color:var(--orange);background:#ff6a1a1a}.custom-hint{color:var(--muted2);font-size:12px;line-height:1.6;margin-top:12px}.custom-panel-row{display:flex;gap:16px;margin-top:14px;flex-wrap:wrap}.custom-panel-row label{flex:1;min-width:130px;font-size:12px;color:var(--muted);display:flex;flex-direction:column;gap:6px}.custom-panel-row input[type=range]{accent-color:var(--orange)}.custom-panel-actions{display:flex;gap:10px;flex-wrap:wrap}.bc-sticker{position:absolute;font-size:40px;line-height:1;cursor:grab;user-select:none;z-index:2;transform:translate(-50%,-50%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.45));touch-action:none}.bc-sticker:active{cursor:grabbing}.bc-sticker.selected{outline:2px dashed var(--orange2);outline-offset:6px;border-radius:8px}@media(max-width:900px){.custom-studio{grid-template-columns:1fr}.custom-canvas-wrap{position:static}}@media(max-width:480px){.bc-sticker{font-size:30px}.custom-panel-block{padding:14px 16px}}.mybike-map-wrap{position:relative;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.mybike-map-wrap .leaflet-container{background:#1c1c1f;font-family:Inter,'Inter Fallback',sans-serif}.mybike-map-wrap .leaflet-popup-content-wrapper{background:var(--surface2);color:var(--text);border-radius:10px}.mybike-map-wrap .leaflet-popup-tip{background:var(--surface2)}.mybike-map-wrap .leaflet-popup-content{margin:10px 12px;font-size:12.5px}.mm-marker{position:relative;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.mm-marker-radar{width:14px;height:14px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 2px #0b0b0d;position:relative;z-index:2}.mm-marker-radar:before,.mm-marker-radar:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;border-radius:50%;background:var(--orange);opacity:.55;transform:translate(-50%,-50%) scale(1);animation:mmRadarPulse 1.8s ease-out infinite}.mm-marker-radar:after{animation-delay:.9s}@keyframes mmRadarPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.55}to{transform:translate(-50%,-50%) scale(3.4);opacity:0}}.mm-marker-radar.offline{background:var(--muted2)}.mm-marker-radar.offline:before,.mm-marker-radar.offline:after{background:var(--muted2);animation:none;opacity:0}.mm-marker-phone{width:28px;height:28px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #0b0b0d,0 2px 6px #00000080;z-index:2}.mm-marker-phone svg{width:15px;height:15px}.mm-legend{display:flex;flex-wrap:wrap;gap:16px;align-items:center;font-size:12px;color:var(--muted);margin-top:10px}.mm-legend .item{display:flex;align-items:center;gap:7px}.mm-legend .swatch-radar{width:12px;height:12px;border-radius:50%;background:var(--orange);position:relative;flex:none}.mm-legend .swatch-phone{width:16px;height:16px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}.mm-legend .swatch-phone svg{width:9px;height:9px}

/* CLS fix: reserve space for containers filled asynchronously by JS after
   the initial HTML paint (product data merges from the server before the
   public site is rendered), so the page doesn't visibly jump once content
   pours in. */
#catFilters{min-height:44px}
#bikeGrid{min-height:300px}
#stepsGrid{min-height:200px}
#whyList{min-height:160px}

/* Admin topbar — mobile icon-only cleanup (Refresh/Install/Keluar/status jadi
   ikon bulat saja di HP, teksnya disembunyikan supaya topbar tidak berantakan;
   title/aria-label tetap ada untuk indikasi saat disentuh lama / pembaca layar). */
@media(max-width:800px){
  .topbar-actions{gap:6px}
  .topbar-actions .btn.btn-ghost.btn-sm{width:38px;height:38px;padding:0;border-radius:50%;clip-path:none;justify-content:center;gap:0;flex-shrink:0}
  .topbar-actions .btn.btn-ghost.btn-sm .topbar-label{display:none}
  .topbar-actions .btn.btn-ghost.btn-sm svg{width:16px;height:16px}
  #syncStatusBadge{width:34px;height:34px;padding:0;justify-content:center;gap:0;border-radius:50%;flex-shrink:0}
  #syncStatusBadge .topbar-label{display:none}
  #syncStatusBadge #syncStatusDot{width:10px;height:10px}
  .bell{width:38px;height:38px;flex-shrink:0}
}
@media(max-width:360px){
  .topbar-actions{gap:4px}
  .topbar-left h2{font-size:16px}
}
@keyframes cbRefreshSpin{to{transform:rotate(360deg)}}
.topbar-actions .btn.btn-ghost.btn-sm.is-refreshing{pointer-events:none;opacity:.7}
.topbar-actions .btn.btn-ghost.btn-sm.is-refreshing .ico-refresh{display:inline-block;animation:cbRefreshSpin .7s linear infinite}
.wv-spinner{width:52px;height:52px;border-radius:50%;border:3px solid var(--surface3);border-top-color:var(--orange);animation:cbRefreshSpin .8s linear infinite}
.wv-spinner.hidden{display:none}
#wvIconIdle.hidden{display:none}
.wv-bike-loading{display:flex;flex-direction:column;align-items:center;gap:20px;padding:14px 0 4px}
.wv-bike-scene{width:100%;height:92px;position:relative;overflow:hidden}
.wv-bike-road{position:absolute;left:0;right:0;bottom:14px;height:2px;background-image:repeating-linear-gradient(90deg,var(--surface3) 0 10px,transparent 10px 20px);background-size:40px 2px;animation:wvRoadMove .6s linear infinite}
.wv-wheel-wrap{position:absolute;left:50%;bottom:6px;width:84px;height:84px;transform:translateX(-50%);animation:wvBikeBob .5s ease-in-out infinite}
.wv-wheel-spin{transform-origin:center;animation:wvWheelSpin .7s linear infinite}
.wv-progress-track{width:100%;max-width:200px;height:7px;background:var(--surface3);border-radius:8px;overflow:hidden}
.wv-progress-fill{height:100%;width:40%;border-radius:8px;background:linear-gradient(90deg,var(--orange),var(--orange2));animation:wvProgressSlide 1.3s ease-in-out infinite}
@keyframes wvRoadMove{from{background-position-x:0}to{background-position-x:-40px}}
@keyframes wvWheelSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes wvBikeBob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}
@keyframes wvProgressSlide{0%{transform:translateX(-250%)}100%{transform:translateX(350%)}}
.bk-stepbar{display:flex;gap:6px;margin-bottom:16px}
.bk-stepbar .step-pill{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;text-align:center;padding:8px 4px;border-radius:8px;background:var(--surface3);color:var(--muted2);font-size:11px;font-weight:700;border:1px solid var(--border);letter-spacing:.01em}
.bk-stepbar .step-pill .step-pill-num{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--border);color:var(--muted2);font-size:10px;flex:none}
.bk-stepbar .step-pill.active{background:#ff6a1a1a;border-color:var(--orange);color:#fff}
.bk-stepbar .step-pill.active .step-pill-num{background:var(--orange);color:#fff}
.bk-stepbar .step-pill.done{border-color:var(--green);color:var(--green)}
.bk-stepbar .step-pill.done .step-pill-num{background:var(--green);color:#fff}
@media (max-width:480px){.bk-stepbar .step-pill{font-size:9.5px;padding:7px 2px}.bk-stepbar .step-pill .step-pill-label{display:none}.bk-stepbar .step-pill .step-pill-num{width:20px;height:20px;font-size:11px}}
