@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:#14263d;background:radial-gradient(circle at 0 0,#f55f1f29,#0000 30%),radial-gradient(circle at 100% 100%,#002c531f,#0000 34%),linear-gradient(160deg,#eef3f8 0%,#dfe8f2 100%);min-width:320px;margin:0}body.dark-mode{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f4f7fb;background:radial-gradient(circle at 0 0,#f55f1f24,#0000 30%),radial-gradient(circle at 100% 100%,#002c5333,#0000 34%),linear-gradient(160deg,#0d1724 0%,#122030 100%)}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef3f8;--bg-strong:#dfe8f2;--surface:#ffffffdb;--surface-strong:#fff;--text:#14263d;--muted:#55657a;--border:#002c531f;--shadow:0 28px 80px #08182b24;--primary:#002c53;--primary-strong:#001f3b;--primary-soft:#002c531f;--accent:#f55f1f;--accent-strong:#d4490e;--accent-soft:#f55f1f24;--accent-text:#fff8f4}body.dark-mode{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d1724;--bg-strong:#122030;--surface:#0d1724e6;--surface-strong:#152536;--text:#f4f7fb;--muted:#a8b5c5;--border:#ffffff17;--shadow:0 28px 80px #00000057;--primary:#002c53;--primary-strong:#003a6c;--primary-soft:#002c5347;--accent:#f55f1f;--accent-strong:#ff783a;--accent-soft:#f55f1f38;--accent-text:#fff8f4}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at top left, #f55f1f29, transparent 30%), radial-gradient(circle at bottom right, #002c531f, transparent 34%), linear-gradient(160deg, var(--bg) 0%, var(--bg-strong) 100%);margin:0;font-family:Manrope,sans-serif}.portal-shell,.auth-shell{place-items:center;min-height:100vh;padding:32px 20px;display:grid}.portal-card,.auth-card{background:var(--surface);border:1px solid var(--border);width:min(100%,1120px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:28px}.portal-card{padding:36px}.portal-badge{background:var(--accent-soft);width:fit-content;color:var(--accent-strong);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.portal-copy{margin-top:18px}.portal-copy h1,.auth-title{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:.98}.portal-copy p,.auth-subtitle{max-width:70ch;color:var(--muted);margin:14px 0 0;font-size:1rem;line-height:1.7}.portal-status{color:var(--text);border:1px solid var(--border);background:#ffffff8c;border-radius:18px;margin-top:24px;padding:14px 16px}body.dark-mode .portal-status{background:#ffffff08}.portal-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.portal-primary,.portal-link-card,.auth-submit,.auth-ghost{border-radius:16px;justify-content:center;align-items:center;gap:10px;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s;display:inline-flex}.portal-primary,.auth-submit{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:var(--accent-text);cursor:pointer;padding:14px 18px;box-shadow:0 14px 34px #f55f1f42}.auth-ghost{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;padding:14px 18px}.portal-primary:hover,.portal-link-card:hover,.auth-submit:hover,.auth-ghost:hover{transform:translateY(-1px)}.portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.portal-link-card{background:var(--surface-strong);width:100%;color:var(--text);border:1px solid var(--border);box-shadow:none;text-align:left;cursor:pointer;padding:18px}.portal-link-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:14px;place-items:center;display:grid}.portal-link-copy{gap:6px;margin-top:12px;display:grid}.portal-link-copy strong{font-size:1rem}.portal-link-copy span{color:var(--muted);font-size:.95rem;line-height:1.6}.auth-card{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);width:min(100%,980px);display:grid;overflow:hidden}.auth-hero{border-right:1px solid var(--border);background:linear-gradient(145deg,#f55f1f1f,#0000 48%),radial-gradient(circle at 100% 0,#002c5329,#0000 30%);padding:36px}.auth-panel{padding:36px}.auth-logo{margin-bottom:24px;display:block}.auth-logo img{object-fit:contain;width:min(360px,100%);height:auto}.auth-form{gap:14px;margin-top:22px;display:grid}.auth-field{gap:8px;display:grid}.auth-field label{color:var(--text);font-size:.92rem;font-weight:700}.auth-field input{border:1px solid var(--border);background:var(--surface-strong);width:100%;color:var(--text);border-radius:14px;outline:none;padding:14px 16px}.auth-field input:focus{border-color:#c86e2a73;box-shadow:0 0 0 4px #c86e2a1f}.auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-check{color:var(--muted);align-items:center;gap:8px;font-size:.92rem;display:inline-flex}.auth-error{color:#d94d39;min-height:22px;font-size:.92rem}.auth-footer{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.auth-utility{color:var(--muted);margin-top:20px;font-size:.88rem;line-height:1.6}.auth-update{cursor:pointer;background:linear-gradient(135deg, var(--accent), var(--accent-strong))!important;color:#fff!important;border:1px solid #f55f1f66!important;border-radius:12px!important;padding:8px 14px!important;box-shadow:0 12px 28px #f55f1f3d!important}@media (width<=860px){.portal-card,.auth-hero,.auth-panel{padding:24px}.portal-grid,.auth-card{grid-template-columns:1fr}.auth-hero{border-right:0;border-bottom:1px solid var(--border)}}@media (width<=640px){.portal-shell,.auth-shell{padding:16px}.portal-card,.auth-card{border-radius:22px}.portal-copy h1,.auth-title{font-size:clamp(1.9rem,11vw,2.8rem)}.portal-actions,.auth-footer{flex-direction:column}.portal-primary,.auth-submit,.auth-ghost{width:100%}}.quotation-page-body,.quotation-page-body *,.quotation-page-body :before,.quotation-page-body :after{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef3f8;--bg-strong:#dfe8f2;--panel:#ffffffc7;--panel-strong:#fff;--surface:#ffffff80;--surface-strong:#fff;--text:#14263d;--muted:#55657a;--border:#002c531f;--shadow:0 28px 80px #08182b24;--primary:#204987;--primary-strong:#1f3358;--primary-soft:#2049871f;--accent:#ea5e20;--accent-strong:#ca4a22;--accent-soft:#ea5e2024;--accent-text:#fff8f4;--success:#15803d;--danger:#b91c1c;--status-confirmed-bg:#22c55e26;--status-confirmed-text:#16a34a;--status-confirmed-border:#bbf7d0;--status-sent-bg:#3b82f626;--status-sent-text:#2563eb;--status-sent-border:#bfdbfe;--status-rejected-bg:#ef444426;--status-rejected-text:#dc2626;--status-rejected-border:#fecaca;--status-followup-bg:#f59e0b26;--status-followup-text:#d97706;--status-followup-border:#fde68a;--status-draft-bg:#6b728026;--status-draft-text:#6b7280;--status-draft-border:#d1d5db}body.dark-mode{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d1724;--bg-strong:#122030;--panel:#0d1724e0;--panel-strong:#152536;--surface:#0d1724e6;--surface-strong:#172638;--text:#f4f7fb;--muted:#a8b5c5;--border:#ffffff17;--shadow:0 28px 80px #00000057;--primary:#204987;--primary-strong:#1f3358;--primary-soft:#20498747;--accent:#ea5e20;--accent-strong:#ca4a22;--accent-soft:#ea5e2038;--accent-text:#fff8f4;--status-confirmed-bg:#22c55e26;--status-confirmed-text:#16a34a;--status-confirmed-border:#bbf7d0;--status-sent-bg:#3b82f626;--status-sent-text:#2563eb;--status-sent-border:#bfdbfe;--status-rejected-bg:#ef444426;--status-rejected-text:#dc2626;--status-rejected-border:#fecaca;--status-followup-bg:#f59e0b26;--status-followup-text:#d97706;--status-followup-border:#fde68a;--status-draft-bg:#6b728026;--status-draft-text:#6b7280;--status-draft-border:#d1d5db}html,body,#root{min-height:100%}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top left, #f55f1f29, transparent 30%), radial-gradient(circle at bottom right, #002c531f, transparent 34%), linear-gradient(160deg, var(--bg) 0%, var(--bg-strong) 100%);margin:0;font-family:Manrope,sans-serif}button,input,select,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.premium-card,.portal-card,.auth-card,.quotation-page .container,.data-entry-page .container,.data-entry-page .products-section,.quotation-page .custom-product,.quotation-page .terms-section,.quotation-page .warranty-section,.quotation-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error,.product-card,.data-entry-page .product-card,.product-item,.catalog-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.premium-card{transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.premium-card:hover{border-color:#f55f1f4d;transform:translateY(-1px)}.app-header,.header,.app-tab-navbar,.tab-navbar{background:var(--panel);border-color:var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-header,.header{z-index:60;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex;position:sticky;top:0;box-shadow:0 6px 20px #0206170f}.header-logo-container{align-items:center;gap:16px;display:flex;position:sticky}.header-logo{object-fit:contain;cursor:pointer;width:auto!important;max-width:720px!important;height:120px!important}.header-right{align-items:center;gap:12px;margin-left:auto;display:flex}.app-header .welcome-text,.header .welcome-text,.quotation-page .welcome-text{color:var(--text)!important;text-shadow:none!important}.theme-spin-btn{background:0 0;justify-content:center;align-items:center;width:40px;height:40px;margin:5px;padding:5px;transition:transform .18s,color .18s;display:inline-flex;border-radius:50%!important}.theme-spin-btn:hover{cursor:pointer;transform:rotate(12deg)scale(1.05)}.app-tab-navbar,.tab-navbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;padding:8px 16px;display:flex}.app-nav-tab-btn,.nav-tab-btn,.portal-primary,.auth-submit,.auth-ghost,.hover-scale,.toggle-btn,.logout-button,#savePrintBtn,.product-modal-footer>button{justify-content:center;align-items:center;gap:8px;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.app-nav-tab-btn,.nav-tab-btn{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:700}.app-nav-tab-btn:hover,.nav-tab-btn:hover{color:var(--text);background:var(--primary-soft)}.app-nav-tab-btn.active-disabled,.nav-tab-btn.active-disabled{cursor:not-allowed;pointer-events:none;box-shadow:0 4px 12px #00000014;background:linear-gradient(135deg, var(--primary), var(--primary-strong))!important;color:#fff!important;border-color:var(--primary)!important}.sleek-input,.desc-input,.quotation-page input,.quotation-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea,.login-page input{box-sizing:border-box;width:100%;color:var(--text);border:1px solid var(--border)!important;background:#ffffffc7!important;border-radius:14px!important}.sleek-input,.desc-input,.quotation-page input,.quotation-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{min-height:54px;padding:16px 18px!important}.sleek-input:focus,.desc-input:focus,.quotation-page input:focus,.quotation-page select:focus,.quotation-page textarea:focus,.data-entry-page input:focus,.data-entry-page select:focus,.data-entry-page textarea:focus,.login-page input:focus{outline:none;border-color:#f55f1f73!important;box-shadow:0 0 0 4px #f55f1f1f!important}.quotation-page .container,.data-entry-page .container{z-index:1;width:min(1780px,100% - 32px);position:relative;margin:24px auto!important;padding:32px!important}.data-entry-page .products-section{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:10px!important}.data-entry-page .products-section{width:min(95%,100% - 32px)}.quotation-page .section-header,.data-entry-page h1,.data-entry-page h2,.quotation-page h2{border-bottom:none!important;font-weight:800!important}.quotation-page .form-row,.data-entry-page form,.quotation-products-actions,.portal-actions{flex-wrap:wrap;gap:12px;display:flex}.quotation-page .form-row,.data-entry-page form{align-items:stretch;gap:24px}.quotation-page .form-group,.data-entry-page .form-group,.auth-field{flex-direction:column;gap:12px;min-width:0;display:flex}.quotation-page .form-group,.data-entry-page .form-group{flex:1 1 0;padding:10px 12px 4px}.quotation-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;table-layout:auto!important}.product-modal-content,.data-entry-page .product-modal-content{flex-direction:column;width:100%;max-height:85vh;display:flex;position:relative}.product-modal-header{border-bottom:1px solid var(--border);background:linear-gradient(#002c531f,#002c5300);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.product-modal-grid,.product-grid{gap:16px;display:grid}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));width:100%}.product-modal-footer>button{border-radius:14px;min-width:180px;padding:12px 18px;font-weight:700}.product-modal-footer>button:hover,.portal-primary:hover,.portal-link-card:hover,.auth-submit:hover,.auth-ghost:hover,.hover-scale:hover,.toggle-btn:hover,.logout-button:hover,#savePrintBtn:hover{transform:translateY(-1px)scale(1.01)}.product-modal-footer-confirm,.portal-primary,.auth-submit{color:var(--accent-text);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%)}.product-modal-footer-confirm{border:1px solid #f55f1f59;box-shadow:0 12px 28px #f55f1f3d}.product-modal-footer-cancel,.auth-ghost{color:var(--text);border:1px solid var(--border);background:0 0}.quotation-page .product-modal,.quotation-page .inclusion-modal{background:#002c5347!important}.quotation-page .product-toolbar,.quotation-page .total-amount-row{gap:10px!important;display:flex!important}.quotation-page .product-toolbar{justify-content:flex-start!important;align-items:center!important}.quotation-page .total-amount-row{justify-content:center!important;align-items:center!important}.quotation-page .logo,.data-entry-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.logout-button{color:#fff!important;background:linear-gradient(135deg,#f55f1fb8,#d4490ee6)!important;border:1px solid #f55f1f66!important}#savePrintBtn{background:linear-gradient(135deg, var(--success), #0f6b30)!important;color:#fff!important;padding:14px 20px!important}.client,.status,.cross-button,.show-password{transition:all .2s;background:0 0!important}.client,.status,.cross-button{transition:all .3s;color:#2c2c2c!important;background:0 0!important;border-radius:12px!important;padding:10px 16px!important}body.dark-mode .client,body.dark-mode .status,body.dark-mode .cross-button{color:#f4f7fb!important}.client:hover,.status:hover,body.dark-mode .client:hover,body.dark-mode .status:hover{cursor:pointer;transform:scale(1.05);color:var(--accent)!important}.show-password{cursor:pointer;color:#fff;border:none;border-radius:12px;padding:10px 16px}.chart-tooltip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;opacity:0;pointer-events:none;white-space:nowrap;z-index:10;background:#002c53eb;border:1px solid #ffffff1f;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;transition:all .15s cubic-bezier(.16,1,.3,1);position:absolute;bottom:calc(100% + 8px);transform:translateY(4px)scale(.95);box-shadow:0 4px 12px #00000080}.logout-button:hover{box-shadow:0 8px 24px #f55f1f38!important}@media (width<=900px){.quotation-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.quotation-page .form-row,.quotation-page .product-toolbar,.quotation-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.quotation-page #amountDue{width:100%!important}}.product-modal,.inclusion-modal,.quotation-page .product-modal,.quotation-page .inclusion-modal,.data-entry-page .product-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}body.dark-mode .product-modal,body.dark-mode .inclusion-modal,body.dark-mode .quotation-page .product-modal,body.dark-mode .quotation-page .inclusion-modal,body.dark-mode .data-entry-page .product-modal,body.dark-mode .data-entry-page .inclusion-modal{background:#020617ad}body.dark-mode .sleek-input,body.dark-mode .desc-input{color:#f4f7fb!important;background:#ffffff1f!important;border-color:#d1d1d1!important}.data-entry-page .product-modal-content{flex-direction:column;width:100%;max-height:85vh;display:flex;position:relative}.product-modal-header,.product-modal-footer{flex:none}.product-modal-footer{border-top:1px solid var(--border);background:linear-gradient(#ffffff0a,#fff0);justify-content:space-between;align-items:center;gap:12px;padding:18px 22px 22px;display:flex}.product-modal-footer>button{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:180px;padding:12px 18px;font-weight:700;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.product-modal-footer>button:hover{transform:translateY(-1px)scale(1.01)}.product-modal-footer-confirm{color:#fff;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:1px solid #16a34a59;box-shadow:0 12px 28px #16a34a3d}.product-modal-footer-confirm:hover{cursor:pointer;background:linear-gradient(135deg,#1fb85b 0%,#15803d 100%);box-shadow:0 16px 32px #16a34a4d}.product-modal-footer-cancel{color:var(--button-secondary-text);background:var(--button-secondary-bg);border:1px solid var(--border);box-shadow:0 8px 20px #0f172a14}.product-modal-footer-cancel:hover{cursor:pointer;background:#ca030380;box-shadow:0 12px 24px #f003}.product-modal-grid{min-height:0}.quotation-page .form-row,.data-entry-page form{flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.quotation-page .form-group,.data-entry-page .form-group{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:12px;min-width:0;padding:10px 12px 4px;display:flex}.quotation-page .form-group label,.data-entry-page .form-group label{margin-bottom:0;padding-left:4px}.quotation-page input,.quotation-page select,.quotation-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{box-sizing:border-box;width:100%;min-height:54px;padding:16px 18px!important}.quotation-page textarea,.data-entry-page textarea{min-height:128px}.quotation-page .container,.data-entry-page .container{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:32px!important}.data-entry-page .container{width:min(760px,100% - 32px)}.data-entry-page .products-section{border:none;width:min(95%,100% - 32px)}.quotation-page .section-header,.data-entry-page h2,.data-entry-page h1,.quotation-page h2{border-bottom:none!important;font-weight:800!important}.quotation-products-section{margin-top:28px;padding:0}.quotation-products-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.quotation-products-section .section-header{margin-top:0!important}.quotation-products-section>div:not(.section-header){margin-top:16px}.quotation-page .section-header{letter-spacing:.18em;text-transform:uppercase;margin-top:12px;color:#2c2c2c!important;margin-bottom:16px!important;font-size:16px!important}.quotation-page .form-group label,.data-entry-page label,.login-page label{letter-spacing:.08em;text-transform:uppercase;color:#2c2c2c!important;font-size:14px!important;font-weight:700!important}body:not(.dark-mode) .quotation-page .form-group label,body:not(.dark-mode) .data-entry-page label,body:not(.dark-mode) .quotation-page tbody td,body:not(.dark-mode) .quotation-page thead th{color:#182235e6!important}.quotation-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;box-shadow:none!important}.quotation-page table th,.quotation-page table td,.data-entry-page table th,.data-entry-page table td{vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;padding:12px 16px}.product-thumb{display:block;object-fit:contain!important;width:56px!important;height:56px!important}.quotation-page table input,.quotation-page table textarea,.quotation-page table select{box-sizing:border-box;padding:8px 10px;font-size:14px;line-height:1.2;width:100%!important;max-width:100%!important}.quotation-page table .desc-input,.quotation-page table .custom-textarea{width:100%!important;max-width:100%!important}.quotation-page table td:nth-child(4) input,.quotation-page table td:nth-child(5) input,.quotation-page table td:nth-child(6) input,.quotation-page table td:nth-child(7) input{min-width:64px!important;max-width:160px!important}#productTable th:nth-child(3),#productTable td:nth-child(3),#inclusionTable th:nth-child(2),#inclusionTable td:nth-child(2),#customNoteTable th:nth-child(2),#customNoteTable td:nth-child(2){width:auto!important}.quotation-page table{table-layout:auto!important}.quotation-page thead th,.data-entry-page thead th{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:var(--text)!important;background:#0f172a24!important;border-bottom:1px solid #0f172a0f!important}.quotation-page thead th:first-child{border-top-left-radius:20px}.quotation-page thead th:last-child{border-top-right-radius:20px}.quotation-page tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.quotation-page tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.quotation-page tbody td,.data-entry-page tbody td{border-color:var(--border)!important;color:var(--text)!important}.quotation-page tbody tr:hover,.data-entry-page tbody tr:hover{background:#2563eb08!important}.hidden{display:none!important}.quotation-page #inclusionTable tbody td:first-child{text-align:center;width:90px}.quotation-page #inclusionModalList .inclusion-option{align-items:center;gap:10px;padding:12px 14px;display:flex}.quotation-page .product-toolbar{justify-content:flex-start!important;align-items:center!important;gap:10px!important;display:flex!important}.quotation-page .total-amount-row{justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important}.quotation-page #amountDue{letter-spacing:-.04em;text-align:center!important;width:min(480px,100%)!important;margin:0 auto!important;padding:16px 18px!important;font-size:24px!important;font-weight:800!important;display:block!important}.quotation-page .product-modal,.quotation-page .inclusion-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a47!important}body.dark-mode .quotation-page .product-modal,body.dark-mode .quotation-page .inclusion-modal{background:#020617ad!important}body.dark-mode .section-header,body.dark-mode .form-group label{color:#d1d1d1!important}.quotation-page .product-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--panel)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow)!important;color:var(--text)!important;border-radius:28px!important}.quotation-page #productCatalogSearch,.quotation-page .custom-product input,.quotation-page .custom-product textarea,.data-entry-page input,.data-entry-page textarea,.data-entry-page select{padding:12px 14px!important}.login-page input{padding:12px 5px!important}.quotation-page .product-card,.data-entry-page .product-card,.product-item,.catalog-item{border:1px solid var(--border)!important;background:var(--panel-strong)!important;box-shadow:none!important;border-radius:22px!important}.quotation-page .product-card img,.data-entry-page .product-card img{border-radius:16px!important}.quotation-page .custom-product,.quotation-page .terms-section,.quotation-page .warranty-section,.quotation-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#ffffff85!important;border-radius:22px!important;padding:18px 22px!important}body.dark-mode .custom-product,body.dark-mode .terms-section,body.dark-mode .warranty-section,body.dark-mode .bank-section,body.dark-mode .form-card,body.dark-mode .card,body.dark-mode .hint,body.dark-mode .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#14131385!important;border-radius:22px!important}body.dark-mode .quotation-page .custom-product,body.dark-mode .quotation-page .terms-section,body.dark-mode .quotation-page .warranty-section,body.dark-mode .quotation-page .bank-section,body.dark-mode .data-entry-page .form-card,body.dark-mode .data-entry-page .card,body.dark-mode .login-page .hint,body.dark-mode .login-page .error{background:#0f172a94!important}.login-page .error{color:#b91c1c!important;text-align:center!important}.data-entry-page .logo,.quotation-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.data-entry-page #topLogo{object-fit:contain;width:min(340px,100%)!important;max-width:340px!important;max-height:160px!important}.data-entry-page .logo{margin-bottom:16px!important}.quotation-page .welcome-text{letter-spacing:-.03em;font-size:18px;font-weight:800}.quotation-page .logout-button,.data-entry-page .logout-button{border-radius:12px!important;padding:10px 16px!important}@media (width<=900px){.quotation-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.quotation-page .form-row,.quotation-page .product-toolbar,.quotation-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.quotation-page #amountDue{width:100%!important}}.quotation-page .lucide{vertical-align:middle;margin-right:4px;position:relative}.err{color:#dc2626;min-height:18px;margin-top:4px;font-size:12px;font-weight:500}.logout-button{transition:all .3s;color:#d1d1d1!important;background:#a80202!important;border:1px solid #bbb!important;border-radius:12px!important}.logout-button:hover{cursor:pointer;scale:1.05;border-color:#0000!important;box-shadow:0 8px 24px #f003!important}.hover-scale{transition:all .3s;color:#fff!important;background:#f55f1fbf!important;border-radius:12px!important;padding:10px 16px!important}.hover-scale:hover{cursor:pointer;scale:1.05;box-shadow:0 8px 24px #f55f1f33!important}body.dark-mode .hover-scale{background:#f55f1fbf!important;border:1px solid #bbb!important}body.dark-mode .hover-scale:hover{cursor:pointer;border-color:#0000!important}.toggle-btn{transition:all .3s;color:#fff!important;border-radius:12px!important;padding:10px 16px!important}#savePrintBtn{background:#0f820bbf!important;padding:14px 20px!important}#savePrintBtn:hover{cursor:pointer;background:#0d8909cc!important;box-shadow:0 8px 24px #0a560766!important}.pills-btn{text-align:center;transition:all .3s;border-radius:20px!important;padding:10px 16px!important}.pills-btn:hover{cursor:pointer;scale:1.05}.product-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal-container{background-color:var(--bg,#fff);border-radius:12px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.product-modal-header{border-bottom:1px solid var(--border,#e2e8f0);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.product-modal-search-bar{border-bottom:1px solid var(--border,#e2e8f0);padding:16px 24px;background-color:linear-gradient(180deg, #155587cc, #2633cc99)!important}.product-modal-content{flex-grow:1;padding:24px;overflow-y:auto}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;width:100%;display:grid}.product-grid-card{background-color:var(--bg,#fff);border:2px solid var(--border,#e2e8f0);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;flex-direction:column;min-height:280px;padding:0;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}.product-grid-card:hover{border-color:var(--primary,#06c);transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.product-grid-card.selected{border-color:var(--primary,#06c);box-shadow:0 4px 12px #0066cc14;background-color:#18db2f30!important}.product-selection-badge{opacity:0;z-index:10;color:var(--primary,#06c);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:12px;right:12px;transform:scale(.8);box-shadow:0 2px 8px #00000026}.product-grid-card.selected .product-selection-badge{opacity:1;transform:scale(1)}.product-card-image-wrapper{background-color:var(--bg-offset,#f8fafc);border-bottom:1px solid #0000000d;justify-content:center;align-items:center;width:100%;height:160px;display:flex;overflow:hidden}.product-card-image{object-fit:contain;width:100%;height:100%;padding:12px;transition:transform .3s}.product-grid-card:hover .product-card-image{transform:scale(1.05)}.product-card-body{flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px;display:flex}.toggle-thumb{background-color:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.product-grid-card.selected .toggle-thumb{left:21px}.inclusion-modal-content{background-color:var(--bg,#fff);border-radius:12px;width:100%;max-width:500px;padding:24px;box-shadow:0 25px 50px -12px #00000040}.inclusion-modal-header{letter-spacing:-.03em;margin-bottom:16px;font-size:18px;font-weight:800}option{color:#000;background:0 0;padding:8px 12px}.drop-down{background:#36353553;padding:10px 16px;display:inline-block;position:relative}.chart-bar-hover{cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),filter .2s}.chart-bar-hover:hover{filter:brightness(1.2);transform:scaleX(1.05)}.chart-tooltip{-webkit-backdrop-filter:blur(6px);color:#fff;opacity:0;pointer-events:none;white-space:nowrap;z-index:10;background:#0f172ad9;border:1px solid #ffffff1a;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;transition:all .15s cubic-bezier(.16,1,.3,1);position:absolute;bottom:calc(100% + 8px);transform:translateY(4px)scale(.95);box-shadow:0 4px 12px #00000080}.chart-bar-hover:hover .chart-tooltip{opacity:1;transform:translateY(0)scale(1)}.cross-button{transition:all .3s;color:#fff!important;background:0 0!important;padding:10px 16px!important}.cross-button:hover{cursor:pointer;color:#fc2e2e80!important}.show-password{position:"relative";background:"transparent";border:"none";cursor:"pointer";color:"white";borderRadius:"12px";padding:"10px 16px"}.show-password:hover{transform:scale(1.1)}tbody tr{z-index:1;position:relative}tbody tr:hover,tbody tr:focus-within{z-index:50}tbody tr:nth-last-child(-n+2) .animate-fade-in{margin-top:0!important;margin-bottom:6px!important;top:auto!important;bottom:100%!important;box-shadow:0 -10px 25px -5px #0000004d!important}.inventory-page-body,.inventory-page-body *,.inventory-page-body :before,.inventory-page-body :after{box-sizing:border-box}.premium-card,.portal-card,.auth-card,.inventory-page .container,.data-entry-page .container,.data-entry-page .products-section,.inventory-page .custom-product,.inventory-page .terms-section,.inventory-page .warranty-section,.inventory-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error,.product-card,.data-entry-page .product-card,.product-item,.catalog-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.header .welcome-text,.inventory-page .welcome-text{color:var(--text)!important;text-shadow:none!important}.sleek-input,.desc-input,.inventory-page input,.inventory-page select,.inventory-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea,.login-page input{box-sizing:border-box;width:100%;color:var(--text);border:1px solid var(--border)!important;background:#ffffffc7!important;border-radius:14px!important}.sleek-input,.desc-input,.inventory-page input,.inventory-page select,.inventory-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{min-height:54px;padding:16px 18px!important}.sleek-input:focus,.desc-input:focus,.inventory-page input:focus,.inventory-page select:focus,.inventory-page textarea:focus,.data-entry-page input:focus,.data-entry-page select:focus,.data-entry-page textarea:focus,.login-page input:focus{outline:none;border-color:#f55f1f73!important;box-shadow:0 0 0 4px #f55f1f1f!important}.inventory-page .container,.data-entry-page .container{z-index:1;width:min(1780px,100% - 32px);position:relative;margin:24px auto!important;padding:32px!important}.inventory-page .section-header,.data-entry-page h1,.data-entry-page h2,.inventory-page h2{border-bottom:none!important;font-weight:800!important}.inventory-page .form-row,.data-entry-page form,.quotation-products-actions,.portal-actions{flex-wrap:wrap;gap:12px;display:flex}.inventory-page .form-row,.data-entry-page form{align-items:stretch;gap:24px}.inventory-page .form-group,.data-entry-page .form-group,.auth-field{flex-direction:column;gap:12px;min-width:0;display:flex}.inventory-page .form-group,.data-entry-page .form-group{flex:1 1 0;padding:10px 12px 4px}.inventory-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;table-layout:auto!important}.inventory-page .product-modal,.inventory-page .inclusion-modal{background:#002c5347!important}.inventory-page .product-toolbar,.inventory-page .total-amount-row{gap:10px!important;display:flex!important}.inventory-page .product-toolbar{justify-content:flex-start!important;align-items:center!important}.inventory-page .total-amount-row{justify-content:center!important;align-items:center!important}.inventory-page .logo,.data-entry-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}@media (width<=900px){.inventory-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.inventory-page .form-row,.inventory-page .product-toolbar,.inventory-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.inventory-page #amountDue{width:100%!important}}.product-modal,.inclusion-modal,.inventory-page .product-modal,.inventory-page .inclusion-modal,.data-entry-page .product-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}body.dark-mode .product-modal,body.dark-mode .inclusion-modal,body.dark-mode .inventory-page .product-modal,body.dark-mode .inventory-page .inclusion-modal,body.dark-mode .data-entry-page .product-modal,body.dark-mode .data-entry-page .inclusion-modal{background:#020617ad}.inventory-page .form-row,.data-entry-page form{flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.inventory-page .form-group,.data-entry-page .form-group{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:12px;min-width:0;padding:10px 12px 4px;display:flex}.inventory-page .form-group label,.data-entry-page .form-group label{margin-bottom:0;padding-left:4px}.inventory-page input,.inventory-page select,.inventory-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{box-sizing:border-box;width:100%;min-height:54px;padding:16px 18px!important}.inventory-page textarea,.data-entry-page textarea{min-height:128px}.inventory-page .container,.data-entry-page .container{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:32px!important}.inventory-page .section-header,.data-entry-page h2,.data-entry-page h1,.inventory-page h2{border-bottom:none!important;font-weight:800!important}.inventory-page .section-header{letter-spacing:.18em;text-transform:uppercase;margin-top:12px;color:#2c2c2c!important;margin-bottom:16px!important;font-size:16px!important}.inventory-page .form-group label,.data-entry-page label,.login-page label{letter-spacing:.08em;text-transform:uppercase;color:#2c2c2c!important;font-size:14px!important;font-weight:700!important}body:not(.dark-mode) .inventory-page .form-group label,body:not(.dark-mode) .data-entry-page label,body:not(.dark-mode) .inventory-page tbody td,body:not(.dark-mode) .inventory-page thead th{color:#182235e6!important}.inventory-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;box-shadow:none!important}.inventory-page table th,.inventory-page table td,.data-entry-page table th,.data-entry-page table td{vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;padding:12px 16px}.inventory-page table input,.inventory-page table textarea,.inventory-page table select{box-sizing:border-box;padding:8px 10px;font-size:14px;line-height:1.2;width:100%!important;max-width:100%!important}.inventory-page table .desc-input,.inventory-page table .custom-textarea{width:100%!important;max-width:100%!important}.inventory-page table td:nth-child(4) input,.inventory-page table td:nth-child(5) input,.inventory-page table td:nth-child(6) input,.inventory-page table td:nth-child(7) input{min-width:64px!important;max-width:160px!important}.inventory-page table{table-layout:auto!important}.inventory-page thead th,.data-entry-page thead th{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:var(--text)!important;background:#0f172a24!important;border-bottom:1px solid #0f172a0f!important}.inventory-page thead th:first-child{border-top-left-radius:20px}.inventory-page thead th:last-child{border-top-right-radius:20px}.inventory-page tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.inventory-page tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.inventory-page tbody td,.data-entry-page tbody td{border-color:var(--border)!important;color:var(--text)!important}.inventory-page tbody tr:hover,.data-entry-page tbody tr:hover{background:#2563eb08!important}.inventory-page #inclusionTable tbody td:first-child{text-align:center;width:90px}.inventory-page #inclusionModalList .inclusion-option{align-items:center;gap:10px;padding:12px 14px;display:flex}.inventory-page .product-toolbar{justify-content:flex-start!important;align-items:center!important;gap:10px!important;display:flex!important}.inventory-page .total-amount-row{justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important}.inventory-page #amountDue{letter-spacing:-.04em;text-align:center!important;width:min(480px,100%)!important;margin:0 auto!important;padding:16px 18px!important;font-size:24px!important;font-weight:800!important;display:block!important}.inventory-page .product-modal,.inventory-page .inclusion-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a47!important}body.dark-mode .inventory-page .product-modal,body.dark-mode .inventory-page .inclusion-modal{background:#020617ad!important}.inventory-page #productCatalogSearch,.inventory-page .custom-product input,.inventory-page .custom-product textarea,.data-entry-page input,.data-entry-page textarea,.data-entry-page select{padding:12px 14px!important}.inventory-page .product-card,.data-entry-page .product-card,.product-item,.catalog-item{border:1px solid var(--border)!important;background:var(--panel-strong)!important;box-shadow:none!important;border-radius:22px!important}.inventory-page .product-card img,.data-entry-page .product-card img{border-radius:16px!important}.inventory-page .custom-product,.inventory-page .terms-section,.inventory-page .warranty-section,.inventory-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#ffffff85!important;border-radius:22px!important;padding:18px 22px!important}body.dark-mode .inventory-page .custom-product,body.dark-mode .inventory-page .terms-section,body.dark-mode .inventory-page .warranty-section,body.dark-mode .inventory-page .bank-section,body.dark-mode .data-entry-page .form-card,body.dark-mode .data-entry-page .card,body.dark-mode .login-page .hint,body.dark-mode .login-page .error{background:#0f172a94!important}.data-entry-page .logo,.inventory-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.inventory-page .welcome-text{letter-spacing:-.03em;font-size:18px;font-weight:800}.inventory-page .logout-button,.data-entry-page .logout-button{border-radius:12px!important;padding:10px 16px!important}@media (width<=900px){.inventory-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.inventory-page .form-row,.inventory-page .product-toolbar,.inventory-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.inventory-page #amountDue{width:100%!important}}.inventory-page .lucide{vertical-align:middle;margin-right:4px;position:relative}.history-page-body,.history-page-body *,.history-page-body :before,.history-page-body :after{box-sizing:border-box}.premium-card,.portal-card,.auth-card,.history-page .container,.data-entry-page .container,.data-entry-page .products-section,.history-page .custom-product,.history-page .terms-section,.history-page .warranty-section,.history-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error,.product-card,.data-entry-page .product-card,.product-item,.catalog-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.header .welcome-text,.history-page .welcome-text{color:var(--text)!important;text-shadow:none!important}.sleek-input,.desc-input,.history-page input,.history-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea,.login-page input{box-sizing:border-box;width:100%;color:var(--text);border:1px solid var(--border)!important;background:#ffffffc7!important;border-radius:14px!important}.quotation-page select,.history-page select{box-sizing:border-box;width:100%;min-height:54px}.sleek-input,.desc-input,.history-page input,.history-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{min-height:54px;padding:16px 18px!important}.sleek-input:focus,.desc-input:focus,.history-page input:focus,.history-page select:focus,.history-page textarea:focus,.data-entry-page input:focus,.data-entry-page select:focus,.data-entry-page textarea:focus,.login-page input:focus{outline:none;border-color:#f55f1f73!important;box-shadow:0 0 0 4px #f55f1f1f!important}.history-page .container,.data-entry-page .container{z-index:1;width:min(1780px,100% - 32px);position:relative;margin:24px auto!important;padding:32px!important}.history-page .section-header,.data-entry-page h1,.data-entry-page h2,.history-page h2{border-bottom:none!important;font-weight:800!important}.history-page .form-row,.data-entry-page form,.quotation-products-actions,.portal-actions{flex-wrap:wrap;gap:12px;display:flex}.history-page .form-row,.data-entry-page form{align-items:stretch;gap:24px}.history-page .form-group,.data-entry-page .form-group,.auth-field{flex-direction:column;gap:12px;min-width:0;display:flex}.history-page .form-group,.data-entry-page .form-group{flex:1 1 0;padding:10px 12px 4px}.history-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;table-layout:auto!important}.history-page .product-modal,.history-page .inclusion-modal{background:#002c5347!important}.history-page .product-toolbar,.history-page .total-amount-row{gap:10px!important;display:flex!important}.history-page .product-toolbar{justify-content:flex-start!important;align-items:center!important}.history-page .total-amount-row{justify-content:center!important;align-items:center!important}.history-page .logo,.data-entry-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}@media (width<=900px){.history-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.history-page .form-row,.history-page .product-toolbar,.history-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.history-page #amountDue{width:100%!important}}.product-modal,.inclusion-modal,.history-page .product-modal,.history-page .inclusion-modal,.data-entry-page .product-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}body.dark-mode .product-modal,body.dark-mode .inclusion-modal,body.dark-mode .history-page .product-modal,body.dark-mode .history-page .inclusion-modal,body.dark-mode .data-entry-page .product-modal,body.dark-mode .data-entry-page .inclusion-modal{background:#020617ad}.history-page .form-row,.data-entry-page form{flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.history-page .form-group,.data-entry-page .form-group{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:12px;min-width:0;padding:10px 12px 4px;display:flex}.history-page .form-group label,.data-entry-page .form-group label{margin-bottom:0;padding-left:4px}.history-page input,.history-page select,.history-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{box-sizing:border-box;width:100%;min-height:54px;padding:16px 18px!important}.history-page textarea,.data-entry-page textarea{min-height:128px}.history-page .container,.data-entry-page .container{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:32px!important}.history-page .section-header,.data-entry-page h2,.data-entry-page h1,.history-page h2{border-bottom:none!important;font-weight:800!important}.history-page .section-header{letter-spacing:.18em;text-transform:uppercase;margin-top:12px;color:#2c2c2c!important;margin-bottom:16px!important;font-size:16px!important}.history-page .form-group label,.data-entry-page label,.login-page label{letter-spacing:.08em;text-transform:uppercase;color:#2c2c2c!important;font-size:14px!important;font-weight:700!important}body:not(.dark-mode) .history-page .form-group label,body:not(.dark-mode) .data-entry-page label,body:not(.dark-mode) .history-page tbody td,body:not(.dark-mode) .history-page thead th{color:#182235e6!important}.history-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;box-shadow:none!important}.history-page table th,.history-page table td,.data-entry-page table th,.data-entry-page table td{vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;padding:12px 16px}.history-page table input,.history-page table textarea,.history-page table select{box-sizing:border-box;padding:8px 10px;font-size:14px;line-height:1.2;width:100%!important;max-width:100%!important}.history-page table .desc-input,.history-page table .custom-textarea{width:100%!important;max-width:100%!important}.history-page table td:nth-child(4) input,.history-page table td:nth-child(5) input,.history-page table td:nth-child(6) input,.history-page table td:nth-child(7) input{min-width:64px!important;max-width:160px!important}.history-page table{table-layout:auto!important}.history-page thead th,.data-entry-page thead th{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:var(--text)!important;background:#0f172a24!important;border-bottom:1px solid #0f172a0f!important}.history-page thead th:first-child{border-top-left-radius:20px}.history-page thead th:last-child{border-top-right-radius:20px}.history-page tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.history-page tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.history-page tbody td,.data-entry-page tbody td{border-color:var(--border)!important;color:var(--text)!important}.history-page tbody tr:hover,.data-entry-page tbody tr:hover{background:#2563eb08!important}.history-page #inclusionTable tbody td:first-child{text-align:center;width:90px}.history-page #inclusionModalList .inclusion-option{align-items:center;gap:10px;padding:12px 14px;display:flex}.history-page .product-toolbar{justify-content:flex-start!important;align-items:center!important;gap:10px!important;display:flex!important}.history-page .total-amount-row{justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important}.history-page #amountDue{letter-spacing:-.04em;text-align:center!important;width:min(480px,100%)!important;margin:0 auto!important;padding:16px 18px!important;font-size:24px!important;font-weight:800!important;display:block!important}.history-page .product-modal,.history-page .inclusion-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a47!important}body.dark-mode .history-page .product-modal,body.dark-mode .history-page .inclusion-modal{background:#020617ad!important}.history-page #productCatalogSearch,.history-page .custom-product input,.history-page .custom-product textarea,.data-entry-page input,.data-entry-page textarea,.data-entry-page select{padding:12px 14px!important}.history-page .product-card,.data-entry-page .product-card,.product-item,.catalog-item{border:1px solid var(--border)!important;background:var(--panel-strong)!important;box-shadow:none!important;border-radius:22px!important}.history-page .product-card img,.data-entry-page .product-card img{border-radius:16px!important}.history-page .custom-product,.history-page .terms-section,.history-page .warranty-section,.history-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#ffffff85!important;border-radius:22px!important;padding:18px 22px!important}body.dark-mode .history-page .custom-product,body.dark-mode .history-page .terms-section,body.dark-mode .history-page .warranty-section,body.dark-mode .history-page .bank-section,body.dark-mode .data-entry-page .form-card,body.dark-mode .data-entry-page .card,body.dark-mode .login-page .hint,body.dark-mode .login-page .error{background:#0f172a94!important}.data-entry-page .logo,.history-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.history-page .welcome-text{letter-spacing:-.03em;font-size:18px;font-weight:800}.history-page .logout-button,.data-entry-page .logout-button{border-radius:12px!important;padding:10px 16px!important}@media (width<=900px){.history-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.history-page .form-row,.history-page .product-toolbar,.history-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.history-page #amountDue{width:100%!important}}.history-page .lucide{vertical-align:middle;margin-right:4px;position:relative}.clients-page-body,.clients-page-body *,.clients-page-body :before,.clients-page-body :after{box-sizing:border-box}.premium-card,.portal-card,.auth-card,.clients-page .container,.data-entry-page .container,.data-entry-page .products-section,.clients-page .custom-product,.clients-page .terms-section,.clients-page .warranty-section,.clients-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error,.product-card,.data-entry-page .product-card,.product-item,.catalog-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.header .welcome-text,.clients-page .welcome-text{color:var(--text)!important;text-shadow:none!important}.sleek-input,.desc-input,.clients-page input,.clients-page select,.clients-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea,.login-page input{box-sizing:border-box;width:100%;color:var(--text);border:1px solid var(--border)!important;background:#ffffffc7!important;border-radius:14px!important}.sleek-input,.desc-input,.clients-page input,.clients-page select,.clients-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{min-height:54px;padding:16px 18px!important}.sleek-input:focus,.desc-input:focus,.clients-page input:focus,.clients-page select:focus,.clients-page textarea:focus,.data-entry-page input:focus,.data-entry-page select:focus,.data-entry-page textarea:focus,.login-page input:focus{outline:none;border-color:#f55f1f73!important;box-shadow:0 0 0 4px #f55f1f1f!important}.clients-page .container,.data-entry-page .container{z-index:1;width:min(1780px,100% - 32px);position:relative;margin:24px auto!important;padding:32px!important}.clients-page .section-header,.data-entry-page h1,.data-entry-page h2,.clients-page h2{border-bottom:none!important;font-weight:800!important}.clients-page .form-row,.data-entry-page form,.quotation-products-actions,.portal-actions{flex-wrap:wrap;gap:12px;display:flex}.clients-page .form-row,.data-entry-page form{align-items:stretch;gap:24px}.clients-page .form-group,.data-entry-page .form-group,.auth-field{flex-direction:column;gap:12px;min-width:0;display:flex}.clients-page .form-group,.data-entry-page .form-group{flex:1 1 0;padding:10px 12px 4px}.clients-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;table-layout:auto!important}.clients-page .product-modal,.clients-page .inclusion-modal{background:#002c5347!important}.clients-page .product-toolbar,.clients-page .total-amount-row{gap:10px!important;display:flex!important}.clients-page .product-toolbar{justify-content:flex-start!important;align-items:center!important}.clients-page .total-amount-row{justify-content:center!important;align-items:center!important}.clients-page .logo,.data-entry-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}@media (width<=900px){.clients-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.clients-page .form-row,.clients-page .product-toolbar,.clients-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.clients-page #amountDue{width:100%!important}}.product-modal,.inclusion-modal,.clients-page .product-modal,.clients-page .inclusion-modal,.data-entry-page .product-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}body.dark-mode .product-modal,body.dark-mode .inclusion-modal,body.dark-mode .clients-page .product-modal,body.dark-mode .clients-page .inclusion-modal,body.dark-mode .data-entry-page .product-modal,body.dark-mode .data-entry-page .inclusion-modal{background:#020617ad}.clients-page .form-row,.data-entry-page form{flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.clients-page .form-group,.data-entry-page .form-group{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:12px;min-width:0;padding:10px 12px 4px;display:flex}.clients-page .form-group label,.data-entry-page .form-group label{margin-bottom:0;padding-left:4px}.clients-page input,.clients-page select,.clients-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{box-sizing:border-box;width:100%;min-height:54px;padding:16px 18px!important}.clients-page textarea,.data-entry-page textarea{min-height:128px}.clients-page .container,.data-entry-page .container{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:32px!important}.clients-page .section-header,.data-entry-page h2,.data-entry-page h1,.clients-page h2{border-bottom:none!important;font-weight:800!important}.clients-page .section-header{letter-spacing:.18em;text-transform:uppercase;margin-top:12px;color:#2c2c2c!important;margin-bottom:16px!important;font-size:16px!important}.clients-page .form-group label,.data-entry-page label,.login-page label{letter-spacing:.08em;text-transform:uppercase;color:#2c2c2c!important;font-size:14px!important;font-weight:700!important}body:not(.dark-mode) .clients-page .form-group label,body:not(.dark-mode) .data-entry-page label,body:not(.dark-mode) .clients-page tbody td,body:not(.dark-mode) .clients-page thead th{color:#182235e6!important}.clients-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;box-shadow:none!important}.clients-page table th,.clients-page table td,.data-entry-page table th,.data-entry-page table td{vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;padding:12px 16px}.clients-page table input,.clients-page table textarea,.clients-page table select{box-sizing:border-box;padding:8px 10px;font-size:14px;line-height:1.2;width:100%!important;max-width:100%!important}.clients-page table .desc-input,.clients-page table .custom-textarea{width:100%!important;max-width:100%!important}.clients-page table td:nth-child(4) input,.clients-page table td:nth-child(5) input,.clients-page table td:nth-child(6) input,.clients-page table td:nth-child(7) input{min-width:64px!important;max-width:160px!important}.clients-page table{table-layout:auto!important}.clients-page thead th,.data-entry-page thead th{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:var(--text)!important;background:#0f172a24!important;border-bottom:1px solid #0f172a0f!important}.clients-page thead th:first-child{border-top-left-radius:20px}.clients-page thead th:last-child{border-top-right-radius:20px}.clients-page tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.clients-page tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.clients-page tbody td,.data-entry-page tbody td{border-color:var(--border)!important;color:var(--text)!important}.clients-page tbody tr:hover,.data-entry-page tbody tr:hover{background:#2563eb08!important}.clients-page #inclusionTable tbody td:first-child{text-align:center;width:90px}.clients-page #inclusionModalList .inclusion-option{align-items:center;gap:10px;padding:12px 14px;display:flex}.clients-page .product-toolbar{justify-content:flex-start!important;align-items:center!important;gap:10px!important;display:flex!important}.clients-page .total-amount-row{justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important}.clients-page #amountDue{letter-spacing:-.04em;text-align:center!important;width:min(480px,100%)!important;margin:0 auto!important;padding:16px 18px!important;font-size:24px!important;font-weight:800!important;display:block!important}.clients-page .product-modal,.clients-page .inclusion-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a47!important}body.dark-mode .clients-page .product-modal,body.dark-mode .clients-page .inclusion-modal{background:#020617ad!important}.clients-page #productCatalogSearch,.clients-page .custom-product input,.clients-page .custom-product textarea,.data-entry-page input,.data-entry-page textarea,.data-entry-page select{padding:12px 14px!important}.clients-page .product-card,.data-entry-page .product-card,.product-item,.catalog-item{border:1px solid var(--border)!important;background:var(--panel-strong)!important;box-shadow:none!important;border-radius:22px!important}.clients-page .product-card img,.data-entry-page .product-card img{border-radius:16px!important}.clients-page .custom-product,.clients-page .terms-section,.clients-page .warranty-section,.clients-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#ffffff85!important;border-radius:22px!important;padding:18px 22px!important}body.dark-mode .clients-page .custom-product,body.dark-mode .clients-page .terms-section,body.dark-mode .clients-page .warranty-section,body.dark-mode .clients-page .bank-section,body.dark-mode .data-entry-page .form-card,body.dark-mode .data-entry-page .card,body.dark-mode .login-page .hint,body.dark-mode .login-page .error{background:#0f172a94!important}.data-entry-page .logo,.clients-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.clients-page .welcome-text{letter-spacing:-.03em;font-size:18px;font-weight:800}.clients-page .logout-button,.data-entry-page .logout-button{border-radius:12px!important;padding:10px 16px!important}@media (width<=900px){.clients-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.clients-page .form-row,.clients-page .product-toolbar,.clients-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.clients-page #amountDue{width:100%!important}}.clients-page .lucide{vertical-align:middle;margin-right:4px;position:relative}.dashboard-page-body,.dashboard-page-body *,.dashboard-page-body :before,.dashboard-page-body :after{box-sizing:border-box}.premium-card,.portal-card,.auth-card,.dashboard-page .container,.data-entry-page .container,.data-entry-page .products-section,.dashboard-page .custom-product,.dashboard-page .terms-section,.dashboard-page .warranty-section,.dashboard-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error,.product-card,.data-entry-page .product-card,.product-item,.catalog-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.header .welcome-text,.dashboard-page .welcome-text{color:var(--text)!important;text-shadow:none!important}.sleek-input,.desc-input,.dashboard-page input,.dashboard-page select,.dashboard-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea,.login-page input{box-sizing:border-box;width:100%;color:var(--text);border:1px solid var(--border)!important;background:#ffffffc7!important;border-radius:14px!important}.sleek-input,.desc-input,.dashboard-page input,.dashboard-page select,.dashboard-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{min-height:54px;padding:16px 18px!important}.sleek-input:focus,.desc-input:focus,.dashboard-page input:focus,.dashboard-page select:focus,.dashboard-page textarea:focus,.data-entry-page input:focus,.data-entry-page select:focus,.data-entry-page textarea:focus,.login-page input:focus{outline:none;border-color:#f55f1f73!important;box-shadow:0 0 0 4px #f55f1f1f!important}.dashboard-page .container,.data-entry-page .container{z-index:1;width:min(1780px,100% - 32px);position:relative;margin:24px auto!important;padding:32px!important}.dashboard-page .section-header,.data-entry-page h1,.data-entry-page h2,.dashboard-page h2{border-bottom:none!important;font-weight:800!important}.dashboard-page .form-row,.data-entry-page form,.quotation-products-actions,.portal-actions{flex-wrap:wrap;gap:12px;display:flex}.dashboard-page .form-row,.data-entry-page form{align-items:stretch;gap:24px}.dashboard-page .form-group,.data-entry-page .form-group,.auth-field{flex-direction:column;gap:12px;min-width:0;display:flex}.dashboard-page .form-group,.data-entry-page .form-group{flex:1 1 0;padding:10px 12px 4px}.dashboard-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;table-layout:auto!important}.dashboard-page .product-modal,.dashboard-page .inclusion-modal{background:#002c5347!important}.dashboard-page .product-toolbar,.dashboard-page .total-amount-row{gap:10px!important;display:flex!important}.dashboard-page .product-toolbar{justify-content:flex-start!important;align-items:center!important}.dashboard-page .total-amount-row{justify-content:center!important;align-items:center!important}.dashboard-page .logo,.data-entry-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}@media (width<=900px){.dashboard-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.dashboard-page .form-row,.dashboard-page .product-toolbar,.dashboard-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.dashboard-page #amountDue{width:100%!important}}.product-modal,.inclusion-modal,.dashboard-page .product-modal,.dashboard-page .inclusion-modal,.data-entry-page .product-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}body.dark-mode .product-modal,body.dark-mode .inclusion-modal,body.dark-mode .dashboard-page .product-modal,body.dark-mode .dashboard-page .inclusion-modal,body.dark-mode .data-entry-page .product-modal,body.dark-mode .data-entry-page .inclusion-modal{background:#020617ad}.dashboard-page .form-row,.data-entry-page form{flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.dashboard-page .form-group,.data-entry-page .form-group{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:12px;min-width:0;padding:10px 12px 4px;display:flex}.dashboard-page .form-group label,.data-entry-page .form-group label{margin-bottom:0;padding-left:4px}.dashboard-page input,.dashboard-page select,.dashboard-page textarea,.data-entry-page input,.data-entry-page select,.data-entry-page textarea{box-sizing:border-box;width:100%;min-height:54px;padding:16px 18px!important}.dashboard-page textarea,.data-entry-page textarea{min-height:128px}.dashboard-page .container,.data-entry-page .container{background:var(--panel);width:min(1780px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;border:none;border-radius:28px;position:relative;margin:24px auto!important;padding:32px!important}.dashboard-page .section-header,.data-entry-page h2,.data-entry-page h1,.dashboard-page h2{border-bottom:none!important;font-weight:800!important}.dashboard-page .section-header{letter-spacing:.18em;text-transform:uppercase;margin-top:12px;color:#2c2c2c!important;margin-bottom:16px!important;font-size:16px!important}.dashboard-page .form-group label,.data-entry-page label,.login-page label{letter-spacing:.08em;text-transform:uppercase;color:#2c2c2c!important;font-size:14px!important;font-weight:700!important}body:not(.dark-mode) .dashboard-page .form-group label,body:not(.dark-mode) .data-entry-page label,body:not(.dark-mode) .dashboard-page tbody td,body:not(.dark-mode) .dashboard-page thead th{color:#182235e6!important}.dashboard-page table,.data-entry-page table{border-spacing:0;border:1px solid var(--border);background:var(--panel-strong);border-radius:20px;width:100%;overflow:hidden;border-collapse:separate!important;box-shadow:none!important}.dashboard-page table th,.dashboard-page table td,.data-entry-page table th,.data-entry-page table td{vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;padding:12px 16px}.dashboard-page table input,.dashboard-page table textarea,.dashboard-page table select{box-sizing:border-box;padding:8px 10px;font-size:14px;line-height:1.2;width:100%!important;max-width:100%!important}.dashboard-page table .desc-input,.dashboard-page table .custom-textarea{width:100%!important;max-width:100%!important}.dashboard-page table td:nth-child(4) input,.dashboard-page table td:nth-child(5) input,.dashboard-page table td:nth-child(6) input,.dashboard-page table td:nth-child(7) input{min-width:64px!important;max-width:160px!important}.dashboard-page table{table-layout:auto!important}.dashboard-page thead th,.data-entry-page thead th{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:var(--text)!important;background:#0f172a24!important;border-bottom:1px solid #0f172a0f!important}.dashboard-page thead th:first-child{border-top-left-radius:20px}.dashboard-page thead th:last-child{border-top-right-radius:20px}.dashboard-page tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.dashboard-page tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.dashboard-page tbody td,.data-entry-page tbody td{border-color:var(--border)!important;color:var(--text)!important}.dashboard-page tbody tr:hover,.data-entry-page tbody tr:hover{background:#2563eb08!important}.dashboard-page #inclusionTable tbody td:first-child{text-align:center;width:90px}.dashboard-page #inclusionModalList .inclusion-option{align-items:center;gap:10px;padding:12px 14px;display:flex}.dashboard-page .product-toolbar{justify-content:flex-start!important;align-items:center!important;gap:10px!important;display:flex!important}.dashboard-page .total-amount-row{justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important}.dashboard-page #amountDue{letter-spacing:-.04em;text-align:center!important;width:min(480px,100%)!important;margin:0 auto!important;padding:16px 18px!important;font-size:24px!important;font-weight:800!important;display:block!important}.dashboard-page .product-modal,.dashboard-page .inclusion-modal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a47!important}body.dark-mode .dashboard-page .product-modal,body.dark-mode .dashboard-page .inclusion-modal{background:#020617ad!important}.dashboard-page #productCatalogSearch,.dashboard-page .custom-product input,.dashboard-page .custom-product textarea,.data-entry-page input,.data-entry-page textarea,.data-entry-page select{padding:12px 14px!important}.dashboard-page .product-card,.data-entry-page .product-card,.product-item,.catalog-item{border:1px solid var(--border)!important;background:var(--panel-strong)!important;box-shadow:none!important;border-radius:22px!important}.dashboard-page .product-card img,.data-entry-page .product-card img{border-radius:16px!important}.dashboard-page .custom-product,.dashboard-page .terms-section,.dashboard-page .warranty-section,.dashboard-page .bank-section,.data-entry-page .form-card,.data-entry-page .card,.login-page .hint,.login-page .error{border:1px solid var(--border)!important;box-shadow:none!important;background:#ffffff85!important;border-radius:22px!important;padding:18px 22px!important}body.dark-mode .dashboard-page .custom-product,body.dark-mode .dashboard-page .terms-section,body.dark-mode .dashboard-page .warranty-section,body.dark-mode .dashboard-page .bank-section,body.dark-mode .data-entry-page .form-card,body.dark-mode .data-entry-page .card,body.dark-mode .login-page .hint,body.dark-mode .login-page .error{background:#0f172a94!important}.data-entry-page .logo,.dashboard-page .logo,.data-entry-page #topLogo{margin-inline:auto;display:block}.dashboard-page .welcome-text{letter-spacing:-.03em;font-size:18px;font-weight:800}.dashboard-page .logout-button,.data-entry-page .logout-button{border-radius:12px!important;padding:10px 16px!important}@media (width<=900px){.dashboard-page .container,.data-entry-page .container,.data-entry-page .products-section{border-radius:22px;width:calc(100% - 20px)!important;padding:18px!important}.dashboard-page .form-row,.dashboard-page .product-toolbar,.dashboard-page .total-amount-row{flex-direction:column!important;align-items:stretch!important}.dashboard-page #amountDue{width:100%!important}}.dashboard-page .lucide{vertical-align:middle;margin-right:4px;position:relative}.sleek-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sleek-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sleek-input[type=number]{-moz-appearance:textfield}.del-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.del-btn:hover{scale:1.2}.add-btn{border:1px dashed var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;margin-top:12px;padding:6px 14px;font-size:13px;transition:all .2s ease-in-out;display:flex}.add-btn:hover{background:var(--primary);color:var(--surface);border-color:var(--primary);scale:1.05}
