html{font-family:Arial,Helvetica,sans-serif}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}.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] .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 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] .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] .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}}.app-shell[data-theme=dark]{color:#f8f7fc;background:radial-gradient(circle at top,#7e22ce1f,#0000 35%),#0b0812}.app-shell[data-theme=dark] .top-header{box-shadow:0 1px #c026ff1f,0 8px 26px #00000038;background:linear-gradient(135deg,#0d0915 0%,#151020 55%,#0d0915 100%)!important;border-bottom:1px solid #a855f752!important}.app-shell[data-theme=dark] .brand h1{color:#fff!important}.app-shell[data-theme=dark] .brand p{color:#c4b5d5!important}.app-shell[data-theme=dark] .brand img{filter:brightness(0)invert()!important;background:0 0!important}.app-shell[data-theme=dark] .main-nav{background:#100b18!important;border-bottom:1px solid #a855f742!important}.app-shell[data-theme=dark] .main-nav button{transition:background .2s,border-color .2s,color .2s,box-shadow .2s;color:#d7cee2!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important}.app-shell[data-theme=dark] .main-nav button:hover{color:#fff!important;background:#8b5cf61a!important;border-color:#a855f747!important}.app-shell[data-theme=dark] .main-nav button.active{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#c026ff!important;box-shadow:0 0 8px #a855f78c,0 0 18px #c026ff3d!important}.app-shell[data-theme=dark] .theme-control select{color:#f8f7fc!important;background:#151020!important;border-color:#4c3863!important}.app-shell[data-theme=dark] .theme-control select:focus{border-color:#a855f7!important;box-shadow:0 0 0 2px #a855f72e,0 0 10px #a855f738!important}.app-shell[data-theme=light] .main-nav button.active{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#8b5cf6)!important;border-color:#7c3aed!important;box-shadow:0 3px 10px #7c3aed38!important}:root{--sf-violet-1:#6d28d9;--sf-violet-2:#7c3aed;--sf-violet-3:#9333ea;--sf-violet-neon:#a855f7;--sf-violet-bright:#c026ff}.primary-button,.save-product-button,.add-item-button,.save-send-button,.add-product-button{color:#fff!important;background:linear-gradient(135deg, var(--sf-violet-1), var(--sf-violet-3))!important;border:1px solid var(--sf-violet-neon)!important;transition:transform .15s,box-shadow .2s,background .2s!important;box-shadow:0 3px 10px #7c3aed38!important}.primary-button:hover,.save-product-button:hover,.add-item-button:hover,.save-send-button:hover,.add-product-button:hover{transform:translateY(-1px);color:#fff!important;background:linear-gradient(135deg,#7c3aed,#a855f7)!important;border-color:#c026ff!important;box-shadow:0 4px 14px #a855f759!important}.primary-button:active,.save-product-button:active,.add-item-button:active,.save-send-button:active,.add-product-button:active{transform:translateY(0)}.add-product-box button{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border:1px solid #a855f7!important;box-shadow:0 3px 10px #7c3aed33!important}.add-product-box button:hover{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;box-shadow:0 4px 14px #a855f752!important}.product-row-actions .save-product-button,.mobile-product-master-actions .save-product-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#a855f7!important}.refresh-products-button,.mobile-refresh-icon-button{color:#6d28d9!important;background:0 0!important;border-color:#8b5cf6!important}.refresh-products-button:hover,.mobile-refresh-icon-button:hover{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#a855f7!important;box-shadow:0 0 10px #a855f747!important}.app-shell[data-theme=dark] .primary-button,.app-shell[data-theme=dark] .save-product-button,.app-shell[data-theme=dark] .add-item-button,.app-shell[data-theme=dark] .save-send-button,.app-shell[data-theme=dark] .add-product-button,.app-shell[data-theme=dark] .add-product-box button{color:#fff!important;background:linear-gradient(135deg,#6d28d9 0%,#9333ea 58%,#a855f7 100%)!important;border-color:#c026ff!important;box-shadow:0 0 8px #a855f773,0 0 18px #c026ff2e!important}.app-shell[data-theme=dark] .primary-button:hover,.app-shell[data-theme=dark] .save-product-button:hover,.app-shell[data-theme=dark] .add-item-button:hover,.app-shell[data-theme=dark] .save-send-button:hover,.app-shell[data-theme=dark] .add-product-button:hover,.app-shell[data-theme=dark] .add-product-box button:hover{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;box-shadow:0 0 10px #a855f7a6,0 0 24px #c026ff4d!important}.app-shell[data-theme=dark] .refresh-products-button,.app-shell[data-theme=dark] .mobile-refresh-icon-button{color:#d8b4fe!important;background:#120b1c!important;border-color:#7c3aed!important;box-shadow:0 0 7px #8b5cf626!important}.app-shell[data-theme=dark] .refresh-products-button:hover,.app-shell[data-theme=dark] .mobile-refresh-icon-button:hover{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#c026ff!important;box-shadow:0 0 10px #a855f78c!important}.delete-product-button{color:#dc2626!important;background:0 0!important;border:1px solid #ef4444!important}.delete-product-button:hover{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important;box-shadow:0 0 10px #ef444447!important}.app-shell[data-theme=dark] .delete-product-button{color:#ff6b6b!important;background:0 0!important;border-color:#ef4444!important}.app-shell[data-theme=dark] .delete-product-button:hover{color:#fff!important;background:#dc2626!important;box-shadow:0 0 12px #ef444461!important}.quotation-search-box input:focus{border-color:#8b5cf6!important;outline:none!important;box-shadow:0 0 0 2px #8b5cf629!important}.quotation-history-card strong,.quotation-history-card .quotation-number{color:#7c3aed}.app-shell[data-theme=dark] .quotation-history-card strong,.app-shell[data-theme=dark] .quotation-history-card .quotation-number{color:#c084fc}.quotation-history-card button:not(.delete-button):not(.delete-quotation-button){transition:background .2s,border-color .2s,box-shadow .2s,transform .15s}.quotation-history-card .view-button,.quotation-history-card button[aria-label*=View],.quotation-history-card .send-button,.quotation-history-card button[aria-label*=Send]{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border:1px solid #a855f7!important}.quotation-history-card .edit-button,.quotation-history-card button[aria-label*=Edit]{color:#6d28d9!important;background:0 0!important;border:1px solid #8b5cf6!important}.quotation-history-card .edit-button:hover,.quotation-history-card button[aria-label*=Edit]:hover{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;box-shadow:0 0 10px #a855f747!important}.app-shell[data-theme=dark] .quotation-history-card .view-button,.app-shell[data-theme=dark] .quotation-history-card .send-button,.app-shell[data-theme=dark] .quotation-history-card button[aria-label*=View],.app-shell[data-theme=dark] .quotation-history-card button[aria-label*=Send]{color:#fff!important;background:linear-gradient(135deg,#6d28d9 0%,#9333ea 60%,#a855f7 100%)!important;border-color:#c026ff!important;box-shadow:0 0 8px #a855f766,0 0 18px #c026ff29!important}.app-shell[data-theme=dark] .quotation-history-card .edit-button,.app-shell[data-theme=dark] .quotation-history-card button[aria-label*=Edit]{color:#d8b4fe!important;background:#120b1c!important;border-color:#7c3aed!important}.quotation-history-card .delete-button,.quotation-history-card .delete-quotation-button{color:#ef4444!important;background:0 0!important;border:1px solid #ef4444!important}.quotation-history-card .delete-button:hover,.quotation-history-card .delete-quotation-button:hover{color:#fff!important;background:#dc2626!important}.quotation-history-card .quotation-history-main strong,.quotation-history-card .quotation-number{color:#7c3aed!important}.app-shell[data-theme=dark] .quotation-history-card .quotation-history-main strong,.app-shell[data-theme=dark] .quotation-history-card .quotation-number{color:#d8b4fe!important}.quotation-history-card .quotation-history-stats strong,.quotation-history-card .quotation-stat strong{color:#6d28d9!important}.app-shell[data-theme=dark] .quotation-history-card .quotation-history-stats strong,.app-shell[data-theme=dark] .quotation-history-card .quotation-stat strong{text-shadow:0 0 5px #a855f72e;color:#f3e8ff!important}.view-quotation-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border:1px solid #a855f7!important;box-shadow:0 3px 10px #7c3aed33!important}.view-quotation-button:hover{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;box-shadow:0 0 10px #a855f759!important}.edit-quotation-button{color:#6d28d9!important;background:0 0!important;border:1px solid #8b5cf6!important}.edit-quotation-button:hover{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;box-shadow:0 0 10px #a855f747!important}.send-quotation-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border:1px solid #a855f7!important;box-shadow:0 3px 10px #7c3aed33!important}.send-quotation-button:hover{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;box-shadow:0 0 10px #a855f759!important}.delete-quotation-button{color:#dc2626!important;background:0 0!important;border:1px solid #ef4444!important}.delete-quotation-button:hover{color:#fff!important;background:#dc2626!important;box-shadow:0 0 10px #ef444447!important}.app-shell[data-theme=dark] .view-quotation-button,.app-shell[data-theme=dark] .send-quotation-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9 0%,#9333ea 60%,#a855f7 100%)!important;border-color:#c026ff!important;box-shadow:0 0 8px #a855f773,0 0 18px #c026ff29!important}.app-shell[data-theme=dark] .edit-quotation-button{color:#d8b4fe!important;background:#120b1c!important;border-color:#7c3aed!important}.app-shell[data-theme=dark] .edit-quotation-button:hover{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#c026ff!important;box-shadow:0 0 10px #a855f76b!important}.app-shell[data-theme=dark] .delete-quotation-button{color:#ff6b6b!important;background:0 0!important;border-color:#ef4444!important}.quotation-history-actions{align-items:center;gap:10px;display:flex}.quotation-history-actions button{cursor:pointer;border-radius:8px;min-height:42px;padding:0 18px;font-weight:600}.quotation-history-card .quotation-history-main>strong{color:#20242a!important;text-shadow:none!important}.app-shell[data-theme=dark] .quotation-history-card .quotation-history-main>strong{color:#f3e8ff!important;text-shadow:none!important}.quotation-history-info>div>strong{color:#20242a!important;text-shadow:none!important}.app-shell[data-theme=dark] .quotation-history-info>div>strong{color:#f4f6f8!important;text-shadow:none!important}.app-shell[data-theme=dark] .quotation-history-info>div>span{color:#c5ccd5!important}.app-shell[data-theme=dark] .quotation-card{background:linear-gradient(145deg,#15111d 0%,#17131f 55%,#121018 100%)!important;border:1px solid #a855f73d!important;box-shadow:0 10px 30px #0003,inset 0 1px #ffffff05!important}.app-shell[data-theme=dark] .quotation-card h2,.app-shell[data-theme=dark] .quotation-card h3{color:#f8f7fc!important}.app-shell[data-theme=dark] .quotation-card p{color:#c8bfd2!important}.app-shell[data-theme=dark] .quotation-card label{color:#eee7f5!important}.app-shell[data-theme=dark] .quotation-card input,.app-shell[data-theme=dark] .quotation-card select,.app-shell[data-theme=dark] .quotation-card textarea{transition:border-color .2s,box-shadow .2s,background .2s;color:#f8f7fc!important;background:#0f0c15!important;border-color:#3a3047!important}.app-shell[data-theme=dark] .quotation-card input:focus,.app-shell[data-theme=dark] .quotation-card select:focus,.app-shell[data-theme=dark] .quotation-card textarea:focus{border-color:#a855f7!important;outline:none!important;box-shadow:0 0 0 2px #a855f724,0 0 10px #a855f72e!important}.app-shell[data-theme=dark] .mobile-item-card,.app-shell[data-theme=dark] .quotation-item-card{background:linear-gradient(145deg,#17131f,#131019)!important;border-color:#a855f73b!important}.app-shell[data-theme=dark] .mobile-item-number{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#a855f7)!important;box-shadow:0 0 8px #a855f757!important}.app-shell[data-theme=dark] .add-item-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#a855f7!important;box-shadow:0 0 8px #a855f74d!important}.app-shell[data-theme=dark] .quotation-summary,.app-shell[data-theme=dark] .totals-section{border-color:#a855f72e!important}.app-shell[data-theme=dark] .quotation-summary span,.app-shell[data-theme=dark] .totals-section span{color:#d5ccdf!important}.app-shell[data-theme=dark] .quotation-summary strong,.app-shell[data-theme=dark] .totals-section strong{color:#f3e8ff!important}.app-shell[data-theme=dark] .grand-total,.app-shell[data-theme=dark] .grand-total strong{text-shadow:0 0 8px #a855f740;color:#e9d5ff!important;font-weight:800!important}.app-shell[data-theme=dark] .save-send-button,.app-shell[data-theme=dark] .primary-button{color:#fff!important;background:linear-gradient(135deg,#6d28d9 0%,#9333ea 58%,#a855f7 100%)!important;border-color:#c026ff!important;box-shadow:0 0 8px #a855f76b,0 0 20px #c026ff29!important}.app-shell[data-theme=dark] .remove-item-button{color:#ff6b6b!important}.shipping-input input[type=number]{text-align:right;appearance:textfield;padding-right:16px!important}.shipping-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shipping-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.copy-link-toast{z-index:99999;color:#fff;pointer-events:none;background:#18191ef0;border-radius:9px;padding:9px 16px;font-size:13px;font-weight:600;line-height:1;animation:.18s ease-out copy-link-toast-in;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000038}@keyframes copy-link-toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.copy-quotation-button{color:#7c5cff;cursor:pointer;background:0 0;border:1px solid #7c5cff;border-radius:8px;padding:8px 13px;font-weight:600}.copy-quotation-button:hover{background:#7c5cff1a}[data-theme=dark] .copy-quotation-button{color:#a992ff;border-color:#8c70ff}.access-page{box-sizing:border-box;background:radial-gradient(circle at top,#7c5cff29,#0000 38%),#f5f5f8;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.access-card{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #00000012;border-radius:20px;width:100%;max-width:390px;padding:34px 30px 26px;box-shadow:0 18px 55px #0000001f}.access-logo{width:105px;height:auto;margin:0 auto 18px;display:block}.access-card h1{color:#202027;margin:0;font-size:24px;font-weight:700}.access-subtitle{color:#73737e;margin:8px 0 26px;font-size:14px}.access-form{text-align:left}.access-form label{color:#4d4d58;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.access-form input{box-sizing:border-box;color:#202027;background:#fff;border:1px solid #d8d8e1;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:16px}.access-form input:focus{border-color:#7c5cff;box-shadow:0 0 0 3px #7c5cff21}.access-form button{color:#fff;cursor:pointer;background:#7c5cff;border:0;border-radius:10px;width:100%;height:48px;margin-top:18px;font-size:15px;font-weight:700}.access-form button:hover{filter:brightness(1.05)}.access-form button:disabled{opacity:.65;cursor:wait}.access-error{color:#c73535;background:#fff1f1;border-radius:8px;margin-top:10px;padding:9px 11px;font-size:13px}.access-footer{color:#9999a3;margin-top:24px;font-size:12px}.access-loading{color:#646470;font-size:14px}@media (width<=600px){.access-page{padding:18px}.access-card{border-radius:18px;padding:30px 22px 24px}}@media (prefers-color-scheme:dark){.access-page{background:radial-gradient(circle at top,#7c5cff2e,#0000 38%),#111217}.access-card{background:#191a20;border-color:#ffffff14}.access-logo{filter:brightness(0)invert()}.access-card h1{color:#f4f4f6}.access-subtitle,.access-form label{color:#a9a9b3}.access-form input{color:#fff;background:#121318;border-color:#393a44}.access-footer{color:#777781}}:root{color:#23272d;background:#f3f4f7;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.public-quotation-page{background:radial-gradient(circle at top,#fff 0,#f5f5f8 42%,#ececf2 100%);min-height:100vh;padding:32px 18px}.public-quotation-sheet{background:#fff;border:1px solid #dedee6;border-radius:18px;width:min(100%,920px);margin:0 auto;padding:34px;box-shadow:0 18px 50px #1e1e2d17}.public-quote-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.public-brand{align-items:center;gap:16px;display:flex}.public-brand img{object-fit:contain;width:74px;height:74px}.public-brand h1{letter-spacing:.4px;color:#23272d;margin:0;font-size:27px}.public-brand p{color:#6b6d76;margin:5px 0 0;font-size:15px}.public-quote-meta{grid-template-columns:auto auto;gap:7px 12px;padding-top:7px;font-size:14px;display:grid}.public-quote-meta strong{color:#383a42}.public-quote-meta span{text-align:right;color:#60626c}.public-divider{background:#dddde5;height:1px;margin:25px 0}.public-customer{gap:12px;margin-bottom:22px;font-size:15px;display:flex}.public-customer strong{color:#30323a}.public-customer span{color:#52545e}.public-table-wrap{width:100%;overflow-x:auto}.public-items-table{border-collapse:collapse;width:100%;min-width:590px;font-size:14px}.public-items-table th,.public-items-table td{border:1px solid #d8d9df;padding:12px 13px}.public-items-table th{color:#fff;text-align:left;background:#23272d;font-weight:600}.public-items-table th:first-child,.public-items-table td:first-child{text-align:center;width:48px}.public-items-table th:nth-child(3),.public-items-table th:nth-child(4),.public-items-table th:nth-child(5){text-align:right}.number-cell{text-align:right;white-space:nowrap}.public-summary{width:min(100%,380px);margin:28px 0 0 auto}.public-summary-row{justify-content:space-between;gap:20px;padding:8px 3px;font-size:14px;display:flex}.public-summary-row span{color:#5c5e67}.public-summary-row strong{color:#30323a}.public-discount-row strong{color:#28754b}.public-grand-total{border-top:1px solid #bfc0c7;margin-top:6px;padding-top:14px;font-size:18px}.public-grand-total span,.public-grand-total strong{color:#17191e}.public-quote-footer{border-top:1px solid #e1e1e7;justify-content:space-between;align-items:center;gap:20px;margin-top:42px;padding-top:22px;display:flex}.public-quote-footer p{color:#64666f;margin:0;font-size:14px}.public-quote-footer button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7257ff,#8e6cff);border:0;border-radius:10px;padding:12px 22px;font-size:14px;font-weight:600;box-shadow:0 8px 22px #7257ff40}.public-quote-footer button:hover{transform:translateY(-1px)}.public-quote-footer button:disabled{cursor:wait;opacity:.7}.public-page-state{background:#f4f4f7;place-items:center;min-height:100vh;padding:24px;display:grid}.public-state-card{text-align:center;background:#fff;border-radius:18px;width:min(100%,420px);padding:38px 30px;box-shadow:0 15px 45px #00000014}.public-state-card img{object-fit:contain;width:90px;height:90px;margin-bottom:14px}.public-state-card h1{margin:0 0 20px;font-size:22px}.public-state-card h2{margin:8px 0;font-size:18px}.public-state-card p{color:#696b74;margin:10px 0 0;line-height:1.5}.public-spinner{border:3px solid #e1e1e8;border-top-color:#7257ff;border-radius:50%;width:34px;height:34px;margin:0 auto 18px;animation:.7s linear infinite public-spin}@keyframes public-spin{to{transform:rotate(360deg)}}@media (width<=650px){.public-quotation-page{padding:12px 8px}.public-quotation-sheet{border-radius:12px;padding:20px 15px}.public-quote-header{flex-direction:column;gap:18px}.public-brand img{width:60px;height:60px}.public-brand h1{font-size:21px}.public-quote-meta{border-top:1px solid #e3e3e8;width:100%;padding:13px 0 0}.public-divider{margin:20px 0}.public-summary{width:100%}.public-quote-footer{text-align:center;flex-direction:column;align-items:stretch}.public-quote-footer button{width:100%;min-height:46px}}
