@import"https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap";:root{--ink:#16231e;--ink2:#31413a;--muted:#718078;--line:#e5e8e1;--paper:#fffef9;--cream:#f7f5ed;--canvas:#f1f2eb;--forest:#123e36;--teal:#0f8574;--mint:#d7f1e9;--copper:#bd6f3f;--indigo:#5269db;--violet:#8669c5;--red:#be4a4a;--shadow:0 14px 40px rgba(35,50,43,.08);--shadowlg:0 25px 70px rgba(18,62,54,.16);font-family:Alexandria,sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--canvas);direction:rtl;font-size:14px}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{width:100%;background:#fff;border:1px solid var(--line);border-radius:11px;height:43px;padding:0 12px;outline:none;color:var(--ink)}textarea{height:auto;min-height:96px;padding:11px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0f85741b}h1,h2,h3,p{margin:0}small{display:block;color:var(--muted)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-align:right}.brand-mark{width:39px;height:39px;border-radius:13px;background:var(--forest);display:grid;place-items:center;position:relative;overflow:hidden}.brand-mark:before,.brand-mark:after,.brand-mark span{content:"";position:absolute;background:#fff}.brand-mark:before{width:4px;height:27px;border-radius:5px;transform:rotate(39deg)}.brand-mark:after{width:4px;height:25px;border-radius:5px;transform:rotate(-39deg)}.brand-mark span{width:8px;height:8px;border-radius:50%;top:7px}.brand b{display:block;font-size:19px;line-height:1;font-weight:800;letter-spacing:-1px}.brand small{font:700 7px Arial;letter-spacing:1.8px;margin-top:5px}.brand.light{color:#fff}.brand.light small{color:#cee5dc}.brand.light .brand-mark{background:#f0c989}.brand.light .brand-mark:before,.brand.light .brand-mark:after,.brand.light .brand-mark span{background:var(--forest)}.brand.compact .brand-mark{width:33px;height:33px;border-radius:10px}.brand.compact b{font-size:16px}.brand.compact small{font-size:6px;margin-top:3px}.button{min-height:42px;border-radius:12px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:11px;transition:.16s}.button:active{transform:scale(.97)}.button.primary{background:var(--forest);color:#fff;box-shadow:0 8px 16px #123e3630}.button.primary:hover{background:#195348}.button.soft{background:#e8f2ed;color:var(--forest)}.button.text{background:transparent;color:var(--forest);padding-inline:4px}.button.full{width:100%;height:48px}.field{display:block}.field>span{font-size:10px;font-weight:700;margin:0 1px 6px;display:block;color:var(--ink2)}.field>small{font-size:9px;margin-top:4px}.eyebrow,.portal-pill{font-size:10px;color:var(--teal);font-weight:800;display:flex;align-items:center;gap:6px}.error-box{padding:10px 12px;border-radius:10px;background:#fff1f0;border:1px solid #ffd7d4;color:#a5443e;font-size:11px}.toast{position:fixed;z-index:30;left:25px;bottom:25px;display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:14px;background:var(--forest);color:#fff;box-shadow:var(--shadowlg);font-size:11px;font-weight:600}.toast.error{background:#a74342}.toast svg{color:#9ce2cb}.toast button{background:transparent;color:#fff;padding:2px;margin-right:8px}.status{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:20px;background:#eef1ed;color:#53625a;font-size:9px;font-weight:800;white-space:nowrap}.status i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-preparing,.status-fabric_reserved,.status-fabric_issued{color:#9a6814;background:#fff4dc}.status-production_file_created,.status-sent_to_production,.status-preparation{color:#5260ba;background:#e9ecff}.status-cutting_fabric,.status-sewing{color:#20736b;background:#e4f2f2}.status-ironing,.status-attaching_buttons{color:#7856a9;background:#f1eafb}.status-quality_control{color:#b34d47;background:#fff0ef}.status-packaging,.status-processed{color:#32834c;background:#e4f3e8}.status-shipped,.status-partially_shipped{color:#3575a4;background:#e7f2fc}.status-received_branch{color:#168568;background:#dff4ed}.status-delivered{color:#216a52;background:#e1eee9}.status-cancelled{color:#806e6e;background:#f1eeee}.loader,.empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center}.loader span{height:26px;width:26px;border:3px solid #dce6df;border-top-color:var(--teal);border-radius:50%;animation:spin .9s linear infinite}.loader p,.empty p{font-size:11px}.empty>span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#edf3ef;color:var(--teal)}.empty h3{font-size:14px;color:var(--ink)}.empty .button{margin-top:7px}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:#16231e70;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(500px,100%);max-height:90vh;overflow:auto;background:var(--paper);border-radius:21px;box-shadow:var(--shadowlg)}.modal.wide{width:min(740px,100%)}.modal>header{display:flex;justify-content:space-between;align-items:start;padding:20px 22px 14px;border-bottom:1px solid var(--line)}.modal>header>div>span{font-size:9px;color:var(--teal);font-weight:800}.modal>header h2{font-size:18px;margin-top:4px}.modal>header>button{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f0f2ed;color:var(--ink)}.modal-form{padding:20px 22px;display:grid;gap:13px}.modal-form>p{font-size:11px;line-height:1.8;color:var(--muted)}.modal-form footer{display:flex;justify-content:flex-start;gap:8px}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(390px,1.1fr) minmax(360px,.9fr)}.login-story{background:var(--forest);position:relative;overflow:hidden;color:#fff;padding:50px clamp(35px,7vw,100px);display:flex;flex-direction:column}.login-story:after{content:"";position:absolute;width:750px;height:750px;border:1px solid #d9f4e722;border-radius:50%;left:-390px;bottom:-410px}.login-story>.brand,.login-copy,.login-promise{position:relative;z-index:1}.login-copy{margin:auto 0}.portal-pill{color:#e3faef;background:#d3f7e91e;width:max-content;padding:7px 11px;border-radius:20px;margin-bottom:18px}.login-copy h1{font-size:clamp(34px,4vw,57px);line-height:1.25;letter-spacing:-2px;max-width:520px}.login-copy p{max-width:450px;color:#cde4dc;font-size:13px;line-height:2;margin-top:17px}.login-promise{display:flex;gap:9px;align-items:center;color:#d8eee7;font-size:11px;max-width:290px}.login-promise span{display:grid;place-items:center;background:#fff2;width:28px;height:28px;border-radius:9px}.thread{position:absolute;border:1px solid #fff2;border-radius:50%}.thread-a{width:290px;height:290px;left:22%;top:-100px;border-left-color:#f0c987}.thread-b{width:500px;height:500px;right:-410px;top:18%;border-top-color:#94dfc9}.login-form-wrap{background:var(--paper);display:grid;place-items:center;padding:35px}.login-form{width:min(390px,100%);display:grid;gap:15px}.login-form .brand{margin-bottom:30px}.login-form h2{font-size:28px;letter-spacing:-1px}.login-form>p{font-size:11px;color:var(--muted);line-height:1.9;margin-bottom:5px}.login-note{text-align:center;font-size:9px}.branch-login .login-story{background:#654032}.branch-login .portal-pill{background:#ffe9c51b;color:#ffe5bf}.branch-login .login-copy p,.branch-login .login-promise{color:#f2dccc}.branch-login .thread-b{border-top-color:#deb682}.branch-login .thread-a{border-left-color:#e9c28a}.branch-shell{min-height:100vh;background:var(--cream);padding-bottom:40px}.branch-header{height:70px;background:#fffefb;border-bottom:1px solid #e8e8df;padding:0 max(18px,calc((100vw - 1220px)/2));display:flex;align-items:center;justify-content:space-between;gap:22px;position:sticky;top:0;z-index:10}.branch-header nav{align-self:stretch;display:flex;gap:6px}.branch-header nav button{background:transparent;color:var(--muted);padding:0 12px;font-size:11px;font-weight:600}.branch-header nav button:hover{color:var(--forest)}.branch-header nav b{background:#e7f2ed;color:var(--forest);font-size:8px;border-radius:11px;padding:2px 5px;margin-right:4px}.branch-user{position:relative}.branch-user>button{background:transparent;display:flex;align-items:center;gap:5px}.branch-user>button span{width:31px;height:31px;border-radius:11px;background:#e5d2bd;color:#5d3525;display:grid;place-items:center;font-weight:800}.user-menu{position:absolute;left:0;top:42px;width:190px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px;box-shadow:var(--shadow)}.user-menu b{font-size:10px}.user-menu small{font-size:8px;margin:3px 0 8px}.user-menu button{width:100%;background:#fff2f1;border-radius:8px;padding:7px;color:#a94945;font-size:10px;display:flex;gap:6px;align-items:center}.branch-page{max-width:1120px;margin:auto;padding:36px 22px}.branch-hero{background:var(--forest);border-radius:24px;min-height:245px;padding:38px 42px;color:#fff;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--shadow)}.branch-hero:before{content:"";position:absolute;left:13%;top:-120px;width:240px;height:240px;border:1px solid #f0c98788;border-radius:50%}.branch-hero:after{content:"";position:absolute;right:-60px;bottom:-170px;width:380px;height:380px;border:1px solid #fff2;border-radius:50%}.branch-hero>div,.branch-hero>article{position:relative;z-index:1}.branch-hero .eyebrow{color:#a9e8d4}.branch-hero h1{font-size:30px;letter-spacing:-1px;margin-top:5px}.branch-hero h1 em,.factory-hero h1 em,.admin-hero h1 em{font-style:normal;color:#f0c987}.branch-hero p{max-width:470px;font-size:11px;color:#cce2d9;margin:10px 0 19px}.branch-hero article{min-width:165px;background:#fff2;border:1px solid #fff3;border-radius:17px;padding:17px}.branch-hero article span{font-size:9px;color:#c5e6dc}.branch-hero article b{display:block;font-size:37px;line-height:1.25}.branch-hero article p{font-size:9px;margin:0}.branch-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:17px 0 31px}.branch-stats article{background:var(--paper);border:1px solid #e8e8df;border-radius:15px;padding:15px;display:flex;gap:10px;align-items:center}.stat-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:12px}.stat-icon.indigo{color:#5269db;background:#e9edff}.stat-icon.teal{color:#118373;background:#e2f3ed}.stat-icon.copper{color:#a45b2d;background:#fbead6}.stat-icon.violet{color:#805fc1;background:#f0eaff}.branch-stats small{font-size:9px}.branch-stats b{display:block;font-size:16px}.section-head,.page-title,.page-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:24px 0 15px}.section-head span,.page-title span,.page-heading span{font-size:9px;color:var(--teal);font-weight:800}.section-head h2,.page-title h1,.page-heading h1{font-size:21px;letter-spacing:-.8px;margin-top:3px}.section-head button{display:flex;gap:4px;align-items:center;background:transparent;color:var(--forest);font-size:10px;font-weight:800}.order-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.order-card{background:var(--paper);border:1px solid #e7e8df;border-radius:16px;padding:14px;text-align:right;transition:.16s}.order-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.order-card header,.order-card>div,.order-card footer{display:flex;align-items:center;justify-content:space-between}.order-card header strong,.order-list header b{font:600 11px IBM Plex Mono}.order-card>div{margin:14px 0}.customer-avatar{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:#e6d5c0;color:#71422e;font-weight:800}.order-card>div section{flex:1;margin-right:9px}.order-card>div b{font-size:11px;display:block}.order-card>div small{font-size:9px}.order-card>div em{font-style:normal;font-size:11px;color:var(--forest);font-weight:800}.order-card footer{border-top:1px solid #eff0e8;padding-top:9px;font-size:9px;color:var(--muted)}.back-link{display:inline-flex;align-items:center;gap:5px;background:transparent;color:var(--forest);font-size:10px;font-weight:800;margin-bottom:18px}.wizard-title span{font-size:10px;color:var(--teal);font-weight:800}.wizard-title h1{font-size:26px;margin-top:3px}.wizard-title p{font-size:11px;color:var(--muted);margin-top:4px}.stepper{display:flex;gap:0;padding:0;margin:28px 0;list-style:none}.stepper li{flex:1;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:600;color:#a0aaa3}.stepper li:not(:last-child):after{content:"";height:1px;flex:1;background:#d8ded9;margin:0 7px}.stepper li span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#e3e7e3;color:#718078}.stepper li.current,.stepper li.done{color:var(--forest)}.stepper li.current span{background:var(--forest);color:#fff;box-shadow:0 0 0 5px #e1eee8}.stepper li.done span{background:#e2f2e8;color:#1e8d63}.wizard-panel{background:var(--paper);border:1px solid #e7e8df;border-radius:20px;padding:27px;min-height:370px}.wizard-step>header h2{font-size:19px}.wizard-step>header p{font-size:10px;color:var(--muted);margin-top:4px}.wizard-step>footer{margin-top:24px;padding-top:16px;border-top:1px solid #e8ebe5;display:flex;align-items:center;justify-content:space-between}.client-select{display:flex;gap:8px;margin:19px 0 11px}.client-select label,.filters label,.factory-filters label,.report-filters label{position:relative;flex:1}.client-select label svg,.filters label svg,.factory-filters label svg,.report-filters label svg{position:absolute;top:13px;right:12px;color:var(--muted);z-index:1}.client-select input,.filters input,.factory-filters input,.report-filters input{padding-right:38px}.customer-results{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;min-height:50px}.customer-results>button{background:#fafbf7;border:1px solid #e7e8df;border-radius:11px;padding:9px;display:flex;align-items:center;gap:7px;text-align:right}.customer-results>button.selected{border-color:var(--teal);background:#eff9f4}.customer-results>button>span{width:27px;height:27px;border-radius:9px;background:#f0ddc5;color:#71422e;display:grid;place-items:center;font-size:10px;font-weight:800}.customer-results>button>div{flex:1}.customer-results b{font-size:9px;display:block}.customer-results small{font-size:8px}.divider{height:1px;background:#e9ebe4;margin:22px 0;position:relative}.divider span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--paper);padding:0 10px;font-size:9px;color:var(--muted);white-space:nowrap}.quick-form,.form-pair{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.product-choices button{background:#fff;border:1px solid #e7e8df;border-radius:15px;padding:15px;display:flex;align-items:center;gap:10px;text-align:right}.product-choices button:hover{border-color:#99c7b8;background:#fbfffc}.product-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#e5f3ed;color:var(--forest)}.product-choices button>div{flex:1}.product-choices b{display:block;font-size:12px}.product-choices small{font-size:9px;margin-top:3px}.product-choices em{font-size:10px;color:var(--forest);font-style:normal;font-weight:800}.style-stack{display:grid;gap:11px;margin-top:19px}.style-stack article{border:1px solid #e5e9e3;border-radius:15px;background:#fcfdf9;padding:13px}.style-stack article.needs-choice{border-right:3px solid #d79a54}.style-stack article>header{display:flex;align-items:center;gap:9px;margin-bottom:11px}.style-stack article>header>span{width:23px;height:23px;border-radius:8px;background:#e8f1ed;color:var(--forest);display:grid;place-items:center;font-size:9px;font-weight:800}.style-stack article h3{font-size:12px}.style-stack article p{font-size:8px;color:var(--muted)}.style-stack article header svg{margin-right:auto;color:#13956c}.style-stack article>div{display:flex;gap:6px;flex-wrap:wrap}.style-stack article>div button{background:#fff;border:1px solid #e3e6e0;border-radius:9px;padding:7px 10px;font-size:9px}.style-stack article>div button.selected{background:#e6f4ee;border-color:#74bba4;color:#125542}.style-stack article small{font-size:8px;color:var(--copper)}.body-profile,.measure-grid{margin-top:19px}.body-profile h3,.measure-grid h3{font-size:12px;margin-bottom:8px}.body-profile>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.measure-grid>div{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.measure-grid .field span,.body-profile .field span{font-size:9px}.measure-grid input{height:38px}.fabric-size{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:17px 0}.fabric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.fabric-grid>button{background:#fff;border:1px solid #e3e7e1;border-radius:15px;padding:13px;text-align:right}.fabric-grid>button.selected{border:2px solid var(--teal);background:#f2fbf7}.fabric-grid header,.fabric-grid footer{display:flex;justify-content:space-between;align-items:center}.fabric-grid header>span{background:#f4ece3;color:#85563f;border-radius:7px;padding:3px 6px;font-size:8px}.fabric-grid h3{font-size:13px;margin:13px 0 2px}.fabric-grid p{font:9px IBM Plex Mono;color:var(--muted);margin:0 0 13px}.fabric-grid footer{border-top:1px solid #eff0ec;padding-top:8px}.fabric-grid footer b{font-size:11px;color:var(--forest)}.fabric-grid footer b small{display:inline}.fabric-grid footer span{font-size:8px;color:var(--teal)}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:19px 0}.review-grid article{padding:11px;background:#f6f7f1;border-radius:11px}.review-grid span{font-size:8px;color:var(--muted);display:block}.review-grid b{font-size:10px;display:block;margin-top:4px}.review-grid small{font-size:8px;margin-top:3px}.payment-box{background:#edf6f1;border-radius:14px;padding:15px;margin:14px 0}.payment-box>div:first-child{display:flex;gap:8px;align-items:center;color:var(--forest)}.payment-box p{font-size:9px;color:var(--muted);margin-top:2px}.pay-options{display:flex;gap:6px;margin:13px 0}.pay-options button{background:#fff;border:1px solid #cddfd6;border-radius:8px;padding:7px 9px;font-size:9px}.pay-options button.selected{background:var(--forest);border-color:var(--forest);color:#fff}.payment-box .field{max-width:230px}.total-line{display:flex;align-items:center;gap:9px;border:1px dashed #c9d5ce;border-radius:11px;padding:13px}.total-line span{font-size:10px}.total-line b{font-size:18px;color:var(--forest);margin-right:auto}.total-line small{font-size:8px}.filters,.factory-filters,.report-filters{display:flex;gap:8px;align-items:center;padding:10px;background:var(--paper);border:1px solid #e8e9e2;border-radius:14px}.filters select{width:180px}.order-list{display:grid;gap:9px;margin-top:13px}.order-list article{background:var(--paper);border:1px solid #e6e7df;border-radius:15px;padding:13px}.order-list article>header,.order-list article>section,.order-list article>footer{display:flex;align-items:center;justify-content:space-between}.order-list header small{font-size:8px}.order-list article>section{justify-content:start;gap:7px;margin:13px 0}.order-list article>section>span{width:32px;height:32px;border-radius:10px;background:#e9d7c3;display:grid;place-items:center;color:#72432f;font-weight:800}.order-list article>section div{flex:1}.order-list article>section b{font-size:11px;display:block}.order-list article>section small{font-size:8px}.order-list article>section em{font-style:normal;font-size:11px;font-weight:800;color:var(--forest)}.order-list footer{border-top:1px solid #eaebe5;padding-top:9px;color:var(--muted);font-size:9px}.order-list footer .due{color:#a65543;font-weight:700}.order-list footer .paid{color:#278060;font-weight:700}.order-list footer button{background:transparent;color:var(--forest);font-size:9px;font-weight:800;display:flex;gap:3px;align-items:center}.receipt-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.receipt-list article{background:var(--paper);border:1px solid #e5e8e1;border-radius:16px;padding:16px}.receipt-list header{display:flex;gap:9px;align-items:center}.shipment-icon{width:38px;height:38px;border-radius:12px;background:#e5f1fa;color:#3378a7;display:grid;place-items:center}.receipt-list header div{flex:1}.receipt-list header b{font:600 11px IBM Plex Mono;display:block}.receipt-list header small{font-size:8px}.receipt-list article>section{margin:16px 0}.receipt-list article>section b{font-size:11px}.receipt-list article>section small{font-size:9px;margin-top:2px}.receipt-list article>section p{font-size:9px;color:var(--muted);margin-top:7px}.receipt-list .button{width:100%}.detail-head{display:flex;align-items:center;justify-content:space-between}.detail-head span{font-size:9px;color:var(--teal);font-weight:800}.detail-head h1{font:600 22px IBM Plex Mono;margin-top:3px}.detail-head p{font-size:10px;color:var(--muted);margin-top:3px}.detail-track{display:flex;align-items:start;margin:27px 0}.detail-track>div{flex:1;text-align:center;position:relative;color:#a0a8a2}.detail-track>div:not(:last-child):after{content:"";position:absolute;top:13px;right:58%;left:-43%;height:2px;background:#dfe5e0}.detail-track span{display:grid;place-items:center;position:relative;z-index:1;width:27px;height:27px;border-radius:50%;background:#e4e8e4;margin:0 auto 6px;font-size:9px}.detail-track b{font-size:8px}.detail-track>div.on{color:var(--forest)}.detail-track>div.on span{background:var(--forest);color:#fff}.detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:13px}.detail-card{background:var(--paper);border:1px solid #e6e8e1;border-radius:16px;padding:16px}.detail-card>header{display:flex;align-items:center;gap:7px;color:var(--forest);margin-bottom:9px}.detail-card h3{font-size:12px}.item-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-top:1px solid #ebede7}.item-row b{font-size:10px;display:block}.item-row small{font-size:8px;margin-top:2px}.detail-card.money>div{display:flex;justify-content:space-between;padding:7px 0;font-size:10px;color:var(--muted)}.detail-card.money>div b{color:var(--ink);font-size:11px}.detail-card.money .balance{border-top:1px solid #e7eae4;margin-top:5px;padding-top:11px}.detail-card.money .balance b{color:#a55042;font-size:15px}.detail-card.money .button{width:100%;margin-top:11px}.detail-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.work-shell{min-height:100vh;display:flex;background:#f4f5f0}.workspace-sidebar{width:250px;min-height:100vh;height:100vh;position:sticky;top:0;background:#153d35;color:#d4e5de;padding:22px 16px;display:flex;flex-direction:column}.workspace-sidebar .brand{color:#fff;margin:0 8px}.workspace-sidebar .brand small{color:#9fc4b7}.workspace-sidebar .brand-mark{background:#f0c989}.workspace-sidebar .brand-mark:before,.workspace-sidebar .brand-mark:after,.workspace-sidebar .brand-mark span{background:#153d35}.sidebar-kicker{margin:40px 10px 9px;font-size:8px;color:#9fc4b7;font-weight:700}.workspace-sidebar nav{display:grid;gap:4px}.workspace-sidebar nav button{height:41px;border-radius:10px;background:transparent;color:#c7dbd2;display:flex;align-items:center;gap:10px;padding:0 11px;text-align:right;font-size:10px;font-weight:600}.workspace-sidebar nav button:hover{background:#245248}.workspace-sidebar nav button.active{background:#e2f0e9;color:#123d35;font-weight:800}.workspace-sidebar footer{margin-top:auto;border-top:1px solid #ffffff20;padding:15px 8px 1px}.workspace-sidebar footer>div{display:flex;align-items:center;gap:8px}.workspace-sidebar footer>div>span{width:31px;height:31px;border-radius:10px;background:#d5b483;color:#523723;display:grid;place-items:center;font-weight:800}.workspace-sidebar footer b{display:block;color:#fff;font-size:9px}.workspace-sidebar footer small{font-size:8px;color:#a7c4bb}.workspace-sidebar footer>button{display:flex;gap:6px;align-items:center;background:transparent;color:#b7d2c7;font-size:9px;margin-top:12px}.work-main{min-width:0;flex:1}.workspace-header{height:80px;background:#fffefb;border-bottom:1px solid #e7e9e3;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.workspace-header>div:first-child>span{font-size:9px;color:var(--muted);font-weight:600}.workspace-header h1{font-size:18px;margin-top:2px}.workspace-header>div:last-child{display:flex;gap:7px}.workspace-header button{height:35px;border:1px solid #e4e8e2;background:#fff;color:var(--ink);border-radius:10px;padding:0 10px;font-size:9px;display:flex;gap:6px;align-items:center;position:relative}.workspace-header button:first-child{width:35px;padding:0;display:grid;place-items:center}.workspace-header i{position:absolute;top:7px;left:8px;width:5px;height:5px;background:#d95b51;border-radius:50%;border:1px solid #fff}.work-page{padding:28px 32px;max-width:1540px}.factory-hero{display:flex;align-items:center;justify-content:space-between;background:#edf4ef;border:1px solid #dce9e0;border-radius:20px;padding:25px 28px;margin-bottom:16px}.factory-hero>div>span,.admin-hero>div>span{font-size:9px;color:var(--teal);font-weight:800}.factory-hero h1,.admin-hero h1{font-size:25px;letter-spacing:-1px;margin-top:4px}.factory-hero p,.admin-hero p{font-size:10px;color:var(--muted);margin-top:5px}.factory-hero article{min-width:145px;text-align:center;padding:13px;background:#fff;border-radius:15px;color:var(--forest);box-shadow:0 5px 15px #264c3c15}.factory-hero article svg{color:var(--copper)}.factory-hero article b{display:block;font-size:26px}.factory-hero article small{font-size:8px}.factory-filters{margin-bottom:14px}.factory-filters select{width:185px}.factory-table,.recent-table,.report-table,.fabric-table{background:var(--paper);border:1px solid #e4e8e1;border-radius:16px;overflow:auto}.factory-table table,.recent-table table,.report-table table,.fabric-table table{width:100%;min-width:900px;border-collapse:collapse}.factory-table th,.recent-table th,.report-table th,.fabric-table th{padding:12px 14px;text-align:right;background:#f6f7f2;color:#6e7c73;font-size:9px}.factory-table td,.recent-table td,.report-table td,.fabric-table td{border-bottom:1px solid #eef0eb;padding:12px 14px;font-size:9px}.factory-table td>b,.factory-table td small,.recent-table td>b,.recent-table td small,.report-table td>b,.report-table td small,.fabric-table td>b,.fabric-table td small{display:block}.factory-table td small,.recent-table td small,.report-table td small,.fabric-table td small{font-size:8px;margin-top:2px}.selection-line{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:8px}.factory-actions{display:flex;gap:5px}.factory-actions .button{min-height:31px;padding:0 8px;font-size:8px}.factory-actions select{height:31px;min-width:105px;font-size:8px;padding:0 6px}.admin-page{padding-top:27px}.admin-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.kpis article{background:var(--paper);border:1px solid #e7e9e2;border-radius:16px;padding:15px}.kpis article>span{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;margin-bottom:11px}.kpis .indigo{background:#e9edff;color:#5269d4}.kpis .teal{background:#e2f4ed;color:#1a876d}.kpis .copper{background:#fbe9d7;color:#ad632f}.kpis .violet{background:#eee9fb;color:#7656b9}.kpis small{font-size:8px}.kpis b{display:block;font-size:17px;margin:2px 0;color:var(--forest)}.kpis p{font-size:8px;color:var(--muted)}.admin-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin-bottom:14px}.panel{background:var(--paper);border:1px solid #e6e9e2;border-radius:16px;padding:17px}.panel>header{display:flex;align-items:start;justify-content:space-between;gap:9px}.panel>header span{display:block;font-size:8px;color:var(--teal);font-weight:800}.panel>header h2{font-size:14px;margin-top:2px}.stage-bars{display:grid;gap:11px;margin-top:17px}.stage-bars>div>div{display:flex;justify-content:space-between;font-size:9px}.stage-bars span{font-size:8px;color:var(--muted)}.stage-bars i{display:block;height:5px;background:#eef0eb;border-radius:5px;overflow:hidden;margin-top:5px}.stage-bars em{display:block;height:100%;background:linear-gradient(90deg,var(--teal),#79c5a6);border-radius:5px}.low-stock>div{padding:9px 0;border-top:1px solid #edf0e9;display:flex;gap:7px;align-items:center}.low-stock>div:first-of-type{margin-top:10px}.low-stock>div>span{width:28px;height:28px;border-radius:9px;background:#f8e7d7;color:#a85f31;display:grid;place-items:center;font-size:9px;font-weight:800}.low-stock section{flex:1}.low-stock b{display:block;font-size:9px}.low-stock small{font-size:8px}.low-stock em{font-size:9px;color:#aa5347;font-weight:800;font-style:normal}.recent-table{padding:0}.recent-table>header{padding:16px 17px}.recent-table>header>span{font-size:9px;color:var(--muted)}.recent-table .due,.report-table .due{color:#a65042;font-weight:800}.recent-table .paid,.report-table .paid{color:#287e60;font-weight:800}.page-heading{margin-top:0}.page-heading p{font-size:10px;color:var(--muted);margin-top:4px}.export-row{display:flex;gap:6px}.export-row .button{min-height:33px;font-size:8px}.report-table{padding:13px;margin-top:17px}.report-filters{background:#f7f8f3;margin-bottom:12px}.report-filters select{width:155px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.catalog-grid>article{background:var(--paper);border:1px solid #e5e9e2;border-radius:16px;padding:15px;position:relative}.catalog-icon{width:47px;height:47px;border-radius:14px;background:#e6f2ec;color:var(--forest);display:grid;place-items:center}.catalog-grid header{position:absolute;left:15px;top:15px;display:flex;gap:7px;align-items:center}.catalog-grid header button{background:transparent;color:var(--muted);letter-spacing:2px}.catalog-grid h3{font-size:14px;margin:13px 0 2px}.catalog-grid p{font:8px IBM Plex Mono;color:var(--muted)}.catalog-grid section{display:flex;gap:12px;margin:16px 0}.catalog-grid section span{font-size:8px;color:var(--muted)}.catalog-grid section b{display:block;font-size:9px;color:var(--ink);margin-top:3px}.catalog-grid footer{border-top:1px solid #edf0eb;padding-top:9px;display:flex;justify-content:space-between;align-items:center}.catalog-grid footer>b{font-size:11px;color:var(--forest)}.catalog-grid footer button{background:transparent;color:var(--teal);font-size:8px;font-weight:800;display:flex;gap:3px;align-items:center}.two-panels{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.fabric-table{padding:0}.fabric-table>header{padding:15px 16px}.fabric-table h2{font-size:14px}.fabric-table>header>span{font-size:9px;color:var(--muted)}.add-fabric{display:grid;gap:9px;align-content:start}.add-fabric>header{margin-bottom:5px}.add-fabric .stat-icon{flex:none}.add-fabric h2{font-size:13px}.add-fabric p{font-size:8px;color:var(--muted);margin-top:2px}.add-fabric .form-pair{grid-template-columns:1fr 1fr;gap:8px}.branches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.branches-grid article{background:var(--paper);border:1px solid #e5e9e2;border-radius:16px;padding:15px}.branches-grid header{display:flex;justify-content:space-between}.branch-kind{width:36px;height:36px;border-radius:12px;background:#e4f1eb;color:var(--forest);display:grid;place-items:center}.branches-grid h3{font-size:14px;margin:13px 0 2px}.branches-grid p{font-size:8px;color:var(--muted)}.branches-grid footer{display:flex;gap:13px;border-top:1px solid #edf0eb;margin-top:12px;padding-top:9px}.branches-grid footer span{display:flex;gap:3px;align-items:center;color:var(--muted);font-size:8px}.role-panel{margin-top:14px}.role-panel>header>span{font-size:8px;color:var(--muted)}.role-panel>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.role-panel article{background:#f7f8f3;border-radius:11px;padding:9px;display:flex;gap:7px;align-items:center}.role-panel article>span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#dfefe8;color:var(--forest);font-size:9px;font-weight:800}.role-panel article>div{flex:1}.role-panel b{font-size:9px;display:block}.role-panel small{font-size:7px}.role-panel button{background:transparent;color:var(--teal);font-size:7px;font-weight:800}.stage-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}.stage-timeline article{display:flex;align-items:center;gap:9px;background:var(--paper);border:1px solid #e5e9e2;border-radius:14px;padding:12px}.stage-timeline article>span{flex:none;width:26px;height:26px;border-radius:8px;background:#e7f2ed;color:var(--forest);display:grid;place-items:center;font-size:9px;font-weight:800}.stage-timeline h3{font-size:10px}.stage-timeline p{font-size:7px;color:var(--muted);margin-top:2px}.stage-timeline em{font-style:normal;color:var(--copper);font-size:7px;margin-right:auto}.assignment-panel>p{font-size:10px;color:var(--muted);line-height:1.9;margin:12px 0}.assignment-empty{background:#f6f8f3;border:1px dashed #cfd9d3;border-radius:13px;padding:21px;text-align:center;color:var(--muted);display:grid;place-items:center;gap:4px}.assignment-empty svg{color:var(--teal)}.assignment-empty b{font-size:10px;color:var(--ink)}.assignment-empty span{font-size:8px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-grid .panel{display:grid;gap:11px}.settings-grid header{display:flex;align-items:center;gap:7px;color:var(--forest)}.settings-grid header h2{font-size:14px}.switch-row{display:flex;gap:8px;align-items:center;font-size:9px;font-weight:600}.switch-row input{display:none}.switch-row>span{width:34px;height:20px;border-radius:12px;background:#dce1dd;position:relative}.switch-row>span:after{content:"";position:absolute;right:3px;top:2.5px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0002;transition:.18s}.switch-row input:checked+span{background:var(--teal)}.switch-row input:checked+span:after{transform:translate(-14px)}.app-error{min-height:100vh;background:var(--cream);display:grid;place-items:center;align-content:center;gap:24px}.app-error section{max-width:450px;text-align:center;background:var(--paper);border:1px solid #e5e8e2;border-radius:20px;padding:34px}.app-error section>span{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:16px;background:#e7f3ed;color:var(--teal)}.app-error h1{font-size:18px;margin-top:12px}.app-error p{font-size:11px;color:var(--muted);margin:7px 0 17px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.workspace-sidebar{width:215px}.work-page{padding:24px}.kpis,.catalog-grid,.branches-grid{grid-template-columns:repeat(2,1fr)}.two-panels{grid-template-columns:1fr}.measure-grid>div{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.login-shell{grid-template-columns:1fr}.login-story{min-height:300px;padding:30px}.login-copy{margin:0}.login-copy h1{font-size:34px}.login-promise{display:none}.login-form-wrap{padding:30px 22px}.branch-header{padding:0 16px}.branch-header nav{display:none}.branch-page{padding:24px 15px}.branch-hero{padding:25px;min-height:auto}.branch-hero article{display:none}.branch-stats,.order-cards,.receipt-list,.quick-form,.customer-results,.body-profile>div,.fabric-grid,.review-grid{grid-template-columns:1fr}.measure-grid>div{grid-template-columns:repeat(2,1fr)}.stepper{overflow:auto}.stepper li{min-width:100px}.wizard-panel{padding:18px}.product-choices,.detail-grid{grid-template-columns:1fr}.detail-track{overflow:auto}.detail-track>div{min-width:95px}.workspace-sidebar{width:66px;padding:17px 9px;align-items:center}.workspace-sidebar .brand>div,.workspace-sidebar .sidebar-kicker,.workspace-sidebar nav span,.workspace-sidebar footer section,.workspace-sidebar footer>button{display:none}.workspace-sidebar .brand{margin:0}.workspace-sidebar nav button{width:45px;justify-content:center;padding:0}.workspace-sidebar footer{padding:14px 0 0}.workspace-sidebar footer>div{justify-content:center}.workspace-header{height:70px;padding:0 17px}.workspace-header h1{font-size:16px}.workspace-header>div:last-child button:last-child{display:none}.work-page{padding:20px 16px}.factory-hero,.admin-hero{flex-direction:column;align-items:flex-start;gap:12px}.factory-hero article{display:none}.factory-filters,.report-filters{flex-wrap:wrap}.factory-filters select,.report-filters select{width:calc(50% - 5px)}.admin-grid,.settings-grid{grid-template-columns:1fr}.stage-timeline{grid-template-columns:1fr 1fr}.role-panel>div{grid-template-columns:1fr}.toast{left:14px;right:14px;bottom:14px}.modal-backdrop{padding:10px}.page-heading{align-items:flex-start;flex-direction:column}.two-panels{display:block}.two-panels>.panel+.panel{margin-top:12px}}@media (max-width:480px){.branch-hero h1{font-size:25px}.filters{flex-wrap:wrap}.filters label{min-width:100%}.filters select,.filters .button{flex:1;width:auto}.fabric-size{grid-template-columns:1fr}.detail-head h1{font-size:18px}.kpis{grid-template-columns:1fr 1fr}.kpis article{padding:12px}.kpis b{font-size:13px}.catalog-grid,.branches-grid,.stage-timeline{grid-template-columns:1fr}.factory-filters>*{width:100%!important}.factory-filters label{min-width:100%}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.language-toggle{width:35px;height:35px;border:1px solid #dce4df;border-radius:10px;background:#fff;color:var(--forest);display:inline-flex;align-items:center;justify-content:center;gap:3px;font:800 9px Alexandria,sans-serif;flex:none}.language-toggle.light{border-color:#fff4;background:#fff1;color:#fff}.login-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.branch-tools{display:flex;align-items:center;gap:8px}.locale-en{text-align:left}.locale-en .brand,.locale-en .workspace-sidebar nav button,.locale-en .workspace-sidebar footer>div,.locale-en .factory-table th,.locale-en .recent-table th,.locale-en .report-table th,.locale-en .fabric-table th{text-align:left}.locale-en .workspace-sidebar nav button,.locale-en .workspace-sidebar footer>div,.locale-en .brand,.locale-en .branch-header,.locale-en .branch-tools,.locale-en .branch-hero,.locale-en .order-card header,.locale-en .order-card>div,.locale-en .order-card footer,.locale-en .page-title,.locale-en .section-head,.locale-en .page-heading,.locale-en .factory-hero,.locale-en .admin-hero,.locale-en .detail-head{direction:ltr}.locale-en .workspace-sidebar{border-left:0;border-right:1px solid #ffffff20}.locale-en .order-card>div section{margin-right:0;margin-left:9px}.locale-en .customer-results>button,.locale-en .product-choices button,.locale-en .style-stack article>header,.locale-en .receipt-list header,.locale-en .factory-actions,.locale-en .workspace-sidebar nav button{direction:ltr;text-align:left}.locale-en .style-stack article.needs-choice{border-right:1px solid #e5e9e3;border-left:3px solid #d79a54}.locale-en .style-stack article header svg{margin-right:0;margin-left:auto}.locale-en .total-line b,.locale-en .stage-timeline em{margin-right:0;margin-left:auto}.locale-en .login-copy h1,.locale-en .login-copy p,.locale-en .login-promise,.locale-en .login-form{text-align:left}.locale-en .detail-track>div:not(:last-child):after{right:-43%;left:58%}.locale-en .toast{left:auto;right:25px}.locale-en .user-menu{left:auto;right:0}.locale-en .customer-results svg{margin-left:0;margin-right:auto}@media (max-width:800px){.locale-en .toast{right:14px;left:14px}}.locale-ar,.locale-en,input,select,textarea,table,.status,.language-toggle{font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1,"tnum" 1}.locale-ar input[type=number],.locale-ar input[dir=ltr],.locale-ar .mono,.locale-ar [dir=ltr]{direction:ltr;unicode-bidi:plaintext}.shipment-ready-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.shipment-ready-grid>article{background:var(--paper);border:1px solid #e5e9e2;border-radius:16px;padding:15px}.shipment-ready-grid header{display:flex;align-items:center;gap:8px}.shipment-ready-grid header>div{flex:1}.shipment-ready-grid header b{display:block;font:600 11px IBM Plex Mono}.shipment-ready-grid header small{font-size:8px;margin-top:2px}.shipment-ready-grid article>section{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.shipment-ready-grid article>section div:last-child{grid-column:1/-1;border-top:1px solid #eef0eb;padding-top:9px}.shipment-ready-grid article>section span{display:block;font-size:8px;color:var(--muted)}.shipment-ready-grid article>section b{font-size:10px;display:block;margin-top:3px}.shipment-ready-grid .button{width:100%}.locale-en .shipment-ready-grid header,.locale-en .shipment-ready-grid article>section{direction:ltr;text-align:left}@media (max-width:1100px){.shipment-ready-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.shipment-ready-grid{grid-template-columns:1fr}}.seller-wizard{max-width:1180px;margin:0 auto;padding-bottom:56px}.seller-wizard-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:26px 0 18px}.seller-wizard-head>div>span,.step-kicker{display:block;color:var(--teal);font:700 10px/1.2 IBM Plex Mono,monospace;letter-spacing:.08em}.seller-wizard-head h1{font-size:clamp(28px,4vw,48px);margin:8px 0;color:var(--ink)}.seller-wizard-head h1 em{color:var(--copper);font-style:normal}.seller-wizard-head p{color:var(--muted);max-width:620px;margin:0}.cart-counter{display:flex;gap:10px;align-items:center;min-width:150px;padding:13px 16px;background:var(--ink);color:#fff;border:0;border-radius:15px;text-align:right}.cart-counter svg{color:#f4bc6a}.cart-counter section{display:grid;gap:3px}.cart-counter small{font-size:9px;color:#b8c4bd}.cart-counter b{font-size:12px}.seller-stepper{display:flex;gap:3px;list-style:none;padding:10px;border:1px solid #e5e9e2;border-radius:17px;background:#fbfcf9;overflow-x:auto;margin:0 0 18px}.seller-stepper li{flex:1;min-width:88px;display:flex;gap:7px;align-items:center;padding:9px 10px;border-radius:11px;color:#9ba79f;font-size:10px;white-space:nowrap}.seller-stepper li span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#e8ece6;font:700 9px IBM Plex Mono,monospace}.seller-stepper li.current{background:#edf5f1;color:#174b3d}.seller-stepper li.current span{background:var(--teal);color:#fff}.seller-stepper li.done{color:#507064}.seller-stepper li.done span{background:#d7eadf;color:#1d7b55}.seller-workspace{background:#fff;border:1px solid #e5e9e2;border-radius:22px;box-shadow:0 14px 36px #1a30250f;padding:clamp(18px,3vw,34px);min-height:480px}.seller-workspace .wizard-step{max-width:100%}.seller-workspace .wizard-step>header{padding-bottom:20px;border-bottom:1px dashed #d9e1da;margin-bottom:22px}.seller-workspace .wizard-step>header h2{font-size:24px;margin:7px 0}.seller-workspace .wizard-step>header p{margin:0;color:var(--muted)}.seller-workspace .wizard-step>footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf0eb;margin-top:26px;padding-top:18px}.seller-workspace .wizard-step>footer .button:last-child{margin-right:auto}.sequential-details .detail-progress{display:flex;gap:8px;overflow-x:auto;padding:4px 0 18px}.detail-progress button{display:flex;gap:7px;align-items:center;white-space:nowrap;padding:9px 12px;border-radius:11px;border:1px solid #e1e7e0;background:#fff;color:#7d8b82;font-size:10px}.detail-progress button span{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#eef1ed;color:#87948c;font-size:9px}.detail-progress button.current{background:#174b3d;color:#fff;border-color:#174b3d}.detail-progress button.current span{background:#f4bc6a;color:#174b3d}.detail-progress button.done{background:#f1f7f2;border-color:#cfe2d2;color:#39735a}.detail-focus{border-radius:18px;background:linear-gradient(140deg,#f8fbf7,#edf4ef);border:1px solid #dde8de;padding:20px}.detail-focus>header{display:flex;gap:12px;align-items:center;border:0!important;margin:0!important;padding:0 0 16px!important}.detail-focus>header>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--ink);color:#fff;font:700 12px IBM Plex Mono,monospace}.detail-focus header small{color:var(--teal);font-size:9px}.detail-focus header h3{margin:4px 0 0;font-size:19px}.detail-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.detail-option-grid button{position:relative;text-align:right;padding:16px 38px 16px 14px;background:#fff;border:1px solid #dbe5dc;border-radius:13px;min-height:72px;transition:transform .16s var(--ease-out),border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}.detail-option-grid button:hover{transform:translateY(-2px);box-shadow:0 7px 18px #193b2b14}.detail-option-grid button.selected{border:2px solid var(--teal);background:#f2f9f4}.detail-option-grid button b{font-size:11px;display:block}.detail-option-grid button small{display:block;color:var(--copper);font-size:9px;margin-top:5px}.detail-option-grid button i{position:absolute;right:12px;top:14px;color:var(--teal);font-style:normal}.cart-step{max-width:850px!important;margin:auto}.cart-lines{display:grid;gap:10px}.cart-lines>article{display:grid;grid-template-columns:40px 1fr 34px;align-items:center;gap:13px;padding:13px;border:1px solid #e1e8e0;border-radius:15px;background:#fbfcf9}.cart-line-number{height:31px;width:31px;display:grid;place-items:center;background:#e3efe7;color:#216447;border-radius:10px;font:700 11px IBM Plex Mono,monospace}.cart-line-main header{display:flex;gap:9px;align-items:center}.cart-line-main header svg{color:var(--copper)}.cart-line-main header b{display:block;font-size:12px}.cart-line-main header small{display:block;color:var(--muted);font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px}.cart-line-main footer{display:flex;justify-content:space-between;padding:10px 0 0;margin-top:10px;border-top:1px dashed #dde5dd;font-size:9px;color:var(--muted)}.cart-line-main footer b{color:var(--ink);font-size:11px}.cart-remove{width:30px;height:30px;border:0;border-radius:9px;background:#fff1ef;color:#bb4d3d;display:grid;place-items:center}.cart-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:14px 16px;background:#173f34;border-radius:14px;color:#fff}.cart-actions section{display:grid;text-align:left;gap:3px}.cart-actions section small{font-size:9px;color:#b9d0c4}.cart-actions section b{font-size:15px}.profile-board{background:#f8faf7;border:1px solid #e1e9e0;border-radius:17px;padding:18px;margin-bottom:18px}.profile-board>header,.measure-sheet>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.profile-board h3,.measure-sheet h3{margin:0;font-size:15px}.profile-board header small,.measure-sheet header small{color:var(--muted);font-size:9px}.profile-board>div{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.profile-board article{padding:11px;border-radius:12px;background:#fff;border:1px solid #e6ece5}.profile-board article>b{font-size:10px;display:block;margin-bottom:8px}.profile-board article section{display:flex;flex-wrap:wrap;gap:6px}.profile-board article button{border:1px solid #dce5dc;background:#fff;border-radius:100px;padding:5px 10px;font-size:9px;color:#6c7a70}.profile-board article button.selected{background:#dff0e5;border-color:#4c9871;color:#175238;font-weight:700}.measure-sheet{border:1px solid #e1e8e0;border-radius:17px;overflow:hidden}.measure-sheet>header{margin:0;padding:15px 18px;background:#f3f7f2}.measure-sheet>header>span{font:700 9px IBM Plex Mono,monospace;color:#587168}.measure-sheet>div{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.measure-sheet label{padding:11px 13px;border-left:1px solid #e7ece6;border-top:1px solid #e7ece6}.measure-sheet label>span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:600;margin-bottom:7px}.measure-sheet label i{font:700 8px IBM Plex Mono,monospace;color:#8a988f;font-style:normal}.measure-sheet label section{display:flex;border:1px solid #dce5dc;border-radius:8px;overflow:hidden}.measure-sheet input{border:0!important;box-shadow:none!important;min-width:0;padding:7px 8px}.measure-sheet em{padding:7px;background:#f2f5f1;color:#718076;font-size:9px;font-style:normal}.fabric-target{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f7f9f6;border:1px solid #e0e9e0;border-radius:13px;margin-bottom:16px}.fabric-target>div{display:flex;gap:10px;align-items:center}.fabric-target svg{color:var(--copper)}.fabric-target section{display:grid;gap:4px}.fabric-target small{font-size:9px;color:var(--muted)}.fabric-target>b{font-size:12px}.external-fabric-note{display:flex;gap:9px;align-items:center;padding:14px;border-radius:12px;background:#eff8f1;color:#296848;font-size:11px}.reference-review{max-width:800px!important;margin:auto}.checkout-summary{display:grid;gap:8px}.checkout-customer{display:flex;gap:10px;align-items:center;background:#f6f9f5;border-radius:13px;padding:13px}.checkout-customer>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d7eadf;color:#245e40;font-weight:700}.checkout-customer section{display:grid;gap:2px}.checkout-customer small,.checkout-customer em{font-size:9px;color:var(--muted);font-style:normal}.checkout-summary>article{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;border-bottom:1px dashed #dce5dc;padding:11px 4px}.checkout-summary>article>span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#edf4ee;color:#39745a;font:700 9px IBM Plex Mono,monospace}.checkout-summary article section{display:grid;gap:3px}.checkout-summary article b{font-size:11px}.checkout-summary article small{font-size:9px;color:var(--muted)}.checkout-total{border-radius:14px;background:#163f34;color:#fff;padding:14px 16px;margin-top:18px}.checkout-total>div,.checkout-total strong{display:flex;justify-content:space-between;padding:7px 0;font-size:10px}.checkout-total>div{color:#d0dfd5}.checkout-total strong{border-top:1px solid rgba(255,255,255,.2);margin-top:5px;padding-top:12px;font-size:14px}.locale-en .seller-wizard,.locale-en .seller-workspace{text-align:left}.locale-en .seller-wizard-head,.locale-en .seller-workspace .wizard-step>footer,.locale-en .cart-actions,.locale-en .fabric-target,.locale-en .profile-board>header,.locale-en .measure-sheet>header{direction:ltr}.locale-en .detail-option-grid button,.locale-en .cart-line-main header,.locale-en .detail-focus{text-align:left}.locale-en .detail-option-grid button i{right:auto;left:12px}.locale-en .measure-sheet label{border-left:0;border-right:1px solid #e7ece6}@media (max-width:800px){.seller-wizard-head{align-items:flex-start;flex-direction:column}.cart-counter{width:100%}.detail-option-grid,.measure-sheet>div{grid-template-columns:repeat(2,1fr)}.profile-board>div{grid-template-columns:1fr}.seller-stepper{margin-inline:-4px}.seller-workspace{padding:18px}.cart-line-main header small{max-width:210px}}@media (max-width:520px){.detail-option-grid,.measure-sheet>div{grid-template-columns:1fr}.seller-workspace .wizard-step>footer{flex-wrap:wrap}.seller-workspace .wizard-step>footer .button{flex:1}.seller-workspace .wizard-step>footer .button:last-child{margin-right:0}.cart-actions{align-items:stretch;flex-direction:column}.cart-actions section{text-align:right}.fabric-target{align-items:flex-start;gap:12px;flex-direction:column}.seller-stepper li{min-width:76px;padding:8px}.seller-stepper li b{font-size:9px}}.branch-quick-actions{width:min(100%,660px);margin:26px auto 40px;display:grid;gap:14px}.button.quick-action{position:relative;display:flex;align-items:center;justify-content:center;gap:11px;min-height:62px;width:100%;padding:14px 28px;border-radius:999px;font-size:15px;font-weight:800;letter-spacing:-.01em;box-shadow:none;transition:transform .16s var(--ease-out),box-shadow .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.button.quick-action:hover{transform:translateY(-2px);box-shadow:0 13px 25px #094b442e}.button.quick-action:active{transform:scale(.97)}.button.quick-action svg{flex:0 0 auto}.button.quick-action>span{position:absolute;inset-inline-start:18px;min-width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#ffffff2e;font:800 10px IBM Plex Mono,monospace}.button.quick-action.action-create,.button.quick-action.action-incomplete{color:#fff;border:1px solid transparent;background:linear-gradient(100deg,#45c9cd,#138d8a 42%,#06413d)}.button.quick-action.action-create{box-shadow:0 11px 22px #0c68602e}.button.quick-action.action-incomplete{background:linear-gradient(100deg,#32b8bf,#0a6d68 48%,#063b37)}.button.quick-action.action-outline{color:#174c47;border:1.5px solid #45b9ba;background:#fff}.button.quick-action.action-outline>span{background:#e8f7f5;color:#176f69}.button.quick-action.action-outline:hover{background:#f6fcfb;border-color:#169d9a}@media (max-width:640px){.branch-quick-actions{margin:20px auto 32px;gap:11px}.button.quick-action{min-height:56px;font-size:14px}.button.quick-action>span{inset-inline-start:14px}}.customer-lookup .customer-phone-search{display:flex;gap:10px;align-items:center;margin:4px 0 18px}.customer-phone-search label{position:relative;display:flex;align-items:center;flex:1}.customer-phone-search label svg{position:absolute;right:15px;color:var(--teal);pointer-events:none}.customer-phone-search input{width:100%;padding-right:44px;font-weight:700;letter-spacing:.04em}.customer-phone-search .button{min-width:112px;justify-content:center}.lookup-idle{display:flex;gap:14px;align-items:center;padding:22px;border:1px dashed #c9dbd1;border-radius:16px;background:linear-gradient(130deg,#fbfdf9,#f0f7f1);color:#587066}.lookup-idle>span{width:41px;height:41px;display:grid;place-items:center;border-radius:13px;background:#e2f0e7;color:#238565}.lookup-idle div{display:grid;gap:4px}.lookup-idle b{font-size:12px;color:var(--ink)}.lookup-idle p{margin:0;font-size:10px;color:var(--muted)}.found-customer{display:flex;align-items:center;gap:13px;padding:16px 18px;border:1px solid #bee2cd;border-radius:16px;background:linear-gradient(105deg,#f4fbf5,#e9f5ed)}.found-customer>span{height:43px;width:43px;border-radius:14px;display:grid;place-items:center;background:#167157;color:#fff;font-size:17px;font-weight:800}.found-customer>div{display:grid;gap:3px}.found-customer small{font-size:9px;color:#4f8a6d}.found-customer b{font-size:13px;color:#183f31}.found-customer em{font:600 10px IBM Plex Mono,monospace;color:#557467;font-style:normal}.found-customer .button{margin-right:auto;font-size:10px;padding:7px 10px}.customer-history{margin-top:16px;padding:17px;border:1px solid #e0e9e1;border-radius:17px;background:#fbfdf9}.customer-history>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.customer-history>header>div{display:flex;align-items:center;gap:10px}.history-icon{height:31px;width:31px;border-radius:10px;display:grid;place-items:center;background:#e8f3ec;color:#23765a}.customer-history header section{display:grid;gap:3px}.customer-history header small{font-size:9px;color:var(--muted)}.customer-history h3{margin:0;font-size:13px}.customer-history>header>b{min-width:44px;padding:6px 8px;text-align:center;border-radius:999px;background:#edf5ef;color:#286a50;font:800 10px IBM Plex Mono,monospace}.customer-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-history-card{padding:12px;border-radius:13px;border:1px solid #e0e9e1;background:#fff}.customer-history-card>header{display:flex;justify-content:space-between;gap:6px;align-items:center}.customer-history-card>header>b{font:800 10px IBM Plex Mono,monospace;color:var(--ink)}.customer-history-card>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 0;margin:10px 0;border-top:1px dashed #e1e8e1;border-bottom:1px dashed #e1e8e1}.customer-history-card section{display:grid;gap:4px}.customer-history-card section small{font-size:9px;color:var(--muted)}.customer-history-card section b{font-size:10px;color:#285b48}.customer-history-card footer{display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#7b8d82}.customer-history-card footer .due{color:#a35b32}.customer-history-card footer .paid{color:#28795a}.history-empty{grid-column:1/-1;display:flex;gap:8px;align-items:center;padding:13px;border-radius:11px;background:#f2f6f1;color:#708076;font-size:10px}.history-empty svg{color:#599275}.new-customer-panel{margin-top:16px;padding:18px;border:1px solid #d8e7dd;border-radius:17px;background:#f9fcf9}.new-customer-panel>header{display:flex;gap:11px;align-items:flex-start;margin-bottom:15px}.new-customer-panel>header>span{height:34px;width:34px;border-radius:10px;display:grid;place-items:center;background:#e3f1e7;color:#28785a}.new-customer-panel header div{display:grid;gap:3px}.new-customer-panel header small{font-size:9px;color:#418167}.new-customer-panel h3{margin:0;font-size:14px}.new-customer-panel p{margin:1px 0 0;color:var(--muted);font-size:10px}.new-customer-panel input[readonly]{background:#edf2ed;color:#557164}@media (max-width:640px){.customer-lookup .customer-phone-search{align-items:stretch;flex-direction:column}.customer-phone-search .button{min-height:46px}.customer-history-grid{grid-template-columns:1fr}.found-customer{align-items:flex-start;flex-wrap:wrap}.found-customer .button{margin-right:0;margin-inline-start:auto}.customer-history-card>div{grid-template-columns:1fr 1fr}}.incomplete-page .page-title{margin-bottom:22px}.incomplete-page .page-title p{margin:7px 0 0;color:var(--muted);font-size:11px}.draft-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.draft-card{padding:17px;border:1px solid #dce8df;border-radius:18px;background:linear-gradient(145deg,#fff,#f6faf7);box-shadow:0 8px 20px #1e452f0a}.draft-card>header{display:flex;align-items:center;gap:10px}.draft-mark{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#dff2e5;color:#237453}.draft-card header>div{display:grid;gap:3px}.draft-card header small{font-size:9px;color:#659078}.draft-card header b{font-size:13px}.draft-card header>em{margin-inline-start:auto;color:#819287;font:700 9px IBM Plex Mono,monospace;font-style:normal}.draft-card>section{display:flex;align-items:center;gap:9px;padding:14px 0;margin-top:13px;border-top:1px dashed #dce7df;border-bottom:1px dashed #dce7df}.draft-card>section>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#eef4ef;color:#3e7459;font-weight:800;font-size:11px}.draft-card section div{display:grid;gap:3px}.draft-card section b{font-size:11px}.draft-card section small{font:600 9px IBM Plex Mono,monospace;color:var(--muted)}.draft-card footer{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:13px}.draft-card footer>small{max-width:215px;color:#718277;font-size:9px;line-height:1.6}.draft-card footer .button{padding:8px 11px;font-size:10px;white-space:nowrap}@media (max-width:760px){.draft-grid{grid-template-columns:1fr}.incomplete-page .page-title{align-items:flex-start;flex-direction:column}.draft-card footer{align-items:flex-start;flex-direction:column}.draft-card footer>small{max-width:none}}.draft-open-card{cursor:pointer;transition:transform .18s var(--ease-out,cubic-bezier(.23,1,.32,1)),box-shadow .18s}.draft-open-card:hover{transform:translateY(-2px);box-shadow:0 15px 30px #1a432d1a}.draft-open-card:focus-visible{outline:3px solid #55bfa2;outline-offset:3px}.draft-card footer>div{display:flex;gap:7px;align-items:center}.draft-delete,.draft-delete-link{border:0;cursor:pointer;display:inline-grid;place-items:center;color:#b4554e;background:#fff1ef;transition:transform .16s ease,background .16s}.draft-delete{width:32px;height:32px;border-radius:10px}.draft-delete:hover,.draft-delete-link:hover{background:#ffdeda;color:#963c37}.draft-delete:active{transform:scale(.94)}.draft-workspace-page{max-width:1280px}.draft-workspace-top{display:flex;align-items:center;gap:18px;margin-bottom:20px}.draft-back{border:0;background:transparent;color:#316d54;font-weight:750;font-size:11px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.draft-workspace-top section{display:grid;gap:4px;flex:1}.draft-workspace-top section span{font-size:9px;color:#4f8c70}.draft-workspace-top h1{font-size:22px;margin:0}.draft-delete-link{padding:9px 12px;border-radius:10px;font-weight:700;font-size:10px;gap:6px}.draft-workspace-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start;direction:ltr}.draft-price-panel,.draft-product-editor{direction:rtl}.draft-price-panel{position:sticky;top:18px;border:1px solid #dce6df;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 16px 35px #1e3e2a0f}.draft-price-panel>header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;color:#174a38;font-weight:800;border-bottom:1px solid #edf1ed}.draft-price-panel>header span{font-size:13px}.draft-price-panel>header svg{color:#26a07c}.draft-price-panel dl{margin:0;padding:13px 18px;display:grid;gap:11px}.draft-price-panel dl div{display:flex;justify-content:space-between;gap:10px}.draft-price-panel dt{color:#76877c;font-size:11px}.draft-price-panel dd{margin:0;color:#284b3d;font:750 11px IBM Plex Mono,monospace}.draft-price-panel>strong{display:flex;justify-content:space-between;padding:14px 18px;border-top:1px solid #e7eee9;border-bottom:1px solid #e7eee9;color:#133e2e;font-size:13px}.draft-price-panel>strong b{font-family:IBM Plex Mono,monospace}.draft-customer-mini{display:flex;align-items:center;gap:10px;padding:15px 18px}.draft-customer-mini>span{height:33px;width:33px;border-radius:11px;display:grid;place-items:center;background:#e2f3e8;color:#297557;font-weight:800}.draft-customer-mini>div{display:grid;gap:3px}.draft-customer-mini small{font-size:9px;color:#819287}.draft-customer-mini b{font-size:11px}.draft-customer-mini em{font:600 9px IBM Plex Mono,monospace;color:#687f72;font-style:normal}.draft-continue-side{margin:0 14px 14px;width:calc(100% - 28px);justify-content:center}.draft-product-editor{border:1px solid #dce6df;border-radius:22px;padding:24px;background:linear-gradient(140deg,#fff,#fbfdf9);min-height:560px}.draft-editor-heading{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid #edf1ed}.draft-editor-heading div{display:grid;gap:5px}.draft-editor-heading span:first-child{font-size:10px;color:#39785d}.draft-editor-heading h2{font-size:18px;margin:0}.draft-status-pill{padding:6px 9px;border-radius:999px;background:#fff4db;color:#a76a14;font-weight:800;font-size:9px}.draft-product-card{display:grid;grid-template-columns:175px minmax(0,1fr);gap:22px;padding:20px 0;border-bottom:1px solid #edf1ed}.draft-product-art{min-height:175px;border-radius:17px;background:linear-gradient(140deg,#e8f5ed,#f9fbf8);display:grid;place-items:center;color:#318461;position:relative;overflow:hidden}.draft-product-art:before{content:"";position:absolute;width:160px;height:160px;border:1px solid rgba(32,126,94,.15);border-radius:50%;transform:translate(38px,-40px)}.draft-product-art svg{z-index:1;filter:drop-shadow(0 6px 8px rgba(25,93,66,.16))}.draft-product-card>section{display:grid;grid-template-rows:auto 1fr;gap:16px}.draft-product-card>section>header{display:flex;justify-content:space-between;gap:12px}.draft-product-card header>div{display:grid;gap:5px}.draft-product-card small{font-size:10px;color:#71877a}.draft-product-card h3{margin:0;font-size:18px;color:#173c2d}.draft-product-card p{margin:0;color:#74887c;font-size:11px}.draft-quantity{align-self:end;display:flex;align-items:center;gap:14px}.draft-quantity>span{font-size:11px;color:#687e72}.draft-quantity>div{display:flex;align-items:center;gap:7px}.draft-quantity>div button{height:28px;width:28px;border:1px solid #dbe8df;border-radius:50%;background:#fff;color:#1f8060;font-weight:900;cursor:pointer}.draft-quantity>div b{min-width:26px;text-align:center;font-family:IBM Plex Mono,monospace}.draft-quantity>strong{margin-inline-start:auto;font:800 16px IBM Plex Mono,monospace;color:#163e2e}.draft-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px 0}.draft-choice-grid article{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e2eae4;border-radius:14px;background:#fff;transition:transform .16s,box-shadow .16s}.draft-choice-grid article:hover{transform:translateY(-2px);box-shadow:0 9px 22px #2a523b12}.draft-choice-grid article>span{height:38px;width:38px;display:grid;place-items:center;border-radius:12px;background:#e6f4eb;color:#278363}.draft-choice-grid article>div{display:grid;gap:4px;flex:1}.draft-choice-grid b{font-size:12px}.draft-choice-grid p{margin:0;font-size:9px;line-height:1.55;color:#778b80}.draft-choice-grid article>svg{color:#72a28d}.draft-notes{padding:0 0 18px}.draft-notes label{display:grid;gap:8px}.draft-notes label>span{font-size:11px;font-weight:800}.draft-notes textarea{height:85px;resize:vertical;padding:12px;border-radius:13px;border:1px solid #dde7df;background:#fff;font:inherit;font-size:11px}.draft-editor-footer{padding-top:16px;border-top:1px solid #edf1ed;display:flex;align-items:center;justify-content:space-between;gap:16px}.draft-editor-footer>div{display:flex;align-items:center;gap:8px;color:#6b8174;font-size:10px}.draft-editor-footer>div svg{color:#449477}.draft-editor-footer .button{white-space:nowrap}@media (max-width:900px){.draft-workspace-layout{grid-template-columns:1fr;direction:rtl}.draft-price-panel{position:relative;top:auto;order:2}.draft-product-editor{order:1}}@media (max-width:620px){.draft-workspace-top{align-items:flex-start;flex-wrap:wrap}.draft-workspace-top section{order:3;flex-basis:100%}.draft-workspace-layout{gap:14px}.draft-product-editor{padding:16px}.draft-product-card{grid-template-columns:1fr}.draft-product-art{min-height:130px}.draft-choice-grid{grid-template-columns:1fr}.draft-editor-footer{align-items:flex-start;flex-direction:column}.draft-editor-footer .button{width:100%;justify-content:center}.draft-delete-link{margin-inline-start:auto}}.seller-wizard-compact{padding-top:12px}.seller-wizard-compact .seller-workspace{max-width:100%;margin:0}.seller-wizard-compact .wizard-step{margin-top:0}.seller-wizard-compact .wizard-step>header:first-child{padding-top:0}@media (max-width:640px){.seller-wizard-compact{padding-top:4px}}.draft-top-actions{display:flex;align-items:center;gap:8px}.draft-model-picker{margin:-4px 0 20px;padding:17px;border:1px solid #bee3cf;border-radius:18px;background:linear-gradient(120deg,#f4fbf6,#eaf6ee)}.draft-model-picker>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:13px}.draft-model-picker header div{display:grid;gap:4px}.draft-model-picker header span{font-size:10px;color:#378365}.draft-model-picker h3{margin:0;font-size:14px}.draft-model-picker>header>button{border:0;background:#fff;color:#4b846b;height:29px;width:29px;border-radius:9px;display:grid;place-items:center;cursor:pointer}.draft-model-picker>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.draft-model-picker>div>button{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid #d5e8db;background:#fff;border-radius:12px;text-align:right;cursor:pointer;transition:transform .16s,box-shadow .16s}.draft-model-picker>div>button:hover{transform:translateY(-2px);box-shadow:0 9px 18px #27674b1a}.draft-model-picker>div>button>svg:first-child{color:#208161}.draft-model-picker section{display:grid;gap:3px;flex:1}.draft-model-picker b{font-size:11px}.draft-model-picker small{font-size:9px;color:#708477}.draft-model-picker strong{font:800 10px IBM Plex Mono,monospace;color:#245e46}.draft-model-picker>div>button>svg:last-child{color:#66a985}.draft-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px 0}.draft-model-card{border:1px solid #dfe9e2;border-radius:17px;background:#fff;overflow:hidden}.draft-model-card>header{display:grid;grid-template-columns:96px minmax(0,1fr) 31px;align-items:start;gap:12px;padding:13px;border-bottom:1px solid #edf2ee}.draft-model-card .draft-product-art{min-height:95px;border-radius:13px}.draft-model-card header>section{display:grid;align-content:center;gap:4px;min-height:95px}.draft-model-card header small{font-size:9px;color:#6f917d}.draft-model-card header h3{margin:0;font-size:14px}.draft-model-card header p{margin:0;font-size:9px;color:#75877b}.draft-item-controls{padding:13px;display:grid;gap:11px}.draft-item-controls .draft-quantity{margin:0}.draft-item-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.draft-item-choice button{display:flex;align-items:center;gap:7px;padding:9px;border:1px solid #e1eae3;border-radius:11px;background:#fbfdfb;text-align:right;cursor:pointer}.draft-item-choice button>svg:first-child{color:#288364;flex:none}.draft-item-choice span{display:grid;gap:2px;flex:1}.draft-item-choice b{font-size:10px}.draft-item-choice small{font-size:8px;color:#778a7d}.draft-item-choice button>svg:last-child{color:#8aa99a}.draft-item-note{display:grid;gap:5px}.draft-item-note>span{font-size:10px;font-weight:800;color:#527064}.draft-item-note textarea{height:52px;border:1px solid #e0e9e2;border-radius:10px;padding:8px;background:#fcfdfc;font:inherit;font-size:9px;resize:vertical}.draft-price-panel dl div:first-child dd{color:#21775a}@media (max-width:920px){.draft-model-picker>div{grid-template-columns:repeat(2,minmax(0,1fr))}.draft-model-grid{grid-template-columns:1fr}}@media (max-width:620px){.draft-workspace-top{gap:10px}.draft-top-actions{width:100%;justify-content:space-between}.draft-model-picker>div{grid-template-columns:1fr}.draft-model-card>header{grid-template-columns:78px minmax(0,1fr) 31px}.draft-model-card .draft-product-art{min-height:78px}.draft-model-card header>section{min-height:78px}.draft-item-choice{grid-template-columns:1fr}}
