.component-progress-bar-row{display:grid;grid-template-columns:minmax(0,min(38%,220px)) 1fr auto;align-items:center;gap:14px 16px;font-size:.875rem}.component-progress-bar-row__label{min-width:0;color:#111827;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-progress-bar-row__track{height:14px;background:#e5e7eb;border-radius:999px;overflow:hidden;min-width:0}.component-progress-bar-row__fill{height:100%;border-radius:999px 0 0 999px;min-width:0;transition:width .25s ease}.component-progress-bar-row__fill--full{border-radius:999px}.component-progress-bar-row__pct{margin:0;font-size:.8125rem;font-weight:700;color:#111827;width:3rem;text-align:right;flex-shrink:0}@media (max-width: 640px){.component-progress-bar-row{grid-template-columns:1fr;gap:8px}.component-progress-bar-row__pct{width:auto;text-align:left}}.dash{display:flex;min-height:100vh;background:var(--color-bg)}.dash-sidebar{width:260px;flex-shrink:0;background:var(--color-sidebar);border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:width .2s ease}.dash--collapsed .dash-sidebar{width:76px}.dash-sidebar__top{display:flex;align-items:center;justify-content:space-between;padding:18px 14px 12px 18px;gap:8px}.dash-sidebar__brand{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:inherit}a.dash-sidebar__brand:hover{opacity:.92}.dash-sidebar__brand-text{font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.dash-sidebar__collapse{flex-shrink:0;width:34px;height:34px;border-radius:8px;border:1px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280}.dash-sidebar__collapse:hover{background:#f3f4f6;color:#111}.dash--collapsed .dash-sidebar__collapse{margin-left:auto;margin-right:auto}.dash-sidebar__footer{flex-shrink:0;padding:12px;border-top:1px solid var(--color-border);margin-top:auto}.dash-sidebar__logout{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fff;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;text-align:left}.dash-sidebar__logout:hover{background:#f9fafb;color:#111}.dash-sidebar__logout-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.dash-sidebar__logout:hover .dash-sidebar__logout-icon{color:#111}.dash-sidebar__logout-label{min-width:0}.dash--collapsed .dash-sidebar__logout{justify-content:center;padding:10px}.dash-nav{padding:8px 12px 24px;overflow-y:auto;flex:1}.dash-nav__heading{margin:18px 10px 8px;font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.dash-nav__heading:first-child{margin-top:4px}.dash-nav__item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:4px;border:none;border-radius:10px;background:transparent;cursor:pointer;color:#374151;font-size:.8125rem;font-weight:500;text-align:left;transition:background .15s,color .15s}a.dash-nav__item{text-decoration:none;box-sizing:border-box}.dash-nav__item:hover{background:#ffd7002e}.dash-nav__item--soon:hover{background:transparent}.dash-nav__item--active{background:var(--color-yellow-soft);color:#111}.dash-nav__icon{display:flex;align-items:center;justify-content:center;color:#6b7280}.dash-nav__icon--active{color:#059669}.dash-nav__label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dash-main{flex:1;min-width:0;padding:28px 32px 40px}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px}.dash-header__breadcrumb{margin:0 0 6px;font-size:.9375rem;font-weight:700}.dash-header__title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.dash-header__caption{margin:8px 0 0;font-size:.875rem;color:var(--color-muted)}.dash-header__logout{height:36px;padding:0 14px;border-radius:8px;border:1px solid var(--color-border);background:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}.dash-header__logout:hover{background:#f9fafb}.dash-grid-top{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:24px;align-items:stretch;margin-bottom:24px}@media (max-width: 1100px){.dash-grid-top{grid-template-columns:1fr}}.dash-metrics{display:flex;flex-direction:column;gap:16px}.metric-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);padding:18px 18px 16px}.metric-card__row{display:flex;justify-content:space-between;align-items:center}.metric-card__label{font-size:.8125rem;font-weight:600;color:#4b5563}.metric-card__icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center}.metric-card__icon--green{background:#00ff882e;color:#059669}.metric-card__icon--muted{background:#f3f4f6;color:#6b7280}.metric-card__value{margin:14px 0 10px;font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.metric-card__trend{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;margin-bottom:14px}.metric-card__trend--up{color:#059669}.metric-card__trend--down{color:var(--color-red)}.metric-card__dot{width:8px;height:8px;border-radius:50%}.metric-card__dot--up{background:#22c55e}.metric-card__dot--down{background:var(--color-red)}.metric-card__btn{width:100%;height:38px;border-radius:10px;border:1px solid var(--color-border);background:#fff;font-size:.8125rem;font-weight:600;color:#374151;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.metric-card__btn:hover{background:#fafafa}.dash-chart-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden}.dash-chart-card--cash{min-height:320px;display:flex;flex-direction:column}.dash-chart-card--features{min-height:360px;display:flex;flex-direction:column}.dash-chart-card__head{padding:18px 20px 0}.dash-chart-card__head--split{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dash-chart-card__title{margin:0;font-size:1rem;font-weight:700}.dash-chart-card__body{flex:1;min-height:260px;padding:8px 12px 16px;position:relative}.dash-chart-card__body--features{min-height:300px;padding:12px}.dash-empty-note{margin:24px 8px;color:var(--color-muted);font-size:.875rem}.dashboard-pie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-pie-card{min-width:0;padding:12px;border:1px solid var(--color-border);border-radius:12px;background:#fff}.dashboard-pie-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.dashboard-pie-card__head h3{margin:0;font-size:.875rem;font-weight:700}.dashboard-pie-card__head span{color:var(--color-muted);font-size:.75rem;font-weight:700}.dashboard-pie-card__chart{height:136px}.dashboard-pie-card__legend{display:flex;flex-direction:column;gap:6px;margin-top:8px}.dashboard-pie-card__legend span{display:flex;align-items:center;gap:6px;color:#374151;font-size:.75rem;font-weight:600}.dashboard-pie-card__legend i{width:8px;height:8px;flex-shrink:0;border-radius:999px}@media (max-width: 720px){.dashboard-pie-grid{grid-template-columns:1fr}}.dashboard-component-bars{margin-top:8px}.dashboard-component-bars__body{padding:12px 20px 20px}.dashboard-component-bars__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px;max-height:min(70vh,720px);overflow-y:auto}.dashboard-component-bars--stack+.dashboard-component-bars--stack{margin-top:20px}.pl-tabs{display:flex;gap:4px}.pl-tabs__btn{border:none;background:none;padding:6px 10px;font-size:.8125rem;font-weight:600;color:#9ca3af;cursor:pointer;border-radius:6px}.pl-tabs__btn:hover{color:#4b5563}.pl-tabs__btn--active{color:#111;background:#ffd70040}.form-error-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.form-error-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#11111173;cursor:pointer}.form-error-modal{position:relative;max-width:440px;width:100%;background:#fff;border-radius:var(--radius-card, 12px);border:1px solid var(--color-border);box-shadow:0 24px 48px #00000024;padding:22px 22px 18px}.form-error-modal__title{margin:0 0 12px;font-size:1.0625rem;font-weight:700;color:#991b1b}.form-error-modal__body{margin:0 0 20px;font-size:.9375rem;line-height:1.45;color:#374151;max-height:min(50vh,280px);overflow-y:auto;white-space:pre-wrap;word-break:break-word}.form-error-modal__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.form-error-btn{height:40px;padding:0 16px;border-radius:10px;font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit}.form-error-btn--secondary{border:1px solid var(--color-border);background:#fff;color:#374151}.form-error-btn--secondary:hover{background:#f9fafb}.form-error-btn--primary{border:none;background:#ffc85c;color:#1a1408}.form-error-btn--primary:hover{filter:brightness(1.04)}.pm-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pm-btn-primary{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:none;border-radius:10px;background:#ffc85c;color:#1a1408;font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit}.pm-btn-primary:hover{filter:brightness(1.04)}.pm-btn-secondary{height:40px;padding:0 16px;border-radius:10px;border:1px solid var(--color-border);background:#fff;font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit}.pm-table-card{margin-top:0}.pm-count{font-size:.8125rem;font-weight:600;color:var(--color-muted)}.pm-error-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;margin-bottom:16px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:.875rem}.pm-error-retry{flex-shrink:0;padding:6px 12px;border-radius:8px;border:1px solid #fecaca;background:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;color:#991b1b}.pm-error-retry:hover{background:#fff7ed}.pm-table__loading,.pm-table__empty{text-align:center;padding:28px 20px!important;color:var(--color-muted);font-size:.875rem}.pm-table-wrap{overflow-x:auto}.pm-table{width:100%;border-collapse:collapse;font-size:.875rem}.pm-table th{text-align:left;padding:12px 20px;font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-border);background:#fafafa}.pm-table td{padding:14px 20px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.pm-table__th-actions{text-align:right;width:1%;white-space:nowrap}.pm-row--closed .pm-table__name{color:#6b7280}.pm-table__actions{text-align:right;white-space:nowrap}.pm-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:6px;padding:0;border:1px solid var(--color-border);border-radius:8px;background:#fff;color:#374151;cursor:pointer;vertical-align:middle}.pm-btn-icon:first-child{margin-left:0}.pm-btn-icon:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111}.pm-btn-icon--danger:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.pm-btn-icon:disabled{opacity:.35;cursor:not-allowed}.pm-table__name{font-weight:600;color:#111}.pm-table__muted{color:var(--color-muted);font-variant-numeric:tabular-nums}.pm-table__excerpt{max-width:280px;color:#4b5563;font-size:.8125rem;line-height:1.4}.pm-field--richtext{gap:10px}.pm-field__label-text{font-size:.8125rem;font-weight:600;color:#374151}.pm-code{font-size:.8125rem;background:#f3f4f6;padding:2px 8px;border-radius:6px}.pm-status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.pm-status--draft{background:#f3f4f6;color:#4b5563}.pm-status--active{background:#0f83;color:#047857}.pm-status--on-hold{background:#ffd70059;color:#92400e}.pm-status--closed{background:#fee2e2;color:#b91c1c}.pm-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px}.pm-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#11111159;cursor:pointer}.pm-modal{position:relative;width:100%;max-width:560px;background:#fff;border-radius:var(--radius-card);border:1px solid var(--color-border);box-shadow:0 24px 48px #0000001f}.pm-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border)}.pm-modal__title{margin:0;font-size:1.0625rem;font-weight:700}.pm-modal__close{width:36px;height:36px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280}.pm-modal__close:hover{background:#f3f4f6;color:#111}.pm-form{padding:20px;display:flex;flex-direction:column;gap:16px}.pm-field{display:flex;flex-direction:column;gap:8px;font-size:.8125rem;font-weight:600;color:#374151}.pm-optional{font-weight:500;color:var(--color-muted)}.pm-input{height:42px;border-radius:10px;border:1px solid var(--color-input-border);padding:0 12px;font-size:.9375rem;font-family:inherit}.pm-input:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #0f83}.pm-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.tasks-modal{max-width:640px;max-height:calc(100vh - 48px);overflow-y:auto}.tasks-progress-modal-root,.tasks-view-modal-root{align-items:stretch;justify-content:stretch;padding:0}.tasks-progress-modal-root .pm-modal-backdrop,.tasks-view-modal-root .pm-modal-backdrop{display:none}.tasks-progress-modal,.tasks-view-modal{width:100%;height:100%;max-width:none;max-height:none;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.tasks-view-modal .tasks-view-body{flex:1;overflow-y:auto;max-width:960px;width:100%;margin:0 auto;box-sizing:border-box}.tasks-progress-modal .pm-form{flex:1;overflow-y:auto;max-width:760px;width:100%;margin:0 auto;box-sizing:border-box}.tasks-progress-modal .pm-modal__head{flex-shrink:0}.tasks-select{width:100%;cursor:pointer}.tasks-csv-input{display:none}.tasks-csv-btn{display:inline-flex;align-items:center;gap:8px}.tasks-bulk-textarea{min-height:120px;resize:vertical;line-height:1.5;padding-top:10px;padding-bottom:10px}.tasks-import-message{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:12px 16px;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#166534;font-size:.875rem;font-weight:600}.tasks-import-message button{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;text-decoration:underline}.tasks-table .tasks-num{font-variant-numeric:tabular-nums;text-align:left}.tasks-subcat{color:var(--color-muted);font-weight:500}.tasks-subcategory-group-row td{width:100%;padding:12px 16px;background:linear-gradient(90deg,#ecfdf5,#eff6ff);border-top:1px solid #a7f3d0;border-bottom:1px solid #bfdbfe;color:#065f46;font-size:.8125rem;font-weight:700}.tasks-subcategory-group-row td{display:table-cell}.tasks-subcategory-group-row td>span,.tasks-subcategory-group-row td>strong{display:inline-flex;align-items:center}.tasks-subcategory-group-row td>span{margin-right:12px}.tasks-subcategory-group-row td>span:before{content:"";width:8px;height:8px;margin-right:8px;border-radius:999px;background:#10b981;box-shadow:0 0 0 4px #10b98124}.tasks-subcategory-group-row td>strong{float:right;padding:4px 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.75rem}.tasks-subcategory-group-row td:after{content:"";display:block;clear:both}.tasks-subcategory-group-row{box-shadow:inset 4px 0 #10b981}.tasks-subcategory-group-row+tr td{border-top:none}@media (max-width: 720px){.tasks-subcategory-group-row td>strong{float:none;margin-top:6px}.tasks-subcategory-group-row td>span,.tasks-subcategory-group-row td>strong{display:flex;width:fit-content}}.tasks-subcategory-group-row td:first-child{min-width:100%}.tasks-subcategory-group-row td{justify-content:initial;gap:12px}.tasks-category-cell{font-size:.8125rem;line-height:1.35}.tasks-period-cell{font-size:.8125rem;white-space:nowrap}.tasks-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}.tasks-category-panel{margin-top:0}.tasks-category-list{display:flex;flex-direction:column;gap:8px;padding:12px}.tasks-category-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fff;color:#111;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;text-align:left}.tasks-category-filter:hover,.tasks-category-filter--active{border-color:var(--color-green);background:#f0fdf4}.tasks-category-filter strong{color:var(--color-muted);font-size:.75rem;font-weight:700}.tasks-components-panel{min-width:0}.tasks-fieldset{margin:0;padding:0;border:none;display:flex;flex-direction:column;gap:12px}.tasks-fieldset-legend{padding:0;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:2px}.tasks-period-radios{display:flex;flex-wrap:wrap;gap:16px}.tasks-radio{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer}.tasks-radio input{accent-color:var(--color-green, #00c853)}.tasks-date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tasks-date-field{margin:0}.pm-status--completed{background:#3b82f633;color:#1d4ed8}.tasks-view-modal .tasks-view-body{padding:0 20px 20px}.tasks-view-name{margin:0 0 16px;font-size:1.125rem;font-weight:700;color:#111}.tasks-view-dl{margin:0}.tasks-view-dl-row{display:grid;grid-template-columns:112px 1fr;gap:8px 16px;padding:10px 0;border-bottom:1px solid var(--color-border);font-size:.875rem}.tasks-view-dl-row dt{margin:0;color:var(--color-muted);font-weight:600}.tasks-view-dl-row dd{margin:0}.tasks-view-description,.tasks-view-progress{margin-top:20px}.tasks-view-description-label{font-size:.8125rem;font-weight:600;color:#374151;margin:0 0 8px}.tasks-view-html{border:1px solid var(--color-border);border-radius:10px;padding:12px;min-height:72px;background:#fafafa;font-size:.9375rem;line-height:1.5}.tasks-view-html p:last-child{margin-bottom:0}.tasks-view-empty{margin:0;color:var(--color-muted);font-size:.875rem}.tasks-progress-list{display:flex;flex-direction:column;gap:10px}.tasks-progress-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fafafa;font-size:.875rem}.tasks-progress-item span{flex-shrink:0;font-variant-numeric:tabular-nums;font-weight:600}.tasks-progress-notes{margin:4px 0 0;color:var(--color-muted);white-space:pre-wrap}.tasks-progress-form-ref{margin:0;color:var(--color-muted);font-size:.875rem}.component-budget-form-card{margin-bottom:16px}.component-progress-history-head{align-items:flex-start}.component-progress-history-head__main{min-width:0;flex:1}.component-progress-history-filters{margin-top:10px;margin-bottom:0}.component-progress-history-head .pm-count{flex-shrink:0;align-self:flex-start;padding-top:2px}.component-bulk-target-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-color:#1ecd56;background:#1ecd56;color:#fff}.component-bulk-target-btn svg{flex-shrink:0;display:block}.component-bulk-target-btn:hover:not(:disabled){border-color:#18a947;background:#18a947;color:#fff}.component-bulk-target-btn:disabled{border-color:#e5e5e5;background:#e5e5e5;color:#9ca3af}.consolidated-progress-card{margin-bottom:16px}.consolidated-formula-note{margin:0 16px 12px;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#f9fafb;color:#374151;font-size:.8125rem;line-height:1.4}.consolidated-progress-toolbar{display:grid;grid-template-columns:minmax(140px,180px) minmax(140px,180px) auto auto;gap:12px;align-items:end;padding:0 16px 12px}.consolidated-progress-toolbar .pm-field{margin:0}.consolidated-progress-toolbar .pm-btn-primary,.consolidated-progress-toolbar .pm-btn-secondary{width:fit-content;justify-self:start;min-height:42px;white-space:nowrap}.consolidated-range-error{margin:0 16px 12px;color:#b91c1c;font-size:.8125rem;font-weight:600}.consolidated-progress-wrap{overflow-x:auto}.consolidated-progress-table{min-width:1040px}.consolidated-progress-table th,.consolidated-progress-table td{white-space:nowrap}.consolidated-progress-table th:first-child,.consolidated-progress-table td:first-child{position:sticky;left:0;z-index:1;max-width:340px;min-width:300px;background:#fff;white-space:normal}.consolidated-progress-table thead th:first-child{z-index:2}.consolidated-progress-total-row td{background:#f0fdf4}@media (max-width: 820px){.consolidated-progress-toolbar{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.consolidated-progress-toolbar{grid-template-columns:1fr}}.component-budget-form{max-width:760px}.component-bulk-target-list,.component-bulk-progress-list{display:flex;flex-direction:column;gap:8px}.component-bulk-target-list__head,.component-bulk-target-row,.component-bulk-progress-list__head,.component-bulk-progress-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,200px) minmax(120px,160px);gap:12px;align-items:center}.component-bulk-progress-list__head,.component-bulk-progress-row{grid-template-columns:minmax(0,1fr) minmax(160px,220px)}.component-bulk-target-list__head,.component-bulk-progress-list__head{color:var(--color-muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.component-bulk-target-row,.component-bulk-progress-row{padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fafafa}.component-bulk-target-row strong,.component-bulk-target-row small,.component-bulk-target-row em,.component-bulk-progress-row strong,.component-bulk-progress-row small,.component-bulk-progress-row em{display:block}.component-bulk-target-row strong,.component-bulk-progress-row strong{color:#111;font-size:.875rem}.component-bulk-target-row small,.component-bulk-progress-row small{margin-top:3px;color:var(--color-muted);font-size:.75rem;font-weight:600}.component-bulk-target-row em,.component-bulk-progress-row em{margin-top:4px;color:#047857;font-size:.75rem;font-style:normal;font-weight:700}.component-target-modal{max-width:820px;max-height:calc(100vh - 48px);overflow-y:auto}.component-budget-form__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.component-budget-period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width: 720px){.component-bulk-target-list__head,.component-bulk-target-row,.component-bulk-progress-list__head,.component-bulk-progress-row,.component-budget-form__grid,.component-budget-period-grid{grid-template-columns:1fr}}.component-budget-search{gap:10px}.component-budget-combobox{position:relative}.component-budget-combobox .pm-input{width:100%;padding-right:38px}.component-budget-combobox:after{content:"";position:absolute;top:18px;right:14px;width:9px;height:9px;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;pointer-events:none;transform:rotate(45deg)}.component-budget-results{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto;padding:8px;border:1px solid var(--color-border);border-radius:12px;background:#fff;box-shadow:0 16px 36px #0000001f}.component-budget-result{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fff;color:#111;cursor:pointer;font-family:inherit;text-align:left}.component-budget-result:hover,.component-budget-result--selected{border-color:var(--color-green);background:#f0fdf4}.component-budget-result span{font-size:.875rem;font-weight:700}.component-budget-result small,.component-budget-no-results{color:var(--color-muted);font-size:.8125rem;font-weight:500}.component-budget-no-results{margin:0;padding:8px}.tasks-view-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--color-border)}.payroll-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.payroll-today-card{padding:16px 20px;border-radius:10px;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:1px solid #c8e6c9;margin-bottom:20px}.payroll-today-card p{margin:4px 0;font-size:14px}.payroll-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.payroll-tab{padding:8px 14px;border-radius:8px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;font-size:13px}.payroll-tab--active{background:#1ecd56;border-color:#1ecd56;color:#fff;font-weight:600}.payroll-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.admin-leave-filter{max-width:220px;margin-bottom:16px}.payroll-leave-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;margin-bottom:16px}.payroll-leave-filter{min-width:160px;max-width:200px;margin:0}.payroll-leave-filter-clear{align-self:flex-end;margin-bottom:2px}.admin-leave-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-leave-btn--accept{display:inline-flex;align-items:center;gap:6px;background:#1ecd56;border-color:#1ecd56}.admin-leave-btn--accept:hover:not(:disabled){background:#19b84c;border-color:#19b84c}.admin-leave-btn--deny{display:inline-flex;align-items:center;gap:6px;color:#b91c1c;border-color:#fecaca}.admin-leave-reviewed{font-size:13px;color:#64748b;max-width:200px}.admin-leave-review-summary,.admin-leave-review-reason{margin:0 0 12px;font-size:14px;line-height:1.5}.pm-status--pending{background:#fef3c7;color:#92400e}.pm-status--approved{background:#dcfce7;color:#166534}.pm-status--rejected{background:#fee2e2;color:#991b1b}.payroll-attendance-confirm-modal{max-width:420px}.payroll-attendance-confirm-body{padding:0 20px 8px}.payroll-attendance-confirm-time{margin:0 0 10px;font-size:14px;line-height:1.5}.payroll-attendance-confirm-hint{margin:0;font-size:13px;color:#64748b}.payroll-attendance-confirm-actions{padding:16px 20px 20px}.payroll-meeting-hint{margin:0 0 16px;font-size:13px;color:#64748b;line-height:1.5}.payroll-meeting-hint code{font-size:12px}.payroll-meeting-modal{max-width:520px}.payroll-meeting-share-all{display:flex;align-items:center;gap:8px;flex-direction:row}.payroll-meeting-attendees{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding:8px 0}.payroll-meeting-attendee{display:flex;align-items:center;gap:8px;font-size:14px}.payroll-meeting-link{color:#166534;font-weight:500}.payroll-meeting-range{font-size:12px;color:#64748b}.payroll-meeting-join-btn{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.payroll-meeting-link-row{display:flex;gap:8px;align-items:stretch}.payroll-meeting-link-row .pm-input{flex:1;min-width:0}.payroll-meeting-link-row .pm-btn-secondary{flex-shrink:0;white-space:nowrap}.payroll-meeting-get-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:500;color:#166534;text-decoration:none}.payroll-meeting-get-link:hover{text-decoration:underline}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#00ff880f,#fff 42%,#ffd70012),#fafafa}.login-page__panel{width:100%;max-width:420px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);padding:32px 28px 28px;box-shadow:0 12px 40px #1111110f}.login-page__brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.login-page__title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.login-page__subtitle{margin:4px 0 0;font-size:.875rem;color:var(--color-muted)}.login-form{display:flex;flex-direction:column;gap:18px}.login-form__label{display:flex;flex-direction:column;gap:8px;font-size:.8125rem;font-weight:600;color:#374151}.login-form__input{height:44px;border-radius:10px;border:1px solid var(--color-input-border);padding:0 14px;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.login-form__input:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #0f83}.login-form__error{margin:0;font-size:.875rem;color:var(--color-red)}.login-form__submit{margin-top:4px;height:46px;border:none;border-radius:10px;background:#ffc85c;color:#1a1408;font-weight:600;font-size:.9375rem;cursor:pointer;transition:filter .15s,transform .1s}.login-form__submit:hover:not(:disabled){filter:brightness(1.03)}.login-form__submit:active:not(:disabled){transform:scale(.99)}.login-form__submit:disabled{opacity:.7;cursor:not-allowed}.login-page__hint{margin:20px 0 0;font-size:.75rem;color:var(--color-muted);line-height:1.5}.login-page__hint code{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:.7rem}.login-page__footer{margin-top:24px}.login-page__footer-link{font-size:.8125rem;color:var(--color-muted);text-decoration:none}.login-page__footer-link:hover{color:var(--color-text);text-decoration:underline}.mc-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.mc-table-card{margin-top:0}.mc-error-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;margin-bottom:16px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:.875rem}.mc-error-retry{flex-shrink:0;padding:6px 12px;border-radius:8px;border:1px solid #fecaca;background:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;color:#991b1b}.mc-table-wrap{overflow-x:auto}.mc-table{width:100%;border-collapse:collapse;font-size:.875rem}.mc-table th{text-align:left;padding:12px 20px;font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-border);background:#fafafa}.mc-table td{padding:12px 20px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.mc-table__th-actions{text-align:right;width:1%;white-space:nowrap}.mc-table__name{font-weight:600;color:#111}.mc-tree-cell{display:flex;align-items:center;gap:2px;min-height:28px}.mc-tree-lines{flex-shrink:0;font-family:ui-monospace,Cascadia Code,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5;color:#9ca3af;white-space:pre;-webkit-user-select:none;user-select:none;letter-spacing:0}.mc-tree-label{flex:1;min-width:0}.mc-indent{display:inline-block}.mc-row--inactive .mc-table__name{color:#6b7280;font-weight:500}.mc-muted{color:var(--color-muted)}.mc-code{font-size:.8125rem;background:#f3f4f6;padding:2px 8px;border-radius:6px}.mc-status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.mc-status--active{background:#0f83;color:#047857}.mc-status--inactive{background:#f3f4f6;color:#6b7280}.mc-table__actions{text-align:right;white-space:nowrap}.mc-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:6px;padding:0;border:1px solid var(--color-border);border-radius:8px;background:#fff;color:#374151;cursor:pointer;vertical-align:middle}.mc-btn-icon:first-child{margin-left:0}.mc-btn-icon:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111}.mc-btn-icon--danger:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.mc-btn-icon:disabled{opacity:.35;cursor:not-allowed}.mc-table__loading,.mc-table__empty{text-align:center;padding:28px 20px!important;color:var(--color-muted);font-size:.875rem}.mc-modal.pm-modal{max-width:480px}.mc-field-hint{display:block;margin-top:6px;font-size:.75rem;font-weight:500;color:var(--color-muted)}.mc-slug-hint{display:block;margin:4px 0 8px;font-size:.75rem;font-weight:500;color:var(--color-muted)}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.pm-rich-editor{border-radius:10px}.pm-rich-editor .ql-toolbar.ql-snow{border:1px solid var(--color-input-border);border-radius:10px 10px 0 0;background:#fafafa;padding:8px}.pm-rich-editor .ql-container.ql-snow{border:1px solid var(--color-input-border);border-top:none;border-radius:0 0 10px 10px;font-family:inherit;font-size:.9375rem}.pm-rich-editor .ql-editor{min-height:160px;line-height:1.5}.pm-rich-editor .ql-editor.ql-blank:before{font-style:normal;color:#9ca3af;left:12px;right:12px}.pm-rich-editor:focus-within{outline:2px solid rgba(0,230,137,.55);outline-offset:2px}.public-site{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg, #f5f6f8)}.public-site__header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:#fff;border-bottom:1px solid var(--color-border, #e5e7eb)}.public-site__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.public-site__brand:hover{opacity:.9}.public-site__nav{display:flex;align-items:center;gap:12px}.public-site__login-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:8px;background:#111827;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid #111827}.public-site__login-btn:hover{background:#1f2937}.public-site__main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:28px 20px 40px}.public-site__footer{padding:20px 24px 28px;border-top:1px solid var(--color-border, #e5e7eb);background:#fff;text-align:center}.public-site__footer p{margin:0;color:#6b7280;font-size:.8125rem}.public-site__footer-note{margin-top:6px!important;font-size:.75rem!important}.public-home-error{margin-bottom:20px;padding:14px 16px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.public-home-error p{margin:0;color:#991b1b;font-size:.875rem}.po-modal-wide{max-width:920px;max-height:calc(100vh - 48px);overflow-y:auto}.po-create-modal-root{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;padding:0;place-items:stretch}.po-create-modal-root .pm-modal-backdrop{grid-row:1;grid-column:1;z-index:0}.po-create-modal-root .po-create-modal{grid-row:1;grid-column:1;z-index:1;width:100%;height:100%;max-width:none;min-height:0;max-height:none;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.po-create-modal .pm-modal__head{flex-shrink:0;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:24px;padding-right:24px}.po-create-modal__head-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.po-create-modal .pm-form{flex:1 1 auto;min-height:0;overflow-y:auto;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:24px;padding-right:24px}.po-lines-wrap{overflow-x:auto;border:1px solid var(--color-input-border);border-radius:10px}.po-lines-table{width:100%;border-collapse:collapse;font-size:.8125rem}.po-lines-table th{text-align:left;padding:8px 10px;font-weight:600;color:#6b7280;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;background:#fafafa;border-bottom:1px solid var(--color-border);white-space:nowrap}.po-lines-table td{padding:8px 10px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.po-lines-table tr:last-child td{border-bottom:none}.po-line-input{width:100%;min-width:0;height:38px;border-radius:8px;border:1px solid var(--color-input-border);padding:0 8px;font-size:.875rem;font-family:inherit}.po-line-input:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #0f83}.po-line-num{font-variant-numeric:tabular-nums;color:var(--color-muted);width:28px}.po-line-actions{width:44px;text-align:center}.po-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.po-form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}@media (max-width: 720px){.po-form-grid-2,.po-form-grid-3{grid-template-columns:1fr}}.po-total-row{display:flex;justify-content:flex-end;align-items:baseline;gap:12px;padding-top:8px;font-size:.9375rem;font-weight:700;color:#111}.po-view-lines{margin-top:16px}.pm-status--submitted{background:#3b82f62e;color:#1d4ed8}.pm-status--approved{background:#10b98133;color:#047857}.pm-status--partially-received{background:#f59e0b38;color:#b45309}.pm-status--received{background:#00c85338;color:#047857}.pm-status--cancelled{background:#f3f4f6;color:#6b7280}.pm-status--posted{background:#6366f12e;color:#4338ca}.pm-status--paid{background:#10b98138;color:#047857}.po-view-receipts{margin-top:20px}.po-receipt-list{margin:0;padding:0;list-style:none;border:1px solid var(--color-input-border);border-radius:10px;overflow:hidden}.po-receipt-list__item{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;padding:10px 14px;border-bottom:1px solid #f3f4f6;font-size:.875rem}.po-receipt-list__item:last-child{border-bottom:none}.po-receipt-list__date{font-weight:600;color:#111}.po-receipt-list__meta{color:var(--color-muted);font-size:.8125rem}.po-receipt-po-ref{margin:0 0 8px;font-size:.875rem;color:var(--color-muted)}.po-modal-wide .pm-modal__head .pm-btn-primary{display:inline-flex;align-items:center;gap:8px}.vendor-modal{max-width:760px;max-height:calc(100vh - 48px);overflow-y:auto}.vendor-view-modal-root.pm-modal-root{padding:0;align-items:stretch;justify-content:stretch}.vendor-view-modal.vendor-modal{max-width:none;width:100%;height:100%;max-height:none;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column}.vendor-view-modal__head{flex-shrink:0;padding:20px 24px}.vendor-view-modal .vendor-view-body{flex:1;min-height:0;overflow-y:auto;padding:0}.vendor-view-inner{max-width:1100px;margin:0 auto;width:100%;padding:28px 32px 40px;box-sizing:border-box}.vendor-view-modal .vendor-view-title{font-size:1.5rem;margin-bottom:8px}.vendor-view-modal .tasks-view-dl-row{grid-template-columns:minmax(140px,220px) minmax(0,1fr);padding:14px 0;font-size:.9375rem}.vendor-view-modal__footer.tasks-view-footer{flex-shrink:0;padding:18px 24px;border-top:1px solid var(--color-border);background:#fafafa}.vendor-form-section{margin:0;padding:0;border:none}.vendor-form-section+.vendor-form-section{margin-top:22px;padding-top:18px;border-top:1px solid var(--color-border)}.vendor-form-section-title{margin:0 0 14px;font-size:.8125rem;font-weight:700;color:#374151;letter-spacing:.02em}.vendor-form-section-hint{margin:-8px 0 14px;font-size:.8125rem;line-height:1.45;color:var(--color-muted)}.vendor-view-empty-inline{color:var(--color-muted);font-size:.875rem}.vendor-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}@media (max-width: 640px){.vendor-form-grid{grid-template-columns:1fr}.vendor-field-span2{grid-column:auto!important}}.vendor-field-span2{grid-column:1 / -1}.vendor-loc{font-size:.8125rem;line-height:1.35}.vendor-contact{display:flex;flex-direction:column;gap:4px;font-size:.8125rem}.vendor-contact-email{color:var(--color-muted);word-break:break-all}.vendor-view-body{padding:0}.vendor-view-title{margin:0 0 6px;font-size:1.125rem;font-weight:700;color:#111}.vendor-view-legal{margin:0 0 16px;font-size:.875rem;color:var(--color-muted)}.pm-req{font-weight:600;color:#b91c1c;font-size:.7rem;margin-left:2px}.pm-status--pending{background:#fbbf2459;color:#92400e}.pm-status--inactive{background:#f3f4f6;color:#6b7280}.create-bill-modal{max-width:min(1100px,98vw);max-height:min(92vh,900px);overflow:auto}.create-bill-modal .pm-modal__head,.create-bill-modal .create-bill-form{padding-left:15%;padding-right:15%}.create-bill-modal .create-bill-form{padding-top:20px;padding-bottom:20px}.create-bill-form__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem 1rem;margin-bottom:1rem}.create-bill-form__meta .component-budget-combobox{z-index:30}.create-bill-form__voucher{--voucher-label-col: minmax(12rem, 1fr);--voucher-pct-col: 5.5rem;--voucher-pct-suffix-col: 1.25rem;--voucher-amt-col: 10.5rem;display:flex;flex-direction:column;gap:.5rem}.create-bill-form__voucher-row{display:grid;grid-template-columns:var(--voucher-label-col) var(--voucher-pct-col) var(--voucher-pct-suffix-col) var(--voucher-amt-col);gap:.5rem .75rem;align-items:center;padding:.5rem .75rem;border:1px solid transparent;border-radius:10px}.create-bill-form__voucher-row:nth-child(1){background:#f0f9ff;border-color:#bae6fd}.create-bill-form__voucher-row:nth-child(2){background:#f0fdf4;border-color:#bbf7d0}.create-bill-form__voucher-row:nth-child(3){background:#f8fafc;border-color:#e2e8f0}.create-bill-form__voucher-row:nth-child(4){background:#fff7ed;border-color:#fed7aa}.create-bill-form__voucher-row:nth-child(5){background:#faf5ff;border-color:#e9d5ff}.create-bill-form__voucher-row:nth-child(6){background:#fef2f2;border-color:#fecaca}.create-bill-form__voucher-row:nth-child(7){background:#f0fdfa;border-color:#99f6e4}.create-bill-form__voucher-row:nth-child(8){background:#f5f3ff;border-color:#ddd6fe}.create-bill-form__voucher-row:nth-child(9){background:#fffbeb;border-color:#fde68a}.create-bill-form__voucher-row:nth-child(10){background:#f0f9ff;border-color:#bae6fd}.create-bill-form__voucher-row:nth-child(11){background:#f0fdf4;border-color:#bbf7d0}.create-bill-form__voucher-row:nth-child(12){background:#fff7ed;border-color:#fdba74}.create-bill-form__voucher-row:nth-child(13){background:#ecfdf5;border-color:#6ee7b7}.create-bill-form__voucher-row--percent .pm-input{width:100%;min-width:0;grid-column:2}.create-bill-form__voucher-row--percent .create-bill-form__pct-suffix{grid-column:3}.create-bill-form__voucher-row--percent .create-bill-form__computed-value{grid-column:4;width:var(--voucher-amt-col);max-width:100%}.create-bill-form__voucher-row>.pm-input:nth-child(2):last-child{grid-column:2 / -1}.create-bill-form__voucher-row>.create-bill-form__computed-value:nth-child(2):last-child{grid-column:4;width:var(--voucher-amt-col);max-width:100%}.create-bill-form__row-label{font-size:.875rem;font-weight:500;color:var(--dash-text, #1a1a1a);line-height:1.3}.create-bill-form__line-no{display:inline-block;min-width:1.35rem;font-weight:600;color:var(--dash-text-muted, #5c6b7a)}.create-bill-form__pct-suffix{font-size:.875rem;font-weight:600;color:var(--dash-text-muted, #5c6b7a);text-align:center}.create-bill-form__computed-value{justify-self:start;font-size:.9375rem;font-weight:600;color:var(--dash-text, #1a1a1a);text-align:left;line-height:1.4;padding:.25rem 0}.create-bill-form__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem 1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--dash-border, #e8ecf0)}.create-bill-form__summary .pm-input{font-weight:600;background:var(--dash-surface-muted, #f4f6f8)}.create-bill-form__hint{margin:.75rem 0 0;font-size:.8125rem;color:var(--dash-text-muted, #5c6b7a);line-height:1.45}.create-bill-table th:nth-child(n+2),.create-bill-table td:nth-child(n+2){text-align:right}:root{--color-bg: #ffffff;--color-sidebar: #f9f9f9;--color-border: #eeeeee;--color-input-border: #64748b;--color-text: #111111;--color-muted: #6b7280;--color-green: #00e689;--color-green-bright: #00ff88;--color-yellow: #ffd700;--color-yellow-soft: #fff4c2;--color-red: #ff4d4d;--color-orange-bar: #ffb020;--radius-card: 12px;--font: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}button{font-family:inherit}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg)}.app-loading__dot{width:10px;height:10px;border-radius:50%;background:var(--color-green);animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}
