@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}}
