@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#152033;background:radial-gradient(circle at top left,#fdf7f6 0,#f8f9fc 35%,#f4f7fb);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sidebar-width: 248px;--surface: rgba(255, 255, 255, .86);--surface-strong: #ffffff;--surface-soft: #f8fafc;--line: #e8edf5;--line-strong: #dce3ef;--text-main: #182235;--text-body: #6f7c92;--danger: #f04452;--warning: #f5a524;--success: #1abc88;--primary: #5966ff;--violet: #8b5cf6;--shadow: 0 18px 45px rgba(30, 55, 90, .08)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{color:var(--text-main);font-family:Inter,system-ui,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.topbar__control{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;color:#1a1a2e;cursor:pointer;transition:background .2s,border-color .2s}.topbar__control:hover{background:#f3f4f6}.app-shell{min-height:100vh;background:linear-gradient(135deg,#ffffffbf,#f6f8fcf5)}.otp-boxes{display:flex;justify-content:space-between;margin:15px auto}.otp-boxes input{width:50px;height:50px;border:1px solid var(--line-strong);border-radius:12px;text-align:center;font-size:1.2rem}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);padding:18px 14px 16px;background:#ffffffe6;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:22px;overflow-y:auto;z-index:20}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:8px 10px 22px;border-bottom:1px solid var(--line)}.sidebar__brand img{width:160px}.sidebar__brand-title{margin:0;font-size:1.45rem;font-weight:700;letter-spacing:-.04em}.sidebar__brand-copy{margin:2px 0 0;color:#ef7b78;font-size:.68rem}.sidebar__nav{display:grid;gap:6px}.sidebar__link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:#3e4b62;transition:background-color .2s ease,color .2s ease,transform .2s ease}.sidebar__link:hover,.sidebar__link--active{background:#fff0f0;color:var(--danger)}.sidebar__link:hover{transform:translate(2px)}.sidebar__profile{margin-top:auto;display:flex;align-items:center;gap:12px;padding:14px 10px 6px;border-top:1px solid var(--line)}.sidebar__avatar,.topbar__avatar{display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:700;background:linear-gradient(135deg,#ff6a5b,#5f6cff)}.sidebar__avatar{width:38px;height:38px;font-size:.78rem}.sidebar__profile-name,.sidebar__profile-email{margin:0}.sidebar__profile-name{font-weight:700;font-size:.84rem}.sidebar__profile-email{color:var(--text-body);font-size:.74rem}.sidebar__more{margin-left:auto;border:0;background:transparent;color:#95a0b3;padding:4px}.sidebar-backdrop{display:none}.topbar__headline{display:flex;align-items:flex-start;gap:12px}.topbar__menu{display:none;width:42px;height:42px;border-radius:14px;border:1px solid rgba(232,237,245,.95);background:#ffffffd9;box-shadow:0 10px 24px #0f172a0d;color:var(--text-main);flex:none}.app-main{margin-left:var(--sidebar-width);min-height:100vh;height:100vh;overflow:hidden}.topbar{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px 20px;background:#f8fafdeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,237,245,.9)}.topbar_main_titles{display:flex;flex-direction:column}.topbar__title{margin:0;font-size:1.55rem;line-height:1.1;letter-spacing:-.04em;font-weight:700}.topbar__subtitle{margin:4px 0 0;color:var(--text-body);font-size:.92rem}.topbar__actions{display:flex;align-items:center;gap:10px}.dashboard-topbar-actions{display:flex;align-items:center;gap:12px;margin-bottom:24px;justify-content:flex-end}.dashboard-date-filter{position:relative}.dashboard-date-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:160px;z-index:1000;overflow:hidden}.date-option{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:13px;color:#1a1a2e;cursor:pointer;transition:background .15s ease}.date-option:hover{background:#f3f4f6}.date-option.is-active{background:#eef2ff;color:#4f46e5}.date-option.is-active:after{content:"✓";float:right;color:#4f46e5}.invoice-total{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 10px;border-radius:12px}.offer-action--secondary:disabled{opacity:.6;cursor:not-allowed}.offer-action--secondary .spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#1a1a2e;animation:spin .6s linear infinite}.topbar__control,.panel__ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);background:#fff;color:#3b495f;padding:6px 10px;border-radius:12px}.topbar__export{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:linear-gradient(135deg,#ff645b,#ff4b62);color:#fff;padding:8px 16px;border-radius:12px;box-shadow:0 10px 20px #f0445233}.topbar__completed{display:inline-flex;align-items:center;gap:8px;border:0;border:1px solid #16a34a;color:#16a34a;padding:8px 16px;border-radius:12px;box-shadow:0 10px 20px #f0445233}.topbar__pdf{display:inline-flex;align-items:center;gap:8px;border:0;border:1px solid #969595;color:#444645;padding:8px 16px;border-radius:12px;box-shadow:0 10px 20px #f0445233}.topbar__alert{display:flex;align-items:center;justify-content:center;position:relative;width:42px;height:42px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;color:#506079}.topbar__alert svg{width:30px!important;height:30px!important}.topbar__dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--danger);border:2px solid white}.topbar__avatar{width:42px;height:42px}.app-content{height:calc(100vh - 103px);overflow-y:auto;padding:24px 28px 32px}.dashboard-page,.shared-page,.invoice-page,.create-invoice-page,.customers-page{display:flex;flex-direction:column;gap:20px}.create-invoice-page--refined{gap:16px}.customer-details-page{display:flex;flex-direction:column;gap:16px}.add-customer-page{max-width:980px}.orders-page{display:flex;flex-direction:column;gap:18px}.order-details-page{display:flex;flex-direction:column}.invoice-page{gap:16px}.page-back-row{display:flex;align-items:center}.page-back-link{display:inline-flex;align-items:center;gap:8px;color:#55647b;font-weight:600}.invoice-form__footer{display:flex;justify-content:space-between}.invoice-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.invoice-filters{display:flex;align-items:center;justify-content:space-between;gap:14px}.invoice-customer-search input{border:none!important}.invoice-toolbar__actions,.invoice-filters{display:flex;gap:10px;flex-wrap:wrap}.invoice-search{display:flex;align-items:center;gap:10px;width:min(100%,300px);padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:#95a0b3}.invoice-search input{width:100%;border:0;outline:0;padding:13px 0;background:transparent;color:var(--text-main)}.invoice-table-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.invoice-table{display:grid;grid-template-columns:.9fr 1fr 1.25fr .9fr .85fr .85fr .8fr;gap:14px;align-items:center;padding:16px 18px}.invoice-table--head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.invoice-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.invoice-table--row:last-child{border-bottom:0}.invoice-table__id,.invoice-table__amount{font-weight:700}.invoice-table__email,.invoice-table__date{color:var(--text-body)}.invoice-table__menu{border:0;background:transparent;color:#7c879c;width:28px;height:28px;border-radius:8px}.invoice-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:.73rem;font-weight:700}.invoice-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.invoice-chip--paid{background:#e8f8ee;color:#169c63}.invoice-chip--sent{background:#e8f8ee;color:#52169c}.invoice-chip--draft{background:#fff5d8;color:#ba8700}.invoice-chip--overdue{background:#ffe5e6;color:#d23944}.invoice-chip--unpaid{background:#edf1f5;color:#56657d}.customer-stats{display:grid;grid-template-columns:repeat(2,minmax(168px,1fr));gap:16px;max-width:560px}.customer-stat-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow)}.customer-stat-card p,.customers-footer p{margin:0;color:var(--text-body);font-size:.8rem}.customer-stat-card strong{display:block;margin-top:6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.customer-stat-card__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px}.customer-stat-card__icon--blue{color:#4f7dff;background:#ebf2ff}.customer-stat-card__icon--violet{color:#8b5cf6;background:#f4ebff}.customer-toolbar,.customers-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.customer-toolbar__search{width:min(100%,320px)}.customer-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customers-table-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.customers-empty-state{padding:28px 18px;color:var(--text-body)}.customers-table{display:grid;grid-template-columns:.8fr 1.15fr 1.35fr 1fr .9fr .8fr;gap:14px;align-items:center;padding:16px 18px}.customers-table--head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.customers-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.customers-table--row:last-child{border-bottom:0}.customers-table__name,.customers-table__revenue{font-weight:700}.customers-table__email,.customers-table__phone{color:var(--text-body)}.customers-table__actions{display:flex;align-items:center;gap:8px}.customers-table__actions button,.customers-table__actions a,.pagination button{border:1px solid var(--line-strong);background:#fff;color:#7c879c;border-radius:8px}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1522355c;display:grid;place-items:center;padding:20px;z-index:100}.app-modal{width:min(100%,420px);background:#fff;border-radius:16px;box-shadow:0 24px 48px #1522352e;padding:22px}.app-modal h2,.app-modal p{margin:0}.app-modal p{margin-top:10px;color:var(--text-body);line-height:1.6}.app-modal__actions{display:flex;gap:10px;margin-top:18px}.customers-table__actions button,.customers-table__actions a{width:30px;height:30px;display:grid;place-items:center;padding:0}.pagination{display:flex;align-items:center;gap:6px}.pagination button{min-width:28px;height:28px;padding:0 10px}.pagination .is-active{background:#ff4b62;color:#fff;border-color:#ff4b62}.customer-profile-card,.customer-activity-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow)}.customer-profile-card{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px}.customer-profile-card__identity{display:flex;align-items:center;gap:16px}.customer-back-link{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#5f6f86}.customer-profile-card__avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;font-size:1.4rem;font-weight:700}.customer-profile-card__name-row{display:flex;align-items:center;gap:10px}.customer-profile-card__name-row h2,.customer-activity-item h3,.address-card h3{margin:0}.customer-profile-card__meta p,.address-card p,.customer-activity-item p{margin:0;color:var(--text-body)}.customer-profile-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customer-badge{color:#16a34a;font-size:.75rem;font-weight:700}.customer-delete-button{border:1px solid #ffc7cf;background:#fff;color:#ef4444;padding:10px;border-radius:12px}.customer-details-layout{display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(0,1.1fr);gap:14px}.address-card{min-height:255px;padding:20px;border-radius:14px;border:1px solid #efd7ff;background:linear-gradient(180deg,#fff,#fbf7ff)}.address-card__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#9333ea;color:#fff;margin-bottom:14px}.address-card p{margin-top:8px}.customer-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-kpi{min-height:122px;padding:18px;border-radius:14px;border:1px solid transparent}.customer-kpi--green{background:linear-gradient(135deg,#effef5,#d9fae7);border-color:#c7f2d7}.customer-kpi--blue{background:linear-gradient(135deg,#eef5ff,#d7e8ff);border-color:#c5dcff}.customer-kpi--yellow{background:linear-gradient(135deg,#fff9e6,#fff0b8);border-color:#ffe08a}.customer-kpi--wide{grid-column:1 / -1}.customer-kpi__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#ffffffd9;font-weight:700;margin-bottom:18px}.customer-kpi span,.customer-kpi p,.customer-activity-item span{color:var(--text-body);font-size:.78rem}.customer-kpi strong{display:block;margin:4px 0 6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.customer-activity-panel{padding:18px 20px}.customer-activity-list{display:flex;flex-direction:column;gap:10px}.customer-activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.customer-activity-item__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%}.customer-activity-item__icon--blue{background:#e8f1ff;color:#4f7dff}.customer-activity-item__icon--green{background:#e7f9ef;color:#16a34a}.customer-activity-item__icon--violet{background:#f4ebff;color:#9333ea}.customer-form{display:flex;flex-direction:column;gap:16px}.form-section{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow);padding:18px 20px}.form-section__header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.form-section__header h2,.address-subsection h3{margin:0;font-size:1rem}.form-section__header small{color:var(--text-body);font-size:.76rem}.form-section__badge{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:.72rem;font-weight:700}.form-section__badge--red{background:#ff5b61}.form-section__badge--blue{background:#4f7dff}.form-section__badge--green{background:#4ade80}.form-section__badge--violet{background:#a855f7}.address-subsection{margin-bottom:16px}.address-subsection h3{margin-bottom:14px;font-size:.88rem}.form-checkbox{display:inline-flex;align-items:center;gap:10px;margin:6px 0 18px;color:#3f4d63;font-size:.82rem}.field-error{color:#d23944;font-size:.76rem}.erp-field input.is-invalid,.erp-field textarea.is-invalid{border-color:#ffb4bc;background:#fff8f9}.customer-form__footer{display:flex;align-items:center;gap:10px}.customer-form__footer button:disabled{opacity:.7;cursor:wait}.invoice-form-shell{display:flex;flex-direction:column;gap:16px}.invoice-hero-card,.invoice-main-card{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow)}.invoice-hero-card{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px}.invoice-hero-card__left{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:18px}.invoice-hero-card__meta{text-align:right;color:var(--text-body);font-size:.88rem}.invoice-hero-card__meta strong{display:block;margin-top:2px;color:var(--text-main);font-size:1.3rem}.invoice-main-card{padding:0}.invoice-main-card__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr)}.invoice-customer-block,.invoice-details-block{padding:22px 20px}.invoice-customer-block{border-right:1px solid var(--line)}.invoice-customer-block h2,.invoice-details-block h2{margin:0 0 16px;font-size:1.05rem}.invoice-customer-select-row{display:flex;gap:10px;align-items:center}.invoice-customer-search{flex:1;display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);background:#fff;border-radius:10px;padding:0 12px}.invoice-customer-search input{width:100%;border:0;outline:0;background:transparent;padding:12px 0}.invoice-add-customer-btn{white-space:nowrap}.invoice-add-customer-btn span{color:#fff!important}.invoice-customer-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.invoice-customer-option{border:1px solid var(--line-strong);background:#fff;border-radius:10px;padding:10px 12px;text-align:left;color:#506079}.invoice-customer-option strong,.invoice-selected-customer strong{display:block}.invoice-customer-option span{display:block;margin-top:2px;font-size:.78rem;color:var(--text-body)}.invoice-customer-option.is-active{border-color:#ffccd3;background:#fff8f9}.invoice-selected-customer{margin-top:14px;border-radius:10px;background:#f7f9fc;padding:16px 14px}.invoice-selected-customer span{display:block;color:var(--text-body);font-size:.8rem;margin-bottom:8px}.invoice-selected-customer p{margin:2px 0;color:#4d5b72}.invoice-span-two{grid-column:1 / -1}.order-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.order-stat-card{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow)}.order-stat-card p,.order-stat-card__note{margin:0}.order-stat-card p{color:var(--text-body);font-size:.82rem}.order-stat-card strong{display:block;margin:4px 0 6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.order-stat-card__note{display:block;font-size:.78rem}.order-stat-card__note--blue,.order-stat-card__note--green{color:var(--success)}.order-stat-card__note--orange{color:#f97316}.order-stat-card__note--red{color:var(--danger)}.order-stat-card__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px}.order-stat-card__icon--blue{color:#2563eb;background:#dbeafe}.order-stat-card__icon--orange{color:#ea580c;background:#ffedd5}.order-stat-card__icon--green{color:#16a34a;background:#dcfce7}.order-stat-card__icon--red{color:#ef4444;background:#fee2e2}.orders-chart-panel{padding:18px 18px 8px}.orders-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.orders-toolbar__search{width:min(100%,360px)}.orders-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.orders-table-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.orders-table{display:grid;grid-template-columns:.9fr 1.35fr 1fr .9fr .85fr .85fr .8fr;gap:14px;align-items:center;padding:16px 18px}.orders-table--head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.orders-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.orders-table--row:last-child{border-bottom:0}.orders-table__id{color:#2563eb;font-weight:700}.orders-table__customer{display:flex;align-items:center;gap:10px;font-weight:600}.orders-table__avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f8d7da,#bfd7ff);color:#23324d;font-size:.72rem;font-weight:700}.orders-status-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.orders-status-pill--delivered{color:#16a34a;background:#dcfce7}.orders-status-pill--confirmed{color:#2563eb;background:#dbeafe}.orders-status-pill--draft{color:#ca8a04;background:#fef3c7}.orders-status-pill--cancelled{color:#dc2626;background:#fee2e2}.orders-status-pill--paid{color:#9333ea;background:#f3e8ff}.orders-table__amount{font-weight:700}.orders-table__outstanding.is-warning{color:#ef4444;font-weight:700}.orders-table__actions{display:flex;align-items:center;gap:8px}.orders-table__actions button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#6c7a90}.orders-table__actions a{width:28px;height:28px;display:grid;place-items:center;color:#6c7a90}.dynamic-items{display:flex;flex-direction:column;gap:14px}.dynamic-item-card{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fbfcfe}.dynamic-item-card__actions{display:flex;justify-content:flex-end;gap:10px;margin:10px 0}.order-details-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.72fr);gap:14px}.order-details-main,.order-details-side{display:flex;flex-direction:column;gap:14px}.order-header-card,.order-info-card,.order-items-card,.order-timeline-card,.order-summary-card,.order-actions-card{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:14px;box-shadow:var(--shadow);padding:18px 20px}.order-header-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.order-header-card__top h2{margin:0;font-size:2rem;letter-spacing:-.04em}.order-progress{display:flex;align-items:center;gap:0;flex-wrap:wrap}.order-progress__step{display:flex;align-items:center}.order-progress__dot{width:18px;height:18px;border-radius:50%;background:#d5dce7;border:4px solid #f0f4f8}.order-progress__dot.is-active{background:#22c55e;border-color:#dcfce7}.order-progress__label{margin-left:8px;color:#4f5d73;font-size:.82rem}.order-progress__line{width:42px;height:2px;background:#d5dce7;margin:0 12px}.order-progress__line.is-active{background:#22c55e}.order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.order-info-grid span{display:block;margin-top:12px;color:var(--text-body);font-size:.8rem}.order-info-grid strong{display:block;margin-top:4px;font-size:.92rem;line-height:1.5}.order-items-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.order-items-table__head,.order-items-table__row{display:grid;grid-template-columns:1.1fr 1.5fr .45fr .7fr .6fr .7fr;gap:12px;align-items:center;padding:14px 16px}.order-items-table__head{background:#fbfcfe;color:var(--text-body);font-size:.8rem;border-bottom:1px solid var(--line)}.order-items-table__row+.order-items-table__row{border-top:1px solid var(--line)}.order-items-table__row small{display:block;margin-top:4px;color:var(--text-body)}.order-summary-card__meta{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.order-summary-card__meta div{display:flex;justify-content:space-between;gap:12px}.order-summary-card__meta span{color:var(--text-body);font-size:.8rem}.order-summary-card__meta strong{font-size:.86rem}.is-green{color:#16a34a}.order-actions-card__buttons{display:flex;flex-direction:column;gap:10px}.order-mini-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.create-invoice-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:20px}.create-invoice-grid--summary{align-items:start}.form-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:18px;box-shadow:var(--shadow);padding:22px}.form-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.form-panel__title{margin:0;font-size:1.25rem;letter-spacing:-.03em}.form-panel__actions{display:flex;gap:10px;flex-wrap:wrap}.erp-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.erp-form--stack{grid-template-columns:1fr}.erp-field{display:flex;flex-direction:column;gap:8px}.invoice-add-fields{display:flex;gap:15px;justify-content:left}.invoice-add-fields .erp-field{width:50%}.erp-field span{font-size:.85rem;font-weight:700;color:#415068}.erp-field input,.erp-field select,.erp-field textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:var(--text-main);padding:13px 14px;outline:none}.erp-field textarea{resize:vertical;min-height:120px}.erp-field--textarea{width:100%}.customer-card{border:1px solid var(--line);border-radius:16px;background:#fbfcfe;padding:18px}.customer-card__header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.customer-card__avatar{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#5f6cff,#1abc88)}.customer-card__header h3,.customer-card__header p{margin:0}.customer-card__header p{color:var(--text-body);font-size:.85rem}.customer-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-card__grid span{display:block;font-size:.78rem;color:var(--text-body);margin-bottom:4px}.customer-card__grid strong{font-size:.92rem;line-height:1.45}.line-items-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.line-items-table__head,.line-items-table__row{display:grid;grid-template-columns:1.1fr 1.6fr .4fr .7fr .7fr;gap:14px;padding:16px 18px;align-items:center}.line-items-table__head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.line-items-table__row+.line-items-table__row{border-top:1px solid var(--line)}.line-items-table__muted{color:var(--text-body)}.line-items-table__amount{font-weight:700}.invoice-summary__rows{display:flex;flex-direction:column;gap:14px}.invoice-summary__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.invoice-summary__row--total{padding-top:8px}.invoice-summary__row span{color:var(--text-body)}.invoice-summary__row strong{font-size:1rem}.invoice-summary__row--total strong{font-size:1.35rem;color:var(--text-main)}.metrics-grid,.shared-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.metric-card,.shared-stat-card,.panel,.hero-panel{background:var(--surface);border:1px solid rgba(232,237,245,.95);border-radius:18px;box-shadow:var(--shadow)}.metric-card{position:relative;overflow:hidden;padding:18px 20px 14px;border-radius:14px;box-shadow:0 10px 24px #1420330d}.metric-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:#dce3ef}.metric-card--red:before{background:#ff5b61}.metric-card--green:before{background:#22c55e}.metric-card--orange:before{background:#f59e0b}.metric-card--violet:before{background:#a855f7}.metric-card--blue:before{background:#6366f1}.metric-card__top{display:flex;justify-content:space-between;align-items:center}.metric-card__icon{display:inline-grid;place-items:center;width:20px;height:20px}.metric-card__icon--currency{color:var(--danger)}.metric-card__icon--trendUp{color:var(--success)}.metric-card__icon--clock{color:var(--warning)}.metric-card__icon--orders{color:var(--violet)}.metric-card__icon--customers{color:var(--primary)}.metric-card__change{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:700}.metric-card__change.is-positive{color:var(--success)}.metric-card__change.is-negative{color:var(--danger)}.metric-card__label{margin:18px 0 4px;color:var(--text-body);font-size:.95rem;font-weight:500}.metric-card__value{margin:0;font-size:2.15rem;line-height:1.06;font-weight:800;letter-spacing:-.04em}.metric-card__sparkline{margin-top:14px;height:34px;border-radius:8px;background:linear-gradient(180deg,#5966ff1a,#5966ff05),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 36'%3E%3Cpath d='M0 25 L20 22 L40 26 L60 18 L80 20 L100 14 L120 18 L140 11 L160 13 L180 7' fill='none' stroke='%23c7cfdf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}.dashboard-grid{display:grid;gap:20px}.dashboard-grid--primary{grid-template-columns:minmax(0,2.1fr) minmax(290px,.95fr)}.dashboard-grid--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:18px 18px 12px}.panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.panel__header h2,.hero-panel__title{margin:0;font-size:1.1rem;letter-spacing:-.03em}.segmented-control{display:inline-flex;gap:6px;background:#fafbfe;padding:4px;border-radius:12px}.segmented-control button{border:0;background:transparent;color:var(--text-body);padding:8px 12px;border-radius:10px}.segmented-control .is-active{background:linear-gradient(135deg,#ff6660,#ff4b62);color:#fff}.status-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;padding:6px 6px 10px}.status-legend__item,.activity-list__item,.summary-list__row,.data-table__head,.data-table__row{display:flex;align-items:center}.status-legend__item{gap:10px;color:#56657d;font-size:.85rem}.dot,.activity-list__bullet{flex:none;border-radius:50%}.dot{width:10px;height:10px}.dot--green{background:var(--success)}.dot--slate{background:#636a79}.dot--red{background:var(--danger)}.dot--orange{background:var(--warning)}.data-table{border-top:1px solid var(--line)}.data-table__head,.data-table__row{display:grid;grid-template-columns:1.1fr 1.2fr 1fr .8fr;gap:12px;padding:14px 0}.data-table__head{color:var(--text-body);font-size:.82rem}.data-table__row{border-top:1px solid var(--line);font-size:.92rem}.status-pill{font-weight:700;font-size:.78rem}.status-pill--paid{color:var(--success)}.status-pill--pending{color:var(--warning)}.status-pill--overdue{color:var(--danger)}.activity-list{display:flex;flex-direction:column;gap:18px;padding-top:10px}.activity-list__item{align-items:flex-start;gap:12px}.activity-list__bullet{width:8px;height:8px;margin-top:8px}.activity-list p,.summary-list__row span,.summary-list__row strong{margin:0}.activity-list p{font-size:.92rem}.activity-list span{color:var(--text-body);font-size:.78rem}.hero-panel{padding:24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.hero-panel__eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2ff;color:var(--primary);font-size:.74rem;font-weight:700;margin-bottom:12px}.hero-panel__text{max-width:680px;margin:10px 0 0;color:var(--text-body)}.hero-panel__button{border:0;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#1abc88,#11a06f);color:#fff;font-weight:700}.shared-stat-card{padding:18px;display:flex;flex-direction:column;gap:6px}.shared-stat-card span{color:var(--text-body);font-size:.82rem}.shared-stat-card strong{font-size:1.7rem;letter-spacing:-.04em}.summary-list{display:flex;flex-direction:column;gap:16px;padding-top:6px}.summary-list__row{justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.summary-list__row:last-child{border-bottom:0;padding-bottom:0}.summary-list__row span{color:var(--text-body)}.summary-list__row strong{font-size:.94rem}.app-icon{width:18px;height:18px}.offers-page,.offer-create-page{display:flex;flex-direction:column;gap:16px}.offer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.offer-toolbar__search{width:min(100%,360px)}.offer-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.offer-status-select{position:relative;display:inline-flex;align-items:center}.offer-status-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:132px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:#3b495f;padding:11px 38px 11px 14px}.offer-status-select .app-icon{position:absolute;right:12px;pointer-events:none;color:#7c879c}.offer-table{display:grid;grid-template-columns:1.2fr 1.2fr .9fr .8fr .8fr;gap:14px;align-items:center;padding:16px 18px}.offer-table--head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.offer-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.offer-table--row:last-child{border-bottom:0}.offer-table__id,.offer-table__amount{font-weight:700}.offer-status{font-size:.76rem;font-weight:700}.offer-status--accepted{color:#16a34a}.offer-status--sent{color:#562aa9}.offer-status--draft{color:#56657d}.offer-status--rejected{color:#dc2626}.offer-form-shell{display:flex;flex-direction:column;gap:16px}.offer-page-back{display:flex;align-items:center}.offer-header-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.offer-create-grid{align-items:start}.offer-create-main{display:flex;flex-direction:column;gap:16px}.offer-panel{border-radius:14px;padding:16px;margin-bottom:20px}.offer-customer-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.offer-customer-card{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:14px;text-align:left}.offer-customer-card.is-active{border-color:#ffccd3;background:#fff8f9}.offer-customer-card strong,.offer-summary-customer strong{display:block}.offer-customer-card span,.offer-summary-customer span{display:block;margin-top:2px;color:var(--text-body);font-size:.8rem}.offer-customer-card small{display:block;margin-top:6px;color:var(--text-body);font-size:.78rem;line-height:1.5}.offer-customer-card__edit{width:18px;height:18px;color:#ff4b62;flex:none}.offer-details-grid{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:14px}.offer-details-page--modern{padding:24px}.offer-details-hero--modern{display:flex;justify-content:space-between;align-items:center;padding:20px}.offer-details-hero--modern h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.offer-details-hero--modern p{margin:6px 0 0;color:var(--text-body);font-size:.88rem}.offer-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-weight:800;font-size:.82rem;border:1px solid rgba(232,237,245,.95);background:#ffffffd9;color:#475569}.offer-badge--pending{border-color:#f59e0b40;background:#f59e0b24;color:#92400e}.offer-badge--sent{border-color:#3b82f640;background:#3b82f61f;color:#1d4ed8}.offer-badge--accepted{border-color:#22c55e40;background:#22c55e1f;color:#166534}.offer-badge--rejected{border-color:#ef444440;background:#ef44441f;color:#991b1b}.offer-details-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:18px;margin-top:18px;align-items:start}.offer-details-layout__left,.offer-details-layout__right{display:flex;flex-direction:column;gap:18px}.offer-details-card{padding:18px}.offer-customer-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.offer-customer-info strong{display:block;font-size:.95rem;margin-bottom:8px}.offer-customer-info p{margin:4px 0 0;color:var(--text-body);font-size:.88rem}.offer-items-table--readonly .offer-items-table__head--details,.offer-items-table--readonly .offer-items-table__row--details{grid-template-columns:1.6fr .35fr .55fr .65fr .65fr}.offer-items-table__head--details{background:#fbfcfe}.offer-item-meta strong{display:block;font-size:.9rem}.offer-item-meta span{display:block;margin-top:4px;color:var(--text-body);font-size:.82rem}.offer-summary{display:flex;flex-direction:column;gap:12px}.offer-summary>div{display:flex;justify-content:space-between;gap:12px;color:var(--text-body);font-size:.9rem}.offer-summary strong{color:var(--text-main)}.offer-summary__discount{color:#ef4444}.offer-summary__total{padding-top:14px;border-top:1px solid var(--line);font-weight:900}.offer-actions{display:flex;flex-direction:column;gap:10px}.offer-action{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(232,237,245,.95);background:#ffffffe6;cursor:pointer;font-weight:800;color:#334155;text-decoration:none}.offer-action--primary{border:none;background:#ef4444;color:#fff;box-shadow:0 10px 22px #ef444433}.offer-action--danger{border-color:#ef444459;background:#ef44440d;color:#dc2626}.offer-add-row{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:8px;background:#2ca7f8;color:#fff;padding:10px 14px}.offer-items-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.offer-items-table__head,.offer-items-table__row{display:grid;grid-template-columns:1.2fr 1.35fr .5fr .7fr .6fr .8fr 36px;gap:10px;align-items:center;padding:14px 12px}.offer-items-table__head{background:#fbfcfe;color:var(--text-body);font-size:.8rem;border-bottom:1px solid var(--line)}.offer-items-table__row+.offer-items-table__row{border-top:1px solid var(--line)}.offer-items-table__row input,.offer-items-table__row select{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:10px 12px}.offer-items-table__row strong{font-size:.86rem}.offer-delete-row{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:#ef4444;padding:0}.offer-delete-row:disabled{opacity:.35;cursor:not-allowed}.offer-delete-row svg{width:16px;height:16px}.offer-discount-controls{display:inline-flex;align-items:center;gap:8px}.offer-discount-controls input,.offer-discount-type select{width:68px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:8px 10px}.offer-summary__discount{align-items:flex-start}.offer-summary-customer{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.offer-summary-customer p{margin:6px 0 0;color:var(--text-body);font-size:.85rem}.apexcharts-legend{justify-content:flex-end!important}.products-page,.create-product-page{padding:24px}.page-header h2{font-size:22px;font-weight:600}.page-header p{font-size:13px;color:#8a8f98;margin-top:4px}.products-toolbar{margin:20px 0;display:flex;justify-content:space-between;align-items:center}.products-toolbar input{width:300px;padding:10px 12px;border-radius:8px;border:1px solid #e2e5ec;outline:none}.products-toolbar input:focus{border-color:#ef4444}.btn-primary{background:#ef4444;color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;font-size:14px;border:none;cursor:pointer}.btn-primary:hover{background:#dc2626}.btn-secondary{background:#f3f4f6;padding:10px 16px;border-radius:8px;border:none;cursor:pointer}.products-table{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;padding:14px 20px;gap:14px;align-items:center}.product-table-row{font-size:.9rem;border-bottom:1px solid var(--line)}.product-table-head{background:#f9fafb;font-size:12px;color:#6b7280;font-weight:600}.table-row{border-top:1px solid #f1f3f7}.table-row:hover{background:#f9fafb}.product-name{font-weight:500}.product-status{padding:4px 10px;font-size:12px;max-width:max-content;border-radius:9px}.product-status.in-stock{background:#d1fae5;color:#065f46}.product-status.low-stock{background:#fef3c7;color:#92400e}.product-status.out-of-stock{background:#fee2e2;color:#991b1b}.product-form{margin-top:20px}.form-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 5px 18px #0000000d}.form-section h3{margin-bottom:15px;font-size:16px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.form-field{display:flex;flex-direction:column;font-size:13px}.form-field span{margin-bottom:5px;color:#555}.form-field input,.form-field textarea{padding:10px;border:1px solid #e2e5ec;border-radius:8px;outline:none}.form-field input:focus,.form-field textarea:focus{border-color:#ef4444}.form-field.full{grid-column:span 3}.is-invalid{border-color:#ef4444!important}.error{font-size:12px;color:#ef4444;margin-top:4px}.form-actions{display:flex;gap:10px;justify-content:flex-end}@media (max-width: 900px){.form-grid{grid-template-columns:1fr}.products-toolbar{flex-direction:column;gap:10px;align-items:flex-start}.products-toolbar input{width:100%}.table-head,.table-row{grid-template-columns:1fr 1fr;gap:10px}}@media (max-width: 1220px){.metrics-grid,.shared-stats,.order-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1080px){:root{--sidebar-width: 220px}.dashboard-grid--primary,.dashboard-grid--secondary,.create-invoice-grid,.customer-details-layout,.order-details-layout,.invoice-main-card__grid,.product-form-layout{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.topbar__actions{flex-wrap:wrap}.invoice-table,.offer-table{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-table--head,.offer-table--head{display:none}.customers-table{grid-template-columns:repeat(2,minmax(0,1fr))}.customers-table--head{display:none}.orders-table{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-table--head{display:none}.erp-form,.customer-card__grid,.line-items-table__head,.line-items-table__row,.order-info-grid,.order-items-table__head,.order-items-table__row,.invoice-hero-card__left,.offer-details-grid,.offer-items-table__head,.offer-items-table__row{grid-template-columns:1fr}}@media (max-width: 1080px){.offer-details-layout,.offer-customer-info{grid-template-columns:1fr}}.product-form-page,.product-details-page{padding:24px}.product-page-header{margin-bottom:18px}.product-page-header h1{margin:0;font-size:1.4rem;letter-spacing:-.03em}.product-page-header p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.product-form-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.75fr);gap:18px;align-items:start}.product-form-card,.product-form-sidecard{padding:18px}.product-form-card__header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.product-form-card__header h2{margin:0;font-size:.98rem;letter-spacing:-.02em}.product-form-card__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(232,237,245,.95);background:#fbfcfe}.product-form-card__icon--red{background:#ef44441f;color:#dc2626;border-color:#ef444426}.product-form-card__icon--green{background:#22c55e1f;color:#16a34a;border-color:#22c55e26}.product-form-card__icon--violet{background:#8b5cf61f;color:#7c3aed;border-color:#8b5cf626}.product-form-card__icon--orange{background:#f59e0b1f;color:#d97706;border-color:#f59e0b29}.product-upload{margin-top:8px;border:1px dashed rgba(148,163,184,.7);border-radius:16px;background:#fbfcfe;padding:18px;display:grid;place-items:center;gap:10px;text-align:center;cursor:pointer;position:relative;min-height:220px}.product-upload.is-loading{opacity:.7;cursor:progress}.product-upload__icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(232,237,245,.95);background:#94a3b81f;color:#415068}.product-upload p{margin:0;font-size:.88rem;color:var(--text-body)}.product-upload__hint{font-size:.78rem;color:var(--text-body)}.product-upload__preview{width:100%;max-height:190px;object-fit:cover;border-radius:14px;border:1px solid rgba(232,237,245,.95)}.product-upload__input{display:none}.product-upload__button{padding:10px 14px;border-radius:12px;border:none;background:#ef4444;color:#fff;font-weight:800;cursor:pointer}.product-actions-title{margin:0 0 14px;font-size:.98rem;letter-spacing:-.02em}.product-actions-primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border-radius:14px;border:none;cursor:pointer;background:#ef4444;color:#fff;box-shadow:0 10px 22px #ef444433;font-weight:800}.product-actions-primary:disabled{opacity:.75;cursor:not-allowed}.product-actions-secondary{margin-top:10px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(232,237,245,.95);background:#94a3b81f;cursor:pointer;font-weight:800;color:#415068}.product-tips-card{border:1px solid rgba(59,130,246,.2);background:#3b82f60f}.product-tips-card h2{margin:0 0 12px;font-size:.98rem;letter-spacing:-.02em}.product-tips-card ul{margin:0;padding-left:18px;color:#1d4ed8;display:flex;flex-direction:column;gap:10px;font-size:.88rem}.product-form-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.product-form-top__title{display:flex;align-items:flex-start;gap:16px}.product-form-top__title h1{margin:0;font-size:1.4rem;letter-spacing:-.03em}.product-form-top__title p{margin:4px 0 0;color:var(--text-body);font-size:.9rem}.product-form-top__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-form-shell{width:100%}.product-form-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,1fr);gap:20px;align-items:start}.product-form-main{display:flex;flex-direction:column;gap:18px}.product-form-alert{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(248,113,113,.35);background:#fee2e28c;color:#991b1b;font-size:.9rem}.product-section{padding:22px}.product-section__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.product-section__title{margin:0;font-size:1.05rem;letter-spacing:-.02em}.product-section__subtitle{margin:4px 0 0;font-size:.85rem;color:var(--text-body)}.product-section__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(232,237,245,.95);color:var(--text-main);background:#fbfcfe}.product-section__icon--red{background:#ef44441f;color:#dc2626;border-color:#ef444426}.product-section__icon--green{background:#22c55e1f;color:#16a34a;border-color:#22c55e26}.product-section__icon--violet{background:#8b5cf61f;color:#7c3aed;border-color:#8b5cf626}.product-section__icon--blue{background:#3b82f61f;color:#2563eb;border-color:#3b82f626}.product-toggle{display:inline-flex;gap:8px;flex-wrap:wrap}.product-toggle__option{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:#fbfcfe;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.86rem;color:var(--text-body)}.product-toggle__option input{accent-color:#ef4444}.product-price-preview{justify-content:center;border:1px dashed rgba(148,163,184,.7);border-radius:14px;padding:14px;background:#f8fafcd9}.product-price-preview strong{font-size:1.05rem}.erp-error{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:#dc2626;font-size:.8rem}.product-form-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:8px}.product-aside-card__title{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.product-aside-card__title h2{margin:0;font-size:1.02rem;letter-spacing:-.02em}.product-aside-card__title p{margin:4px 0 0;color:var(--text-body);font-size:.85rem}.product-aside-card__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#94a3b824;color:#415068}.product-aside-card__icon--danger{background:#ef44441f;color:#dc2626}.product-image-box{border:1px dashed rgba(148,163,184,.75);border-radius:16px;background:#fbfcfe;padding:18px;display:grid;place-items:center;gap:10px;margin-bottom:14px;color:var(--text-body)}.product-image-box img{width:100%;max-height:160px;object-fit:cover;border-radius:14px}.product-image-box p{margin:0;font-size:.85rem}.product-tips{margin:0;padding-left:18px;color:var(--text-body);display:flex;flex-direction:column;gap:10px;font-size:.88rem}.product-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border-radius:14px;border:none;cursor:pointer;background:#ef4444;color:#fff;box-shadow:0 10px 22px #ef444433;font-weight:700}.product-submit:disabled{opacity:.7;cursor:not-allowed}.product-name--link{color:var(--text-main);text-decoration:none}.product-name--link:hover{text-decoration:underline}.product-details-top{margin-bottom:14px}.product-details-hero{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:16px;padding:20px;align-items:center}.product-form-hero{align-items:start}.product-form-hero__heading h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.product-form-hero__heading p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.product-form-hero__name input{font-size:1.05rem;font-weight:700}.product-form-hero__chips{align-items:stretch;gap:12px}.product-form-chip{display:inline-flex;flex-direction:column;gap:6px;padding:8px 12px;border-radius:14px;border:1px solid rgba(232,237,245,.95);background:#ffffffd9;min-width:200px}.product-form-chip>span{font-size:.8rem;color:var(--text-body);font-weight:700}.product-form-chip input,.product-form-chip select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(232,237,245,.95);background:#fbfcfe;outline:none}.product-form-hero__preview{display:block;margin-top:10px;font-size:1.2rem;letter-spacing:-.03em}.product-form-hero__preview-label{display:block;margin-top:4px;color:var(--text-body);font-size:.82rem}.product-form-hero__actions{align-self:start}.product-form-info{padding:22px}.product-form-info__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.product-form-info__title{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(239,68,68,.2);background:#ef444414;color:#dc2626;font-weight:800;font-size:.86rem}.product-form-row .product-info-row__main input,.product-form-row .product-info-row__main select{margin-top:6px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(232,237,245,.95);background:#fbfcfe;outline:none}.product-form-description{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.product-form-description__header{display:flex;gap:12px;align-items:center;margin-bottom:12px}.product-form-description__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#3b82f61f;color:#2563eb;border:1px solid rgba(59,130,246,.15)}.product-form-description__header strong{display:block;font-size:.95rem}.product-form-description__header span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.product-details-hero__media img{width:88px;height:88px;border-radius:18px;object-fit:cover;border:1px solid rgba(232,237,245,.95)}.product-details-hero__placeholder{width:88px;height:88px;border-radius:18px;display:grid;place-items:center;gap:6px;color:#415068;border:1px solid rgba(232,237,245,.95);background:linear-gradient(135deg,#5eead41f,#6366f11f)}.product-details-hero__placeholder span{font-size:.9rem;font-weight:800}.product-details-hero__meta h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.product-details-hero__chips{margin-top:8px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--text-body);font-size:.9rem}.product-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#3b82f61f;color:#2563eb;font-weight:700}.product-pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-weight:800;font-size:.8rem;border:1px solid transparent}.product-pill--active{background:#22c55e1f;color:#16a34a;border-color:#22c55e2e}.product-pill--draft{background:#94a3b82e;color:#415068;border-color:#94a3b838}.product-pill--inactive{background:#ef44441f;color:#dc2626;border-color:#ef44442e}.product-details-hero__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.product-action{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;text-decoration:none;border:1px solid var(--line);background:#fbfcfe;cursor:pointer;color:var(--text-main);font-weight:700}.product-action--primary{background:#3b82f61f;border-color:#3b82f633;color:#2563eb}.product-action--danger{background:#ef44441f;border-color:#ef444433;color:#dc2626}.product-info-card,.product-orders-card{margin-top:18px;padding:20px}.product-info-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-info-block{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fbfcfe}.product-info-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px}.product-info-row+.product-info-row{border-top:1px solid var(--line)}.product-info-row__main p{margin:0;color:var(--text-body);font-size:.82rem}.product-info-row__main strong{display:block;margin-top:4px;font-size:1.05rem;letter-spacing:-.02em}.product-info-row__main span{display:block;margin-top:4px;font-size:.78rem;color:var(--text-body)}.product-info-row__icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;border:1px solid rgba(232,237,245,.95);flex:none}.product-info-row__icon--green{background:#22c55e1f;color:#16a34a;border-color:#22c55e26}.product-info-row__icon--blue{background:#3b82f61f;color:#2563eb;border-color:#3b82f626}.product-info-row__icon--violet{background:#8b5cf61f;color:#7c3aed;border-color:#8b5cf626}.product-info-row__icon--mint{background:#5eead41f;color:#0f766e;border-color:#5eead42e}.product-info-row__icon--orange{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.product-info-row__icon--teal{background:#14b8a61f;color:#0f766e;border-color:#14b8a62e}.product-stock{display:inline-flex;align-items:center;margin-left:10px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800}.product-stock--in-stock{background:#22c55e1f;color:#16a34a}.product-stock--low-stock{background:#f59e0b1f;color:#b45309}.product-stock--out-of-stock{background:#ef44441f;color:#dc2626}.product-orders-card__header p{margin:6px 0 0;color:var(--text-body);font-size:.86rem}.product-export{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid rgba(239,68,68,.35);background:#ef444414;color:#dc2626;cursor:pointer;font-weight:700}.product-orders-table{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:14px}.product-orders-table__head,.product-orders-table__row{display:grid;grid-template-columns:1fr 1.4fr 1fr .8fr 1fr 1fr .6fr;gap:14px;padding:16px 18px;align-items:center}.product-orders-table__head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.product-orders-table__row+.product-orders-table__row{border-top:1px solid var(--line)}.product-orders-table__id{font-weight:800}.product-orders-table__customer{display:inline-flex;align-items:center;gap:10px}.product-orders-table__avatar{width:30px;height:30px;border-radius:10px;background:#6366f11f;color:#4f46e5;font-weight:900;display:grid;place-items:center;font-size:.82rem}.product-orders-table__amount{font-weight:800}.product-order-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid transparent}.product-order-pill--delivered{background:#22c55e1f;color:#16a34a;border-color:#22c55e2e}.product-order-pill--shipped,.product-order-pill--confirmed{background:#3b82f61f;color:#2563eb;border-color:#3b82f62e}.product-order-pill--processing,.product-order-pill--draft{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.product-order-pill--cancelled{background:#ef44441f;color:#dc2626;border-color:#ef44442e}.product-orders-table__view{color:#ef4444;font-weight:800;text-decoration:none}.product-orders-table__view:hover{text-decoration:underline}.product-orders-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;color:var(--text-body);font-size:.86rem}.product-orders-pagination{display:flex;gap:8px}.product-orders-pagination button{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:800;color:var(--text-main)}.product-orders-pagination button:disabled{background:#ef44441f;border-color:#ef444433;color:#dc2626;cursor:default}@media (max-width: 1080px){.product-form-grid{grid-template-columns:1fr}.product-form-aside{position:static}.product-details-hero{grid-template-columns:1fr;justify-items:start}.product-details-hero__actions{justify-content:flex-start}.product-info-layout{grid-template-columns:1fr}.product-orders-table__head{display:none}.product-orders-table__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (max-width: 820px){.sidebar{position:static;width:100%;border-right:0;border-bottom:1px solid var(--line)}.app-main{margin-left:0;height:auto;min-height:auto;overflow:visible}.app-content{height:auto;overflow:visible;padding:18px}.metrics-grid,.shared-stats,.customer-stats,.order-stats-grid{grid-template-columns:1fr}.hero-panel{flex-direction:column;align-items:flex-start}.data-table__head,.data-table__row{grid-template-columns:1fr;gap:6px}.invoice-toolbar,.invoice-filters,.offer-toolbar,.customer-toolbar,.customers-footer,.customer-profile-card,.orders-toolbar,.invoice-hero-card,.invoice-customer-select-row{flex-direction:column;align-items:stretch}.invoice-search{width:100%}.invoice-toolbar__actions{display:grid;grid-template-columns:1fr;gap:10px}.invoice-table,.invoice-table--row,.offer-table,.offer-table--row,.customers-table,.customers-table--row,.orders-table,.orders-table--row{grid-template-columns:1fr;gap:8px}.customers-table__actions,.pagination,.customer-form__footer,.dynamic-item-card__actions,.customer-profile-card__identity{flex-wrap:wrap}.customer-kpis{grid-template-columns:1fr}.invoice-customer-block{border-right:0;border-bottom:1px solid var(--line)}.order-progress{align-items:flex-start;flex-direction:column;gap:10px}.order-progress__line{display:none}}@media (max-width: 500px){.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:19}.sidebar-backdrop.is-open{opacity:1;pointer-events:auto}.sidebar{position:fixed;inset:0 auto 0 0;width:min(88vw,300px);border-bottom:0;transform:translate(-105%);transition:transform .2s ease}.sidebar.is-open{transform:translate(0)}.app-main{margin-left:0}.topbar{padding:18px 16px 14px}.topbar__menu{display:grid;place-items:center}}@media (max-width: 820px){.invoice-toolbar,.orders-toolbar,.offer-toolbar,.customer-toolbar{flex-direction:column;align-items:stretch;gap:12px}.invoice-toolbar__actions,.orders-toolbar__actions,.offer-toolbar__actions,.customer-toolbar__actions{justify-content:space-between;flex-wrap:wrap}.invoice-search,.orders-toolbar__search,.offer-toolbar__search,.customer-toolbar__search{width:100%}.panel__header{flex-direction:column;align-items:flex-start}.topbar__actions{width:100%;justify-content:space-between}}.settings-page{padding:24px}.settings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.settings-header h1{margin:0;font-size:1.45rem;letter-spacing:-.03em}.settings-header p{margin:6px 0 0;color:var(--text-body);font-size:.92rem}.settings-plan{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(232,237,245,.95);background:#ffffffd9;box-shadow:var(--shadow);min-width:280px}.settings-plan__badge{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#22c55e1f;color:#16a34a;border:1px solid rgba(34,197,94,.18);font-weight:900}.settings-plan strong{display:block;font-size:.95rem}.settings-plan span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:18px;align-items:start}.settings-nav{display:flex;flex-direction:column;gap:10px}.settings-nav__item{width:100%;display:flex;gap:12px;align-items:flex-start;text-align:left;padding:12px 14px;border-radius:16px;border:1px solid rgba(232,237,245,.95);background:#ffffffd9;cursor:pointer;box-shadow:0 12px 24px #0f172a0a;transition:transform .12s ease,border-color .12s ease}.settings-nav__item:hover{transform:translateY(-1px);border-color:#ef444459}.settings-nav__item.is-active{border-color:#ef444473;background:#ef44440f}.settings-nav__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#94a3b824;color:#415068;flex:none}.settings-nav__item.is-active .settings-nav__icon{background:#ef44441f;color:#dc2626}.settings-nav__text strong{display:block;font-size:.95rem}.settings-nav__text span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-panel{padding:22px}.settings-panel__header p{margin:6px 0 0;color:var(--text-body);font-size:.88rem}.settings-saved{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(34,197,94,.22);background:#22c55e1f;color:#16a34a;font-weight:800;font-size:.82rem}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-grid{display:grid;gap:16px}.settings-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-actions{display:flex;justify-content:flex-end}.settings-error{display:inline-block;margin-top:8px;color:#dc2626;font-size:.8rem}.settings-hint{display:inline-block;margin-top:6px;color:var(--text-body);font-size:.82rem}.settings-divider{height:1px;background:var(--line)}.settings-section{border:1px solid var(--line);background:#fbfcfe;border-radius:18px;padding:18px}.settings-section__title{display:flex;gap:12px;align-items:center;margin-bottom:14px}.settings-section__title strong{display:block;font-size:.95rem}.settings-section__title span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-section__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(232,237,245,.95)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:24px;align-items:center;padding:28px 160px;background:#f7f9fc}.login-card{width:100%;max-width:550px;margin:0 auto;background:#fffffff2;border:1px solid rgba(232,237,245,.95);border-radius:18px;padding:26px 30px;box-shadow:0 18px 50px #0f172a14}.login-logo{width:134px;height:84px;object-fit:contain;display:block;margin:0 auto 10px}.login-card h1{margin:0;text-align:center;font-size:1.35rem;letter-spacing:-.03em}.login-card>p{margin:6px 0 18px;text-align:center;color:var(--text-body);font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:14px}.login-field>span{display:block;font-size:.82rem;color:var(--text-body);margin-bottom:6px;font-weight:700}.login-input{display:flex;align-items:center;gap:10px;border:1px solid rgba(232,237,245,.95);border-radius:12px;padding:10px 12px;background:#fbfcfe}.login-input input{flex:1;border:0;outline:none;background:transparent}.login-eye{border:0;background:transparent;padding:0;cursor:pointer;color:#64748b}.login-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-check{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;color:var(--text-body)}.login-check input{accent-color:#ef4444}.login-link{border:0;background:transparent;color:#ef4444;cursor:pointer;font-weight:700;font-size:.86rem}.login-submit{margin-top:4px;width:100%;border:0;border-radius:12px;padding:12px 14px;background:#ef4444;color:#fff;cursor:pointer;font-weight:800;box-shadow:0 12px 28px #ef444438}.login-submit:disabled{opacity:.75;cursor:not-allowed}.login-error{display:inline-block;margin-top:8px;color:#dc2626;font-size:.8rem}.login-legal{margin:14px 0 0;text-align:center;color:var(--text-body);font-size:.78rem;line-height:1.5}.login-hero{display:grid;place-items:center}.login-hero img{width:min(640px,100%);height:auto}@media (max-width: 980px){.login-page{grid-template-columns:1fr}.login-hero{display:none}}.erp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;padding:18px;z-index:60}.erp-modal{width:min(520px,100%);background:#fff;border-radius:16px;border:1px solid rgba(232,237,245,.95);box-shadow:0 30px 80px #0f172a33;overflow:hidden}.erp-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid var(--line)}.erp-modal__title{display:flex;gap:12px;align-items:flex-start}.erp-modal__badge{border-radius:12px;display:grid;padding:7px 10px;place-items:center;background:#ef44441f;color:#dc2626;border:1px solid rgba(239,68,68,.15);font-weight:900;flex:none}.erp-modal__title strong{display:block;font-size:1rem}.erp-modal__title span{display:block;margin-top:4px;color:var(--text-body);font-size:.85rem;line-height:1.5}.erp-modal__close{border:0;background:transparent;cursor:pointer;color:#64748b;padding:6px;border-radius:10px}.erp-modal__close:hover{background:#94a3b824}.erp-modal__body{padding:14px 16px 16px}.erp-modal__summary{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfcfe}.erp-modal__summary>strong{display:block;font-size:.9rem;margin-bottom:10px}.erp-modal__summary-grid{display:grid;grid-template-columns:1fr auto;gap:8px 12px;font-size:.86rem;color:var(--text-body)}.erp-modal__summary-grid strong{color:var(--text-main)}.erp-modal__check{margin-top:14px;display:flex;gap:10px;align-items:flex-start;font-size:.86rem;color:var(--text-body)}.erp-modal__check input{margin-top:3px;accent-color:#ef4444}.erp-modal__check strong{display:block;color:var(--text-main);font-size:.9rem}.erp-modal__check span{display:block;margin-top:4px;font-size:.82rem}.erp-modal__error{margin-top:12px;border:1px solid rgba(248,113,113,.35);background:#fee2e28c;color:#991b1b;border-radius:12px;padding:10px 12px;font-size:.86rem}.erp-modal__footer{padding:14px 16px 16px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.erp-modal__btn{border-radius:12px;padding:10px 14px;border:1px solid rgba(232,237,245,.95);background:#94a3b81f;cursor:pointer;font-weight:800;color:#334155}.erp-modal__btn:disabled{opacity:.7;cursor:not-allowed}.erp-modal__btn--primary{border:none;background:#ef4444;color:#fff;box-shadow:0 10px 22px #ef444433}.settings-section__icon--violet{background:#8b5cf61f;color:#7c3aed;border-color:#8b5cf62e}.settings-section__icon--blue{background:#3b82f61f;color:#2563eb;border-color:#3b82f62e}.settings-section__icon--green{background:#22c55e1f;color:#16a34a;border-color:#22c55e2e}.settings-section__icon--orange{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.settings-section__icon--teal{background:#14b8a61f;color:#0f766e;border-color:#14b8a62e}.settings-toggle{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--line)}.settings-toggle:first-of-type{border-top:0;padding-top:0}.settings-toggle strong{display:block;font-size:.92rem}.settings-toggle p{margin:4px 0 0;font-size:.82rem;color:var(--text-body)}.settings-toggle__control{width:54px;height:30px;border-radius:999px;border:1px solid var(--line);background:#94a3b82e;position:relative;cursor:pointer;flex:none}.settings-toggle__control.is-on{background:#22c55e33;border-color:#22c55e40}.settings-toggle__thumb{position:absolute;top:50%;left:4px;transform:translateY(-50%);width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 10px 20px #0f172a1f;transition:left .12s ease}.settings-toggle__control.is-on .settings-toggle__thumb{left:calc(100% - 26px)}.settings-callout{margin-top:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(34,197,94,.22);background:#22c55e1f;color:#14532d;display:flex;gap:12px;align-items:center}.settings-callout strong{display:block;font-size:.92rem}.settings-callout span{display:block;margin-top:2px;font-size:.82rem;color:#14532de6}.settings-callout--neutral{border-color:#94a3b852;background:#f8fafce6;color:var(--text-main)}.settings-callout--neutral span{color:var(--text-body)}.settings-field-inline span{display:inline-flex;align-items:center;gap:8px}.settings-billing-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px;border-radius:18px;border:1px solid var(--line);background:#fff}.settings-billing-card p{margin:0;color:var(--text-body);font-size:.82rem}.settings-billing-card strong{display:block;margin-top:6px;font-size:1.15rem;letter-spacing:-.02em}.settings-billing-card span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-progress{margin-top:10px;height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden}.settings-progress span{display:block;height:100%;background:#ef4444bf;border-radius:999px}.settings-integrations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-integration{padding:16px;border-radius:18px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:12px}.settings-integration__meta{display:flex;align-items:center;gap:12px}.settings-integration__badge{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#22c55e1f;color:#16a34a;border:1px solid rgba(34,197,94,.18);flex:none}.settings-integration__badge--blue{background:#3b82f61f;color:#2563eb;border-color:#3b82f62e}.settings-integration__badge--orange{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.settings-integration strong{display:block;font-size:.95rem}.settings-integration span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}@media (max-width: 1080px){.settings-layout{grid-template-columns:1fr}.settings-plan{width:100%}.settings-integrations-grid,.settings-grid--two{grid-template-columns:1fr}}.products-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.products-header h1{margin:0;font-size:1.45rem;letter-spacing:-.03em}.products-header p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.products-header__actions{display:flex;align-items:center;gap:12px}.products-header__dot{width:8px;height:8px;border-radius:999px;background:#ef4444;display:inline-block}.products-header__avatar{width:34px;height:34px;border-radius:12px;background:#6366f11f;color:#4f46e5;display:grid;place-items:center;font-weight:900;font-size:.85rem;border:1px solid rgba(99,102,241,.18)}.products-panel{padding:18px}.products-toolbar-pro{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.products-search{display:inline-flex;align-items:center;gap:10px;width:min(420px,100%);padding:10px 12px;border-radius:12px;border:1px solid var(--line-strong);background:#fff}.products-search input{width:100%;border:none;outline:none;color:var(--text-main);background:transparent}.products-toolbar-pro__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.products-select{position:relative;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;min-width:190px}.products-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;width:100%;color:var(--text-main);padding-right:18px}.products-table-pro{margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.products-table-pro__head,.products-table-pro__row{display:grid;grid-template-columns:2.2fr 1.1fr 1.2fr 1fr .8fr 1fr .9fr;gap:14px;padding:14px 16px;align-items:center}.products-table-pro__head{background:#fbfcfe;color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.products-table-pro__row+.products-table-pro__row{border-top:1px solid var(--line)}.products-table-pro__name{display:inline-flex;align-items:center;gap:12px;min-width:0}.product-avatar{width:36px;height:36px;border-radius:12px;border:1px solid rgba(232,237,245,.95);background:#94a3b824;display:grid;place-items:center;overflow:hidden;flex:none}.product-avatar__image{width:100%;height:100%;object-fit:cover}.product-avatar__fallback{color:#415068;display:grid;place-items:center}.product-name__meta{display:block;margin-top:2px;color:var(--text-body);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;max-width:420px}.product-pill-mini{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid transparent}.product-pill-mini--in-stock{background:#22c55e1f;color:#16a34a;border-color:#22c55e2e}.product-pill-mini--low-stock{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.product-pill-mini--out-of-stock{background:#ef44441f;color:#dc2626;border-color:#ef44442e}.products-table-pro__actions{display:inline-flex;justify-content:flex-end;gap:10px}.product-action-mini{width:34px;height:34px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center;color:var(--text-main);text-decoration:none}.product-action-mini:hover{border-color:#ef444459}.product-action-mini--danger{background:#ef44441a;border-color:#ef444433;color:#dc2626}.products-footer{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--text-body);font-size:.86rem}.products-pagination{display:flex;gap:8px;align-items:center}.products-pagination button{height:34px;padding:0 12px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:800;color:var(--text-main)}.products-pagination button.is-active{background:#ef44441f;border-color:#ef444433;color:#dc2626}.products-pagination button:disabled{opacity:.6;cursor:default}@media (max-width: 1080px){.products-toolbar-pro{flex-direction:column;align-items:stretch}.products-search{width:100%}.products-toolbar-pro__actions{justify-content:space-between}.products-table-pro__head{display:none}.products-table-pro__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px 14px}.products-table-pro__row>span:nth-child(2),.products-table-pro__row>span:nth-child(3),.products-table-pro__row>span:nth-child(4),.products-table-pro__row>span:nth-child(5){color:var(--text-body);font-size:.82rem}.products-table-pro__actions{justify-content:flex-start}.products-footer{flex-direction:column;align-items:flex-start}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.delete-modal{background:#fff;border-radius:12px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease;overflow:hidden}.delete-modal__header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e5e7eb}.delete-modal__header h3{margin:0;font-size:16px;font-weight:600;color:#1a1a2e}.delete-modal__close{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;display:flex;align-items:center;transition:background .15s}.delete-modal__close:hover{background:#f3f4f6;color:#1a1a2e}.delete-modal__body{padding:24px 24px 20px}.delete-modal__body p{margin:0;font-size:14px;color:#374151;line-height:1.6}.delete-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 24px;border-top:1px solid #f3f4f6}.delete-modal__btn{padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.delete-modal__btn--cancel{background:#f3f4f6;color:#374151}.delete-modal__btn--cancel:hover:not(:disabled){background:#e5e7eb}.delete-modal__btn--danger{background:#dc2626;color:#fff}.delete-modal__btn--danger:hover:not(:disabled){background:#b91c1c}.delete-modal__btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.invoice-view-page{padding:24px;background:#f6f7fb;min-height:100vh}.invoice-view-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-back-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#333;font-weight:500;padding:8px 12px;border-radius:8px;background:#fff;border:1px solid #e6e6e6}.page-back-link:hover{background:#f0f0f0}.invoice-view-actions{display:flex;gap:10px}.invoice-doc.panel{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 25px #0000000f}.invoice-doc__header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px}.invoice-doc__brand img{width:140px;object-fit:contain}.invoice-doc__meta{text-align:right;font-size:14px}.invoice-doc__meta div{margin-bottom:6px}.invoice-doc__meta span{color:#777;margin-right:6px}.invoice-doc__addresses{display:flex;justify-content:space-between;margin-bottom:25px}.invoice-doc__addresses h3{font-size:14px;margin-bottom:8px;color:#133a34}.invoice-doc__addresses p{margin:2px 0;color:#555;font-size:13px}.invoice-doc__title{font-size:20px;font-weight:700;margin-bottom:20px;color:#111}.invoice-doc__table{border:1px solid #eee;border-radius:12px;overflow:hidden}.discount-input{width:60px}.invoice-doc__thead{display:grid;grid-template-columns:60px 80px 1fr 100px 80px 100px;background:#f5f7fa;padding:12px;font-weight:600;font-size:13px;color:#333}.invoice-doc__row{display:grid;grid-template-columns:60px 80px 1fr 100px 80px 100px;padding:14px 12px;border-top:1px solid #eee;align-items:center}.invoice-doc__row:hover{background:#fafafa}.invoice-doc__text strong{display:block;font-size:13px;margin-bottom:2px}.invoice-doc__text p{font-size:12px;color:#777;margin:0}.invoice-doc__amount{font-weight:600;color:#d23944}.invoice-doc__totals{margin-top:25px;margin-left:auto;width:320px;background:#fafafa;padding:16px;border-radius:12px;border:1px solid #eee}.invoice-doc__totals div{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.invoice-doc__totals-total{border-top:1px solid #ddd;padding-top:10px;font-weight:700;font-size:16px;color:#d23944}@media (max-width: 768px){.invoice-doc__addresses{flex-direction:column;gap:20px}.invoice-doc__thead,.invoice-doc__row{grid-template-columns:40px 60px 1fr 100px 100px;font-size:12px}.invoice-doc__totals{width:100%}.invoice-view-top{flex-direction:column;gap:10px;align-items:flex-start}.invoice-view-actions{flex-wrap:wrap}}.invoice-toolbar__search-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1;flex-wrap:wrap}.invoice-search{position:relative;flex:1;min-width:200px}.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.search-clear:hover{background:#f3f4f6;color:#1a1a2e}.search-results-count{font-size:13px;color:#6b7280;white-space:nowrap;padding:4px 12px;background:#f3f4f6;border-radius:12px}.invoice-filters{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.filter-dropdown-wrapper{position:relative}.filter-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:1000;overflow:hidden;padding:4px 0}.filter-dropdown2{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:1000;overflow:hidden;padding:4px 0}.filter-option{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 16px;border:none;background:transparent;text-align:left;font-size:13px;color:#1a1a2e;cursor:pointer;transition:background .15s ease}.filter-option:hover{background:#f3f4f6}.filter-option.is-active{background:#eef2ff;color:#4f46e5}.filter-option .check-mark{color:#4f46e5;font-weight:700}.date-range-dropdown{min-width:280px;padding:16px}.date-range-inputs{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.date-range-inputs label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#6b7280}.date-range-inputs input{padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;width:100%}.date-range-inputs input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.date-range-actions{display:flex;gap:8px;justify-content:flex-end;border-top:1px solid #e5e7eb;padding-top:12px}.date-range-actions .clear-btn{color:#6b7280;background:#f3f4f6;border-radius:6px;padding:6px 16px;font-size:13px}.date-range-actions .clear-btn:hover{background:#e5e7eb}.date-range-actions .apply-btn{background:#1a1a2e;color:#fff;border-radius:6px;padding:6px 16px;font-size:13px}.date-range-actions .apply-btn:hover{background:#2d2d44}.active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.active-filter{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 12px;background:#f3f4f6;border-radius:16px;font-size:12px;color:#1a1a2e}.active-filter button{background:none;border:none;cursor:pointer;color:#6b7280;padding:2px;display:flex;align-items:center;border-radius:50%;transition:all .15s ease}.active-filter button:hover{background:#e5e7eb;color:#1a1a2e}.invoices-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;margin-top:20px;border-top:1px solid #e5e7eb;font-size:14px;color:#6b7280;flex-wrap:wrap;gap:12px}.invoices-pagination{display:flex;align-items:center;gap:4px}.invoices-pagination button{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1a1a2e;font-size:14px;cursor:pointer;transition:all .15s ease}.invoices-pagination button:hover:not(:disabled):not(.is-active){background:#f3f4f6;border-color:#d1d5db}.invoices-pagination button.is-active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.invoices-pagination button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.invoice-toolbar,.invoice-toolbar__search-wrapper{flex-direction:column;align-items:stretch}.invoice-toolbar__actions{justify-content:flex-start;flex-wrap:wrap}.invoice-filters{flex-direction:column;align-items:stretch}.filter-dropdown-wrapper{width:100%}.filter-dropdown{position:static;width:100%}.date-range-dropdown{min-width:auto}.invoices-footer{flex-direction:column;align-items:center;text-align:center}.invoices-pagination{flex-wrap:wrap;justify-content:center}}
