:root{--yellow:#ffc929;--yellow-dark:#f5980d;--orange:#f4511e;--black:#0e0e0e;--gray:#1f1f1f;--cream:#fff7e8;--gray-100:#e4e4e4;--page:#fff;--app-bg:#f5f4f0;--ink:#0e0e0e;--muted:#8a8a8a;--text-on-dark:#f5f5f5;--muted-dark:#f5f5f59e;--sp-1:8px;--sp-2:16px;--sp-3:24px;--sp-4:32px;--sp-5:40px;--sp-6:48px;--r-sm:12px;--r-md:18px;--r-lg:26px;--r-pill:999px;--font:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:radial-gradient(1100px 640px at 82% -12%, #ffc9291f, transparent 62%), var(--app-bg);color:var(--ink);min-height:100vh;padding:var(--sp-3) var(--sp-2);place-items:center;display:grid}img{user-select:none;-webkit-user-drag:none;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:0;font-family:inherit}.phone{overscroll-behavior:contain;scrollbar-width:none;background:var(--page);width:min(400px,100%);max-height:96vh;padding:var(--sp-3) var(--sp-2) 118px;border:1px solid #0e0e0e14;border-radius:36px;position:relative;overflow-y:auto;box-shadow:0 0 0 8px #171717,0 0 0 9px #ffffff24,0 40px 90px #00000059}.phone::-webkit-scrollbar{display:none}.header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.greeting{align-items:center;gap:12px;display:flex}.avatar{border:2px solid var(--yellow);object-fit:cover;background:var(--cream);border-radius:50%;width:38px;height:38px}.greeting-hi{color:var(--muted);font-size:12px;display:block}.greeting-name{letter-spacing:-.01em;color:var(--ink);font-size:15px;font-weight:700}.icon-btn{background:var(--page);border:1px solid #0e0e0e1a;border-radius:50%;place-items:center;width:38px;height:38px;transition:transform .15s,box-shadow .15s;display:grid;position:relative;box-shadow:0 4px 14px #0e0e0e12}.icon-btn:hover{box-shadow:0 6px 18px #0e0e0e1f}.icon-btn:active{transform:scale(.94)}.bell-dot{background:var(--yellow);border:2px solid var(--page);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:9px}.header-actions{position:relative}.notif-pop{z-index:60;background:#fff;border:1px solid #0e0e0e1a;border-radius:14px;width:300px;max-width:calc(100vw - 32px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0e0e0e1f}.notif-head{border-bottom:1px solid #0e0e0e12;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.notif-head strong{color:var(--ink);font-size:13px;font-weight:800}.notif-mark{font-family:var(--font);color:var(--yellow-dark);cursor:pointer;background:0 0;border:0;padding:2px 4px;font-size:11px;font-weight:700}.notif-list{max-height:320px;overflow-y:auto}.notif-empty{color:var(--muted);text-align:center;padding:18px 14px;font-size:12px}.notif-item{border-bottom:1px solid #0e0e0e0d;align-items:flex-start;gap:10px;padding:11px 14px;display:flex}.notif-item:last-child{border-bottom:0}.notif-item.unread{background:var(--cream)}.notif-ico{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.notif-ico.ok{background:#2e9e5b}.notif-ico.bad{background:#d64545}.notif-body{flex-direction:column;gap:2px;min-width:0;display:flex}.notif-body strong{color:var(--ink);font-size:12.5px;font-weight:700}.notif-body small{color:var(--muted);word-break:break-word;font-size:11px;line-height:1.35}.notif-body .notif-meta{color:#0e0e0e73;font-size:10px}.balance-wrap{width:100%;margin-bottom:22px;position:relative}.balance-card{clip-path:url(#balanceClip);background:#101010;width:100%;height:150px;padding:14px;position:relative}.balance-bg-img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.balance-mascot{mix-blend-mode:screen;opacity:.98;pointer-events:none;width:76px;height:auto;position:absolute;bottom:64px;right:-8px}.balance-top{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.balance-logo{width:auto;height:24px}.eye-btn{border-radius:50%;place-items:center;width:36px;height:36px;margin:-6px -6px 0 0;transition:transform .15s,opacity .15s;display:grid}.eye-btn:active{transform:scale(.92)}.eye-btn.is-hidden img{opacity:.45}.balance-label{z-index:1;color:var(--muted-dark);margin-top:2px;font-size:11px;position:relative}.balance-amount{z-index:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#fff;margin:1px 0;font-size:24px;font-weight:800;position:relative}.balance-amount.is-hidden .maskable{filter:blur(7px)}.balance-tag{z-index:1;color:var(--yellow);font-size:11px;position:relative}.balance-cardnum{z-index:1;letter-spacing:.14em;color:#f5f5f56b;font-variant-numeric:tabular-nums;margin-top:6px;font-size:11.5px;display:block;position:relative}.btn-topup{z-index:2;background:var(--yellow);width:30%;height:36px;color:var(--black);border-radius:18px;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex;position:absolute;bottom:0;right:2.2%}.btn-topup:hover{background:#ffd34f}.btn-topup:active{transform:translateY(1px)scale(.98)}.services{grid-template-columns:repeat(5,1fr);gap:14px 8px;margin-bottom:20px;display:grid}.service{border-radius:var(--r-sm);flex-direction:column;align-items:center;gap:7px;padding:4px 0;transition:transform .15s;display:flex}.service:hover{transform:translateY(-2px)}.service:active{transform:scale(.95)}.service-icon{background:var(--cream);border-radius:50%;place-items:center;width:52px;height:52px;transition:box-shadow .15s,transform .15s;display:grid;box-shadow:0 2px 8px #f5980d1a}.service:hover .service-icon{transform:translateY(-1px);box-shadow:0 8px 18px #f5980d38}.service-name{color:var(--ink);text-align:center;font-size:10.5px;font-weight:600;line-height:1.15}.bento{grid-template-columns:2fr 1fr;gap:10px;margin-bottom:20px;display:grid}.bento-large{touch-action:pan-y;background:linear-gradient(135deg,#ffc929 0%,#f5980d 100%);border-radius:20px;height:150px;position:relative;overflow:hidden}.bento-track{will-change:transform;height:100%;display:flex}.bento-slide{flex-direction:column;flex:0 0 100%;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;display:flex;position:relative}.bento-slide img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bento-copy{z-index:1;color:#fff;background:linear-gradient(#10101000 0%,#1010109e 100%);border-radius:0 0 20px 20px;flex-direction:column;gap:2px;width:100%;padding:34px 14px 12px;display:flex;position:relative}.bento-copy strong{font-size:13.5px;font-weight:700}.bento-copy small{opacity:.9;font-size:10.5px}.bento-cta{color:var(--black);background:var(--yellow);border-radius:999px;align-self:flex-start;margin-top:7px;padding:4px 10px;font-size:10px;font-weight:800}.bento-dots{z-index:1;gap:5px;display:flex;position:absolute;top:12px;right:12px}.bento-dots i{background:#ffffff8c;border-radius:50%;width:6px;height:6px}.bento-dots i.on{background:#fff;border-radius:999px;width:16px;transition:width .25s}.bento-side{flex-direction:column;gap:10px;display:flex}.bento-small{background:linear-gradient(135deg,#fff3d0 0%,#ffe29a 100%);border-radius:20px;flex:1;align-items:flex-end;min-height:70px;display:flex;position:relative;overflow:hidden}.bento-small img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bento-small-copy{z-index:1;color:#fff;background:linear-gradient(#10101000 0%,#1010108c 100%);border-radius:0 0 20px 20px;justify-content:space-between;align-items:center;gap:4px;width:100%;padding:8px 10px;display:flex;position:relative}.bento-small-copy strong{font-size:11px;font-weight:700}.bento-arrow{filter:brightness(4)}@media (width<=380px){.bento-large{height:130px}.bento-small{min-height:60px}.bento-copy{padding:26px 12px 10px}.balance-card{height:130px}}.section-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-head h3{letter-spacing:-.01em;color:var(--ink);font-size:15px;font-weight:700}.see-all{color:var(--yellow-dark);align-items:center;gap:4px;font-size:11.5px;font-weight:600;display:inline-flex}.see-all:hover{text-decoration:underline}.quick-row{justify-content:space-between;gap:6px;margin-bottom:20px;display:flex}.quick-item{color:#4a4a4a;text-align:center;flex-direction:column;flex:1;align-items:center;gap:7px;font-size:9.5px;font-weight:600;transition:transform .15s;display:flex}.quick-item:hover{transform:translateY(-2px)}.quick-icon{background:var(--page);border:1px solid #0e0e0e14;border-radius:50%;place-items:center;width:50px;height:50px;transition:box-shadow .15s,border-color .15s;display:grid;overflow:hidden;box-shadow:0 4px 12px #0e0e0e0f}.quick-icon img{object-fit:cover;width:100%;height:100%;display:block}.quick-item:hover .quick-icon{border-color:#f5980d80;box-shadow:0 8px 18px #f5980d2e}.help{margin-bottom:var(--sp-2);background:#fff;border:1px solid #0e0e0e12;border-radius:20px;padding:16px;position:relative}.help-mascot{z-index:0;pointer-events:none;width:96px;height:auto;position:absolute;top:-22px;right:12px}.help-head{max-width:100%}.help-head h3{letter-spacing:-.01em;color:var(--ink);font-size:19px;font-weight:700;line-height:1.2}.help-head>p{color:var(--muted);margin-top:3px;font-size:14px;font-weight:400;line-height:1.3}.help-actions{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;display:grid;position:relative}.help-btn{background:#fff;border:1px solid #0e0e0e17;border-radius:15px;align-items:center;gap:6px;min-height:56px;padding:9px 8px;transition:transform .12s,background .12s;display:flex;position:relative}.help-btn:active{background:#f7f6f3;transform:scale(.97)}.help-ico{background:var(--yellow);width:26px;height:26px;color:var(--black);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.help-btn-text{flex-direction:column;gap:1px;min-width:0;display:flex}.help-btn strong{white-space:nowrap;color:var(--ink);letter-spacing:-.02em;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.help-btn small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:400;overflow:hidden}.help-chev{opacity:.4;flex-shrink:0;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.bottomnav{border-radius:var(--r-pill);background:#141414;border:1px solid #ffffff17;width:calc(100% - 32px);max-width:360px;padding:10px 8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #0000004d}.nav-item{color:#ffffff8c;border-radius:var(--r-pill);flex-direction:column;flex:1;align-items:center;gap:3px;padding:4px 0;font-size:9.5px;font-weight:600;transition:color .15s;display:flex;position:relative}.nav-item:hover{color:#ffffffd9}.nav-item.is-active{color:var(--yellow)}.nav-dot{background:var(--yellow);opacity:0;border-radius:50%;width:4px;height:4px;transition:opacity .15s}.nav-item.is-active .nav-dot{opacity:1}.subheader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;display:flex}.subheader h1{letter-spacing:-.01em;color:var(--ink);font-size:16px;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.subheader .subheader-badge{color:var(--yellow-dark);background:var(--cream);border-radius:var(--r-pill);padding:5px 10px;font-size:10.5px;font-weight:600}.back-btn{background:var(--page);border:1px solid #0e0e0e1a;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .12s,background .12s;display:grid}.back-btn:active{background:var(--cream);transform:scale(.92)}.subheader .bell{width:40px;height:40px;box-shadow:none}.panel{background:#fff;border:1px solid #0e0e0e12;border-radius:20px;margin-bottom:16px;padding:16px}.balance-strip{background:#101010 url(assets/balance-bg-gold.jpg) 50%/cover no-repeat;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:14px 16px;display:flex}.balance-strip-label{color:var(--muted-dark);margin-bottom:2px;font-size:10.5px;display:block}.balance-strip-amount{letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.balance-strip-coin{color:var(--text-muted);margin-left:8px;font-size:12px;font-weight:600;display:inline-block}.balance-strip-eye{opacity:.75}.balance-strip-eye:active{transform:scale(.92)}.cat-list{flex-direction:column;display:flex}.cat-item{border-bottom:1px solid #0e0e0e0d;border-radius:12px;align-items:center;gap:12px;padding:11px 2px;transition:background .12s,transform .12s;display:flex}.cat-item:last-child{border-bottom:0}.cat-item:active{background:var(--cream);transform:scale(.99)}.cat-ico{background:var(--cream);border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.cat-txt{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cat-txt strong{color:var(--ink);font-size:13.5px;font-weight:600}.cat-txt small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cat-chev{opacity:.35;flex-shrink:0}.pager{justify-content:center;align-items:center;gap:14px;margin-top:12px;display:flex}.pager-btn{background:var(--page);width:28px;height:28px;color:var(--ink);border:1px solid #0e0e0e1f;border-radius:50%;place-items:center;font-size:14px;transition:background .12s,opacity .12s;display:grid}.pager-btn:disabled{opacity:.3;cursor:default}.pager-btn:not(:disabled):active{background:var(--cream)}.pager-info{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600}.input-label{color:var(--ink);margin-bottom:7px;font-size:12px;font-weight:600;display:block}.input-row{gap:8px;display:flex}.text-input{min-width:0;font-family:var(--font);color:var(--ink);background:var(--app-bg);border:1.5px solid #0e0e0e14;border-radius:13px;outline:none;flex:1;padding:11px 13px;font-size:14px;font-weight:500;transition:border-color .15s,background .15s}.text-input#subject,.text-input#amount,textarea.text-input{width:100%;display:block}.text-input::placeholder{color:var(--muted);font-weight:400}.text-input:focus{border-color:var(--yellow-dark);background:#fff}.paste-btn{color:var(--black);background:var(--yellow);border-radius:13px;flex-shrink:0;padding:0 16px;font-size:12px;font-weight:700;transition:transform .12s,background .12s}.paste-btn:active{background:#ffd34f;transform:scale(.95)}.input-hint{color:var(--muted);margin-top:7px;font-size:10.5px}.prod-list{flex-direction:column;gap:8px;display:flex}.prod-item{border:1px solid #0e0e0e17;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;transition:transform .12s,border-color .12s,background .12s;display:flex}.prod-item:active{border-color:var(--yellow-dark);background:var(--cream);transform:scale(.98)}.prod-main{flex-direction:column;gap:2px;min-width:0;display:flex}.prod-name{color:var(--ink);font-size:13.5px;font-weight:600}.prod-sku{letter-spacing:.06em;color:var(--yellow-dark);font-size:10px;font-weight:600}.prod-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.prod-price{color:var(--ink);font-variant-numeric:tabular-nums;font-size:13.5px;font-weight:700}.prod-stock{color:#2e9e5b;font-size:10px;font-weight:600}.prod-stock.is-out{color:#d64545}.prod-item.is-off{opacity:.55;pointer-events:none}.order-row{border-bottom:1px solid #0e0e0e0d;justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;display:flex}.order-row:last-of-type{border-bottom:0}.order-label{color:var(--muted);flex-shrink:0;font-size:12px}.order-value{color:var(--ink);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.order-value.accent{color:var(--yellow-dark);font-size:17px;font-weight:800}.order-value.is-marquee{text-overflow:unset;white-space:nowrap;text-align:left;min-width:0;overflow:hidden}.order-value.is-marquee .mv-track{animation:valueMarquee var(--mv-dur,10s) linear infinite;will-change:transform;align-items:baseline;gap:3rem;padding-left:0;display:inline-flex}@keyframes valueMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.order-total{padding-top:10px}.order-meta{background:var(--cream);border-radius:11px;justify-content:space-between;align-items:center;margin-top:10px;padding:9px 12px;display:flex}.order-no{letter-spacing:.04em;color:var(--ink);font-size:11px;font-weight:600}.order-countdown{color:var(--orange);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.55s cubic-bezier(.22,.9,.3,1) .15s both fadeUp}@media (prefers-reduced-motion:reduce){.fade-up{animation:none}}.qris-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.qris-brand{align-items:center;gap:7px;display:inline-flex}.qris-brand strong{color:var(--ink);font-size:13px;font-weight:700}.qris-badge{color:var(--muted);border-radius:var(--r-pill);white-space:nowrap;border:1px solid #0e0e0e1a;padding:4px 9px;font-size:9.5px;font-weight:600}.qris-frame{background:#fff;border:1px solid #0e0e0e14;border-radius:16px;width:240px;margin:0 auto;padding:10px;position:relative}.qris-img{display:block;width:100%!important;height:auto!important}.qris-corner{border:3px solid var(--yellow-dark);width:22px;height:22px;position:absolute}.qris-corner.tl{border-bottom:0;border-right:0;border-radius:14px 0 0;top:-3px;left:-3px}.qris-corner.tr{border-bottom:0;border-left:0;border-radius:0 14px 0 0;top:-3px;right:-3px}.qris-corner.bl{border-top:0;border-right:0;border-radius:0 0 0 14px;bottom:-3px;left:-3px}.qris-corner.br{border-top:0;border-left:0;border-radius:0 0 14px;bottom:-3px;right:-3px}.qris-steps{color:var(--muted);flex-direction:column;gap:5px;margin:15px 0 0;padding-left:17px;font-size:11.5px;line-height:1.45;display:flex}.qris-steps strong{color:var(--ink);font-weight:600}.qris-status{color:var(--yellow-dark);background:var(--cream);text-align:left;border-radius:11px;justify-content:center;align-items:center;gap:8px;margin-top:15px;padding:10px 12px;font-size:11px;font-weight:500;display:flex}.qris-spinner{border:2px solid #f5980d40;border-top-color:var(--yellow-dark);border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pay-list{flex-direction:column;display:flex}.pay-item{border-radius:12px;align-items:center;gap:11px;padding:10px 2px;transition:background .12s;display:flex}.pay-item:active{background:var(--cream)}.pay-ico{background:var(--cream);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.pay-txt{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.pay-txt strong{color:var(--ink);font-size:13px;font-weight:600}.pay-txt small{color:var(--muted);font-size:11px}.pay-chev{opacity:.35;flex-shrink:0}.hist-tabs{gap:6px;margin-bottom:13px;display:flex}.hist-tab{color:var(--muted);border-radius:var(--r-pill);border:1px solid #0e0e0e1a;padding:6px 12px;font-size:11px;font-weight:600;transition:background .12s,color .12s,border-color .12s}.hist-tab.is-on{background:var(--black);border-color:var(--black);color:var(--yellow)}.hist-list{flex-direction:column;display:flex}.hist-item{border-bottom:1px solid #0e0e0e0d;border-radius:12px;align-items:center;gap:11px;padding:11px 2px;transition:background .12s;display:flex}.hist-item:last-child{border-bottom:0}.hist-item:active{background:var(--cream)}.hist-ico{background:var(--cream);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.hist-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hist-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.hist-meta{color:var(--muted);font-size:10.5px}.hist-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.hist-price{color:var(--ink);font-variant-numeric:tabular-nums;font-size:12.5px;font-weight:700}.hist-status{font-size:10px;font-weight:700}.status-tag{letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:10.5px;font-weight:800;line-height:1.4;display:inline-block}.status-tag.is-success{color:#1e7a43;background:#2e9e5b24}.status-tag.is-pending{color:#8a6200;background:#ffc92940}.status-tag.is-failed{color:#b93a3a;background:#d6454524}.hist-status.is-success{color:#2e9e5b}.hist-status.is-pending{color:var(--yellow-dark)}.hist-status.is-failed{color:#d64545}.ticket-item{border:1px solid #0e0e0e17;border-radius:15px;margin-bottom:10px;padding:13px 14px;transition:transform .12s}.ticket-item.is-resolved{opacity:.68}.ticket-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ticket-id{color:var(--muted);font-size:11px;font-weight:600}.ticket-status{border-radius:var(--r-pill);padding:3px 9px;font-size:10px;font-weight:700}.ticket-status.is-open{background:var(--cream);color:var(--yellow-dark)}.ticket-status.is-closed{background:var(--app-bg);color:var(--muted)}.ticket-title{color:var(--ink);margin-bottom:4px;font-size:13.5px;font-weight:700;display:block}.ticket-desc{color:var(--muted);margin-bottom:10px;font-size:11.5px;line-height:1.45}.ticket-foot{justify-content:space-between;align-items:center;display:flex}.ticket-time{color:var(--muted);font-size:10.5px}.ticket-action{color:var(--yellow-dark);align-items:center;gap:4px;font-size:11.5px;font-weight:700;display:inline-flex}.ticket-new{color:var(--muted);border:1.5px dashed #0e0e0e2e;border-radius:15px;justify-content:center;align-items:center;gap:7px;padding:13px;font-size:12.5px;font-weight:600;transition:border-color .12s,color .12s;display:flex}.ticket-new:active{border-color:var(--yellow-dark);color:var(--yellow-dark)}.ticket-new-plus{background:var(--yellow);width:20px;height:20px;color:var(--black);border-radius:50%;place-items:center;font-size:14px;font-weight:700;line-height:1;display:grid}.profile-id{align-items:center;gap:13px;margin-bottom:15px;display:flex}.profile-avatar{border:2px solid var(--yellow);object-fit:cover;border-radius:50%;width:56px;height:56px}.profile-id-text{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-name{color:var(--ink);font-size:16px;font-weight:700}.profile-handle{color:var(--muted);font-size:11px}.profile-stats{background:var(--cream);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));padding:13px 6px;display:grid}.profile-stat{text-align:center;flex-direction:column;align-items:center;gap:2px;padding:0 4px;display:flex}.profile-stat+.profile-stat{border-left:1px solid #0e0e0e12}.profile-stat strong{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px;font-weight:800}.profile-stat small{color:var(--muted);font-size:10px}.menu-list{flex-direction:column;display:flex}.menu-item{border-bottom:1px solid #0e0e0e0d;border-radius:12px;align-items:center;gap:12px;padding:11px 2px;transition:background .12s;display:flex}.menu-item:last-child{border-bottom:0}.menu-item:active{background:var(--cream)}.menu-ico{background:var(--cream);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.menu-txt{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.menu-txt strong{color:var(--ink);font-size:13px;font-weight:600}.menu-txt small{color:var(--muted);font-size:10.5px}.menu-chev{opacity:.35;flex-shrink:0}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media (width<=420px){body{padding:0}.phone{width:100%;min-height:100vh;max-height:100vh;box-shadow:none;padding:calc(var(--sp-2) + env(safe-area-inset-top,0px)) var(--sp-2) 118px;border:0;border-radius:0}.bottomnav{bottom:calc(12px + env(safe-area-inset-bottom,0px))}}.list-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.list-head strong{color:var(--ink);font-size:14px;font-weight:700}.list-accent{color:var(--yellow-dark);font-size:12px;font-weight:700}.cta-primary{background:var(--black);color:var(--yellow);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:700;transition:transform .12s,opacity .12s;display:flex}.cta-primary:active{opacity:.9;transform:scale(.98)}.qris-fallback{color:var(--ink);font-size:13px;font-weight:800}html,body{background:var(--app-bg)}.phone{width:100%;max-width:480px;height:auto;min-height:100dvh;max-height:none;box-shadow:none;padding:0 16px calc(84px + env(safe-area-inset-bottom,0px));border:0;border-radius:0;margin:0 auto}.header.sticky-top{z-index:50;background:color-mix(in srgb, var(--page) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid #0e0e0e0f;margin:0 -16px 20px;padding:8px 16px;position:sticky;top:0}.bottomnav.sticky-bottom{left:50%;bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:60;width:min(100% - 32px,360px);position:fixed;transform:translate(-50%)}.subheader.sticky-top,.subpage .subheader{z-index:50;background:color-mix(in srgb, var(--page) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid #0e0e0e0f;margin:0 -16px 18px;padding:12px 16px 10px;position:sticky;top:0}body{background:var(--page);place-items:unset;display:block}.phone{overscroll-behavior:auto;max-width:none;padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));margin:0;overflow:visible}.amount-row{align-items:center;gap:8px;display:flex}.amount-prefix{color:var(--muted);font-size:18px;font-weight:700}.amount-input{letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.amount-shortcuts{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:13px;display:grid}.amount-chip{font-family:var(--font);color:var(--ink);background:var(--page);border:1.5px solid #0e0e0e1f;border-radius:12px;padding:9px 0;font-size:12.5px;font-weight:700;transition:all .12s}.amount-chip:hover{border-color:var(--yellow-dark)}.amount-chip:active{background:var(--cream);border-color:var(--yellow-dark);transform:scale(.95)}.cta-primary:disabled{opacity:.45;pointer-events:none}.pay-methods{flex-direction:column;gap:8px;margin-top:4px;display:flex}.pay-method{font-family:var(--font);text-align:left;cursor:pointer;background:#fff;border:1.5px solid #0e0e0e1a;border-radius:12px;justify-content:space-between;align-items:center;padding:11px 13px;display:flex}.pay-method.is-active{border-color:var(--yellow-dark);background:var(--cream)}.pm-main{flex-direction:column;gap:2px;display:flex}.pm-main strong{color:var(--ink);font-size:13.5px;font-weight:800}.pm-main small{color:var(--muted);font-size:11px}.pm-main small.is-warn{color:#d64545;font-weight:600}.chip-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.chip{font-family:var(--font);color:var(--ink);background:var(--cream);cursor:pointer;border:1px solid #0e0e0e14;border-radius:999px;padding:5px 11px;font-size:11.5px;font-weight:700}.chip:active{border-color:var(--yellow-dark);transform:scale(.96)}.vfilter{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;padding:2px 0 12px;display:flex;overflow-x:auto}.vfilter::-webkit-scrollbar{display:none}.vchip{background:var(--page);color:var(--ink);cursor:pointer;border:1px solid #0e0e0e1f;border-radius:999px;flex:none;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.vchip.is-active{background:var(--yellow);border-color:var(--yellow)}.vchip-count{opacity:.55;font-size:10.5px;font-weight:700}.prod-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.prod-item{flex-direction:column;align-items:stretch;gap:6px;padding:11px 12px}.prod-side{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.prod-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box;overflow:hidden}.kanban-row{scrollbar-width:none;grid-auto-columns:minmax(128px,1fr);grid-auto-flow:column;gap:8px;padding-bottom:6px;display:grid;overflow-x:auto}.kanban-row::-webkit-scrollbar{display:none}.kanban-card{font-family:var(--font);text-align:left;background:var(--page);border:1.5px solid #0e0e0e1a;border-radius:14px;flex-direction:column;gap:4px;padding:11px 12px;transition:border-color .12s,background .12s,transform .12s;display:flex}.kanban-card strong{color:var(--ink);font-size:12.5px;font-weight:700}.kanban-card small{color:var(--muted);font-size:10.5px;line-height:1.35}.kanban-card:active{transform:scale(.97)}.kanban-card.is-selected{border-color:var(--yellow-dark);background:var(--cream)}.tx-top{justify-content:space-between;align-items:baseline;gap:6px;display:flex}.tx-id{letter-spacing:.04em;color:var(--yellow-dark);font-size:9.5px;font-weight:700}.tx-meta{color:var(--ink);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;gap:6px;font-size:12px;font-weight:700;display:flex}.tx-meta small{font-weight:500}textarea.text-input{resize:none;min-height:88px;line-height:1.5}.sent-check{background:#2e9e5b1f;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto;display:grid}.kanban-row{scroll-snap-type:x proximity;grid-auto-columns:minmax(120px,42%);padding-right:4px}.kanban-row.tx-row{grid-auto-columns:minmax(158px,46%)}.kanban-card{scroll-snap-align:start}.cta-primary.full-w{justify-content:center;align-items:center;width:100%;display:flex}.scroll-end-space{height:8px}.subpage .scroll-end-space{height:96px}.acc{padding:0;overflow:hidden}.acc-head{font-family:var(--font);text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:14px 16px;display:flex}.acc-title{color:var(--ink);flex:1;min-width:0;font-size:14px;font-weight:700}.acc-count{color:var(--muted);font-size:11px;font-weight:600}.acc-chev{place-items:center;transition:transform .2s;display:grid}.acc-chev img{transform:rotate(180deg)}.acc[data-open=true] .acc-chev img{transition:transform .2s;transform:rotate(0)}.acc-body{grid-template-rows:0fr;transition:grid-template-rows .24s;display:grid;overflow:hidden}.acc[data-open=true] .acc-body{grid-template-rows:1fr}.acc-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 8px;padding:4px 16px 18px;display:grid}.acc-grid--cat{gap:16px 12px;padding-left:6px;padding-right:6px}.acc-brand{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.acc-ico{background:var(--cream);border:1px solid #0e0e0e12;border-radius:50%;place-items:center;width:46px;height:46px;transition:transform .12s,border-color .12s;display:grid}.acc-brand:active .acc-ico{border-color:var(--yellow-dark);transform:scale(.92)}.acc-name{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10.5px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.acc-body>.acc-grid{min-height:0}.acc[data-open=false] .acc-grid{padding-top:0;padding-bottom:0}.acc-grid{transition:padding .24s}.acc[data-open=false] .acc-body{visibility:hidden}.acc{transition:border-color .2s}.acc[data-open=true]{border-color:var(--yellow-dark)}.hist-item[hidden]{display:none}.hist-empty{text-align:center;color:var(--muted);padding:18px 16px 6px;font-size:12.5px}.qris-download{font-family:var(--font);background:var(--page);width:100%;color:var(--ink);border:1.5px solid #0e0e0e1a;border-radius:13px;justify-content:center;align-items:center;gap:7px;margin-top:12px;padding:11px 16px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,transform .12s;display:flex}.qris-download:active{background:var(--cream);border-color:var(--yellow-dark);transform:scale(.98)}.form-intro{color:var(--muted,#6b6b6b);margin:0 0 14px;font-size:13px;line-height:1.45}.form-stack{flex-direction:column;gap:6px;display:flex}.form-stack .text-input{width:100%;display:block}.form-error{color:#d64545;margin:8px 0 0;font-size:13px;font-weight:600}.form-switch{text-align:center;color:var(--muted,#6b6b6b);margin-top:16px;font-size:13px}.form-switch a{color:var(--yellow-dark,#f5980d);font-weight:700;text-decoration:none}.help-ol{color:var(--ink,#1a1a1a);flex-direction:column;gap:8px;margin:4px 0 0;padding-left:20px;font-size:13px;line-height:1.5;display:flex}@media (width>=700px){body{background:radial-gradient(1100px 640px at 82% -12%, #ffc9291f, transparent 62%), var(--app-bg);place-items:center;height:100vh;padding:24px 16px;display:grid;overflow:hidden}.phone{background:var(--page);scrollbar-width:none;overscroll-behavior:contain;width:414px;max-width:414px;height:calc(100vh - 48px);min-height:0;max-height:none;padding:0 var(--sp-2) 118px;border:1px solid #0e0e0e14;border-radius:36px;margin:0;overflow-y:auto;box-shadow:0 0 0 8px #171717,0 0 0 9px #ffffff24,0 40px 90px #00000059}.phone::-webkit-scrollbar{display:none}.header.sticky-top,.subheader.sticky-top{width:auto;top:0;margin-left:-16px!important;margin-right:-16px!important}.header.sticky-top{padding-top:calc(var(--sp-3) + 8px)}.subheader.sticky-top{padding-top:calc(var(--sp-3) + 12px)}.bottomnav.sticky-bottom{width:min(100% - 32px,360px);position:fixed;bottom:38px;left:50%;transform:translate(-50%)}}.ticket-status.is-answered{background:var(--cream);color:var(--orange)}.ticket-attach-badge{color:var(--yellow-dark);background:var(--cream);border-radius:var(--r-pill);padding:3px 9px;font-size:10px;font-weight:700}.thread{flex-direction:column;gap:10px;padding:2px 0 6px;display:flex}.bubble{border-radius:16px;max-width:84%;padding:10px 12px;font-size:13px;line-height:1.5}.bubble.is-user{background:var(--yellow);color:var(--black);border-bottom-right-radius:6px;align-self:flex-end}.bubble.is-admin{background:var(--app-bg);color:var(--ink);border:1px solid var(--gray-100);border-bottom-left-radius:6px;align-self:flex-start}.bubble-body{white-space:pre-line;overflow-wrap:break-word}.bubble-author{letter-spacing:.02em;opacity:.7;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.bubble-time{opacity:.55;margin-top:6px;font-size:9.5px;display:block}.bubble-attach{margin-top:8px;display:block}.bubble-attach img{border-radius:10px;max-width:100%;height:auto;display:block}.bubble-attach+.bubble-attach{margin-top:6px}.reply-box{flex-direction:column;display:flex}.header .header-actions{align-items:center;gap:8px;display:flex}.theme-toggle{background:var(--page);width:36px;height:36px;color:var(--ink);border:1px solid #0e0e0e1f;border-radius:50%;flex-shrink:0;place-items:center;padding:0;transition:transform .15s,box-shadow .15s,background .15s;display:grid;box-shadow:0 4px 14px #0e0e0e12}.theme-toggle:hover{box-shadow:0 6px 18px #0e0e0e1f}.theme-toggle:active{transform:scale(.92)}.theme-toggle .theme-ico-sun{display:none}.theme-toggle .theme-ico-moon,html[data-theme=dark] .theme-toggle .theme-ico-sun{display:block}html[data-theme=dark] .theme-toggle .theme-ico-moon{display:none}html[data-theme=dark] .theme-toggle{color:#ededed;background:#0a0a0a;border-color:#ffffff29;box-shadow:0 4px 14px #00000073}.theme-switch{pointer-events:none;background:#0e0e0e24;border:1px solid #0e0e0e2e;border-radius:999px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .2s,border-color .2s;position:relative}.theme-switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000059}html[data-theme=dark] .theme-switch{background:#ffc929;border-color:#ffc929}html[data-theme=dark] .theme-switch-knob{background:#0e0e0e;transform:translate(18px)}html[data-theme=dark] .menu-item .menu-ico svg{color:#0e0e0e}html[data-theme=dark]{--ink:#ededed;--muted:#ededed99;--app-bg:#0a0a0a;--gray-100:#ffffff1f;color-scheme:dark}html[data-theme=dark],html[data-theme=dark] body{color:#ededed;background:#000}html[data-theme=dark] .phone{background:#000}html[data-theme=dark] .header.sticky-top,html[data-theme=dark] .subheader.sticky-top,html[data-theme=dark] .subpage .subheader{background:#000000d1;border-bottom-color:#ffffff14}html[data-theme=dark] .greeting-hi{color:#ededed99}html[data-theme=dark] .icon-btn,html[data-theme=dark] .back-btn{background:#0a0a0a;border-color:#ffffff24;box-shadow:0 4px 14px #00000059}html[data-theme=dark] .back-btn:active{background:#161616}html[data-theme=dark] .bell-dot{border-color:#0a0a0a}html[data-theme=dark] .panel,html[data-theme=dark] .card,html[data-theme=dark] .notif-pop,html[data-theme=dark] .pay-method,html[data-theme=dark] .kanban-card,html[data-theme=dark] .prod-item,html[data-theme=dark] .ticket-item{background:#0a0a0a}html[data-theme=dark] .panel,html[data-theme=dark] .card{border-color:#ffffff1a}html[data-theme=dark] .notif-pop,html[data-theme=dark] .pay-method{border-color:#ffffff1f}html[data-theme=dark] .pay-method.is-active{background:#151515;border-color:#ffc929}html[data-theme=dark] .kanban-card{border-color:#ffffff1a}html[data-theme=dark] .kanban-card.is-selected{background:#151515;border-color:#ffc929}html[data-theme=dark] .prod-item{border-color:#ffffff1a}html[data-theme=dark] .prod-item:active{background:#151515;border-color:#ffc929}html[data-theme=dark] .ticket-item{border-color:#ffffff1a}html[data-theme=dark] .balance-card{background:#0a0a0a}html[data-theme=dark] .ticket-status.is-open{color:#ffc929;background:#ffc92924}html[data-theme=dark] .ticket-status.is-closed{background:#161616}html[data-theme=dark] .ticket-status.is-answered{color:#ffb300;background:#ffc92924}html[data-theme=dark] .bubble.is-admin{background:#0a0a0a}html[data-theme=dark] .ticket-new{border-color:#ffffff38}html[data-theme=dark] .ticket-new:active{color:#ffc929;border-color:#ffc929}html[data-theme=dark] .profile-stats{background:#151515}html[data-theme=dark] .profile-stat+.profile-stat{border-color:#ffffff14}html[data-theme=dark] .cat-item,html[data-theme=dark] .menu-item,html[data-theme=dark] .hist-item,html[data-theme=dark] .pay-item,html[data-theme=dark] .order-row,html[data-theme=dark] .notif-item{border-color:#ffffff12}html[data-theme=dark] .cat-item:active,html[data-theme=dark] .menu-item:active,html[data-theme=dark] .hist-item:active,html[data-theme=dark] .pay-item:active,html[data-theme=dark] .notif-item.unread,html[data-theme=dark] .order-meta{background:#151515}html[data-theme=dark] .acc-ico{background:#ededed;border-color:#ffffff1a}html[data-theme=dark] .acc-brand:active .acc-ico,html[data-theme=dark] .acc[data-open=true]{border-color:#ffc929}html[data-theme=dark] .acc-ico img,html[data-theme=dark] .acc-ico svg{filter:none}html[data-theme=dark] .brand-ico,html[data-theme=dark] .brand-logo,html[data-theme=dark] .prod-ico,html[data-theme=dark] .icon-tile img,html[data-theme=dark] .tile-ico img{box-sizing:border-box;background:#ededed;border-radius:50%;padding:3px}html[data-theme=dark] .service-icon,html[data-theme=dark] .quick-icon,html[data-theme=dark] .acc-ico-head{background:#ffc9291f;border-color:#ffc9294d;box-shadow:inset 0 0 0 1px #ffc92914,0 0 14px #ffc9291a}html[data-theme=dark] .acc-ico-head{border-radius:50%}html[data-theme=dark] .service-icon img,html[data-theme=dark] .acc-ico-head img{filter:invert()}html[data-theme=dark] .service-icon img[src*=pulsa],html[data-theme=dark] .service-icon img[src*=listrik],html[data-theme=dark] .acc-ico-head img[src*=pulsa],html[data-theme=dark] .acc-ico-head img[src*=listrik],html[data-theme=dark] .quick-icon img{filter:none}html[data-theme=dark] .help-ico img{filter:invert()}html[data-theme=dark] .balance-strip{outline-offset:-1px;background-color:#141005;outline:1px solid #ffc92959;box-shadow:0 0 0 1px #ffc9290f,0 6px 18px #00000080}html[data-theme=dark] .status-tag.is-success{color:#5bd98a;background:#2e9e5b38}html[data-theme=dark] .status-tag.is-pending{color:#ffd75e;background:#ffc92929}html[data-theme=dark] .status-tag.is-failed{color:#ff8a8a;background:#d6454538}html[data-theme=dark] .back-btn img,html[data-theme=dark] .icon-btn img,html[data-theme=dark] .menu-chev img,html[data-theme=dark] .cat-chev img,html[data-theme=dark] .acc-chev img,html[data-theme=dark] .cta-primary img{filter:invert()brightness(1.6)}html[data-theme=dark] img[src*=-amber],html[data-theme=dark] img[src*=-yellow],html[data-theme=dark] img[src*=arrow\.svg][class*=cta]{filter:none}html[data-theme=dark] .acc-ico img[src*="/brands/"]{box-sizing:content-box;background:#ededed;border-radius:50%;padding:2px}html[data-theme=dark] .help{background:#0a0a0a;border-color:#ffffff1a}html[data-theme=dark] .help-head h3{color:#ededed}html[data-theme=dark] .help-head p{color:#ededed99}html[data-theme=dark] .help-btn{background:#101010;border-color:#ffffff1a}html[data-theme=dark] .help-btn strong{color:#ededed}html[data-theme=dark] .help-btn small{color:#ededed99}html[data-theme=dark] .help-ico{background:#ededed}html[data-theme=dark] .text-input,html[data-theme=dark] textarea.text-input{color:#ededed;background:#101010;border-color:#ffffff29}html[data-theme=dark] .text-input::placeholder{color:#ededed73}html[data-theme=dark] .text-input:focus{background:#151515;border-color:#ffc929}html[data-theme=dark] .chip,html[data-theme=dark] .amount-chip,html[data-theme=dark] .vchip{background:#0a0a0a;border-color:#ffffff24}html[data-theme=dark] .amount-chip:active{background:#151515;border-color:#ffc929}html[data-theme=dark] .vchip.is-active,html[data-theme=dark] .vchip:active{color:#0e0e0e;background:#ffc929;border-color:#ffc929}html[data-theme=dark] .hist-tab{border-color:#ffffff24}html[data-theme=dark] .hist-tab.is-on{color:#0e0e0e;background:#ffc929;border-color:#ffc929}html[data-theme=dark] .qris-download{background:#0a0a0a;border-color:#ffffff29}html[data-theme=dark] .qris-download:active{background:#151515;border-color:#ffc929}html[data-theme=dark] .qris-frame{background:#fff}html[data-theme=dark] .cta-primary{color:#0e0e0e;background:#ffc929}html[data-theme=dark] .bottomnav{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 18px 40px #0009}html[data-theme=dark] .nav-item{color:#ededed8c}html[data-theme=dark] .nav-item:hover{color:#edededd9}html[data-theme=dark] .nav-item.is-active,html[data-theme=dark] .prod-sku,html[data-theme=dark] .order-value.accent,html[data-theme=dark] .list-accent,html[data-theme=dark] .ticket-action,html[data-theme=dark] .notif-mark,html[data-theme=dark] .tx-id,html[data-theme=dark] .form-switch a{color:#ffc929}html[data-theme=dark] .back-btn img,html[data-theme=dark] .icon-btn img,html[data-theme=dark] .menu-chev img,html[data-theme=dark] .cat-chev img,html[data-theme=dark] .acc-chev img,html[data-theme=dark] .pay-chev img{filter:invert()}html[data-theme=dark] .menu-chev img,html[data-theme=dark] .cat-chev img,html[data-theme=dark] .acc-chev img,html[data-theme=dark] .pay-chev img{opacity:.55}html[data-theme=dark] .help-ol{color:#edededd9}html[data-theme=dark] .sent-check{background:#2e9e5b29}@media (width>=700px){html[data-theme=dark] body{background:#000}html[data-theme=dark] .phone{background:#000;border:1px solid #ffffff1a;box-shadow:0 0 0 8px #171717,0 0 0 9px #ffffff0f,0 40px 90px #0009}}
