.edit-user-container{max-width:700px;margin:2rem auto;padding:0 1rem}.edit-user-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2.5rem}.edit-user-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.edit-user-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.edit-user-subtitle{font-size:14px;color:#666;margin-top:.5rem}.edit-user-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:14px;font-weight:600;color:#333;margin-bottom:.25rem}.form-input{width:100%;padding:.75rem 1rem;font-size:15px;border:2px solid #e0e0e0;border-radius:8px;transition:all .2s;font-family:inherit}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-select{width:100%;padding:.75rem 1rem;font-size:15px;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s;font-family:inherit}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-hint{font-size:13px;color:#666;font-style:italic}.form-error{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;color:#c00;font-size:14px}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.btn{padding:.75rem 1.5rem;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;flex:1}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-primary:disabled{background-color:#93c5fd;cursor:not-allowed}.btn-secondary{background-color:#f5f5f5;color:#333;border:2px solid #e0e0e0}.btn-secondary:hover{background-color:#e5e5e5;border-color:#d0d0d0}.loading-container{text-align:center;padding:4rem 2rem}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-top:1rem;color:#666;font-size:15px}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:13px;font-weight:600;text-align:center}.status-badge.ativo{background-color:#d4edda;color:#155724}.status-badge.inativo{background-color:#f8d7da;color:#721c24}.matches-grid{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}.match-card{width:100%;max-width:380px;background:#fafafa;border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:0 4px 12px #0000001a;transition:all var(--transition-slow);cursor:pointer}.match-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.match-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light);gap:.5rem}.match-card-badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.match-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.match-badge-perfect{background:#dcfce7;color:#15803d}.match-badge-custody-closed{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.match-badge-custody-semiopen{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.match-badge-custody-open{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.match-badge-score{background:#e0e7ff;color:#3730a3}.match-card-content{display:flex;flex-direction:column;gap:.75rem}.match-inmate-section{background:#fff;border-radius:var(--radius-md);padding:1rem;box-shadow:var(--shadow-sm)}.match-inmate-section.blue{border-left:3px solid #3b82f6}.match-inmate-section.green{border-left:3px solid #22c55e}.match-inmate-header{margin-bottom:.5rem}.match-inmate-title{font-size:.75rem;font-weight:700;color:var(--text-primary)}.match-inmate-title.blue{color:#1e40af}.match-inmate-title.green{color:#15803d}.match-inmate-info{display:flex;flex-direction:column;gap:.5rem}.match-info-row{display:flex;justify-content:space-between;font-size:.75rem}.match-info-label{color:var(--text-secondary);font-weight:600}.match-info-value{color:var(--text-primary);font-weight:700;text-align:right}.match-separator{display:flex;justify-content:center;margin:.25rem 0}.match-separator-badge{padding:.25rem .75rem;background:#f3e8ff;color:#6b21a8;border-radius:9999px;font-size:.75rem;font-weight:700}.match-card-footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.match-card-footer-text{font-size:.75rem;color:var(--text-secondary);font-weight:600}.matches-empty{display:flex;align-items:center;justify-content:center;padding:5rem 1rem}.matches-empty-card{text-align:center;background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);max-width:28rem}.matches-empty-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.matches-empty-text{font-size:.875rem;color:var(--text-secondary)}.matches-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem}.matches-loading-text{margin-top:1rem;font-size:1rem;font-weight:600;color:var(--text-secondary)}@media (min-width: 640px){.match-card{width:calc(50% - .5rem)}}@media (min-width: 1024px){.match-card{width:calc(33.333% - .67rem)}}@media (min-width: 1280px){.match-card{width:380px}}.match-details-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.match-details-loading-text{margin-top:1.5rem;font-size:1.25rem;font-weight:600;color:var(--text-secondary)}.match-details-error{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.match-details-error-card{background:#fff;border-radius:var(--radius-xl);padding:3rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);text-align:center;max-width:32rem}.match-details-error-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--danger) 0%,#dc2626 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff}.match-details-error-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.match-details-error-text{color:var(--text-secondary);margin-bottom:1.5rem}.match-details-back{margin-bottom:1rem}.match-details-header{background:#fafafa;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);margin-bottom:2rem}.match-details-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.match-details-header-info h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.match-details-header-info p{font-size:1.125rem;color:var(--text-secondary);margin:0}.match-details-header-badges{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.match-details-badge{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:700}.match-details-badge-perfect{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;box-shadow:0 4px 14px #22c55e4d}.match-details-badge-custody{color:#fff;box-shadow:0 4px 14px #0003}.match-details-badge-custody.closed{background:linear-gradient(135deg,#ef4444,#dc2626)}.match-details-badge-custody.semiopen{background:linear-gradient(135deg,#f59e0b,#d97706)}.match-details-badge-custody.open{background:linear-gradient(135deg,#22c55e,#16a34a)}.match-details-badge-score{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 14px #6366f14d}.match-details-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.match-details-grid{grid-template-columns:1fr 1fr}}.match-details-inmate-card{background:#fafafa;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light)}.match-details-inmate-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.match-details-inmate-id{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;font-weight:700;box-shadow:var(--shadow-md)}.match-details-inmate-id.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.match-details-inmate-id.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.match-details-inmate-title h2{font-size:1.5rem;font-weight:700;margin:0}.match-details-inmate-title p{font-size:.875rem;color:var(--text-secondary);margin:0}.match-details-section{background:#fff;border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--border-light);margin-bottom:1rem}.match-details-section-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.match-details-section-title.blue{color:#1e40af}.match-details-section-title.green{color:#15803d}.match-details-location-card{background:#fff;border-radius:var(--radius-md);padding:1rem;margin-bottom:.75rem;border:1px solid var(--border-light)}.match-details-location-card:last-child{margin-bottom:0}.match-details-location-type{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.match-details-location-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.match-details-location-state{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.match-details-location-code{font-size:.75rem;color:var(--text-muted)}.match-details-location-arrow{text-align:center;padding:.5rem 0;font-size:2rem;color:var(--primary-600)}.match-details-contact-card{background:#fff;border-radius:var(--radius-md);padding:1rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border-light);margin-bottom:.75rem}.match-details-contact-card:last-child{margin-bottom:0}.match-details-contact-label{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.match-details-contact-value{font-size:1.125rem;font-weight:700}.match-details-custody-card{background:#fff;border-radius:var(--radius-md);padding:1rem;border:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}.match-details-custody-label{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.match-details-custody-value{font-size:1.25rem;font-weight:700}.match-details-custody-badge{padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#fff}.match-details-custody-badge.closed{background:linear-gradient(135deg,#ef4444,#dc2626)}.match-details-custody-badge.semiopen{background:linear-gradient(135deg,#f59e0b,#d97706)}.match-details-custody-badge.open{background:linear-gradient(135deg,#22c55e,#16a34a)}.match-details-analysis{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid #e9d5ff;margin-bottom:2rem}.match-details-analysis-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.match-details-analysis-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#a855f7,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 14px #a855f74d}.match-details-analysis-title{font-size:1.5rem;font-weight:700;margin:0}.match-details-analysis-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.match-details-analysis-grid{grid-template-columns:repeat(3,1fr)}}.match-details-analysis-item{background:#fff;border-radius:var(--radius-md);padding:1.5rem;text-align:center}.match-details-analysis-item-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:var(--shadow-md)}.match-details-analysis-item-icon.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.match-details-analysis-item-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.match-details-analysis-item-icon.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.match-details-analysis-item-title{font-weight:700;margin-bottom:.5rem}.match-details-analysis-item-text{font-size:.875rem;color:var(--text-secondary)}.match-details-analysis-info{background:linear-gradient(to right,#dbeafe,#e0e7ff);border-radius:var(--radius-md);padding:1.5rem;border:1px solid #bfdbfe}.match-details-analysis-info-content{display:flex;align-items:flex-start;gap:1rem}.match-details-analysis-info-icon{font-size:1.5rem;color:#2563eb;flex-shrink:0;margin-top:.25rem}.match-details-analysis-info-title{font-weight:700;margin-bottom:.5rem}.match-details-analysis-info-text{font-size:.875rem;color:#1e40af;line-height:1.6}.match-details-analysis-info-text strong{font-weight:700}.match-details-actions{background:#fafafa;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);text-align:center}.match-details-actions-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.match-details-actions-text{color:var(--text-secondary);margin-bottom:1.5rem}.match-details-actions-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.match-details-btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:var(--radius-md);font-weight:700;font-size:.875rem;cursor:pointer;box-shadow:0 4px 14px #22c55e4d;transition:all var(--transition-normal)}.match-details-btn-whatsapp:hover{transform:scale(1.05);box-shadow:0 6px 20px #22c55e66}@media (max-width: 768px){.match-details-header-content{flex-direction:column}.match-details-header-info h1{font-size:2rem}.match-details-inmate-card,.match-details-analysis,.match-details-actions{padding:1.5rem}}:root{--primary-50: #f0fdf4;--primary-100: #dcfce7;--primary-200: #bbf7d0;--primary-300: #86efac;--primary-400: #4ade80;--primary-500: #22c55e;--primary-600: #16a34a;--primary-700: #15803d;--primary-800: #166534;--primary-900: #14532d;--bg-main: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #ccfbf1 100%);--bg-card: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-light: #e5e7eb;--border-primary: var(--primary-200);--danger: #ef4444;--danger-light: #fee2e2;--warning: #f59e0b;--info: var(--primary-600);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-green: 0 4px 14px 0 rgba(34, 197, 94, .15);--shadow-green-lg: 0 10px 40px 0 rgba(34, 197, 94, .2);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:var(--bg-main);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{transition:background-color var(--transition-normal),color var(--transition-normal),border-color var(--transition-normal),transform var(--transition-normal),opacity var(--transition-normal)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--primary-600);text-decoration:none;font-weight:600;transition:color var(--transition-fast)}a:hover{color:var(--primary-700)}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}.page-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.page-header-content h1{margin-bottom:.5rem}.page-header-content p{color:var(--text-secondary);margin:0}.card{background:var(--bg-card);border:2px solid var(--primary-100);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-green);transition:box-shadow var(--transition-normal)}.card:hover{box-shadow:var(--shadow-green-lg)}.card-header{background:linear-gradient(135deg,var(--primary-50) 0%,var(--primary-100) 100%);border-bottom:2px solid var(--primary-200);padding:1rem 1.5rem;margin:-1.5rem -1.5rem 1.5rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.card-title{font-size:1.25rem;font-weight:700;color:var(--primary-800);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):hover{transform:scale(1.05)}.btn:not(:disabled):active{transform:scale(.95)}.btn-primary{background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);color:#fff;box-shadow:var(--shadow-green)}.btn-primary:not(:disabled):hover{box-shadow:var(--shadow-green-lg)}.btn-secondary{background:#fff;color:var(--text-primary);border:2px solid var(--primary-200)}.btn-secondary:not(:disabled):hover{background:var(--primary-50);border-color:var(--primary-300)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:var(--shadow-md)}.btn-ghost{background:transparent;color:var(--primary-700)}.btn-ghost:not(:disabled):hover{background:var(--primary-50);color:var(--primary-800)}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem;color:var(--text-primary)}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;font-size:.875rem;border:2px solid var(--border-light);border-radius:var(--radius-md);background:#fff;color:var(--text-primary);transition:all var(--transition-normal)}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:var(--primary-200)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-400);box-shadow:0 0 0 3px #22c55e1a}.form-input::-moz-placeholder{color:var(--text-muted)}.form-input::placeholder{color:var(--text-muted)}.form-error{display:block;margin-top:.5rem;font-size:.875rem;font-weight:500;color:var(--danger)}.form-input.error{border-color:#fca5a5}.form-input.error:focus{border-color:var(--danger);box-shadow:0 0 0 3px #ef44441a}.navbar{background:#fff;border-bottom:2px solid var(--primary-100);box-shadow:var(--shadow-green);position:sticky;top:0;z-index:50}.navbar-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:5rem}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform var(--transition-normal)}.navbar-brand:hover{transform:scale(1.05)}.navbar-logo{width:3rem;height:3rem;background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:var(--shadow-green)}.navbar-title{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.navbar-brand:hover .navbar-title{color:var(--primary-600)}.navbar-links{display:flex;gap:.5rem;align-items:center}.navbar-link{padding:.625rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:all var(--transition-normal)}.navbar-link:hover{background:var(--primary-50);color:var(--primary-700);transform:scale(1.05)}.navbar-link.active{background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);color:#fff;box-shadow:var(--shadow-green)}.navbar-logout{padding:.625rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:all var(--transition-normal)}.navbar-logout:hover{background:var(--danger);color:#fff;transform:scale(1.05)}.table-wrapper{background:#fff;border:2px solid var(--primary-100);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-green);margin:0}.table{width:100%;border-collapse:separate;border-spacing:0}.table thead{background:linear-gradient(135deg,var(--primary-50) 0%,var(--primary-100) 100%)}.table th{padding:1rem 1.25rem;text-align:left;font-weight:700;font-size:.875rem;color:var(--primary-800);border-bottom:3px solid var(--primary-300);white-space:nowrap}.table th:first-child{padding-left:1.5rem}.table th:last-child{padding-right:1.5rem}.table td{padding:1rem 1.25rem;font-size:.875rem;color:var(--text-primary)}.table td:first-child{padding-left:1.5rem;font-weight:600;color:var(--primary-700)}.table td:last-child{padding-right:1.5rem}.table tbody tr{transition:all var(--transition-fast);background:#fff;border-bottom:1px solid var(--border-light)}.table tbody tr:nth-child(2n){background:linear-gradient(90deg,#fafafa,#fff)}.table tbody tr:hover{background:linear-gradient(90deg,var(--primary-50) 0%,#f0fdf4 100%);box-shadow:inset 0 0 0 1px var(--primary-200);transform:scale(1.002)}.table tbody tr:last-child{border-bottom:none}.table .text-right{text-align:right}.table .text-center{text-align:center}.table-actions{display:flex;gap:.5rem;justify-content:flex-end;align-items:center}.table-loading{text-align:center;padding:3rem;color:var(--text-secondary)}.table-empty{text-align:center;padding:3rem;color:var(--text-muted)}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:#fff;border:2px solid var(--primary-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-green-lg);width:100%;max-width:40rem;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,var(--primary-50) 0%,var(--primary-100) 100%);border-bottom:2px solid var(--primary-200)}.modal-title{font-size:1.5rem;font-weight:700;color:var(--primary-800);margin:0}.modal-close{background:transparent;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);transition:all var(--transition-normal)}.modal-close:hover{background:var(--danger);color:#fff}.modal-body{padding:1.5rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.auth-container{width:100%;max-width:28rem}.auth-logo{width:5rem;height:5rem;margin:0 auto 2rem;background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;box-shadow:var(--shadow-green-lg);transition:transform var(--transition-normal)}.auth-logo:hover{transform:scale(1.1)}.auth-title{text-align:center;font-size:2.5rem;margin-bottom:.75rem}.auth-subtitle{text-align:center;color:var(--text-secondary);font-weight:500;margin-bottom:2rem}.auth-card{background:#fff;border:2px solid var(--primary-100);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-green-lg)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{background:var(--danger-light);border:2px solid #fca5a5;color:#b91c1c;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500}.auth-divider{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--primary-100);text-align:center;color:var(--text-secondary);font-size:.875rem}.auth-link{color:var(--primary-600);font-weight:700}.auth-link:hover{color:var(--primary-700)}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.not-found-container{text-align:center;max-width:28rem;width:100%}.not-found-code{font-size:9rem;font-weight:700;background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.not-found-card{background:#fff;border:2px solid var(--primary-100);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-green-lg)}.not-found-title{font-size:2rem;margin-bottom:1rem}.not-found-message{color:var(--text-secondary);margin-bottom:2rem}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-danger{color:var(--danger)}.text-primary{color:var(--primary-600)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-2>*+*{margin-left:.5rem}.space-y-4>*+*{margin-top:1rem}.spinner{display:inline-block;width:2rem;height:2rem;border:3px solid var(--primary-100);border-top-color:var(--primary-500);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.bg-red-50{background-color:#fef2f2}.border-red-200{border-color:#fecaca}.text-red-700{color:#b91c1c}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.rounded-lg{border-radius:var(--radius-md)}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-4{padding-top:1rem}.animate-spin{animation:spin 1s linear infinite}.badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-blue{background-color:#dbeafe;color:#1e40af}.badge-yellow{background-color:#fef3c7;color:#92400e}.badge-green{background-color:var(--primary-100);color:var(--primary-800)}.badge-red{background-color:#fee2e2;color:#991b1b}.badge-gray{background-color:#f3f4f6;color:#374151}.capitalize{text-transform:capitalize}@media (max-width: 768px){.navbar-container{height:4rem}.navbar-logo{width:2.5rem;height:2.5rem;font-size:1.25rem}.navbar-title{font-size:1.25rem}.navbar-links{gap:.25rem}.navbar-link,.navbar-logout{padding:.5rem .75rem;font-size:.8125rem}.auth-title{font-size:2rem}.auth-card{padding:1.5rem}.card{padding:1rem}.table th,.table td{padding:.75rem;font-size:.875rem}}@media (max-width: 480px){.navbar-title,.navbar-link span{display:none}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}
