.economato-container{min-height:100vh;background:linear-gradient(135deg,#11998e,#38ef7d)}.economato-navbar{background:white;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.economato-navbar-brand{font-size:2rem;font-weight:700;color:#11998e;display:flex;align-items:center;gap:.75rem}.economato-navbar-user{display:flex;align-items:center;gap:1.5rem}.economato-navbar-user-info{text-align:right}.economato-navbar-user-name{font-weight:700;font-size:1.25rem;color:#333}.economato-navbar-user-role{font-size:1rem;color:#666}.economato-navbar-logout{background:#11998e;color:white;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-weight:700;font-size:1.125rem;transition:all .3s ease}.economato-navbar-logout:hover{background:#0d7a6f;transform:translateY(-2px);box-shadow:0 6px 16px rgba(17,153,142,.4)}.economato-content{padding:2rem;max-width:1600px;margin:0 auto}.economato-header{color:white;margin-bottom:2rem;text-align:center}.economato-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.economato-subtitle{font-size:1.5rem;opacity:.95}.economato-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.economato-stat-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:all .3s ease}.economato-stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.2)}.economato-stat-card.alert{border-left:6px solid #f44336;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 8px 24px rgba(244,67,54,.3)}50%{box-shadow:0 8px 24px rgba(244,67,54,.6)}}.economato-stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.economato-stat-icon{font-size:3rem}.economato-stat-value{font-size:3.5rem;font-weight:700;color:#333}.economato-stat-label{font-size:1.125rem;color:#666;font-weight:600}.economato-stat-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.economato-stat-link{color:#11998e;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.economato-stat-link:hover{color:#0d7a6f;gap:.75rem}.economato-actions{background:white;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px rgba(0,0,0,.1)}.economato-actions-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1.5rem}.economato-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.economato-action-button{background:white;border:2px solid #11998e;color:#11998e;padding:1.5rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none}.economato-action-button:hover{background:#11998e;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,153,142,.4)}.economato-action-button.primary{background:#11998e;color:white}.economato-action-button.primary:hover{background:#0d7a6f}.economato-action-button.alert{border-color:#f44336;color:#f44336}.economato-action-button.alert:hover{background:#f44336;color:white}.economato-alerts{background:white;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px rgba(0,0,0,.1)}.economato-alerts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.economato-alerts-title{font-size:1.75rem;font-weight:700;color:#333;display:flex;align-items:center;gap:.75rem}.economato-alert-badge{background:#f44336;color:white;padding:.5rem 1rem;border-radius:24px;font-size:1rem;font-weight:700}.economato-alerts-list{display:flex;flex-direction:column;gap:1rem}.economato-alert-item{background:#fff3f3;border-left:4px solid #f44336;padding:1rem 1.5rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.economato-alert-info{flex:1}.economato-alert-name{font-weight:600;font-size:1.125rem;color:#333;margin-bottom:.25rem}.economato-alert-detail{font-size:.875rem;color:#666}.economato-alert-action{background:#f44336;color:white;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.economato-alert-action:hover{background:#d32f2f;transform:translateY(-2px)}.economato-empty{text-align:center;padding:4rem 2rem;color:white}.economato-empty-icon{font-size:6rem;margin-bottom:1rem;opacity:.8}.economato-empty-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.economato-empty-text{font-size:1.25rem;opacity:.9}.economato-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:white;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.economato-tab{flex:1;background:transparent;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1.125rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.economato-tab:hover{background:#f5f5f5;color:#333}.economato-tab.active{background:#11998e;color:white}.economato-tab-content{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.1);min-height:400px}.economato-main{padding:2rem;max-width:1600px;margin:0 auto}.economato-quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.economato-action-button.secondary{background:white;border:2px solid #11998e;color:#11998e}.economato-action-button.secondary:hover{background:#11998e;color:white}.economato-back-button{background:transparent;border:2px solid #11998e;color:#11998e;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.economato-back-button:hover{background:#11998e;color:white}.economato-table-container{overflow-x:auto;margin-top:1rem}.economato-table{width:100%;border-collapse:collapse;font-size:.95rem}.economato-table thead{background:#f5f5f5;border-bottom:2px solid #11998e}.economato-table th{padding:1rem;text-align:left;font-weight:600;color:#333;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.economato-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:middle}.economato-table tbody tr:hover{background:#f9f9f9}.economato-table-subtitle{font-size:.85rem;color:#666;margin-top:.25rem}.economato-badge{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;white-space:nowrap}.badge-success{background:#e8f5e9;color:#2e7d32}.badge-warning{background:#fff3e0;color:#f57c00}.badge-danger{background:#ffebee;color:#c62828}.badge-info{background:#e3f2fd;color:#1976d2}.economato-progress-bar{width:100%;height:6px;background:#e0e0e0;border-radius:3px;margin-top:.5rem;overflow:hidden}.economato-progress-fill{height:100%;background:linear-gradient(90deg,#f44336,#ff9800 50%,#4caf50);transition:width .3s ease}.economato-date{font-weight:600}.economato-date-subtitle{font-size:.75rem;color:#666;margin-top:.25rem}.economato-date-urgent{color:#c62828}.economato-date-warning{color:#f57c00}.economato-date-expired{color:#999;text-decoration:line-through}.economato-link-button{background:#11998e;color:white;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease;display:inline-block}.economato-link-button:hover{background:#0d7a6f;transform:translateY(-1px)}.economato-empty-state{text-align:center;padding:4rem 2rem;color:#666}.economato-empty-state .economato-empty-icon{font-size:5rem;margin-bottom:1rem;opacity:.3}.economato-empty-state h3{font-size:1.75rem;color:#333;margin-bottom:.5rem}.economato-empty-state p{font-size:1.125rem;color:#666;margin-bottom:2rem}.economato-text-muted{color:#999}.economato-stat-card.warning{border-left:6px solid #ff9800}@media (max-width:768px){.economato-navbar{flex-direction:column;gap:1rem}.economato-title{font-size:2rem}.economato-subtitle{font-size:1.125rem}.economato-actions-grid,.economato-stats-grid{grid-template-columns:1fr}.economato-alert-item{flex-direction:column;gap:1rem;align-items:flex-start}.economato-alert-action{width:100%}.economato-tabs{flex-direction:column}.economato-table{font-size:.85rem}.economato-table td,.economato-table th{padding:.75rem .5rem}}