.closed-events-section{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:24px;margin:20px;direction:rtl;max-width:calc(100vw - 40px);width:100%;box-sizing:border-box}.closed-events-section__title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:20px;border-right:4px solid #007bff;padding-right:12px}.closed-events-section__error{color:#dc3545;background-color:#f8d7da;padding:10px;border-radius:6px;margin-bottom:20px}.ce-table-container{display:block;width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 1px 2px #1018280d}.ce-table{width:100%;min-width:max-content;border-collapse:collapse;border-spacing:0;font-size:.9rem;font-family:inherit}.ce-table thead th{background-color:#f9fafb;color:#475467;font-weight:600;font-size:.85rem;padding:12px 16px;border-bottom:1px solid #eaecf0;text-align:center;white-space:nowrap;position:sticky;top:0;z-index:10;box-shadow:0 1px #eaecf0}.ce-table tbody td{padding:14px 16px;border-bottom:1px solid #eaecf0;color:#101828;vertical-align:middle;text-align:center}.ce-table tbody tr{transition:background-color .2s ease}.ce-table tbody tr:hover{background-color:#f9fafb}.ce-table th:nth-child(1),.ce-table td:nth-child(1){width:50px;min-width:50px;padding:8px}.ce-table td:nth-child(2){font-weight:600}.ce-table td:nth-child(3){white-space:nowrap;color:#475467}.ce-table td:nth-child(4){font-weight:600;min-width:130px}.ce-table td:nth-child(5){direction:ltr;white-space:nowrap}.ce-table td:nth-child(6){min-width:140px}.ce-table td:nth-child(8){direction:ltr;white-space:nowrap;font-family:monospace,sans-serif;font-size:.95em}.ce-table td:nth-child(9){direction:ltr;white-space:nowrap}.ce-table td:nth-child(11){min-width:250px;max-width:400px;white-space:normal;text-align:right;line-height:1.5;font-size:.85rem;color:#475467}.ce-table td:nth-child(14){min-width:200px;max-width:300px;white-space:normal;text-align:right;line-height:1.4;font-size:.85rem}.ce-table td:nth-child(15){font-weight:700;color:#027a48;background-color:#f6fef9;white-space:nowrap;direction:ltr;border-right:1px solid #eaecf0}.ce-table-link{color:#007bff;text-decoration:none;font-weight:500;padding:4px 8px;border-radius:4px;transition:background .2s}.ce-table-link:hover{background-color:#eff6ff;text-decoration:none}.ce-copy-btn{background:#fff;border:1px solid #d0d5dd;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #1018280d}.ce-copy-btn:hover{border-color:#007bff;color:#007bff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.ce-copy-btn:active{transform:translateY(0);background-color:#f9fafb}.filter-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.filter-panel__content{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.filter-item{display:flex;flex-direction:column;gap:6px;min-width:200px;flex:1}.filter-item--date-range{flex:1;min-width:300px}.filter-item__label{font-size:.875rem;font-weight:500;color:var(--text)}.filter-item__control{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font-size:.875rem;transition:border-color .2s}.filter-item__control:hover{border-color:var(--text-muted)}.filter-item__control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0000000d}.filter-actions{display:flex;gap:8px;align-items:center;margin-right:auto}.filter-date-range{display:flex;align-items:center;gap:8px}.filter-date-input{flex:1;min-width:0}.filter-date-separator{color:#64748b;font-weight:500;font-size:14px}@media(max-width:768px){.filter-panel__content{flex-direction:column;align-items:stretch}.filter-item{min-width:unset}.filter-actions{margin-right:0;justify-content:stretch}.filter-actions button{flex:1}.filter-date-range{flex-direction:column;gap:8px}.filter-date-separator{display:none}.filter-item--date-range{min-width:100%}}.statistics-section{margin-top:2rem;background:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;animation:fadeIn .3s ease-out}.statistics-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.statistics-section__title{font-size:1.5rem;font-weight:600;margin-bottom:0;color:var(--text-primary);text-align:right}.statistics-section__toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #667eea4d}.statistics-section__toggle:hover{transform:scale(1.1);box-shadow:0 4px 8px #667eea66}.statistics-section__toggle:active{transform:scale(.95)}.statistics-section__toggle svg{color:#fff;transition:transform .3s ease}.statistics-section__toggle.expanded svg{transform:rotate(180deg)}.statistics-section__content{overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease}.statistics-section__content.collapsed{max-height:0;opacity:0;margin-top:0}.statistics-section__content.expanded{max-height:3000px;opacity:1;margin-top:1.5rem}.statistics-section .table-wrapper{overflow-x:auto;border-radius:6px;border:1px solid var(--border-color)}.statistics-section .global-table{width:100%;border-collapse:collapse;font-size:.85rem;background:#fff}.statistics-section .global-table thead{background:linear-gradient(135deg,#667eea,#764ba2);position:sticky;top:0;z-index:10}.statistics-section .global-table thead th{padding:.75rem .5rem;text-align:right;font-weight:600;font-size:.8rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);border-bottom:2px solid rgba(255,255,255,.3);white-space:nowrap;letter-spacing:.2px}.statistics-section .global-table thead th:first-child{border-top-right-radius:6px}.statistics-section .global-table thead th:last-child{border-top-left-radius:6px}.stats-col-category{width:25%}.stats-col-std{color:#fffc;font-style:italic}.stats-col-safe{background:linear-gradient(135deg,#15803d26,#16a34a1a);font-weight:600}.statistics-section .global-table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.statistics-section .global-table tbody tr:hover{background-color:#f8f9ff}.statistics-section .global-table tbody tr:last-child{border-bottom:none}.stats-row-header{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);font-weight:600;font-size:.75rem;color:#64748b;letter-spacing:.05em;text-transform:uppercase}.stats-row-header td{padding:.75rem .5rem!important;text-align:right;border-bottom:2px solid #e2e8f0!important}.statistics-section .global-table tbody .stats-row-header:hover{background:linear-gradient(to bottom,#f8fafc,#f1f5f9)!important}.stats-row-highlight{background-color:#fff7ed!important;border-top:2px solid #fb923c;border-bottom:2px solid #fb923c}.stats-row-highlight:hover{background-color:#ffedd5!important}.stats-row-profit{border-top:2px solid #e2e8f0}.statistics-section .global-table tbody td{padding:.75rem .5rem;text-align:right;color:var(--text-primary);font-size:.8rem}.stats-label{font-weight:500;color:var(--text-primary)}.stats-label-bold{font-weight:700;color:var(--text-primary)}.stats-median{font-weight:600;color:#667eea}.stats-std{color:#94a3b8;font-size:.85em;font-style:italic}.stats-safe{font-weight:600;color:#15803d;background-color:#f0fdf4}.stats-safe-bold{font-weight:700;color:#15803d;font-size:1.05em;background-color:#dcfce7}.stats-bold{font-weight:700}.text-muted{color:#cbd5e1;font-style:italic}.statistics-section__info{margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:4px;font-size:.85rem;color:#92400e;text-align:right}@media(max-width:1400px){.statistics-section .global-table{font-size:.75rem}.statistics-section .global-table thead th,.statistics-section .global-table tbody td{padding:.6rem .4rem;font-size:.75rem}}@media(max-width:1200px){.statistics-section{padding:1rem}.statistics-section .global-table{font-size:.7rem}.statistics-section .global-table thead th,.statistics-section .global-table tbody td{padding:.5rem .3rem;font-size:.7rem}}.events-table-section{margin-top:2rem;background:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.events-table-section__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);text-align:right}.table-wrapper{overflow-x:visible;border-radius:6px;border:1px solid var(--border-color)}.events-table-section .global-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.85rem;background:#fff}.events-table-section .global-table thead{background:linear-gradient(135deg,#667eea,#764ba2);position:sticky;top:0;z-index:10}.events-table-section .global-table thead th{padding:.75rem .5rem;text-align:right;font-weight:600;font-size:.8rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);border-bottom:2px solid rgba(255,255,255,.3);white-space:normal;word-wrap:break-word;letter-spacing:.2px;line-height:1.3}.events-table-section .global-table thead th:first-child{border-top-right-radius:6px}.events-table-section .global-table thead th:last-child{border-top-left-radius:6px}.events-table-section .global-table thead th:nth-child(1){width:5%}.events-table-section .global-table thead th:nth-child(2){width:7%}.events-table-section .global-table thead th:nth-child(3){width:8%}.events-table-section .global-table thead th:nth-child(4){width:12%}.events-table-section .global-table thead th:nth-child(5){width:7%}.events-table-section .global-table thead th:nth-child(6){width:6%}.events-table-section .global-table thead th:nth-child(7){width:6%}.events-table-section .global-table thead th:nth-child(8){width:6%}.events-table-section .global-table thead th:nth-child(9){width:7%}.events-table-section .global-table thead th:nth-child(10){width:7%}.events-table-section .global-table thead th:nth-child(11){width:7%}.events-table-section .global-table thead th:nth-child(12){width:7%}.events-table-section .global-table thead th:nth-child(13){width:7%}.events-table-section .global-table thead th:nth-child(14){width:7%}.events-table-section .global-table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.events-table-section .global-table tbody tr:hover{background-color:#f8f9ff}.events-table-section .global-table tbody tr:last-child{border-bottom:none}.events-table-section .global-table tbody td{padding:.75rem .5rem;text-align:right;color:var(--text-primary);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.events-table-section .global-table__event-number a{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.events-table-section .global-table__event-number a:hover{color:#764ba2;text-decoration:underline}.events-table-section .global-table tbody td:nth-child(5),.events-table-section .global-table tbody td:nth-child(6),.events-table-section .global-table tbody td:nth-child(7),.events-table-section .global-table tbody td:nth-child(8),.events-table-section .global-table tbody td:nth-child(9),.events-table-section .global-table tbody td:nth-child(10),.events-table-section .global-table tbody td:nth-child(11),.events-table-section .global-table tbody td:nth-child(12),.events-table-section .global-table tbody td:nth-child(13),.events-table-section .global-table tbody td:nth-child(14){text-align:center;font-variant-numeric:tabular-nums}.events-table-section .global-table thead th:nth-child(5),.events-table-section .global-table thead th:nth-child(6),.events-table-section .global-table thead th:nth-child(7),.events-table-section .global-table thead th:nth-child(8),.events-table-section .global-table thead th:nth-child(9),.events-table-section .global-table thead th:nth-child(10),.events-table-section .global-table thead th:nth-child(11),.events-table-section .global-table thead th:nth-child(12),.events-table-section .global-table thead th:nth-child(13),.events-table-section .global-table thead th:nth-child(14){text-align:center}.events-table-section .global-table tbody td:nth-child(12){font-weight:600}.events-table-section .global-table tbody td:nth-child(3){white-space:normal;word-break:break-word}@media(max-width:1400px){.events-table-section .global-table{font-size:.75rem}.events-table-section .global-table thead th,.events-table-section .global-table tbody td{padding:.6rem .4rem;font-size:.75rem}}@media(max-width:1200px){.events-table-section{padding:1rem}.events-table-section .global-table{font-size:.7rem}.events-table-section .global-table thead th,.events-table-section .global-table tbody td{padding:.5rem .3rem;font-size:.7rem}}.editable-cell__edit-mode{display:flex;gap:4px;align-items:center}.editable-cell__input{padding:4px 8px;border:1px solid var(--border-strong);border-radius:4px;flex:1;font-size:14px}.editable-cell__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.editable-cell__display{cursor:pointer;padding:4px;min-height:20px;border-radius:4px;transition:background-color .15s ease}.editable-cell__display:hover{background-color:var(--surface-2)}.editable-cell__edit-actions{display:flex;gap:4px;align-items:center}.editable-cell__cancel-btn{background-color:var(--primary);color:#fff;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:14px}.editable-cell__save-btn{background-color:var(--surface-2);color:var(--text-muted);border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:14px;border:1px solid var(--border)}.phone-menu-container{position:relative;display:inline-block;opacity:1!important}.phone-number-trigger{cursor:pointer;font-weight:500;transition:color .2s}.phone-number-trigger:hover{color:#0056b3}.phone-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:180px;padding:8px 0;margin-top:4px;animation:.2s fadeIn ease-in-out;opacity:1!important}.phone-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;text-align:right;background:none;border:none;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s;font-family:inherit;opacity:1!important}.phone-menu-item:hover{background-color:#f5f5f5}.phone-menu-item:active{background-color:#e9ecef}.employee-edit-form{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;background:#fff}.employee-edit-form__title{margin-top:0;font-size:20px;font-weight:700;color:var(--text)}.employee-edit-form__actions{display:flex;gap:12px;margin-top:24px}.employee-edit-form__notes{display:block;font-size:14px;color:#ff4d4f}.employee-shifts-table__link{color:var(--primary);text-decoration:none;font-weight:500;transition:all .15s ease}.employee-shifts-table__link:hover{color:var(--primary-hover);text-decoration:underline}.employee-page__section{margin-bottom:32px}.employee-page__section-title{font-size:20px;font-weight:700;color:var(--text)}.employee-page__error{padding:12px;background-color:#fee;border:1px solid #fcc;border-radius:var(--radius-sm);color:#c33;font-size:14px}.employee-inactive-label{align-items:center;font-size:16px;font-weight:500;color:#ff4d4f}.closed-event{margin-top:16px}.closed-event__header{padding:12px;border:1px dashed var(--border);border-radius:var(--radius);background:#00000008}.closed-event__title{font-weight:700}.closed-event__subtitle{font-size:14px;opacity:.8;margin-top:4px}.closed-event__card{margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff}.card__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.card__hint,.card__meta{font-size:13px;opacity:.7}.closed-event__time-toggle{padding:4px 10px;font-size:12px}.closed-event__time-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:12px}.closed-event__time-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:10px 12px}.closed-event__time-card--total{border:2px solid var(--primary)}.closed-event__time-label{font-size:12px;color:var(--muted);margin-bottom:4px}.closed-event__time-value{font-weight:700;color:var(--text)}.closed-event__requirements{margin:0;padding-right:18px;opacity:.8}.planned-shift-form{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:#00000005;margin-bottom:12px}.planned-shift-form__actions{margin-top:1rem;display:flex;justify-content:flex-end}.planned-shifts-list{display:grid;gap:8px}.planned-shift-item{display:flex;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--border);border-radius:var(--radius)}.planned-shift-item__name{font-weight:700}.planned-shift-item__meta{font-size:14px;opacity:.85}.planned-shift-item__notes{margin-top:4px;opacity:.8;font-size:12px}.action-bar{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.closed-event__add-shift-btn{margin-bottom:10px}.done-event{margin-top:16px}.done-event__header{padding:12px;border:1px dashed var(--border);border-radius:var(--radius);background:#00000008}.done-event__title{font-weight:700}.done-event__subtitle{font-size:14px;opacity:.8;margin-top:4px}.done-event__card{margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-large);background:#fff;direction:rtl}.actions-bar{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px}.panel{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:#00000005;margin-bottom:12px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.summary-item{border:1px solid var(--border);border-radius:var(--radius);padding:10px}.summary-item--total{background:#ffc10726}.summary-item--net{background:#4caf5026}.summary-item__label{font-size:13px;opacity:.7}.summary-item__value{margin-top:6px;font-weight:700;font-size:18px}.list{margin-top:10px;display:grid;gap:10px}.list-item{display:flex;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--border);border-radius:var(--radius)}.list-item__title{font-weight:700}.list-item__meta{font-size:13px;opacity:.8;margin-top:2px}.list-item__notes{font-size:13px;opacity:.9;margin-top:6px}.empty{padding:10px 0;opacity:.75}.notice{border:1px solid var(--border);border-radius:var(--radius);padding:10px;background:#ffc10726;display:flex;justify-content:space-between;gap:10px;align-items:center}@media(max-width:900px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.card__header--split{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.table{margin-top:10px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table__head,.table__row{display:grid;gap:10px;padding:10px;align-items:center}.table__head--expenses,.table__row--expenses{grid-template-columns:2fr 1fr 3fr 1fr}.table__head--wages,.table__row--wages{grid-template-columns:2fr 1.5fr 2fr 1fr 1fr 2fr 1fr}.table__head{background:#0000000a;font-weight:700}.table__row{border-top:1px solid var(--border)}.th--right,.td--right{text-align:right}.th--center,.td--center{text-align:center}.table__head--alcohol,.table__row--alcohol{grid-template-columns:2.5fr 1fr 1.2fr 1.2fr 1fr}.table__td--notes{font-size:13px;opacity:.85}.ice-section{margin-top:12px;padding-right:0;direction:rtl}.ice-expenses-input{display:flex;gap:8px;align-items:center;direction:rtl;justify-content:flex-start}.ice-expenses-input .ui-label{margin:0;min-width:50px}.ice-expenses-input .ui-control{width:120px}.combo{position:relative}.combo__menu{position:absolute;inset-inline-start:0;inset-inline-end:0;top:calc(100% + 6px);background:var(--card, #fff);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);max-height:260px;overflow:auto;z-index:20}.combo__item{width:100%;text-align:start;padding:10px 12px;background:transparent;border:0;cursor:pointer}.combo__item:hover,.combo__item.is-active{background:#0000000f}.combo__item--add{border-top:1px solid var(--border);font-weight:600}.combo__empty{padding:10px 12px;opacity:.75}.combo__error{padding:10px 12px;color:#b00020;border-top:1px solid var(--border)}.combo__loading{padding:10px 12px;opacity:.75}.combo__loading svg{vertical-align:middle;margin-right:6px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pricing-section{background:#fff;border-radius:12px;padding:24px;margin-top:24px;box-shadow:0 2px 12px #0000000f;border:1px solid #eaecf0;direction:rtl}.pricing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;border-bottom:1px solid #eee;padding-bottom:16px}.pricing-header-content{flex:1}.pricing-section__toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #667eea4d;flex-shrink:0}.pricing-section__toggle:hover{transform:scale(1.1);box-shadow:0 4px 8px #667eea66}.pricing-section__toggle:active{transform:scale(.95)}.pricing-section__toggle svg{color:#fff;transition:transform .3s ease}.pricing-section__toggle.expanded svg{transform:rotate(180deg)}.pricing-section__content{overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease}.pricing-section__content.collapsed{max-height:0;opacity:0;margin-top:0}.pricing-section__content.expanded{max-height:3000px;opacity:1;margin-top:24px}.pricing-title{margin:0;font-size:1.25rem;color:#101828;font-weight:700}.pricing-subtitle{font-size:.9rem;color:#667085;margin-top:4px}.pricing-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:32px}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}}.input-group-header{font-size:.9rem;font-weight:700;color:#101828;margin-bottom:12px;margin-top:20px;border-bottom:1px dashed #e0e0e0;padding-bottom:4px}.input-group-header:first-child{margin-top:0}.inputs-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.inputs-row.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.pricing-input-wrapper{margin-bottom:12px}.pricing-input-wrapper label{display:block;font-size:.85rem;color:#344054;margin-bottom:6px;font-weight:500}.pricing-input{width:100%;padding:8px 12px;border:1px solid #d0d5dd;border-radius:6px;font-size:1rem}.staff-inputs-container{background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;padding:12px}.staff-row{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.staff-row:last-child{border-bottom:none}.staff-input-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.staff-label{font-weight:600;color:#344054;font-size:.9rem}.staff-input-group label{display:block;font-size:.75rem;color:#667085;margin-bottom:2px;white-space:nowrap}.staff-input-group input{width:100%;padding:4px;border:1px solid #d0d5dd;border-radius:4px;text-align:center}.staff-input-group .amount{width:60%;text-align:right;border:var(--primary) 2px solid}.staff-summary-text{grid-column:1 / -1;font-size:.8rem;color:#344054;margin-top:6px;white-space:nowrap}.wage-setting-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px;font-size:.85rem;color:#667085}.wage-input{width:60px;padding:4px;border:1px solid #d0d5dd;border-radius:4px;text-align:center}.variable-input-row{margin-bottom:16px}.input-with-prefix{position:relative;display:flex;align-items:center}.input-with-prefix span{position:absolute;right:10px;color:#667085;font-size:.9rem}.input-with-prefix input{width:100%;padding:8px 30px 8px 12px;border:1px solid #d0d5dd;border-radius:6px}.input-helper-text{font-size:.75rem;color:#027a48;margin-top:4px;display:flex;gap:4px}.std-dev{color:#98a2b3}.pricing-results-column{display:flex;flex-direction:column;gap:20px}.pricing-card{background:#fff;border-radius:10px;border:1px solid #eaecf0;overflow:hidden}.cost-card{border-top:4px solid #f04438;background:#fffbfb}.revenue-card{border-top:4px solid #12b76a;background:#f6fef9}.card-header{padding:16px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.card-title{font-weight:700;color:#101828}.card-total{font-size:1.2rem;font-weight:800;color:#f04438}.card-total-per-head{padding:12px 16px;background:#f044380d;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#344054}.card-total-per-head .val{font-weight:700;font-size:1rem;color:#f04438}.historical-comparison-box{margin:16px;padding:12px;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.2);border-radius:8px;border-right:4px solid #667eea}.historical-title{font-size:.85rem;font-weight:700;color:#667eea;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.historical-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.9rem}.historical-row.secondary{font-size:.85rem;padding-top:6px;border-top:1px dashed rgba(102,126,234,.2)}.historical-label{opacity:.85;color:#344054}.historical-value{font-weight:600;color:#101828}.comparison-indicator{font-size:.8rem;font-weight:600;margin-right:4px}.comparison-indicator.high{color:#ff6b6b}.comparison-indicator.low{color:#51cf66}.costs-breakdown-separator{padding:10px 16px;background:linear-gradient(90deg,#f9fafb,#fff);border-top:2px solid #eaecf0;border-bottom:1px solid #eaecf0;font-size:.8rem;font-weight:700;color:#667085;text-transform:uppercase;letter-spacing:1px;text-align:center}.breakdown-list{padding:16px}.breakdown-item{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem;color:#344054}.breakdown-item.sub-item{padding-right:16px;font-size:.85rem;color:#667085;margin-bottom:4px}.breakdown-item .val{font-weight:600;color:#101828}.separator{border-top:1px dashed #d0d5dd;margin:12px 0}.recommendation-row{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.recommendation-row:last-child{border-bottom:none}.rec-info{display:flex;flex-direction:column}.rec-label{font-size:.75rem;color:#667085;text-transform:uppercase;letter-spacing:.5px}.rec-name{font-weight:600;font-size:.9rem;color:#101828}.rec-action{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.rec-price{font-weight:700;color:#027a48}.apply-btn{background:#fff;border:1px solid #027a48;color:#027a48;font-size:.75rem;padding:2px 8px;border-radius:4px;cursor:pointer;transition:all .2s}.apply-btn:hover{background:#027a48;color:#fff}.profit-summary{background:#101828;color:#fff;padding:16px;border-radius:10px;text-align:center}.profit-label{font-size:.85rem;opacity:.8;margin-bottom:4px}.profit-number{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.profit-number.low{color:#fec84b}.profit-number.good{color:#4ade80}.profit-percent{font-size:1rem;font-weight:400;opacity:.9}.customer-assignment{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:var(--bg);box-shadow:var(--shadow-sm)}.customer-assignment__header{margin-bottom:8px;font-weight:500}.customer-assignment__row{display:flex;gap:8px;align-items:center}.customer-assignment__input{flex:1}.customer-assignment__title{font-weight:500;margin-bottom:8px}.customer-assignment__subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:12px}.customer-assignment__field{margin-bottom:12px}.customer-assignment__actions{display:flex;gap:8px}.lead-row--converted{background-color:var(--bg-muted, #f5f5f5)}.lead-row--lost td:not(:has(.lead-status-badge)){opacity:.35}.lead-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:500;text-align:center}.lead-status-badge--new{background-color:#e3f2fd;color:#1976d2}.lead-status-badge--contacted{background-color:#fff3e0;color:#f57c00}.lead-status-badge--qualified{background-color:#f3e5f5;color:#7b1fa2}.lead-status-badge--lost{background-color:#000;color:#c62828}.lead-status-badge--converted{background-color:#e8f5e9;color:#2e7d32}.ui-btn--mark_contacted{background-color:#1976d2;color:#fff;border:none;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background-color .3s ease}.ui-btn--mark_contacted:hover{background-color:#1565c0}.ui-btn--mark_lost{background-color:#c62828;color:#fff;border:none;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background-color .3s ease}.ui-btn--mark_lost:hover{background-color:#b71c1c}.unavailable-dates-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:20px;box-shadow:0 1px 3px #0f172a0f}.unavailable-dates-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}.unavailable-dates-form .form-group{display:flex;flex-direction:column;gap:6px}.unavailable-dates-form .form-group--submit{display:flex;justify-content:flex-start;align-items:flex-end}.unavailable-dates-form .ui-btn{width:100%;padding:11px 20px}.global-table__btn{border:1.5px solid var(--border);padding:6px 12px;border-radius:8px;font-weight:500;font-size:13px;cursor:pointer;background:#fff;color:#334155;transition:all .15s ease}.global-table__btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.ui-btn--delete_item{background:#fee;border-color:#fcc;color:#c33}.ui-btn--delete_item:hover{background:#fdd;border-color:#fbb}.ui-btn--edit_item{background:#eff6ff;border-color:#dbeafe;color:#1e40af}.ui-btn--edit_item:hover{background:#dbeafe;border-color:#bfdbfe}@media(max-width:768px){.unavailable-dates-form .form-row{grid-template-columns:1fr}}.settings-page{max-width:1200px;margin:0 auto;padding:32px 24px;direction:rtl}.settings-header{margin-bottom:32px;text-align:center}.settings-title{font-size:2rem;font-weight:700;color:#101828;margin:0 0 8px}.settings-subtitle{font-size:1rem;color:#667085;margin:0}.settings-loading,.settings-empty{text-align:center;padding:48px 24px;color:#667085;font-size:1.1rem}.settings-container{background:#fff;border-radius:12px;border:1px solid #eaecf0;box-shadow:0 2px 8px #0000000a;overflow:hidden}.settings-list{display:flex;flex-direction:column}.setting-row{display:grid;grid-template-columns:2fr 3fr;gap:24px;padding:20px 24px;border-bottom:1px solid #f2f4f7;align-items:center}.setting-row:last-child{border-bottom:none}.setting-row:hover{background-color:#f9fafb}.setting-info{display:flex;flex-direction:column;gap:4px}.setting-key{font-size:.95rem;font-weight:600;color:#344054}.setting-description{font-size:.85rem;color:#667085;line-height:1.4}.setting-value{display:flex;align-items:center;justify-content:flex-start}.setting-display{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;cursor:pointer;min-width:300px}.setting-display:hover{background:#f2f4f7;border-color:#d0d5dd}.setting-current-value{font-size:.95rem;font-weight:500;color:#101828;flex:1}.setting-edit-icon{background:none;border:none;font-size:.9rem;cursor:pointer;padding:4px;opacity:.6}.setting-display:hover .setting-edit-icon{opacity:1}.setting-edit-mode{display:flex;align-items:center;gap:12px;flex:1}.setting-input{flex:1;width:100%;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;padding:11px 14px;font-size:15px;color:#0f172a;font-family:inherit;min-width:200px}.setting-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a,0 1px 2px #0000000d;background:#fff}.setting-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;background:#f9fafb;border-radius:8px}.setting-checkbox-label:hover{background:#f2f4f7}.setting-checkbox{width:20px;height:20px;cursor:pointer}.setting-checkbox-label span{font-size:.95rem;font-weight:500;color:#344054}.setting-actions{display:flex;gap:8px}.setting-btn{padding:10px 20px;border:1.5px solid var(--border);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.setting-btn:disabled{opacity:.5;cursor:not-allowed}.setting-btn-save{background:linear-gradient(to bottom,#4f46e5,#4338ca);border-color:#4338ca;color:#fff;box-shadow:0 1px 3px #4f46e54d,inset 0 1px #ffffff1a}.setting-btn-save:hover:not(:disabled){background:linear-gradient(to bottom,#4338ca,#3730a3);border-color:#3730a3;box-shadow:0 4px 8px #4f46e559}.setting-btn-cancel{background:#fff;color:#475569;border-color:#cbd5e1}.setting-btn-cancel:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}@media(max-width:768px){.settings-page{padding:24px 16px}.setting-row{grid-template-columns:1fr;gap:16px}.setting-display,.setting-input{min-width:100%}.setting-edit-mode{flex-direction:column;align-items:stretch}.setting-actions{width:100%}.setting-btn{flex:1}}:root{--bg: #ffffff;--text: #1f2328;--muted: #666;--border: #e5e7eb;--accent: #f3f4f6;--accent-strong: #e5e7eb;--radius: 12px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--content-max: 1200px}.app{display:flex;flex-direction:column;min-height:100dvh}.app-main{max-width:var(--content-max);width:100%;margin:0 auto;padding:var(--spacing-lg)}.app-footer{margin-top:auto;padding:var(--spacing-md);text-align:center;font-size:.875rem;color:var(--muted)}.site-header{position:sticky;top:0;z-index:10;background:var(--bg);border-bottom:1px solid var(--border)}.header-inner{max-width:var(--content-max);margin:0 auto;padding:var(--spacing-md) var(--spacing-lg);display:flex;align-items:center;gap:var(--spacing-lg)}.brand{margin:0;font-size:18px;letter-spacing:.2px}.nav{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.nav-link{display:inline-block;padding:8px 12px;text-decoration:none;color:var(--text);border-radius:var(--radius);transition:background .12s ease}.nav-link:hover{background:var(--accent)}.nav-link-active{background:var(--accent-strong);font-weight:600}.header-actions{margin-left:auto;display:flex;align-items:center;gap:var(--spacing-lg)}.header-actions .nav-link{font-size:1.3rem;padding:8px 12px;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:50%}.header-actions .nav-link:hover{background:var(--accent)}.header-actions .nav-link-active{background:var(--accent-strong)}.page{display:block}.page-title{margin:0 0 8px;font-size:28px}.page-content{margin-top:16px;direction:rtl}.table-info{padding:12px 16px;font-size:14px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;font-weight:500}.table-wrapper{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 1px 3px #0f172a0f}.global-table{width:100%;border-collapse:collapse;font-size:14px}.global-table thead{background:var(--accent)}.global-table th,.global-table td{padding:8px 12px;text-align:center;border-bottom:1px solid var(--border)}.global-table th{font-weight:600;font-size:13px;color:var(--muted);text-align:center;justify-content:center;align-items:center}.global-table tbody tr:hover{background:#f9fafb}.expense-row--unpaid{background-color:#fee;color:#c33}.expense-row--unpaid:hover{background-color:#fdd!important}.expense-checkbox{cursor:pointer;width:18px;height:18px}.customer-row--inactive{background-color:#f5f5f5;color:#999;opacity:.6}.customer-row--inactive:hover{background-color:#eee!important}.global-table__event-number{font-weight:600;cursor:pointer;color:var(--primary)}.global-table__event-number:hover{text-decoration:underline}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:8px}.btn{padding:6px 12px;border-radius:999px;border:1px solid transparent;font-size:14px;cursor:pointer}.btn-primary{background:orange;color:#fff}.btn-primary:hover{background:#cc7a00}.error-text{color:#b91c1c}.loading-text{color:#6b7280}.global-table__actions-spacer{width:100%;display:flex;gap:4px;justify-content:center;align-items:center;padding:8px 0}.sum-data-section{margin-top:2rem;background:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;animation:fadeIn .3s ease-out}.sum-data-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.sum-data-section__title{font-size:1.5rem;font-weight:600;margin-bottom:0;color:var(--text-primary);text-align:right}.sum-data-section__toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #667eea4d}.sum-data-section__toggle:hover{transform:scale(1.1);box-shadow:0 4px 8px #667eea66}.sum-data-section__toggle:active{transform:scale(.95)}.sum-data-section__toggle svg{color:#fff;transition:transform .3s ease}.sum-data-section__toggle.expanded svg{transform:rotate(180deg)}.sum-data-section__content{overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease}.sum-data-section__content.collapsed{max-height:0;opacity:0;margin-top:0}.sum-data-section__content.expanded{max-height:2000px;opacity:1;margin-top:1.5rem}.sum-data-section .table-wrapper{overflow-x:auto;border-radius:6px;border:1px solid var(--border-color)}.sum-data-section .global-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}.sum-data-section .global-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.sum-data-section .global-table thead th{padding:.875rem 1rem;text-align:right;font-weight:600;font-size:.85rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);border-bottom:2px solid rgba(255,255,255,.3);letter-spacing:.2px}.sum-data-section .global-table thead th:first-child{border-top-right-radius:6px}.sum-data-section .global-table thead th:last-child{border-top-left-radius:6px}.sum-data-section .global-table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.sum-data-section .global-table tbody tr:hover{background-color:#f8f9ff}.sum-data-section .global-table tbody tr:last-child{border-bottom:none}.sum-data-section .global-table tbody td{padding:.875rem 1rem;text-align:right;color:var(--text-primary)}.sum-row-header{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);font-weight:600;font-size:.8rem;color:#64748b;letter-spacing:.05em;text-transform:uppercase}.sum-row-header td{padding:.75rem 1rem!important;border-bottom:2px solid #e2e8f0!important}.sum-data-section .global-table tbody .sum-row-header:hover{background:linear-gradient(to bottom,#f8fafc,#f1f5f9)!important}.sum-row-income{background-color:#f0fdf4;border-top:2px solid #22c55e}.sum-row-total{background-color:#fef2f2;border-top:2px solid #ef4444;font-weight:600}.sum-row-profit{border-top:3px solid #e2e8f0;font-weight:700}.sum-row-profit-positive{background:linear-gradient(to left,#f0fdf4,#dcfce7);border-top-color:#22c55e}.sum-row-profit-negative{background:linear-gradient(to left,#fef2f2,#fee2e2);border-top-color:#ef4444}.sum-label-indent{padding-right:2rem!important;font-weight:400;color:#64748b}.sum-label-bold{font-weight:700;color:var(--text-primary)}.sum-value{font-variant-numeric:tabular-nums;font-weight:500}.sum-value-bold{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.05em}.sum-value-positive{color:#15803d}.sum-value-negative{color:#dc2626}.sum-value-profit-positive{color:#15803d;font-size:1.15em}.sum-value-profit-negative{color:#dc2626;font-size:1.15em}@media(max-width:1400px){.sum-data-section .global-table{font-size:.85rem}.sum-data-section .global-table thead th,.sum-data-section .global-table tbody td{padding:.75rem .875rem}}@media(max-width:1200px){.sum-data-section{padding:1rem}.sum-data-section .global-table{font-size:.8rem}.sum-data-section .global-table thead th,.sum-data-section .global-table tbody td{padding:.65rem .75rem}}.modal{border:none;border-radius:12px;padding:0;max-width:600px;width:90%;box-shadow:0 10px 25px #0f172a33;background:transparent}.modal::backdrop{background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:12px;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.modal-header h3{font-size:18px;font-weight:600;margin:0}.modal-close{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:var(--muted);transition:background .12s ease}.modal-close:hover{background:var(--surface-2);color:var(--text)}.modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:12px;max-height:70vh;overflow-y:auto}.modal-footer{padding:12px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--border);background:var(--surface)}@media(max-width:640px){.modal{max-width:95%;width:95%}.modal-body{max-height:60vh}}.login-page{min-height:100%;display:grid;place-items:center;padding:24px}.login-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.login-title{margin:0 0 8px;font-size:1.5rem;color:var(--text)}.login-form{padding:0;gap:14px;max-height:none}.login-submit-btn{width:100%}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);direction:rtl}:root{--bg-overlay: rgba(15, 23, 42, .55);--surface: #ffffff;--surface-2: #f8fafc;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--border-strong: #cbd5e1;--ring: rgba(255, 165, 0, .35);--primary: #4F46E5;--primary-hover: #4338ca;--danger: #ef4444;--disabled: #94a3b8;--radius: 14px;--radius-sm: 10px;--shadow: 0 12px 30px rgba(15, 23, 42, .16);--shadow-sm: 0 6px 16px rgba(15, 23, 42, .12);--shadow-large: 0 24px 48px rgba(15, 23, 42, .2);--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 18px;--font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}*{box-sizing:border-box}body{font-family:var(--font);color:var(--text)}.ui-footer__info{font-size:15px;color:var(--muted);letter-spacing:-.01em;text-align:center}.ui-modal-backdrop{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;z-index:50;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ui-modal{width:min(640px,100%);background:var(--surface);border:4px solid var(--border);border-radius:16px;box-shadow:0 20px 60px #0f172a40,0 0 0 1px #0f172a0d;overflow:hidden;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.ui-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--primary);border-bottom:1px solid var(--border)}.ui-modal__title{font-size:20px;font-weight:450;letter-spacing:-.01em;color:#fff}.ui-modal__close{border:none;background:transparent;width:36px;height:36px;border-radius:8px;cursor:pointer;display:grid;place-items:center;color:#f1f5f9;font-size:20px;transition:all .15s ease}.ui-modal__close:hover{background:#f1f5f9;color:#0f172a;transform:scale(1.05)}.ui-form{padding:24px;display:flex;flex-direction:column;gap:20px;max-height:70vh;overflow-y:auto}.ui-row{display:flex;flex-direction:column;gap:8px}.ui-row--inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.ui-hint{font-size:13px;color:var(--muted)}.ui-row--checkbox{display:flex;flex-direction:row;align-items:center;gap:8px}.ui-row--checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.ui-row--checkbox .ui-label{display:flex;align-items:center;gap:8px;cursor:pointer;margin:0}.ui-row--checkbox span{font-size:15px;font-weight:500;color:#334155}.ui-label{font-size:14px;font-weight:600;color:#1e293b;letter-spacing:-.01em}.ui-control{width:100%;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;padding:11px 14px;font-size:17px;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:#0f172a;transition:all .2s ease}.ui-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a,0 1px 2px #0000000d;background:#fff}.ui-control::placeholder{color:var(--disabled)}.ui-control:disabled{background:#f8fafc;border-color:#e2e8f0;cursor:not-allowed;opacity:.7;color:var(--disabled)}.ui-control--price{border:1.5px solid var(--primary);padding-right:40px;font-weight:600}textarea.ui-control{resize:vertical;min-height:25px}.ui-control.is-error{border-color:var(--danger);box-shadow:0 0 0 4px #ef44442e}.ui-modal__actions{padding:16px 24px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--border);background:var(--surface)}.ui-footer{padding:12px 16px 16px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--border);background:var(--surface)}.ui-btn{border:1.5px solid var(--border);padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;background:#fff;color:#334155;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.ui-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ui-btn--primary{background:linear-gradient(to bottom,#4f46e5,#4338ca);border-color:#4338ca;color:#fff;box-shadow:0 1px 3px #4f46e54d,inset 0 1px #ffffff1a}.ui-btn--primary:hover{background:linear-gradient(to bottom,#4338ca,#3730a3);border-color:#3730a3;transform:translateY(-1px);box-shadow:0 4px 8px #4f46e559}.ui-btn--secondary{background:#fff;border-color:#cbd5e1;color:#475569}.ui-btn--secondary:hover{background:#f8fafc;border-color:#94a3b8}.ui-btn:disabled{opacity:.65;cursor:not-allowed}.ui-btn--delete_item{width:75px;height:30px;background:var(--danger);border-color:var(--danger);border-radius:12px;color:#fff;cursor:pointer}.ui-btn--delete_item:hover{background:#dc2626}.ui-btn--edit_item{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;height:36px;border:1.5px solid #334155;background:#fff;border-radius:10px;color:#334155;cursor:pointer;text-decoration:none;font-size:14px;font-weight:600;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.ui-btn--edit_item:hover{background:#f8fafc;border-color:#1e293b;color:#1e293b;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ui-btn--copy{width:30px;height:30px;background:#fff;border:none;color:#334155;cursor:pointer;font-size:16px;display:grid;place-items:center;transition:all .15s ease}.soft-delete-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;font-family:inherit;min-width:120px}.soft-delete-btn:disabled{opacity:.6;cursor:not-allowed}.soft-delete-btn__icon{font-size:1rem;display:inline-block}.soft-delete-btn--active{background-color:#ff4d4f;color:#000}.soft-delete-btn--active:hover:not(:disabled){background-color:#e03e3e;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.soft-delete-btn--active:active:not(:disabled){transform:translateY(0)}.soft-delete-btn--inactive{background-color:#28a745;color:#fff}.soft-delete-btn--inactive:hover:not(:disabled){background-color:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.soft-delete-btn--inactive:active:not(:disabled){transform:translateY(0)}.custom-alert-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px;min-width:300px;max-width:500px;pointer-events:none}.custom-alert{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideInDown .3s ease-out;pointer-events:auto;font-family:inherit;direction:rtl}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.custom-alert__content{display:flex;align-items:center;gap:.75rem;flex:1}.custom-alert__icon{font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.custom-alert__message{font-size:1rem;font-weight:500;line-height:1.4}.custom-alert__close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;margin-right:.5rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s;color:inherit}.custom-alert__close:hover{opacity:1}.custom-alert--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.custom-alert--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.custom-alert--warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba}.custom-alert--info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.table-link-btn{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;padding:0;font-family:inherit;font-size:inherit;transition:color .2s}.table-link-btn:hover{color:#0056b3}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.status-badge--paid{background-color:#d4edda;color:#155724}.status-badge--unpaid{background-color:#f8d7da;color:#721c24}
