:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--blue:#0784d8;--orange:#ff6b16;--red:#ef3838;--ink:#1c2733;--muted:#657282;--line:#dbe3ea;--surface:#fff;--page:#dcebf4}*{box-sizing:border-box}body{background:var(--page);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}.shell{background:var(--surface);max-width:430px;min-height:100vh;margin:0 auto;box-shadow:0 18px 55px #13354a2e}.topbar{background:var(--blue);color:#fff;align-items:center;gap:12px;min-height:56px;padding:12px 18px;display:flex}.topbarLinks{gap:8px;margin-left:auto;display:flex}.topbarLinks a,.topbarLinks button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:5px;min-height:auto;padding:7px 8px;font-size:12px;font-weight:800;text-decoration:none}.brandMark{color:var(--blue);background:#fff;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;font-weight:800;display:flex}.backHomeButton{color:var(--blue);background:#f5fbff;border:1px solid #b8d8ec;border-radius:5px;justify-content:center;align-items:center;gap:6px;width:fit-content;min-height:38px;margin-bottom:12px;padding:0 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.topbar span{opacity:.82;font-size:12px;display:block}.modalOverlay{z-index:20;background:#10202c85;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.statusModal{color:var(--ink);text-align:center;background:#fff;border-radius:8px;flex-direction:column;align-items:center;gap:16px;width:min(100%,320px);max-width:320px;min-height:142px;padding:26px 22px;display:flex;box-shadow:0 18px 45px #13354a38}.statusModal strong{font-size:18px;line-height:1.35}.statusModal button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:5px;min-width:112px;min-height:42px;padding:0 18px;font-weight:700}.spinner{border:4px solid #dcebf4;border-top-color:var(--blue);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.checkoutGrid{grid-template-columns:1fr;gap:14px;margin:0 auto;padding:14px 12px 24px;display:grid}.homePage{gap:18px;padding:16px 14px 28px;display:grid}.searchBar{color:var(--muted);background:#f4f9fd;border:1px solid #cfe0ea;border-radius:7px;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:700;display:grid}.searchBar input{color:var(--ink);background:#fff;border:0;border-radius:5px;min-height:26px;padding:8px 10px}.searchBar input::placeholder{color:var(--muted)}.searchBar input:focus{border-color:#0000;outline:0}.promoSlider{color:#fff;background:linear-gradient(135deg,#0784d8,#12a6a0);border-radius:8px;gap:18px;min-height:164px;padding:20px;display:grid;position:relative;overflow:hidden}.promoSlider:after{content:"";background:#ffffff2e;border-radius:999px;width:118px;height:118px;position:absolute;top:-24px;right:-34px}.promoSlider h1{max-width:310px;font-size:25px;line-height:1.14}.promoSlider p{opacity:.9;max-width:310px;margin-top:10px;font-size:13px;line-height:1.5}.promoSlider span{letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.sliderDots{z-index:1;align-items:center;gap:6px;display:flex;position:relative}.sliderDots span{background:#ffffff94;border-radius:999px;width:7px;height:7px;margin:0}.sliderDots span:first-child{background:#fff;width:22px}.servicesSection{gap:12px;display:grid}.servicesSection h2{font-size:18px;line-height:1.2}.serviceCards{grid-template-columns:repeat(auto-fit,minmax(92px,112px));gap:10px;display:grid}.serviceCard{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:center;background:#fff;border-radius:8px;place-items:center;gap:6px;min-height:112px;padding:12px 8px;display:grid}.serviceIcon{background:#eaf6ff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.serviceCard strong{font-size:12px;line-height:1.2}.serviceCard small{color:var(--muted);font-size:10px;line-height:1.25}.checkoutPanel,.sidePanel{background:var(--surface);border:1px solid var(--line);box-shadow:none;border-radius:8px}.checkoutPanel{overflow:visible}.panelHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:12px;padding:18px 16px;display:flex}h1,h2,h3,p{margin:0}h1{font-size:24px;line-height:1.1}.panelHeader p{color:var(--blue);margin-top:8px;font-size:17px;font-weight:700}.qualityBadge{background:var(--orange);color:#fff;white-space:nowrap;border-radius:5px;padding:8px 10px;font-size:12px}.summary{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:18px 16px;display:grid}.zoomIcon{color:#fff;background:#168cf0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:19px;display:flex}.summary span,.resultBox span{color:var(--muted);margin-top:5px;font-size:13px;display:block}.price{grid-column:2;font-size:20px;font-weight:700}.notice{color:#7b4b00;background:#fff7e9;border-bottom:1px solid #f4d8a8;padding:12px 16px;font-size:13px;line-height:1.45}.stepTabs{gap:10px;padding:18px 16px 0;display:flex}.stepTabs span{color:var(--orange);font-size:13px}.stepTabs span+span:before{color:#b8c1ca;content:">";margin-right:10px}.fieldGrid{grid-template-columns:1fr;gap:13px;padding:18px 16px;display:grid}label,fieldset{color:#111820;border:0;flex-direction:column;gap:7px;margin:0;padding:0;font-size:13px;font-weight:700;display:flex}legend{padding:0 0 7px;font-size:13px;font-weight:700}.requiredLabel{align-items:baseline;gap:3px;display:inline-flex}.requiredMark{color:var(--red);font-weight:800}input,select{color:#1d2a36;background:#fff;border:1px solid #bcc8d3;border-radius:5px;width:100%;min-height:42px;padding:9px 11px}input:focus,select:focus{border-color:var(--blue);outline:2px solid #0784d81f}.searchableSelect{position:relative}.searchableMenu{z-index:10;background:#fff;border:1px solid #bcc8d3;border-radius:5px;max-height:210px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 10px 24px #13354a29}.searchableMenu button,.searchableMenu span{color:#1d2a36;text-align:left;background:#fff;border:0;width:100%;min-height:38px;padding:9px 11px;font-size:13px;font-weight:600}.searchableMenu button{cursor:pointer}.searchableMenu button:hover,.searchableMenu button:focus{background:#f5fbff;outline:0}.searchableMenu span{color:var(--muted)}.fieldHint{color:var(--blue);font-size:12px;font-weight:600;line-height:1.4}.wide{grid-column:1/-1}.durationPill{background:#f5fbff;border:1px solid #bddbeb;border-radius:6px;flex-direction:column;gap:6px;min-height:42px;padding:9px 11px;display:flex}.durationPill span{color:var(--muted);font-size:12px}.durationPill strong{color:var(--ink);font-size:14px}.recurringBox{background:#f5fbff;border:1px solid #bddbeb;border-radius:7px;gap:13px;padding:12px;display:grid}.radioGroup{flex-wrap:wrap;gap:12px;display:flex}.inputWithSuffix{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.inputWithSuffix span{color:var(--muted);min-width:48px;font-size:13px;font-weight:800}.optionGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.double,.triple{gap:10px;display:grid}.double{grid-template-columns:1fr 1fr}.triple{grid-template-columns:repeat(3,1fr)}.double legend,.triple legend{grid-column:1/-1}.checkRow{flex-direction:row;align-items:center;font-weight:400}.checkRow input{width:auto;min-height:auto}.checkoutPanel h2{padding:0 16px;font-size:20px}.actions{justify-content:flex-end;padding:0 16px 18px;display:flex}.actions button,.resultBox a{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:5px;min-height:46px;padding:0 18px;font-weight:700}.actions button{width:100%}.actions button:disabled{cursor:wait;opacity:.65}.sidePanel{align-self:start;padding:12px}.heroCard{color:#fff;background:linear-gradient(135deg,#0a669f,#05a3b7);border-radius:8px;min-height:135px;padding:20px}.heroCard span{background:#fff;width:30px;height:3px;margin-bottom:18px;display:block}.heroCard h2{font-size:25px;line-height:1.35}.totalBox{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 6px;display:flex}.totalBox strong{font-size:22px}.termsBox{border:1px solid var(--line);border-radius:7px;margin-top:16px;padding:16px}.termsBox h3{color:var(--red);margin-bottom:12px}.termsBox p{color:#263442;font-size:15px;line-height:1.5}.resultBox{background:#f5fbff;border:1px solid #b8d8ec;border-radius:7px;margin-top:18px;padding:16px}.errorBox{color:#9c1d1d;background:#fff3f3;border-color:#f2b4b4}.paymentCode{color:#163247;overflow-wrap:anywhere;background:#edf6fc;border:1px solid #c7e1f1;border-radius:5px;margin-top:8px;padding:10px;font-family:Consolas,Courier New,monospace;font-size:12px;line-height:1.45;display:block}.paymentPage{padding:14px 12px 24px}.paymentPanel{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.paymentDetails{gap:8px;padding:18px 16px;display:grid}.paymentDetails span{color:var(--muted);margin-top:8px;font-size:13px}.paymentDetails strong{color:var(--ink);overflow-wrap:anywhere}.qrisBox{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:center;align-items:center;margin-top:8px;padding:16px;display:flex}.qrisBox svg{max-width:100%;height:auto}.paymentActions{border-top:1px solid var(--line);gap:12px;padding:16px;display:grid}.paymentActions button{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:5px;width:100%;min-height:46px;padding:0 18px;font-weight:700}.paymentActions button:disabled{cursor:wait;opacity:.65}.secondaryPaymentAction{color:var(--blue);background:#f5fbff;border:1px solid #b8d8ec;border-radius:5px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.paymentStatus{background:#f5fbff;border:1px solid #b8d8ec;border-radius:7px;gap:5px;padding:12px;display:grid}.paymentStatus strong{color:var(--ink)}.paymentStatus span{color:var(--muted);font-size:13px;line-height:1.45}.paymentStatusSuccess{background:#eefaf2;border-color:#a9dfb8}.paymentStatusError{background:#fff3f3;border-color:#f2b4b4}.paymentStatusError strong,.paymentStatusError span{color:#9c1d1d}.emptyPayment{gap:14px;padding:20px 16px;display:grid}.emptyPayment p{color:var(--muted);line-height:1.5}.emptyPayment a{background:var(--red);color:#fff;border-radius:5px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.invoicePage{padding:14px 12px 24px}.invoicePanel{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.invoiceStatusBadge{text-align:center;white-space:nowrap;border-radius:5px;padding:8px 10px;font-size:12px;font-weight:800}.invoiceStatusBox{border-bottom:1px solid var(--line);gap:6px;padding:16px;display:grid}.invoiceStatusBox strong{font-size:17px}.invoiceStatusBox span{font-size:13px;line-height:1.45}.invoiceStatusPending{color:#7b4b00;background:#fff7e9}.invoiceStatusPaid{color:#12682c;background:#eefaf2}.invoiceStatusWarning{color:#15577f;background:#f5fbff}.invoiceStatusDanger{color:#9c1d1d;background:#fff3f3}.invoiceSummary{border-bottom:1px solid var(--line);gap:6px;padding:18px 16px;display:grid}.invoiceSummary span,.invoiceDetails span{color:var(--muted);font-size:13px}.invoiceSummary strong{color:var(--ink);font-size:24px}.invoiceDetails{gap:8px;padding:18px 16px;display:grid}.invoiceDetails strong{color:var(--ink);overflow-wrap:anywhere}.invoiceDetails span:not(:first-child){margin-top:8px}.invoiceActions{border-top:1px solid var(--line);gap:10px;padding:16px;display:grid}.invoiceActions a{background:var(--red);color:#fff;border-radius:5px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.invoiceActions a+a{color:var(--blue);background:#f5fbff;border:1px solid #b8d8ec}.resultBox a{align-items:center;margin-top:8px;text-decoration:none;display:inline-flex}.authShell{align-items:center;max-width:430px;min-height:100vh;margin:0 auto;padding:16px 14px 28px;display:flex}.authPanel,.dashboardHeader,.dashboardProfile,.dashboardOrders,.dashboardStats>div{background:var(--surface);border:1px solid var(--line);border-radius:8px}.authPanel{gap:14px;width:100%;padding:18px 16px;display:grid}.authPanel p,.authSwitch,.emptyDashboard span,.dashboardHeader span,.dashboardProfile span,.dashboardOrders span,.dashboardStats span{color:var(--muted);font-size:13px;line-height:1.45}.authForm{gap:13px;display:grid}.authForm button,.dashboardHeader a,.dashboardSectionHeader a{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:5px;min-height:44px;padding:0 16px;font-weight:700}.authForm button:disabled,.topbarLinks button:disabled{cursor:wait;opacity:.65}.authSwitch a{color:var(--blue);font-weight:800}.dashboardShell{gap:14px;padding:14px 12px 24px;display:grid}.dashboardHeader{justify-content:space-between;align-items:center;gap:12px;padding:18px 16px;display:flex}.dashboardHeader h1{margin-top:4px;font-size:22px}.dashboardHeader a{white-space:nowrap;align-items:center;min-height:38px;font-size:13px;text-decoration:none;display:inline-flex}.dashboardStats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dashboardStats>div{gap:8px;padding:16px;display:grid}.dashboardStats strong{font-size:20px}.dashboardProfile,.dashboardOrders{gap:12px;padding:16px;display:grid}.dashboardProfile h2,.dashboardOrders h2{font-size:18px}.dashboardProfile div{gap:4px;display:grid}.dashboardSectionHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.dashboardSectionHeader a{align-items:center;min-height:38px;font-size:13px;text-decoration:none;display:inline-flex}.orderList{gap:10px;display:grid}.orderItem{border:1px solid var(--line);color:var(--ink);border-radius:7px;gap:10px;padding:12px;text-decoration:none;display:grid}.orderItem div{gap:4px;display:grid}.orderItem div:last-child{border-top:1px solid var(--line);padding-top:10px}.emptyDashboard{background:#f5fbff;border:1px solid #b8d8ec;border-radius:7px;gap:5px;padding:14px;display:grid}pre{color:#d9eefc;white-space:pre-wrap;background:#10202c;border-radius:5px;max-height:260px;margin:14px 0 0;padding:12px;font-size:11px;overflow:auto}@media (max-width:960px){.checkoutGrid{grid-template-columns:1fr}}@media (max-width:640px){.checkoutGrid{padding:0 12px 24px}.fieldGrid,.summary,.panelHeader{grid-template-columns:1fr}.panelHeader{gap:16px}.heroCard h2{font-size:28px}}
