@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--bg:#101110;--panel:#191b18;--line:#30332b;--muted:#a0a49a;--lime:#c6f263;--text:#f2f3ed;--font-sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0}button:disabled{cursor:wait;opacity:.5}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--lime);outline-offset:5px}h1,h2,h3,p{margin:0}.brand,h1,h2,h3{font-family:Space Grotesk,Arial,sans-serif}.demo-bar{min-height:33px;display:flex;gap:10px;align-items:center;justify-content:center;background:#242a1c;color:#d4e7b4;font-size:10px;letter-spacing:1px}.demo-bar>span:last-child{letter-spacing:0;color:#b5c59b}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime)}header{max-width:1256px;height:94px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:25px}.brand{font-size:27px;font-weight:700;letter-spacing:-1.5px;white-space:nowrap}.brand span{font-weight:400;color:#b4b9ac}.brand i{display:inline-flex;font-style:normal;color:#101110;background:var(--lime);width:26px;height:26px;align-items:center;justify-content:center;border-radius:7px;margin-left:8px;vertical-align:3px;font-size:21px;letter-spacing:0}nav{gap:32px;color:#9a9f93;font-size:13px}nav,nav a{display:flex;align-items:center;height:100%}nav a{position:relative}nav .active{color:var(--text)}nav .active:after{content:"";height:3px;background:var(--lime);position:absolute;bottom:19px;left:0;right:0}.account{border:1px solid #3d4036;border-radius:8px;padding:11px 18px;font-size:12px}.account span{color:var(--lime);margin-left:16px}main{max-width:1256px;padding:0 28px;margin:auto}.hero{height:365px;position:relative;isolation:isolate;overflow:hidden;border-radius:16px;background:#202919}.hero-art{z-index:-2;background:url(/games/mobile-legends.jpg) 100%/cover}.hero-art,.hero:after{position:absolute;inset:0}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#1e2819,#1e2819f2 28%,#1822148f 52%,#11170d0a 75%),linear-gradient(0deg,#10160bd9,transparent 70%)}.hero-content{padding:38px 45px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--lime)}h1{font-size:59px;letter-spacing:-2.7px;line-height:1.02;margin:16px 0}h1 em{font-style:normal;color:var(--lime)}.hero p{color:#c0c7b7;line-height:1.8;font-size:13px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;background:var(--lime);color:#19220e;font-weight:700;padding:14px 20px;border-radius:8px;min-height:46px}.hero .primary{margin-top:23px;font-size:13px}.primary:hover{background:#d7ff7f}.hero-caption{position:absolute;right:45px;bottom:37px;text-align:right;display:flex;flex-direction:column;gap:6px;text-shadow:0 2px 10px #000}.hero-caption span{color:#d1d7c5;font-size:9px;letter-spacing:2px}.hero-caption b{font-size:20px;letter-spacing:2px}.hero-caption small{font-size:10px;letter-spacing:5px}.hero-index{position:absolute;right:30px;top:25px;font-size:11px;font-family:monospace}.hero-index span{opacity:.4}.perks{gap:38px;border-bottom:1px solid var(--line);padding:24px 4px;font-size:12px;color:#b8bdaf}.perks,.perks>span{display:flex;align-items:center}.perks>span{gap:9px}.perks b{font-size:20px;color:var(--lime);font-weight:400}.perks .demo-perk{margin-left:auto;font-size:9px;letter-spacing:1.3px}.catalog{padding:40px 0}.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px}h2{font-size:30px;font-weight:600;letter-spacing:-1.1px;line-height:1.2;margin-top:9px}.search{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;padding:11px 15px;gap:10px;width:290px;background:#171916}.search>span{font-size:24px;line-height:18px;color:#aab39a}.search input{width:100%;color:var(--text);border:0;background:transparent;outline:none;font-size:12px}.search kbd{color:#696f61;border:1px solid #3c4234;padding:1px 5px;border-radius:3px;font-size:10px}.filter-row{display:flex;justify-content:space-between;align-items:center;margin:26px 0 20px}.filter-row>span{color:#878e7d;font-size:11px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid #34382e;background:transparent;border-radius:6px;padding:9px 17px;color:#a1a995;font-size:11px}.filters button.selected{background:var(--lime);color:#26321a;border-color:var(--lime);font-weight:700}.game-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px}.game-card{min-width:0;transition:transform .2s}.game-card:hover{transform:translateY(-5px)}.game-art{height:213px;border-radius:10px;position:relative;overflow:hidden;background-image:radial-gradient(ellipse at top right,#ffffff40,transparent 65%);isolation:isolate;display:flex;align-items:center;justify-content:center}.game-art:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#050704db,transparent 75%)}.game-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.game-art strong{font-size:45px;letter-spacing:-3px;font-family:Space Grotesk,sans-serif;font-weight:700;transform:rotate(-8deg);text-shadow:1px 3px 20px #0004}.game-type{position:absolute;top:10px;left:10px;font-size:8px;letter-spacing:.5px;background:#13180c88;border:1px solid #ffffff25;border-radius:4px;padding:5px 7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.game-arrow{position:absolute;right:12px;bottom:11px;border-radius:50%;border:1px solid #ffffff66;width:27px;height:27px;display:grid;place-items:center}.game-info{padding:14px 0}.game-info small{font-size:8px;letter-spacing:1.5px;color:#8b927f}.game-info h3{font-size:15px;margin:7px 0 9px;font-weight:600}.game-info p{font-size:10px;color:#8e9584}.game-info p b{color:var(--lime);font-size:12px;font-weight:500;margin-left:3px}.how-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0;display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:32px}.how-strip h2{font-size:26px}.how-item>span{color:#6e795e;font-size:24px;font-family:Space Grotesk,sans-serif}.how-item h3{font-size:14px;margin:12px 0 9px}.how-item p{color:#8e9584;font-size:11px;line-height:1.6}footer{max-width:1256px;margin:auto;padding:32px 28px;display:flex;align-items:center;gap:24px}footer .brand{font-size:22px}footer .brand i{font-size:16px;width:20px;height:20px}footer p{font-size:11px;color:#7e8675}footer .footer-links{margin-left:auto;display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:flex-end}footer .footer-links a{font-size:10px;color:#adb3a4}footer .footer-links a:hover{color:var(--lime)}footer small{font-size:10px;color:#6e7763}.empty{padding:60px 20px;text-align:center;color:var(--muted)}.price-note{color:#8b927f;font-size:10px;margin-top:16px}@media(min-width:1450px){footer,header,main{max-width:1350px}.hero{height:400px}.hero-content{padding-top:46px}.game-art{height:235px}}@media(max-width:1000px){.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.game-art{height:260px}.perks{gap:20px}.perks .demo-perk{display:none}.hero-caption{right:25px}.how-strip,nav{gap:20px}.hero-content{padding-left:30px}.hero-caption b{font-size:15px}}@media(max-width:640px){.demo-bar{padding:8px 16px;gap:7px;font-size:8px;flex-wrap:wrap;justify-content:flex-start}.demo-bar>span:last-child{font-size:9px;letter-spacing:0}header{height:auto;min-height:112px;flex-wrap:wrap;padding:20px 20px 0;gap:0}.brand{font-size:25px}.account{font-size:11px;padding:10px 12px}nav{order:3;width:100%;height:48px;gap:28px;font-size:12px}nav .active:after{bottom:0}main{padding:0 16px}.hero{margin-top:15px;height:360px}.hero-content{padding:27px 24px}.hero-art{background-position:61%}.hero:after{background:linear-gradient(90deg,#1a2418ee,#1a24188c 60%,#11170d25),linear-gradient(0deg,#10160beb,transparent)}h1{font-size:48px}.hero .eyebrow{font-size:8px}.hero-caption{bottom:18px;right:20px}.hero-caption span{display:none}.hero-caption b{font-size:9px}.hero-caption small{font-size:7px;letter-spacing:2px}.hero-index{top:17px;right:16px}.perks{gap:10px;justify-content:space-between;padding:18px 1px;font-size:9px}.perks b{font-size:16px}.perks>span{gap:5px}.catalog{padding:30px 0}.section-head{align-items:flex-start;flex-direction:column;gap:18px}h2{font-size:27px}.search{width:100%;padding:12px}.filter-row{margin:17px 0}.filter-row>span{display:none}.filters{gap:6px}.filters button{padding:9px 12px;font-size:10px}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.game-art{height:210px}.game-info h3{font-size:15px}.game-info p{font-size:11px}.game-info small{font-size:8px}.how-strip{grid-template-columns:1fr;gap:22px;padding:26px 5px}.how-strip>div:first-child{margin-bottom:4px}.how-item{position:relative;padding-left:45px}.how-item>span{position:absolute;left:0;top:7px}.how-item h3{margin:7px 0}.how-strip h2 br{display:none}footer{padding:28px 20px;gap:15px;flex-wrap:wrap}footer p{display:none}footer small{width:100%}.hero .primary{font-size:12px;padding:12px 16px}.hero p{font-size:12px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.breadcrumbs{display:flex;gap:12px;align-items:center;padding:24px 0;color:#89917d;font-size:11px}.breadcrumbs a{color:#c5ccb9}.product-banner{display:flex;gap:24px;align-items:center;background:linear-gradient(110deg,#252d1e,#171a14);border:1px solid var(--line);border-radius:14px;padding:28px;margin-bottom:26px}.product-cover{width:130px;height:130px;border-radius:10px;position:relative;overflow:hidden;display:grid;place-items:center;flex-shrink:0;isolation:isolate}.product-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.product-cover b{font-size:33px;text-shadow:0 2px 18px #000}.product-banner h1{font-size:36px;letter-spacing:-1.5px;margin:12px 0}.product-banner p{color:var(--muted);font-size:12px;margin-bottom:13px}.pill{display:inline-flex;background:#29341d;color:#c8e6a0;border:1px solid #435132;padding:5px 10px;border-radius:5px;font-size:10px;letter-spacing:.4px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:26px;align-items:start;padding-bottom:36px}.form-steps{display:flex;flex-direction:column;gap:22px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:27px}.step-title{display:flex;gap:13px;align-items:center;margin:0 0 24px;font-size:20px;letter-spacing:-.6px}.step-title>span{display:grid;place-items:center;background:var(--lime);color:#243317;border-radius:5px;width:30px;height:30px;font-size:12px;letter-spacing:0}.fields{display:flex;gap:16px}.field,.fields label{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#c4cbbb;flex:1 1;min-width:0}.fields label+label{max-width:175px}input:not([type=checkbox]),select{width:100%;border:1px solid #3c4234;background:#11140f;color:#eef3e6;border-radius:7px;padding:13px 14px;min-height:45px}input::placeholder{color:#6e7864}.hint{font-size:11px;color:#909984;line-height:1.8;margin:15px 0}.center{text-align:center}details{font-size:12px;color:#b4bdab}summary{cursor:pointer;line-height:1.7}details p{color:#a6b09a;line-height:1.85;margin:14px 0}details .secondary{margin:8px 0}.nominals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nominal{background:#20251b;border:1px solid #3a4330;border-radius:9px;padding:18px 12px;text-align:left;display:flex;flex-direction:column;gap:10px;position:relative;min-height:132px}.nominal strong{font-size:12px;font-weight:600;line-height:1.5}.nominal>span:last-of-type{color:#b1bd9f;font-size:12px}.nominal .diamond{color:#b9cba0;font-size:21px}.nominal.chosen,.payment.chosen{border-color:var(--lime);background:#2b351f;box-shadow:0 0 0 1px #c6f26333}.nominal i,.nominal.chosen>span:last-of-type{color:var(--lime)}.nominal i{font-style:normal;position:absolute;right:10px;top:10px}.payments{display:flex;flex-direction:column;gap:10px}.payment{display:flex;align-items:center;gap:14px;width:100%;border:1px solid #3a4330;background:#20251b;border-radius:8px;padding:14px 16px;text-align:left}.payment>b{font-size:28px;font-weight:400;color:#d5e4c2;width:36px}.payment>span{display:flex;flex-direction:column;gap:5px}.payment strong{font-size:13px}.payment small{font-size:10px;color:#8f9d81}.payment i{font-style:normal;margin-left:auto;color:var(--lime)}.summary-card{position:sticky;top:20px}.summary-card h2{font-size:24px;margin:12px 0 23px}.summary-game{display:flex;align-items:center;gap:13px;padding-bottom:21px;border-bottom:1px solid var(--line)}.summary-game>span{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;font-size:16px}.summary-game>div{display:flex;flex-direction:column;gap:7px}.summary-game small{font-size:11px;color:#99a38c}dl{margin:20px 0;flex-direction:column;gap:17px;font-size:12px}dl,dl>div{display:flex}dl>div{justify-content:space-between;gap:22px}dt{color:#8f9b82;flex-shrink:0}dd{margin:0;text-align:right;overflow-wrap:anywhere;color:#d5ddca}.total{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px dashed #414b35;padding:22px 0;font-size:12px}.total strong{font-size:26px;font-family:Space Grotesk,sans-serif;color:var(--lime);white-space:nowrap}.check-label{display:flex;align-items:flex-start;gap:10px;font-size:10px;line-height:1.8;color:#a2af93;margin:0 0 22px}input[type=checkbox]{accent-color:var(--lime);width:16px;height:16px;flex-shrink:0;margin:2px 0}.full{width:100%}.side-note{padding:22px 10px;color:#a2af93}.side-note b{font-size:12px;color:#c7d2b8}.side-note p{margin:10px 0}.error,.notice,.side-note p{font-size:12px;line-height:1.8}.error,.notice{padding:14px 18px;border-radius:8px;margin:16px 0}.notice{background:#26331b;border:1px solid #3f512c;color:#cedfb8}.error{background:#34231f;border:1px solid #79543c;color:#ffcfb1}.error a{text-decoration:underline}.page-title{padding:42px 0 28px}.page-title h1{font-size:43px;letter-spacing:-1.7px;margin:15px 0}.page-title p{color:#a2ac95;line-height:1.8;font-size:13px}.narrow{max-width:730px;margin:0 auto;padding-bottom:50px;min-height:65vh}.narrow .panel .field{margin-bottom:22px}.text-link{color:var(--lime);display:inline-block;margin-top:5px;font-size:12px}.order-wrap{max-width:940px;margin:auto;padding-bottom:35px}.order-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:12px 0 27px}.order-heading h1{font-size:36px;letter-spacing:-1.5px}.order-id{font-family:monospace;color:#aeb9a1;font-size:12px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.text-button{padding:6px 10px;background:#262e1e;border:1px solid #424d36;font-family:var(--font-sans)}.status,.text-button{border-radius:5px;font-size:10px}.status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;white-space:nowrap;padding:7px 10px;background:#2c3225;color:#c4d3b0}.status.pending{color:#ead399;background:#38301d}.status.processing{color:#a5caee;background:#233342}.status.success{color:#c7f080;background:#2a391a}.status.expired,.status.failed{color:#f3b3a3;background:#3a251e}.payment-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:linear-gradient(110deg,#28331d,#1b2115);border:1px solid #536735;border-radius:13px}.payment-banner h2{font-size:37px;margin:13px 0 10px}.payment-banner p{font-size:12px;color:#b1c09d;line-height:1.8}.payment-banner.expired,.payment-banner.failed{border-color:#65513d;background:linear-gradient(110deg,#31271d,#211d16)}.payment-banner.expired .eyebrow,.payment-banner.failed .eyebrow{color:#f3b3a3}.progress-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:24px 0}.progress-card{background:#191e15;border:1px solid #343e2a;border-radius:10px;padding:22px}.progress-card>span{display:grid;place-items:center;width:31px;height:31px;background:#2d3524;color:#9ba58d;border-radius:5px;font-weight:700;font-size:12px}.progress-card h3{margin:20px 0 10px;font-size:16px}.progress-card p{font-size:10px;line-height:1.7;color:#8e9b80;min-height:33px}.progress-line{height:4px;background:#333d29;border-radius:4px;margin-top:16px}.progress-card.done{background:#d8efb5;color:#202b12;border-color:#d8efb5}.progress-card.done>span{background:#28351a;color:#e1f2c8}.progress-card.done p{color:#56683e}.progress-card.done .progress-line{background:#5c733f}.invoice h2{font-size:22px;margin:0}.invoice dl{margin-top:26px;font-size:13px}.invoice dl>div{padding:6px 0}.invoice .total{padding-bottom:0;margin-top:22px}.order-actions{display:flex;gap:20px;align-items:center;justify-content:space-between;margin:22px 0;font-size:12px}.secondary{border:1px solid #4a563b;color:#d4e2c1;background:#252e1d;border-radius:7px;padding:11px 16px;font-size:12px}.secondary:hover{background:#344128}.spinner{width:28px;height:28px;border:2px solid #63794b;border-top-color:#d0f993;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.history-filters{margin:0 0 24px}.order-list{display:flex;flex-direction:column;gap:13px}.order-row{display:flex;align-items:center;gap:18px;border:1px solid var(--line);background:#1a1f15;border-radius:10px;padding:23px}.order-row:hover{border-color:#768a55}.order-avatar{height:50px;width:50px;background:#313e23;display:grid;place-items:center;color:var(--lime);font-size:24px;border-radius:8px;flex-shrink:0}.order-row small{font-family:monospace;color:#8e9b7e;font-size:10px}.order-row h3{font-size:16px;margin:8px 0}.order-row p{font-size:11px;color:#9daa8c}.order-row-end{display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin-left:auto}.order-row-end>b{font-family:Space Grotesk,sans-serif;font-size:18px}.row-arrow{color:var(--lime);margin-left:12px}.empty h2{font-size:25px;margin:14px 0}.empty p{line-height:1.8;margin:12px 0 24px}.empty .primary,.empty p{font-size:12px}.empty-icon{color:var(--lime);font-size:35px}.guide-steps{display:flex;flex-direction:column;gap:15px}.guide-step{display:flex;gap:20px}.guide-step>span{font-size:24px;color:var(--lime);font-family:Space Grotesk,sans-serif}.guide-step h2{font-size:20px;margin:0 0 13px}.guide-step p{font-size:13px;line-height:1.9;color:#a4b095}.faq-title{margin:40px 0 23px;font-size:27px}.faq{border-bottom:1px solid var(--line);padding:17px 0}.faq summary{font-size:14px;color:#d7e1ca}.faq p{font-size:13px}.faq:last-of-type{margin-bottom:27px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px 0}.stat{display:flex;flex-direction:column;gap:17px}.stat>span{font-size:11px;color:#8d9b7e}.stat strong{font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:500;letter-spacing:-1px}.stat:last-child strong{color:var(--lime)}.admin-tabs{display:flex;gap:28px;border-bottom:1px solid var(--line);margin:25px 0}.admin-tabs button{padding:17px 0;background:none;color:#8e9b81;font-size:13px;position:relative}.admin-tabs button.active{color:var(--lime)}.admin-tabs .active:after{content:"";height:2px;background:var(--lime);position:absolute;bottom:-1px;left:0;right:0}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{background:#21291a;font-size:10px;color:#a4b48f;font-weight:500}td,th{padding:18px}td{border-bottom:1px solid #2c3523}td b{font-family:monospace;font-weight:400}td b,td small{font-size:10px}td small{display:block;color:#859575;margin-top:9px}td a{color:var(--lime);white-space:nowrap}.panel .section-head select{width:auto;max-width:220px;font-size:12px}.product-edit-list{margin-top:24px}.product-edit{display:grid;grid-template-columns:1fr 160px 80px auto;gap:18px;align-items:center;padding:18px 0;border-top:1px solid #303c25}.product-edit>div{display:flex;flex-direction:column;gap:6px}.product-edit b{font-size:13px}.product-edit small{font-size:10px;color:#8e9a82}.product-edit label{font-size:10px;color:#a8b79a;display:flex;flex-direction:column;gap:7px}.product-edit input{font-size:12px;padding:10px}.product-edit label.toggle-label{flex-direction:row;align-items:center;font-size:12px}.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.integration h2{font-size:23px;margin:18px 0}.integration p{color:#9bac8a;font-size:13px;line-height:1.9;margin-top:21px}@media(max-width:1000px){.checkout-grid{grid-template-columns:minmax(0,1.4fr) minmax(285px,1fr);gap:18px}.panel{padding:21px}.nominals{grid-template-columns:repeat(2,1fr)}.step-title{font-size:17px}.total strong{font-size:23px}.product-edit{grid-template-columns:1fr 130px 65px auto}.stats-grid{gap:12px}.stat strong{font-size:23px}}@media(max-width:700px){.checkout-grid{grid-template-columns:1fr}.product-banner{padding:20px;gap:16px}.product-cover{width:86px;height:100px}.product-banner h1{font-size:28px}.product-banner .eyebrow{font-size:8px}.product-banner p{font-size:10px;line-height:1.7}.product-banner .pill{font-size:8px}.product-cover b{font-size:24px}.fields{gap:12px}.fields label+label{max-width:115px}.fields input{padding:12px;font-size:12px}.nominals{grid-template-columns:repeat(2,1fr)}.nominal{min-height:125px}.summary-card{position:static}.page-title{padding:35px 0 23px}.page-title h1{font-size:35px}.page-title p{font-size:12px}.order-heading{flex-direction:column;align-items:flex-start;gap:15px}.order-heading h1{font-size:29px}.order-id{font-size:10px}.payment-banner{flex-direction:column;align-items:stretch;padding:22px}.payment-banner h2{font-size:34px}.payment-banner .primary{font-size:12px}.progress-grid{gap:8px}.progress-card{padding:14px 10px}.progress-card h3{font-size:12px;margin:17px 0 8px}.progress-card p{font-size:9px;min-height:46px}.progress-card>span{width:27px;height:27px;font-size:10px}.invoice dl{font-size:12px}.order-actions{gap:10px;font-size:10px}.order-actions .secondary{font-size:10px}.order-row{padding:17px 13px;gap:11px;flex-wrap:wrap}.order-avatar{width:38px;height:38px}.order-row h3{font-size:12px}.order-row small{font-size:9px}.order-row p{font-size:10px}.order-row-end{flex-direction:row;width:100%;justify-content:space-between;padding-left:49px}.order-row-end>b{font-size:15px}.row-arrow{display:none}.status{font-size:9px;padding:6px 8px}.narrow{padding-bottom:28px}.guide-step{gap:14px;padding:22px 17px}.guide-step h2{font-size:17px;line-height:1.5}.guide-step p{font-size:12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat{padding:18px;gap:15px}.stat strong{font-size:22px}.admin-tabs{gap:24px}.admin-tabs button{font-size:12px}.product-edit{grid-template-columns:1fr 1fr;gap:14px}.product-edit>div{grid-column:1/3}.product-edit label.toggle-label{justify-content:flex-end}.product-edit .secondary{grid-column:1/3}.integration-grid{grid-template-columns:1fr}.panel .section-head{gap:15px}.panel .section-head select{max-width:none;width:100%}.invoice .section-head{flex-direction:row;align-items:center}.guide-step>span{font-size:20px}}@media print{body{background:white;color:black}.breadcrumbs,.demo-bar,.order-actions,.payment-banner a,.payment-banner button,.progress-grid,.text-button,details,footer,header{display:none!important}main{padding:0}.order-wrap,main{max-width:100%}.order-heading h1:before{content:"black.store / "}.order-heading h1{font-size:22px}.panel,.payment-banner{background:white!important;color:black!important;border:1px solid #aaa}.invoice dd,.invoice dt,.invoice strong,.order-id,.payment-banner .eyebrow,.payment-banner h2,.payment-banner p{color:black}.order-wrap:after{content:"NOTA TRANSAKSI — Simpan nomor pesanan untuk bantuan pelanggan.";display:block;margin-top:30px;font-size:12px}}.login-input{display:block;width:100%;margin:12px 0 24px;padding:14px;background:#101110;color:#f2f3ed;border:1px solid #30332b;border-radius:8px}.nominal:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.nominal:disabled:hover{transform:none;border-color:#3a4330}.legal-page{max-width:820px}.legal-contact h2,.legal-copy h2,.legal-form h2{font-size:21px;margin:28px 0 12px}.legal-contact h2:first-child,.legal-copy h2:first-child,.legal-form h2:first-child{margin-top:0}.legal-contact p,.legal-copy li,.legal-copy p{font-size:13px;line-height:1.9;color:#b0baa5}.legal-copy ol,.legal-copy ul{padding-left:22px;display:flex;flex-direction:column;gap:8px}.check-label a,.legal-contact a,.legal-copy a{color:var(--lime);text-decoration:underline}.legal-contact{margin-bottom:18px}.legal-contact dl{margin-bottom:22px}.legal-form{gap:16px}.legal-form,.legal-form label{display:flex;flex-direction:column}.legal-form label{gap:8px;color:#c4cbbb;font-size:12px}.legal-form textarea{width:100%;resize:vertical;border:1px solid #3c4234;background:#11140f;color:#eef3e6;border-radius:7px;padding:13px 14px;font:inherit}.legal-form .error,.legal-form .notice{margin:0}.legal-form .primary{align-self:flex-start}@media(max-width:700px){footer .footer-links{order:3;width:100%;margin-left:0;justify-content:flex-start;gap:12px}.legal-copy{padding:20px 18px}.legal-copy h2{font-size:19px}}