@charset "UTF-8";
:root{--bg:#f7f8f5;--paper:#fff;--ink:#172e26;--muted:#66776d;--line:#dfe5de;--green:#12634c;--green-soft:#e1eee4;--orange:#d57248;--side:#132b23;--radius:18px;color-scheme:light;font:16px/1.6 'Segoe UI','Arial',sans-serif}html[data-theme=night]{--bg:#0b1712;--paper:#12221b;--ink:#edf5ef;--muted:#abc0b0;--line:#2b4032;--green:#8ee1b8;--green-soft:#183d2b;--side:#08120d;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}button,a,input,select,textarea{touch-action:manipulation;outline-offset:4px}a{color:inherit;text-decoration:none}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 20px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:var(--paper);font-size:14px;font-weight:650;cursor:pointer}button:hover,.button:hover{filter:brightness(.97);border-color:var(--green)}button:disabled,.disabled{opacity:.45;cursor:default;pointer-events:none}.primary{background:var(--green);border-color:var(--green);color:var(--paper)}html[data-theme=night] .primary{color:#0b2619}.compact{padding:8px 13px;min-height:36px;font-size:13px}.wide{width:100%}svg{width:22px;height:22px;flex:none}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.2;letter-spacing:-1px;margin-bottom:12px}h2{font-size:23px;line-height:1.3;letter-spacing:-.4px}h3{font-size:18px;line-height:1.4}p{color:var(--muted)}small{display:block;color:var(--muted);font-size:12px}img{max-width:100%;display:block;object-fit:cover}em{font-style:normal;color:var(--green)}.top{height:86px;background:var(--paper);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(4vw,22px);border-bottom:1px solid var(--line)}.brand{font-size:24px;font-weight:800;letter-spacing:-.6px;display:flex;gap:10px;align-items:center;white-space:nowrap}.brand-icon{width:41px;height:42px;border-radius:12px;background:var(--green);color:var(--paper);display:grid;place-items:center}.top nav,.top-actions{display:flex;gap:22px;align-items:center}.top nav{font-size:14px;font-weight:600}.top-actions{gap:10px}.icon-button{padding:9px;width:43px;min-height:43px;border-radius:11px}.main{max-width:1340px;margin:auto;padding:48px 4vw 64px}.main>section+section{margin-top:64px}.hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:7%;padding:22px 0 50px}.hero-copy h1{font-size:clamp(42px,4.5vw,68px);line-height:1.06;letter-spacing:-2px;margin-bottom:28px}.hero-copy p{font-size:18px;max-width:470px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 22px}.hero-note{font-size:13px;color:var(--muted)}.hero-visual{position:relative;height:560px;border-radius:30px;background:#dce5d9}.hero-visual>img{height:100%;width:100%;border-radius:30px}.floating-product{position:absolute;bottom:24px;left:-30px;right:35px;background:var(--paper);border:1px solid var(--line);box-shadow:0 20px 60px #1122181a;border-radius:20px;padding:25px}.floating-product strong{display:block;font-size:30px;letter-spacing:-1px;margin:8px 0}.floating-product p{font-size:14px;margin-bottom:13px}.pill{display:inline-block;color:var(--green);font-size:10px;font-weight:800;letter-spacing:1px;background:var(--green-soft);border-radius:6px;padding:4px 8px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;border-block:1px solid var(--line);padding:35px 0}.features h3{display:flex;align-items:center;gap:11px}.features p{font-size:14px;margin-bottom:0}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading p{margin-bottom:0;font-size:15px;max-width:700px}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plan{padding:28px 22px;border:1px solid var(--line);border-radius:16px;background:var(--paper);display:flex;flex-direction:column}.plan>span{font-weight:800;font-size:22px}.plan h2{font-size:27px;margin:20px 0 18px}.plan h2 small{display:inline;font-size:12px}.plan p{font-size:13px}.plan ul{padding-left:18px;font-size:13px;color:var(--muted);margin:5px 0 25px;flex:1}.plan li{margin:9px 0}.plan.featured{border:2px solid var(--green)}.muted{color:var(--muted);font-size:13px}.plan-grid+.muted{margin-top:20px}.footer{border-top:1px solid var(--line);background:var(--paper);padding:35px 6vw;display:grid;grid-template-columns:2fr 1fr;gap:20px}.footer strong{font-size:24px}.footer p{font-size:13px}.footer a{display:block;font-size:13px;margin-bottom:8px}.footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-bottom:20px}.reading{max-width:860px;margin:0 auto}.reading h2:not(:first-child){margin-top:35px}.prewrap{white-space:pre-wrap}.center{text-align:center}.auth{max-width:490px;margin:25px auto}.auth form{display:grid;gap:5px}.auth-separator{display:flex;align-items:center;justify-content:center;margin:18px;color:var(--muted);font-size:12px}.auth>small{margin:8px 0}.auth>p{text-align:center;font-size:13px;margin-top:18px}.field{display:block;font-size:13px;font-weight:600;margin-bottom:17px}.field input,.field select,.field textarea,input.search{width:100%;margin-top:6px;padding:11px 13px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:var(--bg);font-weight:400;min-height:45px}.field textarea{resize:vertical;line-height:1.6}.field input[type=color]{height:50px;padding:5px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.choice-list{display:grid;gap:10px;margin-bottom:20px}.choice-list label,.check-line{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:14px}input[type=checkbox]{width:18px;height:18px;accent-color:var(--green)}.section-row{display:flex;gap:6px;padding:9px;border:1px solid var(--line);border-radius:9px;margin-bottom:8px}.section-row label{flex:1;display:flex;align-items:center;gap:9px}.section-row button{padding:3px 12px;min-height:32px}.button-row{display:flex;gap:10px;flex-wrap:wrap}.notice{background:var(--green-soft);border-radius:15px;padding:22px}.notice p{margin:8px 0 0;font-size:14px}.workspace{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.side{position:sticky;top:0;height:100vh;background:var(--side);color:#e6efe9;padding:28px 20px;display:flex;flex-direction:column}.side .brand{font-size:22px}.side-caption{font-size:10px;letter-spacing:1.8px;color:#9bbbaa;margin:35px 0 10px}.side select{font-size:12px;background:#203b2e;color:#e7f3eb;border:1px solid #375341;padding:10px;width:100%;border-radius:9px}.side nav{display:grid;gap:5px;margin-top:25px}.side nav a{display:flex;gap:12px;align-items:center;font-size:13px;color:#bacec0;padding:12px;border-radius:9px}.side nav a.selected,.side nav a:hover{background:#284c39;color:#c7f2d5}.side nav svg{width:19px;height:19px}.side-bottom{margin-top:auto;display:grid;gap:14px;font-size:13px}.side-bottom>a{display:flex;align-items:center;gap:10px}.side-bottom small{color:#9bbbaa}.link-button{background:transparent;border:none;color:inherit;padding:0;justify-content:flex-start;min-height:25px;font-size:13px}.workspace-top{height:76px;padding:0 36px;display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);background:var(--paper);font-size:14px;font-weight:600}.workspace-top>div{display:flex;gap:10px}.workspace-top>[data-menu-toggle]{display:none}.dash-main{padding:38px;max-width:1440px;margin:auto}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:28px}.stats article{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:15px}.stats span{font-size:12px;color:var(--muted)}.stats strong{display:block;font-size:28px;line-height:1.5;letter-spacing:-1px}.stats small{font-size:11px}.two-panels{display:grid;grid-template-columns:1.1fr 1fr;gap:22px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}th{font-size:11px;letter-spacing:.5px;color:var(--muted);padding:12px 9px;border-bottom:1px solid var(--line)}td{padding:15px 9px;border-bottom:1px solid var(--line)}td small{font-size:11px;margin:4px 0}tr:last-child td{border-bottom:none}.product-cell{display:flex;align-items:center;gap:12px;min-width:190px}.product-cell img{width:46px;height:48px;border-radius:8px}.badge{display:inline-block;background:var(--green-soft);color:var(--green);border-radius:7px;font-size:11px;padding:5px 9px;white-space:nowrap}.badge.pending,.badge.draft{background:#f9edcb;color:#77581b}.badge.review,.badge.expired,.badge.suspended,.badge.cancelled{background:#f8e0e0;color:#912f35}.badge.archived{background:#e9edeb;color:#56645c}.search{margin:0 0 20px!important;max-width:480px}.empty{padding:55px 20px;text-align:center;color:var(--muted)}.room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.room-top{display:flex;justify-content:space-between;margin-bottom:20px;color:var(--green)}.pin-list{display:grid;gap:9px;margin:23px 0}.pin-button{justify-content:flex-start;font-size:13px;padding:10px}.pin-button img{width:42px;height:44px;border-radius:7px}.pin-button span{flex:1;text-align:left}.pin-button strong{font-size:11px;color:var(--green)}.pin-button.active{border-color:var(--green);background:var(--green-soft)}.audit{max-height:300px;overflow:auto}.audit p{padding:9px 0;border-bottom:1px solid var(--line);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:15px;overflow:hidden}.product-card>div{padding:18px}.product-card h3{font-size:17px;margin:6px 0 17px}.product-card p{font-size:13px}.product-photo{display:block;width:100%;padding:0;border:0;border-radius:0}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-card>a>img{aspect-ratio:1.4/1}.image-empty{min-height:180px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.image-empty svg{width:50px;height:50px}.category{font-size:11px;color:var(--muted)}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-bottom strong{font-size:16px}.shop-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;align-items:center;padding-bottom:40px}.shop-hero .page-heading{display:block}.shop-hero h1{font-size:44px;max-width:500px}.shop-hero p{font-size:17px;margin:20px 0}.shop-hero .button,.shop-hero button{margin-top:15px}.shop-hero>img{width:100%;height:400px;border-radius:22px}.shop-links{display:flex;flex-wrap:wrap;gap:22px;margin:25px 0;justify-content:center;font-size:13px}.shop-about{max-width:880px;margin:50px auto}.live-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:26px}.video-panel{min-width:0}.video-panel iframe{width:100%;height:auto;aspect-ratio:16/10;display:block;border:0;background:#102a1d;border-radius:20px}.social-stage{position:relative;background:#14291c;min-height:460px;border-radius:22px;overflow:hidden;color:white}.social-stage>img{position:absolute;inset:0;width:100%;height:100%;opacity:.45}.social-stage>div{position:relative;padding:45px;min-height:460px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;background:linear-gradient(0deg,#051d15b8,transparent)}.social-stage h2{font-size:35px;max-width:450px}.social-stage p{color:#e2eae4}.video-note{display:flex;gap:14px;padding:18px 0;align-items:flex-start}.video-note p{font-size:12px}.live-products{border:1px solid var(--line);border-radius:20px;background:var(--paper);padding:22px}.live-products h2{font-size:19px}.live-product{display:flex;gap:13px;margin:15px 0;padding:12px;border:1px solid var(--line);border-radius:12px}.live-product>img{width:95px;height:118px;border-radius:9px}.live-product h3{font-size:15px;margin:7px 0}.live-product strong{display:block;font-size:14px;margin:5px 0 9px}.live-product .pill{font-size:9px;letter-spacing:.4px}.live-product.pinned{border:2px solid var(--green)}.product-detail{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}.product-detail>img{border-radius:13px;width:100%}.cart-line{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--line);padding:18px 0;font-size:14px}.cart-line>div,.cart-line>span{flex:1}.cart-line small{margin-top:4px}.payment{text-align:center}.payment h2{font-size:30px}.payment p{font-size:14px}.qr{max-width:240px;width:75%;aspect-ratio:1;margin:22px auto;object-fit:contain;border:1px solid var(--line);border-radius:14px;padding:9px;background:white}.dark-button{background:#17171a;color:white;border:0;border-radius:100px}.bank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.bank-grid a{min-height:60px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;padding:12px;font-size:12px}.bank-grid img{max-width:42px;height:32px;object-fit:contain}.payment small{border-top:1px solid var(--line);padding-top:18px}.demo-banner{background:#f3eaca;color:#584418;padding:9px 4vw;font-size:12px;display:flex;justify-content:space-between;gap:20px}.demo-banner a{text-decoration:underline;white-space:nowrap}.demo-banner+.workspace .side{top:0}.demo-banner span{max-width:1000px}dialog{width:min(700px,94vw);max-height:88vh;overflow:auto;border:1px solid var(--line);border-radius:23px;background:var(--paper);color:var(--ink);padding:0;box-shadow:0 30px 120px #0003}dialog::backdrop{background:#0b1712a6;backdrop-filter:blur(4px)}.dialog-head{position:sticky;top:0;background:var(--paper);display:flex;justify-content:space-between;align-items:center;padding:18px 23px;border-bottom:1px solid var(--line);gap:15px;z-index:1}.dialog-head h2{font-size:21px;margin:0}.dialog-body{padding:25px}.dialog-body pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:90vw;padding:15px 23px;border-radius:12px;background:#144432;color:#fff;box-shadow:0 8px 30px #0003;z-index:10;font-size:14px}#toast[data-error=true]{background:#8b2936}.loading{padding:90px;text-align:center}.button-row>*{max-width:100%}
@media(max-width:1150px){.top nav{gap:15px}.top{padding:0 25px}.plan-grid{grid-template-columns:repeat(2,1fr)}.dash-main{padding:26px}.stats{grid-template-columns:repeat(2,1fr)}.two-panels{grid-template-columns:1fr}.hero-visual{height:490px}.product-grid{grid-template-columns:repeat(3,1fr)}.top-actions .compact{font-size:12px}.workspace{grid-template-columns:220px 1fr}.side{padding:25px 15px}.live-layout{grid-template-columns:minmax(0,1.3fr) minmax(290px,1fr)}}
@media(max-width:850px){.top nav{display:none}.hero{gap:35px}.hero-copy h1{font-size:43px}.hero-copy p{font-size:16px}.hero-visual{height:440px}.floating-product{left:-20px;right:15px;padding:20px}.floating-product strong{font-size:24px}.workspace{display:block}.side{display:none;position:fixed;left:0;top:0;bottom:0;width:265px;z-index:7;box-shadow:5px 0 30px #0005}.side.shown{display:flex}.workspace-top>[data-menu-toggle]{display:inline-flex;z-index:8}.workspace-top{padding:0 20px}.workspace-top>span{margin-right:auto;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.features{gap:20px}.room-grid{grid-template-columns:1fr}.shop-hero{gap:25px}.shop-hero h1{font-size:34px}.shop-hero>img{height:320px}.form-grid{grid-template-columns:1fr}}
@media(max-width:600px){.top{height:auto;min-height:80px;padding:17px 16px;flex-wrap:wrap;gap:12px}.brand{font-size:21px}.brand-icon{width:34px;height:34px}.top-actions{margin-left:auto;gap:7px}.top-actions>.compact:last-child{display:none}.main{padding:25px 17px 40px}.main>section+section{margin-top:36px}.hero{grid-template-columns:1fr;padding-top:12px;gap:30px}.hero-copy h1{font-size:48px}.hero-visual{height:400px}.floating-product{left:15px;right:15px;bottom:15px;padding:20px}.hero-actions{margin:24px 0 16px}.hero-note{font-size:11px}.features{grid-template-columns:1fr;gap:24px;padding:28px 0}.features h3{margin-bottom:10px}.plan-grid{grid-template-columns:1fr}.page-heading{align-items:flex-start;flex-wrap:wrap}.page-heading h1{font-size:27px}.page-heading p{font-size:13px}.panel{padding:20px}.footer{padding:26px 20px;grid-template-columns:1fr}.dash-main{padding:24px 15px}.workspace-top{padding:0 15px;height:68px}.stats{gap:10px}.stats article{padding:17px 13px}.stats strong{font-size:23px}.stats span{font-size:11px}.workspace-top .button{font-size:12px;padding:8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card>div{padding:13px}.product-card h3{font-size:15px;margin-bottom:12px}.product-bottom{align-items:flex-start;gap:4px;flex-direction:column}.product-bottom strong{font-size:14px}.product-card .icon-button{width:35px;min-height:35px;padding:6px}.shop-hero{grid-template-columns:1fr;gap:15px}.shop-hero>img{height:270px}.shop-hero h1{font-size:35px}.live-layout{display:flex;flex-direction:column;gap:15px}.social-stage,.social-stage>div{min-height:290px}.social-stage>div{padding:23px}.social-stage h2{font-size:27px}.social-stage p{font-size:13px}.live-products{padding:17px}.live-product>img{width:90px;height:105px}.video-note{padding:15px 0 0}.live-title .page-heading{margin-bottom:17px}.product-detail{grid-template-columns:1fr}.product-detail>img{max-height:200px;object-fit:contain}.dialog-body{padding:20px}dialog{max-height:91vh}.choice-list{max-height:260px;overflow:auto}.demo-banner{padding:8px 15px;font-size:10px}.demo-banner a{max-width:60px;white-space:normal}.button-row{gap:7px}.table-wrap{padding:10px}table{font-size:12px}.loading{padding:60px 20px}.auth{margin:15px auto}.header-controls{max-width:100%}input,select,textarea{font-size:16px!important}.shop-links{gap:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
