body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.image-cards{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(220px,1fr));grid-template-columns:repeat(var(--image-cards-columns,4),minmax(220px,1fr));margin:0 auto;max-width:1500px;padding:24px;width:100%}.image-card{background:#111827;border:0;border-radius:16px;box-shadow:0 12px 28px #0f172a2e;cursor:pointer;height:300px;overflow:hidden;padding:0;position:relative}.image-card__img{height:100%;object-fit:cover;transition:transform .25s ease;width:100%}.image-card:hover .image-card__img{transform:scale(1.04)}.image-card__placeholder{background:linear-gradient(135deg,#111827,#374151);color:#fff;display:grid;font-weight:700;height:100%;place-items:center;width:100%}.image-card__overlay{background:linear-gradient(180deg,#0000000a,#00000040,#000000c7);inset:0;position:absolute}.image-card__content{bottom:22px;color:#fff;left:16px;position:absolute;right:16px;text-align:center;z-index:2}.image-card__subtitle{display:block;font-size:14px;margin-bottom:4px;opacity:.92}.image-card__title{font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,1.5vw,28px);font-weight:800;line-height:1.05;margin:0;text-shadow:0 2px 8px #000000a6}.image-card__description{font-size:15px;line-height:1.2;margin:6px 0 0;opacity:.95;text-shadow:0 2px 8px #000000a6}.image-cards__empty{background:#fff;border-radius:18px;color:#64748b;font-weight:600;padding:36px;text-align:center;width:100%}@media (max-width:1400px){.image-cards{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width:1024px){.image-cards{grid-template-columns:repeat(2,minmax(220px,1fr));padding:18px}}@media (max-width:640px){.image-cards{grid-template-columns:1fr;padding:14px}.image-card{height:280px}}.language-switch{align-items:center;background:#fff;border:1px solid #d5deeb;border-radius:999px;display:inline-flex;gap:2px;padding:3px;width:-webkit-max-content;width:max-content}.language-switch__option{background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;font-size:.8rem;font-weight:700;padding:5px 12px;transition:background .2s ease,color .2s ease}.language-switch__option:hover{color:#14213d}.language-switch__option--active{background:#14213d;color:#fff}.language-switch__option--active:hover{color:#fff}.feedbackModal{inset:0;position:fixed;z-index:9999}.feedbackModal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;inset:0;position:absolute}.feedbackModal__content{display:grid;min-height:100vh;padding:24px;place-items:center;position:relative;z-index:1}.feedbackModal__card{animation:modalFadeIn .18s ease-out;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0f172a2e;max-width:460px;padding:24px;width:100%}.feedbackModal__card--info{border-top:6px solid #2563eb}.feedbackModal__card--success{border-top:6px solid #16a34a}.feedbackModal__card--warning{border-top:6px solid #d97706}.feedbackModal__card--error{border-top:6px solid #dc2626}.feedbackModal__header{margin-bottom:12px}.feedbackModal__title{color:#0f172a;font-size:1.2rem;font-weight:700;margin:0}.feedbackModal__body p{color:#334155;line-height:1.5;margin:0}.feedbackModal__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.feedbackModal__primaryBtn,.feedbackModal__secondaryBtn{border:none;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 18px;transition:.2s ease}.feedbackModal__primaryBtn{background:#2563eb;color:#fff}.feedbackModal__primaryBtn:hover{transform:translateY(-1px)}.feedbackModal__secondaryBtn{background:#e2e8f0;color:#0f172a}.feedbackModal__secondaryBtn:hover{background:#cbd5e1}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toastContainer{display:flex;flex-direction:column;gap:12px;position:fixed;right:20px;top:20px;z-index:9999}.toast{align-items:center;animation:toastIn .25s ease;border-radius:14px;box-shadow:0 12px 30px #00000026;color:#fff;display:flex;font-size:.95rem;font-weight:600;justify-content:space-between;max-width:340px;min-width:260px;padding:14px 16px}.toast--info{background:#2563eb}.toast--success{background:#16a34a}.toast--warning{background:#d97706}.toast--error{background:#dc2626}.toast__close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1rem}@keyframes toastIn{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.formField{display:flex;flex-direction:column;gap:4px;width:100%}.formField__label{color:#344054;font-size:.95rem;font-weight:600;line-height:1.2}.formField__required{color:#dc2626}.formField__errorMessage{color:#dc2626;font-size:.8rem;line-height:1.2;margin-top:4px}.dateInput{width:100%}.dateInput__control{align-items:center;display:flex;position:relative}.dateInput__field{background:#fff;border:1px solid #cfd8e3;border-radius:12px;box-sizing:border-box;color:#14213d;color-scheme:light;font-size:.95rem;font-weight:500;height:44px;outline:none;padding:0 40px 0 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.dateInput__field:hover{border-color:#a9b8cc}.dateInput__field:focus{border-color:#14213d;box-shadow:0 0 0 4px #14213d14}.dateInput__field::placeholder{color:#94a3b8}.dateInput:focus-within .dateInput__icon{color:#14213d}.dateInput--error .dateInput__field{background:#fff7f7;border-color:#d92d20}.dateInput--error .dateInput__field:focus{border-color:#d92d20;box-shadow:0 0 0 4px #d92d201f}.dateInput--disabled .dateInput__field{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.dateInput__field::-webkit-calendar-picker-indicator{cursor:pointer;height:100%;opacity:0;position:absolute;right:0;width:100%}.dateInput__field::-webkit-date-and-time-value{text-align:left}.dateInput__icon{align-items:center;color:#64748b;display:flex;justify-content:center;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.dateInput__icon svg{display:block}.dateInput__helperText{color:#6b7280;font-size:.8rem;line-height:1.2;margin-top:4px}.numberInput{width:100%}.numberInput__control{position:relative}.numberInput__field{background:#fff;border:1px solid #c7d2e3;border-radius:12px;box-sizing:border-box;color:#14213d;font-size:.95rem;font-weight:500;height:44px;outline:none;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.numberInput__field::placeholder{color:#94a3b8}.numberInput__field:hover{border-color:#a9b8cc}.numberInput__field:focus{border-color:#14213d;box-shadow:0 0 0 4px #14213d14}.numberInput--error .numberInput__field{background:#fff7f7;border-color:#d92d20}.numberInput--error .numberInput__field:focus{border-color:#d92d20;box-shadow:0 0 0 4px #d92d201f}.numberInput--disabled .numberInput__field{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.numberInput__icon{align-items:center;display:flex;justify-content:center;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.numberInput__icon--left{left:12px}.numberInput__icon--right{right:12px}.numberInput__field--with-left-icon{padding-left:38px}.numberInput__field--with-right-icon{padding-right:38px}.numberInput__helperText{color:#6b7280;font-size:.8rem;line-height:1.2;margin-top:4px}.selectDropdown__wrapper{display:flex;flex-direction:column;gap:4px;width:100%}.selectDropdown__label{color:#344054;display:block;font-size:.95rem;font-weight:600;line-height:1.2;min-height:1.2em}.selectDropdown{position:relative;width:100%}.selectDropdown--disabled{opacity:.6;pointer-events:none}.selectDropdown__control{align-items:center;appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #d0d7e2;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:44px;justify-content:space-between;min-height:44px;outline:none;padding:0 12px;transition:all .2s ease;width:100%}.selectDropdown__control:hover{border-color:#9fb2cc}.selectDropdown__control--open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.selectDropdown__value{color:#14213d;flex:1 1;font-size:.95rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.selectDropdown__value--placeholder{color:#8a94a6}.selectDropdown__arrow{color:#5b6780;font-size:.85rem;margin-left:12px;transition:transform .2s ease}.selectDropdown__arrow--open{transform:rotate(180deg)}.selectDropdown__popup{position:fixed;z-index:1500}.selectDropdown__dropdown{background:#fff;border:1px solid #dbe3ef;border-radius:14px;box-shadow:0 12px 28px #0f172a1f;overflow:hidden;width:100%}.selectDropdown__input{border:none;border-bottom:1px solid #edf2f7;font-size:.95rem;outline:none;padding:10px 14px;width:100%}.selectDropdown__input:focus{background:#f9fbff}.selectDropdown__list{max-height:240px;overflow-y:auto;padding:6px}.selectDropdown__list::-webkit-scrollbar{width:6px}.selectDropdown__list::-webkit-scrollbar-thumb{background:#c8d2e1;border-radius:999px}.selectDropdown__option{background:#0000;border:none;border-radius:10px;color:#14213d;cursor:pointer;font-size:.94rem;padding:10px 12px;text-align:left;transition:all .15s ease;width:100%}.selectDropdown__option:hover{background:#f4f7fc}.selectDropdown__option--selected{background:#e8f0ff;color:#1d4ed8;font-weight:600}.selectDropdown__empty{color:#8a94a6;font-size:.9rem;padding:12px;text-align:center}.selectDropdown--error .selectDropdown__control,.selectDropdown--error .selectDropdown__control:active,.selectDropdown--error .selectDropdown__control:focus,.selectDropdown--error .selectDropdown__control:hover{background:#fff5f5;border:1px solid #dc2626}.selectDropdown--error .selectDropdown__control.selectDropdown__control--open{background:#fff5f5;border:1px solid #dc2626;box-shadow:0 0 0 3px #dc262626}.selectDropdown__errorMessage{color:#dc2626;font-size:.8rem;margin-top:4px}.selectDropdown__required{color:#dc2626}.selectDropdown__option--withPurchaseOrder{background:#0000!important;color:#2563eb;font-weight:500;padding-left:12px}.selectDropdown__option--withPurchaseOrder:hover{background:#f8fbff!important}.selectDropdown__option--withPurchaseOrder.selectDropdown__option--selected{background:#0000!important;color:#1d4ed8}.selectDropdown__searchIcon{color:#8a94a6;flex:none;height:16px;margin-right:8px;width:16px}.selectDropdown__loading{display:flex;justify-content:center;padding:14px}.selectSearch__wrapper{display:flex;flex-direction:column;gap:4px;width:100%}.selectSearch__label{color:#344054;display:block;font-size:.95rem;font-weight:600;line-height:1.2;min-height:1.2em}.selectSearch__required{color:#dc2626}.selectSearch{position:relative;width:100%}.selectSearch--disabled{opacity:.6;pointer-events:none}.selectSearch__control{align-items:center;appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #d0d7e2;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;font-family:inherit;height:44px;justify-content:space-between;min-height:44px;outline:none;padding:0 12px;transition:all .2s ease;width:100%}.selectSearch__control:hover{border-color:#9fb2cc}.selectSearch__control--open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.selectSearch__searchIcon{color:#8a94a6;flex:none;height:16px;margin-right:8px;width:16px}.selectSearch__value{color:#14213d;flex:1 1;font-size:.95rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.selectSearch__value--placeholder{color:#8a94a6}.selectSearch__arrow{color:#5b6780;font-size:.85rem;margin-left:12px;transition:transform .2s ease}.selectSearch__arrow--open{transform:rotate(180deg)}.selectSearch__popup{position:fixed;z-index:1500}.selectSearch__dropdown{background:#fff;border:1px solid #dbe3ef;border-radius:14px;box-shadow:0 12px 28px #0f172a1f;overflow:hidden;width:100%}.selectSearch__input{border:none;border-bottom:1px solid #edf2f7;box-sizing:border-box;font-family:inherit;font-size:.95rem;outline:none;padding:9px 12px;width:100%}.selectSearch__input:focus{background:#f9fbff}.selectSearch__list{max-height:240px;overflow-y:auto;padding:6px}.selectSearch__list::-webkit-scrollbar{width:6px}.selectSearch__list::-webkit-scrollbar-thumb{background:#c8d2e1;border-radius:999px}.selectSearch__option{background:#0000;border:none;border-radius:10px;color:#14213d;cursor:pointer;font-family:inherit;font-size:.94rem;padding:8px 12px;text-align:left;transition:all .15s ease;width:100%}.selectSearch__option:hover{background:#f4f7fc}.selectSearch__option--selected{background:#e8f0ff;color:#1d4ed8;font-weight:600}.selectSearch__empty{color:#8a94a6;font-size:.9rem;padding:12px;text-align:center}.selectSearch__loading{display:flex;justify-content:center;padding:14px}.textInput{width:100%}.textInput__control{position:relative}.textInput__field{background:#fff;border:1px solid #c7d2e3;border-radius:12px;box-sizing:border-box;color:#14213d;font-size:.95rem;font-weight:500;height:44px;outline:none;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.textInput__field::placeholder{color:#94a3b8}.textInput__field:hover{border-color:#a9b8cc}.textInput__field:focus{border-color:#14213d;box-shadow:0 0 0 4px #14213d14}.textInput--error .textInput__field{background:#fff7f7;border-color:#d92d20}.textInput--error .textInput__field:focus{border-color:#d92d20;box-shadow:0 0 0 4px #d92d201f}.textInput--disabled .textInput__field{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.textInput__icon{align-items:center;display:flex;justify-content:center;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.textInput__icon--left{left:12px}.textInput__icon--right{right:12px}.textInput__field--with-left-icon{padding-left:38px}.textInput__field--with-right-icon{padding-right:38px}.textInput__helperText{color:#6b7280;font-size:.8rem;line-height:1.2;margin-top:4px}.grid{--grid-head-bg:#eef3fa;--grid-zebra-odd:#fff;--grid-zebra-even:#f6f9fc;--grid-row-hover:#e7f0fc;--grid-row-red:#fef2f2;--grid-row-red-even:#fee2e2;--grid-row-yellow:#fefce8;--grid-row-yellow-even:#fef9c3;--grid-row-green:#f0fdf4;--grid-row-green-even:#dcfce7;--grid-row-purple:#f6f3ff;--grid-row-purple-even:#e9e2fd;--grid-row-gray:#f3f4f6;--grid-row-gray-even:#e6e8eb;background:#fff;border:1px solid #e5edf5;border-radius:18px;box-sizing:border-box;padding:24px;width:100%}.grid__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.grid__title{color:#14213d;font-size:1.7rem;font-weight:700;margin:0}.grid__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.grid__button:disabled{cursor:not-allowed;opacity:.6}.grid__button--secondary{background:#fff;border-color:#d5deeb}.grid__button--secondary:hover:not(:disabled){background:#f7fbff}.grid__button--success{background:#eef9f1;border-color:#c2e6cb}.grid__button--success:hover:not(:disabled){background:#e2f6e7}.grid__button--excel{background:#eef9f1;border-color:#c2e6cb;color:#5fb57c}.grid__button--excel-exporting:disabled,.grid__button--excel-exporting:disabled:hover{color:#5fb57c;cursor:default;opacity:1}.grid__button--excel:hover:not(:disabled){background:#f0fbf3}.grid__button--refreshing:disabled,.grid__button--refreshing:disabled:hover{cursor:default;opacity:1}.grid__button--primary{background:#376bdb;border-color:#133b93}.grid__button--primary:hover:not(:disabled){background:#254ca1}.grid__error{background:#fff4f4;border:1px solid #f2c6c6;border-radius:12px;color:#b42318;font-size:.95rem;font-weight:600;margin-bottom:16px;padding:14px 16px}.grid__table{background:#fff;border-collapse:collapse;min-width:900px;width:100%}.grid--loading .grid__table{min-width:100%}.grid__row{border-bottom:1px solid #edf2f7}.grid__row:last-child{border-bottom:none}.grid__row--head{border-bottom:1px solid #dde7f0}.grid__head{color:#14213d;font-size:.95rem;font-weight:700;padding:14px 16px;text-align:left;white-space:nowrap}.grid__cell{color:#334155;font-size:.94rem;padding:14px 16px;vertical-align:middle}.grid__cell--actions{white-space:nowrap}.grid__actions{align-items:center;display:flex;gap:10px}.grid__action-button{font-size:.92rem;font-weight:700;padding:0;transition:opacity .2s ease}.grid__action-button:hover{opacity:.8}.grid__action-button--edit{color:#1565c0}.grid__action-button--delete{color:#c62828}.grid__empty{color:#64748b;font-size:.96rem;padding:28px 16px;text-align:center}.grid--loading .grid__empty{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:280px;padding:32px 16px}.grid__footer{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:20px}.grid__summary{color:#475569;font-size:.94rem;font-weight:500}.grid__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.grid__page-size{min-width:72px;padding:8px 10px}.grid__page-size,.grid__pagination-button{background:#fff;border:1px solid #d5deeb;border-radius:10px;color:#14213d;font-size:.92rem}.grid__pagination-button{cursor:pointer;font-weight:700;padding:8px 14px;transition:all .2s ease}.grid__pagination-button:hover:not(:disabled){background:#f7fbff}.grid__pagination-button:disabled{cursor:not-allowed;opacity:.55}.grid__head--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.grid__head--sortable:hover{background:#eef5ff}.grid__head-content{align-items:center;display:inline-flex;gap:6px}.grid__sort-indicator{font-size:.75rem}.grid__row--filters{border-bottom:1px solid #dde7f0}.grid__head--filter{background:#fff;padding-bottom:10px;padding-top:10px}.grid__filter-input{background:#fff;border-radius:10px;box-sizing:border-box;color:#334155;font-size:.88rem;min-width:110px;padding:8px 10px}.grid__filter-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.grid__tbody .grid__row:nth-child(odd){background:var(--grid-zebra-odd)}.grid__tbody .grid__row:nth-child(2n){background:var(--grid-zebra-even)}.grid__tbody .grid__row:hover{background:var(--grid-row-hover)}.grid__table-wrap{border:1px solid #e8eef5;border-radius:16px;max-height:560px;overflow-x:auto;overflow-y:auto;width:100%}.grid__thead{z-index:20}.grid__row--head .grid__head,.grid__thead{background:var(--grid-head-bg);position:-webkit-sticky;position:sticky;top:0}.grid__row--head .grid__head{z-index:21}.grid__row--filters .grid__head{background:#fff;position:-webkit-sticky;position:sticky;top:52px;z-index:21}.grid__cell--index{color:#64748b;font-weight:700;text-align:center;width:60px}.grid__head-inner{align-items:center;display:flex;gap:10px;justify-content:space-between}.grid__filter-toggle{line-height:1;opacity:.75;padding:0}.grid__filter-toggle:hover{transform:scale(1.05)}.grid__row--filters .grid__head{height:54px}.grid__row--filters .grid__head--actions{background:#fff;border-left:1px solid #e5edf5}.grid__head-container{display:flex;flex-direction:column;gap:6px}.grid__head-top{align-items:center;display:flex;gap:8px;justify-content:space-between}.grid__filter-toggle{background:#0000;border:none;cursor:pointer;flex-shrink:0;font-size:.9rem;opacity:.7;transition:all .2s ease}.grid__filter-toggle:hover{opacity:1;transform:scale(1.1)}.grid__filter-toggle--active{opacity:1}.grid__filter-input{border:1px solid #d5deeb;border-radius:8px;font-size:.85rem;max-height:32px;padding:6px 8px;width:100%}.grid__action-button{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.grid__action-button:hover{background-color:#0f172a0f;transform:scale(1.05)}.grid__action-icon{pointer-events:none}.grid__action-button--edit:hover{background-color:#2563eb26}.grid__action-button--delete:hover{background-color:#dc262626}.grid__action-icon{height:18px;width:18px}.grid__action-button--edit{color:#2563eb}.grid__action-button--delete{color:#dc2626}.grid__action-button--edit:hover{background-color:#2563eb1f;color:#1d4ed8}.grid__action-button--delete:hover{background-color:#dc26261f;color:#b91c1c}.grid__button{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.grid__button-icon{flex-shrink:0;height:18px;width:18px}.grid__button-icon--add,.grid__button-icon--refresh{fill:currentColor;stroke:none}.grid__button-icon--excel{height:22px;width:22px}.grid__button--secondary{color:#14213d}.grid__button--success{color:#1f7a3d}.grid__button--primary{color:#fff}.grid__search-icon{color:#64748b;flex-shrink:0;height:16px;max-width:none;opacity:.8;width:16px}.grid__search-icon,.grid__search-icon *{fill:none;stroke:currentColor}.grid__th:hover .grid__search-icon{color:#2563eb;opacity:1}.grid__button--add{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.grid__button-icon--add{color:#2563eb;height:18px;width:18px}.grid__button-icon--add,.grid__button-icon--add *{fill:currentColor;stroke:currentColor}.grid__button--add:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px)}.grid__button--add:hover .grid__button-icon--add{color:#1d4ed8}.grid__button--add:active{transform:scale(.95)}.pdf-icon{flex-shrink:0;height:18px;transition:transform .2s ease,color .2s ease;width:18px}.pdf-icon,.pdf-icon *{fill:currentColor;stroke:none}.pdf-icon--active{color:#dc2626;cursor:pointer}.pdf-icon--active:hover{color:#b91c1c;transform:scale(1.08)}.pdf-icon--disabled{color:#cbd5e1;cursor:not-allowed}.pdf-container{align-items:center;border-radius:10px;display:inline-flex;height:32px;justify-content:center;width:32px}.pdf-container--active{background:#fef2f2}.pdf-container--active:hover{background:#fee2e2}.grid__action-button--pdf{color:#6b7280}.grid__action-button--pdf:hover{background-color:#fee2e2;color:#dc2626}.grid__action-button--pdf-download{color:#059669;font-size:16px;font-weight:700}.grid__action-button--pdf-download:hover{background-color:#ecfdf5;color:#047857}.grid__action-button--files{color:#2563eb}.grid__action-button--files:hover{background:#dbeafe}.grid__row.row--red td{background-color:var(--grid-row-red)}.grid__row.row--red:nth-child(2n) td{background-color:var(--grid-row-red-even)}.grid__row.row--yellow td{background-color:var(--grid-row-yellow)}.grid__row.row--yellow:nth-child(2n) td{background-color:var(--grid-row-yellow-even)}.grid__row.row--green td{background-color:var(--grid-row-green)}.grid__row.row--green:nth-child(2n) td{background-color:var(--grid-row-green-even)}.grid__row.row--purple td{background-color:var(--grid-row-purple)}.grid__row.row--purple:nth-child(2n) td{background-color:var(--grid-row-purple-even)}.grid__row.row--gray td{background-color:var(--grid-row-gray)}.grid__row.row--gray:nth-child(2n) td{background-color:var(--grid-row-gray-even)}.grid__row.row--gray:hover td,.grid__row.row--green:hover td,.grid__row.row--purple:hover td,.grid__row.row--red:hover td,.grid__row.row--yellow:hover td{filter:brightness(.96)}.row--red td{color:#7f1d1d}.row--yellow td{color:#713f12}.row--green td{color:#14532d}.row--purple td{color:#261453}.row--gray td{color:#3d3d3d}.grid__cell--sticky{background:#fff;box-shadow:2px 0 4px #0000000d;z-index:10}.grid__cell--sticky,.grid__head--sticky{left:0;position:-webkit-sticky;position:sticky}.grid__head--sticky{background:var(--grid-head-bg);z-index:25}.grid__row--head .grid__head--sticky{z-index:30}.grid__cell--sticky-right{background:#fff;box-shadow:-2px 0 6px #0000000d;position:-webkit-sticky;position:sticky;right:0;z-index:15}.grid__thead .grid__cell--sticky-right{background:var(--grid-head-bg);z-index:35}.grid__tbody .grid__row:nth-child(odd) td.grid__cell--sticky,.grid__tbody .grid__row:nth-child(odd) td.grid__cell--sticky-right{background-color:var(--grid-zebra-odd)}.grid__tbody .grid__row:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-zebra-even)}.grid__tbody .grid__row:hover td.grid__cell--sticky,.grid__tbody .grid__row:hover td.grid__cell--sticky-right{background-color:var(--grid-row-hover)}.grid__tbody .grid__row.row--red td.grid__cell--sticky,.grid__tbody .grid__row.row--red td.grid__cell--sticky-right{background-color:var(--grid-row-red)}.grid__tbody .grid__row.row--red:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row.row--red:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-row-red-even)}.grid__tbody .grid__row.row--yellow td.grid__cell--sticky,.grid__tbody .grid__row.row--yellow td.grid__cell--sticky-right{background-color:var(--grid-row-yellow)}.grid__tbody .grid__row.row--yellow:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row.row--yellow:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-row-yellow-even)}.grid__tbody .grid__row.row--green td.grid__cell--sticky,.grid__tbody .grid__row.row--green td.grid__cell--sticky-right{background-color:var(--grid-row-green)}.grid__tbody .grid__row.row--green:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row.row--green:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-row-green-even)}.grid__tbody .grid__row.row--purple td.grid__cell--sticky,.grid__tbody .grid__row.row--purple td.grid__cell--sticky-right{background-color:var(--grid-row-purple)}.grid__tbody .grid__row.row--purple:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row.row--purple:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-row-purple-even)}.grid__tbody .grid__row.row--gray td.grid__cell--sticky,.grid__tbody .grid__row.row--gray td.grid__cell--sticky-right{background-color:var(--grid-row-gray)}.grid__tbody .grid__row.row--gray:nth-child(2n) td.grid__cell--sticky,.grid__tbody .grid__row.row--gray:nth-child(2n) td.grid__cell--sticky-right{background-color:var(--grid-row-gray-even)}.grid__toolbar .grid__button{background:#fff;border:1px solid #f1f5fa;border-radius:10px;height:38px;padding:0;width:38px}.grid__toolbar .grid__button:hover:not(:disabled){background:#f1f5fb;border-color:#dfe7f2;transform:translateY(-1px)}.grid__toolbar .grid__button:active:not(:disabled){transform:scale(.96)}.menu-tabs{gap:8px;width:100%}.menu-tab{background:#fff;border:1px solid #d0d7e2;color:#475569;font-family:inherit;font-size:.95rem;padding:10px 18px;transition:background .2s ease,border-color .2s ease,color .2s ease}.menu-tab:hover{background:#f4f7fc;border-color:#9fb2cc}.menu-tab.active{background:#14213d;border-color:#14213d;color:#fff}.base-modal{inset:0;position:fixed;z-index:1200}.base-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a59;inset:0;position:absolute}.base-modal__wrapper{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;overflow-y:auto;padding:16px;position:relative;z-index:1}.base-modal__card{background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f172a2e;display:flex;flex-direction:column;margin:16px auto 0;max-height:calc(100vh - 32px);overflow:hidden;width:100%}.base-modal__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:space-between;padding:22px 28px}.base-modal__title{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0}.base-modal__close{background:#0000;border:none;color:#475569;cursor:pointer;font-size:2rem;line-height:1;padding:0}.base-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:24px 28px;position:relative}.base-modal__footer{border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:20px 28px 24px}.tabs{width:100%}.tabs__header{border-bottom:1px solid #e5e7eb;display:flex;gap:8px;margin-bottom:16px;padding-bottom:8px}.tabs__button{background:#0000;border:1px solid #0000;border-radius:10px;color:#6b7280;cursor:pointer;font-weight:600;padding:10px 14px}.tabs__button:hover:not(:disabled){background:#f3f4f6}.tabs__button--active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.tabs__button:disabled{cursor:not-allowed;opacity:.5}.table__wrap{border-radius:16px;overflow-x:auto}.table__element{border-collapse:collapse;color:#14213d;font-size:.95rem}.table__head th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#334155;padding:12px 14px}.table__thSortable:hover{color:#14213d}.table__sortIndicator{font-size:.75rem}.table__filterBtn{align-items:center;color:#64748b;display:inline-flex;justify-content:center;padding:2px}.table__filterIcon{flex-shrink:0;height:16px;width:16px}.table__filterInput{border:1px solid #d0d7e2;font-family:inherit;font-size:.85rem;margin-top:8px;padding:6px 10px}.table__filterInput:focus{box-shadow:0 0 0 3px #2563eb1f}.table tbody td{border-bottom:1px solid #eef1f6;padding:12px 14px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:#f8fafc}.table__number{color:#8a94a6;width:48px}.table__muted{color:#8a94a6;font-size:.9rem;padding:20px 14px}.table__loading{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-sizing:border-box;display:flex;justify-content:center;min-height:200px;padding:28px}:root{--bg:#f5f7fb;--card:#fff;--text:#111827;--muted:#1118278c;--border:#1118271a;--blue:#0b63f6;--shadow:0 10px 24px #00000014;--header-bg:#fff;--header-text:#111827;--header-muted:#64748b;--header-border:#1118271a;--header-button-bg:#fff;--header-button-text:#111827}.dash{background:#f5f7fb;background:var(--bg);color:#111827;color:var(--text);min-height:100vh}.dash-top{align-items:center;background:#fff;background:var(--header-bg);border-bottom:1px solid #1118271a;border-bottom:1px solid var(--header-border);color:#111827;color:var(--header-text);display:flex;gap:16px;justify-content:space-between;min-height:72px;padding:10px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.dash-top--development-local{--header-bg:#002858;--header-text:#fff;--header-muted:#dbeafe;--header-border:#ffffff40;--header-button-bg:#ffffff24;--header-button-text:#fff}.dash-top--development{--header-bg:#0b63f6;--header-text:#fff;--header-muted:#dbeafe;--header-border:#ffffff47;--header-button-bg:#ffffff29;--header-button-text:#fff}.dash-top--production{--header-bg:#fff;--header-text:#111827;--header-muted:#64748b;--header-border:#1118271a;--header-button-bg:#fff;--header-button-text:#111827}.dash-top__left{align-items:center;display:flex;gap:10px;min-width:auto}.dash-top__right{flex-wrap:wrap;gap:16px;justify-content:flex-end}.dash-top__right,.user{align-items:center;display:flex}.user{border-radius:12px;gap:12px;padding:6px 10px}.user__info{display:flex;flex-direction:column;line-height:1.15}.name{color:#111827;color:var(--header-text);font-size:14px;font-weight:700}.name,.role{line-height:1.1}.role{color:#64748b;color:var(--header-muted);font-size:13px;font-weight:600}.dash-top .name,.dash-top .role{color:#fff!important}.dash-top--production .name{color:#111827!important;color:var(--header-text)!important}.dash-top--production .role{color:#64748b!important;color:var(--header-muted)!important}.logo-mark{object-fit:contain;object-position:left center}.logo-mark--proytel{height:42px;width:135px}.logo-mark--contpaqi{height:42px;margin-top:2px;width:115px}.logo-separator{background:#ffffff59;height:24px;margin:0 4px;width:1px}.dash-top--production .logo-separator{background:#11182729}.version-badge{align-items:center;border:1px solid #1118271a;border:1px solid var(--header-border);border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;justify-content:center;min-height:34px;padding:0 12px;white-space:nowrap}.logout,.version-badge{background:#fff;background:var(--header-button-bg);color:#111827;color:var(--header-button-text)}.logout{border:1px solid #1118271a;border:1px solid var(--header-border);border-radius:10px;cursor:pointer;font-weight:600;height:38px;padding:0 16px;transition:background .15s ease,transform .05s ease,border-color .15s ease}.logout:hover{background:#ffffff40}.dash-top--production .logout:hover{background:#1118270a}.logout:active{transform:translateY(1px)}.language-switcher{align-items:center;display:inline-flex}.language-switcher__select{background:#fff;background:var(--header-button-bg);border:1px solid #1118271a;border:1px solid var(--header-border);border-radius:999px;color:#111827;color:var(--header-button-text);cursor:pointer;font-size:13px;font-weight:600;height:34px;padding:0 10px}.language-switcher__select:focus-visible{outline:2px solid #1118271a;outline:2px solid var(--header-border);outline-offset:1px}.language-switcher{display:none!important}.dash-body{margin:18px auto 28px;width:min(1600px,calc(100% - 40px))}.dash-body h1{font-size:20px;margin:8px 0 14px}.dash-content{display:flex;flex-direction:column;gap:18px}.card{background:#fff;background:var(--card);border:1px solid #1118271a;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 24px #00000014;box-shadow:var(--shadow);min-width:0;overflow:hidden;padding:18px}.card h2{font-size:18px;margin:0 0 12px}.placeholder{background:#fbfdff;border:1px dashed #1118272e;border-radius:12px;color:#1118278c;color:var(--muted);padding:16px}@media (max-width:900px){.dash-top{align-items:flex-start}.dash-top__right{gap:12px}.name{font-size:13px}.role,.version-badge{font-size:12px}.dash-body{width:calc(100% - 24px)}}@media (max-width:720px){.dash-top{align-items:stretch;flex-direction:column;padding:12px}.dash-top__left{justify-content:center}.dash-top__right{justify-content:space-between}.dash-body{width:calc(100% - 20px)}.logo-mark{object-position:center}.card{padding:14px}}@media (max-width:560px){.dash-top__right{align-items:stretch;flex-direction:column}.user{justify-content:flex-start;padding:0}.logout,.user,.version-badge{width:100%}}.menu-tabs{align-items:center;background:#0b63f614;border:1px solid #0b63f61f;border-radius:999px;display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 16px;padding:8px}.menu-tab{background:#0000;border:none;border-radius:999px;color:#11182799;cursor:pointer;font-size:13px;font-weight:600;padding:10px 14px;transition:background .15s ease,color .15s ease,transform .05s ease}.menu-tab:hover{background:#0b63f61a;color:#111827cc}.menu-tab:active{transform:translateY(1px)}.menu-tab.active{background:#fff;box-shadow:0 6px 14px #0000000f;color:#0b63f6}.dash-top{z-index:100}.dash-content{overflow:visible;position:relative}.dash-content>.card{position:relative;z-index:auto}.dashboard-menu{align-items:center;background:#e8f0fc;border:1px solid #bfd7ff;border-radius:30px;display:flex;flex-wrap:wrap;gap:8px;min-height:58px;overflow:visible;padding:8px;position:relative;width:100%;z-index:40}.dashboard-menu__tab{align-items:center;background:#0000;border:0;border-radius:22px;color:#475569;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:8px;justify-content:center;min-height:40px;padding:0 18px;transition:background-color .16s ease,color .16s ease;white-space:nowrap}.dashboard-menu__tab:hover{background:#ffffffa6;color:#075bec}.dashboard-menu__tab--active{background:#fff;box-shadow:0 2px 8px #1f4e7914;color:#075bec}.dashboard-menu__catalog{flex:0 0 auto;position:relative;z-index:41}.dashboard-menu__catalog-button span{font-size:11px}.dashboard-menu__dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 38px #0f284b2e;display:grid;left:0;min-width:230px;padding:8px;position:absolute;top:calc(100% + 10px);z-index:42}.dashboard-menu__dropdown-item{align-items:center;background:#0000;border:0;border-radius:9px;color:#334155;cursor:pointer;display:flex;font:inherit;font-weight:400;padding:11px 12px;text-align:left;transition:background-color .16s ease,color .16s ease,font-weight .16s ease;width:100%}.dashboard-menu__dropdown-item:hover{background:#eff6ff;color:#075bec}.dashboard-menu__dropdown-item--active{background:#eff6ff;color:#075bec;font-weight:700}@media (max-width:1100px){.dashboard-menu__tab{padding-left:14px;padding-right:14px}}.users{padding:24px}.users__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.users__title{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.users__reload{background:#fff;border:1px solid #d0d7e2;border-radius:14px;color:#1f2937;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 18px;transition:all .2s ease}.users__reload:hover{background:#f8fafc;border-color:#b8c2d1}.users__reload:disabled{cursor:not-allowed;opacity:.6}.users__error{background:#fff1f1;border:1px solid #f3c2c2;border-radius:14px;color:#c53030;font-size:.95rem;margin-bottom:18px;padding:14px 16px}.users__grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:380px 1fr}.users__card{background:#fff;border:1px solid #e5eaf1;border-radius:20px;box-shadow:0 8px 24px #0f172a0a;padding:18px}.users__cardTitle{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0 0 18px}.users__form{display:flex;flex-direction:column;gap:10px}.users__label{color:#4b5563;font-size:.95rem;font-weight:600}.users__input{background:#fff;border:1px solid #d7deea;border-radius:14px;box-sizing:border-box;color:#1f2937;font-size:.96rem;min-height:46px;outline:none;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.users__input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.users__input::placeholder{color:#9aa4b2}.users__actions{display:flex;gap:10px;margin-top:12px}.users__primary,.users__secondary{border:none;border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:700;min-height:44px;padding:0 18px;transition:all .2s ease}.users__primary{background:#2563eb;color:#fff}.users__primary:hover{background:#1d4ed8}.users__secondary{background:#eef2f7;color:#334155}.users__secondary:hover{background:#e2e8f0}.users__muted{color:#94a3b8;padding:18px;text-align:center}.users__tableWrap{border:1px solid #e7edf5;border-radius:16px;overflow-x:auto;width:100%}.users__table{background:#fff;border-collapse:collapse;table-layout:fixed;width:100%}.users__table thead{background:#f8fafc}.users__table th{border-bottom:1px solid #e5eaf1;color:#1f2937;font-size:.95rem;font-weight:700;padding:16px 14px;text-align:left;white-space:nowrap}.users__table td{border-bottom:1px solid #eef2f7;color:#334155;font-size:.96rem;line-height:1.4;padding:16px 14px;vertical-align:top;word-break:break-word}.users__table tbody tr:nth-child(2n){background:#fcfdff}.users__table tbody tr:hover{background:#f8fbff}.users__table tbody tr:last-child td{border-bottom:none}.users__tdId,.users__thId{width:70px}.users__tdEmail,.users__tdName,.users__thEmail,.users__thName{width:28%}.users__tdRole,.users__thRole{width:22%}.users__tdActions,.users__thActions{width:170px}.users__tdId{color:#1e3a8a;font-weight:700}.users__tdName{color:#111827;font-weight:600}.users__tdActions{display:flex;flex-direction:column;gap:8px}.users__danger,.users__link{background:#0000;border:none;cursor:pointer;font-size:.95rem;font-weight:700;padding:0;text-align:left;transition:opacity .2s ease}.users__link{color:#2563eb}.users__link:hover{opacity:.75}.users__danger{color:#ef4444}.users__danger:hover{opacity:.75}@media (max-width:1100px){.users__grid{grid-template-columns:1fr}}@media (max-width:768px){.users{padding:16px}.users__header{align-items:stretch;flex-direction:column;gap:12px}.users__title{font-size:1.6rem}.users__actions{flex-direction:column}.users__tdActions{min-width:120px}}.change-password-form{gap:16px}.change-password-form__group{gap:6px}.change-password-form__label{color:#111827;font-size:14px;font-weight:600}.change-password-form__input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;min-height:40px;padding:10px 12px;transition:border-color .2s ease}.change-password-form__error{font-size:12px}.change-password-form__server-error{background-color:#fee2e2;border-radius:8px;color:#991b1b;font-size:13px;padding:10px 12px}.change-password-form__actions{gap:10px;margin-top:8px}.change-password-form__button{border:none;border-radius:8px;font-weight:600;min-height:40px;min-width:110px;padding:0 16px}.user__name-button{background:#0000;border:none;cursor:pointer;margin:0;padding:0;text-align:left}.user__name-button .name{color:inherit}.user__name-button:hover .name{text-decoration:underline}.table{min-width:0;width:100%}.table__wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:calc(70vh - 300px);overflow:auto;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin;width:100%}.table__wrap::-webkit-scrollbar{height:8px;width:8px}.table__wrap::-webkit-scrollbar-track{background:#0000}.table__wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table__wrap::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table__element{background:#fff;border-collapse:initial;border-spacing:0;width:100%}.table__head th{background:#eef3fb;border-bottom:1px solid #dbe4f0;color:#2b2b2b;font-size:14px;font-weight:600;padding:14px 16px;position:-webkit-sticky;position:sticky;text-align:left;top:0;vertical-align:top;white-space:nowrap;z-index:20}.table__headerTop{align-items:center;display:flex;gap:6px;min-height:24px}.table__thSortable{cursor:pointer;-webkit-user-select:none;user-select:none}.table__thSortable:hover{color:#2563eb}.table__sortIndicator{color:#2563eb;font-size:12px;font-weight:700;min-width:14px;text-align:center}.table__filterBtn{background:#0000;border:none;cursor:pointer;font-size:14px;line-height:1;padding:0}.table__filterBtn:hover{color:#2563eb}.table__filterInput{border:1px solid #dbe2ea;border-radius:8px;box-sizing:border-box;font-size:13px;height:30px;margin-top:6px;outline:none;padding:0 8px;width:100%}.table__filterInput:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.table__element tbody td{background:#fff;border-bottom:1px solid #edf0f5;color:#333;font-size:14px;padding:14px 16px}.table__element tbody tr:nth-child(2n) td{background:#f9fafb}.table__element tbody tr:hover td{background:#eef4ff}.table__number{color:#64748b;font-weight:600;text-align:center}.table__muted{color:#7b8494;padding:16px;text-align:center}.table__iconBtn{background-color:#f8fafc;background-position:50%;background-repeat:no-repeat;background-size:16px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;height:34px;transition:all .2s ease;width:34px}.table__iconBtn:hover{transform:scale(1.05)}.table__iconBtn--edit{background-image:url(/protelsa/static/media/edit.eaed7fa4acf6053482fe.svg)}.table__iconBtn--edit:hover{background-color:#2563eb1a}.table__iconBtn--delete{background-image:url(/protelsa/static/media/delete.3592808eee1f2e9ddd42.svg)}.table__iconBtn--delete:hover{background-color:#ef44441a}.modal{inset:0;position:fixed;z-index:2000}.modal__backdrop{background:#0f172a73;inset:0;position:absolute}.modal__content{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:24px;position:relative;z-index:1}.purchaseOrderForm{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0f172a2e;max-width:760px;padding:24px;width:100%}.purchaseOrderForm__header{align-items:center;background:#f5f8ff;border-radius:16px;display:flex;gap:16px;margin-bottom:24px;padding:20px}.purchaseOrderForm__icon{align-items:center;background:#dbeafe;border-radius:14px;display:flex;font-size:24px;height:56px;justify-content:center;width:56px}.purchaseOrderForm__title{color:#0f172a;font-size:28px;margin:0}.purchaseOrderForm__subtitle{color:#64748b;font-size:15px;margin:6px 0 0}.purchaseOrderForm__form{display:flex;flex-direction:column;gap:16px}.purchaseOrderForm__grid{grid-gap:16px;display:grid;gap:16px}.purchaseOrderForm__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.purchaseOrderForm__field{display:flex;flex-direction:column;gap:8px}.purchaseOrderForm__field label{color:#334155;font-size:14px;font-weight:600}.purchaseOrderForm__field input,.purchaseOrderForm__field select{background:#fff;border:1px solid #dbe2ea;border-radius:12px;box-sizing:border-box;font-size:14px;height:44px;outline:none;padding:0 14px;width:100%}.purchaseOrderForm__field input:focus,.purchaseOrderForm__field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.purchaseOrderForm__field input:disabled,.purchaseOrderForm__field select:disabled{background:#f8fafc;color:#475569}.purchaseOrderForm__folioRow{align-items:center;display:flex;gap:12px;width:100%}.purchaseOrderForm__folioRow input{flex:1 1;min-width:0}.purchaseOrderForm__verifyBtn{align-items:center;background:#eef4ff;border:1px solid #d7deea;border-radius:12px;box-sizing:border-box;color:#2563eb;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:600;gap:8px;height:44px;justify-content:center;padding:0 18px;transition:background .2s ease,border-color .2s ease,transform .15s ease,opacity .2s ease;white-space:nowrap}.purchaseOrderForm__verifyBtn:hover{background:#e0ecff;border-color:#bcd2ff}.purchaseOrderForm__verifyBtn:active{transform:scale(.98)}.purchaseOrderForm__verifyBtn:disabled{cursor:not-allowed;opacity:.6}.purchaseOrderForm__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.purchaseOrderForm__primaryBtn,.purchaseOrderForm__secondaryBtn{border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;height:44px;padding:0 18px;transition:transform .15s ease,opacity .2s ease,background .2s ease}.purchaseOrderForm__primaryBtn{background:#2563eb;color:#fff}.purchaseOrderForm__primaryBtn:hover{background:#1d4ed8}.purchaseOrderForm__secondaryBtn{background:#e2e8f0;color:#0f172a}.purchaseOrderForm__secondaryBtn:hover{background:#cbd5e1}.purchaseOrderForm__primaryBtn:active,.purchaseOrderForm__secondaryBtn:active{transform:scale(.98)}.purchaseOrderForm__primaryBtn:disabled,.purchaseOrderForm__secondaryBtn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.modal__content{padding:16px}.purchaseOrderForm{border-radius:18px;padding:18px}.purchaseOrderForm__header{padding:16px}.purchaseOrderForm__title{font-size:24px}.purchaseOrderForm__grid--2{grid-template-columns:1fr}.purchaseOrderForm__folioRow{align-items:stretch;flex-direction:column}.purchaseOrderForm__verifyBtn{width:100%}.purchaseOrderForm__actions{flex-direction:column-reverse}.purchaseOrderForm__primaryBtn,.purchaseOrderForm__secondaryBtn{width:100%}}.purchaseOrdersPage__actions{display:flex;gap:12px;justify-content:flex-end;margin-bottom:16px}.purchaseOrdersPage__excelBtn,.purchaseOrdersPage__primaryBtn,.purchaseOrdersPage__reloadBtn{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;height:40px;justify-content:center;line-height:1;padding:0 16px;transition:all .2s ease;white-space:nowrap}.purchaseOrdersPage__reloadBtn{background:#eef2ff;border:1px solid #c7d2fe;color:#1d4ed8}.purchaseOrdersPage__reloadBtn:hover{background:#e0e7ff;border-color:#a5b4fc}.purchaseOrdersPage__reloadBtn:active{transform:scale(.97)}.purchaseOrdersPage__reloadBtn:disabled{cursor:not-allowed;opacity:.6}.purchaseOrdersPage__excelBtn{background:linear-gradient(135deg,#16a34a,#15803d);border:none;color:#fff}.purchaseOrdersPage__excelBtn:hover{box-shadow:0 6px 16px #16a34a40;transform:translateY(-1px)}.purchaseOrdersPage__excelBtn:active{transform:scale(.97)}.purchaseOrdersPage__primaryBtn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;color:#fff}.purchaseOrdersPage__primaryBtn:hover{box-shadow:0 6px 16px #2563eb40;transform:translateY(-1px)}.purchaseOrdersPage__btnIcon{display:block;flex:0 0 16px;height:16px!important;max-height:16px;max-width:16px;min-height:16px;min-width:16px;object-fit:contain;width:16px!important}.purchaseOrdersPage__excelBtn .purchaseOrdersPage__btnIcon{filter:brightness(0) invert(1)}.theme-toggle{align-items:center;background:var(--header-button-bg);border:1px solid var(--header-border);border-radius:50%;color:var(--header-button-text);cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;transition:background .15s ease,transform .05s ease;width:36px}.theme-toggle:hover{background:#ffffff2e}.theme-toggle:active{transform:translateY(1px)}.dash[data-theme=gris] .theme-toggle:hover{background:#1f29371a}.dash[data-theme=oscuro] .theme-toggle:hover{background:#ffffff24}.dash[data-theme=gris] .dash-top--development,.dash[data-theme=gris] .dash-top--development-local,.dash[data-theme=gris] .dash-top--production{--header-bg:#bebebe;--header-text:#1f2937;--header-muted:#4b5563;--header-border:#1f293729;--header-button-bg:#1f29371a;--header-button-text:#1f2937}.dash[data-theme=gris] .dash-top .name,.dash[data-theme=gris] .dash-top .role{color:#1f2937!important}.dash[data-theme=gris] .dash-top .role{color:#4b5563!important}.dash[data-theme=gris] .logout:hover{background:#1f293714}.dash[data-theme=gris] .logo-separator{background:#1f293729}.dash[data-theme=gris] .dashboard-menu{background:#e4e4e5;border-color:#1f29371a}.dash[data-theme=gris] .dashboard-menu__tab{color:#475569}.dash[data-theme=gris] .dashboard-menu__tab:hover{background:#ffffffb3;color:#1f2937}.dash[data-theme=gris] .dashboard-menu__tab--active{background:#fff;box-shadow:0 2px 8px #1f29371a;color:#374151}.dash[data-theme=gris] .dashboard-menu__dropdown{background:#fff;border-color:#e2e8f0}.dash[data-theme=gris] .dashboard-menu__dropdown-item{color:#334155}.dash[data-theme=gris] .dashboard-menu__dropdown-item--active,.dash[data-theme=gris] .dashboard-menu__dropdown-item:hover{background:#f1f5f9;color:#1f2937}.dash[data-theme=oscuro] .dash-top--development,.dash[data-theme=oscuro] .dash-top--development-local,.dash[data-theme=oscuro] .dash-top--production{--header-bg:#0f172a;--header-text:#e2e8f0;--header-muted:#94a3b8;--header-border:#ffffff1f;--header-button-bg:#ffffff14;--header-button-text:#e2e8f0}.dash[data-theme=oscuro] .dash-top .name,.dash[data-theme=oscuro] .dash-top .role{color:#e2e8f0!important}.dash[data-theme=oscuro] .dash-top .role{color:#94a3b8!important}.dash[data-theme=oscuro] .logo-separator,.dash[data-theme=oscuro] .logout:hover{background:#ffffff1f}.dash[data-theme=oscuro] .dashboard-menu{background:#1e293b;border-color:#ffffff14}.dash[data-theme=oscuro] .dashboard-menu__tab{color:#cbd5e1}.dash[data-theme=oscuro] .dashboard-menu__tab:hover{background:#ffffff0f;color:#f8fafc}.dash[data-theme=oscuro] .dashboard-menu__tab--active{background:#334155;box-shadow:0 2px 8px #00000040;color:#fff}.dash[data-theme=oscuro] .dashboard-menu__dropdown{background:#1e293b;border-color:#ffffff1a}.dash[data-theme=oscuro] .dashboard-menu__dropdown-item{color:#cbd5e1}.dash[data-theme=oscuro] .dashboard-menu__dropdown-item--active,.dash[data-theme=oscuro] .dashboard-menu__dropdown-item:hover{background:#334155;color:#fff}.dash[data-theme=gris] .reportsPage__sidebar{background:#bebebe}.dash[data-theme=gris] .reportsSidebarTabs__title{color:#1f2937}.dash[data-theme=gris] .reportsSidebarTabs__item{background:#1f293714;color:#1f2937}.dash[data-theme=gris] .reportsSidebarTabs__item--active{background:#fff;color:#374151}.dash[data-theme=oscuro] .reportsSidebarTabs__title{color:#e2e8f0}.dash[data-theme=oscuro] .reportsSidebarTabs__item{background:#ffffff14;color:#e2e8f0}.dash[data-theme=oscuro]{--bg:#0b1220;--card:#0f172a;--text:#e2e8f0;--muted:#e2e8f09e;--border:#ffffff1a}.dash[data-theme=oscuro] .grid{--grid-head-bg:#1e293b;--grid-zebra-odd:#0f172a;--grid-zebra-even:#151f33;--grid-row-hover:#1c2a44;--grid-row-red:#f8717124;--grid-row-red-even:#f871711a;--grid-row-yellow:#facc1524;--grid-row-yellow-even:#facc151a;--grid-row-green:#34d39924;--grid-row-green-even:#34d3991a;--grid-row-purple:#a78bfa24;--grid-row-purple-even:#a78bfa1a;--grid-row-gray:#94a3b824;--grid-row-gray-even:#94a3b81a;background:#0b1220;border-color:#ffffff14}.dash[data-theme=oscuro] .grid__title{color:#f1f5f9}.dash[data-theme=oscuro] .grid__table{background:#0f172a}.dash[data-theme=oscuro] .grid__table-wrap{border-color:#ffffff14}.dash[data-theme=oscuro] .grid__row{border-bottom-color:#ffffff0d}.dash[data-theme=oscuro] .grid__row--head{border-bottom-color:#ffffff1a}.dash[data-theme=oscuro] .grid__head{color:#cbd5e1}.dash[data-theme=oscuro] .grid__cell--index{color:#94a3b8}.dash[data-theme=oscuro] .grid__head--filter,.dash[data-theme=oscuro] .grid__row--filters .grid__head{background:#0f172a}.dash[data-theme=oscuro] .grid__filter-input{background:#0f172a;border-color:#ffffff29;color:#e2e8f0}.dash[data-theme=oscuro] .table{background:#0f172a;color:#e2e8f0}.dash[data-theme=oscuro] .table thead th{background:#1e293b;color:#cbd5e1}.dash[data-theme=oscuro] .table tbody td{border-color:#ffffff0f;color:#e2e8f0}.dash[data-theme=oscuro] .reportsPage__content{background:#0f172a}.dash[data-theme=oscuro] .reportDashboard__development h2,.dash[data-theme=oscuro] .reportDashboard__header h1{color:#e2e8f0}.dash[data-theme=oscuro] .reportDashboard__development p{color:#fbbf24}.dash[data-theme=oscuro] .reportCard,.dash[data-theme=oscuro] .reportPanel{background:#0f172a;box-shadow:0 2px 10px #00000040}.dash[data-theme=oscuro] .reportCard span,.dash[data-theme=oscuro] .reportDonutCenter span{color:#94a3b8}.dash[data-theme=oscuro] .reportCard strong,.dash[data-theme=oscuro] .reportDonutCenter strong{color:#f1f5f9}.dash[data-theme=oscuro] .reportChartPlaceholder{border-color:#ffffff29;color:#94a3b8}.dash[data-theme=oscuro] .rentalsReport__header h1,.dash[data-theme=oscuro] .salesChartPanel__header h3,.dash[data-theme=oscuro] .salesReportHeader__title h1{color:#f1f5f9}.dash[data-theme=oscuro] .rentalsReport__header p,.dash[data-theme=oscuro] .salesChartPanel__description,.dash[data-theme=oscuro] .salesReportHeader__title p{color:#94a3b8}.dash[data-theme=oscuro] .rentalsReport__activeFilter span,.dash[data-theme=oscuro] .salesReportFilters__field>span{color:#cbd5e1}.dash[data-theme=oscuro] .reportCard--property{background:#0f172a;border-color:#334155}.dash[data-theme=oscuro] .reportCard__badge,.dash[data-theme=oscuro] .reportCard__development{color:#94a3b8}.dash[data-theme=oscuro] .reportCard--property .reportCard__development{color:#7aa7ff}.dash[data-theme=oscuro] .reportCard strong,.dash[data-theme=oscuro] .reportCard__property,.dash[data-theme=oscuro] .reportDonutCenter,.dash[data-theme=oscuro] .reportPanel h3,.dash[data-theme=oscuro] .reportPanel__depositAmount,.dash[data-theme=oscuro] .reportPanel__depositValue{color:#f1f5f9}.dash[data-theme=oscuro] .reportPanel__depositText{color:#94a3b8}.dash[data-theme=oscuro] .reportPanel__depositIcon{background:#1e293b;border-color:#334155;color:#e2e8f0}.dash[data-theme=oscuro] .rentalsReport__empty{background:#0f172a;color:#cbd5e1}.dash[data-theme=oscuro] .rentalsReport__activeFilter,.dash[data-theme=oscuro] .rentalsReport__propertyIndicatorsTitle{background:#1e293b;border-color:#334155}.dash[data-theme=oscuro] .rentalsReport__activeFilter strong,.dash[data-theme=oscuro] .rentalsReport__propertyIndicatorsTitle{color:#f1f5f9}.dash[data-theme=oscuro] .rentalsReport__propertyIndicators{border-bottom-color:#ffffff14}.dash[data-theme=oscuro] .rentalsReport__option--development{color:#cbd5e1}.dash[data-theme=oscuro] .rentalsReport__bankTable td,.dash[data-theme=oscuro] .rentalsReport__bankTable th{border-bottom-color:#ffffff14}.dash[data-theme=oscuro] .rentalsReport__bankTable th{background:#1e293b;color:#cbd5e1}.dash[data-theme=oscuro] .rentalsReport__bankTable td{color:#e2e8f0}.dash[data-theme=oscuro] .rentalsReport__bankTable tr.rentalsReport__bankRow--total td{background:#16213a;border-top-color:#3b82f6;color:#e2e8f0}.dash[data-theme=oscuro] .reportDashboard__development h2{color:#f1f5f9}.dash[data-theme=oscuro] .reportFilterIndicator{background:#1e293b;border-color:#334155;color:#e2e8f0}.dash[data-theme=oscuro] .rentalsReport__filterItem select,.dash[data-theme=oscuro] .reportDashboard__filterBox select,.dash[data-theme=oscuro] .salesReportFilters__field select{background-color:#1e293b;border-color:#334155;color:#e2e8f0}.dash[data-theme=oscuro] .rentalsReport__cards--scroll::-webkit-scrollbar-track,.dash[data-theme=oscuro] .rentalsReport__propertyIndicatorsList::-webkit-scrollbar-track,.dash[data-theme=oscuro] .reportDashboard__cards--scroll::-webkit-scrollbar-track{background:#1e293b}.dash[data-theme=oscuro] .rentalsReport__cards--scroll::-webkit-scrollbar-thumb,.dash[data-theme=oscuro] .rentalsReport__propertyIndicatorsList::-webkit-scrollbar-thumb,.dash[data-theme=oscuro] .reportDashboard__cards--scroll::-webkit-scrollbar-thumb{background:#334155}.dash[data-theme=oscuro] .salesChartPanel .recharts-cartesian-axis-tick-value{fill:#94a3b8}.dash[data-theme=oscuro] .salesChartPanel .recharts-legend-item-text{fill:#e2e8f0;color:#e2e8f0}.dash[data-theme=oscuro] .reportPanel .recharts-cartesian-axis-tick-value{fill:#94a3b8}.dash[data-theme=oscuro] .reportPanel .recharts-legend-item-text{fill:#e2e8f0;color:#e2e8f0}.dash[data-theme=oscuro] .reportsPage__content{background:#111a2c}.dash[data-theme=oscuro] .reportsPage__sidebar{background:#0f172a}.dash[data-theme=oscuro] .rentalsReport__empty,.dash[data-theme=oscuro] .reportCard,.dash[data-theme=oscuro] .reportPanel,.dash[data-theme=oscuro] .salesAmountsTable,.dash[data-theme=oscuro] .salesChartPanel,.dash[data-theme=oscuro] .salesInventorySummary{background:#16213a;border:1px solid #ffffff14;box-shadow:0 6px 18px #0000004d}.dash[data-theme=oscuro] .reportCard--property{background:#16213a;border-color:#ffffff14}.dash[data-theme=oscuro] .salesAmountsTable__row,.dash[data-theme=oscuro] .salesInventorySummary__row{border-bottom-color:#ffffff0f}.dash[data-theme=oscuro] .salesAmountsTable__row strong,.dash[data-theme=oscuro] .salesInventorySummary__row strong{border-left-color:#ffffff14}.dash[data-theme=oscuro] .salesAmountsTable__row:hover,.dash[data-theme=oscuro] .salesInventorySummary__row:hover{background-color:#1c2a44}.dash[data-theme=oscuro] .salesInventorySummary__row--sold{background-color:#182742}.dash[data-theme=oscuro] .salesInventorySummary__row--sold:before{background-color:#60a5fa}.dash[data-theme=oscuro] .salesAmountsTable__row span,.dash[data-theme=oscuro] .salesInventorySummary__row span{color:#94a3b8}.dash[data-theme=oscuro] .salesAmountsTable__row strong,.dash[data-theme=oscuro] .salesInventorySummary__row strong{color:#f1f5f9}.dash[data-theme=oscuro] .salesInventorySummary__row--sold span{color:#e2e8f0}.dash[data-theme=oscuro] .salesInventorySummary__row--sold strong{color:#60a5fa}.dash[data-theme=oscuro] .salesAmountsTable__row:first-child strong{color:#fbbf24}.dash[data-theme=oscuro] .salesAmountsTable__row:nth-child(2) strong{color:#60a5fa}.dash[data-theme=oscuro] .salesChartSwitch{background-color:#1e293b;border-color:#ffffff1a}.dash[data-theme=oscuro] .salesChartSwitch__label{color:#94a3b8}.dash[data-theme=oscuro] .salesChartSwitch__label--active{color:#fff}.dash[data-theme=oscuro] .reportFilterIndicator,.dash[data-theme=oscuro] .salesReportIndicator{background:#1e293b;border-color:#ffffff1f;color:#e2e8f0}.dash[data-theme=oscuro] .salesReportIndicator span{color:#94a3b8}.dash[data-theme=oscuro] .salesReportIndicator strong{color:#f1f5f9}.dash[data-theme=oscuro] .reportsSidebarTabs__item{background:#ffffff0a;border:1px solid #ffffff0f;color:#a5b4c8;transition:background .15s ease,color .15s ease,border-color .15s ease}.dash[data-theme=oscuro] .reportsSidebarTabs__item:hover{background:#ffffff14;border-color:#ffffff24;color:#f1f5f9}.dash[data-theme=oscuro] .reportsSidebarTabs__item--active{background:#334155;border-color:#ffffff2e;box-shadow:0 2px 8px #0000004d;color:#fff}html[data-theme=oscuro] .base-modal__backdrop{background:#02061199}html[data-theme=oscuro] .base-modal__card{background:#0f172a;border:1px solid #ffffff14;box-shadow:0 24px 60px #00000080}html[data-theme=oscuro] .base-modal__footer,html[data-theme=oscuro] .base-modal__header{background:#111827;border-color:#ffffff14}html[data-theme=oscuro] .base-modal__title{color:#f1f5f9}html[data-theme=oscuro] .base-modal__close{color:#94a3b8}html[data-theme=oscuro] .base-modal__body{color:#e2e8f0}html[data-theme=oscuro] .modal__backdrop{background:#02061199}html[data-theme=oscuro] .purchaseOrderForm{background:#0f172a}html[data-theme=oscuro] .purchaseOrderForm__header{background:#1e293b}html[data-theme=oscuro] .purchaseOrderForm__title{color:#f1f5f9}html[data-theme=oscuro] .purchaseOrderForm__subtitle{color:#94a3b8}html[data-theme=oscuro] .base-modal .formField__label,html[data-theme=oscuro] .base-modal label,html[data-theme=oscuro] .purchaseOrderForm .formField__label,html[data-theme=oscuro] .purchaseOrderForm label{color:#cbd5e1}.dash[data-theme=oscuro] .grid{--grid-head-bg:#1f2b44;--grid-zebra-odd:#16213a;--grid-zebra-even:#1b2840;--grid-row-hover:#24334f;--grid-row-red:#3c2330;--grid-row-red-even:#452937;--grid-row-yellow:#3b331d;--grid-row-yellow-even:#443b22;--grid-row-green:#123829;--grid-row-green-even:#184031;--grid-row-purple:#2a2342;--grid-row-purple-even:#322a4c;--grid-row-gray:#222b39;--grid-row-gray-even:#29313f;background:#16213a;border-color:#ffffff1a}.dash[data-theme=oscuro] .grid__table{background:#16213a}.dash[data-theme=oscuro] .grid__table-wrap{border-color:#ffffff1a}.dash[data-theme=oscuro] .grid__row{border-bottom-color:#ffffff0f}.dash[data-theme=oscuro] .grid__head{color:#dbe4f0}.dash[data-theme=oscuro] .grid__cell{color:#e2e8f0}.dash[data-theme=oscuro] .grid__head--filter,.dash[data-theme=oscuro] .grid__row--filters .grid__head{background:#1a2539}.dash[data-theme=oscuro] .grid__action-button{border-radius:8px}.dash[data-theme=oscuro] .grid__action-button:hover{background:#ffffff1a;opacity:1}.dash[data-theme=oscuro] .grid__action-button--edit,.dash[data-theme=oscuro] .grid__action-button--files,.dash[data-theme=oscuro] .grid__action-button--view{color:#7fb2ff}.dash[data-theme=oscuro] .grid__action-button--delete{color:#ff8f8f}.dash[data-theme=oscuro] .grid__action-button--pdf,.dash[data-theme=oscuro] .grid__action-button--pdf-download{color:#7fb2ff}.dash[data-theme=oscuro] .grid__cell--sticky,.dash[data-theme=oscuro] .grid__cell--sticky-right{box-shadow:none}.dash[data-theme=oscuro] .grid__cell--sticky{border-right:1px solid #ffffff12}.dash[data-theme=oscuro] .grid__cell--sticky-right{border-left:1px solid #ffffff12}.dash[data-theme=oscuro] .grid__toolbar .grid__button{background:#0000;border-color:#ffffff29;color:#cbd5e1}.dash[data-theme=oscuro] .grid__toolbar .grid__button:hover:not(:disabled){background:#ffffff14;border-color:#ffffff4d;color:#f1f5f9}.dash[data-theme=oscuro] .grid__button--add{background:#0000;border-color:#ffffff29}.dash[data-theme=oscuro] .grid__button--add:hover{background:#ffffff14;border-color:#ffffff4d}.dash[data-theme=oscuro] .grid__button-icon--add{color:#7fb2ff}.dash[data-theme=oscuro] .rentals-page,.dash[data-theme=oscuro] .sales-page{background:#0f172a;color:#e2e8f0}.dash[data-theme=oscuro] .rentals-page .tabs__header,.dash[data-theme=oscuro] .sales-page .tabs__header{border-color:#ffffff14}.dash[data-theme=oscuro] .rentals-page .tabs__button,.dash[data-theme=oscuro] .sales-page .tabs__button{color:#94a3b8}.dash[data-theme=oscuro] .rentals-page .tabs__button:hover,.dash[data-theme=oscuro] .sales-page .tabs__button:hover{color:#e2e8f0}.dash[data-theme=oscuro] .rentals-page .tabs__button--active,.dash[data-theme=oscuro] .sales-page .tabs__button--active{background:#24334f;color:#fff}.dash[data-theme=oscuro] .rentals-page__title,.dash[data-theme=oscuro] .sales-page__title{color:#f1f5f9}.dash[data-theme=oscuro] .rentals-page .grid__summary,.dash[data-theme=oscuro] .rentals-page__subtitle,.dash[data-theme=oscuro] .sales-page .grid__summary,.dash[data-theme=oscuro] .sales-page__subtitle{color:#94a3b8}.dash[data-theme=oscuro] .development-card-wrapper{background:#16213a;border-color:#ffffff1a;box-shadow:0 10px 30px #00000059}.dash[data-theme=oscuro] .development-chart{background:linear-gradient(180deg,#16213a,#111a2c);border-top-color:#ffffff14}.dash[data-theme=oscuro] .development-chart__title{color:#e2e8f0}.dash[data-theme=oscuro] .development-chart__legend{color:#94a3b8}.dash[data-theme=oscuro] .developments-export-all-button{background:#1e293b;border-color:#334155;color:#e2e8f0}.dash[data-theme=oscuro] .developments-export-all-button:hover:not(:disabled){background:#24334f;border-color:#475569;box-shadow:0 8px 18px #0006}html[data-theme=oscuro] .tabs__button{color:#94a3b8}html[data-theme=oscuro] .tabs__button:hover{color:#e2e8f0}html[data-theme=oscuro] .tabs__button--active{background:#24334f;color:#fff}html[data-theme=oscuro] [class$=-form__panel]{background:#111827}html[data-theme=oscuro] .formField__label,html[data-theme=oscuro] .selectDropdown__label{color:#cbd5e1}html[data-theme=oscuro] .dateInput__field,html[data-theme=oscuro] .numberInput__field,html[data-theme=oscuro] .textInput__field{background:#1e293b;border-color:#ffffff1f;color:#e2e8f0}html[data-theme=oscuro] .dateInput__field::placeholder,html[data-theme=oscuro] .numberInput__field::placeholder,html[data-theme=oscuro] .textInput__field::placeholder{color:#64748b}html[data-theme=oscuro] .dateInput__field:hover,html[data-theme=oscuro] .numberInput__field:hover,html[data-theme=oscuro] .textInput__field:hover{border-color:#ffffff38}html[data-theme=oscuro] .dateInput__field:focus,html[data-theme=oscuro] .numberInput__field:focus,html[data-theme=oscuro] .textInput__field:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa38}html[data-theme=oscuro] .dateInput--error .dateInput__field,html[data-theme=oscuro] .numberInput--error .numberInput__field,html[data-theme=oscuro] .textInput--error .textInput__field{background:#3a1f26;border-color:#f87171}html[data-theme=oscuro] .dateInput--disabled .dateInput__field,html[data-theme=oscuro] .numberInput--disabled .numberInput__field,html[data-theme=oscuro] .textInput--disabled .textInput__field{background:#0f172a;color:#64748b}html[data-theme=oscuro] .dateInput__field{color-scheme:dark}html[data-theme=oscuro] .dateInput__icon,html[data-theme=oscuro] .numberInput__icon,html[data-theme=oscuro] .textInput__icon{color:#94a3b8}html[data-theme=oscuro] .selectDropdown__control{background:#1e293b;border-color:#ffffff1f}html[data-theme=oscuro] .selectDropdown__control:hover{border-color:#ffffff38}html[data-theme=oscuro] .selectDropdown__control--open{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa38}html[data-theme=oscuro] .selectDropdown__value{color:#e2e8f0}html[data-theme=oscuro] .selectDropdown__value--placeholder{color:#64748b}html[data-theme=oscuro] .selectDropdown__arrow{color:#94a3b8}html[data-theme=oscuro] .selectDropdown__dropdown{background:#111827;border-color:#ffffff1a;box-shadow:0 12px 28px #00000073}html[data-theme=oscuro] .selectDropdown__input{background:#0000;border-bottom-color:#ffffff1a;color:#e2e8f0}html[data-theme=oscuro] .selectDropdown__list::-webkit-scrollbar-thumb{background:#334155}html[data-theme=oscuro] .selectDropdown__option{color:#e2e8f0}html[data-theme=oscuro] .selectDropdown__option:hover{background:#24334f}html[data-theme=oscuro] .selectDropdown__option--selected{background:#2563eb59;color:#93c5fd}html[data-theme=oscuro] .selectDropdown__empty{color:#64748b}html[data-theme=oscuro] .selectDropdown--error .selectDropdown__control{background:#3a1f26;border-color:#f87171}html[data-theme=oscuro] .base-modal .btn--secondary,html[data-theme=oscuro] .base-modal [class$=__button--secondary],html[data-theme=oscuro] .base-modal [class$=__secondary-button]{background:#24334f;border-color:#475569;color:#e2e8f0}html[data-theme=oscuro] .base-modal .btn--secondary:hover:not(:disabled),html[data-theme=oscuro] .base-modal [class$=__button--secondary]:hover:not(:disabled),html[data-theme=oscuro] .base-modal [class$=__secondary-button]:hover:not(:disabled){background:#2e3f5e;border-color:#64748b}html[data-theme=oscuro] .base-modal textarea{background:#1e293b;border-color:#ffffff1f;color:#e2e8f0}html[data-theme=oscuro] .base-modal textarea::placeholder{color:#64748b}html[data-theme=oscuro] .base-modal textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}html[data-theme=oscuro] .base-modal textarea:disabled{background:#0f172a;color:#64748b}html[data-theme=oscuro] [class$=__textarea-label]{color:#cbd5e1}html[data-theme=oscuro] .base-modal [class$=__footer]{background:#0f172a}html[data-theme=gris] .tabs__header{border-bottom-color:#d4d4d5}html[data-theme=gris] .tabs__button{color:#5b6675}html[data-theme=gris] .tabs__button:hover:not(:disabled){background:#ececed;color:#1f2937}html[data-theme=gris] .tabs__button--active{background:#fff;border-color:#c2c2c3;box-shadow:0 2px 8px #1f29371f;color:#1f2937}html[data-theme=gris] .intranet-admin-tabs{background:#e7e7e8;border-color:#d2d2d3}html[data-theme=gris] .intranet-admin-tabs__button{color:#55606e}html[data-theme=gris] .intranet-admin-tabs__button:hover{background:#fffc;color:#1f2937}html[data-theme=gris] .intranet-admin-tabs__button--active{background:#fff;border-color:#c2c2c3;box-shadow:0 3px 8px #1f29371f;color:#1f2937}html[data-theme=gris] .intranet-admin-subtabs{border-bottom-color:#d4d4d5}html[data-theme=gris] .intranet-admin-subtabs__button{color:#64748b}html[data-theme=gris] .intranet-admin-subtabs__button--active,html[data-theme=gris] .intranet-admin-subtabs__button:hover{color:#1f2937}html[data-theme=gris] .intranet-admin-subtabs__button--active:after{background:#6b7280}html[data-theme=oscuro] .purchase-order-create-files__dropzone{background:#111827;border-color:#ffffff29}html[data-theme=oscuro] .purchase-order-create-files__dropzone:hover{background:#0f172a;border-color:#60a5fa}html[data-theme=oscuro] .purchase-order-create-files__title{color:#f1f5f9}html[data-theme=oscuro] .purchase-order-create-files__description,html[data-theme=oscuro] .purchase-order-create-files__hint{color:#94a3b8}html[data-theme=oscuro] .purchase-order-create-files__item{background:#1e293b;border-color:#ffffff1a}html[data-theme=oscuro] .purchase-order-create-files__index{background:#24334f;color:#7fb2ff}html[data-theme=oscuro] .purchase-order-create-files__name{color:#e2e8f0}html[data-theme=oscuro] .purchase-order-create-files__size{color:#94a3b8}html[data-theme=oscuro] .purchase-order-create-files__remove{background:#4c2b36;color:#ff8f8f}html[data-theme=oscuro] .purchase-order-create-files__remove:hover{background:#5a3542}html[data-theme=oscuro] .system-version-modal__status{background:#111827;border-color:#ffffff1f}html[data-theme=oscuro] .system-version-modal__status strong{color:#e2e8f0}html[data-theme=oscuro] .system-version-modal__status p{color:#94a3b8}html[data-theme=oscuro] .system-version-modal__group{background:#111827;border-color:#ffffff1f}html[data-theme=oscuro] .system-version-modal__group-title{color:#f1f5f9}html[data-theme=oscuro] .system-version-modal__group-version--front{background:#2563eb47;color:#93c5fd}html[data-theme=oscuro] .system-version-modal__group-version--api{background:#22c55e29;color:#86efac}html[data-theme=oscuro] .system-version-modal__meta-item{border-top-color:#ffffff14}html[data-theme=oscuro] .system-version-modal__meta-item dt{color:#94a3b8}html[data-theme=oscuro] .system-version-modal__meta-item dd{color:#e2e8f0}html[data-theme=oscuro] .system-version-modal__error{background:#3a1f26;border-color:#7f1d1d;color:#fca5a5}.change-password-form{display:flex;flex-direction:column;gap:22px;padding:8px 0 0;width:100%}.change-password-form__group{display:flex;flex-direction:column;gap:8px}.change-password-form__label{color:#334155;font-size:.95rem;font-weight:700;margin:0}.change-password-form__input{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:.95rem;height:52px;outline:none;padding:0 16px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.change-password-form__input::placeholder{color:#94a3b8}.change-password-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.change-password-form__input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.8}.change-password-form__input--error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.change-password-form__error{color:#dc2626;font-size:.82rem;font-weight:500;line-height:1.3;margin:0}.change-password-form__server-error{background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;font-size:.9rem;font-weight:500;line-height:1.4;padding:12px 14px}.change-password-form__actions{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding-top:8px}.change-password-form__button{border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:700;height:46px;min-width:140px;padding:0 20px;transition:all .2s ease}.change-password-form__button:disabled{cursor:not-allowed;opacity:.7}.change-password-form__button--secondary{background:#fff;border:1px solid #cbd5e1;color:#334155}.change-password-form__button--secondary:hover:not(:disabled){background:#f1f5f9}.change-password-form__button--primary{background:#23952b;border:none;color:#fff}.change-password-form__button--primary:hover:not(:disabled){background:#1f8226}@media (max-width:768px){.change-password-form{gap:18px}.change-password-form__actions{align-items:stretch;flex-direction:column-reverse}.change-password-form__button{min-width:0;min-width:auto;width:100%}}.system-version-modal{grid-gap:20px;display:grid;gap:20px;min-width:min(620px,100%)}.system-version-modal__status{align-items:center;background:#f8fafc;border:1px solid #dbe3ef;border-radius:12px;display:flex;gap:14px;padding:16px}.system-version-modal__status p{color:#64748b;margin:4px 0 0}.system-version-modal__status-dot{border-radius:50%;flex:0 0 auto;height:12px;width:12px}.system-version-modal__status-dot--available{background:#22c55e;box-shadow:0 0 0 5px #22c55e24}.system-version-modal__status-dot--unavailable{background:#ef4444;box-shadow:0 0 0 5px #ef444424}.system-version-modal__groups{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.system-version-modal__group{background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:16px}.system-version-modal__group-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.system-version-modal__group-title{color:#172033;font-size:.95rem;font-weight:700}.system-version-modal__group-version{border-radius:999px;font-size:.95rem;font-weight:800;padding:5px 12px;white-space:nowrap}.system-version-modal__group-version--front{background:#e7efff;color:#1d4ed8}.system-version-modal__group-version--api{background:#e7f6ec;color:#1f7a3d}.system-version-modal__meta{display:flex;flex-direction:column;margin:0}.system-version-modal__meta-item{align-items:baseline;border-top:1px solid #edf1f6;display:flex;font-size:.86rem;gap:14px;justify-content:space-between;padding:9px 0}.system-version-modal__meta-item:first-child{border-top:0;padding-top:2px}.system-version-modal__meta-item dt{color:#64748b;flex:0 0 auto}.system-version-modal__meta-item dd{color:#172033;font-weight:600;margin:0;text-align:right}.system-version-modal__error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;padding:12px 16px}.system-version-modal__footer{display:flex;gap:12px;justify-content:flex-end}.system-version-modal__primary-button,.system-version-modal__secondary-button{border-radius:10px;cursor:pointer;font:inherit;font-weight:600;min-height:44px;min-width:130px;padding:0 20px}.system-version-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.system-version-modal__primary-button{background:#23952b;border:none;color:#fff}.system-version-modal__primary-button:hover:not(:disabled){background:#1f8226}.system-version-modal__secondary-button:disabled{cursor:not-allowed;opacity:.65}@media (max-width:760px){.system-version-modal{min-width:0}.system-version-modal__groups{grid-template-columns:1fr}}.corporate-intranet-wallpaper{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;min-height:calc(100vh - 195px);outline:none;overflow:hidden;position:relative;width:100%}.corporate-intranet-wallpaper:focus-visible{box-shadow:inset 0 0 0 4px #60a5fa}.corporate-intranet-wallpaper-overlay{align-items:center;background:linear-gradient(135deg,#02061738,#1e005052);display:flex;justify-content:center;min-height:calc(100vh - 195px);padding:30px;width:100%}.corporate-intranet-welcome{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070a1f94;border:1px solid #ffffff40;border-radius:20px;box-shadow:0 24px 60px #00000059;color:#fff;padding:40px;text-align:center;width:min(560px,100%)}.corporate-intranet-welcome h1{font-size:clamp(32px,5vw,52px);font-weight:700;margin:0 0 14px}.corporate-intranet-welcome p{color:#ffffffe0;font-size:17px;line-height:1.5;margin:0 0 28px}.corporate-intranet-welcome__loading{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin:0 0 28px;min-height:100px}.corporate-intranet-welcome__spinner{height:56px;object-fit:contain;width:56px}.corporate-intranet-welcome__loading span{color:#ffffffb3;font-size:15px}.corporate-intranet-welcome button{background:#fff;border:1px solid #ffffff8c;border-radius:999px;color:#172554;cursor:pointer;font-size:16px;font-weight:700;padding:12px 32px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.corporate-intranet-welcome button:hover{background:#eff6ff;box-shadow:0 10px 25px #00000040;transform:translateY(-2px)}.corporate-intranet-page{margin:0 auto;max-width:1400px;min-width:0;overflow-x:hidden;padding:24px 32px 48px;width:100%}.corporate-intranet-header{margin-bottom:40px}.corporate-intranet-header h1{color:#1f2937;font-size:34px;font-weight:700;margin:0}.corporate-intranet-header p{color:#6b7280;font-size:16px;margin-top:10px}.companies-container{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr;padding:10px 0 0;width:100%}.companies-count-1{margin:0 auto;max-width:680px}.companies-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.companies-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.corporate-intranet-status{color:#64748b;font-size:16px;padding:40px;text-align:center}.corporate-intranet-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;margin:30px auto;max-width:500px;padding:20px;text-align:center}.corporate-intranet-error p{margin:0 0 15px}.corporate-intranet-error button{background:#2563eb;border:none;border-radius:7px;color:#fff;cursor:pointer;padding:9px 18px}.corporate-intranet-error button:hover{background:#1d4ed8}@media (max-width:1200px){.companies-container{gap:32px}.companies-count-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.corporate-intranet-wallpaper,.corporate-intranet-wallpaper-overlay{min-height:calc(100vh - 160px)}.corporate-intranet-wallpaper-overlay{padding:20px}.corporate-intranet-welcome{padding:30px 20px}.corporate-intranet-welcome p{font-size:15px}.corporate-intranet-page{padding:20px}.corporate-intranet-header{margin-bottom:25px}.corporate-intranet-header h1{font-size:28px}.companies-count-1,.companies-count-2,.companies-count-3{grid-template-columns:1fr}.companies-container{gap:28px;padding:0}}.corporate-company{background:#fff;border-radius:24px;box-shadow:0 20px 50px #0206171f;container-type:inline-size;min-width:0;overflow:hidden;width:100%}.corporate-company-hero{align-items:center;background:linear-gradient(180deg,#0f172a73,#0f172a9e);color:#fff;display:flex;flex-direction:column;padding:24px 40px 40px;text-align:center}.corporate-company-comment-top{align-self:flex-end;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:16px;padding:9px 18px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.corporate-company-comment-top:hover{background:#fff;border-color:#94a3b8;box-shadow:0 8px 18px #0f172a2e;transform:translateY(-1px)}.corporate-company-logo-badge{align-items:center;background:#fff;border-radius:24px;box-shadow:0 12px 30px #0206174d;display:flex;height:140px;justify-content:center;margin-bottom:18px;padding:16px;width:140px}.corporate-company-logo-badge img{max-height:100%;max-width:100%;object-fit:contain}.corporate-company-hero-copy h2{font-size:clamp(22px,2.6vw,32px);font-weight:700;letter-spacing:.5px;margin:0 0 8px}.corporate-company-hero-copy p{color:#ffffffd9;font-size:14px;margin:0}.corporate-company-content{background:#fff;padding:24px 48px 56px;position:relative}.corporate-company-title{align-items:center;display:flex;gap:18px;justify-content:center;margin-bottom:36px}.corporate-company-title h3{color:#1f2937;font-size:clamp(20px,2.4vw,26px);font-weight:700;margin:0;text-align:center}.corporate-company-title-line{background:linear-gradient(90deg,#0000,#cbd5e1);flex-shrink:0;height:1px;width:60px}.corporate-company-title-line:last-child{background:linear-gradient(270deg,#0000,#cbd5e1)}.corporate-company-feedback{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 6px 16px #0f172a0f;display:flex;gap:16px;margin-top:36px;padding:20px 24px}.corporate-company-feedback-icon{align-items:center;background:#e2e8f0;border-radius:12px;display:flex;flex-shrink:0;font-size:22px;height:44px;justify-content:center;width:44px}.corporate-company-feedback-copy{flex:1 1;min-width:0}.corporate-company-feedback-copy p{color:#1f2937;font-size:15px;font-weight:600;margin:0 0 3px}.corporate-company-feedback-copy span{color:#6b7280;font-size:13px}.corporate-company-feedback button{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;padding:10px 24px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.corporate-company-feedback button:hover{background:#fff;border-color:#94a3b8;box-shadow:0 8px 18px #3341552e;transform:translateY(-2px)}@container (max-width: 640px){.corporate-company-hero{padding:14px 20px 32px}.corporate-company-logo-badge{height:110px;width:110px}.corporate-company-content{padding:16px 16px 28px}.corporate-company-title{gap:12px;margin-bottom:26px}.corporate-company-title h3{font-size:19px}.corporate-company-title-line{width:36px}.corporate-company-feedback{align-items:center;flex-direction:column;margin-top:26px;padding:16px 18px;text-align:center}.corporate-company-feedback button{width:100%}}@media (max-width:768px){.corporate-company-hero{padding:14px 24px 36px}.corporate-company-logo-badge{height:120px;width:120px}.corporate-company-content{padding:16px 20px 36px}.corporate-company-feedback{align-items:center;flex-direction:column;text-align:center}.corporate-company-feedback button{width:100%}}.company-category-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;width:100%}.company-category-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 6px 16px #0f172a0f;min-width:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.company-category-card:hover{border-color:#cbd5e1;box-shadow:0 14px 28px #33415529;transform:translateY(-4px)}.company-category-card-open{border-color:#94a3b8;box-shadow:0 12px 26px #33415529}.company-category-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:26px 18px;text-align:center;transition:background-color .2s ease;width:100%}.company-category-button:hover{background:#f8fafc}.company-category-icon{align-items:center;background:#e2e8f0;border-radius:14px;display:flex;font-size:26px;height:52px;justify-content:center;transition:background-color .2s ease,transform .2s ease;width:52px}.company-category-icon-img{height:28px;object-fit:contain;width:28px}.company-category-card:hover .company-category-icon{background:#cbd5e1;transform:scale(1.05)}.company-category-card.company-category-color-blue .company-category-icon{background:#dbeafe}.company-category-card.company-category-color-purple .company-category-icon{background:#ede9fe}.company-category-card.company-category-color-green .company-category-icon{background:#dcfce7}.company-category-card.company-category-color-yellow .company-category-icon{background:#fef9c3}.company-category-card.company-category-color-blue:hover .company-category-icon{background:#bfdbfe}.company-category-card.company-category-color-purple:hover .company-category-icon{background:#ddd6fe}.company-category-card.company-category-color-green:hover .company-category-icon{background:#bbf7d0}.company-category-card.company-category-color-yellow:hover .company-category-icon{background:#fef08a}.company-category-title{color:#1f2937;font-size:15px;font-weight:600}.company-category-total{color:#6b7280;font-size:12px}.company-files-list{animation:showCompanyFiles .2s ease;background:#f8fafc;border-top:1px solid #e5e7eb;min-width:0;overflow-x:hidden;padding:10px 14px 16px;width:100%}@keyframes showCompanyFiles{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.company-file-item{grid-gap:10px;align-items:center;background:#fff;border:1px solid #eef1f5;border-radius:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:28px minmax(0,1fr);margin-bottom:7px;min-height:52px;min-width:0;padding:11px 13px;text-align:left;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;width:100%}.company-file-item:last-child{margin-bottom:0}.company-file-item:hover:not(:disabled){background:#f1f5f9;border-color:#d3dae3;box-shadow:0 3px 8px #3341551a}.company-file-item:disabled{cursor:wait;opacity:.65}.company-file-icon{align-items:center;align-self:flex-start;display:flex;font-size:18px;justify-content:center;margin-top:1px}.company-file-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#1e3a5f;display:-webkit-box;font-size:12.5px;font-weight:500;line-height:1.5;min-width:0;overflow:hidden;overflow-wrap:anywhere;padding-right:2px;word-break:break-word}.company-file-item:hover .company-file-name{color:#334155}.company-files-empty{color:#64748b;font-size:13px;padding:16px 10px;text-align:center}@container (max-width: 880px){.company-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 560px){.company-category-button{padding:20px 16px}.company-files-list{padding:8px 10px 12px}.company-file-item{grid-template-columns:24px minmax(0,1fr)}.company-file-name{font-size:11px}}.company-category-grid.company-category-grid--single{grid-template-columns:minmax(0,340px);justify-content:center}.corporate-comment-modal{display:flex;flex-direction:column;gap:14px;width:100%}.corporate-comment-modal__company{background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:14px 16px}.corporate-comment-modal__company-label{color:#64748b;font-size:12px}.corporate-comment-modal__company-name{color:#1e3a8a;font-size:18px}.corporate-comment-modal__anonymous{background:#f8fafc;border-left:4px solid #2563eb;border-radius:6px;color:#475569;font-size:13px;line-height:1.5;padding:12px 14px}.corporate-comment-modal__label{color:#374151;font-size:14px;font-weight:600}.corporate-comment-modal__textarea{background:#fafbfd;border:1px solid #d6dde8;border-radius:10px;box-sizing:border-box;color:#1f2937;font-family:inherit;font-size:14px;height:180px;line-height:1.6;overflow-y:auto;padding:14px 16px;resize:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.corporate-comment-modal__textarea::placeholder{color:#94a3b8}.corporate-comment-modal__textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.corporate-comment-modal__textarea--error{border-color:#dc2626}.corporate-comment-modal__information{display:flex;gap:15px;justify-content:space-between;min-height:20px}.corporate-comment-modal__error{color:#dc2626;font-size:12px}.corporate-comment-modal__counter{color:#64748b;font-size:12px;margin-left:auto}.corporate-comment-modal__primary-button,.corporate-comment-modal__secondary-button{border-radius:7px;cursor:pointer;font-size:14px;font-weight:600;padding:9px 18px}.corporate-comment-modal__primary-button{background:#23952b;border:none;color:#fff}.corporate-comment-modal__primary-button:hover:not(:disabled){background:#1f8226}.corporate-comment-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.corporate-comment-modal__secondary-button:hover:not(:disabled){background:#f1f5f9}.corporate-comment-modal__primary-button:disabled,.corporate-comment-modal__secondary-button:disabled{cursor:not-allowed;opacity:.6}.development-form{width:100%}.development-form__panel{background:#f8fafc;border:1px solid #eef2f7;border-radius:24px;padding:28px}.development-form__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.development-form__field{display:flex;flex-direction:column;gap:8px}.development-form__field--half{grid-column:span 2}.development-form__field--full{grid-column:1/-1}.development-form__label{color:#334155;font-size:.95rem;font-weight:700}.development-form__select{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:.95rem;height:48px;outline:none;padding:0 16px;width:100%}.development-form__select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.development-form__select:disabled{background:#f1f5f9;cursor:not-allowed}.development-form__checkbox{align-items:center;color:#334155;display:flex;font-weight:700;gap:10px}.development-form__checkbox input{height:18px;width:18px}.development-form__error{color:#dc2626;font-size:.82rem;font-weight:600}.development-modal__primary-button,.development-modal__secondary-button{border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:700;height:46px;min-width:140px}.development-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.development-modal__primary-button{background:#23952b;border:none;color:#fff}.development-modal__primary-button:hover:not(:disabled){background:#1f8226}.development-modal__primary-button:disabled,.development-modal__secondary-button:disabled{cursor:not-allowed;opacity:.7}.development-modal__tabs{border-bottom:1px solid #dce3ec;display:flex;gap:8px;margin-bottom:20px}.development-modal__tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#667085;cursor:pointer;font-size:15px;font-weight:600;padding:12px 18px}.development-modal__tab:hover{color:#16243d}.development-modal__tab--active{border-bottom-color:#219c2d;color:#16243d}.development-image{padding:4px 0 12px}.development-image__preview{align-items:center;background-color:#eef1f5;border:1px solid #d7dee8;border-radius:14px;display:flex;justify-content:center;min-height:280px;overflow:hidden;width:100%}.development-image__preview img{background-color:#eef1f5;display:block;height:320px;object-fit:contain;width:100%}.development-image__placeholder{align-items:center;background-color:#d9dde3;color:#737d8c;display:flex;font-size:16px;font-weight:600;height:280px;justify-content:center;width:100%}.development-image__actions{align-items:center;display:flex;gap:12px;margin-top:18px}.development-image__upload{align-items:center;background-color:#219c2d;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;min-height:42px;padding:0 20px}.development-image__upload input{display:none}.development-image__remove{background-color:#fff;border:1px solid #cbd4df;border-radius:8px;color:#344054;cursor:pointer;font-weight:600;min-height:42px;padding:0 20px}.development-image__help{color:#667085;display:block;font-size:13px;margin-top:10px}.app-grid{position:relative;width:100%}.app-grid__loader{align-items:center;animation:app-grid-loader-fade-in .18s ease-out both;display:flex;flex-direction:column;gap:14px;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:5}.app-grid__spinner{height:64px;object-fit:contain;width:64px}.app-grid__label{color:#64748b;font-size:.95rem;font-weight:500}.app-grid.app-grid--loading .grid__empty{color:#0000;font-size:0;line-height:0;min-height:360px;padding:0;visibility:hidden}@keyframes app-grid-loader-fade-in{0%{opacity:0}to{opacity:1}}.intranet-admin-page{display:flex;flex-direction:column;gap:18px;width:100%}.intranet-admin-tabs{align-items:center;background:#eaf2ff;border:1px solid #bfdbfe;border-radius:14px;display:flex;gap:10px;padding:10px;width:100%}.intranet-admin-tabs__button{background:#0000;border:1px solid #0000;border-radius:10px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;min-width:130px;padding:11px 22px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.intranet-admin-tabs__button:hover{background:#ffffffa6;color:#2563eb}.intranet-admin-tabs__button--active{background:#fff;border-color:#dbeafe;box-shadow:0 3px 8px #2563eb1f;color:#2563eb}.intranet-admin-subtabs{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:8px;padding:0 4px}.intranet-admin-subtabs__button{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;position:relative}.intranet-admin-subtabs__button:after{background:#0000;border-radius:3px 3px 0 0;bottom:-1px;content:"";height:3px;left:14px;position:absolute;right:14px}.intranet-admin-subtabs__button--active,.intranet-admin-subtabs__button:hover{color:#2563eb}.intranet-admin-subtabs__button--active:after{background:#2563eb}.intranet-admin-content{width:100%}.intranet-comments__text{color:#334155;display:block;line-height:1.45;max-width:650px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intranet-admin-cover-actions{display:flex;justify-content:flex-end;margin-bottom:12px}.intranet-admin-cover-actions__button{align-items:center;background:#2563eb;border:1px solid #2563eb;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;min-height:40px;padding:9px 18px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.intranet-admin-cover-actions__button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 6px 16px #2563eb33}.intranet-admin-cover-actions__button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.intranet-admin-cover-actions__button{width:100%}.intranet-admin-tabs{justify-content:flex-start;overflow-x:auto}.intranet-admin-tabs__button{flex-shrink:0;min-width:115px}.intranet-admin-subtabs{overflow-x:auto}.intranet-admin-subtabs__button{flex-shrink:0}}.intranet-company-image{background:#fff;border:1px solid #dbe3f0;border-radius:16px;margin:20px auto;max-width:920px;padding:20px;width:calc(100% - 32px)}.intranet-company-image__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.intranet-company-image__header h2{color:#14213d;font-size:20px;margin:0 0 8px}.intranet-company-image__header p{color:#64748b;margin:0}.intranet-company-image__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.intranet-company-image__refresh,.intranet-company-image__save,.intranet-company-image__view{background:#2463eb;border:none;border-radius:9px;color:#fff;cursor:pointer;font-weight:700;min-height:42px;padding:0 20px}.intranet-company-image__view{background:#eef4ff;border:1px solid #bfd2f6;color:#1d4ed8}.intranet-company-image__view:hover{background:#2463eb;border-color:#2463eb;color:#fff}.intranet-company-image__refresh:disabled,.intranet-company-image__save:disabled{cursor:not-allowed;opacity:.55}.intranet-company-image__preview{align-items:center;background:#f1f5f9;border:1px solid #dbe3f0;border-radius:14px;color:#64748b;display:flex;height:280px;justify-content:center;margin-bottom:18px;min-height:0;overflow:hidden;width:100%}.intranet-company-image__preview img{display:block;height:100%;max-height:280px;max-width:100%;object-fit:contain;width:auto}.intranet-company-image__form{grid-column-gap:20px;grid-row-gap:8px;align-items:end;column-gap:20px;display:grid;grid-template-columns:minmax(0,1fr) 180px;row-gap:8px}.intranet-company-image__label{color:#273653;font-weight:700;grid-column:1/-1}.intranet-company-image__picker{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:9px;box-sizing:border-box;display:flex;min-height:46px;min-width:0;overflow:hidden;padding:5px;width:100%}.intranet-company-image__picker-button{align-items:center;background:#e8f0ff;border-radius:7px;color:#1d4ed8;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:700;gap:8px;justify-content:center;min-height:34px;padding:0 14px;transition:background-color .2s ease,color .2s ease,transform .2s ease}.intranet-company-image__picker-button:hover{background:#2463eb;color:#fff}.intranet-company-image__picker-button:active{transform:translateY(1px)}.intranet-company-image__picker-button--disabled{opacity:.55;pointer-events:none}.intranet-company-image__picker-icon{font-size:18px;line-height:1}.intranet-company-image__picker-name{color:#64748b;font-size:14px;min-width:0;overflow:hidden;padding:0 12px;text-overflow:ellipsis;white-space:nowrap}.intranet-company-image__picker-input{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.intranet-company-image__form input[type=file]{box-sizing:border-box;min-width:0}.intranet-company-image__form small{color:#64748b;grid-column:1/-1}.intranet-company-image__save{align-self:stretch;grid-column:2;grid-row:2;margin:0;width:180px}.intranet-company-image__viewer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#091223d1;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:9999}.intranet-company-image__viewer-content{background:#fff;border-radius:14px;box-shadow:0 24px 70px #00000059;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:92vh;overflow:hidden;width:min(1100px,96vw)}.intranet-company-image__viewer-header{align-items:center;border-bottom:1px solid #e2e8f0;color:#1e2b44;display:flex;gap:16px;justify-content:space-between;padding:14px 18px}.intranet-company-image__viewer-header button{background:#edf2f7;border:0;border-radius:50%;color:#334155;cursor:pointer;display:grid;font-size:25px;height:36px;line-height:1;padding:0;place-items:center;width:36px}.intranet-company-image__viewer-body{background:#eef2f7;overflow:auto;padding:16px;text-align:center}.intranet-company-image__viewer-body img{border-radius:8px;display:block;height:auto;margin:0 auto;max-width:100%;object-fit:contain}@media (max-width:720px){.intranet-company-image{margin:12px auto;padding:16px;width:calc(100% - 20px)}.intranet-company-image__header{flex-direction:column}.intranet-company-image__actions,.intranet-company-image__refresh,.intranet-company-image__save,.intranet-company-image__view{width:100%}.intranet-company-image__preview{height:210px}.intranet-company-image__preview img{max-height:210px}.intranet-company-image__form{display:flex}.intranet-company-image__viewer{padding:10px}.intranet-company-image__viewer-content{max-height:95vh;width:100%}}.corporate-cover-form{grid-gap:16px;color:#17233a;display:grid;gap:16px;margin:0 auto;width:min(100%,860px)}.corporate-cover-form__section{grid-gap:10px;background:#fbfdff;border:1px solid #dbe5f2;border-radius:14px;display:grid;gap:10px;padding:16px}.corporate-cover-form__heading{align-items:center;display:flex;gap:12px;justify-content:space-between}.corporate-cover-form__label{color:#283858;font-size:14px;font-weight:700}.corporate-cover-form__label span{color:#dc2626}.corporate-cover-form__counter,.corporate-cover-form__help{color:#6b7c99;font-size:12px}.corporate-cover-form__view-button{background:#eef4ff;border:1px solid #bfd2f6;border-radius:8px;color:#1d4ed8;cursor:pointer;font-size:12px;font-weight:700;padding:7px 12px;transition:background-color .2s ease,color .2s ease}.corporate-cover-form__view-button:hover{background:#2563eb;color:#fff}.corporate-cover-form__textarea{background:#fff;border:1px solid #c9d6e8;border-radius:10px;box-sizing:border-box;color:#273653;font:inherit;line-height:1.55;max-height:150px;min-height:96px;outline:none;padding:13px 14px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.corporate-cover-form__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.corporate-cover-form__control--error{border-color:#dc2626}.corporate-cover-form__preview-container{background:#edf3f9;border:1px solid #d7e1ee;border-radius:12px;display:grid;height:210px;overflow:hidden;place-items:center;width:100%}.corporate-cover-form__preview{display:block;height:100%;object-fit:cover;width:100%}.corporate-cover-form__placeholder{color:#718096;padding:24px;text-align:center}.corporate-cover-form__upload{grid-gap:12px;align-items:center;background:#fff;border:1px solid #cbd8e8;border-radius:11px;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:56px;padding:8px}.corporate-cover-form__file-input{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.corporate-cover-form__file-button{align-items:center;background:#e8f0ff;border-radius:8px;color:#1d4ed8;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;min-height:40px;padding:0 16px;transition:background-color .2s ease,color .2s ease}.corporate-cover-form__file-button:hover{background:#2563eb;color:#fff}.corporate-cover-form__file-button--disabled{opacity:.55;pointer-events:none}.corporate-cover-form__file-info{grid-gap:2px;display:grid;gap:2px;min-width:0}.corporate-cover-form__file-info span,.corporate-cover-form__file-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-cover-form__file-info strong{color:#34445f;font-size:13px}.corporate-cover-form__file-info span{color:#7a8aa5;font-size:12px}.corporate-cover-form__remove-button{background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-weight:700;min-height:36px;padding:0 13px}.corporate-cover-form__error{color:#dc2626;font-size:12px;font-weight:600}.corporate-cover-form__footer{display:flex;gap:12px;justify-content:flex-end}.corporate-cover-form__viewer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#091223d1;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:9999}.corporate-cover-form__viewer-content{background:#fff;border-radius:14px;box-shadow:0 24px 70px #00000059;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:92vh;overflow:hidden;width:min(1100px,96vw)}.corporate-cover-form__viewer-header{align-items:center;border-bottom:1px solid #e2e8f0;color:#1e2b44;display:flex;gap:16px;justify-content:space-between;padding:14px 18px}.corporate-cover-form__viewer-header button{background:#edf2f7;border:0;border-radius:50%;color:#334155;cursor:pointer;display:grid;font-size:25px;height:36px;line-height:1;padding:0;place-items:center;width:36px}.corporate-cover-form__viewer-body{background:#eef2f7;overflow:auto;padding:16px;text-align:center}.corporate-cover-form__viewer-body img{border-radius:8px;display:block;height:auto;margin:0 auto;max-width:100%;object-fit:contain}.corporate-cover-form__primary-button,.corporate-cover-form__secondary-button{border-radius:9px;cursor:pointer;font-weight:700;min-height:42px;padding:0 20px}.corporate-cover-form__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.corporate-cover-form__primary-button{background:#23952b;border:none;color:#fff}.corporate-cover-form__primary-button:hover:not(:disabled){background:#1f8226}.corporate-cover-form button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.corporate-cover-form__section{padding:12px}.corporate-cover-form__preview-container{height:170px}.corporate-cover-form__upload{grid-template-columns:1fr auto}.corporate-cover-form__file-button{grid-column:1/-1}.corporate-cover-form__footer{width:100%}.corporate-cover-form__primary-button,.corporate-cover-form__secondary-button{flex:1 1}.corporate-cover-form__viewer{padding:10px}.corporate-cover-form__viewer-content{max-height:95vh;width:100%}}.intranet-form{width:100%}.intranet-form__panel{background:#f8fafc;border:1px solid #eef2f7;border-radius:24px;padding:28px}.intranet-form__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.intranet-form__field{display:flex;flex-direction:column;gap:8px;min-width:0}.intranet-form__field--full{grid-column:1/-1}.intranet-form__field--half{grid-column:span 2}.intranet-form__label{align-items:center;color:#334155;display:flex;font-size:.95rem;font-weight:700;gap:4px}.intranet-form__required{color:#dc2626}.intranet-form__file-input,.intranet-form__select,.intranet-form__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.intranet-form__select{height:48px;padding:0 16px}.intranet-form__textarea{min-height:120px;padding:14px 16px;resize:vertical}.intranet-form__file-input{min-height:48px;padding:10px 12px}.intranet-form__file-input:focus,.intranet-form__select:focus,.intranet-form__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.intranet-form__file-input:disabled,.intranet-form__select:disabled,.intranet-form__textarea:disabled{background:#f1f5f9;cursor:not-allowed}.intranet-form__control--error{border-color:#dc2626}.intranet-form__error{color:#dc2626;font-size:.78rem;line-height:1.3}.intranet-form__help{color:#64748b;font-size:.78rem;line-height:1.3}.intranet-form__description-footer{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.intranet-form__counter{color:#94a3b8;flex-shrink:0;font-size:.78rem}.intranet-form__current-file{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;display:flex;gap:12px;padding:13px 15px}.intranet-form__pdf-badge{align-items:center;background:#dc2626;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:800;height:45px;justify-content:center;width:45px}.intranet-form__current-file-content{display:flex;flex-direction:column;min-width:0}.intranet-form__current-file-content strong{color:#1e293b;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intranet-form__current-file-label{color:#64748b;font-size:.75rem;margin-bottom:3px}.intranet-form__selected-file{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px;display:flex;gap:16px;justify-content:space-between;padding:13px 15px}.intranet-form__selected-file>div{display:flex;flex-direction:column;min-width:0}.intranet-form__selected-file strong{color:#065f46;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intranet-form__selected-file span{color:#047857;font-size:.75rem;margin-top:3px}.intranet-form__remove-file-button{background:#fff;border:1px solid #fecaca;border-radius:10px;color:#dc2626;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.8rem;font-weight:700;padding:8px 12px}.intranet-form__remove-file-button:hover:not(:disabled){background:#fef2f2}.intranet-form__remove-file-button:disabled{cursor:not-allowed;opacity:.7}.intranet-modal__primary-button,.intranet-modal__secondary-button{border-radius:14px;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;height:46px;min-width:140px}.intranet-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.intranet-modal__primary-button{background:#23952b;border:none;color:#fff}.intranet-modal__secondary-button:hover:not(:disabled){background:#f1f5f9}.intranet-modal__primary-button:hover:not(:disabled){background:#1f8226}.intranet-modal__primary-button:disabled,.intranet-modal__secondary-button:disabled{cursor:not-allowed;opacity:.7}.intranet-grid__download-button{background:#fff;border:1px solid #2563eb;border-radius:10px;color:#2563eb;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:700;min-height:34px;padding:6px 12px;white-space:nowrap}.intranet-grid__download-button:hover:not(:disabled){background:#eff6ff}.intranet-grid__download-button:disabled{border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed;opacity:.7}@media (max-width:900px){.intranet-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intranet-form__field--half{grid-column:span 1}}@media (max-width:640px){.intranet-form__panel{border-radius:18px;padding:20px}.intranet-form__grid{grid-template-columns:1fr}.intranet-form__field--full,.intranet-form__field--half{grid-column:1}.intranet-form__selected-file{align-items:stretch;flex-direction:column}.intranet-form__remove-file-button{width:100%}.intranet-modal__primary-button,.intranet-modal__secondary-button{min-width:110px}}.property-catalog-form{width:100%}.property-catalog-form__panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:24px}.property-catalog-form__grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(5,minmax(0,1fr))}.property-catalog-form__full{display:flex;flex-direction:column;gap:8px;grid-column:1/-1}.property-catalog-form__label{color:#334155;font-size:14px;font-weight:700}.property-catalog-form__full textarea{background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;color:#0f172a;font:inherit;min-height:100px;outline:none;padding:12px 14px;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease;width:100%}.property-catalog-form__full textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.property-catalog-form__full textarea:disabled{background:#f1f5f9;cursor:not-allowed}.property-catalog-form__checkbox{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;grid-column:span 2;margin-top:24px;min-height:48px;padding:10px 14px}.property-catalog-form__field--double{grid-column:span 2;min-width:0}.property-catalog-form__checkbox input{accent-color:#2563eb;cursor:pointer;flex:0 0 auto;height:18px;width:18px}.property-catalog-form__checkbox span{display:flex;flex-direction:column;gap:2px;min-width:0}.property-catalog-form__checkbox strong{color:#334155;font-size:14px}.property-catalog-form__checkbox small{color:#64748b;font-size:12px}.property-catalog-form__error{color:#dc2626;font-size:12px}@media (max-width:1200px){.property-catalog-form__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1000px){.property-catalog-form__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.property-catalog-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-catalog-form__checkbox{margin-top:0}}@media (max-width:520px){.property-catalog-form__panel{padding:16px}.property-catalog-form__grid{gap:16px;grid-template-columns:minmax(0,1fr)}.property-catalog-form__checkbox,.property-catalog-form__field--double{grid-column:span 1}}.purchase-order-classification-form{width:100%}.purchase-order-classification-form__panel{grid-gap:22px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;display:grid;gap:22px;padding:24px}.purchase-order-classification-form__section{grid-gap:10px;display:grid;gap:10px}.purchase-order-classification-form__section-title{color:#334155;font-size:.95rem;font-weight:700}.purchase-order-classification-form__help{color:#64748b;font-size:.84rem;margin:-4px 0 2px}.purchase-order-classification-form__options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-classification-form__active,.purchase-order-classification-form__option{align-items:flex-start;background:#fff;border:1px solid #dbe3ef;border-radius:12px;color:#334155;cursor:pointer;display:flex;gap:11px;padding:14px}.purchase-order-classification-form__active{background:#eff6ff;border-color:#bfdbfe}.purchase-order-classification-form__active input,.purchase-order-classification-form__option input{accent-color:#2563eb;cursor:pointer;flex:0 0 auto;height:17px;margin-top:2px;width:17px}.purchase-order-classification-form__active span,.purchase-order-classification-form__option span{grid-gap:4px;display:grid;gap:4px}.purchase-order-classification-form__active small,.purchase-order-classification-form__option small{color:#64748b;line-height:1.35}@media (max-width:680px){.purchase-order-classification-form__options{grid-template-columns:1fr}.purchase-order-classification-form__panel{padding:18px}}.purchase-order-modal__footer{align-items:center;display:flex;gap:16px;justify-content:flex-end;padding-top:8px;width:100%}.purchase-order-modal__primary-button,.purchase-order-modal__secondary-button{font-size:1rem;height:48px;padding:0 24px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,transform .1s ease}.purchase-order-modal__secondary-button{cursor:pointer}.purchase-order-modal__secondary-button:hover:not(:disabled){background:#f1f5f9}.purchase-order-modal__primary-button{cursor:pointer}.purchase-order-modal__primary-button:active:not(:disabled),.purchase-order-modal__secondary-button:active:not(:disabled){transform:translateY(1px)}.purchase-order-modal__primary-button:disabled,.purchase-order-modal__secondary-button:disabled{cursor:not-allowed;opacity:.6}.purchase-order-modal__primary-button--loading{position:relative}@media (max-width:640px){.purchase-order-modal__footer{align-items:stretch;flex-direction:column-reverse}.purchase-order-modal__primary-button,.purchase-order-modal__secondary-button{width:100%}}.purchase-order-files-tab__actions{align-items:center;display:flex;gap:8px}.icon-button{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;min-height:34px;min-width:34px;overflow:visible;padding:0;width:34px}.icon-button:hover{background-color:#f1f3f5}.icon-button svg{display:block;flex-shrink:0;height:18px;overflow:visible;width:18px}.icon-button--primary svg{fill:#0d6efd}.icon-button--danger svg{fill:#dc3545}.icon-button--primary:hover svg{fill:#084298}.icon-button--danger:hover svg{fill:#a71d2a}.purchase-order-files-tab__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.purchase-order-files-tab__toolbar{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-left:auto}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;height:40px;padding:0 16px;transition:all .2s ease}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn--secondary:hover:not(:disabled){background:#f9fafb}.btn:disabled{cursor:not-allowed;opacity:.6}.btn svg{height:18px;width:18px}.btn--primary{box-shadow:0 6px 14px #2563eb2e}.purchase-order-files-tab{padding:16px 20px 8px}.purchase-order-files-tab__header{margin-bottom:16px}.purchase-order-create-files{max-height:55vh;overflow-y:auto;padding:22px 6px 8px 0}.purchase-order-create-files__dropzone{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;margin-bottom:16px;padding:28px 24px;text-align:center;transition:all .2s ease}.purchase-order-create-files__dropzone:hover{background:#eff6ff;border-color:#2563eb}.purchase-order-create-files__title{color:#1f2937;font-size:16px;font-weight:700;margin:0 0 6px}.purchase-order-create-files__description{color:#64748b;font-size:14px;margin:0 0 18px}.purchase-order-create-files__input{display:none}.purchase-order-create-files__button{align-items:center;background:#2563eb;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;height:42px;justify-content:center;min-width:170px;padding:0 18px;transition:all .2s ease}.purchase-order-create-files__button:hover{background:#1d4ed8}.purchase-order-create-files__hint{color:#64748b;font-size:13px;margin-top:14px}.purchase-order-create-files__list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:18px 0 0;padding:0}.purchase-order-create-files__item{grid-gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:grid;font-size:14px;gap:12px;grid-template-columns:42px 1fr auto auto;padding:12px 14px}.purchase-order-create-files__index{align-items:center;background:#eff6ff;border-radius:999px;color:#2563eb;display:inline-flex;font-size:13px;font-weight:700;height:28px;justify-content:center;width:28px}.purchase-order-create-files__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-order-create-files__size{color:#64748b;font-size:13px;white-space:nowrap}.purchase-order-create-files__remove{background:#fee2e2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:600;padding:6px 10px;transition:all .2s ease}.purchase-order-create-files__remove:hover{background:#fecaca;transform:scale(1.05)}.purchase-order-modal__body{max-height:none;overflow:visible;padding-right:6px}.purchase-order-create-files::-webkit-scrollbar{width:6px}.purchase-order-create-files::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.purchase-order-create-files::-webkit-scrollbar-thumb:hover{background:#94a3b8}.purchase-order-form{width:100%}.purchase-order-form__panel{background:#f8fafc;border:1px solid #eef2f7;border-radius:24px;padding:28px}.purchase-order-form__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.purchase-order-form__field{display:flex;flex-direction:column;gap:8px}.purchase-order-form__field--full{grid-column:1/-1}.purchase-order-form__field--folio{grid-column:span 2}.purchase-order-form__label{color:#334155;font-size:.95rem;font-weight:700}.purchase-order-form__folio-row{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto}.purchase-order-form__folio-input{min-width:0}.purchase-order-form__input{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:.95rem;height:48px;outline:none;padding:0 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.purchase-order-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.purchase-order-form__input:disabled{background:#f1f5f9;cursor:not-allowed}.purchase-order-form__verify-button{background:#00299a;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;height:52px;margin-top:0;min-width:130px;padding:0 18px;transition:all .2s ease;white-space:nowrap}.purchase-order-form__verify-button:hover{opacity:.95}.purchase-order-form__verify-button:disabled{cursor:not-allowed;opacity:.7}.purchase-order-modal__primary-button,.purchase-order-modal__secondary-button{border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:700;height:46px;min-width:140px}.purchase-order-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.purchase-order-modal__primary-button{background:#23952b;border:none;color:#fff}.purchase-order-modal__primary-button:hover:not(:disabled){background:#1f8226}.purchase-order-files-modal{width:100%}.purchase-order-files-modal__empty{color:#6b7280;font-size:14px;padding:24px 12px;text-align:center}.purchase-order-files-modal__table-wrapper{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;width:100%}.purchase-order-files-table{background:#fff;border-collapse:collapse;min-width:560px;width:100%}.purchase-order-files-table thead tr{background:#f8fafc}.purchase-order-files-table td,.purchase-order-files-table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:12px 14px;text-align:left}.purchase-order-files-table th{color:#1f2937;font-weight:600}.purchase-order-files-table td{color:#374151}.purchase-order-files-table tbody tr:hover{background:#f9fafb}.purchase-order-files-modal__download-button{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px}.purchase-order-files-modal__download-button:hover{background:#dbeafe}.purchase-order-files-modal__download-button:disabled{cursor:not-allowed;opacity:.6}.purchase-order-form__field--1{grid-column:span 1}.purchase-order-form__field--2{grid-column:span 2}.purchase-order-form__field--3{grid-column:span 3}.purchase-order-form__option--development{color:#5c7292!important;font-weight:700!important}.purchase-order-form__option--rent{color:#0057ff!important;font-weight:700!important}.purchase-order-form__option--sale{color:#d97706!important;font-weight:700!important}.purchase-order-form__option--property{color:#475569!important;font-weight:700!important}@media (max-width:992px){.purchase-order-form__grid{grid-template-columns:repeat(2,1fr)}.purchase-order-form__field--folio{grid-column:span 2}}@media (max-width:768px){.purchase-order-form__grid{grid-template-columns:1fr}.purchase-order-form__field,.purchase-order-form__field--folio,.purchase-order-form__field--full{grid-column:span 1}.purchase-order-form__folio-row{grid-template-columns:1fr}.purchase-order-form__verify-button{width:100%}}.rentals-page{background:#f8fafc;box-sizing:border-box;max-width:100%;min-width:0;overflow-x:hidden;padding:24px;width:100%}.rentals-page__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.rentals-page__title{color:#14213d;font-size:1.8rem;font-weight:700;margin:0}.rentals-page__subtitle{color:#6b7280;font-size:.95rem;margin:4px 0 0}.rentals-page__toolbar{display:flex;flex-wrap:wrap;gap:10px}.rentals-page__button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:10px 14px;transition:all .2s ease}.rentals-page__button:disabled{cursor:not-allowed;opacity:.7}.rentals-page__button--primary{background:#2563eb;color:#fff}.rentals-page__button--primary:hover{background:#1d4ed8}.rentals-page__button--secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.rentals-page__button--secondary:hover{background:#f9fafb}.rentals-page__actions{align-items:center;display:flex;gap:8px}.rentals-page__icon-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.rentals-page__icon-button:hover{background:#eff6ff}.rentals-page__icon-button--danger{color:#dc2626}.rentals-page__icon-button--danger:hover{background:#fef2f2}.development-chart{min-width:0}.rentals-rent-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;display:grid;inset:0;place-items:center;position:fixed;z-index:999}.rentals-rent-modal__content{background:#fff;border-radius:22px;box-shadow:0 24px 80px #0f172a47;min-height:240px;padding:24px;width:min(520px,calc(100% - 32px))}.content-loader{align-items:center;animation:content-loader-fade-in .18s ease-out both;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:#fff9;display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;position:absolute;z-index:50}.content-loader__spinner{height:64px;object-fit:contain;width:64px}.content-loader__text{color:#334155;font-size:13px;font-weight:600;letter-spacing:.02em}@keyframes content-loader-fade-in{0%{opacity:0}to{opacity:1}}.rental-form{max-width:100%;overflow-x:hidden;padding-top:18px}.rental-form__property-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;color:#0f172a;margin-bottom:18px;padding:14px 16px}.rental-form__grid{grid-gap:16px 18px;gap:16px 18px;grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%}.rental-form__grid>*{min-width:0}.rental-form button,.rental-form input,.rental-form select{box-sizing:border-box;max-width:100%;width:100%}.rental-modal__footer{display:flex;gap:12px;justify-content:flex-end}.rental-modal__primary-button,.rental-modal__secondary-button{border-radius:12px;cursor:pointer;font-weight:700;height:44px;min-width:140px}.rental-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.rental-modal__primary-button{background:#23952b;border:0;color:#fff}.rental-modal__primary-button:hover:not(:disabled){background:#1f8226}.rental-cancel-tab{padding:24px 0 8px}.rental-cancel-tab__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:24px}.rental-cancel-tab__label{color:#334155;display:block;font-weight:700;margin-bottom:10px}.rental-cancel-tab__label span{color:#dc2626}.rental-cancel-tab__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:14px;min-height:140px;outline:none;padding:14px 16px;resize:vertical;width:100%}.rental-cancel-tab__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.rental-comments-tab{padding:24px 0 8px}.rental-comments-tab__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:24px}.rental-comments-tab__label{color:#334155;display:block;font-weight:700;margin-bottom:10px}.rental-comments-tab__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;line-height:1.5;min-height:180px;outline:none;padding:14px 16px;resize:vertical;width:100%}.rental-comments-tab__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.rental-comments-tab__textarea::placeholder{color:#94a3b8}@media (max-width:1100px){.rental-form__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:700px){.rental-form__grid{grid-template-columns:1fr}}@media (max-width:1200px){.rental-form__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.rental-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.rental-form__grid{grid-template-columns:1fr}}.base-modal:has(.rental-modal__content) .base-modal__header{padding:12px 28px 14px}.rental-modal__title{display:flex;flex-direction:column;gap:12px;min-width:0}.rental-modal__title-heading{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2}.rental-modal__title-details{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:500;gap:6px 16px;line-height:1.35}.rental-modal__title-label{color:#64748b;font-weight:600}.rental-modal__title-item strong{color:#0f172a;font-weight:700}.rental-modal__title-status{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:3px 12px;white-space:nowrap}.rental-modal__title-status strong{color:inherit;font-weight:700}.rental-modal__title-status--pendiente{background:#fff7e6;border-color:#ffd591;color:#ad6800}.rental-modal__title-status--autorizado,.rental-modal__title-status--en-renta{background:#e6f4ff;border-color:#91caff;color:#0958d9}.rental-modal__title-status--anticipo{background:#f9f0ff;border-color:#d3adf7;color:#722ed1}.rental-modal__title-status--pagado{background:#f6ffed;border-color:#b7eb8f;color:#389e0d}.rental-modal__title-status--cancelado{background:#fff1f0;border-color:#ffa39e;color:#cf1322}.rental-modal__title-status--desocupado{background:#f4f4f5;border-color:#d4d4d8;color:#52525b}.rental-modal__content{display:flex;flex-direction:column;max-height:calc(100vh - 240px);min-height:0;overflow:hidden;width:100%}.rental-modal__tab-content{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;scrollbar-gutter:stable}.rental-modal__tab-content::-webkit-scrollbar{width:8px}.rental-modal__tab-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.rental-modal__tab-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.rental-modal__tab-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.purchase-orders-tab{padding:18px 0 4px}.purchase-orders-tab__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.purchase-orders-tab__header h3{color:#0f172a;font-size:1.05rem;font-weight:700;margin:0}.purchase-orders-tab__selected{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;padding:7px 14px;white-space:nowrap}.rental-files-tab{padding:18px 0 4px}.rental-files-tab__notice{color:#1f2937;flex:1 1 auto;font-size:14px;line-height:1.4;margin:0;min-width:0}.rental-files-tab__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px;padding:0 20px}.rental-files-tab__header h3{color:#111827;font-size:17px;font-weight:700;margin:0}.rental-files-tab__actions{align-items:center;display:flex;gap:12px}.rental-files-tab__refresh,.rental-files-tab__upload{border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;font-weight:700;height:40px}.rental-files-tab__refresh{background:#fff;color:#111827;font-size:24px;line-height:1;width:50px}.rental-files-tab__upload{background:#2563eb;border-color:#2563eb;color:#fff;padding:0 18px}.rental-files-tab__refresh:disabled,.rental-files-tab__upload:disabled{cursor:not-allowed;opacity:.6}.rental-files-tab__table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 20px;max-height:335px;overflow:auto}.rental-files-tab__table{border-collapse:collapse;font-size:14px;width:100%}.rental-files-tab__table thead th{background:#eef4ff;border-bottom:1px solid #dbe3ef;color:#111827;font-weight:700;padding:16px 18px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.rental-files-tab__table tbody td{border-bottom:1px solid #e5e7eb;color:#374151;padding:16px 18px}.rental-files-tab__table tbody tr:nth-child(2n){background:#f9fafb}.rental-files-tab__empty{color:#6b7280;padding:28px 18px!important;text-align:center}.rental-files-tab__row-actions{align-items:center;display:flex;gap:14px}.rental-files-tab__row-actions button{background:#0000;border:none;cursor:pointer;font-size:17px;line-height:1}.rental-files-tab__delete{color:#e11d48}.rental-files-tab__refresh svg{height:20px;width:20px}.rental-files-tab__row-actions button svg{display:block;flex-shrink:0;height:18px;overflow:visible;width:18px}.rental-files-tab__row-actions button{color:#111827}.rental-files-tab__delete{color:#e11d48!important}.rental-files-tab__delete svg{fill:#ef4444;color:#e11d48;color:#ef4444;height:18px;width:18px}.rental-edit-form{padding:8px 0 0}.rental-edit-form__panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:20px}.rental-edit-form__grid{grid-gap:14px 18px;display:grid;gap:14px 18px;grid-template-columns:repeat(5,minmax(0,1fr))}.rental-edit-form__field{min-width:0}.rental-edit-form__field--folio,.rental-edit-form__field--tenant{grid-column:span 2}.rental-edit-form__field--date{grid-column:span 1}.rental-edit-form__folio-row{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 128px}.rental-edit-form__folio-input{min-width:0}.rental-edit-form__verify-button{background:#5474c5;border:0;border-radius:14px;color:#fff;cursor:pointer;font-weight:800;height:52px}.rental-edit-form__verify-button:disabled{cursor:not-allowed;opacity:.65}.rental-edit-form button,.rental-edit-form input,.rental-edit-form select{box-sizing:border-box;max-width:100%}@media (max-width:1400px){.rental-edit-form__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1200px){.rental-edit-form__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rental-edit-form__field--date,.rental-edit-form__field--folio,.rental-edit-form__field--tenant{grid-column:span 2}}@media (max-width:900px){.rental-edit-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rental-edit-form__field--date,.rental-edit-form__field--folio,.rental-edit-form__field--tenant{grid-column:span 2}}@media (max-width:640px){.rental-edit-form__folio-row,.rental-edit-form__grid{grid-template-columns:1fr}.rental-edit-form__field--date,.rental-edit-form__field--folio,.rental-edit-form__field--tenant{grid-column:span 1}}.rental-months-tab{overflow:visible;padding:20px 0 0}.rental-months-tab__notice{background:#edf4ff;border:1px solid #cfe0ff;border-radius:14px;color:#001b49;font-weight:700;margin-bottom:16px;padding:14px 16px}.rental-months-tab__table-wrapper{overflow:visible}.rental-months-tab__table{border-collapse:collapse;width:100%}.rental-months-tab__table td,.rental-months-tab__table th{border-bottom:1px solid #e5e7eb;font-weight:700;padding:12px;text-align:left}.rental-months-tab__table th{background:#f8fafc;color:#002b5c}.rental-months-tab__amount{width:180px}.rental-months-tab__empty{color:#64748b;padding:24px;text-align:center}.rental-months-tab [class*=Dropdown],.rental-months-tab [class*=Select],.rental-months-tab [class*=dropdown],.rental-months-tab [class*=select]{z-index:9999}.rental-months-tab__status{align-items:center;border:1px solid;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:700;justify-content:center;line-height:1.2;min-width:96px;padding:6px 14px;transition:filter .15s ease}.rental-months-tab__status--paid{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.rental-months-tab__status--pending{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.rental-months-tab__status:hover{filter:brightness(.97)}.rental-months-tab__status-label{cursor:default;display:inline-block;font-size:.85rem;font-weight:700;line-height:1.3;-webkit-user-select:none;user-select:none;white-space:nowrap}.rental-months-tab__status-label--paid{color:#16a34a}.rental-months-tab__status-label--pending{color:#ea580c}.reportsPage{grid-gap:16px;display:grid;gap:16px;grid-template-columns:240px 1fr;min-height:calc(100vh - 120px)}.reportsPage__sidebar{background:#0f2747;border-radius:16px;padding:16px}.reportsPage__content{background:#f7f9fc;border-radius:16px;overflow:auto;padding:20px;position:relative}.reportsSidebarTabs__title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:16px}.reportsSidebarTabs__list{display:flex;flex-direction:column;gap:10px}.reportsSidebarTabs__item{background:#ffffff1f;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 14px;text-align:left}.reportsSidebarTabs__item--active{background:#4c95d9}.reportDashboard__header h1{color:#14325c;margin:0 0 20px}.reportDashboard__development{margin-bottom:20px}.reportDashboard__development h2{color:#14325c;margin:0}.reportDashboard__development p{color:#d89b00;font-size:1.1rem;font-weight:700;margin-top:6px}.reportDashboard__cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(150px,1fr));margin-bottom:20px}.reportCard{box-shadow:0 2px 10px #00000014;padding:16px}.reportCard span{color:#5a6b85;display:block;font-size:.85rem;margin-bottom:8px}.reportCard strong{color:#14213d;font-size:1.3rem}.reportDashboard__contentGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.reportPanel{box-shadow:0 2px 10px #00000014;min-height:180px;padding:18px}.reportPanel--large{display:none}.reportPanel--full{grid-column:1/span 2;min-height:220px}.reportChartPlaceholder{align-items:center;border:2px dashed #9eb4d0;border-radius:12px;color:#5a6b85;display:flex;justify-content:center;margin-top:16px;min-height:140px}.reportPanel__chart{margin-top:16px;position:relative}.reportPanel__chart--donut{min-height:220px}.reportPanel__chart--line{min-height:260px}.reportPanel__chart--bar{min-height:420px}.reportDonutCenter{align-items:center;display:flex;flex-direction:column;gap:4px}.reportDonutCenter strong{color:#14213d;font-size:2rem;font-weight:800}.reportDonutCenter span{color:#5a6b85;font-size:1rem}.reportTooltip{border:1px solid #d8e1ef;box-shadow:0 10px 24px #14213d1a}.reportTooltip__label{color:#5a6b85;font-size:.85rem}.reportTooltip__value{color:#14213d;font-size:.95rem;font-weight:700}.incomeReport{width:100%}.incomeReport__header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.incomeReport__titleBox{display:flex;flex-direction:column;gap:10px}.incomeReport__titleBox h1{color:#001b49;font-size:24px;font-weight:900;margin:0}.incomeReport__activeFilter{align-items:center;background:#edf4ff;border:1px solid #cfe0ff;border-radius:999px;color:#001b49;display:inline-flex;gap:8px;padding:8px 14px;width:-webkit-fit-content;width:fit-content}.incomeReport__activeFilter span{color:#52627a;font-size:13px;font-weight:700}.incomeReport__activeFilter strong{color:#001b49;font-size:13px;font-weight:900;text-transform:uppercase}.incomeReport__filterBox{align-items:flex-end;display:flex;flex:0 0 auto;gap:12px;width:auto}.incomeReport__filterItem{width:320px}.incomeReport__filterItem--hidden{display:none}.incomeReport__summary{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px}.incomeReportCard{background:#fff;border-radius:16px;box-shadow:0 4px 14px #0f274714;padding:18px 16px}.incomeReportCard--po{border-left:6px solid #7ac143}.incomeReportCard--rentals{border-left:6px solid #d96d1f}.incomeReportCard strong{color:#001b49;display:block;font-size:22px;font-weight:900}.incomeReport__contentGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.incomeReportPanel{background:#fff;border-radius:16px;box-shadow:0 4px 14px #0f274714;padding:36px 18px}.incomeReportPanel h3{color:#000;font-size:18px;font-weight:900;margin:0 0 18px}.incomeReportPanel__chart--donut{height:240px;position:relative}.incomeReportPanel__centerOverlay{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.incomeReportDonutCenter{color:#001b49;text-align:center}.incomeReportDonutCenter strong{display:block;font-size:32px;font-weight:900;line-height:1}.incomeReportDonutCenter span{color:#52627a;display:block;font-size:14px;font-weight:700;margin-top:10px}.incomeReportTooltip{background:#fff;border-radius:10px;box-shadow:0 4px 14px #0f274729;padding:10px 12px}.incomeReportTooltip__label{color:#52627a;font-size:12px;font-weight:700;margin:0 0 4px}.incomeReportTooltip__value{color:#001b49;font-size:14px;font-weight:900;margin:0}.incomeReportCard__developmentName{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase}.incomeReportCard span{color:#52627a;display:block;font-size:12px;font-weight:800;margin-bottom:8px;text-transform:uppercase}@media (max-width:900px){.incomeReport__header{flex-direction:column}.incomeReport__filterBox{flex:initial;width:100%}.incomeReport__contentGrid,.incomeReport__summary{grid-template-columns:1fr}}.reportDashboard__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.reportDashboard__header>div:first-child{flex:1 1}.reportFilterIndicator{align-items:center;background:#eef4ff;border:1px solid #c7d7ff;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;margin-bottom:20px;margin-top:8px;padding:14px}.reportDashboard__cards--scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.reportDashboard__cards--scroll .reportCard{flex:0 0 230px;min-width:230px;scroll-snap-align:start}.reportDashboard__cards--scroll::-webkit-scrollbar{height:8px}.reportDashboard__cards--scroll::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:999px}.reportDashboard__filterBox{align-items:flex-end;display:flex;flex:0 0 auto;gap:12px;width:auto}.reportDashboard__filterItem{width:320px}.reportDashboard__filterItem--hidden{display:none}.rentalsReport{width:100%}.rentalsReport__header{margin-bottom:18px}.rentalsReport__header h1{color:#001b49;font-size:22px;font-weight:800;margin:0}.rentalsReport__header--filters{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.rentalsReport__titleBox{display:flex;flex-direction:column;gap:10px}.rentalsReport__activeFilter{align-items:center;background:#edf4ff;border:1px solid #cfe0ff;border-radius:999px;color:#001b49;display:inline-flex;gap:8px;margin-bottom:20px;padding:14px;width:-webkit-fit-content;width:fit-content}.rentalsReport__activeFilter span{color:#52627a;font-size:13px;font-weight:700}.rentalsReport__activeFilter strong{color:#001b49;font-size:13px;font-weight:900;text-transform:uppercase}.rentalsReport__filterBox{align-items:flex-end;display:flex;flex:0 0 auto;gap:12px;width:auto}.rentalsReport__filterItem{width:320px}.rentalsReport__filterItem--hidden{display:none}.rentalsReport__cards{margin-bottom:28px}.rentalsReport__cards--scroll{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-snap-type:x mandatory}.rentalsReport__cards--scroll .reportCard{flex:0 0 290px;min-width:290px;scroll-snap-align:start}.rentalsReport__cards--scroll::-webkit-scrollbar{height:8px}.rentalsReport__cards--scroll::-webkit-scrollbar-track{background:#edf4ff;border-radius:999px}.rentalsReport__cards--scroll::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:999px}.reportCard{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0f274714;overflow:hidden;padding:18px 16px 18px 22px;position:relative}.reportCard:before{content:"";height:100%;left:0;position:absolute;top:0;width:6px}.reportCard--development:before,.reportCard--paid:before{background:#7ac143}.reportCard--pending:before{background:#d96d1f}.reportCard--property:before{background:#1d4ed8}.reportCard--property{background:#f8fbff;border:1px solid #bfdbfe}.reportCard__development{color:#52627a;display:block;font-size:12px;font-weight:800;margin-bottom:8px;text-transform:uppercase}.reportCard--property .reportCard__development{color:#1d4ed8}.reportCard__property{color:#001b49;display:block;font-size:14px;font-weight:900;margin-bottom:10px;text-transform:uppercase}.reportCard__badge{color:#52627a;display:block;font-size:12px;font-weight:800;margin-bottom:8px;text-transform:uppercase}.reportCard strong{color:#001b49;display:block;font-size:22px;font-weight:900}.rentalsReport__contentGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.reportPanel{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0f274714;padding:36px 18px}.reportPanel h3{color:#000;font-size:18px;font-weight:800;margin:0 0 18px}.reportPanel--full{grid-column:1/-1}.reportPanel__chart--donut{height:220px;position:relative}.reportPanel__chart--line{height:260px}.reportPanel__centerOverlay{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.reportDonutCenter{color:#001b49;text-align:center}.reportDonutCenter strong{display:block;font-size:32px;font-weight:900;line-height:1}.reportDonutCenter span{color:#52627a;display:block;font-size:14px;font-weight:700;margin-top:10px}.reportTooltip{background:#fff;border-radius:10px;box-shadow:0 4px 14px #0f274729;padding:10px 12px}.reportTooltip__label{color:#52627a;font-size:12px;margin:0 0 4px}.reportTooltip__value{color:#001b49;font-size:14px;font-weight:800;margin:0}.reportPanel--deposit{display:flex;flex-direction:column;min-height:310px}.reportPanel__depositBody{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-top:-10px}.reportPanel__depositValue{color:#0f2d5c;font-size:42px;font-weight:800;line-height:1;text-align:center}.reportPanel__depositIcon{align-items:center;background:#edf4ff;border:1px solid #cfe0ff;border-radius:50%;color:#001b49;display:flex;font-size:28px;font-weight:900;height:54px;justify-content:center;margin-bottom:16px;width:54px}.reportPanel__depositAmount{color:#001b49;font-size:30px;font-weight:900;line-height:1;text-align:center}.reportPanel__depositText{color:#52627a;font-size:13px;font-weight:800;letter-spacing:.6px;margin-top:12px;text-transform:uppercase}.rentalsReport__option{display:block;width:100%}.rentalsReport__option--all{color:#1d4ed8;font-weight:900;text-transform:uppercase}.rentalsReport__option--development{color:#27364f;font-weight:500;text-transform:uppercase}.rentalsReport__option--property{color:#0057ff;font-weight:800;position:relative;text-transform:uppercase}.rentalsReport__option--property:before{color:#93a4bd;left:2px;position:absolute;top:50%;transform:translateY(-50%)}.rentalsReport__option--property{color:#2563eb;font-weight:700}.rentalsReport__propertyIndicatorsList{display:flex;flex-direction:column;gap:28px;margin-bottom:24px;max-height:450px;overflow-x:hidden;overflow-y:auto;padding-bottom:10px;padding-right:10px;scrollbar-color:#bfd5ff #edf4ff;scrollbar-width:thin;width:100%}.rentalsReport__propertyIndicators{border-bottom:1px solid #e5e7eb;flex:0 0 auto;min-width:0;padding-bottom:24px;width:100%}.rentalsReport__propertyIndicators:last-child{border-bottom:none;padding-bottom:0}.rentalsReport__propertyIndicatorsTitle{align-items:center;background:#edf4ff;border:1px solid #cfe0ff;border-radius:999px;color:#001b49;display:inline-flex;font-size:15px;font-weight:900;margin-bottom:14px;padding:12px 18px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.rentalsReport__propertyIndicators .rentalsReport__contentGrid{margin-bottom:0;width:100%}.rentalsReport__propertyIndicatorsList::-webkit-scrollbar{width:9px}.rentalsReport__propertyIndicatorsList::-webkit-scrollbar-track{background:#edf4ff;border-radius:999px}.rentalsReport__propertyIndicatorsList::-webkit-scrollbar-thumb{background:#bfd5ff;border-radius:999px}.rentalsReport__propertyIndicatorsList::-webkit-scrollbar-thumb:hover{background:#8fb5ff}.rentalsReport__empty{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0f274714;color:#52627a;font-size:15px;font-weight:700;padding:30px;text-align:center}.rentalsReport__bankTable{overflow-x:auto}.rentalsReport__bankTable table{border-collapse:collapse;width:100%}.rentalsReport__bankTable td,.rentalsReport__bankTable th{border-bottom:1px solid #e5e7eb;font-weight:700;padding:10px 12px;text-align:left}.rentalsReport__bankTable th{background:#f8fafc;color:#002b5c}.rentalsReport__bankTable tr.rentalsReport__bankRow--total td{background:#eef4ff;border-bottom:none;border-top:2px solid #93c5fd;color:#002b5c;font-weight:700}@media (max-width:1200px){.rentalsReport__contentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.rentalsReport__propertyIndicatorsList{max-height:980px}}@media (max-width:900px){.rentalsReport__contentGrid{grid-template-columns:1fr}.rentalsReport__cards--scroll .reportCard{flex-basis:230px;min-width:230px}.rentalsReport__propertyIndicatorsList{max-height:1100px}}@media (max-width:768px){.rentalsReport__header--filters{flex-direction:column}.rentalsReport__filterBox{flex:initial;width:100%}.rentalsReport__filterItem{width:100%}.reportPanel__depositValue{font-size:32px}}.salesInventorySummary{background-color:#fff;border:1px solid #d9e2ec;border-radius:12px;box-shadow:0 4px 12px #0f31580f,0 1px 3px #0f31580d;margin:24px 0 32px;max-width:900px;overflow:hidden;width:100%}.salesInventorySummary__row{border-bottom:1px solid #e3eaf2;display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,320px);min-height:56px;transition:background-color .2s ease,transform .2s ease}.salesInventorySummary__row:hover{background-color:#f7fbff}.salesInventorySummary__row:last-child{border-bottom:none}.salesInventorySummary__row span,.salesInventorySummary__row strong{align-items:center;display:flex;padding:14px 18px}.salesInventorySummary__row span{color:#344a60;font-size:14px;font-weight:500;letter-spacing:.25px;text-transform:uppercase}.salesInventorySummary__row strong{border-left:1px solid #e3eaf2;color:#0d3158;font-size:18px;font-weight:700}.salesInventorySummary__row--sold{background-color:#f5faff;position:relative}.salesInventorySummary__row--sold:before{background-color:#4f9bd8;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.salesInventorySummary__row--sold span{color:#0d3158;font-weight:700}.salesInventorySummary__row--sold strong{color:#1976b9}.salesReportGrid{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.salesAmountsTable{background-color:#fff;border:1px solid #d9e2ec;border-radius:12px;box-shadow:0 6px 18px #0f315812,0 1px 3px #0f31580d;overflow:hidden}.salesAmountsTable__row{border-bottom:1px solid #e3eaf2;display:grid;grid-template-columns:1fr 1fr;min-height:110px;transition:background-color .2s ease}.salesAmountsTable__row:hover{background-color:#f7fbff}.salesAmountsTable__row:last-child{border-bottom:none}.salesAmountsTable__row span,.salesAmountsTable__row strong{align-items:center;display:flex;justify-content:center;padding:18px;text-align:center}.salesAmountsTable__row span{color:#41576d;font-size:14px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.salesAmountsTable__row strong{border-left:1px solid #e3eaf2;color:#0d3158;font-size:18px;font-weight:700}.salesAmountsTable__row:first-child{border-left:4px solid #f6ad1b}.salesAmountsTable__row:nth-child(2){border-left:4px solid #4f8db3}.salesAmountsTable__row:nth-child(3){border-left:4px solid #9aa9b8}.salesAmountsTable__row:first-child strong{color:#d99000}.salesAmountsTable__row:nth-child(2) strong{color:#347ca8}.salesChartPanel{background-color:#fff;border:1px solid #e0e7ef;border-radius:14px;box-shadow:0 8px 24px #0f315814,0 2px 6px #0f31580a;min-width:0;overflow:hidden;padding:22px 24px 18px}.salesChartPanel__header{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:20px}.salesChartPanel__header h3{color:#102f53;font-size:19px;font-weight:700;margin:0}.salesChartPanel__description{color:#7b8b9d;display:block;font-size:13px;margin-top:5px}.salesChartSwitch{align-items:center;background-color:#f7f9fc;border:1px solid #dfe7ef;border-radius:30px;display:flex;gap:9px;padding:7px 10px}.salesChartSwitch__label{color:#8190a0;font-size:12px;font-weight:600;transition:color .2s ease;-webkit-user-select:none;user-select:none}.salesChartSwitch__label--active{color:#0d3158;font-weight:700}.salesChartSwitch__control{cursor:pointer;display:inline-block;flex-shrink:0;height:24px;position:relative;width:46px}.salesChartSwitch__control input{height:0;opacity:0;position:absolute;width:0}.salesChartSwitch__slider{background-color:#4f8db3;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.salesChartSwitch__slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 5px #00000038;content:"";height:18px;left:3px;position:absolute;transition:transform .25s ease;width:18px}.salesChartSwitch__control input:checked+.salesChartSwitch__slider{background-color:#f6ad1b}.salesChartSwitch__control input:checked+.salesChartSwitch__slider:before{transform:translateX(22px)}.salesChartSwitch__control input:focus-visible+.salesChartSwitch__slider{outline:3px solid #4f8db340;outline-offset:3px}.salesReportError{background-color:#fff3f4;border:1px solid #f2b8bd;border-radius:8px;color:#9b2633;font-size:14px;margin:16px 0;padding:12px 16px}.salesChartPanel .recharts-cartesian-axis-tick-value{fill:#607080;font-size:13px}.salesChartPanel .recharts-legend-item-text{font-size:13px;font-weight:500}.salesChartPanel .recharts-default-tooltip{border:none!important;border-radius:8px!important;box-shadow:0 5px 15px #0f315826}.salesReportHeader{grid-template-columns:minmax(240px,1fr) auto}.salesReportHeader .salesReportFilters{grid-template-columns:190px 190px minmax(300px,1fr);justify-content:end;width:min(100%,760px)}.salesReportFilters{grid-gap:16px;display:grid;gap:16px;grid-template-columns:190px 190px minmax(300px,1fr);width:100%}.salesReportFilters__field{display:flex;flex-direction:column;gap:7px;min-width:0}.salesReportFilters__field>span{color:#243b53;font-size:13px;font-weight:800;letter-spacing:.15px;padding-left:2px}.salesReportFilters__field select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#38536f 0),linear-gradient(135deg,#38536f 50%,#0000 0);background-position:calc(100% - 19px) 22px,calc(100% - 14px) 22px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #c8d5e3;border-radius:11px;box-shadow:0 2px 6px #0f31580a;color:#102f53;cursor:pointer;font:inherit;font-size:14px;font-weight:600;height:50px;line-height:1;min-width:0;outline:none;padding:0 44px 0 16px;text-overflow:ellipsis;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;width:100%}.salesReportFilters__field select:hover:not(:disabled){border-color:#7fa9cc;box-shadow:0 4px 12px #0f315817}.salesReportFilters__field select:focus{border-color:#2684d9;box-shadow:0 0 0 3px #2684d926,0 4px 12px #0f315814}.salesReportFilters__field select:disabled{background-color:#f1f5f9;box-shadow:none;color:#8190a0;cursor:not-allowed}.salesReportIndicator span{font-weight:500}.salesReportIndicator strong{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1150px){.salesReportHeader{align-items:stretch;gap:18px;grid-template-columns:1fr}.salesReportFilters,.salesReportHeader .salesReportFilters{grid-template-columns:180px 180px minmax(260px,1fr);width:100%}}@media (max-width:1050px){.salesReportGrid{gap:20px;grid-template-columns:minmax(250px,310px) minmax(0,1fr)}.salesChartPanel{padding-left:16px;padding-right:16px}}@media (max-width:950px){.salesReportHeader{align-items:stretch;gap:18px;grid-template-columns:1fr}.salesReportHeader .salesReportFilters{justify-content:stretch;width:100%}.salesReportHeader .salesReportFilters__field select{min-width:0}}@media (max-width:900px){.salesInventorySummary{max-width:none}.salesReportGrid{grid-template-columns:1fr}.salesAmountsTable__row{min-height:85px}.salesReportFilters,.salesReportHeader .salesReportFilters{grid-template-columns:1fr 1fr}.salesReportFilters__field--development{grid-column:1/-1}}@media (max-width:720px){.salesReportFilters{grid-template-columns:1fr 1fr}.salesReportFilters__field--development{grid-column:1/-1}}@media (max-width:650px){.salesChartPanel__header{align-items:flex-start;flex-direction:column;gap:14px}.salesChartSwitch{align-self:flex-end}.salesReportFilters,.salesReportHeader .salesReportFilters{grid-template-columns:1fr}.salesReportFilters__field--development{grid-column:auto}}@media (max-width:600px){.salesInventorySummary__row{grid-template-columns:1fr}.salesInventorySummary__row strong{border-left:none;border-top:1px solid #e3eaf2}.salesAmountsTable__row{grid-template-columns:minmax(120px,1fr) 1fr}.salesAmountsTable__row span,.salesAmountsTable__row strong{padding:14px 10px}.salesChartPanel{padding:18px 10px 14px}.salesReportIndicator{align-items:flex-start;border-radius:16px;flex-direction:column}.salesReportIndicator strong{white-space:normal}}@media (max-width:520px){.salesReportFilters,.salesReportHeader .salesReportFilters{grid-template-columns:1fr}.salesReportFilters__field--development{grid-column:auto}.salesReportIndicator{align-items:flex-start;border-radius:14px;flex-direction:column}.salesReportIndicator strong{white-space:normal}}@media (max-width:420px){.salesChartSwitch{align-self:stretch;justify-content:center}}.salesReportHeader{grid-gap:32px;align-items:end;border-bottom:1px solid #e2e8f0;display:grid;gap:32px;grid-template-columns:minmax(230px,1fr) minmax(650px,800px);padding-bottom:20px;width:100%}.salesReportHeader__title{align-self:center;min-width:0}.salesReportHeader__title h1{color:#0d3158;font-size:24px;font-weight:800;margin:0}.salesReportHeader__title p{color:#718096;font-size:13px;margin:7px 0 0}.salesReportHeader .salesReportFilters{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:minmax(140px,1fr) minmax(195px,200px) minmax(285px,1.45fr);justify-content:stretch;width:100%}.salesReportHeader .salesReportFilters__field{display:flex;flex-direction:column;gap:7px;min-width:0;width:100%}.salesReportHeader .salesReportFilters__field>span{color:#334155;font-size:13px;font-weight:700}.salesReportHeader .salesReportFilters__field select{background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;cursor:pointer;font:inherit;font-size:14px;height:48px;min-width:0;outline:none;overflow:hidden;padding:0 40px 0 14px;text-overflow:ellipsis;white-space:nowrap;width:100%}.salesReportHeader .salesReportFilters__field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.salesReportHeader .salesReportFilters__field select:disabled{background-color:#f1f5f9;cursor:not-allowed}.salesReportIndicator{align-items:center;background:#eff6ff;border:1px solid #bfd7ff;border-radius:999px;color:#0f2747;display:inline-flex;font-size:12px;gap:5px;line-height:1.2;margin:18px 0 14px;max-width:100%;padding:10px 15px;width:-webkit-fit-content;width:fit-content}.salesInventorySummary{margin-top:0;max-width:none}@media (max-width:1180px){.salesReportHeader{align-items:stretch;gap:18px;grid-template-columns:1fr}.salesReportHeader .salesReportFilters{grid-template-columns:minmax(140px,1fr) minmax(195px,200px) minmax(285px,1.4fr)}}@media (max-width:760px){.salesReportHeader .salesReportFilters{grid-template-columns:1fr 1fr}.salesReportHeader .salesReportFilters__field:last-child{grid-column:1/-1}}@media (max-width:520px){.salesReportHeader .salesReportFilters{grid-template-columns:1fr}.salesReportHeader .salesReportFilters__field:last-child{grid-column:auto}.salesReportIndicator{align-items:flex-start;border-radius:14px;flex-direction:column}.salesReportIndicator strong{white-space:normal}}.role-permissions{padding:24px}.role-permissions__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.role-permissions__title{font-size:24px;font-weight:600;margin:0}.role-permissions__subtitle{color:#666;margin:4px 0 0}.role-permissions__card,.role-permissions__module-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.role-permissions__card{margin-bottom:20px;max-width:420px}.role-permissions__label{display:block;font-weight:500;margin-bottom:8px}.role-permissions__select{border:1px solid #d1d5db;border-radius:8px;height:38px;padding:0 10px;width:100%}.role-permissions__save-button{background:#0057b8;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 16px}.role-permissions__save-button:disabled{cursor:not-allowed;opacity:.6}.role-permissions__loading{color:#555;padding:20px}.role-permissions__modules{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.role-permissions__module-title{font-size:18px;margin:0 0 14px;text-transform:uppercase}.role-permissions__permission-list{display:flex;flex-direction:column;gap:10px}.role-permissions__permission-item{align-items:flex-start;cursor:pointer;display:flex;gap:10px}.role-permissions__permission-item input{margin-top:3px}.role-permissions__permission-item span{display:flex;flex-direction:column;gap:2px}.role-permissions__permission-item small{color:#666}.sales-page{background:#f8fafc;box-sizing:border-box;max-width:100%;min-width:0;overflow-x:hidden;padding:24px;width:100%}.sales-page__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.sales-page__title{color:#14213d;font-size:1.8rem;font-weight:700;margin:0}.sales-page__subtitle{color:#6b7280;font-size:.95rem;margin:4px 0 0}.sales-page__toolbar{display:flex;flex-wrap:wrap;gap:10px}.sales-page__button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:10px 14px;transition:all .2s ease}.sales-page__button:disabled{cursor:not-allowed;opacity:.7}.sales-page__button--primary{background:#2563eb;color:#fff}.sales-page__button--primary:hover{background:#1d4ed8}.sales-page__button--secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.sales-page__button--secondary:hover{background:#f9fafb}.sales-page__actions{align-items:center;display:flex;gap:8px}.sales-page__icon-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.sales-page__icon-button:hover{background:#eff6ff}.sales-page__icon-button--danger{color:#dc2626}.sales-page__icon-button--danger:hover{background:#fef2f2}.rental-form__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.developments-toolbar{display:flex;justify-content:flex-end;margin-bottom:18px}.developments-export-all-button{align-items:center;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:10px 20px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.developments-export-all-button:hover:not(:disabled){background:#fff;border-color:#94a3b8;box-shadow:0 8px 18px #0f172a26;transform:translateY(-2px)}.developments-export-all-button:disabled{cursor:wait;opacity:.75}.developments-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;position:relative}.developments-grid--loading{min-height:320px}.development-card-wrapper{background:#fff;border:1px solid #edf2f7;border-radius:24px;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;justify-content:flex-start;min-width:0;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}.development-card-wrapper:hover{box-shadow:0 18px 45px #0f172a24;transform:translateY(-6px)}.development-card-wrapper [class*=image]{border-radius:0!important;margin:0!important;padding:0!important}.development-card-wrapper [class*=image],.development-card-wrapper [class*=image]>div{align-items:center!important;display:flex!important;justify-content:center!important;width:100%!important}.development-card-wrapper img{aspect-ratio:1/1;border-top-left-radius:24px;border-top-right-radius:24px;display:block;max-width:100%!important;object-fit:cover;object-position:center;width:100%!important}.development-chart{background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid #eef2f7;padding:14px 18px 18px}.development-chart__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.development-chart__title{color:#0f172a;font-size:.82rem;font-weight:700}.development-chart__legend{align-items:center;color:#64748b;display:flex;font-size:.72rem;gap:12px}.development-chart__dot{border-radius:999px;display:inline-block;height:8px;margin-right:4px;width:8px}.development-chart__dot--income{background:#6366f1}.development-chart__dot--expenses{background:#06b6d4}@media (max-width:1200px){.developments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.developments-grid,.rental-form__grid{grid-template-columns:1fr}}.sales-rent-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;display:grid;inset:0;place-items:center;position:fixed;z-index:999}.sales-rent-modal__content{background:#fff;border-radius:22px;box-shadow:0 24px 80px #0f172a47;min-height:240px;padding:24px;width:min(520px,calc(100% - 32px))}.sales-page__properties{width:100%}.sales-page__properties-toolbar{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-end;margin-bottom:12px;padding-right:24px;width:100%}.sales-page__development-report-button{align-items:center;background:#edf9f1;border:1px solid #d7f2e1;border-radius:12px;color:#36a868;cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:700;justify-content:center;min-height:44px;min-width:220px;padding:0 18px;transition:background-color .16s ease,border-color .16s ease,transform 80ms ease;white-space:nowrap}.sales-page__development-report-button:hover:not(:disabled){background:#def4e6;border-color:#b8e8ca;color:#258a52}.sales-page__development-report-button:active:not(:disabled){transform:translateY(1px)}.sales-page__development-report-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:760px){.sales-page__development-report-button{width:100%}}.sale-modal__content{display:flex;flex-direction:column;max-height:calc(100vh - 240px);min-height:0;overflow:hidden;width:100%}.sale-modal__tab-content{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:20px;padding-right:8px;scrollbar-gutter:stable}.sale-modal__tab-content::-webkit-scrollbar{width:8px}.sale-modal__tab-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.sale-modal__tab-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.sale-modal__tab-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sale-form{overflow-x:hidden;padding-top:18px}.sale-form,.sale-form__panel{box-sizing:border-box;max-width:100%;width:100%}.sale-form__panel{border-radius:20px;padding:24px}.sale-form__property-card{box-sizing:border-box}.sale-form__grid{max-width:100%;width:100%}.sale-form__grid>*{min-width:0}.sale-form__field--2,.sale-form__field--folio{grid-column:span 2}.sale-form__folio-row{grid-template-columns:minmax(0,1fr) 128px}.sale-form input,.sale-form select,.sale-form textarea{box-sizing:border-box;max-width:100%;width:100%}.sale-form__verify-button{background:#0f43b9;border-radius:12px;font-weight:700;height:52px;padding:0 14px;width:128px}.sale-form__verify-button:hover:not(:disabled){background:#0c3697}.sale-form__verify-button:disabled{opacity:.55}.sale-form__textarea-label{display:block}.sale-form__textarea{box-sizing:border-box;font-family:inherit;font-size:14px;padding:14px 16px}.sale-form__textarea:focus{box-shadow:0 0 0 3px #2563eb26}.sale-status-badge{background:#e0ecff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:13px;margin-bottom:18px;padding:8px 14px}.sale-form__notice{background:#fffbeb;border:1px solid #fde68a;color:#92400e;margin-bottom:18px;padding:14px 16px}.sale-form__notice--cancelled{background:#fef2f2;border-color:#fecaca;color:#991b1b}.sale-modal__footer{align-items:center;background:#fff;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:14px 0 4px;width:100%}.sale-modal__primary-button,.sale-modal__secondary-button{border-radius:12px;cursor:pointer;font-weight:700;height:44px;min-width:140px;padding:0 20px}.sale-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.sale-modal__secondary-button:hover:not(:disabled){background:#f1f5f9}.sale-modal__primary-button{background:#23952b;border:0;color:#fff}.sale-modal__primary-button:hover:not(:disabled){background:#1f8226}.sale-modal__primary-button:disabled,.sale-modal__secondary-button:disabled{cursor:not-allowed;opacity:.55}.sale-cancel-tab{padding:24px 0 8px}.sale-cancel-tab__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:24px}.sale-cancel-tab__label{color:#334155;display:block;font-weight:700;margin-bottom:10px}.sale-cancel-tab__label span{color:#dc2626}.sale-cancel-tab__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;min-height:140px;outline:none;padding:14px 16px;resize:vertical;width:100%}.sale-cancel-tab__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}@media (max-width:760px){.sale-modal__content{max-height:calc(100vh - 190px)}.sale-form__panel{padding:16px}.sale-form__grid{grid-template-columns:1fr}.sale-form__field--2,.sale-form__field--folio{grid-column:span 1}.sale-form__folio-row{grid-template-columns:1fr}.sale-form__verify-button{width:100%}.sale-modal__footer{flex-direction:column-reverse}.sale-modal__primary-button,.sale-modal__secondary-button{width:100%}}.base-modal:has(.sale-modal__content) .base-modal__header{padding:12px 28px 14px}.sale-modal__title{display:flex;flex-direction:column;gap:12px;min-width:0}.sale-modal__title-heading{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2}.sale-modal__title-details{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:500;gap:6px 16px;line-height:1.35}.sale-modal__title-item strong{color:#0f172a;font-weight:700}.sale-modal__title-status{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:3px 12px;white-space:nowrap}.sale-modal__title-status strong{color:inherit;font-weight:700}.sale-modal__title-status--reservado{background:#e0ecff;border-color:#bfdbfe;color:#1d4ed8}.sale-modal__title-status--disponible{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.sale-modal__title-status--vendido{background:#f6ffed;border-color:#b7eb8f;color:#389e0d}.sale-modal__title-status--cancelado{background:#fff1f0;border-color:#ffa39e;color:#cf1322}.sale-files-tab{padding:18px 0 4px}.sale-files-tab__notice{color:#1f2937;flex:1 1 auto;font-size:14px;line-height:1.4;margin:0;min-width:0}.sale-files-tab__notice--cancelled{align-items:center;align-self:stretch;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;display:flex;padding:8px 14px}.sale-files-tab__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px;padding:0 20px}.sale-files-tab__header h3{color:#111827;font-size:17px;font-weight:700;margin:0}.sale-files-tab__actions{align-items:center;display:flex;gap:12px}.sale-files-tab__refresh,.sale-files-tab__upload{border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;font-weight:700;height:40px}.sale-files-tab__refresh{align-items:center;background:#fff;color:#111827;display:inline-flex;justify-content:center;width:50px}.sale-files-tab__upload{background:#2563eb;border-color:#2563eb;color:#fff;padding:0 18px}.sale-files-tab__refresh:hover:not(:disabled){background:#f8fafc}.sale-files-tab__upload:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.sale-files-tab__refresh:disabled,.sale-files-tab__upload:disabled{cursor:not-allowed;opacity:.6}.sale-files-tab__refresh svg{height:20px;width:20px}.sale-files-tab__table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 20px;max-height:335px;overflow:auto}.sale-files-tab__table{border-collapse:collapse;font-size:14px;min-width:760px;width:100%}.sale-files-tab__table thead th{background:#eef4ff;border-bottom:1px solid #dbe3ef;color:#111827;font-weight:700;padding:16px 18px;position:-webkit-sticky;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:1}.sale-files-tab__table tbody td{border-bottom:1px solid #e5e7eb;color:#374151;padding:16px 18px;vertical-align:middle}.sale-files-tab__table tbody tr:last-child td{border-bottom:0}.sale-files-tab__table tbody tr:nth-child(2n){background:#f9fafb}.sale-files-tab__empty{color:#6b7280;padding:28px 18px!important;text-align:center}.sale-files-tab__row-actions{align-items:center;display:flex;gap:14px}.sale-files-tab__row-actions button{align-items:center;background:#0000;border:0;color:#111827;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;width:28px}.sale-files-tab__row-actions button:hover:not(:disabled){color:#2563eb}.sale-files-tab__row-actions button:disabled{cursor:not-allowed;opacity:.45}.sale-files-tab__row-actions button svg{display:block;flex-shrink:0;height:18px;overflow:visible;width:18px}.sale-files-tab__delete{color:#e11d48!important}.sale-files-tab__delete:hover:not(:disabled){color:#be123c!important}.sale-files-tab__delete svg{fill:#ef4444;color:#ef4444;height:18px;width:18px}@media (max-width:700px){.sale-files-tab__header{align-items:stretch;flex-direction:column;padding:0}.sale-files-tab__actions{justify-content:flex-end}.sale-files-tab__table-wrapper{margin:0}}.sale-form{padding:14px 0 0}.sale-form__panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:26px}.sale-form__property-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;color:#0f172a;margin-bottom:18px;padding:14px 16px}.sale-form__grid{grid-gap:16px;display:grid;gap:16px}.sale-form__grid--create{grid-template-columns:repeat(5,minmax(0,1fr))}.sale-form__grid--edit{grid-template-columns:repeat(4,minmax(0,1fr))}.sale-form__field{min-width:0}.sale-form__field--2,.sale-form__field--folio{grid-column:span 2}.sale-form__field--date{grid-column:span 1}.sale-form__field--full{grid-column:1/-1}.sale-form__folio-row{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 116px}.sale-form__folio-input{min-width:0}.sale-form__verify-button{background:#0033a0;border:0;border-radius:14px;box-sizing:border-box;color:#fff;cursor:pointer;font-weight:800;height:48px;max-width:100%;transition:opacity .2s ease,background-color .2s ease,transform .2s ease}.sale-form__verify-button:hover:not(:disabled){background:#00267a;transform:translateY(-1px)}.sale-form__verify-button:disabled{cursor:not-allowed;opacity:.65}.sale-form button,.sale-form input,.sale-form select,.sale-form textarea{box-sizing:border-box;max-width:100%}.sale-status-badge{border:1px solid #0000;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 16px}.sale-status-badge strong{font-weight:700}.sale-status-badge--oferta{background:#fff7e6;border-color:#ffd591;color:#ad6800}.sale-status-badge--contrato{background:#e6f4ff;border-color:#91caff;color:#0958d9}.sale-status-badge--vendido{background:#f6ffed;border-color:#b7eb8f;color:#237804}.sale-status-badge--cancelado{background:#fff1f0;border-color:#ffa39e;color:#cf1322}.sale-form__notice{background:#e6f4ff;border:1px solid #91caff;border-radius:12px;color:#0958d9;font-size:14px;line-height:1.5;margin-bottom:20px;padding:13px 16px}.sale-form__notice--cancelled{background:#fff1f0;border-color:#ffa39e;color:#cf1322}.sale-form__textarea-label{color:#334155;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px}.sale-form__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:14px;color:#0f172a;display:block;font:inherit;line-height:1.5;min-height:72px;outline:none;padding:13px 15px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.sale-form__textarea::placeholder{color:#94a3b8}.sale-form__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.sale-form__textarea:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.sale-form__textarea--error{border-color:#dc2626}.sale-form__textarea--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.sale-form__field-error{color:#dc2626;display:block;font-size:12px;font-weight:600;margin-top:6px}@media (max-width:640px){.sale-form__panel{border-radius:16px;padding:18px}.sale-form__folio-row,.sale-form__grid{grid-template-columns:1fr}.sale-form__field--2,.sale-form__field--date,.sale-form__field--folio,.sale-form__field--full{grid-column:span 1}.sale-form__verify-button{width:100%}}.sale-payments-tab{box-sizing:border-box;padding:20px 0 8px;width:100%}.sale-payments-tab__summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.sale-payments-tab__summary-item{background:#f8fafc;border:1px solid #dbe4f0;border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:16px 18px}.sale-payments-tab__summary-item span{color:#64748b;font-size:13px;font-weight:600}.sale-payments-tab__summary-item strong{color:#0f172a;font-size:20px;font-weight:800}.sale-payments-tab__summary-item:nth-child(2){background:#f0fdf4;border-color:#bbf7d0}.sale-payments-tab__summary-item:nth-child(2) strong{color:#15803d}.sale-payments-tab__summary-item:nth-child(3){background:#fff7ed;border-color:#fed7aa}.sale-payments-tab__summary-item:nth-child(3) strong{color:#c2410c}.sale-payments-tab__notice{background:#edf4ff;border:1px solid #cfe0ff;border-radius:14px;color:#001b49;font-weight:700;margin-bottom:18px;padding:14px 16px}.sale-payments-tab__notice--warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.sale-payments-tab__form{background:#f8fafc;border:1px solid #dbe4f0;border-radius:18px;margin-bottom:24px;padding:20px}.sale-payments-tab__form-title{color:#0f172a;font-size:17px;font-weight:800;margin-bottom:18px}.sale-payments-tab__form-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.3fr)}.sale-payments-tab__form-grid>*{min-width:0}.sale-payments-tab__observations-field{grid-column:1/-1}.sale-payments-tab__label{color:#334155;display:block;font-size:14px;font-weight:700;margin-bottom:8px}.sale-payments-tab__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;min-height:76px;outline:none;padding:12px 14px;resize:vertical;width:100%}.sale-payments-tab__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.sale-payments-tab__textarea:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.sale-payments-tab__form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:18px}.sale-payments-tab__cancel-button,.sale-payments-tab__save-button{border-radius:11px;cursor:pointer;font-weight:700;height:42px;min-width:150px;padding:0 18px}.sale-payments-tab__save-button{background:#22821d;border:0;color:#fff}.sale-payments-tab__save-button:hover:not(:disabled){background:#1a6816}.sale-payments-tab__cancel-button{background:#fff;border:1px solid #cbd5e1;color:#475569}.sale-payments-tab__cancel-button:hover:not(:disabled){background:#f1f5f9}.sale-payments-tab__cancel-button:disabled,.sale-payments-tab__save-button:disabled{cursor:not-allowed;opacity:.55}.sale-payments-tab__table{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto;width:100%}.sale-payments-tab__table table{min-width:900px;width:100%}.sale-payments-tab__status{align-items:center;background:#f6ffed;border:1px solid #b7eb8f;border-radius:999px;color:#389e0d;display:inline-flex;font-size:13px;font-weight:800;height:34px;justify-content:center;min-width:92px;padding:0 14px}.sale-payments-tab__actions{align-items:center;display:flex;gap:8px;white-space:nowrap}.sale-payments-tab__delete-button,.sale-payments-tab__edit-button{border-radius:9px;cursor:pointer;font-size:13px;font-weight:700;height:34px;min-width:76px;padding:0 12px}.sale-payments-tab__edit-button{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.sale-payments-tab__edit-button:hover:not(:disabled){background:#dbeafe}.sale-payments-tab__delete-button{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.sale-payments-tab__delete-button:hover:not(:disabled){background:#fee2e2}.sale-payments-tab__delete-button:disabled,.sale-payments-tab__edit-button:disabled{cursor:not-allowed;opacity:.5}.sale-payments-tab__empty{color:#64748b;font-weight:600;padding:32px 24px;text-align:center}.sale-payments-tab [class*=Dropdown],.sale-payments-tab [class*=Select],.sale-payments-tab [class*=dropdown],.sale-payments-tab [class*=select]{z-index:9999}@media (max-width:900px){.sale-payments-tab__summary{grid-template-columns:1fr}.sale-payments-tab__form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-payments-tab__observations-field{grid-column:1/-1}}@media (max-width:620px){.sale-payments-tab__form{padding:16px}.sale-payments-tab__form-grid{grid-template-columns:1fr}.sale-payments-tab__observations-field{grid-column:span 1}.sale-payments-tab__form-actions{flex-direction:column-reverse}.sale-payments-tab__cancel-button,.sale-payments-tab__save-button{width:100%}}.supplier-form{width:100%}.supplier-form__panel{background:#f8fafc;border:1px solid #eef2f7;border-radius:24px;padding:28px}.supplier-form__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.supplier-form__field{display:flex;flex-direction:column;gap:8px}.supplier-form__field--full{grid-column:1/-1}.supplier-form__label{color:#334155;font-size:.95rem;font-weight:700}.supplier-form__input{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:.95rem;height:48px;outline:none;padding:0 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.supplier-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.supplier-form__input:disabled{background:#f1f5f9;cursor:not-allowed}.supplier-modal__primary-button,.supplier-modal__secondary-button{border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:700;height:46px;min-width:140px}.supplier-modal__secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.supplier-modal__primary-button{background:#23952b;border:none;color:#fff}.supplier-modal__primary-button:hover:not(:disabled){background:#1f8226}.supplier-modal__primary-button:disabled,.supplier-modal__secondary-button:disabled{cursor:not-allowed;opacity:.7}.supplier-form__field--half{grid-column:span 2}.user-form-modal__scroll-content{margin-top:20px;max-height:calc(100vh - 280px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.user-form-modal__scroll-content::-webkit-scrollbar{width:8px}.user-form-modal__scroll-content::-webkit-scrollbar-track{background:#0000}.user-form-modal__scroll-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.user-form-modal__scroll-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.user-access{grid-gap:14px;display:grid;gap:14px;width:100%}.user-access__notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e3a8a;padding:12px 16px}.user-access__company-tabs{overflow-x:auto;overflow-y:hidden;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin;width:100%}.user-access__company-tabs::-webkit-scrollbar{height:6px}.user-access__company-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.user-access__company{background:#fff;border:1px solid #dbe3ef;border-radius:12px;overflow:hidden}.user-access__category{border-bottom:1px solid #e5e7eb}.user-access__category:last-child{border-bottom:none}.user-access__category-header{align-items:center;background:#fff;display:flex;gap:16px;justify-content:space-between;padding:11px 16px}.user-access__category-header button{align-items:center;background:#0000;border:0;color:#172033;cursor:pointer;display:flex;flex:1 1;font:inherit;font-weight:600;gap:12px;justify-content:space-between;min-width:0;padding:0;text-align:left}.user-access__category-header button:hover{color:#2563eb}.user-access__category-header label{align-items:center;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;gap:7px;white-space:nowrap}.user-access__files{background:#f8fafc;padding:0 16px 10px}.user-access__file{background:#fff;border-top:1px solid #eef2f7;padding:10px}.user-access__file-name{align-items:center;color:#334155;cursor:pointer;display:flex;gap:9px;min-width:0}.user-access__file-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-access__category-header input,.user-access__file-name input{accent-color:#2563eb;cursor:pointer;flex:0 0 auto;height:16px;margin:0;width:16px}.user-access__category-header input:disabled,.user-access__file-name input:disabled{cursor:not-allowed}.user-access__empty,.user-access__status{color:#64748b;padding:24px;text-align:center}@media (max-width:768px){.user-form-modal__scroll-content{max-height:calc(100vh - 240px);padding-right:4px}.user-access__category-header{align-items:flex-start;flex-direction:column}.user-access__category-header button{width:100%}.user-access__files{padding-left:10px;padding-right:10px}}.user-form{width:100%}.user-form__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.user-form__grid{grid-template-columns:1fr}}.user-form__panel{background:#f8fafc;border:1px solid #eef2f7;border-radius:24px;padding:28px}:root{--login-blue:#0b63f6;--login-text:#1f2937;--login-muted:#1f293799;--login-border:#11182724;--login-bg-card:#f5f6f8c7;--login-bg-card-2:#f5f6f8a6;--login-shadow:0 18px 45px #00000047}.login-bg{background-image:url(/protelsa/static/media/login-bg.53eb663b59ceb12e1b2f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;min-height:100vh;overflow:hidden;place-items:center;position:relative}.login-bg:before{background:linear-gradient(180deg,#0000002e,#00000047 55%,#00000038);content:"";inset:0;position:absolute}.login-card{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(180deg,#f5f6f8c7,#f5f6f8a6);background:linear-gradient(180deg,var(--login-bg-card) 0,var(--login-bg-card-2) 100%);border:1px solid #ffffff8c;border-radius:22px;box-shadow:0 18px 45px #00000047;box-shadow:var(--login-shadow);padding:34px 38px;position:relative;width:min(400px,92vw)}.login-logo{display:flex;justify-content:center;margin-bottom:16px}.login-logos{align-items:center;display:flex;flex-direction:column;flex-direction:row;gap:8px;gap:18px;justify-content:space-between;margin-bottom:18px}.login-logo-proytel{width:120px}.login-logo-contpaqi{width:150px}.dash-top .role{color:var(--header-muted)!important}.login-title{color:#1f2937;color:var(--login-text);font-size:22px;font-weight:700;margin:6px 0 18px;text-align:center}.login-form{display:flex;flex-direction:column;gap:12px}.label{color:#1118278c;font-size:12px;font-weight:600;margin-top:2px}.input{background:#ffffffeb;border:1px solid #11182724;border:1px solid var(--login-border);border-radius:10px;color:#1f2937;color:var(--login-text);font-size:14px;height:44px;outline:none;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:95%}.input::placeholder{color:#11182759}.input:focus{border-color:#0b63f68c;box-shadow:0 0 0 4px #0b63f61f}.pass-wrap{position:relative}.pass-wrap .input{padding-right:42px}.eye-btn{background:#0000;border:none;border-radius:8px;cursor:pointer;display:grid;height:30px;opacity:.75;place-items:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:background .15s ease,opacity .15s ease;width:34px}.eye-btn:hover{background:#0000000f;opacity:1}.row{gap:14px;justify-content:space-between;margin-top:2px}.remember,.row{align-items:center;display:flex}.remember{color:#1118278c;font-size:12px;gap:8px;-webkit-user-select:none;user-select:none}.remember input[type=checkbox]{accent-color:#0b63f6;accent-color:var(--login-blue);height:14px;width:14px}.link-btn{background:#0000;border:none;color:#0b63f6;color:var(--login-blue);cursor:pointer;font-size:12px;font-weight:600;padding:0}.link-btn:hover{text-decoration:underline}.primary{background:#0b63f6;background:var(--login-blue);border:none;border-radius:10px;box-shadow:0 10px 18px #0b63f638;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:46px;margin-top:6px;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.primary:hover{box-shadow:0 14px 26px #0b63f642;transform:translateY(-1px)}.primary:active{box-shadow:0 10px 18px #0b63f638;transform:translateY(0)}.primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.error{background:#ff000012;border:1px solid #ff00002e;border-radius:10px;color:#9b1c1c;font-size:13px;padding:10px 12px}@media (max-width:480px){.login-card{border-radius:18px;padding:26px 18px}.login-title{font-size:20px}}.login-language{align-items:center;background:#ffffffb8;border:1px solid #11182724;border:1px solid var(--login-border);border-radius:999px;display:inline-flex;gap:4px;padding:3px;position:absolute;right:14px;top:14px}.login-language__option{background:#0000;border:none;border-radius:999px;color:#1f2937;color:var(--login-text);cursor:pointer;font-size:12px;font-weight:700;padding:5px 12px;transition:background-color .15s ease,color .15s ease}.login-language__option:hover{background:#0b63f61a}.login-language__option--active{background:#0b63f6;background:var(--login-blue);color:#fff}@media (max-width:480px){.login-language{justify-content:center;margin-bottom:14px;position:static}}.download-indicator{align-items:center;animation:download-indicator-fade-in .16s ease-out both;background-color:#fffffff5;border:1px solid #e2e8f0;border-radius:999px;bottom:20px;box-shadow:0 8px 24px #0f172a2e;display:flex;gap:10px;padding:10px 16px;pointer-events:none;position:fixed;right:20px;z-index:3000}.download-indicator__spinner{height:24px;object-fit:contain;width:24px}.download-indicator__text{color:#334155;font-size:13px;font-weight:600;white-space:nowrap}@keyframes download-indicator-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}*,:after,:before{box-sizing:border-box}body,html{max-width:100%;overflow-x:hidden}canvas,iframe,img,svg,video{height:auto;max-width:100%}button{touch-action:manipulation}.card,.dash,.dash-body,.dash-content{max-width:100%}@media (max-width:1024px){.reportsPage{gap:12px;grid-template-columns:1fr}.reportDashboard__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.development-form__grid,.supplier-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.table__body td,.table__element tbody td,.table__element thead th,.table__head th{padding:11px 13px}}@media (max-width:768px){.dashboard-menu{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.dashboard-menu::-webkit-scrollbar{display:none}.dashboard-menu__tab{flex:0 0 auto;min-height:38px;padding:0 14px;white-space:nowrap}.dashboard-menu__catalog{flex:0 0 auto}.dashboard-menu__dropdown{bottom:16px;left:16px;max-height:55vh;min-width:0;overflow:auto;position:fixed;right:16px;top:auto;z-index:2100}.reportsPage__sidebar{border-radius:14px;padding:12px}.reportsSidebarTabs__title{display:none}.reportsSidebarTabs__list{-webkit-overflow-scrolling:touch;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}.reportsSidebarTabs__list::-webkit-scrollbar{display:none}.reportsSidebarTabs__item{flex:0 0 auto;text-align:center;white-space:nowrap}.reportDashboard__cards{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.reportDashboard__contentGrid{grid-template-columns:1fr}.reportPanel--full{grid-column:auto}.reportPanel__chart--bar{min-height:320px}.development-form__grid,.supplier-form__grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.development-form__panel,.supplier-form__panel{padding:20px 16px}.table__body td,.table__element tbody td,.table__element thead th,.table__head th,.users__table td,.users__table th{font-size:13px;padding:10px 12px}.table__action-btn,.table__iconBtn{height:32px;width:32px}input,select,textarea{font-size:16px}}@media (max-width:640px){.dash-top{gap:8px;padding:10px 12px}.dash-top__left{gap:8px}.logo-mark--proytel{height:32px;width:108px}.logo-mark--contpaqi{height:32px;width:92px}.logo-separator{height:20px}.dash-top__right{gap:8px}.logout,.version-badge{font-size:12px;height:34px;padding:0 12px}.dashboard-menu{gap:6px;min-height:50px;padding:6px}.dashboard-menu__tab{font-size:13px;min-height:36px;padding:0 12px}.reportDashboard__header h1{font-size:18px;margin-bottom:14px}.reportDashboard__cards{grid-template-columns:1fr}.reportCard{padding:14px}.reportCard strong{font-size:1.15rem}.reportDashboard__contentGrid{gap:12px}.reportPanel{min-height:150px;padding:14px}.reportsPage__content{padding:14px}.development-form__grid,.supplier-form__grid{grid-template-columns:1fr}.development-form__field--half{grid-column:auto}.purchaseOrderForm__grid--2{grid-template-columns:1fr}.purchaseOrderForm__folioRow{align-items:stretch;flex-direction:column}.purchaseOrderForm__verifyBtn{width:100%}.purchaseOrdersPage__actions{flex-wrap:wrap}.purchaseOrdersPage__actions>button{flex:1 1 auto;min-width:0}.developments-toolbar{justify-content:stretch}.developments-export-all-button,.sales-page__development-report-button{width:100%}.sales-page__properties-toolbar{padding-right:0}.purchase-order-files-tab__toolbar,.rental-files-tab__header,.sale-files-tab__header{align-items:stretch;flex-direction:column;gap:10px;padding:0}.rental-files-tab__actions,.sale-files-tab__actions{justify-content:flex-end}.base-modal__wrapper{align-items:flex-end;padding:0}.base-modal__card{border-radius:20px 20px 0 0;margin-top:0;max-height:92vh;overflow-y:auto}.base-modal__body,.base-modal__header{padding:16px 18px}.base-modal__footer{align-items:stretch;flex-direction:column-reverse;padding:16px 18px 20px}.base-modal__footer .btn,.base-modal__footer button{width:100%}.purchaseOrderForm,.sales-rent-modal__content{border-radius:20px;max-width:100%;width:100%}}@media (max-width:480px){.dash-body{width:calc(100% - 12px)}.card{border-radius:14px;padding:12px}.dashboard-menu__dropdown{bottom:8px;left:8px;right:8px}.login-card{padding:22px 16px}.login-logo-proytel{width:100px}.login-logo-contpaqi{width:120px}}.base-modal .base-modal__card{display:flex;flex-direction:column;max-height:calc(100vh - 32px);overflow:hidden}.base-modal .base-modal__footer,.base-modal .base-modal__header{flex-shrink:0}.base-modal .base-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}