:root{--green:#176b3a;--green-2:#0f4e2a;--green-3:#e9f5ed;--orange:#f28a19;--red:#c9362b;--blue:#2f6fdd;--purple:#7357c8;--ink:#1d2a22;--muted:#68766d;--line:#dfe7e1;--bg:#f4f7f4;--white:#fff;--shadow:0 14px 38px rgba(24,57,36,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-2)}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.muted{color:var(--muted)}.text-success{color:#118847!important}.text-danger{color:#c7352c!important}.break-word{overflow-wrap:anywhere}.inline-form{display:inline}.full{grid-column:1/-1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--green);background:var(--green);color:#fff!important;border-radius:11px;padding:11px 16px;font-weight:760;line-height:1.1;box-shadow:0 6px 18px rgba(23,107,58,.16);transition:.18s ease}.btn:hover{transform:translateY(-1px);background:var(--green-2);border-color:var(--green-2)}.btn-sm{padding:8px 12px;border-radius:9px;font-size:13px}.btn-block{display:flex;width:100%}.btn-outline{background:#fff;color:var(--green)!important;border-color:#a9c9b4;box-shadow:none}.btn-outline:hover{background:var(--green-3)}.btn-light{background:#fff;color:var(--green)!important;border-color:#fff}.btn-outline-light{background:transparent;color:#fff!important;border-color:#ffffff80;box-shadow:none}.btn-danger{background:#fff2f1;color:#b42318!important;border-color:#f2b8b3;box-shadow:none}.link-danger{border:0;background:none;padding:0;color:#b42318;font-weight:700}.badge{display:inline-flex;align-items:center;width:max-content;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#edf2ee;color:#4e6255}.badge-active,.badge-paid,.badge-completed,.badge-verified,.badge-available{background:#e3f7e9;color:#11783c}.badge-trial,.badge-pending,.badge-pending_verification,.badge-new,.badge-processing,.badge-packed,.badge-confirmed{background:#fff4df;color:#9a5c00}.badge-shipped,.badge-approved{background:#e7efff;color:#245db6}.badge-suspended,.badge-cancelled,.badge-rejected,.badge-failed,.badge-returned,.badge-refunded,.badge-inactive{background:#ffe9e6;color:#b42318}.badge-draft,.badge-unpaid,.badge-past_due{background:#f0ebff;color:#6447b3}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #edf1ee}.panel-head h2{font-size:17px;margin:0 0 4px}.panel-head p{margin:0;color:var(--muted);font-size:12px}.alert{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:13px 15px;border-radius:12px;margin-bottom:15px;border:1px solid}.alert button{border:0;background:none;font-size:20px}.alert-success{background:#ebfaef;border-color:#bce7c8;color:#106a35}.alert-error{background:#fff0ef;border-color:#ffc9c5;color:#9d1f17}.alert-warning{background:#fff7e7;border-color:#efd28e;color:#805000}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label,.form-card label,.dialog-form label,.checkout-form label,.public-form label{display:block;font-weight:700;color:#35433a;font-size:13px}.form-grid input,.form-grid select,.form-grid textarea,.form-card input,.form-card select,.form-card textarea,.dialog-form input,.dialog-form select,.dialog-form textarea,.checkout-form input,.checkout-form select,.checkout-form textarea,.public-form input,.public-form select,.public-form textarea,.search-form input,.search-form select{width:100%;margin-top:6px;border:1px solid #ccd8cf;background:#fff;border-radius:10px;padding:10px 11px;color:var(--ink);outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.form-card input:focus,.form-card select:focus,.form-card textarea:focus,.dialog-form input:focus,.dialog-form select:focus,.dialog-form textarea:focus{border-color:#4e9a69;box-shadow:0 0 0 3px #dff0e5}.form-card{padding:22px}.form-card h2{font-size:17px;margin:0 0 18px}.form-card>label{margin-bottom:14px}.form-card small,label small{display:block;color:var(--muted);font-weight:500;margin-top:5px}.check-label{display:flex!important;align-items:center;gap:8px}.check-label input{width:auto;margin:0}.readonly-field{border:1px dashed #bbcabf;background:#f8faf8;border-radius:12px;padding:14px;margin:12px 0}.readonly-field span,.readonly-field b,.readonly-field a{display:block}.readonly-field span{font-size:12px;color:var(--muted)}.readonly-field b{font-size:16px;margin:3px 0}.image-preview{width:100%;max-height:250px;object-fit:contain;background:#f5f7f5;border-radius:12px;margin-bottom:12px;border:1px solid var(--line)}dialog{border:0;border-radius:18px;padding:0;box-shadow:0 25px 80px rgba(0,0,0,.25);width:min(560px,calc(100vw - 28px))}dialog::backdrop{background:rgba(8,28,17,.58);backdrop-filter:blur(3px)}.dialog-form{padding:22px}.dialog-form>label{margin-bottom:13px}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dialog-head h2{margin:0}.dialog-head button{border:0;background:#eef3ef;width:34px;height:34px;border-radius:50%;font-size:21px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #edf1ee;vertical-align:middle}th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#66746b;background:#fafcfb}td{font-size:13px}td small{display:block;color:var(--muted);margin-top:4px}tfoot td{background:#fafcfb}.actions{white-space:nowrap}.actions>*{display:inline-block;margin-right:10px}.pagination{display:flex;gap:6px;justify-content:center;padding:18px}.pagination a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff}.pagination a.active{background:var(--green);color:#fff}.empty-state{text-align:center;padding:50px 20px}.empty-state>div{font-size:44px;color:#9eb7a6}.empty-state h3{margin:8px 0}.empty-state p{color:var(--muted);margin:0 0 16px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.stats-grid.two{grid-template-columns:repeat(2,1fr)}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px 20px;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:12px}.stat-card small,.stat-card strong,.stat-card span{display:block}.stat-card small{color:var(--muted);font-weight:650}.stat-card strong{font-size:25px;margin:6px 0}.stat-card span{font-size:11px;color:var(--muted)}.stat-glyph{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;font-weight:900}.tone-green .stat-glyph{background:#e3f6e9;color:#128246}.tone-orange .stat-glyph{background:#fff0df;color:#d26b00}.tone-blue .stat-glyph{background:#e7efff;color:#2b67c6}.tone-purple .stat-glyph{background:#eee9ff;color:#6b4bc2}.toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px}.search-form{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.search-form input,.search-form select{margin:0;min-width:170px}.search-form label{font-size:12px;font-weight:700;color:var(--muted)}.form-page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px}.editor-main,.editor-side{display:flex;flex-direction:column;gap:18px}.editor-side .sticky{position:sticky;top:90px}.level-price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.level-price-grid>div{border:1px solid var(--line);border-radius:13px;padding:14px}.level-price-grid label{margin-top:10px}.product-cell{display:flex;gap:11px;align-items:center}.product-cell img{width:52px;height:52px;border-radius:10px;object-fit:cover;border:1px solid var(--line)}.avatar-cell{display:flex;gap:11px;align-items:center}.avatar-cell>span,.avatar-large{display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#176b3a,#2ba15c);color:#fff;font-weight:900}.avatar-cell>span{width:42px;height:42px}.avatar-large{width:78px;height:78px;font-size:28px}.stock-big{text-align:center;padding:15px 0 25px}.stock-big span,.stock-big strong,.stock-big small{display:block}.stock-big strong{font-size:60px;color:var(--green)}.share-box{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#edf7f0;border:1px solid #cce3d3;border-radius:15px;padding:17px 20px;margin-top:16px}.share-box b,.share-box span{display:block}.share-box span{color:var(--muted);font-size:12px;overflow-wrap:anywhere}.app-body{background:var(--bg)}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#0d3520;color:#fff;padding:18px 14px;display:flex;flex-direction:column;z-index:50}.brand{display:flex;align-items:center;gap:11px;padding:4px 8px 20px}.brand-mark{width:43px;height:43px;border-radius:13px;background:linear-gradient(135deg,#ff9a27,#f36b0a);display:grid;place-items:center;color:#fff;font-size:17px;font-weight:900;box-shadow:0 8px 20px #0003}.brand strong{font-size:20px}.brand strong span{color:#ff9828}.brand small{display:block;color:#a8c9b2;font-size:10px;margin-top:2px}.nav-list{overflow:auto;padding-right:2px}.nav-caption{font-size:9px;letter-spacing:.12em;color:#81a98e;margin:18px 10px 7px}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:10px;color:#d5e6da;margin:3px 0;font-weight:650}.nav-item:hover,.nav-item.active{background:#ffffff14;color:#fff}.nav-item.active{box-shadow:inset 3px 0 #ff9227}.nav-icon{width:23px;text-align:center;font-size:16px}.sidebar-footer{margin-top:auto;border-top:1px solid #ffffff18;padding-top:10px}.app-shell{margin-left:250px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 25px;position:sticky;top:0;z-index:30}.topbar h1{font-size:20px;margin:0}.topbar p{margin:3px 0 0;color:var(--muted);font-size:11px}.top-actions{display:flex;gap:14px;align-items:center}.store-link{font-weight:750}.user-chip{display:flex;align-items:center;gap:9px;padding-left:14px;border-left:1px solid var(--line)}.user-chip>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e5f3e9;color:var(--green);font-weight:900}.user-chip strong,.user-chip small{display:block}.user-chip small{color:var(--muted);font-size:10px}.menu-button{display:none;border:0;background:#eef3ef;border-radius:8px;width:36px;height:36px}.content{padding:22px 25px;flex:1;max-width:1600px;width:100%;margin:0 auto}.app-footer{display:flex;justify-content:space-between;color:#7b8a80;padding:16px 25px;border-top:1px solid var(--line);font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr);gap:18px;margin-bottom:18px}.plan-strip{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#eaf7ee,#fff8e9);border:1px solid #d6e8db;border-radius:14px;padding:13px 17px;margin-bottom:16px}.plan-strip b,.plan-strip span{display:block}.plan-strip span{color:var(--muted);font-size:11px}.bar-chart{height:210px;display:flex;align-items:flex-end;gap:12px;padding:25px 20px 15px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.bar{width:100%;max-width:25px;background:linear-gradient(180deg,#2aa45b,#176b3a);border-radius:8px 8px 3px 3px;min-height:4px}.bar-col small{margin-top:7px;color:var(--muted)}.chart-empty{margin:auto;color:var(--muted)}.attention-list>a{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid #edf1ee;color:var(--ink)}.attention-list>a:last-child{border-bottom:0}.attention-list>a>strong{margin-left:auto}.attention-list b,.attention-list small{display:block}.attention-list small{color:var(--muted);margin-top:3px}.attention-icon{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;font-weight:900}.attention-icon.red{background:#ffe8e5;color:#b42318}.attention-icon.orange{background:#fff0df;color:#c86500}.attention-icon.blue{background:#e8efff;color:#2f62b7}.leader-list>div,.rank-list>div{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #edf1ee}.leader-list>div>span,.rank-list>div>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:var(--green);font-weight:900}.leader-list>div>div,.rank-list>div>div{flex:1}.leader-list b,.leader-list small,.rank-list b,.rank-list small{display:block}.leader-list small,.rank-list small{color:var(--muted)}.profile-summary{display:grid;grid-template-columns:1fr 1fr}.profile-summary>div{padding:15px 18px;border-bottom:1px solid #edf1ee}.profile-summary>div:nth-child(odd){border-right:1px solid #edf1ee}.profile-summary>div.full{grid-column:1/-1;border-right:0}.profile-summary span,.profile-summary b{display:block}.profile-summary span{font-size:11px;color:var(--muted);margin-bottom:4px}.agent-store-banner,.agent-profile-hero,.wallet-hero,.backup-hero,.subscription-current{background:linear-gradient(120deg,#0d4c29,#177a41 65%,#1c9450);color:#fff;border-radius:19px;padding:24px 26px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 18px 45px rgba(14,83,43,.2)}.agent-store-banner h2,.agent-profile-hero h1,.wallet-hero strong,.backup-hero h1,.subscription-current h1{margin:5px 0}.agent-store-banner p{margin:0;color:#cae7d4;max-width:700px;overflow-wrap:anywhere}.agent-store-banner>div:last-child{display:flex;gap:8px}.wallet-hero strong{display:block;font-size:38px}.wallet-hero p{margin:0;color:#cbe8d4}.agent-profile-hero{justify-content:flex-start}.agent-profile-actions{margin-left:auto}.order-header-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;margin-bottom:18px;box-shadow:var(--shadow)}.order-header-card h1{margin:7px 0 3px}.order-header-card p{margin:0;color:var(--muted)}.order-header-card>div:last-child{text-align:right}.order-header-card>div:last-child small,.order-header-card>div:last-child strong,.order-header-card>div:last-child span{display:block}.order-header-card>div:last-child strong{font-size:27px;margin:4px 0 8px}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.order-layout>section,.order-layout>aside{display:flex;flex-direction:column;gap:18px}.order-layout .sticky{position:sticky;top:92px}.split-list>div{display:flex;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #edf1ee}.split-list>div span,.split-list>div b{display:block}.split-list small{display:block;color:var(--muted);margin-top:3px}.split-list em{font-style:normal}.timeline{padding:16px 19px}.timeline>div{display:flex;gap:13px;position:relative;padding-bottom:17px}.timeline>div>span{width:12px;height:12px;background:var(--green);border-radius:50%;margin-top:4px;position:relative;z-index:2}.timeline>div:not(:last-child)>span:after{content:"";position:absolute;top:12px;left:5px;width:2px;height:52px;background:#d9e5dc}.timeline b,.timeline small{display:block}.timeline small{color:var(--muted);margin-top:3px}.timeline p{margin:5px 0 0}.payment-cards,.withdrawal-grid,.tenant-grid,.asset-grid,.voucher-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.payment-card,.withdrawal-card,.tenant-card,.asset-card,.voucher-card,.price-card{background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow);overflow:hidden}.payment-card,.withdrawal-card,.tenant-card,.price-card{padding:18px}.payment-card-top,.withdrawal-top,.tenant-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.payment-card-top h3,.tenant-card-head h3{margin:8px 0 2px}.payment-card-top p,.tenant-card-head p{margin:0;color:var(--muted);font-size:12px}.payment-card-top>strong{font-size:23px}.payment-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.payment-meta span{background:#f6f9f7;border-radius:9px;padding:9px;font-size:10px;color:var(--muted)}.payment-meta b{display:block;color:var(--ink);margin-top:3px}.receipt-preview{display:block;background:#eef3ef;border-radius:11px;overflow:hidden;max-height:220px;margin-bottom:14px}.receipt-preview img{width:100%;height:220px;object-fit:contain}.pdf-preview{height:150px;display:grid;place-items:center;text-align:center;font-size:38px;font-weight:900}.decision-form{display:flex;gap:7px;flex-wrap:wrap}.decision-form input{flex:1;min-width:100%;border:1px solid #ccd8cf;border-radius:9px;padding:9px}.withdrawal-amount{text-align:center;padding:20px 0}.withdrawal-amount small,.withdrawal-amount strong,.withdrawal-amount span{display:block}.withdrawal-amount strong{font-size:29px}.withdrawal-amount span{color:var(--muted);font-size:11px}.bank-box{background:#f4f8f5;border:1px solid #dfe9e1;border-radius:12px;padding:13px;margin-bottom:13px}.bank-box span,.bank-box b,.bank-box small{display:block}.bank-box small{color:var(--muted)}.transaction-list>div{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #edf1ee}.tx-icon{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;font-weight:900}.tx-icon.credit{background:#e4f7ea;color:#128045}.tx-icon.debit{background:#ffe9e6;color:#b42318}.transaction-list>div>div{flex:1}.transaction-list b,.transaction-list small{display:block}.transaction-list small{color:var(--muted)}.asset-card img{width:100%;height:220px;object-fit:cover}.asset-placeholder{height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#e7f2e9,#fff5e6);color:var(--green);font-size:26px;font-weight:900}.asset-card>div:last-child{padding:16px}.asset-card h3{margin:9px 0 6px}.asset-card p{color:var(--muted);line-height:1.55}.asset-card .btn{margin-right:6px;margin-top:5px}.voucher-card{display:grid;grid-template-columns:1fr 145px;position:relative}.voucher-main{padding:18px;border-right:2px dashed #dce6df}.voucher-main h3{font-size:24px;margin:10px 0 2px;color:var(--green)}.voucher-main p{margin:0;color:var(--muted)}.voucher-main strong{display:block;margin-top:14px;font-size:18px}.voucher-side{padding:18px 12px;display:flex;flex-direction:column;gap:10px;font-size:11px}.price-card h3{margin:10px 0 0}.price-card h2{font-size:28px;margin:10px 0}.price-card h2 small{font-size:12px;color:var(--muted)}.price-card p{color:var(--muted);min-height:40px}.price-card ul{padding-left:18px;line-height:1.9}.price-card.featured{border:2px solid var(--green);transform:translateY(-4px)}.pricing-grid.admin{grid-template-columns:repeat(4,1fr)}.subscription-current .usage-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.usage-pills span{background:#ffffff16;border:1px solid #ffffff31;padding:8px 10px;border-radius:999px}.tenant-card-head{align-items:center}.brand-avatar{width:48px;height:48px;border-radius:13px;background:#e5f3e9;color:var(--green);display:grid;place-items:center;font-weight:900}.tenant-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:17px 0;background:#f5f8f6;border-radius:12px}.tenant-metrics span{text-align:center;padding:11px 5px;font-size:10px;color:var(--muted)}.tenant-metrics b{display:block;color:var(--ink);font-size:15px}.tenant-plan{border-top:1px solid var(--line);padding-top:12px}.tenant-plan span,.tenant-plan b,.tenant-plan small{display:block}.tenant-plan span,.tenant-plan small{color:var(--muted);font-size:11px}.tenant-actions{display:flex;gap:12px;margin-top:15px}.tenant-actions button,.tenant-actions a{border:0;background:none;color:var(--green);padding:0;font-weight:700}.health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.health-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;display:flex;align-items:center;gap:11px}.health-dot{width:12px;height:12px;border-radius:50%}.health-dot.ok{background:#18a150;box-shadow:0 0 0 5px #e1f5e8}.health-dot.bad{background:#d92d20;box-shadow:0 0 0 5px #ffe7e4}.health-grid b,.health-grid small{display:block}.health-grid small{color:var(--muted)}.log-view{white-space:pre-wrap;max-height:420px;overflow:auto;background:#101913;color:#cce8d4;padding:18px;margin:0;font-size:11px}.backup-hero{background:linear-gradient(120deg,#163f78,#2866b9)}.auth-body{min-height:100vh;background:#edf4ef}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.auth-art{background:linear-gradient(140deg,rgba(7,57,28,.94),rgba(20,125,63,.91)),url('img/sacha-inchi-red.jpg') center/cover;color:#fff;padding:42px;display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:10px}.auth-brand>span{width:48px;height:48px;border-radius:14px;background:#f58b1d;display:grid;place-items:center;font-weight:900}.auth-brand strong{font-size:24px}.auth-brand i{font-style:normal;color:#ff9a29}.auth-copy{margin:auto 0;max-width:630px}.eyebrow{font-size:11px;font-weight:850;letter-spacing:.11em;color:#e69b43}.auth-copy h1{font-size:46px;line-height:1.1;margin:12px 0 16px}.auth-copy p{font-size:17px;color:#d2e8da}.auth-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.auth-points span{padding:9px 11px;background:#ffffff13;border:1px solid #ffffff30;border-radius:999px}.auth-panel{display:grid;place-items:center;padding:30px}.auth-card{background:#fff;border-radius:20px;padding:30px;width:min(440px,100%);box-shadow:0 22px 65px #173f251e}.auth-card h2{font-size:27px;margin:0 0 5px}.auth-card>p{margin:0 0 22px;color:var(--muted)}.auth-card label{display:block;font-weight:700;margin-bottom:14px}.auth-card input{width:100%;margin-top:7px;padding:12px;border:1px solid #cad7cd;border-radius:10px}.auth-links{display:flex;justify-content:space-between;gap:15px;margin:16px 0}.auth-card>small{display:block;color:var(--muted);text-align:center}.mobile-brand{display:none;font-size:25px;font-weight:900;margin-bottom:20px}.mobile-brand span{color:#f07d0d}.auth-body.simple{padding:35px 18px}.signup-wrap{max-width:850px;margin:auto}.back-link{display:inline-block;margin-bottom:14px}.signup-card{background:#fff;border-radius:21px;padding:27px;box-shadow:var(--shadow)}.signup-heading{display:flex;gap:14px;align-items:center;margin-bottom:22px}.signup-heading h1{margin:0}.signup-heading p{margin:4px 0 0;color:var(--muted)}.public-body{background:#fff}.public-nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #e5ebe6;background:#fff;position:sticky;top:0;z-index:30}.public-brand{display:flex;gap:10px;align-items:center;color:var(--ink)}.public-brand>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--store-primary,var(--green));color:#fff;font-weight:900}.public-brand strong,.public-brand small{display:block}.public-brand small{font-size:9px;color:var(--muted)}.public-nav nav{display:flex;align-items:center;gap:22px}.public-nav nav>a{color:#39463e;font-weight:650}.store-hero{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:50px 7vw;background:radial-gradient(circle at 75% 20%,#fff2df,transparent 38%),linear-gradient(110deg,#f7f1e8,#fff 53%,#eef6ef);overflow:hidden}.store-hero-copy h1{font-size:52px;line-height:1.05;margin:12px 0}.store-hero-copy p{font-size:18px;color:#536158;max-width:580px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.trust-row{display:flex;gap:16px;flex-wrap:wrap;color:#3e5d48;font-weight:700}.store-hero-media{position:relative;display:grid;place-items:center}.store-hero-media img{height:450px;object-fit:contain;filter:drop-shadow(0 25px 30px rgba(71,38,20,.22))}.price-bubble{position:absolute;right:5%;top:10%;width:110px;height:110px;border-radius:50%;background:#f58b1d;color:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 16px 32px #a34d152c}.price-bubble small,.price-bubble strong{display:block}.price-bubble strong{font-size:24px}.store-meta{display:grid;grid-template-columns:repeat(4,1fr);margin:-28px auto 0;max-width:1100px;background:#fff;border-radius:16px;box-shadow:0 18px 45px #1937231c;position:relative;z-index:3}.store-meta article{text-align:center;padding:18px;border-right:1px solid var(--line)}.store-meta article:last-child{border-right:0}.store-meta strong,.store-meta span{display:block}.store-meta span{color:var(--muted);font-size:11px;margin-top:3px}.cart-chip b{background:#f58b1d;color:#fff;border-radius:999px;padding:2px 7px;margin-left:4px}.public-section{padding:70px 6vw}.public-section.narrow{max-width:800px;margin:auto}.public-section.narrow-wide{max-width:1180px;margin:auto}.section-heading{text-align:center;max-width:720px;margin:0 auto 35px}.section-heading.left{text-align:left;margin:0 0 30px}.section-heading span{color:#d36b00;font-weight:850;letter-spacing:.1em;font-size:11px}.section-heading h1,.section-heading h2{font-size:35px;margin:9px 0}.section-heading p{color:var(--muted);font-size:16px}.store-products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.store-product-card{border:1px solid #e0e7e2;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 15px 36px #1839220d}.product-image{height:300px;background:#f5f2eb;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;padding:18px}.sold-out{position:absolute;inset:auto 15px 15px auto;background:#b42318;color:#fff;padding:7px 10px;border-radius:999px}.product-body{padding:18px}.product-body>small{color:#d36b00;font-weight:800}.product-body h3{font-size:19px;margin:8px 0}.product-body p{color:var(--muted);line-height:1.55;min-height:46px}.product-price{display:flex;justify-content:space-between;align-items:center;margin:15px 0}.product-price strong{font-size:24px;color:var(--green)}.add-cart-form{display:flex;gap:8px}.add-cart-form input{width:65px;border:1px solid #cbd6ce;border-radius:9px;padding:9px}.add-cart-form .btn{flex:1}.public-cta{margin:20px 6vw 70px;background:linear-gradient(110deg,#0d4c29,#1a8b4b);color:#fff;border-radius:22px;padding:35px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.public-cta h2{font-size:30px;margin:5px 0}.public-cta p{margin:0;color:#cde8d6}.public-footer{background:#0b2c1a;color:#d5e5d9;padding:35px 6vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.public-footer p{color:#9fbeaa}.public-form{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px;box-shadow:var(--shadow)}.checkout-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.checkout-head h1{margin:8px 0 0}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px}.cart-list{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px}.cart-list article{display:grid;grid-template-columns:70px 1fr 80px 100px;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1ee}.cart-list img{width:70px;height:70px;object-fit:contain;border-radius:10px;background:#f5f5f2}.cart-list h3{margin:0 0 5px}.cart-list span{color:var(--muted)}.cart-list input{width:70px;border:1px solid #cbd6ce;border-radius:9px;padding:9px}.order-summary{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;height:max-content}.order-summary.sticky{position:sticky;top:90px}.order-summary h3{margin-top:0}.order-summary>div{display:flex;justify-content:space-between;gap:15px;padding:9px 0}.order-summary>small{display:block;color:var(--muted);margin-top:12px;line-height:1.45}.summary-item{font-size:12px}.checkout-form{background:#fff;border:1px solid var(--line);border-radius:17px;padding:23px}.checkout-form h3{margin:0 0 17px}.checkout-form h3:not(:first-child){margin-top:25px}.payment-options{display:grid;gap:9px;margin-bottom:16px}.payment-options label{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:11px;padding:12px}.payment-options input{width:auto;margin-top:3px}.payment-options b,.payment-options small{display:block}.payment-options small{color:var(--muted);margin-top:3px}.success-card{text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:var(--shadow)}.success-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#e4f6e9;color:#118146;font-size:40px;margin:0 auto 14px}.success-card h1{margin:8px 0}.order-code{display:inline-block;padding:12px 18px;background:#f0f5f1;border:1px dashed #9db5a4;border-radius:10px;font-size:20px;font-weight:900}.success-total{margin:20px auto;padding:15px;border-radius:12px;background:#fff7e7;max-width:360px}.success-total span,.success-total strong{display:block}.success-total strong{font-size:28px;color:#a25800}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin-bottom:18px}.track-form input{border:1px solid #cbd6ce;border-radius:10px;padding:11px}.tracking-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px;box-shadow:var(--shadow)}.tracking-top{display:flex;justify-content:space-between;align-items:flex-start}.tracking-top h2{margin:4px 0}.tracking-top>strong{font-size:26px}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.status-grid article{background:#f6f9f7;border-radius:11px;padding:12px}.status-grid span,.status-grid b{display:block}.status-grid span{color:var(--muted);font-size:10px;margin-bottom:6px}.tracking-address{border-top:1px solid var(--line);padding-top:15px;margin-bottom:16px}.payment-instructions{background:#f1f7f3;border:1px solid #d7e6dc;border-radius:14px;padding:16px;margin-bottom:16px}.payment-instructions h3{margin-top:0}.store-link[aria-disabled=true]{display:none}@media(max-width:1180px){.payment-cards,.withdrawal-grid,.tenant-grid,.asset-grid,.voucher-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid.admin{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.health-grid{grid-template-columns:repeat(2,1fr)}.store-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:translateX(0)}.app-shell{margin-left:0}.menu-button{display:block}.topbar{padding:0 16px}.topbar>div:nth-child(2){flex:1;margin-left:12px}.store-link{display:none}.content{padding:18px 14px}.dashboard-grid,.editor-layout,.order-layout,.checkout-grid{grid-template-columns:1fr}.editor-side .sticky,.order-layout .sticky,.order-summary.sticky{position:static}.auth-layout{grid-template-columns:1fr}.auth-art{display:none}.mobile-brand{display:block}.store-hero{grid-template-columns:1fr;padding-top:45px}.store-hero-copy h1{font-size:40px}.store-hero-media img{height:360px}.store-meta{margin:0;border-radius:0;grid-template-columns:repeat(2,1fr)}.store-meta article:nth-child(2){border-right:0}.public-nav nav>a:not(.btn){display:none}.public-cta{flex-direction:column;align-items:flex-start}.public-footer{grid-template-columns:1fr}.status-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.stats-grid,.stats-grid.two,.payment-cards,.withdrawal-grid,.tenant-grid,.asset-grid,.voucher-grid,.pricing-grid,.pricing-grid.admin,.health-grid,.store-products{grid-template-columns:1fr}.form-grid,.level-price-grid{grid-template-columns:1fr}.full{grid-column:auto}.top-actions .user-chip div{display:none}.app-footer{flex-direction:column;gap:4px}.toolbar{align-items:stretch;flex-direction:column}.toolbar>div{display:flex;gap:8px}.search-form{display:grid;grid-template-columns:1fr}.search-form input,.search-form select{width:100%;min-width:0}.profile-summary{grid-template-columns:1fr}.profile-summary>div,.profile-summary>div:nth-child(odd){border-right:0}.profile-summary>div.full{grid-column:auto}.agent-store-banner,.wallet-hero,.backup-hero,.subscription-current{align-items:flex-start;flex-direction:column}.agent-store-banner>div:last-child{width:100%;flex-direction:column}.order-header-card{align-items:flex-start;flex-direction:column}.order-header-card>div:last-child{text-align:left}.payment-meta{grid-template-columns:1fr}.voucher-card{grid-template-columns:1fr}.voucher-main{border-right:0;border-bottom:2px dashed #dce6df}.auth-panel{padding:18px}.auth-card{padding:23px}.signup-card{padding:20px}.store-hero{padding:35px 22px}.store-hero-copy h1{font-size:34px}.store-hero-media img{height:310px}.store-meta{grid-template-columns:1fr}.store-meta article{border-right:0;border-bottom:1px solid var(--line)}.public-section{padding:50px 18px}.section-heading h1,.section-heading h2{font-size:29px}.product-image{height:260px}.public-cta{margin:10px 18px 50px;padding:27px 23px}.checkout-head{align-items:flex-start;flex-direction:column;gap:10px}.cart-list article{grid-template-columns:55px 1fr}.cart-list article input,.cart-list article>strong{grid-column:2}.track-form{grid-template-columns:1fr}.status-grid{grid-template-columns:1fr}.public-nav{padding:0 15px}.public-brand small{display:none}}

/* ===== SayaJual public landing page v2.0.1 ===== */
.sj-home-body{background:#fff;color:#16271d;font-size:15px;overflow-x:hidden}.sj-home-body h1,.sj-home-body h2,.sj-home-body h3,.sj-home-body p{margin-top:0}.sj-home-body svg{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em}.sj-home-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sj-home-nav{height:78px;position:fixed;inset:0 0 auto;z-index:1000;display:flex;align-items:center;padding:0 max(22px,calc((100vw - 1180px)/2));gap:34px;background:rgba(255,255,255,.93);border-bottom:1px solid rgba(218,230,221,.7);backdrop-filter:blur(18px);transition:.2s}.sj-home-nav.scrolled{height:68px;box-shadow:0 12px 38px rgba(14,55,31,.08)}.sj-home-logo{display:flex;align-items:center;gap:10px;color:#123c24!important;flex:0 0 auto}.sj-home-logo-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ff9c28,#f16d09);display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:0 8px 20px rgba(231,112,9,.25)}.sj-home-logo-word{font-size:22px;font-weight:900;line-height:1}.sj-home-logo-word b{color:#f17c0a}.sj-home-logo-word small{font-size:8px;letter-spacing:.09em;text-transform:uppercase;color:#6f7f75;display:block;margin-top:5px}.sj-home-links{display:flex;align-items:center;gap:24px;margin-left:auto}.sj-home-links a{font-size:13px;color:#395044;font-weight:700}.sj-home-links a:hover{color:#168346}.sj-home-actions{display:flex;align-items:center;gap:12px}.sj-home-login{font-weight:800;color:#174f2d}.sj-home-cta-small{padding:10px 15px;border-radius:10px}.sj-home-menu{display:none;border:0;background:#edf5ef;color:#164b2c;width:40px;height:40px;border-radius:11px;font-size:21px}.sj-home-hero{min-height:760px;padding:150px 0 82px;position:relative;overflow:hidden;background:linear-gradient(118deg,#f8fbf8 0%,#f4faf5 47%,#fff8ec 100%)}.sj-home-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#1f7e4820 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(90deg,#000,transparent 60%)}.sj-home-hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.sj-home-hero-glow.one{width:470px;height:470px;background:#dff3e4;right:-150px;top:70px}.sj-home-hero-glow.two{width:300px;height:300px;background:#ffe9c5;right:28%;bottom:-180px}.sj-home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:64px}.sj-home-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid #cfe4d5;background:#fff;border-radius:999px;font-size:11px;font-weight:850;letter-spacing:.04em;color:#245e38;box-shadow:0 8px 25px #164e2b0a}.sj-home-eyebrow span{width:8px;height:8px;border-radius:50%;background:#ff8d18;box-shadow:0 0 0 4px #fff1df}.sj-home-hero-copy h1{font-size:64px;line-height:.99;letter-spacing:-.055em;margin:22px 0 24px;max-width:650px}.sj-home-hero-copy h1 em{font-style:normal;color:#168346}.sj-home-hero-copy p{font-size:18px;line-height:1.72;color:#596c60;max-width:620px}.sj-home-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:30px 0 24px}.sj-home-primary-btn{padding:15px 21px;border-radius:13px;font-size:15px;background:linear-gradient(135deg,#168346,#0e5c31);box-shadow:0 14px 28px rgba(20,113,60,.24)}.sj-home-demo-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 17px;color:#244f35;font-weight:800;border-radius:13px;background:#fff;border:1px solid #d8e6dc;box-shadow:0 8px 25px #183a230b}.sj-home-demo-btn svg{width:21px;height:21px;color:#f18414}.sj-home-trust{display:flex;gap:18px;flex-wrap:wrap;color:#53685a;font-size:12px;font-weight:700}.sj-home-trust span{display:flex;align-items:center;gap:5px}.sj-home-trust svg{color:#178548}.sj-home-visual{min-height:540px;position:relative}.sj-home-dashboard-card{position:absolute;width:94%;right:0;top:20px;border:1px solid #dce7df;border-radius:24px;background:#fff;box-shadow:0 35px 80px rgba(13,69,36,.17);overflow:hidden;transform:perspective(1200px) rotateY(-3deg) rotateX(1.5deg)}.sj-home-dash-top{height:54px;background:#fbfcfb;border-bottom:1px solid #e8eee9;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.sj-home-mini-brand{display:flex;align-items:center;gap:7px}.sj-home-mini-brand>span{width:26px;height:26px;border-radius:8px;background:#ff8d19;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}.sj-home-mini-brand b{font-size:12px}.sj-home-mini-brand i{font-style:normal;color:#ef7d0b}.sj-home-dots{display:flex;gap:5px}.sj-home-dots i{width:7px;height:7px;border-radius:50%;background:#d9e2dc}.sj-home-dash-body{display:grid;grid-template-columns:118px 1fr;min-height:410px}.sj-home-dash-body aside{background:#0e3f25;color:#cde2d4;padding:24px 14px;display:flex;flex-direction:column;gap:17px;font-size:9px}.sj-home-dash-body aside b{background:#ffffff13;color:#fff;padding:9px;border-radius:7px}.sj-home-dash-main{padding:22px;background:#f5f8f5}.sj-home-dash-title{display:flex;justify-content:space-between;align-items:start}.sj-home-dash-title small,.sj-home-dash-title strong{display:block}.sj-home-dash-title small{font-size:8px;color:#839087;margin-bottom:4px}.sj-home-dash-title strong{font-size:15px}.sj-home-dash-title>span{font-size:8px;padding:5px 7px;background:#e3f6e9;color:#157b40;border-radius:99px}.sj-home-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.sj-home-kpis article{background:#fff;border:1px solid #e3ebe5;border-radius:11px;padding:12px}.sj-home-kpis small,.sj-home-kpis b,.sj-home-kpis em{display:block}.sj-home-kpis small{font-size:8px;color:#7a8980}.sj-home-kpis b{font-size:16px;margin:5px 0}.sj-home-kpis em{font-style:normal;color:#18834a;font-size:8px}.sj-home-chart{height:190px;padding:13px;background:#fff;border:1px solid #e3ebe5;border-radius:12px}.sj-home-chart-head{display:flex;justify-content:space-between;align-items:center}.sj-home-chart-head b{font-size:10px}.sj-home-chart-head small{color:#89968e;font-size:8px}.sj-home-chart svg{width:100%;height:135px;margin-top:8px}.sj-home-product-card{position:absolute;z-index:4;left:-22px;bottom:4px;width:242px;background:#fff;border:1px solid #dfe9e2;border-radius:17px;padding:11px;display:grid;grid-template-columns:70px 1fr;align-items:center;gap:10px;box-shadow:0 25px 48px rgba(23,58,35,.18)}.sj-home-product-photo{width:70px;height:76px;border-radius:11px;overflow:hidden;background:#f2f3f0}.sj-home-product-photo img{width:100%;height:100%;object-fit:cover}.sj-home-product-card small,.sj-home-product-card b,.sj-home-product-card span{display:block}.sj-home-product-card small{font-size:7px;color:#f17d0b;font-weight:850}.sj-home-product-card b{font-size:12px;margin:3px 0}.sj-home-product-card span{font-size:17px;font-weight:950;color:#156c3a}.sj-home-product-card>i{grid-column:1/-1;background:#edf8f0;color:#1a7843;font-size:8px;font-style:normal;font-weight:800;border-radius:7px;padding:6px 9px}.sj-home-floating-note{position:absolute;z-index:5;right:-20px;top:5px;background:#fff;border:1px solid #dce8df;border-radius:14px;padding:11px 14px;display:flex;align-items:center;gap:9px;box-shadow:0 18px 38px rgba(18,60,34,.15)}.sj-home-floating-note>span{width:38px;height:38px;border-radius:11px;background:#eaf7ed;color:#168346;display:grid;place-items:center}.sj-home-floating-note small,.sj-home-floating-note b{display:block}.sj-home-floating-note small{font-size:8px;color:#78877e}.sj-home-floating-note b{font-size:12px;color:#15713d;margin-top:2px}.sj-home-role-strip{background:#0c3d24;color:#fff}.sj-home-role-strip .sj-home-container{min-height:88px;display:flex;align-items:center;gap:38px}.sj-home-role-strip span{font-size:11px;color:#a8cdb6;text-transform:uppercase;letter-spacing:.12em}.sj-home-role-strip div div{display:flex;gap:42px;align-items:center;flex-wrap:wrap}.sj-home-role-strip b{font-size:12px;letter-spacing:.06em}.sj-home-section{padding:100px 0}.sj-home-heading{max-width:720px;margin:0 auto 46px;text-align:center}.sj-home-heading.left{text-align:left;margin:0 0 42px}.sj-home-heading>span,.sj-home-showcase-copy>span,.sj-home-final-cta span,.sj-home-security-title small{color:#e67808;font-size:10px;font-weight:900;letter-spacing:.13em}.sj-home-heading h2{font-size:45px;line-height:1.08;letter-spacing:-.035em;margin:12px 0 17px}.sj-home-heading p{font-size:16px;line-height:1.7;color:#68786e}.sj-home-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sj-home-feature-card{border:1px solid #e0e9e2;border-radius:20px;padding:25px;background:#fff;box-shadow:0 12px 34px rgba(19,64,36,.045);transition:.2s}.sj-home-feature-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(19,64,36,.1);border-color:#c5dfcd}.sj-home-icon{width:48px;height:48px;border-radius:14px;background:#eaf6ed;color:#167c43;display:grid;place-items:center}.sj-home-icon svg{width:23px;height:23px}.sj-home-feature-card:nth-child(2n) .sj-home-icon{background:#fff1e1;color:#e87508}.sj-home-feature-card h3{font-size:19px;margin:19px 0 10px}.sj-home-feature-card p{color:#6c7b72;line-height:1.65;min-height:74px}.sj-home-feature-card>span{display:flex;align-items:center;gap:7px;color:#1b6b3d;font-size:11px;font-weight:800}.sj-home-feature-card>span svg{margin-left:auto}.sj-home-how{background:#f3f7f4}.sj-home-how-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.sj-home-steps{display:grid;gap:18px}.sj-home-steps article{display:grid;grid-template-columns:48px 1fr;gap:15px}.sj-home-steps article>b{width:48px;height:48px;border-radius:14px;background:#fff;border:1px solid #dbe7de;color:#168246;display:grid;place-items:center;font-size:12px;box-shadow:0 10px 24px #153f250b}.sj-home-steps h3{font-size:16px;margin:2px 0 5px}.sj-home-steps p{color:#6b7a71;line-height:1.55;margin:0;font-size:13px}.sj-home-process-card{background:#0e3d25;color:#fff;border-radius:26px;padding:27px;box-shadow:0 28px 70px rgba(10,52,29,.22);position:relative;overflow:hidden}.sj-home-process-card:after{content:"";position:absolute;width:240px;height:240px;background:#2c9c5d;border-radius:50%;filter:blur(70px);opacity:.25;right:-80px;top:-80px}.sj-home-process-head{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;margin-bottom:24px}.sj-home-process-head span{color:#9bc8aa;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.sj-home-process-head b{font-size:12px;padding:7px 10px;border:1px solid #ffffff2e;border-radius:999px}.sj-home-process-line{position:relative;z-index:1;display:grid;gap:10px}.sj-home-process-line article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;background:#ffffff0d;border:1px solid #ffffff15;padding:11px;border-radius:13px}.sj-home-process-line i{width:38px;height:38px;background:#ffffff14;border-radius:11px;display:grid;place-items:center;font-style:normal;font-weight:900}.sj-home-process-line b,.sj-home-process-line small{display:block}.sj-home-process-line b{font-size:12px}.sj-home-process-line small{font-size:9px;color:#acd0b8;margin-top:3px}.sj-home-process-line span{font-size:7px;color:#b7d8c2;background:#ffffff12;border-radius:99px;padding:5px 7px}.sj-home-process-line article:nth-child(3) span{background:#fff1d52b;color:#ffd893}.sj-home-process-line article:nth-child(4) span{color:#a7bcae}.sj-home-process-summary{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.sj-home-process-summary div{background:#fff;color:#173b25;border-radius:11px;padding:12px}.sj-home-process-summary small,.sj-home-process-summary b{display:block}.sj-home-process-summary small{font-size:8px;color:#7d8b82}.sj-home-process-summary b{font-size:14px;margin-top:5px}.sj-home-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sj-home-module-card{border-radius:23px;padding:30px;min-height:465px;display:flex;flex-direction:column}.sj-home-module-card small{font-size:9px;letter-spacing:.12em;font-weight:900}.sj-home-module-card h3{font-size:28px;line-height:1.12;margin:15px 0 22px;letter-spacing:-.03em}.sj-home-module-card ul{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:12px}.sj-home-module-card li{position:relative;padding-left:23px}.sj-home-module-card li:before{content:"✓";position:absolute;left:0;font-weight:900}.sj-home-module-card>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-weight:850}.sj-home-module-card.dark{background:#0d3d24;color:#fff;box-shadow:0 24px 55px #0c4a2b24}.sj-home-module-card.dark small,.sj-home-module-card.dark a{color:#a9ddbb}.sj-home-module-card.dark li{color:#d5e8dc}.sj-home-module-card.orange{background:#f18412;color:#fff;box-shadow:0 24px 55px #dc6d1225}.sj-home-module-card.orange small,.sj-home-module-card.orange a{color:#fff7e9}.sj-home-module-card.orange li{color:#fff9ef}.sj-home-module-card.light{background:#f1f5f2;border:1px solid #dfe8e1}.sj-home-module-card.light small,.sj-home-module-card.light a{color:#176f3f}.sj-home-module-card.light li{color:#51645a}.sj-home-showcase{padding:95px 0;background:linear-gradient(120deg,#fff8ec,#f6fbf7)}.sj-home-showcase-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.sj-home-showcase-copy h2{font-size:42px;line-height:1.1;letter-spacing:-.035em;margin:13px 0 18px}.sj-home-showcase-copy p{color:#66766c;line-height:1.75;font-size:16px}.sj-home-showcase-copy>div{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px}.sj-home-text-link{font-weight:850;display:inline-flex;align-items:center;gap:7px}.sj-home-store-preview{background:#fff;border:1px solid #dfe8e1;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px rgba(25,65,38,.14)}.sj-home-browser{height:46px;background:#f1f4f2;display:flex;align-items:center;gap:6px;padding:0 15px}.sj-home-browser span{width:8px;height:8px;border-radius:50%;background:#cbd6ce}.sj-home-browser span:first-child{background:#ff8d7d}.sj-home-browser span:nth-child(2){background:#f7cc69}.sj-home-browser span:nth-child(3){background:#78c894}.sj-home-browser b{font-size:9px;color:#728078;background:#fff;border:1px solid #dee6e0;border-radius:6px;padding:6px 12px;margin-left:8px;flex:1}.sj-home-preview-hero{height:340px;padding:35px 42px;background:radial-gradient(circle at 78% 30%,#fbe4be,transparent 37%),linear-gradient(110deg,#f8f3e9,#fff 65%);display:grid;grid-template-columns:1fr 1fr;align-items:center}.sj-home-preview-hero small{font-size:9px;color:#e27508;font-weight:900;letter-spacing:.1em}.sj-home-preview-hero h3{font-size:35px;line-height:1.02;margin:13px 0 8px}.sj-home-preview-hero p{font-size:18px;color:#b2382c;font-weight:700}.sj-home-preview-hero b{font-size:27px;color:#146e3d}.sj-home-preview-hero img{width:100%;height:270px;object-fit:cover;border-radius:16px;box-shadow:0 18px 38px #5d2c162b}.sj-home-preview-bottom{display:grid;grid-template-columns:repeat(3,1fr);padding:17px;background:#fff}.sj-home-preview-bottom span{text-align:center;font-size:10px;font-weight:800;color:#365640}.sj-home-pricing{background:#fff}.sj-home-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.sj-home-price-card{position:relative;border:1px solid #dfe8e1;border-radius:21px;padding:25px;background:#fff;display:flex;flex-direction:column;box-shadow:0 12px 34px rgba(20,61,35,.04)}.sj-home-price-card.popular{border:2px solid #168246;transform:translateY(-10px);box-shadow:0 24px 55px rgba(22,130,70,.15)}.sj-home-popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#168246;color:#fff;border-radius:999px;padding:7px 13px;font-size:8px;font-weight:900;letter-spacing:.1em;white-space:nowrap}.sj-home-plan-head>small{font-size:9px;font-weight:900;color:#e67808;letter-spacing:.12em}.sj-home-plan-head h3{font-size:22px;margin:8px 0}.sj-home-plan-head p{color:#728078;font-size:12px;line-height:1.55;min-height:38px}.sj-home-price{display:flex;align-items:end;margin:21px 0;border-bottom:1px solid #e8eee9;padding-bottom:20px}.sj-home-price>span{font-size:14px;font-weight:900;margin:0 4px 9px 0}.sj-home-price>b{font-size:47px;line-height:.85;letter-spacing:-.05em}.sj-home-price>small{color:#7b8980;margin-left:5px}.sj-home-price-card ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px;flex:1}.sj-home-price-card li{display:flex;gap:8px;align-items:flex-start;color:#53655a;font-size:12px}.sj-home-price-card li svg{color:#168246;flex:0 0 auto}.sj-home-price-card .btn{width:100%}.sj-home-pricing-note{text-align:center;color:#7d8a82;font-size:11px;max-width:830px;margin:26px auto 0}.sj-home-security{background:#0e3b24;color:#fff;padding:75px 0}.sj-home-security-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.sj-home-security-title{display:flex;gap:18px}.sj-home-security-title>span{width:58px;height:58px;flex:0 0 auto;border-radius:17px;background:#ffffff10;display:grid;place-items:center;color:#72d293}.sj-home-security-title>span svg{width:28px;height:28px}.sj-home-security-title h2{font-size:32px;line-height:1.13;margin:9px 0}.sj-home-security-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sj-home-security-points article{background:#ffffff0b;border:1px solid #ffffff15;border-radius:14px;padding:16px}.sj-home-security-points b,.sj-home-security-points span{display:block}.sj-home-security-points b{font-size:13px}.sj-home-security-points span{font-size:10px;color:#a9cbb5;line-height:1.55;margin-top:5px}.sj-home-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px}.sj-home-support{display:inline-flex;align-items:center;gap:8px;font-weight:850}.sj-home-support svg{color:#e67808}.sj-home-faqs{display:grid;gap:10px}.sj-home-faqs details{border:1px solid #dfe8e1;border-radius:15px;background:#fff;padding:0 18px}.sj-home-faqs summary{cursor:pointer;font-weight:800;padding:18px 30px 18px 0;position:relative;list-style:none}.sj-home-faqs summary::-webkit-details-marker{display:none}.sj-home-faqs summary:after{content:"+";position:absolute;right:0;top:14px;font-size:23px;color:#168246}.sj-home-faqs details[open] summary:after{content:"−"}.sj-home-faqs details p{color:#66766c;line-height:1.65;font-size:13px;padding:0 20px 18px 0;margin:0}.sj-home-final-cta{padding:80px 0;background:linear-gradient(135deg,#0e4b2b,#168647);color:#fff;position:relative;overflow:hidden}.sj-home-final-cta:after{content:"";position:absolute;width:460px;height:460px;border:90px solid #ffffff08;border-radius:50%;right:-180px;top:-240px}.sj-home-final-cta .sj-home-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px}.sj-home-final-cta h2{font-size:40px;line-height:1.1;max-width:760px;margin:11px 0 13px}.sj-home-final-cta p{color:#c5e4cf;max-width:720px;line-height:1.6}.sj-home-final-cta .sj-home-container>div:last-child{display:flex;flex-direction:column;align-items:center;gap:13px;flex:0 0 auto}.sj-home-final-primary{background:#ff8b16;border-color:#ff8b16;padding:15px 20px;box-shadow:0 14px 30px #07391f4d}.sj-home-final-primary:hover{background:#f17b08;border-color:#f17b08}.sj-home-final-login{color:#fff!important;font-size:11px;font-weight:750}.sj-home-footer{background:#092c1a;color:#d4e5d9;padding:60px 0 0}.sj-home-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:45px}.sj-home-logo.footer{color:#fff!important;margin-bottom:18px}.sj-home-footer-grid>div:first-child p{color:#98b9a4;line-height:1.7;max-width:390px}.sj-home-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.sj-home-footer-grid>div:not(:first-child)>b{color:#fff;margin-bottom:5px}.sj-home-footer-grid a,.sj-home-footer-grid span{color:#9fbeaa;font-size:12px}.sj-home-footer-grid a:hover{color:#fff}.sj-home-footer-bottom{border-top:1px solid #ffffff12;padding:19px 0;display:flex;justify-content:space-between;color:#759581;font-size:10px}
@media(max-width:1100px){.sj-home-links{gap:14px}.sj-home-links a{font-size:12px}.sj-home-hero-copy h1{font-size:55px}.sj-home-hero-grid{gap:35px}.sj-home-feature-grid{grid-template-columns:repeat(2,1fr)}.sj-home-pricing-grid{grid-template-columns:repeat(2,1fr);gap:24px}.sj-home-price-card.popular{transform:none}.sj-home-module-card h3{font-size:24px}.sj-home-floating-note{right:0}.sj-home-showcase-grid{gap:40px}}
@media(max-width:900px){.sj-home-nav{padding:0 20px}.sj-home-menu{display:grid;place-items:center;margin-left:auto}.sj-home-links{display:none;position:absolute;top:70px;left:18px;right:18px;background:#fff;border:1px solid #dce7df;border-radius:16px;padding:13px;box-shadow:0 20px 55px #0c3b211f;flex-direction:column;align-items:stretch;gap:0}.sj-home-links.open{display:flex}.sj-home-links a{padding:12px 11px;border-bottom:1px solid #edf2ee}.sj-home-links a:last-child{border-bottom:0}.sj-home-actions .sj-home-login{display:none}.sj-home-hero{padding-top:125px}.sj-home-hero-grid,.sj-home-how-grid,.sj-home-showcase-grid,.sj-home-security-grid,.sj-home-faq-grid{grid-template-columns:1fr}.sj-home-hero-copy{text-align:center}.sj-home-hero-copy h1,.sj-home-hero-copy p{margin-left:auto;margin-right:auto}.sj-home-hero-actions,.sj-home-trust{justify-content:center}.sj-home-visual{min-height:520px;max-width:700px;width:100%;margin:15px auto 0}.sj-home-dashboard-card{width:92%;right:2%}.sj-home-product-card{left:0}.sj-home-role-strip .sj-home-container{flex-direction:column;justify-content:center;align-items:flex-start;padding:20px 0;gap:12px}.sj-home-role-strip div div{gap:22px}.sj-home-module-grid{grid-template-columns:1fr}.sj-home-module-card{min-height:auto}.sj-home-showcase-copy{text-align:center}.sj-home-showcase-copy>div{justify-content:center}.sj-home-store-preview{max-width:700px;margin:auto}.sj-home-security-title{max-width:700px}.sj-home-faq-grid{gap:25px}.sj-home-heading.left{text-align:center;margin-inline:auto}.sj-home-support{justify-content:center;display:flex}.sj-home-final-cta .sj-home-container{flex-direction:column;text-align:center}.sj-home-final-cta .sj-home-container>div:last-child{width:100%}.sj-home-footer-grid{grid-template-columns:2fr 1fr 1fr;gap:35px}.sj-home-footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:650px){.sj-home-container{width:min(100% - 28px,1180px)}.sj-home-nav{height:68px}.sj-home-logo-word{font-size:19px}.sj-home-logo-mark{width:39px;height:39px}.sj-home-actions .btn{display:none}.sj-home-hero{min-height:auto;padding:112px 0 65px}.sj-home-eyebrow{font-size:9px}.sj-home-hero-copy h1{font-size:43px;line-height:1.01}.sj-home-hero-copy p{font-size:15px}.sj-home-hero-actions{flex-direction:column;align-items:stretch}.sj-home-primary-btn,.sj-home-demo-btn{justify-content:center;width:100%}.sj-home-trust{gap:9px;flex-direction:column;align-items:center}.sj-home-visual{min-height:430px;margin-top:25px}.sj-home-dashboard-card{width:100%;right:0;transform:none}.sj-home-dash-body{grid-template-columns:72px 1fr;min-height:330px}.sj-home-dash-body aside{padding:16px 8px;gap:13px;font-size:7px}.sj-home-dash-main{padding:14px}.sj-home-kpis{gap:5px}.sj-home-kpis article{padding:8px}.sj-home-kpis b{font-size:11px}.sj-home-kpis article:last-child{display:none}.sj-home-kpis{grid-template-columns:1fr 1fr}.sj-home-chart{height:150px}.sj-home-chart svg{height:100px}.sj-home-product-card{width:190px;grid-template-columns:54px 1fr;bottom:-4px}.sj-home-product-photo{width:54px;height:58px}.sj-home-product-card span{font-size:14px}.sj-home-floating-note{top:-8px;right:-2px}.sj-home-section{padding:72px 0}.sj-home-heading{margin-bottom:32px}.sj-home-heading h2{font-size:34px}.sj-home-feature-grid,.sj-home-pricing-grid,.sj-home-security-points{grid-template-columns:1fr}.sj-home-feature-card p{min-height:auto}.sj-home-how-grid{gap:45px}.sj-home-process-card{padding:18px}.sj-home-process-line article{grid-template-columns:32px 1fr}.sj-home-process-line article>span{display:none}.sj-home-process-line i{width:32px;height:32px}.sj-home-process-summary{grid-template-columns:1fr}.sj-home-module-card{padding:24px}.sj-home-module-card h3{font-size:27px}.sj-home-showcase{padding:70px 0}.sj-home-showcase-copy h2{font-size:34px}.sj-home-preview-hero{height:auto;grid-template-columns:1fr;padding:26px;text-align:center}.sj-home-preview-hero img{height:220px;margin-top:18px}.sj-home-preview-bottom{grid-template-columns:1fr;gap:8px}.sj-home-price-card.popular{margin-top:10px}.sj-home-security{padding:60px 0}.sj-home-security-title{flex-direction:column;text-align:center;align-items:center}.sj-home-security-title h2{font-size:29px}.sj-home-final-cta h2{font-size:32px}.sj-home-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.sj-home-footer-grid>div:first-child{grid-column:1/-1}.sj-home-footer-grid>div:last-child{grid-column:auto}.sj-home-footer-bottom{flex-direction:column;gap:5px;text-align:center}.sj-home-role-strip div div{gap:14px}.sj-home-role-strip b{font-size:9px}}
