*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background-color:#f8fafc;font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1e293b;transition:background-color .3s ease,color .3s ease}.dark body{background-color:#0f172a;color:#f1f5f9}a{color:#2563eb;text-decoration:none;transition:color .3s ease}a:hover{text-decoration:underline}.dark a{color:#3b82f6}.dark a:hover{color:#60a5fa}.app{min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s ease}.main-content{flex:1}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0;z-index:100;transition:background-color .3s ease,border-color .3s ease}.dark .navbar{background:#1e293b;border-bottom-color:#334155}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-logo{font-size:1.4rem;font-weight:600;color:#2563eb;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.navbar-logo .icon-md{flex-shrink:0}.navbar-logo .navbar-logo-img{width:35px;height:35px;transform:translateY(1px)}.navbar-logo:hover{text-decoration:none;color:#1d4ed8}.dark .navbar-logo{color:#3b82f6}.dark .navbar-logo:hover{color:#60a5fa}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#1e293b;transition:color .3s ease}@media(max-width:767px){.navbar-toggle{display:flex;align-items:center;justify-content:center}}.dark .navbar-toggle{color:#f1f5f9}.navbar-menu{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.navbar-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:stretch;padding:1.5rem;gap:.5rem;transition:right .3s ease,background-color .3s ease,border-color .3s ease;z-index:101;border-left:1px solid #e2e8f0}.navbar-menu.open{right:0}}@media(max-width:767px){.dark .navbar-menu{background:#1e293b;border-left-color:#334155}}.navbar-overlay{display:none}@media(max-width:767px){.navbar-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#1e293b80;z-index:100}}.navbar-separator{width:1px;height:20px;background:#e2e8f0;transition:background-color .3s ease}@media(max-width:767px){.navbar-separator{display:none}}.dark .navbar-separator{background:#334155}.navbar-link{color:#1e293b;font-size:.9rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;border-radius:6px;transition:color .3s ease,background-color .3s ease}.navbar-link:hover{color:#2563eb;text-decoration:none;background:#f8fafc}.navbar-link.active{color:#2563eb;background:#f8fafc}@media(max-width:767px){.navbar-link{padding:.75rem 1rem;width:100%;border-radius:6px}}.dark .navbar-link{color:#f1f5f9}.dark .navbar-link:hover,.dark .navbar-link.active{color:#3b82f6;background:#1e293b}.navbar-link-primary{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease}.navbar-link-primary:hover{background:#1d4ed8;text-decoration:none;color:#fff}.navbar-link-primary.active{background:#1d4ed8;color:#fff}@media(max-width:767px){.navbar-link-primary{padding:.75rem 1rem;width:100%}}.dark .navbar-link-primary{background:#3b82f6}.dark .navbar-link-primary:hover,.dark .navbar-link-primary.active{background:#60a5fa}.navbar-user{color:#1e293b;font-size:.875rem;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem}.navbar-user .icon-sm{color:#2563eb}@media(max-width:767px){.navbar-user{padding:.75rem 1rem;width:100%;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin:.5rem 0}}.navbar-button{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s ease}.navbar-button:hover{background:#b91c1c}@media(max-width:767px){.navbar-button{padding:.75rem 1rem;width:100%;margin-top:auto}}.dark .navbar-button{background:#ef4444}.dark .navbar-button:hover{background:#f87171}.dark-mode-toggle{background:none;border:none;cursor:pointer;padding:.5rem 1rem;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:6px;transition:color .3s ease,background-color .3s ease}.dark-mode-toggle:hover{background:#f8fafc;color:#2563eb}@media(max-width:767px){.dark-mode-toggle{padding:.75rem 1rem;width:100%;justify-content:flex-start}}.dark .dark-mode-toggle{color:#f1f5f9}.dark .dark-mode-toggle:hover{background:#1e293b;color:#3b82f6}@media(max-width:767px){.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.2rem}}.loading-spinner-container{display:flex;justify-content:center;align-items:center;padding:3rem}.loading-spinner{border:3px solid #e2e8f0;border-top:3px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner.small{width:20px;height:20px}.loading-spinner.medium{width:32px;height:32px}.loading-spinner.large{width:48px;height:48px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px}}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #1e293b26;min-width:300px;max-width:500px;pointer-events:auto;transform:translate(400px);opacity:0;transition:all .3s ease-in-out}.toast.visible{transform:translate(0);opacity:1}@media(max-width:768px){.toast{min-width:auto;max-width:100%;transform:translateY(-100px)}.toast.visible{transform:translateY(0)}}.toast .toast-icon{width:20px;height:20px;flex-shrink:0}.toast .toast-message{flex:1;font-size:.9rem;line-height:1.4;color:#1e293b}.toast .toast-close{background:none;border:none;padding:.25rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.toast .toast-close:hover{background:#1e293b0d;color:#1e293b}.toast .toast-close .icon-xs{width:16px;height:16px}.toast.toast-success{border-left:4px solid #16a34a}.toast.toast-success .toast-icon{color:#16a34a}.email-editor{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#fff;flex:1;min-height:0;display:flex;flex-direction:column;height:100%;transition:background-color .3s ease,border-color .3s ease}.email-editor:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dark .email-editor{background:#0f172a;border-color:#334155}.dark .email-editor:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.email-editor-textarea{width:100%;padding:.75rem;border:none;border-radius:6px;font-size:.9rem;font-family:inherit;line-height:1.6;color:#1e293b;background:#fff;resize:none;flex:1;min-height:0;transition:background-color .3s ease,color .3s ease}.email-editor-textarea:focus{outline:none}.email-editor-textarea::placeholder{color:#64748b;transition:color .3s ease}.dark .email-editor-textarea{background:#0f172a;color:#f1f5f9}.dark .email-editor-textarea::placeholder{color:#94a3b8}.auth-container{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem}.auth-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;width:100%;max-width:400px;transition:background-color .3s ease,border-color .3s ease}.auth-card h1{margin-bottom:1.5rem;text-align:center;font-size:1.75rem;font-weight:600;color:#1e293b;transition:color .3s ease}.dark .auth-card{background:#1e293b;border-color:#334155}.dark .auth-card h1{color:#f1f5f9}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#1e293b;transition:color .3s ease}.form-group label.label-icon{display:flex;align-items:center;gap:.5rem}.form-group label.label-icon .icon-sm{width:16px;height:16px;flex-shrink:0;color:#64748b;transition:color .3s ease}.form-group .input-wrapper{position:relative}.form-group .input-wrapper input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#1e293b;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.form-group .input-wrapper input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group .input-wrapper input.error{border-color:#dc2626}.form-group .input-wrapper input.disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.form-group .input-wrapper .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .3s ease}.form-group .input-wrapper .password-toggle:hover{color:#1e293b}.form-group .input-wrapper .password-toggle:disabled{opacity:.5;cursor:not-allowed}.form-group .input-wrapper .password-toggle .icon-sm{width:18px;height:18px}.form-group input:not(.input-wrapper input){width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#1e293b;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.form-group input:not(.input-wrapper input):focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:not(.input-wrapper input).error{border-color:#dc2626}.form-group input:not(.input-wrapper input).disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.dark .form-group label{color:#f1f5f9}.dark .form-group label.label-icon .icon-sm{color:#94a3b8}.dark .form-group .input-wrapper input{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .form-group .input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.dark .form-group .input-wrapper input.disabled{background:#1e293b;color:#94a3b8}.dark .form-group .input-wrapper .password-toggle{color:#94a3b8}.dark .form-group .input-wrapper .password-toggle:hover{color:#f1f5f9}.dark .form-group input:not(.input-wrapper input){background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .form-group input:not(.input-wrapper input):focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.dark .form-group input:not(.input-wrapper input).disabled{background:#1e293b;color:#94a3b8}.form-help-text{margin-top:.5rem;font-size:.8rem;color:#64748b}.error-text{display:block;color:#dc2626;font-size:.8rem;margin-top:.25rem;transition:color .3s ease}.dark .error-text{color:#ef4444}.password-help{margin-top:.5rem;font-size:.8rem}.password-help .text-success{color:#16a34a}.password-help .text-danger{color:#dc2626}.dark .password-help .text-success{color:#22c55e}.dark .password-help .text-danger{color:#ef4444}.auth-button{width:100%;padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background-color .3s ease}.auth-button:hover:not(:disabled){background:#1d4ed8}.auth-button:disabled{opacity:.6;cursor:not-allowed}.dark .auth-button{background:#3b82f6}.dark .auth-button:hover:not(:disabled){background:#60a5fa}.auth-link{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#64748b;transition:color .3s ease}.auth-link a{color:#2563eb;font-weight:500;transition:color .3s ease}.dark .auth-link{color:#94a3b8}.dark .auth-link a{color:#3b82f6}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;align-items:stretch}.card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;transition:background-color .3s ease,border-color .3s ease}.dark .card{background:#1e293b;border-color:#334155}.card-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-shrink:0}.card-row strong{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;color:#1e293b;transition:color .3s ease}.dark .card-row strong{color:#f1f5f9}.card-notes{margin-top:.5rem;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #2563eb;min-height:2.5rem;max-height:4.5rem;overflow:hidden;flex-shrink:0;transition:background-color .3s ease,border-color .3s ease}.card-notes p{font-size:.875rem;line-height:1.5;color:#1e293b;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;transition:color .3s ease}.card-notes p.muted{display:block;font-style:italic;-webkit-line-clamp:1;line-clamp:1}.dark .card-notes{background:#1e293b;border-left-color:#3b82f6}.dark .card-notes p{color:#f1f5f9}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0;background:#f8fafc;color:#1e293b}.badge.pending{background:#f59e0b1a;color:#f59e0b}.badge.interview{background:#2563eb1a;color:#2563eb}.badge.rejected{background:#dc26261a;color:#dc2626}.badge.applied{background:#16a34a1a;color:#16a34a}.dark .badge.pending{background:#fbbf241a;color:#fbbf24}.dark .badge.interview{background:#3b82f61a;color:#3b82f6}.dark .badge.rejected{background:#ef44441a;color:#ef4444}.dark .badge.applied{background:#22c55e1a;color:#22c55e}.kanban-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1.5rem}@media(max-width:1023px){.kanban-container{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:767px){.kanban-container{grid-template-columns:1fr;gap:1rem}}.kanban-column{background:transparent;border-radius:8px;min-height:400px;display:flex;flex-direction:column;transition:background-color .2s,border-color .2s;border:2px solid transparent;width:100%;max-width:100%;min-width:0;overflow:hidden}@media(max-width:767px){.kanban-column{min-height:300px}}.kanban-column[data-over=true]{background:#2563eb1a;border:2px dashed #2563eb}.dark .kanban-column{background:transparent}.dark .kanban-column[data-over=true]{background:#3b82f633;border-color:#3b82f6}.kanban-column-header{display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem;border-radius:6px;background:#fff;border-bottom:2px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}.kanban-column-header .kanban-header-content{display:flex;align-items:center;gap:.75rem}.kanban-column-header .kanban-status-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.kanban-column-header .kanban-status-indicator.kanban-status-pending{background:#f59e0b}.kanban-column-header .kanban-status-indicator.kanban-status-applied{background:#16a34a}.kanban-column-header .kanban-status-indicator.kanban-status-interview{background:#2563eb}.kanban-column-header .kanban-status-indicator.kanban-status-rejected{background:#dc2626}.kanban-column-header .dark .kanban-status-indicator.kanban-status-pending{background:#fbbf24}.kanban-column-header .dark .kanban-status-indicator.kanban-status-applied{background:#22c55e}.kanban-column-header .dark .kanban-status-indicator.kanban-status-interview{background:#3b82f6}.kanban-column-header .dark .kanban-status-indicator.kanban-status-rejected{background:#ef4444}.kanban-column-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0;transition:color .3s ease}.dark .kanban-column-header{background:#1e293b;border-bottom-color:#334155}.dark .kanban-column-header h3{color:#f1f5f9}.kanban-count{background:#fff;color:#64748b;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;transition:background-color .3s ease,color .3s ease}.dark .kanban-count{background:#1e293b;color:#94a3b8}.kanban-column-content{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%;min-width:0;overflow:hidden}.kanban-card{position:relative;flex-shrink:0;margin-bottom:.75rem;width:100%;max-width:100%;min-width:0}.kanban-card .kanban-card-drag-handle{position:absolute;top:0;left:0;right:0;height:40px;cursor:grab;z-index:1}.kanban-card .kanban-card-drag-handle:active{cursor:grabbing}.kanban-card .card{min-height:200px;max-height:200px;overflow:hidden}.kanban-card .card.card-compact{height:120px!important;min-height:120px!important;max-height:120px!important;width:100%!important;max-width:100%!important;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;padding:1rem;gap:.5rem;overflow:hidden}.kanban-card .card.card-compact>*{flex-shrink:0;min-height:0;min-width:0;width:100%;max-width:100%}.kanban-card .card.card-compact .card-row{flex-shrink:0;min-height:0;height:auto;width:100%;max-width:100%;min-width:0;overflow:hidden}.kanban-card .card.card-compact .card-row strong{display:block;width:100%;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;line-height:1.3;max-height:1.3em}.kanban-card .card.card-compact .muted{flex-shrink:0;min-height:0;width:100%;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;line-height:1.3;max-height:1.3em}.kanban-card .card.card-compact>.row.mt-2{margin-top:auto;flex-shrink:0;min-height:0;height:auto;width:100%;max-width:100%;min-width:0;display:flex;justify-content:flex-start}.kanban-card .card.card-compact>.row.mt-2 button{pointer-events:auto;cursor:pointer;flex-shrink:0;width:auto;max-width:none}.kanban-card .card>.row.mt-2{margin-top:auto;flex-shrink:0}.kanban-card *{pointer-events:auto}.kanban-card-dragging{opacity:.8;transform:rotate(5deg)}.table-container{margin-top:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}@media(max-width:767px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:0}}.dark .table-container{background:#1e293b;border-color:#334155}.table{width:100%;border-collapse:collapse;min-width:600px}@media(max-width:767px){.table{font-size:.85rem}}.table thead{background:#f8fafc;transition:background-color .3s ease}.table thead th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;vertical-align:middle;transition:color .3s ease,border-color .3s ease,background-color .3s ease}@media(max-width:767px){.table thead th{padding:.75rem .5rem;font-size:.8rem}}.table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.table thead th.sortable:hover{background:#f8fafc}.table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s,border-color .3s ease}.table tbody tr:hover{background:#f8fafc}.table tbody tr:last-child{border-bottom:none}.table tbody td{padding:1rem;font-size:.9rem;color:#1e293b;vertical-align:middle;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s ease}@media(max-width:767px){.table tbody td{padding:.75rem .5rem;font-size:.8rem;max-width:150px}}.table tbody td:first-child{max-width:250px}@media(max-width:767px){.table tbody td:first-child{max-width:180px}}.table tbody td:nth-child(2){max-width:200px}@media(max-width:767px){.table tbody td:nth-child(2){max-width:150px}}.table tbody td .badge{white-space:nowrap}.dark .table thead{background:#1e293b}.dark .table thead th{color:#f1f5f9;border-bottom-color:#334155}.dark .table thead th.sortable:hover{background:#0f172a}.dark .table tbody tr{border-bottom-color:#334155}.dark .table tbody tr:hover{background:#1e293b}.dark .table tbody td{color:#f1f5f9}.table-input,.table-select{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.9rem;background:#fff;color:#1e293b;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.table-input:focus,.table-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.dark .table-input,.dark .table-select{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .table-input:focus,.dark .table-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.table-actions{display:flex;gap:.5rem}.table-empty{padding:3rem;text-align:center;color:#64748b;transition:color .3s ease}.dark .table-empty{color:#94a3b8}.form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:background-color .3s ease,border-color .3s ease}.dark .form{background:#1e293b;border-color:#334155}.field{margin-bottom:1.25rem}.field:last-child{margin-bottom:0}.label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#1e293b;transition:color .3s ease}.label.label-icon{display:flex;align-items:center;gap:.5rem}.label.label-icon svg{width:16px;height:16px;flex-shrink:0}.dark .label{color:#f1f5f9}.input,.select,.textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#1e293b;font-family:inherit;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dark .input,.dark .select,.dark .textarea{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .input:focus,.dark .select:focus,.dark .textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.textarea{resize:vertical;min-height:80px}.error{color:#dc2626;font-size:.8rem;margin-top:.25rem;transition:color .3s ease}.dark .error{color:#ef4444}.error-message{background:#dc26261a;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;border:1px solid rgba(220,38,38,.3);font-size:.875rem;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.dark .error-message{background:#ef444426;color:#ef4444;border-color:#ef44444d}.warning-message{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#1e293b;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.dark .warning-message{background:#fbbf2426;border-color:#fbbf244d;color:#f1f5f9}.application-detail{position:fixed;inset:0;background:#1e293b80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto;transition:background-color .3s ease}.dark .application-detail{background:#0f172ae6}.detail-content{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:0;box-shadow:0 10px 25px #1e293b1a;overflow-x:hidden;display:flex;flex-direction:column;transition:background-color .3s ease,box-shadow .3s ease}.dark .detail-content{background:#1e293b;box-shadow:0 10px 25px #0f172a80}.detail-section{padding:1.5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0;transition:border-color .3s ease}.detail-section:last-child{border-bottom:none}.detail-section:first-child{padding-top:2rem}.detail-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1e293b;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;transition:color .3s ease,border-color .3s ease}.detail-section .error-message{margin-bottom:1.5rem}.detail-section[style*="flex: 1"]{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.dark .detail-section{border-bottom-color:#334155}.dark .detail-section h3{color:#f1f5f9;border-bottom-color:#334155}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;transition:all .2s;font-size:.9rem}.btn-back:hover{background:#e2e8f0}.dark .btn-back{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .btn-back:hover{background:#334155}.detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;transition:border-color .3s ease}.detail-section-header h3{margin:0;padding:0;border:none;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1e293b;transition:color .3s ease}.detail-section-header h3 .icon-sm{flex-shrink:0;margin-top:2px}.dark .detail-section-header{border-bottom-color:#334155}.dark .detail-section-header h3{color:#f1f5f9}.header-actions{display:flex;gap:.5rem}.header-actions .btn.ghost{padding:0;width:36px;height:36px;min-width:36px;min-height:36px;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.header-actions .btn.ghost:hover{background:#64748b;color:#fff;border-color:#64748b}.dark .header-actions .btn.ghost{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .header-actions .btn.ghost:hover{background:#94a3b8;color:#1e293b;border-color:#94a3b8}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;min-width:0}.detail-grid>*{min-width:0}.detail-field{display:flex;flex-direction:column;gap:.5rem;min-width:0}.detail-field label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.detail-field>div{color:#1e293b;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;overflow:hidden;transition:color .3s ease}.detail-field .link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-field .input,.detail-field .select,.detail-field .textarea{margin-top:.25rem;max-width:100%;box-sizing:border-box}.detail-field .input.error,.detail-field .select.error,.detail-field .textarea.error{border-color:#dc2626}.detail-field .error{color:#dc2626;font-size:.8rem;margin-top:.25rem;transition:color .3s ease}.dark .detail-field label{color:#94a3b8}.dark .detail-field>div{color:#f1f5f9}.dark .detail-field .error{color:#ef4444}.dark .detail-field .input.error,.dark .detail-field .select.error,.dark .detail-field .textarea.error{border-color:#ef4444}.status-display{display:flex;align-items:center;gap:.5rem}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.status-dot.pending{background:#f59e0b}.status-dot.interview{background:#60a5fa}.status-dot.rejected{background:#f87171}.status-dot.applied{background:#16a34a}.dark .status-dot.pending{background:#fbbf24}.dark .status-dot.interview{background:#3b82f6}.dark .status-dot.rejected{background:#ef4444}.dark .status-dot.applied{background:#22c55e}.status-text{text-transform:capitalize}.detail-actions{display:flex;gap:.5rem;flex-wrap:wrap}.notes-viewer{margin-top:.5rem;padding:1rem;background:#f8fafc;border-radius:6px;border-left:3px solid #2563eb;transition:background-color .3s ease,border-color .3s ease}.dark .notes-viewer{background:#1e293b;border-left-color:#3b82f6}.notes-text{color:#1e293b;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;transition:color .3s ease}.dark .notes-text{color:#f1f5f9}.notes-empty{display:flex;justify-content:center;align-items:center;padding:2rem;color:#64748b;font-style:italic;transition:color .3s ease}.dark .notes-empty{color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:#1e293b80;display:flex;align-items:center;justify-content:center;z-index:1001;padding:2rem;transition:background-color .3s ease}.dark .modal-overlay{background:#0f172ae6}.modal{background:#fff;border-radius:8px;max-width:500px;width:100%;overflow:hidden;transition:background-color .3s ease}.dark .modal{background:#1e293b}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;transition:color .3s ease}.modal-header .btn{padding:0;width:36px;height:36px;min-width:36px;min-height:36px;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.modal-header .btn:hover{background:#64748b;color:#fff;border-color:#64748b}.dark .modal-header{border-bottom-color:#334155}.dark .modal-header h3{color:#f1f5f9}.dark .modal-header .btn{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .modal-header .btn:hover{background:#94a3b8;color:#1e293b;border-color:#94a3b8}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid #e2e8f0;transition:border-color .3s ease}.dark .modal-footer{border-top-color:#334155}.muted{color:#64748b;font-size:.875rem;transition:color .3s ease}.dark .muted{color:#94a3b8}.link{color:#2563eb;text-decoration:none;transition:color .3s ease}.link:hover{text-decoration:underline}.dark .link{color:#3b82f6}.row{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.row.mt-2{margin-top:.5rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:0}.truncate a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;min-width:0;flex:1}.btn{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e293b;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.btn:hover{background:#f8fafc}.btn.primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn.danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn.danger:hover{background:#b91c1c;border-color:#b91c1c}.btn.small{padding:.375rem .75rem;font-size:.8rem}.btn.ghost{background:transparent;border:none}.btn.ghost:hover{background:#f8fafc}.dark .btn{background:#1e293b;color:#f1f5f9;border-color:#334155}.dark .btn:hover{background:#1e293b}.dark .btn.primary{background:#3b82f6;border-color:#3b82f6}.dark .btn.primary:hover{background:#60a5fa;border-color:#60a5fa}.dark .btn.danger{background:#ef4444;border-color:#ef4444}.dark .btn.danger:hover{background:#f87171;border-color:#f87171}.dark .btn.ghost:hover{background:#1e293b}.flex-shrink-0{flex-shrink:0}.icon-sm{width:16px;height:16px}.icon-md{width:20px;height:20px}.m-0{margin:0}.view-toggle{display:flex;gap:.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem;transition:background-color .3s ease,border-color .3s ease}.dark .view-toggle{background:#1e293b;border-color:#334155}.view-toggle-btn{padding:.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.view-toggle-btn:hover{background:#f8fafc;color:#1e293b}.view-toggle-btn.active{background:#2563eb;color:#fff}.view-toggle-btn.active:hover{background:#1d4ed8;color:#fff}.dark .view-toggle-btn{color:#94a3b8}.dark .view-toggle-btn:hover{background:#1e293b;color:#f1f5f9}.dark .view-toggle-btn.active{background:#3b82f6;color:#fff}.dark .view-toggle-btn.active:hover{background:#60a5fa;color:#fff}.view-toggle-label{display:none}@media(min-width:768px){.view-toggle-label{display:inline;font-size:.875rem}}.btn-label{display:none}@media(min-width:768px){.btn-label{display:inline}}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:inline}}.show-mobile-only{display:inline}@media(min-width:768px){.show-mobile-only{display:none}}.advanced-filters{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1.5rem;transition:background-color .3s ease,border-color .3s ease}.dark .advanced-filters{background:#1e293b;border-color:#334155}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.filters-header .btn{display:flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width:767px){.filters-header .btn{aspect-ratio:1;padding:.5rem}.filters-header .btn .btn-label{display:none}}.dark .filters-header{border-bottom-color:#334155}.filters-badge{display:flex;align-items:center;gap:.5rem;color:#1e293b;font-size:.875rem;transition:color .3s ease}.filters-badge svg{color:#2563eb;transition:color .3s ease}.filters-badge .filters-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .4rem;background:#2563eb;color:#fff;border-radius:10px;font-weight:600;font-size:.75rem;transition:background-color .3s ease}.dark .filters-badge{color:#f1f5f9}.dark .filters-badge svg{color:#3b82f6}.dark .filters-badge .filters-count{background:#3b82f6}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media(max-width:767px){.filters-grid{grid-template-columns:1fr}}.filter-field{display:flex;flex-direction:column;gap:.5rem}.filter-field label{font-size:.875rem;font-weight:500;color:#1e293b;transition:color .3s ease}.filter-field label.label-icon{display:flex;align-items:center;gap:.5rem}.dark .filter-field label{color:#f1f5f9}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#1e293b;transition:color .3s ease}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:#2563eb}.checkbox-label input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.checkbox-label input[type=checkbox]:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:2px}.dark .checkbox-label{color:#f1f5f9}.dark .checkbox-label input[type=checkbox]{accent-color:#3b82f6}.dark .checkbox-label input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.dark .checkbox-label input[type=checkbox]:focus{outline-color:#3b82f64d}.search-filters-row{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}@media(max-width:767px){.search-filters-row{gap:.5rem}.search-filters-row .btn{flex-shrink:0;padding:.5rem}.search-filters-row .btn .btn-label{display:none}}.search-bar{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;min-width:20px;transition:background-color .3s ease,border-color .3s ease}@media(max-width:767px){.search-bar{min-width:150px}}.search-bar svg{color:#64748b;flex-shrink:0;transition:color .3s ease}.dark .search-bar{background:#0f172a;border-color:#334155}.dark .search-bar svg{color:#94a3b8}.search-input{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#1e293b;min-width:20px;transition:color .3s ease}@media(max-width:767px){.search-input{font-size:.85rem}}.search-input::placeholder{color:#64748b;transition:color .3s ease}@media(max-width:767px){.search-input::placeholder{font-size:.8rem}}.dark .search-input{color:#f1f5f9}.dark .search-input::placeholder{color:#94a3b8}.export-section{margin-bottom:1.5rem;display:flex;justify-content:flex-end}.export-dropdown{position:relative}.export-dropdown .btn{display:flex;align-items:center;gap:.5rem}.export-dropdown .btn:disabled{opacity:.6;cursor:not-allowed}.export-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #1e293b1a;min-width:150px;z-index:1000;overflow:hidden;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.dark .export-menu{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px #0f172a4d}.export-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;font-size:.9rem;color:#1e293b;transition:background .2s,color .3s ease,border-color .3s ease}.export-menu-item:hover:not(:disabled){background:#f8fafc}.export-menu-item:disabled{opacity:.6;cursor:not-allowed}.export-menu-item:not(:last-child){border-bottom:1px solid #e2e8f0}.export-menu-item svg{color:#64748b;transition:color .3s ease}.export-menu-item .export-icon-pdf{color:#dc2626}.export-menu-item .export-icon-csv{color:#16a34a}.dark .export-menu-item{color:#f1f5f9}.dark .export-menu-item:hover:not(:disabled){background:#1e293b}.dark .export-menu-item:not(:last-child){border-bottom-color:#334155}.dark .export-menu-item svg{color:#94a3b8}.dark .export-menu-item .export-icon-pdf{color:#dc2626!important}.dark .export-menu-item .export-icon-csv{color:#16a34a!important}.stats-chart-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:background-color .3s ease,border-color .3s ease}.stats-chart-container canvas{max-width:100%}.dark .stats-chart-container{background:#1e293b;border:none}.stats-chart-header{margin-bottom:1.5rem}.stats-chart-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;transition:color .3s ease}.stats-chart-header p{color:#64748b;font-size:.9rem;transition:color .3s ease}.dark .stats-chart-header h3{color:#f1f5f9}.dark .stats-chart-header p{color:#94a3b8}.chart{height:300px;position:relative}@media(max-width:767px){.chart{height:250px}}.reminders-notification{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:1rem;margin-bottom:1rem;transition:background-color .3s ease,border-color .3s ease}.reminders-notification .reminders-notification-header{display:flex;align-items:center;gap:.5rem;color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .3s ease}.reminders-notification .reminders-notification-header h3{margin:0;font-size:1rem;font-weight:600;flex:1}.reminders-notification .reminders-notification-header .reminders-toggle-icon{margin-left:auto;transition:transform .2s}.reminders-notification .reminders-notification-list{display:flex;flex-direction:column;gap:.5rem;overflow:hidden}.reminders-notification .reminders-notification-list.expanded{max-height:2000px;opacity:1;margin-top:.75rem}.reminders-notification .reminders-notification-list.collapsed{max-height:0;opacity:0;margin-top:0}.reminders-notification .reminder-notification-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.75rem;border-radius:6px;cursor:pointer;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}.reminders-notification .reminder-notification-item .reminder-notification-content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.reminders-notification .reminder-notification-item .reminder-notification-content strong{font-size:.875rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s ease}.reminders-notification .reminder-notification-item .reminder-notification-content .muted,.reminders-notification .reminder-notification-item .reminder-notification-content .reminder-date{font-size:.75rem;color:#64748b;transition:color .3s ease}.reminders-notification .reminder-notification-item .reminder-indicator{padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:400;white-space:nowrap;flex-shrink:0;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.reminders-notification .reminder-notification-item .reminder-indicator.past{background:#dc26261a;color:#dc2626;border-color:#dc26264d;font-weight:600}.reminders-notification .reminder-notification-item .reminder-indicator.today{background:#dc26261a;color:#b91c1c;border-color:#dc26264d;font-weight:500}.reminders-notification .reminder-notification-item .reminder-indicator.tomorrow{background:#f59e0b1a;color:#1e293b;border-color:#f59e0b4d}.reminders-notification .reminder-notification-item .reminder-indicator.upcoming{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.dark .reminders-notification{background:#fbbf2426;border-color:#fbbf244d}.dark .reminders-notification .reminders-notification-header{color:#f1f5f9}.dark .reminders-notification .reminder-notification-item{background:#1e293b;border-color:#334155}.dark .reminders-notification .reminder-notification-item .reminder-notification-content strong{color:#f1f5f9}.dark .reminders-notification .reminder-notification-item .reminder-notification-content .muted,.dark .reminders-notification .reminder-notification-item .reminder-notification-content .reminder-date{color:#94a3b8}.dark .reminders-notification .reminder-notification-item .reminder-indicator,.dark .reminders-notification .reminder-notification-item .reminder-indicator.upcoming{background:#1e293b;color:#94a3b8;border-color:#334155}@media(max-width:767px){.reminders-notification{padding:.75rem}.reminders-notification .reminder-notification-item{flex-direction:column;align-items:flex-start;gap:.5rem}.reminders-notification .reminder-notification-item .reminder-indicator{align-self:flex-end}}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin-bottom:.5rem;font-size:2rem;font-weight:600;color:#1e293b;transition:color .3s ease}.dashboard-header p{color:#64748b;font-size:.95rem;transition:color .3s ease}.dark .dashboard-header h1{color:#f1f5f9}.dark .dashboard-header p{color:#94a3b8}.dashboard-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.dashboard-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}.dashboard-card h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#1e293b;transition:color .3s ease}.dark .dashboard-card{background:#1e293b;border-color:#334155}.dark .dashboard-card h2{color:#f1f5f9}.profile-info p{margin-bottom:.75rem;color:#64748b;font-size:.9rem}.profile-info strong{color:#1e293b;margin-right:.5rem;font-weight:500}.dashboard-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}@media(max-width:767px){.dashboard-actions .btn-add{padding:.5rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.dashboard-actions .btn-add .btn-label{display:none}}.dashboard-empty{text-align:center;padding:3rem 1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}.dashboard-empty p{margin-bottom:.5rem;color:#1e293b;font-size:1rem;transition:color .3s ease}.dark .dashboard-empty{background:#1e293b;border-color:#334155}.dark .dashboard-empty p{color:#f1f5f9}.admin-filters{display:flex;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;align-items:center}.admin-filters .search-bar{flex:1;min-width:200px;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem;transition:background-color .3s ease,border-color .3s ease}.admin-filters .search-bar .search-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1e293b;background:transparent;transition:color .3s ease}.admin-filters .search-bar .search-input::placeholder{color:#64748b;transition:color .3s ease}.admin-filters .admin-role-filter{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;color:#1e293b;cursor:pointer;min-width:150px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.admin-filters .admin-role-filter:focus{outline:none;border-color:#2563eb}.dark .admin-filters .search-bar{background:#0f172a;border-color:#334155}.dark .admin-filters .search-bar .search-input{color:#f1f5f9}.dark .admin-filters .search-bar .search-input::placeholder{color:#94a3b8}.dark .admin-filters .admin-role-filter{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .admin-filters .admin-role-filter:focus{border-color:#3b82f6}.admin-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.admin-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:background-color .3s ease,border-color .3s ease}.dark .admin-user-card{background:#1e293b;border-color:#334155}.admin-user-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.admin-user-header h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#1e293b;transition:color .3s ease}.admin-user-header .admin-user-actions{display:flex;gap:.5rem}.dark .admin-user-header{border-bottom-color:#334155}.dark .admin-user-header h3{color:#f1f5f9}.admin-user-info{display:flex;flex-direction:column;gap:.75rem}.admin-info-item{display:flex;flex-direction:column;gap:.25rem}.admin-info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:500;transition:color .3s ease}.dark .admin-info-label{color:#94a3b8}.admin-info-value{font-size:.875rem;color:#1e293b;transition:color .3s ease}.admin-info-value.admin-count{font-size:1.25rem;font-weight:600;color:#2563eb;transition:color .3s ease}.dark .admin-info-value{color:#f1f5f9}.dark .admin-info-value.admin-count{color:#3b82f6}.admin-user-edit{display:flex;flex-direction:column;gap:1rem}.admin-form-group{display:flex;flex-direction:column;gap:.5rem}.admin-form-group label{font-size:.875rem;font-weight:500;color:#1e293b;transition:color .3s ease}.dark .admin-form-group label{color:#f1f5f9}.admin-input,.admin-select{width:100%;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;color:#1e293b;transition:border-color .2s,background-color .3s ease,color .3s ease}.admin-input:focus,.admin-select:focus{outline:none;border-color:#2563eb}.admin-input.error,.admin-select.error{border-color:#dc2626}.admin-input.error:focus,.admin-select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.dark .admin-input,.dark .admin-select{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .admin-input:focus,.dark .admin-select:focus{border-color:#3b82f6}.dark .admin-input.error,.dark .admin-select.error{border-color:#ef4444}.dark .admin-input.error:focus,.dark .admin-select.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.admin-form-group .error{color:#dc2626;font-size:.75rem;margin-top:.25rem;transition:color .3s ease}.dark .admin-form-group .error{color:#ef4444}.admin-select{cursor:pointer}.admin-actions{display:flex;gap:.75rem;margin-top:.5rem}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:500;white-space:nowrap;transition:background-color .3s ease,color .3s ease}.badge.admin{background:#2563eb1a;color:#2563eb}.badge.user{background:#f8fafc;color:#64748b}.dark .badge.admin{background:#3b82f633;color:#60a5fa}.dark .badge.user{background:#94a3b833;color:#94a3b8}@media(max-width:767px){.admin-users-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem}.admin-user-card{padding:1rem}.admin-user-header{flex-direction:row;align-items:center;gap:.75rem}.admin-user-header>div:first-child{display:flex;align-items:center;gap:.5rem;flex:1;flex-wrap:wrap}.admin-user-header h3{margin:0}.admin-user-header .admin-user-actions{flex-shrink:0}}.home-container{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem;background:#f8fafc;transition:background-color .3s ease}.dark .home-container{background:#0f172a}.home-content{text-align:center;max-width:600px}.home-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;color:#1e293b;transition:color .3s ease}.dark .home-content h1{color:#f1f5f9}.home-subtitle{font-size:1.125rem;margin-bottom:2rem;color:#64748b;line-height:1.6;transition:color .3s ease}.dark .home-subtitle{color:#94a3b8}.home-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-button{display:inline-block;padding:.75rem 2rem;background:#2563eb;color:#fff;border-radius:6px;font-weight:500;font-size:.95rem;transition:background-color .3s ease}.home-button:hover{background:#1d4ed8;text-decoration:none}.dark .home-button{background:#3b82f6;color:#fff}.dark .home-button:hover{background:#60a5fa;color:#fff}.home-button-secondary{background:#fff;color:#2563eb;border:1px solid #2563eb;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.home-button-secondary:hover{background:#f8fafc;text-decoration:none}.dark .home-button-secondary{background:#1e293b;color:#3b82f6;border-color:#3b82f6}.dark .home-button-secondary:hover{background:#1e293b}.not-found-container{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem}.not-found-content{text-align:center}.not-found-content h1{font-size:4rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.not-found-content h2{font-size:1.5rem;color:#64748b;margin-bottom:1rem;font-weight:500}.not-found-content p{color:#64748b;margin-bottom:2rem;font-size:.95rem}.not-found-link{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border-radius:6px;font-weight:500;font-size:.9rem}.not-found-link:hover{background:#1d4ed8;text-decoration:none}.composer-email-content-modal{display:grid;grid-template-columns:250px 1fr;gap:1.5rem;min-height:0;flex:1;overflow:hidden}@media(max-width:1024px){.composer-email-content-modal{grid-template-columns:1fr}}.composer-email-sidebar-modal{display:flex;flex-direction:column;gap:1rem;min-height:0;overflow-y:auto}.composer-email-main-modal{display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:hidden;flex:1}.composer-section{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e2e8f0;flex-shrink:0;transition:background-color .3s ease,border-color .3s ease}.composer-section h3{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.composer-section.composer-section-flex{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1rem}.dark .composer-section{background:#1e293b;border-color:#334155}.dark .composer-section h3{color:#f1f5f9}.application-info{margin-top:.5rem;font-size:.875rem;line-height:1.6}.application-info p{margin:.5rem 0;color:#64748b;transition:color .3s ease}.application-info p:first-child{margin-top:0}.application-info p:last-child{margin-bottom:0}.application-info p strong{color:#1e293b;font-weight:600;transition:color .3s ease}.dark .application-info p{color:#94a3b8}.dark .application-info p strong{color:#f1f5f9}.composer-editor-wrapper{flex:1;min-height:0}.template-list{display:flex;flex-direction:column;gap:.5rem}.template-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;transition:all .2s;text-align:left;font-size:.875rem;font-weight:400}.template-btn .icon-sm{width:18px;height:18px;flex-shrink:0}.template-btn:hover{background:#e2e8f0}.template-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.dark .template-btn{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .template-btn:hover{background:#334155}.dark .template-btn.active{background:#3b82f6;border-color:#3b82f6}.composer-form-group{margin-bottom:0}.composer-form-group label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;transition:color .3s ease}.composer-form-group.composer-form-group-flex{flex:1;min-height:0;display:flex;flex-direction:column}.dark .composer-form-group label{color:#94a3b8}.composer-form-group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.composer-btn-icon{background:none;border:none;padding:.25rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.composer-btn-icon:hover{background:#1e293b0d;color:#1e293b}.dark .composer-btn-icon{color:#94a3b8}.dark .composer-btn-icon:hover{background:#ffffff1a;color:#f1f5f9}.composer-form-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#1e293b;transition:all .2s}.composer-form-input::placeholder{color:#64748b}.composer-form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dark .composer-form-input{background:#0f172a;border-color:#334155;color:#f1f5f9}.dark .composer-form-input::placeholder{color:#94a3b8}.dark .composer-form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.composer-email-actions-sidebar{display:flex;flex-direction:column;gap:.5rem}.composer-email-actions-sidebar .btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}.composer-email-actions-sidebar .btn.primary{background:#2563eb;color:#fff}.composer-email-actions-sidebar .btn.primary:hover:not(:disabled){background:#1d4ed8}.composer-email-actions-sidebar .btn.primary:disabled{opacity:.6;cursor:not-allowed}.composer-email-actions-sidebar .btn:not(.primary){background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.composer-email-actions-sidebar .btn:not(.primary):hover{background:#e2e8f0}.dark .composer-email-actions-sidebar .btn.primary{background:#3b82f6}.dark .composer-email-actions-sidebar .btn.primary:hover:not(:disabled){background:#60a5fa}.dark .composer-email-actions-sidebar .btn:not(.primary){background:#1e293b;color:#f1f5f9;border-color:#334155}.dark .composer-email-actions-sidebar .btn:not(.primary):hover{background:#334155}
