.home{gap:1rem;padding-bottom:3rem}.home,.home-header{display:flex;flex-direction:column}.home-header{width:100%}.home-header-section{padding:1rem;display:flex;flex-direction:column}.home-summary-row{display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap}.home-summary-block{flex:1 1;min-width:220px}.home-summary-divider{width:1px;background-color:#e0e0e0;align-self:stretch;margin:.5rem 0}.home-summary-stats{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.home-summary-badge{border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;color:#fff}.home-summary-badge.blue{background-color:#1580c2}.home-summary-badge.green{background-color:#006400}.home-summary-badge.orange{background-color:#ff6700}.home-summary-badge.yellow{background-color:#ee9b00}.home-summary-badge.red{background-color:#9b2226}.home-header-section-cards{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.home-header-section-card{border-radius:10px;padding:1rem 1.5rem;width:100%;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:space-between;transition:transform .3s ease-in-out;cursor:pointer}.home-header-section-card:hover{transform:scale(1.05)}.home-header-section-card.blue{background-color:#1580c2}.home-header-section-card.green{background-color:#006400}.home-header-section-card.orange{background-color:#ff6700}.home-header-section-card.yellow{background-color:#ee9b00}.home-header-section-card span{font-size:1.3rem}.revenue-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.revenue-filters{display:flex;gap:.5rem;align-items:center}.revenue-filters select{padding:.3rem .6rem;border-radius:6px;font-size:.9rem}.revenue-currency-block{margin-top:1rem}.revenue-currency-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#88a;margin-bottom:.5rem}.revenue-card-label{font-size:.75rem;opacity:.85;margin-bottom:.2rem}.revenue-card-amount{font-size:1.4rem;font-weight:700}.revenue-breakdown{margin-top:1.5rem}.revenue-breakdown-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#88a;margin-bottom:.75rem}.revenue-table{width:100%;border-collapse:collapse;font-size:.88rem}.revenue-table th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #2a2a3a;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#88a}.revenue-table td{padding:.5rem .75rem;border-bottom:1px solid #1e1e2e}.revenue-row-total{font-weight:700}.revenue-badge{font-size:.7rem;padding:.15rem .45rem;border-radius:4px;font-weight:600}.shortcuts-section{border-top:1px solid #e9eaf0;padding-top:1.5rem}.shortcuts-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.shortcuts-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a2e}.shortcuts-filters{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.shortcuts-search{padding:.4rem .75rem;border:1px solid #d0d3e0;border-radius:8px;font-size:.875rem;outline:none;min-width:200px;transition:border-color .15s}.shortcuts-search:focus{border-color:#4a90e2}.shortcuts-filters select{padding:.4rem .75rem;border:1px solid #d0d3e0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer}.shortcuts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.shortcuts-table{width:100%;border-collapse:collapse;font-size:.88rem}.shortcuts-table thead tr{border-bottom:2px solid #e4e6f0}.shortcuts-table thead th{text-align:left;padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#88a}.shortcuts-table tbody tr{border-bottom:1px solid #f0f1f7;transition:background .12s}.shortcuts-table tbody tr:hover{background:#f8f9fd}.shortcuts-table td{padding:.6rem .75rem;vertical-align:middle;color:#1a1a2e}.shortcut-icon-td{font-size:1.3rem;width:2.5rem;text-align:center}.shortcut-name-link{font-weight:600;color:#1a1a2e;text-decoration:none;transition:color .15s}.shortcut-name-link:hover{color:#4a90e2;text-decoration:underline}.shortcut-desc-td{color:#88a;font-size:.83rem;max-width:220px}.shortcut-tags-cell{display:flex;flex-wrap:wrap;gap:.3rem}.shortcut-actions-td{white-space:nowrap;display:flex;gap:.4rem;align-items:center}.shortcut-category-badge{font-size:.7rem;font-weight:600;padding:.15rem .55rem;border-radius:20px;background:#eef2fb;color:#4a90e2}.shortcut-tag{font-size:.7rem;padding:.15rem .45rem;border-radius:20px;background:#f2f3f8;color:#88a;font-weight:500}.shortcut-delete-btn{background:transparent;border:1px solid #f0b0b0;color:#e05555;border-radius:6px;padding:.2rem .55rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s}.shortcut-delete-btn:hover{background:#fdeaea}.shortcut-modal-overlay{position:fixed;inset:0;background:rgba(20,20,40,.45);display:flex;align-items:center;justify-content:center;z-index:1000}.shortcut-modal{background:#fff;border-radius:14px;padding:1.75rem;width:100%;max-width:540px;box-shadow:0 8px 40px rgba(20,20,80,.18)}.shortcut-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.shortcut-modal .modal-header h2{font-size:1.15rem;font-weight:600;color:#1a1a2e;margin:0}.shortcut-modal .modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#88a;padding:.2rem .5rem;border-radius:4px;line-height:1}.shortcut-modal .modal-close:hover{background:#f0f0f0}.shortcut-modal .modal-form{display:flex;flex-direction:column;gap:1rem}.shortcut-modal .modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem 1.2rem;gap:.8rem 1.2rem}.shortcut-modal .modal-field{display:flex;flex-direction:column;gap:.3rem}.shortcut-modal .modal-field-full{grid-column:1/-1}.shortcut-modal .modal-field label{font-size:.82rem;font-weight:500;color:#88a}.shortcut-modal .modal-field input,.shortcut-modal .modal-field select,.shortcut-modal .modal-field textarea{width:100%;padding:.45rem .7rem;border:1px solid #d0d3e0;border-radius:7px;font-size:.9rem;background:#fafafa;color:#1a1a2e;box-sizing:border-box;transition:border-color .15s,outline .15s}.shortcut-modal .modal-field input:focus,.shortcut-modal .modal-field select:focus,.shortcut-modal .modal-field textarea:focus{outline:2px solid #4a90e2;border-color:#4a90e2;background:#fff}.shortcut-modal .modal-error{color:#d74e09;font-size:.85rem;font-weight:500}.shortcut-modal .modal-actions{display:flex;justify-content:flex-end;gap:.8rem;margin-top:.5rem}.shortcut-modal .modal-cancel{background:#f0f0f0;color:#1a1a2e;border:none;font-size:.9rem;padding:.45rem 1.1rem;border-radius:7px;cursor:pointer}.shortcut-modal .modal-cancel:hover{background:#e0e0e0}.revenue-badge-mixed,.revenue-badge-sub,.revenue-badge-unico{border:1px solid var(--color-dark)}.finanzas-page-header{display:flex;justify-content:space-between;align-items:center}.payment-status-badge{border-radius:20px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;color:#fff;white-space:nowrap}.payment-status-badge.pagado{background-color:#006400}.payment-status-badge.pendiente{background-color:#ff6700}.payment-status-badge.parcial{background-color:#ee9b00}.payments-table-actions{display:flex;gap:.4rem}