html{font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{color:#20242a;background:#f5f6f8;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.app-shell{min-height:100vh}.top-header{background:#fff;border-bottom:1px solid #e4e6e8;padding:12px 24px}.brand{align-items:center;gap:14px;max-width:1100px;margin:0 auto;display:flex}.brand img{object-fit:contain;width:58px;height:58px}.brand h1{margin:0;font-size:22px}.brand p{color:#777;margin:3px 0 0;font-size:14px}.main-nav{background:#fff;border-bottom:1px solid #e4e6e8;justify-content:center;gap:10px;padding:10px;display:flex}.main-nav button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 18px;font-weight:600}.main-nav button.active{color:#fff;background:#20242a}.page{padding:30px 20px}.quotation-card{background:#fff;border:1px solid #e1e4e8;border-radius:14px;max-width:1100px;margin:0 auto;padding:30px;box-shadow:0 8px 25px #0000000d}.section-title{margin-bottom:25px}.section-title h2{margin:0;font-size:25px}.section-title p{color:#777;margin:5px 0 0}.customer-section{margin-bottom:24px}.customer-section label{margin-bottom:8px;font-weight:600;display:block}.customer-section input{border:1px solid #ccd1d7;border-radius:8px;width:100%;max-width:420px;padding:12px 14px}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;background:#f1f3f5;border:1px solid #d9dde2;padding:12px 10px}td{border:1px solid #e0e3e7;padding:9px}.number-column{text-align:center;width:45px}.action-column{text-align:center;width:55px}td select,td input{background:#fff;border:1px solid #ccd1d7;border-radius:6px;width:100%;min-width:110px;padding:10px}.amount{min-width:120px;font-weight:600}.remove-button{cursor:pointer;background:#f0f1f3;border:0;border-radius:6px;width:32px;height:32px;font-size:20px}.remove-button:disabled{opacity:.35}.add-button{cursor:pointer;background:#fff;border:1px solid #cfd4da;border-radius:8px;margin-top:16px;padding:10px 18px;font-weight:600}.summary{border-top:1px solid #d9dde2;max-width:430px;margin-top:35px;margin-left:auto}.summary-row{border-bottom:1px solid #eceff1;justify-content:space-between;align-items:center;padding:13px 6px;display:flex}.shipping-input{align-items:center;gap:5px;display:flex}.shipping-input input{text-align:right;border:1px solid #ccd1d7;border-radius:6px;width:130px;padding:9px}.grand-total{font-size:20px;font-weight:700}.footer-actions{justify-content:flex-end;gap:12px;margin-top:30px;display:flex}.secondary-button,.primary-button{cursor:pointer;border-radius:8px;padding:11px 18px;font-weight:600}.secondary-button{background:#fff;border:1px solid #cfd4da}.primary-button{color:#fff;background:#20242a;border:1px solid #20242a}.placeholder-box{text-align:center;color:#777;border:1px dashed #ccd1d7;border-radius:10px;padding:40px}@media (width<=700px){.top-header{padding:10px 15px}.brand img{width:48px;height:48px}.brand h1{font-size:19px}.main-nav{justify-content:flex-start;overflow-x:auto}.main-nav button{white-space:nowrap}.page{padding:15px}.quotation-card{padding:18px}.summary{max-width:100%}.footer-actions{flex-direction:column}.footer-actions button{width:100%}}.add-product-box{background:#f7f8fa;border:1px solid #e1e4e8;border-radius:10px;align-items:end;gap:15px;margin-bottom:20px;padding:18px;display:flex}.product-field{flex:1}.rate-field{max-width:220px}.product-field label{margin-bottom:7px;font-weight:600;display:block}.product-field input{background:#fff;border:1px solid #ccd1d7;border-radius:7px;width:100%;padding:11px 12px}.add-product-button{white-space:nowrap}.product-message{background:#f1f3f5;border-radius:7px;margin-bottom:18px;padding:10px 13px;font-weight:600}.product-table-wrapper{margin-top:10px}.product-table-wrapper td input{width:100%}.price-edit{align-items:center;gap:6px;display:flex}.save-product-button{color:#fff;cursor:pointer;background:#20242a;border:1px solid #20242a;border-radius:7px;padding:8px 16px;font-weight:600}@media (width<=700px){.add-product-box{flex-direction:column;align-items:stretch}.rate-field{max-width:none}.add-product-button{width:100%}}.product-actions-bar{justify-content:flex-end;margin-bottom:14px;display:flex}@media (width<=700px){.product-actions-bar .primary-button{width:100%}}.product-autocomplete{position:relative}.product-autocomplete>input{width:100%}.product-suggestions{z-index:50;background:#fff;border:1px solid #ccd1d7;border-radius:8px;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.product-suggestions button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eceff1;justify-content:space-between;gap:15px;width:100%;padding:11px 12px;display:flex}.product-suggestions button:last-child{border-bottom:0}.product-suggestions button:hover{background:#f5f6f8}.product-suggestions strong{white-space:nowrap}.table-wrapper,.product-table-wrapper{overflow:auto visible}.product-suggestions{z-index:9999;width:max-content;min-width:260px;max-width:420px}.quotation-card .table-wrapper,.quotation-card table,.quotation-card tbody,.quotation-card tr,.quotation-card td{overflow:visible!important}.product-autocomplete{z-index:1000;position:relative}.product-suggestions{z-index:99999;background:#fff;width:max-content;min-width:280px;max-width:420px;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.quotation-message{background:#f1f3f5;border-radius:8px;max-width:430px;margin:20px 0 0 auto;padding:11px 14px;font-weight:600}.primary-button:disabled{opacity:.6;cursor:not-allowed}.share-overlay{z-index:999999;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.share-dialog{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:24px;box-shadow:0 20px 55px #00000040}.share-dialog h3{margin:0 0 8px;font-size:22px}.share-dialog p{color:#60656c;margin:0 0 20px;line-height:1.5}.share-option{cursor:pointer;text-align:left;background:#fff;border:1px solid #d5d9de;border-radius:9px;width:100%;margin-bottom:10px;padding:13px 16px;font-weight:600;display:block}.share-option:hover{background:#f5f6f8}.share-close{width:100%;margin-top:8px}@media (width<=700px){.quotation-card .table-wrapper{overflow:visible!important}.quotation-card table,.quotation-card thead,.quotation-card tbody,.quotation-card tr,.quotation-card th,.quotation-card td{width:100%;display:block}.quotation-card tbody tr{background:#fff;border:1px solid #dfe3e8;border-radius:10px;margin-bottom:16px;padding:14px;position:relative}.quotation-card tbody td{border:0;padding:6px 0}.quotation-card .number-column{display:none}.quotation-card td:nth-child(2):before{content:"Product"}.quotation-card td:nth-child(3):before{content:"Rate"}.quotation-card td:nth-child(4):before{content:"Quantity"}.quotation-card td:nth-child(5):before{content:"Amount"}.quotation-card td:nth-child(2):before,.quotation-card td:nth-child(3):before,.quotation-card td:nth-child(4):before,.quotation-card td:nth-child(5):before{color:#666;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.quotation-card td input,.quotation-card td select{width:100%;min-width:0;padding:11px 12px}.quotation-card .amount{min-width:0;font-size:18px;font-weight:700}.quotation-card .action-column{width:auto;padding:0;position:absolute;top:8px;right:8px}.quotation-card .remove-button{width:32px;height:32px}.product-autocomplete{width:100%}.product-suggestions{width:100%;min-width:100%;max-width:100%;left:0;right:0}.summary{width:100%;margin-top:24px}.summary-row{padding:12px 0}.page{padding:10px!important}.quotation-card{width:100%!important;padding:14px!important}.customer-section input{width:100%!important;max-width:none!important}.quotation-card .table-wrapper{-webkit-overflow-scrolling:touch;width:100%!important;display:block!important;overflow:auto visible!important}.quotation-card table{border-collapse:collapse!important;width:100%!important;min-width:760px!important;display:table!important}.quotation-card thead{display:table-header-group!important}.quotation-card tbody{display:table-row-group!important}.quotation-card tr{display:table-row!important}.quotation-card th,.quotation-card td{vertical-align:middle!important;border:1px solid #e0e3e7!important;width:auto!important;padding:8px!important;display:table-cell!important;position:static!important}.quotation-card thead th{background:#f1f3f5!important;font-size:13px!important}.quotation-card .number-column{text-align:center!important;width:42px!important;min-width:42px!important;display:table-cell!important}.quotation-card td:nth-child(2):before,.quotation-card td:nth-child(3):before,.quotation-card td:nth-child(4):before,.quotation-card td:nth-child(5):before{content:none!important;display:none!important}.quotation-card th:nth-child(2),.quotation-card td:nth-child(2){min-width:260px!important}.quotation-card th:nth-child(3),.quotation-card td:nth-child(3),.quotation-card th:nth-child(4),.quotation-card td:nth-child(4){min-width:120px!important}.quotation-card th:nth-child(5),.quotation-card td:nth-child(5){min-width:130px!important}.quotation-card .action-column{text-align:center!important;width:55px!important;min-width:55px!important;display:table-cell!important;position:static!important}.quotation-card td input,.quotation-card td select{width:100%!important;min-width:0!important;height:40px!important;padding:8px 10px!important;font-size:14px!important}.quotation-card .amount{white-space:nowrap!important;min-width:130px!important;font-size:15px!important;font-weight:700!important;display:table-cell!important}.quotation-card .remove-button{width:32px!important;height:32px!important;padding:0!important;font-size:20px!important}.quotation-card .remove-button:after{content:none!important}.quotation-card .remove-button:disabled{display:inline-block!important}.product-autocomplete{width:100%!important;position:relative!important}.product-autocomplete>input{width:100%!important}.product-suggestions{z-index:99999!important;width:300px!important;min-width:300px!important;max-width:360px!important;position:absolute!important;top:calc(100% + 4px)!important;left:0!important}.add-button{width:auto!important;margin-top:14px!important}.summary{width:100%!important;max-width:none!important;margin-top:25px!important}.shipping-row{flex-direction:row!important;align-items:center!important;display:flex!important}.shipping-input{width:auto!important}.shipping-input input{width:130px!important}}.product-suggestions{z-index:9999999!important;background:#fff!important;border:1px solid #ccd1d7!important;border-radius:8px!important;min-width:260px!important;max-width:calc(100vw - 20px)!important;max-height:280px!important;position:fixed!important;overflow:hidden auto!important;box-shadow:0 10px 30px #0000002e!important}@media (width<=700px){.product-suggestions{max-width:calc(100vw - 16px)!important}}.portal-product-suggestions{z-index:2147483647;background:#fff;border:1px solid #cfd4da;border-radius:9px;max-height:300px;position:fixed;overflow:hidden auto;box-shadow:0 12px 32px #00000038}.portal-product-suggestions button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eceff1;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:46px;padding:11px 13px;display:flex}.portal-product-suggestions button:last-child{border-bottom:0}.portal-product-suggestions button:hover,.portal-product-suggestions button:active{background:#f3f5f7}.portal-product-suggestions span{font-weight:600}.portal-product-suggestions strong{white-space:nowrap}@media (width<=700px){.portal-product-suggestions{max-width:calc(100vw - 20px);max-height:240px}.portal-product-suggestions button{min-height:50px;font-size:14px}}.quotation-history{flex-direction:column;gap:12px;display:flex}.quotation-history-card{background:#fff;border:1px solid #dfe3e8;border-radius:10px;padding:16px 18px}.quotation-history-main{align-items:center;gap:14px;margin-bottom:14px;display:flex}.quotation-history-main>strong{font-size:17px}.quotation-customer{color:#555;font-weight:600}.quotation-history-info{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.quotation-history-info>div{background:#f6f7f8;border-radius:7px;padding:10px 12px}.quotation-history-info span{color:#777;margin-bottom:3px;font-size:12px;display:block}.quotation-history-info strong{font-size:15px}.quotation-date{color:#777;margin-top:12px;font-size:12px}@media (width<=700px){.quotation-history-main{flex-direction:column;align-items:flex-start;gap:4px}.quotation-history-info{grid-template-columns:1fr;gap:7px}}.quotation-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.view-quotation-button{color:#fff;cursor:pointer;background:#20242a;border:1px solid #20242a;border-radius:7px;padding:9px 15px;font-weight:600}.quotation-detail-overlay{z-index:999999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.quotation-detail-modal{background:#fff;border-radius:14px;width:100%;max-width:900px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 55px #0000004d}.quotation-detail-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.quotation-detail-header h3{margin:0;font-size:22px}.quotation-detail-header p{color:#666;margin:4px 0 0}.quotation-detail-close{cursor:pointer;background:#f1f3f5;border:0;border-radius:8px;width:38px;height:38px;font-size:25px}.quotation-detail-table-wrapper{width:100%;overflow-x:auto}.quotation-detail-table{border-collapse:collapse;width:100%;min-width:650px}.quotation-detail-table th,.quotation-detail-table td{border:1px solid #dfe3e8;padding:11px 10px}.quotation-detail-table th{background:#f1f3f5}.quotation-detail-summary{max-width:420px;margin:22px 0 0 auto}.quotation-detail-summary>div{border-bottom:1px solid #eceff1;justify-content:space-between;padding:10px 4px;display:flex}.quotation-detail-total{font-size:18px;font-weight:700}@media (width<=700px){.quotation-card-footer{flex-direction:column;align-items:stretch}.view-quotation-button{width:100%}.quotation-detail-overlay{padding:8px}.quotation-detail-modal{max-height:95vh;padding:14px}.quotation-detail-summary{max-width:none}}.quotation-history-actions{gap:8px;display:flex}.delete-quotation-button{color:#b42318;cursor:pointer;background:#fff;border:1px solid #b42318;border-radius:7px;padding:9px 15px;font-weight:600}.delete-quotation-button:hover{background:#fff5f5}@media (width<=700px){.quotation-history-actions{flex-direction:column;width:100%}.quotation-history-actions button{width:100%}}.quotation-search-box{margin-bottom:20px}.quotation-search-box input{background:#fff;border:1px solid #ccd1d7;border-radius:8px;width:100%;max-width:420px;padding:11px 13px}@media (width<=700px){.quotation-search-box input{max-width:none}}.edit-quotation-button,.send-quotation-button{cursor:pointer;border-radius:7px;padding:9px 15px;font-weight:600}.edit-quotation-button{color:#20242a;background:#fff;border:1px solid #c8cdd3}.send-quotation-button{color:#fff;background:#20242a;border:1px solid #20242a}@media (width<=700px){.quotation-history-actions{grid-template-columns:1fr 1fr;display:grid!important}}.mobile-share-button{color:#fff;cursor:pointer;background:#20242a;border:0;border-radius:10px;width:100%;min-height:54px;margin-bottom:12px;padding:14px 18px;font-size:17px;font-weight:700}@media (width<=900px){.share-overlay{align-items:flex-end;padding:0}.share-dialog{border-radius:18px 18px 0 0;width:100%;max-width:none;padding:22px 18px 24px}.share-dialog h3{font-size:21px}.share-dialog p{font-size:14px}.share-option,.mobile-share-button{min-height:54px;font-size:16px}}.product-row-actions{gap:8px;display:flex}.delete-product-button{color:#b42318;cursor:pointer;background:#fff;border:1px solid #b42318;border-radius:7px;padding:8px 16px;font-weight:600}.delete-product-button:hover{background:#fff5f5}@media (width<=700px){.product-row-actions{flex-direction:column}.product-row-actions button{width:100%}}.discount-controls{align-items:center;gap:7px;display:flex}.discount-controls select{background:#fff;border:1px solid #ccd1d7;border-radius:6px;width:70px;padding:9px}.discount-controls input{text-align:right;border:1px solid #ccd1d7;border-radius:6px;width:130px;padding:9px}@media (width<=700px){.discount-controls{justify-content:flex-end}}.mobile-items{display:none}@media (width<=600px){.quotation-card .table-wrapper:not(.product-table-wrapper){display:none}.mobile-items{width:100%;margin-top:14px;display:block}.mobile-item-card{box-sizing:border-box;background:#fff;border:1px solid #d9dee7;border-radius:12px;width:100%;margin-bottom:14px;padding:14px;overflow:visible;box-shadow:0 2px 7px #0000000a}.mobile-item-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mobile-item-number{color:#fff;background:#102a56;border-radius:50%;flex:0 0 29px;justify-content:center;align-items:center;width:29px;height:29px;font-size:14px;font-weight:700;display:inline-flex}.mobile-remove-button{color:#d92d20;cursor:pointer;background:0 0;border:0;padding:5px 0 5px 10px;font-size:14px;font-weight:600}.mobile-remove-button:disabled{opacity:.35;cursor:not-allowed}.mobile-product-field{width:100%;margin-bottom:14px}.mobile-product-field label,.mobile-value-field label{color:#344054;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.mobile-product-field input{box-sizing:border-box;background:#fff;border:1px solid #cfd5df;border-radius:8px;width:100%;min-width:0;height:44px;padding:9px 11px;font-size:16px}.mobile-item-values{grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,1.15fr);align-items:end;gap:8px;width:100%;display:grid}.mobile-value-field{min-width:0}.mobile-value-field input{box-sizing:border-box;background:#fff;border:1px solid #cfd5df;border-radius:8px;width:100%;min-width:0;height:43px;padding:8px;font-size:16px}.mobile-amount{box-sizing:border-box;color:#344054;white-space:nowrap;background:#f5f6f8;border:1px solid #e0e4ea;border-radius:8px;justify-content:flex-end;align-items:center;width:100%;min-width:0;height:43px;padding:8px;font-size:15px;font-weight:700;display:flex;overflow:hidden}.quotation-card>.add-button{width:100%;min-height:44px;margin-top:2px;margin-bottom:16px}.quotation-card .summary{box-sizing:border-box;width:100%}.quotation-card .summary-row{box-sizing:border-box;gap:10px}.quotation-card .discount-controls{flex:none;justify-content:flex-end;gap:6px;display:flex}.quotation-card .discount-controls select{width:58px;min-width:58px}.quotation-card .discount-controls input{width:92px;min-width:0}.quotation-card .shipping-input{flex:none}.quotation-card .shipping-input input{width:92px;min-width:0}.quotation-card .grand-total strong{white-space:nowrap}.mobile-items input,.quotation-card .summary input,.quotation-card .summary select{box-sizing:border-box;max-width:100%}}@media (width<=380px){.mobile-item-card{padding:11px}.mobile-item-values{grid-template-columns:minmax(0,1fr) minmax(0,.72fr) minmax(0,1.1fr);gap:6px}.mobile-value-field label{font-size:11px}.mobile-value-field input,.mobile-amount{padding:6px;font-size:14px}.quotation-card .discount-controls input,.quotation-card .shipping-input input{width:82px}}@media (width<=600px){.quotation-items-table{visibility:hidden!important;border:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.mobile-items{display:block!important}}.header-inner{justify-content:space-between;align-items:center;gap:18px;max-width:1100px;margin:0 auto;display:flex}.header-inner .brand{margin:0}.theme-control{align-items:center;gap:7px;display:flex}.theme-icon{font-size:17px;line-height:1}.theme-control select{color:#20242a;cursor:pointer;background:#fff;border:1px solid #cfd4da;border-radius:8px;min-width:95px;padding:8px 28px 8px 10px;font-weight:600}.app-shell[data-theme=dark]{color:#f4f6f8;background:#111418}.app-shell[data-theme=dark] .page{background:#111418}.app-shell[data-theme=dark] .top-header,.app-shell[data-theme=dark] .main-nav{background:#171b20;border-color:#30363d}.app-shell[data-theme=dark] .brand h1{color:#fff}.app-shell[data-theme=dark] .brand p,.app-shell[data-theme=dark] .section-title p{color:#aeb6bf}.app-shell[data-theme=dark] .main-nav button{color:#d8dee5}.app-shell[data-theme=dark] .main-nav button:hover{background:#22272e}.app-shell[data-theme=dark] .main-nav button.active{color:#161a1f;background:#f2f4f7}.app-shell[data-theme=dark] .quotation-card{background:#181c21;border-color:#30363d;box-shadow:0 8px 25px #00000059}.app-shell[data-theme=dark] .section-title h2,.app-shell[data-theme=dark] label,.app-shell[data-theme=dark] strong{color:#f5f7f9}.app-shell[data-theme=dark] input,.app-shell[data-theme=dark] select,.app-shell[data-theme=dark] textarea{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] input::placeholder,.app-shell[data-theme=dark] textarea::placeholder{color:#7f8994}.app-shell[data-theme=dark] input:focus,.app-shell[data-theme=dark] select:focus,.app-shell[data-theme=dark] textarea:focus{border-color:#7aa7ff;outline:none;box-shadow:0 0 0 2px #7aa7ff26}.app-shell[data-theme=dark] table{color:#edf1f4}.app-shell[data-theme=dark] th{color:#f4f6f8;background:#23282f;border-color:#3a4149}.app-shell[data-theme=dark] td{border-color:#343b43}.app-shell[data-theme=dark] td input,.app-shell[data-theme=dark] td select{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .add-button,.app-shell[data-theme=dark] .secondary-button,.app-shell[data-theme=dark] .edit-quotation-button,.app-shell[data-theme=dark] .share-option{color:#f4f6f8;background:#20252b;border-color:#414952}.app-shell[data-theme=dark] .add-button:hover,.app-shell[data-theme=dark] .secondary-button:hover,.app-shell[data-theme=dark] .edit-quotation-button:hover,.app-shell[data-theme=dark] .share-option:hover{background:#2a3037}.app-shell[data-theme=dark] .primary-button,.app-shell[data-theme=dark] .save-product-button,.app-shell[data-theme=dark] .send-quotation-button,.app-shell[data-theme=dark] .view-quotation-button,.app-shell[data-theme=dark] .mobile-share-button{color:#14181d;background:#f2f4f7;border-color:#f2f4f7}.app-shell[data-theme=dark] .remove-button,.app-shell[data-theme=dark] .quotation-detail-close{color:#f4f6f8;background:#2b3036}.app-shell[data-theme=dark] .summary{border-color:#343b43}.app-shell[data-theme=dark] .summary-row{border-color:#2e353d}.app-shell[data-theme=dark] .grand-total{color:#fff}.app-shell[data-theme=dark] .product-message,.app-shell[data-theme=dark] .quotation-message{color:#edf1f4;background:#242a31}.app-shell[data-theme=dark] .quotation-history-card{background:#1d2228;border-color:#343b43}.app-shell[data-theme=dark] .quotation-history-info>div{background:#242a30}.app-shell[data-theme=dark] .quotation-history-info span,.app-shell[data-theme=dark] .quotation-customer,.app-shell[data-theme=dark] .quotation-history-date{color:#aeb6bf}.app-shell[data-theme=dark] .quotation-search-box input{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-item-card{background:#1c2127;border-color:#343b43;box-shadow:0 2px 7px #00000047}.app-shell[data-theme=dark] .mobile-product-field label,.app-shell[data-theme=dark] .mobile-value-field label{color:#cbd2d9}.app-shell[data-theme=dark] .mobile-product-field input,.app-shell[data-theme=dark] .mobile-value-field input{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-amount{color:#f4f6f8;background:#252b32;border-color:#3a424b}.app-shell[data-theme=dark] .mobile-item-number{color:#161a1f;background:#e9edf2}.app-shell[data-theme=dark]~.portal-product-suggestions{background:#181d22;border-color:#3a424b;box-shadow:0 12px 32px #00000080}body:has(.app-shell[data-theme=dark]) .portal-product-suggestions{background:#181d22;border-color:#3a424b;box-shadow:0 12px 32px #00000080}body:has(.app-shell[data-theme=dark]) .portal-product-suggestions button{color:#f4f6f8;background:#181d22;border-color:#303840}:is(body:has(.app-shell[data-theme=dark]) .portal-product-suggestions button:hover,body:has(.app-shell[data-theme=dark]) .portal-product-suggestions button:active){background:#252b32}body:has(.app-shell[data-theme=dark]) .quotation-detail-modal{color:#f4f6f8;background:#181d22}body:has(.app-shell[data-theme=dark]) .quotation-detail-header p{color:#aeb6bf}body:has(.app-shell[data-theme=dark]) .quotation-detail-table th{background:#252b32}:is(body:has(.app-shell[data-theme=dark]) .quotation-detail-table th,body:has(.app-shell[data-theme=dark]) .quotation-detail-table td){border-color:#3a424b}body:has(.app-shell[data-theme=dark]) .quotation-detail-summary>div{border-color:#343b43}body:has(.app-shell[data-theme=dark]) .share-dialog{color:#f4f6f8;background:#181d22}body:has(.app-shell[data-theme=dark]) .share-dialog p{color:#aeb6bf}body:has(.app-shell[data-theme=dark]) .share-option{color:#f4f6f8;background:#22282f;border-color:#3b434c}.app-shell[data-theme=dark] .theme-control select{color:#f4f6f8;background:#20252b;border-color:#414952}.app-shell[data-theme=dark] .delete-product-button,.app-shell[data-theme=dark] .delete-quotation-button,.app-shell[data-theme=dark] .mobile-remove-button{color:#ff7b72}.app-shell[data-theme=dark] .delete-product-button,.app-shell[data-theme=dark] .delete-quotation-button{background:0 0;border-color:#d65b57}@media (width<=600px){.header-inner{gap:10px}.header-inner .brand{gap:9px;min-width:0}.header-inner .brand img{flex:none}.header-inner .brand h1{white-space:nowrap;font-size:17px}.header-inner .brand p{font-size:11px}.theme-control{flex:none;margin-left:auto}.theme-icon{display:none}.theme-control select{min-width:80px;max-width:84px;padding:7px 20px 7px 7px;font-size:12px}}html,body,#root{min-height:100%}body{transition:background-color .2s,color .2s}body:has(.app-shell[data-theme=dark]){color:#f4f6f8;background:#111418}body:has(.app-shell[data-theme=light]){color:#20242a;background:#f5f6f8}.app-shell[data-theme=dark] .brand img{filter:brightness(0)invert();background:#fff;border-radius:10px;padding:4px;box-shadow:0 0 0 1px #ffffff1f;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.app-shell[data-theme=dark] .product-table-wrapper{background:#181c21!important}.app-shell[data-theme=dark] .product-table-wrapper table,.app-shell[data-theme=dark] .product-table-wrapper thead,.app-shell[data-theme=dark] .product-table-wrapper tbody,.app-shell[data-theme=dark] .product-table-wrapper tr{color:#f4f6f8!important;background:#181c21!important}.app-shell[data-theme=dark] .product-table-wrapper th{color:#f4f6f8!important;background:#252b32!important;border-color:#3a424b!important}.app-shell[data-theme=dark] .product-table-wrapper td{color:#f4f6f8!important;background:#1c2127!important;border-color:#343b43!important}.app-shell[data-theme=dark] .product-table-wrapper td:first-child{color:#aeb6bf!important}.app-shell[data-theme=dark] .product-table-wrapper input{color:#f4f6f8!important;background:#101419!important;border:1px solid #3b424a!important}.app-shell[data-theme=dark] .product-table-wrapper input:focus{border-color:#7aa7ff!important;outline:none!important;box-shadow:0 0 0 2px #7aa7ff26!important}.app-shell[data-theme=dark] .product-table-wrapper .price-edit{color:#f4f6f8!important}.app-shell[data-theme=dark] .save-product-button{color:#14181d!important;background:#f2f4f7!important;border-color:#f2f4f7!important}.app-shell[data-theme=dark] .delete-product-button{color:#ff7b72!important;background:0 0!important;border-color:#d65b57!important}.app-shell[data-theme=dark] .add-product-box{background:#1c2127!important;border-color:#343b43!important}.app-shell[data-theme=dark] .add-product-box input{color:#f4f6f8!important;background:#101419!important;border-color:#3b424a!important}.app-shell[data-theme=dark] .product-actions-bar{background:0 0!important}.mobile-product-master{display:none}@media (width<=600px){.product-table-wrapper{visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.mobile-product-master{width:100%;margin-top:12px;display:block!important}.mobile-product-master-card{background:#fff;border:1px solid #d9dee7;border-radius:12px;width:100%;margin-bottom:13px;padding:14px;box-shadow:0 2px 7px #0000000a}.mobile-product-master-header{align-items:center;gap:9px;margin-bottom:13px;display:flex}.mobile-product-master-number{color:#fff;background:#20242a;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:inline-flex}.mobile-product-master-title{color:#20242a;font-size:14px;font-weight:700}.mobile-product-master-field{width:100%;margin-bottom:13px}.mobile-product-master-field label{color:#344054;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.mobile-product-master-field>input{color:#20242a;background:#fff;border:1px solid #cfd5df;border-radius:8px;width:100%;min-width:0;height:44px;padding:9px 11px;font-size:15px}.mobile-product-master-price{background:#fff;border:1px solid #cfd5df;border-radius:8px;align-items:center;width:100%;height:44px;display:flex;overflow:hidden}.mobile-product-master-price>span{color:#344054;background:#f5f6f8;border-right:1px solid #e0e4e8;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:100%;font-weight:700;display:flex}.mobile-product-master-price input{color:#20242a;background:#fff;outline:0;width:100%;min-width:0;height:100%;padding:9px 11px;font-size:16px;border:0!important;border-radius:0!important}.mobile-product-master-price input:focus{box-shadow:none!important}.mobile-product-master-price:focus-within{border-color:#667085}.mobile-product-master-actions{grid-template-columns:1fr 1fr;gap:9px;width:100%;margin-top:4px;display:grid}.mobile-product-master-actions button{border-radius:8px;width:100%;min-width:0;min-height:42px;padding:9px 10px;font-size:14px;font-weight:700}.product-actions-bar,.product-actions-bar .primary-button{width:100%}.app-shell[data-theme=dark] .mobile-product-master-card{background:#1c2127;border-color:#343b43;box-shadow:0 2px 7px #00000047}.app-shell[data-theme=dark] .mobile-product-master-title{color:#f4f6f8}.app-shell[data-theme=dark] .mobile-product-master-number{color:#15191e;background:#f2f4f7}.app-shell[data-theme=dark] .mobile-product-master-field label{color:#cbd2d9}.app-shell[data-theme=dark] .mobile-product-master-field>input{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-product-master-price{background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-product-master-price>span{color:#f4f6f8;background:#252b32;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-product-master-price input{color:#f4f6f8!important;background:#101419!important}.app-shell[data-theme=dark] .mobile-product-master-price:focus-within{border-color:#7aa7ff}.app-shell[data-theme=dark] .mobile-product-master-actions .save-product-button{color:#14181d!important;background:#f2f4f7!important;border-color:#f2f4f7!important}.app-shell[data-theme=dark] .mobile-product-master-actions .delete-product-button{color:#ff7b72!important;background:0 0!important;border-color:#d65b57!important}.product-actions-bar{display:none!important}.mobile-product-search{width:100%;margin-bottom:14px;position:relative}.mobile-product-search label{color:#344054;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.mobile-product-search input{color:#20242a;background:#fff;border:1px solid #cfd5df;border-radius:8px;width:100%;height:44px;padding:9px 42px 9px 12px;font-size:15px}.mobile-product-search-clear{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:6px;width:32px;height:32px;padding:0;font-size:22px;position:absolute;bottom:6px;right:7px}.mobile-product-empty{text-align:center;color:#667085;border:1px dashed #cfd5df;border-radius:10px;width:100%;margin:10px 0 14px;padding:25px 15px;font-size:14px}.mobile-product-save-all{border-top:1px solid #e1e5ea;width:100%;margin-top:18px;padding-top:15px}.mobile-product-save-all .primary-button{width:100%;min-height:45px}.app-shell[data-theme=dark] .mobile-product-search label{color:#cbd2d9}.app-shell[data-theme=dark] .mobile-product-search input{color:#f4f6f8;background:#101419;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-product-search-clear{color:#aeb6bf}.app-shell[data-theme=dark] .mobile-product-empty{color:#aeb6bf;border-color:#3b424a}.app-shell[data-theme=dark] .mobile-product-save-all{border-color:#343b43}}.refresh-products-button{color:inherit;cursor:pointer;background:0 0;border:1px solid #64748b;border-radius:7px;padding:9px 16px;font-weight:600;transition:all .2s}.refresh-products-button:hover{border-color:#8b5cf6;box-shadow:0 0 8px #8b5cf659}.product-actions-bar{justify-content:flex-end;align-items:center;gap:12px;width:100%;margin:16px 0;display:flex}.product-actions-bar .refresh-products-button,.product-actions-bar .primary-button{white-space:nowrap;justify-content:center;align-items:center;min-height:40px;display:inline-flex}.product-actions-bar .refresh-products-button{min-width:105px}.product-actions-bar .primary-button{min-width:160px}.mobile-product-refresh-row{display:none!important}@media (width<=600px){.product-actions-bar{display:none!important}.mobile-product-search{width:100%;position:relative}.mobile-product-search-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.mobile-product-search-header label{font-weight:600;margin:0!important}.mobile-refresh-icon-button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #b8c0cc;border-radius:7px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;padding:0;font-size:17px;line-height:1;display:inline-flex}.mobile-product-search input{box-sizing:border-box;width:100%;height:44px;padding:9px 42px 9px 12px}.mobile-product-search-clear{position:absolute;bottom:6px;right:7px}.app-shell[data-theme=dark] .mobile-refresh-icon-button{color:#f4f6f8;background:#101419;border-color:#3b424a}}@media (width>=601px){.mobile-refresh-icon-button{display:none!important}}.main-nav{align-items:center;width:100%;display:flex;justify-content:center!important}.main-nav button{flex:none}@media (width<=600px){.main-nav{box-sizing:border-box;gap:8px;width:100%;padding-left:8px;padding-right:8px;justify-content:center!important;align-items:center!important;display:flex!important}}.main-nav{justify-content:center;align-items:center;gap:12px;display:flex}.main-nav button{box-sizing:border-box;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:135px;min-width:135px;height:42px;margin:0;padding:0 12px;font-weight:600;line-height:1;display:inline-flex}.main-nav button.active,.main-nav button:hover,.main-nav button:focus{width:135px;min-width:135px;height:42px}@media (width<=600px){.main-nav{box-sizing:border-box;gap:6px;padding:6px 8px}.main-nav button{white-space:nowrap;flex:1 1 0;width:auto;min-width:0;height:40px;padding:0 6px}.main-nav button.active,.main-nav button:hover,.main-nav button:focus{width:auto;min-width:0;height:40px}}html{scrollbar-gutter:stable}body{overflow-y:scroll}.main-nav{box-sizing:border-box;grid-template-columns:repeat(3,150px);align-items:center;gap:12px;width:100%;justify-content:center!important;display:grid!important}.main-nav button,.main-nav button.active,.main-nav button:hover,.main-nav button:focus{box-sizing:border-box!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:150px!important;min-width:150px!important;max-width:150px!important;height:42px!important;margin:0!important;padding:0 10px!important;line-height:1!important;display:flex!important}@media (width<=600px){.main-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;padding:6px 8px!important}.main-nav button,.main-nav button.active,.main-nav button:hover,.main-nav button:focus{font-size:13px;white-space:nowrap!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;padding:0 4px!important}}
