@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{color:#17312e;--green:#0c5b55;--teal:#16a196;--ink:#17312e;--muted:#6e7d7a;--line:#dce5e2;background:#f4f7f5;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{min-height:100vh;padding-bottom:110px}header{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 max(24px,50vw - 640px);display:flex;position:sticky;top:0}.brand{color:var(--ink);background:0 0;border:0;flex-direction:column;align-items:flex-start;display:flex}.brand span,.logo{letter-spacing:7px;font:800 28px/1 Manrope}.brand small,.logo small{letter-spacing:3px;font:600 8px/1.5 Manrope}.header-actions{gap:8px;display:flex}.icon-btn{border:1px solid var(--line);color:var(--green);background:#fff;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.icon-btn svg{width:20px}main{max-width:1280px;margin:auto;padding:32px 24px}.hello{color:#fff;background:linear-gradient(125deg,#063f3a,#0c756c);border-radius:26px;justify-content:space-between;align-items:center;padding:35px 38px;display:flex;box-shadow:0 12px 30px #0c5b5520}.hello small,.page-title small,.drawer-head small,.eyebrow{letter-spacing:2px;font-size:11px;font-weight:700}.hello h1,.page-title h1{margin:8px 0;font:800 32px/1.15 Manrope}.hello p{color:#d6eeea;margin:0}.history-pill{color:#fff;background:#ffffff15;border:1px solid #ffffff42;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;display:flex}.search{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:12px;height:56px;margin:28px 0 16px;padding:0 18px;display:flex}.search svg{color:var(--teal)}.search input{border:0;outline:0;width:100%;font-size:16px}.chips{gap:8px;padding-bottom:8px;display:flex;overflow:auto}.chips button,.tabs button{white-space:nowrap;border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:10px 16px}.chips button.active,.tabs button.active{background:var(--green);color:#fff;border-color:var(--green)}.results{justify-content:space-between;margin:24px 0 14px;display:flex}.results span{color:var(--muted)}.grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.product-img{background:#eef3f1;height:190px;position:relative;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%}.product-img span{color:var(--green);background:#fff;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.product-body{flex-direction:column;flex:1;padding:17px;display:flex}.product-body>small{color:var(--teal);font-weight:700}.product h3{margin:6px 0;font:700 17px/1.25 Manrope}.product p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 14px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-foot>strong{font-size:18px}.add,.primary{color:var(--green);background:#e0f4f0;border:0;border-radius:11px;align-items:center;gap:6px;padding:10px 12px;font-weight:700;display:flex}.add svg{width:17px}.stepper{background:#edf5f3;border-radius:11px;align-items:center;gap:10px;padding:4px;display:flex}.stepper button{color:var(--green);background:#fff;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.stepper svg{width:15px}.cartbar{z-index:30;color:#fff;background:#0b5d55;border:0;border-radius:18px;grid-template-columns:1fr 1fr 1fr;align-items:center;width:min(610px,100% - 28px);padding:16px 20px;display:grid;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 14px 40px #073c3790}.cartbar .bag{gap:8px;display:flex}.cartbar strong{text-align:right}.overlay{z-index:50;background:#10252280;position:fixed;inset:0}.drawer{background:#fff;flex-direction:column;width:min(520px,100%);height:100%;padding:28px;display:flex;position:absolute;top:0;right:0}.drawer-head{justify-content:space-between;display:flex}.drawer h2{margin:5px 0;font:800 28px Manrope}.cart-lines{flex:1;overflow:auto}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:68px 1fr auto;align-items:center;gap:13px;padding:15px 0;display:grid}.cart-line img{object-fit:cover;border-radius:12px;width:68px;height:68px}.cart-line>div{flex-direction:column;gap:5px;display:flex}.cart-line small{color:var(--muted)}.cart-line .stepper{width:max-content}.total{justify-content:space-between;padding:20px 0;display:flex}.total strong{font-size:25px}.whatsapp{color:#fff;background:#1bb96b;border:0;border-radius:14px;justify-content:center;gap:10px;padding:16px;font-size:16px;font-weight:700;display:flex}.secure{text-align:center;color:var(--muted);font-size:12px}.page{max-width:900px;margin:auto}.back{color:var(--green);background:0 0;border:0;padding:0;font-weight:700}.page-title{margin:30px 0}.page-title p{color:var(--muted)}.order{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1fr auto;gap:12px;margin-bottom:12px;padding:20px;display:grid}.order h3{margin:5px 0}.order small{color:var(--muted)}.status{color:#8b6200;background:#fff3c8;border-radius:999px;padding:4px 8px;font-size:11px}.order-items{background:#f5f8f7;border-radius:12px;flex-direction:column;grid-column:1/-1;padding:12px;font-size:13px;display:flex}.order button{color:var(--green);background:#e0f4f0;border:0;border-radius:10px;grid-column:1/-1;justify-content:center;gap:7px;padding:11px;font-weight:700;display:flex}.empty{text-align:center;border:1px dashed var(--line);background:#fff;border-radius:20px;padding:70px}.stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.stats div{border:1px solid var(--line);background:#fff;border-radius:15px;flex-direction:column;padding:18px;display:flex}.stats b{font-size:26px}.stats span{color:var(--muted)}.tabs{gap:8px;margin:25px 0;display:flex}.primary{background:var(--green);color:#fff;padding:12px 16px}.admin-list{margin-top:14px}.admin-list>div{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;padding:12px;display:flex}.admin-list>div:first-child{border-radius:14px 14px 0 0}.admin-list>div:last-child{border-radius:0 0 14px 14px}.admin-list img,.avatar{object-fit:cover;border-radius:10px;width:52px;height:52px}.avatar{color:var(--green);background:#d9f0ec;place-items:center;font-weight:800;display:grid}.admin-list span:nth-child(2){flex:1}.admin-list small{color:var(--muted);margin-top:4px;display:block}.admin-list button{background:0 0;border:0}.admin-list svg{width:18px}.danger{color:#c84e4e}.switch input{display:none}.switch i{background:#ccd6d4;border-radius:20px;width:38px;height:22px;display:block;position:relative}.switch i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:3px;left:3px}.switch input:checked+i{background:var(--teal)}.switch input:checked+i:after{left:19px}.client-form{background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:9px;padding:16px;display:grid}.client-form input,.client-form select,.modal input,.modal textarea{border:1px solid var(--line);border-radius:10px;min-width:0;padding:11px}.client-form button{grid-column:1/-1;width:max-content}.modal{z-index:60;background:#10252280;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal form{background:#fff;border-radius:20px;width:min(560px,100%);max-height:92vh;padding:24px;position:relative;overflow:auto}.modal h2{margin-top:0}.modal label{flex-direction:column;gap:5px;margin:11px 0;font-weight:600;display:flex}.modal textarea{min-height:80px}.modal .close{background:0 0;border:0;position:absolute;top:18px;right:18px}.price-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modal .check{flex-direction:row}.login{background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-card{max-width:520px;margin:auto;padding:45px}.logo{flex-direction:column;align-items:flex-start;margin-bottom:60px;display:flex}.login-card .eyebrow{color:var(--teal)}.login-card h1{letter-spacing:-2px;margin:15px 0;font:800 clamp(36px,5vw,62px)/1.05 Manrope}.login-card p{color:var(--muted);font-size:17px;line-height:1.5}.login-card label{margin-top:35px;font-weight:700;display:block}.login-card input{border:1px solid var(--line);border-radius:13px;width:100%;margin:8px 0;padding:16px;display:block}.login-card>button{background:var(--green);color:#fff;border:0;border-radius:13px;justify-content:center;gap:8px;width:100%;padding:16px;font-weight:700;display:flex}.hint{text-align:center;color:var(--muted);margin-top:12px;display:block}.login-art{color:#fff;background:linear-gradient(#063f3a33,#063f3aaa),url(/catalog/manutencao-1.jpg) 50%/cover;align-items:flex-end;padding:50px;display:flex}.login-art div{flex-direction:column;display:flex}.login-art b{font:800 32px Manrope}@media (width<=950px){.grid{grid-template-columns:repeat(3,1fr)}.login{grid-template-columns:1fr}.login-art{display:none}.client-form{grid-template-columns:1fr 1fr}}@media (width<=680px){header{height:66px;padding:0 14px}.brand span{font-size:22px}.icon-btn{width:40px;height:40px}main{padding:18px 14px}.hello{align-items:flex-start;padding:24px}.hello h1{font-size:26px}.hello p{font-size:14px}.history-pill{padding:10px;font-size:0}.grid{grid-template-columns:1fr 1fr;gap:10px}.product-img{height:145px}.product-body{padding:12px}.product h3{font-size:14px}.product p{display:none}.product-foot{align-items:flex-end;gap:5px}.product-foot>strong{font-size:15px}.add{padding:9px;font-size:0}.add svg{width:19px}.results span{display:none}.drawer{padding:20px}.cart-line{grid-template-columns:58px 1fr}.cart-line img{width:58px;height:58px}.cart-line>strong{text-align:right;grid-column:2}.client-form,.price-fields{grid-template-columns:1fr}.login-card{padding:28px}.logo{margin-bottom:50px}.login-card h1{font-size:40px}.admin-list>div{flex-wrap:wrap}.order{grid-template-columns:1fr auto}}header{justify-content:center;height:104px;position:sticky}.brand-branches{flex-direction:row;justify-content:center;align-items:flex-start;gap:22px}.brand-branches .branch{flex-direction:column;align-items:center;gap:4px;display:flex}.brand-branches .branch img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:62px;height:62px;box-shadow:0 2px 9px #17312e28}.brand-branches .branch small{letter-spacing:.2px;color:var(--ink);text-transform:none;font:700 10px/1.1 Manrope}.header-actions{position:absolute;right:max(24px,50vw - 640px)}@media (width<=680px){header{height:84px;padding:0 10px}.brand-branches{gap:10px}.brand-branches .branch{gap:2px}.brand-branches .branch img{width:48px;height:48px}.brand-branches .branch small{font-size:8px}.header-actions{gap:4px;right:8px}.header-actions .icon-btn{width:34px;height:34px}.header-actions .icon-btn svg{width:16px}}.compact-hello{padding:26px 32px}.compact-hello h1{margin-bottom:5px}.line-tabs{z-index:16;background:#f4f7f5;border-bottom:1px solid #e2e9e6;gap:9px;margin-top:26px;padding:10px 4px;display:flex;position:sticky;top:104px;overflow-x:auto;box-shadow:0 7px 12px #17312e0b}.line-tabs button{color:#203c35;white-space:nowrap;background:#fff;border:1px solid #203c35;border-radius:9px;padding:12px 18px;font-weight:800}.line-tabs button.active{color:#fff;background:#3f604d}.line-tabs button.maintenance.active{color:#17221a;background:#d9dc5d;border-color:#c7ca4d}.line-note{color:var(--muted);margin:10px 2px -10px;font-size:13px}.subchips{margin-top:-5px}.catalog-list{flex-direction:column;gap:10px;display:flex}.product-row{border-radius:14px;grid-template-columns:118px 1fr;min-height:126px;display:grid}.product-row .product-img{border-right:1px solid var(--line);background:#f7f8f5;height:126px}.product-row .product-img img{object-fit:cover}.product-row .product-body{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.product-copy{min-width:0}.product-row h3{margin:5px 0;font-size:16px}.product-row p{-webkit-line-clamp:1;margin:4px 0 0}.row-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.row-actions>strong{color:#23402e;white-space:nowrap;background:#e7efd9;border-radius:7px;padding:7px 9px}.row-actions .add{white-space:nowrap;background:#fff;border:1px solid #395542;padding:9px 11px}.row-actions .add svg{width:16px}.row-actions .stepper{gap:6px}.row-actions .stepper button{width:28px;height:28px}@media (width<=760px){.product-row{grid-template-columns:92px 1fr}.product-row .product-img{height:132px}.product-row .product-body{flex-direction:column;align-items:stretch;gap:8px;padding:11px}.product-row p{display:none}.row-actions{justify-content:space-between;gap:5px}.row-actions>strong{font-size:13px}.row-actions .add{padding:8px;font-size:0}.line-tabs{z-index:15;background:#f4f7f5;margin-top:18px;padding:8px 0;position:sticky;top:66px}.line-tabs button{flex:1;padding:10px 8px;font-size:12px}.compact-hello{padding:22px}.search{margin-top:20px}}.has-items{align-items:start;overflow:hidden}.has-items .product-img{align-self:start;height:126px;min-height:126px}.has-items .product-body{width:100%;padding:0;display:block}.kit-main{justify-content:space-between;align-items:center;gap:20px;padding:15px 18px;display:flex}.loose-items{border-top:1px solid var(--line);background:#fbfcfa;padding:3px 18px 6px}.loose-item{border-bottom:1px dashed var(--line);grid-template-columns:minmax(190px,1fr) auto auto auto;align-items:center;gap:9px;padding:5px 0;font-size:12px;display:grid}.loose-item:last-child{border-bottom:0}.loose-item>div:first-child{flex-direction:row;align-items:center;gap:4px;display:flex}.loose-item>div:first-child b{font-size:12px}.loose-item>div:first-child small:before{content:"· "}.loose-item small{color:var(--muted);font-size:11px}.loose-item>strong{color:#23402e;white-space:nowrap;background:#e7efd9;border-radius:6px;padding:4px 7px;font-size:11px}.loose-item .stepper{gap:5px;padding:2px}.loose-item .stepper button{width:24px;height:24px}.loose-item .stepper svg{width:12px}.loose-item .add{white-space:nowrap;background:#fff;border:1px solid #395542;padding:6px 9px;font-size:11px}.product-editor select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px}.product-editor>p{color:var(--muted);margin-top:-8px}.image-preview{object-fit:contain;border:1px solid var(--line);background:#f7f8f5;border-radius:12px;width:100px;height:100px}.item-editor{background:#f4f7f5;border-radius:12px;grid-template-columns:1.5fr .8fr .7fr .7fr;gap:8px;margin:9px 0;padding:12px;display:grid}.item-editor b{color:var(--green);grid-column:1/-1}.item-editor input{width:100%}.modal-actions{justify-content:flex-end;gap:9px;margin-top:18px;display:flex}.modal-actions>button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px 16px}.modal-actions .primary{background:var(--green);color:#fff}.product-editor input[type=file]{background:#f7f8f5}@media (width<=760px){.kit-main{flex-direction:column;align-items:stretch;gap:8px;padding:11px}.loose-items{padding:4px 10px 8px}.loose-item{grid-template-columns:1fr auto;gap:7px}.loose-item>div:first-child{flex-direction:column;align-items:flex-start;gap:0}.loose-item>div:first-child small:before{content:""}.loose-item .stepper{grid-column:1}.loose-item .add{grid-area:2/2}.item-editor{grid-template-columns:1fr 1fr}.item-editor b{grid-column:1/-1}.product-editor{padding:20px!important}}.zoomable{cursor:zoom-in;border:0;padding:0;position:relative}.zoomable span{color:#fff;opacity:0;background:#17312ed9;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:700;transition:all .2s;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.zoomable:hover span,.zoomable:focus-visible span{opacity:1}.detail-overlay{z-index:70;place-items:center;padding:20px;display:grid}.product-detail{background:#fff;border-radius:24px;grid-template-columns:1.08fr .92fr;width:min(920px,100%);max-height:92vh;display:grid;position:relative;overflow:auto;box-shadow:0 24px 70px #0b2924aa}.detail-close{z-index:2;position:absolute;top:16px;right:16px}.detail-image{background:#f3f6f4;place-items:center;min-height:520px;padding:30px;display:grid}.detail-image img{object-fit:contain;width:100%;height:100%;max-height:580px}.detail-copy{padding:54px 36px 36px}.detail-copy>small{color:var(--teal);font-weight:800}.detail-copy h2{margin:8px 0 14px;font:800 28px/1.2 Manrope}.detail-copy>strong{color:var(--green);font-size:24px}.detail-copy h3{margin:30px 0 8px;font:700 15px Manrope}.detail-copy p{color:var(--muted);white-space:pre-line;font-size:15px;line-height:1.65}.detail-items{background:#f4f7f5;border-radius:12px;flex-direction:column;gap:6px;margin-top:20px;padding:14px;display:flex}.detail-items span{color:var(--muted);font-size:13px}@media (width<=680px){.zoomable span{opacity:1}.product-detail{grid-template-columns:1fr;max-height:94vh}.detail-image{height:42vh;min-height:310px;padding:22px}.detail-copy{padding:24px}.detail-copy h2{font-size:23px}.detail-copy h3{margin-top:22px}}.admin-product-tools{align-items:center;gap:12px;display:flex}.admin-product-tools .admin-search{flex:1;margin:0}.admin-search button{color:var(--muted);background:0 0;border:0;place-items:center;display:grid}.admin-search button svg{width:18px}.admin-product-tools>.primary{white-space:nowrap;height:56px}.admin-results{color:var(--muted);margin:12px 2px;font-size:13px}.admin-results b{color:var(--ink)}.admin-list .admin-empty{color:var(--muted);border-radius:14px;justify-content:center;padding:42px}.admin-empty>svg{width:30px}.admin-empty span{flex:0!important}.admin-empty small{display:block}@media (width<=680px){.admin-product-tools{flex-direction:column;align-items:stretch}.admin-product-tools>.primary{justify-content:center;width:100%}.admin-search{height:52px}}.has-items{align-items:center}.has-items .product-img{align-self:center}.item-image-preview{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:10px;width:64px;height:64px}.item-image-url{grid-column:1/3}.item-upload{font-size:12px;grid-column:3/5!important;margin:0!important}.item-upload input{width:100%;margin-top:5px}@media (width<=680px){.item-image-url,.item-upload{grid-column:1/-1!important}}.loose-thumb{border:1px solid var(--line);cursor:zoom-in;background:#fff;border-radius:7px;place-items:center;width:30px;height:30px;margin-left:4px;padding:2px;display:grid}.loose-thumb img{object-fit:contain;border-radius:4px;width:100%;height:100%}.loose-thumb:hover,.loose-thumb:focus-visible{border-color:var(--teal);box-shadow:0 0 0 2px #16a19622}@media (width<=680px){.loose-thumb{width:28px;height:28px;margin-top:3px;margin-left:0}}.bulk-tools{background:#edf5f3;border:1px solid #d5e5e1;border-radius:14px;align-items:center;gap:9px;margin-bottom:12px;padding:12px;display:flex}.bulk-tools button,.bulk-tools label{color:var(--green);cursor:pointer;background:#fff;border:1px solid #2f5c54;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:700}.bulk-tools label{background:var(--green);color:#fff}.bulk-tools input{display:none}.bulk-tools small{color:var(--muted);margin-left:auto}.bulk-tools button:hover,.bulk-tools label:hover{filter:brightness(.97)}@media (width<=680px){.bulk-tools{flex-direction:column;align-items:stretch}.bulk-tools button,.bulk-tools label{text-align:center}.bulk-tools small{text-align:center;margin-left:0}}.category-manager{gap:16px;display:grid}.category-create,.category-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.category-create{grid-template-columns:1.2fr 1fr 1.8fr auto;align-items:center;gap:10px;display:grid}.category-create div{gap:3px;display:grid}.category-create small,.subcategory-title small{color:var(--muted)}.category-create input,.category-head input,.subcategory-row input,.subcategory-add input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fbfdfc;border-radius:9px;padding:10px 12px}.category-card{gap:12px;display:grid}.category-head{grid-template-columns:1fr auto auto;align-items:center;gap:10px;display:grid}.category-head>div{grid-template-columns:minmax(160px,.7fr) 1.5fr;gap:10px;display:grid}.category-head>div input:first-child{font-weight:800}.subcategory-title{border-top:1px solid var(--line);align-items:baseline;gap:10px;padding-top:8px;display:flex}.subcategory-row{border-bottom:1px dashed var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:7px 0;display:grid}.subcategory-add{grid-template-columns:1fr auto;gap:10px;display:grid}.subcategory-add button{border:1px solid var(--green);color:var(--green);background:#fff;border-radius:9px;padding:9px 12px;font-weight:700}@media (width<=760px){.category-create,.category-head>div,.subcategory-add{grid-template-columns:1fr}.subcategory-add button{width:100%}.tabs{justify-content:flex-start;overflow-x:auto}.tabs button{white-space:nowrap}}.guest-form{flex-direction:column;display:flex}.guest-form h1{margin-bottom:8px}.guest-form select{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:14px;padding:13px}.guest-form .new-phone{color:var(--green);background:#edf5f3;border-radius:9px;margin-bottom:12px;padding:9px 11px}.guest-form .login-back{color:var(--green);box-shadow:none;background:0 0;margin-top:5px}.client-form{grid-template-columns:repeat(3,1fr)}.table-picker{border:1px solid var(--line);color:var(--green);background:#fff;border-radius:9px;padding:8px;font-weight:700}.pending-badge{color:#8b6200;background:#fff3c8;border-radius:999px;margin-left:6px;padding:3px 7px;font-size:10px;font-style:normal;display:inline-block}.client-list>div{grid-template-columns:auto 1fr auto auto auto}@media (width<=760px){.client-form{grid-template-columns:1fr}.client-list>div{grid-template-columns:auto 1fr auto}.client-list .table-picker{grid-column:2/4;width:100%}}.order-buttons{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.order .order-buttons button{grid-column:auto;margin:0}.order-overlay{z-index:80;place-items:center;padding:18px;display:grid}.order-detail{background:#fff;border-radius:22px;width:min(760px,100%);max-height:94vh;padding:26px;overflow:auto;box-shadow:0 24px 70px #0b2924aa}.order-detail-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding-bottom:16px;display:flex}.order-detail-head small{letter-spacing:2px;color:var(--teal);font-weight:800}.order-detail-head h2{margin:6px 0;font:800 27px Manrope}.order-detail-head p{margin:0 0 4px;font-weight:700}.order-detail-head span{color:var(--muted);font-size:13px}.order-status{justify-content:flex-end;align-items:center;gap:8px;margin:14px 0;display:flex}.order-status select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px}.order-detail-items>div{border-bottom:1px dashed var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:14px 0;display:grid}.order-detail-items span:first-child{flex-direction:column;display:flex}.order-detail-items small{color:var(--muted);margin-top:3px}.print-qty{display:none}.order-detail-total{justify-content:space-between;align-items:center;padding:20px 0;font-size:18px;display:flex}.order-detail-total strong{color:var(--green);font-size:25px}.order-detail-actions{justify-content:flex-end;gap:9px;display:flex}.order-detail-actions button,.admin-orders button{border:1px solid var(--green);color:var(--green);background:#fff;border-radius:10px;padding:10px 14px;font-weight:700}.order-detail-actions .primary{background:var(--green);color:#fff}.admin-orders>div{grid-template-columns:1fr auto auto}@media (width<=620px){.order-detail{padding:18px}.order-detail-items>div{grid-template-columns:1fr auto}.order-detail-items .stepper{grid-column:1}.order-detail-actions{grid-template-columns:1fr 1fr;display:grid}.order-buttons{grid-template-columns:1fr}.admin-orders>div{grid-template-columns:1fr auto}.admin-orders button{grid-column:1/-1;width:100%}}.admin-login{background:linear-gradient(145deg,#073f3a,#0c756c);place-items:center;min-height:100vh;padding:20px;display:grid}.admin-login form,.admin-login>div{background:#fff;border-radius:24px;width:min(440px,100%);padding:34px;box-shadow:0 24px 70px #032a2688}.admin-login .logo{color:var(--green);margin-bottom:34px}.admin-login h1{margin:10px 0;font:800 32px/1.15 Manrope}.admin-login p{color:var(--muted);line-height:1.5}.admin-login label{flex-direction:column;gap:7px;margin:17px 0;font-weight:700;display:flex}.admin-login input{border:1px solid var(--line);border-radius:12px;padding:14px}.admin-login .primary{justify-content:center;width:100%;margin-top:8px}.admin-login a{text-align:center;color:var(--green);margin-top:20px;text-decoration:none;display:block}.login-error{color:#a33;background:#fff0f0;border-radius:10px;padding:10px;font-size:14px}.admin-loose-row{border-left:3px solid #90cfc7;margin-left:22px;background:#f8fbfa!important}.loose-badge{text-transform:uppercase;letter-spacing:.5px;color:var(--green);background:#dff3ef;border-radius:999px;margin-left:8px;padding:3px 7px;font-size:10px;font-style:normal}@media print{body *{visibility:hidden!important}.order-overlay,.order-overlay *{visibility:visible!important}.order-overlay{background:#fff;padding:0;position:absolute;inset:0}.order-detail{width:100%;max-height:none;box-shadow:none;border-radius:0;padding:24px;position:absolute;inset:0;overflow:visible}.no-print{display:none!important}.print-qty{display:block}.order-detail-items>div{grid-template-columns:1fr auto auto}.order-detail-head{padding-top:0}}@media (width<=680px){main{padding:12px 10px}.compact-hello{border-radius:18px;padding:16px 18px}.compact-hello h1{margin:5px 0;font-size:22px}.compact-hello p{padding-right:8px;font-size:12px;line-height:1.35}.history-pill{flex:none;place-items:center;width:38px;height:38px;padding:0;display:grid}.line-tabs{scrollbar-width:none;background:#f4f7f5;border-bottom:1px solid #e2e9e6;gap:7px;margin:12px -10px 0;padding:8px 10px;top:84px}.line-tabs::-webkit-scrollbar{display:none}.subchips::-webkit-scrollbar{display:none}.line-tabs button{border-radius:999px;flex:none;padding:9px 12px;font-size:12px}.line-note{margin:8px 2px 0;font-size:12px}.search{border-radius:12px;height:48px;margin:12px 0 10px;padding:0 13px}.search input{font-size:15px}.subchips{margin:0;padding:0 0 5px}.subchips button{padding:8px 12px;font-size:12px}.results{margin:12px 2px 8px;font-size:13px}.catalog-list{gap:9px}.product-row{border-radius:13px;grid-template-columns:94px 1fr;min-height:124px}.has-items .product-img,.product-row .product-img{border-right:1px solid var(--line);align-self:center;width:94px;height:124px;min-height:124px}.product-row .product-img img{object-fit:contain;background:#f8faf8;padding:5px}.zoomable span{padding:3px 6px;font-size:8px;bottom:4px}.kit-main{gap:8px;padding:10px}.product-copy small{font-size:10px}.product-row h3{margin:3px 0;font-size:14px;line-height:1.25}.row-actions{grid-template-columns:auto 1fr;align-items:center;gap:7px;display:grid}.row-actions>strong{width:max-content;padding:6px 7px;font-size:13px}.row-actions .stepper{justify-self:end}.row-actions .add{grid-column:1/-1;justify-content:center;width:100%;padding:9px;font-size:12px!important}.row-actions .add svg{width:14px}.loose-items{padding:3px 9px 7px}.loose-item{grid-template-columns:1fr auto;gap:5px;padding:7px 0}.loose-item>div:first-child{flex-flow:wrap;align-items:center;max-width:100%}.loose-item>div:first-child b{font-size:11px}.loose-item>div:first-child small:before{content:"· "}.loose-item>strong{font-size:10px}.loose-item .stepper{grid-column:1;width:max-content}.loose-item .add{text-overflow:ellipsis;grid-area:2/2;max-width:145px;padding:6px 8px;font-size:10px;overflow:hidden}.cartbar{border-radius:14px;width:calc(100% - 20px);padding:13px 15px;bottom:10px}.cartbar b{font-size:13px}.cartbar strong{font-size:14px}.drawer{padding:16px}.whatsapp{padding:14px}.zoomable span{display:none!important}.product-row .zoomable img{filter:none!important;opacity:1!important}.product-row.has-items .loose-items{display:none}.product-row.has-items{align-items:center}.product-row.has-items .product-img{align-self:center}.product-row.has-items .product-body{min-width:0}}.product-row.has-items .loose-items{display:none}.seller-form{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1.2fr 1fr 1fr auto;align-items:center;gap:10px;padding:16px;display:grid}.seller-form>div{gap:3px;display:grid}.seller-form small{color:var(--muted)}.seller-form input,.seller-picker{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px}.client-routing{gap:6px;min-width:170px;display:grid}.client-routing select{width:100%}.default-badge{color:var(--green);background:#dff2ed;border-radius:999px;margin-left:6px;padding:3px 7px;font-size:10px;font-style:normal;display:inline-block}@media (width<=760px){.seller-form{grid-template-columns:1fr}.client-list>div{grid-template-columns:auto 1fr auto}.client-routing{grid-column:2/4;width:100%}}.client-table-tabs{gap:9px;margin:16px 0 4px;display:flex}.client-table-tabs button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:10px 15px;display:flex}.client-table-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.client-table-tabs button b{color:var(--green);background:#edf5f3;border-radius:999px;padding:2px 7px;font-size:11px}.client-table-tabs button em{color:#8b6200;background:#fff3c8;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:800}.table-picker.needs-choice{color:#8b6200;background:#fff8e8;border-color:#d49b20}.client-list .admin-empty{display:flex!important}@media (width<=620px){.client-table-tabs{grid-template-columns:1fr 1fr;display:grid}.client-table-tabs button{flex-wrap:wrap;justify-content:center;padding:9px 7px;font-size:12px}}.app>header{position:relative;top:auto}.line-tabs{top:0}@media (width<=680px){.line-tabs{top:0}}.catalog-controls-sticky{z-index:16;background:#f4f7f5;border-bottom:1px solid #dfe7e4;padding:9px 0 7px;position:sticky;top:0;box-shadow:0 8px 14px #17312e0d}.catalog-controls-sticky .line-tabs{box-shadow:none;border:0;margin:0;padding:0 0 8px;position:static}.catalog-controls-sticky .search{height:48px;margin:0 0 8px}.catalog-controls-sticky .subchips{margin:0;padding-bottom:0}.catalog-controls-sticky+.line-note{margin-top:10px}@media (width<=680px){.catalog-controls-sticky{margin:10px -10px 0;padding:7px 10px}.catalog-controls-sticky .line-tabs{margin:0 -10px;padding:0 10px 7px}.catalog-controls-sticky .search{height:44px;margin:0 0 7px}.catalog-controls-sticky .subchips{padding-bottom:1px}}
