@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #2563eb;--primary-light: #eff6ff;--secondary: #64748b;--bg-body: #f1f5f9;--surface: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--success: #10b981;--danger: #ef4444;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--glass: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass-panel{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.auth-blob{position:absolute;filter:blur(80px);z-index:0;opacity:.6}.blob-1{top:-10%;left:-10%;width:500px;height:500px;background:#a78bfa;border-radius:50%}.blob-2{bottom:-10%;right:-10%;width:500px;height:500px;background:#60a5fa;border-radius:50%}.auth-card{position:relative;z-index:10;width:100%;max-width:450px;padding:2.5rem;border-radius:20px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px -12px #00000040}.auth-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#64748b;text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;transition:all .2s;font-size:1rem}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}.auth-button{width:100%;padding:.875rem;background:linear-gradient(to right,#6366f1,#4f46e5);color:#fff;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:transform .1s,box-shadow .2s}.auth-button:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #4f46e54d}.auth-button:active{transform:translateY(0)}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#64748b}.auth-link{color:#4f46e5;font-weight:600;cursor:pointer}.auth-link:hover{text-decoration:underline}.sidebar{width:280px;height:100vh;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:50;box-shadow:var(--shadow-sm)}.sidebar-header{height:80px;display:flex;align-items:center;padding:0 1.5rem;border-bottom:1px solid var(--border)}.logo-icon{width:32px;height:32px;background:var(--primary);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:.75rem}.logo-text{font-size:1.25rem;font-weight:700;color:var(--text-main)}.sidebar-menu{flex:1;padding:1.5rem 1rem;overflow-y:auto}.menu-item{width:100%;display:flex;align-items:center;padding:.875rem 1rem;margin-bottom:.5rem;border-radius:12px;color:var(--text-muted);font-weight:500;font-size:.95rem;transition:all .2s;position:relative;overflow:hidden}.menu-item:hover{background:var(--bg-body);color:var(--text-main)}.menu-item.active{background:var(--primary-light);color:var(--primary)}.icon-wrapper{margin-right:.875rem;display:flex;align-items:center}.menu-label{flex:1;text-align:left}.active-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--primary);border-radius:0 4px 4px 0}.sidebar-footer{padding:1.5rem;border-top:1px solid var(--border)}.user-profile{display:flex;align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--bg-body);display:flex;align-items:center;justify-content:center;color:var(--text-muted);margin-right:12px}.user-info{text-align:left}.user-name{font-weight:600;font-size:.9rem;color:var(--text-main)}.user-role{font-size:.75rem;color:var(--text-muted)}.dashboard-content{flex:1;padding:1.5rem 2rem;margin-left:280px;min-height:100vh;background:var(--bg-body)}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title{font-size:1.5rem;font-weight:600;color:var(--text-main)}.top-actions{display:flex;align-items:center;gap:1.5rem}.search-bar{position:relative;width:300px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-bar input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border-radius:12px;border:1px solid var(--border);outline:none;transition:all .2s}.search-bar input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.icon-btn{position:relative;padding:.5rem;border-radius:50%;background:#fff;border:1px solid var(--border);color:var(--text-muted)}.badge{position:absolute;top:-5px;right:-5px;background:var(--danger);color:#fff;font-size:.7rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.user-profile-wrapper{position:relative}.user-mini-profile{cursor:pointer;background:none;border:none;padding:0}.user-mini-profile img{width:40px;height:40px;border-radius:50%;border:2px solid white;box-shadow:var(--shadow-sm);transition:transform .2s}.user-mini-profile:hover img{transform:scale(1.05)}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;width:150px;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:.5rem;z-index:100;overflow:hidden;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border-radius:8px;color:var(--text-main);font-size:.9rem;font-weight:500;transition:background .2s}.dropdown-item:hover{background:var(--bg-body);color:var(--danger)}.content-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:1.5rem;border:1px solid var(--border)}.card-header{display:flex;justify-content:space-between;margin-bottom:1.5rem}.date-picker-trigger{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-body);border-radius:8px;color:var(--text-muted);font-weight:500;cursor:pointer}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem;font-weight:600;color:var(--text-muted);font-size:.875rem;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:1rem;font-size:.9rem;color:var(--text-main);border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.status-badge.yes{background:#dcfce7;color:#15803d}.status-badge.no{background:#f1f5f9;color:#64748b}.action-btn{padding:.4rem 1rem;border:1px solid var(--primary);color:var(--primary);border-radius:6px;font-size:.8rem;font-weight:500;transition:all .2s}.action-btn:hover{background:var(--primary-light)}.ongoing-tag{color:var(--text-muted);font-style:italic}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:600px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;overflow-y:auto}.view-feedback-modal-content{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.5rem;font-weight:600;color:#1e293b}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-cancel{padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:500;cursor:pointer}.btn-save{padding:.5rem 1rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.btn-save:hover{background:#1d4ed8}.form-field{margin-bottom:1rem}.form-field label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#334155}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-family:inherit}.form-field textarea{min-height:100px;resize:vertical}.read-only-field{background-color:#f1f5f9;color:#64748b;cursor:not-allowed}.view-details-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.detail-row{display:flex;flex-direction:column;gap:.5rem}.detail-row.full-width{grid-column:span 2}.detail-row strong{color:#64748b;font-size:.875rem}.detail-row span,.description-text{color:#1e293b;font-size:1rem}.description-text{background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0;margin-top:.25rem;white-space:pre-wrap}.email-modal{width:600px;max-width:95vw;padding:0;overflow:hidden;display:flex;flex-direction:column;height:600px;border-radius:8px 8px 0 0;position:relative;box-shadow:0 0 20px #0003}.email-modal .modal-header{background:#f2f6fc;padding:.75rem 1rem;margin:0;border-bottom:1px solid #e2e8f0}.email-modal .modal-title{font-size:.95rem;font-weight:600;color:#444}.modal-actions{display:flex;gap:.5rem}.modal-actions button{background:none;border:none;cursor:pointer;color:#666;padding:2px}.modal-actions button:hover{background:#0000000d;border-radius:4px}.email-form{flex:1;display:flex;flex-direction:column;padding:0}.email-field{display:flex;align-items:center;border-bottom:1px solid #e2e8f0;padding:.5rem 1rem}.email-field label{font-size:.9rem;color:#666;margin-right:.5rem;min-width:30px}.email-input{flex:1;border:none;outline:none;font-size:.95rem;padding:.5rem 0}.email-input.read-only{color:#333;background:transparent}.cc-bcc-links{font-size:.85rem;color:#666;cursor:pointer}.email-body-container{flex:1;padding:1rem;overflow-y:auto}.email-body{width:100%;height:100%;border:none;resize:none;outline:none;font-family:inherit;font-size:1rem}.email-footer{padding:1rem;display:flex;align-items:center;gap:1rem;border-top:1px solid #e2e8f0;background:#fff}.btn-send-email{background:#0b57d0;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:20px;font-weight:500;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center}.btn-send-email:hover{background:#0947b0;box-shadow:0 1px 3px #0003}.btn-send-email:disabled{background:#ccc;cursor:not-allowed}.email-toolbar{flex:1;display:flex;gap:1rem;color:#555;font-size:1.1rem}.tool-icon{cursor:pointer;font-size:1rem;color:#444746}.tool-icon:hover{color:#1f1f1f}.btn-delete{background:none;border:none;cursor:pointer;color:#444746;padding:.5rem}.btn-delete:hover{background:#f0f0f0;border-radius:4px}
