@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{background-color:#fff}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;font-weight:600;padding:12px 24px}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}.btn-secondary{border:2px solid #3b82f6;border-radius:8px;color:#3b82f6;font-weight:600;padding:10px 22px}.btn-secondary:hover{background:#3b82f6;color:#fff}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.header-container{margin:0 auto;max-width:1200px;padding:0 20px}.header-content{height:70px;justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:#333;font-size:1.5rem;font-weight:700;gap:10px;text-decoration:none}.logo-icon{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.nav-desktop{display:flex;gap:30px}.nav-desktop a{color:#333;padding:10px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-desktop a.active,.nav-desktop a:hover{color:#667eea}.nav-desktop a.active:after{background:#667eea;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.header-buttons{display:flex;gap:15px}.btn-primary{border-radius:5px;padding:10px 20px}.btn-secondary{background:#0000;border:1px solid #667eea;border-radius:5px;color:#667eea;padding:10px 20px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column}.menu-toggle span{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}.nav-mobile{background:#fff;border-top:1px solid #eee;display:none;flex-direction:column;padding:20px}.nav-mobile a{border-bottom:1px solid #eee;color:#333;padding:15px 0;text-decoration:none}.mobile-buttons{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media (max-width:768px){.header-buttons,.nav-desktop{display:none}.menu-toggle,.nav-mobile{display:flex}}.hero{align-items:center;background:linear-gradient(135deg,#1e40af,#7c3aed);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.hero:before{background-image:url(https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{color:#fff;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;text-align:center;z-index:2}.hero-text{margin-bottom:3rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-description{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.search-form-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:900px;padding:2rem}.search-form{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.form-group label{color:#374151;font-size:.9rem;text-align:left}.form-group input,.form-group select{border:2px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;outline:none}.search-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;grid-column:1/-1;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.search-button:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.search-form{grid-template-columns:1fr}.search-form-container{margin:0 1rem;padding:1.5rem}}.rooms-section{background:#f8fafc;padding:5rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-description{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.rooms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.room-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:all .3s ease}.room-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.room-image{height:250px;overflow:hidden;position:relative}.room-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.room-card:hover .room-image img{transform:scale(1.1)}.room-price{background:#fbbf24;border-radius:20px;color:#1f2937;font-size:.9rem;font-weight:700;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.room-content{padding:2rem}.room-name{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.room-description{color:#6b7280;line-height:1.5;margin-bottom:1.5rem}.room-features{list-style:none;margin-bottom:2rem}.feature-item{align-items:center;color:#4b5563;display:flex;margin-bottom:.5rem}.feature-icon{color:#10b981;font-weight:700;margin-right:.5rem}.room-book-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.room-book-button:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px)}@media (max-width:768px){.rooms-section{padding:3rem 0}.section-title{font-size:2.5rem}.rooms-grid{gap:1.5rem;grid-template-columns:1fr}.room-content{padding:1.5rem}}.footer{background:#111827;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#374151;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:background .3s ease;width:40px}.social-link:hover{background:#3b82f6}.footer-subtitle{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#3b82f6}.footer-services{color:#9ca3af;list-style:none}.footer-services li{margin-bottom:.5rem;padding-left:1rem;position:relative}.footer-services li:before{color:#3b82f6;content:"•";left:0;position:absolute}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;color:#9ca3af;display:flex;gap:.5rem}.contact-icon{font-size:1.2rem}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.copyright{color:#9ca3af}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;margin-bottom:2rem}.footer-title{font-size:1.5rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{min-height:100vh}.fade-in{animation:fadeIn 1s ease-out}.taches-view{display:flex;flex-direction:column;gap:1.5rem}.view-header{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem}.header-content h1{color:var(--text-primary);font-size:2rem;margin-bottom:.5rem}.header-content p{color:var(--text-secondary);font-size:1.1rem}.header-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.stat-item{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:1rem;padding:1rem}.stat-icon{border-radius:var(--radius);padding:.75rem}.stat-icon.today{background:#dbeafe;color:#2563eb}.stat-icon.in-progress{background:#fef3c7;color:#d97706}.stat-icon.completed{background:#d1fae5;color:#059669}.stat-icon.total{background:#f3e8ff;color:#7c3aed}.stat-number{color:var(--text-primary);font-size:1.5rem}.stat-label{color:var(--text-secondary)}.taches-controls{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.5rem}.search-icon{color:var(--text-light)}.search-input{border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;padding:.75rem 1rem .75rem 3rem;transition:var(--transition)}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:#fff;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:var(--transition)}.filter-btn:hover{background:var(--bg-secondary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.taches-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.tache-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;position:relative;transition:var(--transition)}.tache-card:hover{box-shadow:var(--shadow-lg)}.tache-header{margin-bottom:1rem}.tache-type{gap:.5rem}.type-icon{font-size:1.5rem}.tache-category{color:var(--text-secondary);font-size:.9rem;font-weight:500}.tache-content{margin-bottom:1.5rem}.tache-title{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tache-description{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-bottom:1rem}.tache-notes{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:var(--radius);color:#92400e;margin-bottom:1rem;padding:.75rem}.tache-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{gap:.5rem}.meta-icon{font-size:1rem;opacity:.7}.tache-actions{gap:.75rem;margin-bottom:1rem}.tache-progress{background:var(--border-light);border-radius:2px;height:4px;overflow:hidden}.empty-taches{color:var(--text-secondary);grid-column:1/-1;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem!important;margin-bottom:1rem;opacity:.5}.taches-summary{margin-top:2rem}.summary-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.summary-card h4{color:var(--text-primary);margin-bottom:1rem}.summary-stats{display:flex;gap:2rem}.summary-item{align-items:center;display:flex;gap:1rem;justify-content:space-between}.summary-label{color:var(--text-secondary)}.summary-value{color:var(--text-primary);font-weight:600}.reclamations-view{display:flex;flex-direction:column;gap:1.5rem}.primary-btn{align-items:center;background:var(--primary);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:var(--transition)}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.primary-btn.large{font-size:1.1rem;padding:1rem 2rem}.reclamations-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.reclamations-stats .stat-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.5rem;transition:var(--transition)}.reclamations-stats .stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.reclamations-stats .stat-icon{border-radius:var(--radius);font-size:1.5rem!important;padding:1rem}.reclamations-stats .total .stat-icon{background:#dbeafe;color:#2563eb}.reclamations-stats .pending .stat-icon{background:#fef3c7;color:#d97706}.reclamations-stats .progress .stat-icon{background:#fee2e2;color:#dc2626}.reclamations-stats .resolved .stat-icon{background:#d1fae5;color:#059669}.reclamations-controls{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.controls-left{flex:1 1;max-width:400px}.controls-right{display:flex;gap:1rem}.filter-group{align-items:center}.filter-icon{color:var(--text-light)}.filter-select{border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 1rem}.reclamations-list{display:flex;flex-direction:column;gap:1rem}.reclamation-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem;transition:var(--transition)}.reclamation-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.reclamation-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.reclamation-info{flex:1 1}.room-info{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.room-icon{color:var(--primary)}.room-number{color:var(--text-primary);font-weight:600}.reclamation-meta{display:flex;gap:1rem}.meta-item{align-items:center;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.25rem}.reclamation-status{display:flex;gap:.5rem}.status-badge,.urgency-badge{border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.reclamation-content{margin-bottom:1.5rem}.problem-title{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.assigned-to,.photo-preview{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0}.reclamation-actions{display:flex;gap:.75rem;margin-bottom:1rem}.action-btn{border:none;border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:var(--transition)}.action-btn.primary{background:var(--primary);color:#fff}.action-btn.secondary{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary)}.action-btn.warning{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.reclamation-timeline{align-items:center;display:flex;gap:1rem}.timeline-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;position:relative}.timeline-step:before{background:var(--border);content:"";height:2px;left:-50%;position:absolute;right:50%;top:8px;z-index:1}.timeline-step:first-child:before{display:none}.timeline-step.active:before,.timeline-step.completed:before{background:var(--primary)}.timeline-dot{background:var(--border);border-radius:50%;height:16px;position:relative;width:16px;z-index:2}.timeline-step.active .timeline-dot{background:var(--primary);box-shadow:0 0 0 3px #6366f133}.timeline-step.completed .timeline-dot{background:var(--primary)}.timeline-step span{color:var(--text-secondary);font-size:.75rem;text-align:center}.timeline-step.active span{color:var(--primary);font-weight:600}.empty-reclamations{background:#fff;border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center}.quick-actions{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.quick-actions h3{color:var(--text-primary);margin-bottom:1rem}.action-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.action-card{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1rem;text-align:center;transition:var(--transition)}.action-card:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.action-card svg{font-size:2rem!important}@media (max-width:768px){.reclamations-controls,.taches-controls{align-items:stretch;flex-direction:column}.controls-left,.search-box{max-width:none}.taches-grid{grid-template-columns:1fr}.header-stats,.reclamations-stats{grid-template-columns:1fr 1fr}.action-buttons{grid-template-columns:1fr}.reclamation-header{flex-direction:column;gap:1rem}.taches-view{display:flex;flex-direction:column;gap:1.5rem}.view-header{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem}.header-content h1{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.header-content p{color:var(--text-secondary);font-size:1.1rem}.header-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.stat-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);gap:1rem;padding:1rem}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{border-radius:var(--radius);justify-content:center;padding:.75rem}.stat-icon.today{background:#dbeafe;color:#2563eb}.stat-icon.in-progress{background:#fef3c7;color:#d97706}.stat-icon.completed{background:#d1fae5;color:#059669}.stat-icon.total{background:#f3e8ff;color:#7c3aed}.stat-info{flex:1 1}.stat-number{color:var(--text-primary);font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.9rem}.taches-controls{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.5rem}.search-box{flex:1 1;max-width:400px;position:relative}.search-icon{color:var(--text-light);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;padding:.75rem 1rem .75rem 3rem;transition:var(--transition);width:100%}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:#fff;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:var(--transition)}.filter-btn:hover{background:var(--bg-secondary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.taches-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.tache-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:1.5rem;position:relative;transition:var(--transition)}.tache-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.tache-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.tache-type{align-items:center;display:flex;gap:.5rem}.type-icon{font-size:1.5rem}.tache-category{color:var(--text-secondary);font-size:.9rem;font-weight:500}.tache-content{margin-bottom:1.5rem}.tache-title{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tache-description{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-bottom:1rem}.tache-notes{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:var(--radius);color:#92400e;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.tache-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{gap:.5rem}.meta-icon{font-size:1rem;opacity:.7}.tache-actions{display:flex;gap:.75rem;margin-bottom:1rem}.tache-progress{background:var(--border-light);border-radius:2px;height:4px;overflow:hidden}.progress-bar{height:100%;transition:width .3s ease}.empty-taches{color:var(--text-secondary);grid-column:1/-1;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem!important;margin-bottom:1rem;opacity:.5}.taches-summary{margin-top:2rem}.summary-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.summary-card h4{color:var(--text-primary);margin-bottom:1rem}.summary-stats{display:flex;gap:2rem}.summary-item{align-items:center;display:flex;gap:1rem;justify-content:space-between}.summary-label{color:var(--text-secondary)}.summary-value{color:var(--text-primary);font-weight:600}.reclamations-view{display:flex;flex-direction:column;gap:1.5rem}.primary-btn{align-items:center;background:var(--primary);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:var(--transition)}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.primary-btn.large{font-size:1.1rem;padding:1rem 2rem}.reclamations-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.reclamations-stats .stat-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.5rem;transition:var(--transition)}.reclamations-stats .stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.reclamations-stats .stat-icon{border-radius:var(--radius);font-size:1.5rem!important;padding:1rem}.reclamations-stats .total .stat-icon{background:#dbeafe;color:#2563eb}.reclamations-stats .pending .stat-icon{background:#fef3c7;color:#d97706}.reclamations-stats .progress .stat-icon{background:#fee2e2;color:#dc2626}.reclamations-stats .resolved .stat-icon{background:#d1fae5;color:#059669}.reclamations-controls{align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.controls-left{flex:1 1;max-width:400px}.controls-right{display:flex;gap:1rem}.filter-group{align-items:center;display:flex;gap:.5rem}.filter-icon{color:var(--text-light)}.filter-select{background:#fff;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;padding:.5rem 1rem}.reclamations-list{display:flex;flex-direction:column;gap:1rem}.reclamation-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem;transition:var(--transition)}.reclamation-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.reclamation-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.reclamation-info{flex:1 1}.room-info{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.room-icon{color:var(--primary)}.room-number{color:var(--text-primary);font-weight:600}.reclamation-meta{display:flex;gap:1rem}.meta-item{align-items:center;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.25rem}.reclamation-status{display:flex;gap:.5rem}.status-badge,.urgency-badge{border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.reclamation-content{margin-bottom:1.5rem}.problem-title{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.assigned-to,.photo-preview{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0}.reclamation-actions{display:flex;gap:.75rem;margin-bottom:1rem}.action-btn{border:none;border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:var(--transition)}.action-btn.primary{background:var(--primary);color:#fff}.action-btn.secondary{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary)}.action-btn.warning{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.reclamation-timeline{align-items:center;display:flex;gap:1rem}.timeline-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;position:relative}.timeline-step:before{background:var(--border);content:"";height:2px;left:-50%;position:absolute;right:50%;top:8px;z-index:1}.timeline-step:first-child:before{display:none}.timeline-step.active:before,.timeline-step.completed:before{background:var(--primary)}.timeline-dot{background:var(--border);border-radius:50%;height:16px;position:relative;width:16px;z-index:2}.timeline-step.active .timeline-dot{background:var(--primary);box-shadow:0 0 0 3px #6366f133}.timeline-step.completed .timeline-dot{background:var(--primary)}.timeline-step span{color:var(--text-secondary);font-size:.75rem;text-align:center}.timeline-step.active span{color:var(--primary);font-weight:600}.empty-reclamations{background:#fff;border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center}.quick-actions{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.quick-actions h3{color:var(--text-primary);margin-bottom:1rem}.action-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.action-card{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1rem;text-align:center;transition:var(--transition)}.action-card:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.action-card svg{font-size:2rem!important}@media (max-width:768px){.reclamations-controls,.taches-controls{align-items:stretch;flex-direction:column}.controls-left,.search-box{max-width:none}.taches-grid{grid-template-columns:1fr}.header-stats,.reclamations-stats{grid-template-columns:1fr 1fr}.action-buttons{grid-template-columns:1fr}.reclamation-header{flex-direction:column;gap:1rem}.reclamation-status{align-self:flex-start}}}.login-page-container{display:flex;font-family:Poppins,sans-serif;min-height:100vh;width:100%}.login-image-section{align-items:flex-end;background:url(https://i.pinimg.com/736x/61/63/ca/6163ca03bbea09514b057e05825d546c.jpg) no-repeat 50%;background-size:cover;color:#fff;display:flex;flex:1 1;padding:3rem;position:relative}.image-overlay{background:linear-gradient(0deg,#000000b3 0,#0000);bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:3rem;position:absolute;right:0;top:0}.image-overlay h2{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.image-overlay p{font-size:1.1rem;max-width:400px}.login-form-section{align-items:center;background-color:#f8f9fa;display:flex;flex:1 1;justify-content:center;padding:2rem}.auth-form{padding:3rem}.auth-form,.login-form{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:400px;width:100%}.login-form{border-top:5px solid #1e76d4;padding:2.5rem;text-align:center}.login-form h2{color:#333;font-weight:600;margin-bottom:.5rem}.login-form p{color:#666;margin-bottom:2rem}.input-group{margin-bottom:1.5rem;text-align:left}.input-group label{margin-bottom:.5rem}.input-group input{border:1px solid #ccc;border-radius:5px;padding:.75rem;transition:border-color .3s ease}.input-group input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff40}.login-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem;transition:background-color .3s ease;width:100%}.login-button:hover{background-color:#0056b3}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24;margin-bottom:1rem;padding:.75rem}@media (max-width:992px){.login-image-section{display:none}.login-form-section{flex:2 1}}:root{--primary-color:#6a5af9;--primary-hover-color:#5a4ff5;--text-color:#333;--label-color:#555;--background-color:#f0f2f5;--container-bg-color:#fff;--border-color:#ddd;--success-color:#28a745;--error-color:#dc3545;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}body{background-color:#f0f2f5;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-family:var(--font-family);margin:0}.auth-container{display:flex;min-height:100vh;width:100%}.auth-image-panel{align-items:flex-start;display:flex;flex-basis:50%}.auth-image-panel img{height:100%;object-fit:cover;width:100%}.auth-form-panel{align-items:flex-start;display:flex;flex-basis:50%;justify-content:center}.auth-form-panel,.register-form{box-sizing:border-box;padding:2rem}.register-form{background-color:#fff;background-color:var(--container-bg-color);border-radius:12px;box-shadow:0 8px 30px #0000001a;max-width:400px;width:100%}.register-form h2{color:#6a5af9;color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.input-group{margin-bottom:1rem}.input-group label{color:#555;color:var(--label-color);display:block;font-weight:500;margin-bottom:.4rem}.input-group input{border:1px solid #ddd;border:1px solid var(--border-color);border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.7rem .9rem;transition:border-color .3s,box-shadow .3s;width:100%}.input-group input:focus{border-color:#6a5af9;border-color:var(--primary-color);box-shadow:0 0 0 3px #6a5af933;outline:none}.image-upload-zone{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem}.image-upload-label{align-items:center;background-color:#fafafa;border:2px dashed #ddd;border:2px dashed var(--border-color);border-radius:50%;cursor:pointer;display:flex;height:100px;justify-content:center;overflow:hidden;position:relative;transition:border-color .3s,background-color .3s;width:100px}.image-upload-label:hover{background-color:#f5f3ff;border-color:#6a5af9;border-color:var(--primary-color)}.image-upload-label .upload-icon{color:#555;color:var(--label-color);font-size:1.8rem}.image-preview{height:100%;object-fit:cover;width:100%}#profileImage{display:none}.image-upload-zone p{color:#555;color:var(--label-color);font-size:.8rem;margin-top:.5rem}.register-button{background-color:#6a5af9;background-color:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem;transition:background-color .3s,transform .1s;width:100%}.register-button:hover:not(:disabled){background-color:#5a4ff5;background-color:var(--primary-hover-color);transform:translateY(-2px)}.register-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.error-message,.success-message{border-radius:8px;margin-bottom:1rem;padding:.8rem;text-align:center}.error-message{background-color:#ffebee;color:#dc3545;color:var(--error-color)}.success-message{background-color:#e8f5e9;color:#28a745;color:var(--success-color)}@media (max-width:992px){.auth-image-panel{display:none}.auth-form-panel{flex-basis:100%}}@media (max-width:480px){.register-form{padding:1.5rem}}.sidebar-header{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-bottom:1px solid #ffffff1a;overflow:hidden;padding:28px 24px;position:relative}.sidebar-header h2:before{animation:bounce 2s ease-in-out infinite;content:"🏨";font-size:28px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.dashboard h1{margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background-color:#fff;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.stat-card h3{color:#555;font-size:1rem;margin:0 0 .5rem}.stat-card p{color:#007bff;font-size:2rem;font-weight:600;margin:0}.stat-number{color:#2c3e50;font-size:2.5rem;margin:0}.dashboard-calendar-container{background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #00000014;margin-top:40px;padding:20px}.dashboard-calendar-container h2{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:24px;margin-bottom:20px;margin-top:0;padding-bottom:15px}.staff-page-modern{background:#f5f6fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:30px}.alert-icon{font-size:20px}.alert-close{background:none;font-size:24px;opacity:.6;transition:opacity .2s}.toggle-btn:hover:not(.active){background:#f5f6fa}.staff-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:30px}.staff-card{background:#fff;border-radius:15px;box-shadow:0 2px 12px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.staff-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.card-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;padding:20px;position:relative}.profile-image-container{border:5px solid #fff;border-radius:50%;box-shadow:0 4px 15px #0003;height:120px;overflow:hidden;width:120px}.profile-image{height:100%;object-fit:cover;width:100%}.profile-placeholder{align-items:center;background:#ecf0f1;display:flex;height:100%;justify-content:center;width:100%}.card-actions{display:flex;gap:8px;position:absolute;right:15px;top:15px}.icon-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;display:flex}.card-body{padding:20px;text-align:center}.staff-name{color:#2c3e50;font-size:20px;font-weight:700;margin:0 0 10px}.role-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;padding:6px 14px;text-transform:uppercase}.badge-admin{background:#e3f2fd;color:#1976d2}.badge-chef{background:#f3e5f5;color:#7b1fa2}.badge-maintenance{background:#fff3e0;color:#e65100}.badge-menage{background:#e8f5e9;color:#2e7d32}.badge-reception{background:#fce4ec;color:#c2185b}.staff-specialite{color:#7f8c8d;font-size:13px;font-style:italic;margin:8px 0}.staff-info{border-top:1px solid #ecf0f1;margin-top:15px;padding-top:15px}.info-item{align-items:center;color:#555;display:flex;font-size:14px;gap:10px;justify-content:center;margin:8px 0}.table-container{margin-bottom:30px}.staff-table{border-collapse:collapse;width:100%}.staff-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.staff-table th{font-size:14px;font-weight:600;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.staff-table tbody tr{border-bottom:1px solid #f0f0f0;transition:all .2s ease}.staff-table tbody tr:hover{background:#f8f9fa}.staff-table td{color:#2c3e50;font-size:14px;padding:16px}.member-cell{align-items:center;display:flex;gap:12px}.table-profile-image{border-radius:50%;height:45px;object-fit:cover;width:45px}.table-profile-placeholder{align-items:center;background:#ecf0f1;border-radius:50%;color:#95a5a6;display:flex;height:45px;justify-content:center;width:45px}.member-info{display:flex;flex-direction:column;gap:2px}.member-name{color:#2c3e50;font-weight:600;margin:0}.member-email{color:#7f8c8d;font-size:13px;margin:0}.contact-cell{align-items:center;display:flex;gap:8px}.pagination-btn{background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#667eea;color:#fff;transform:translateX(2px)}.pagination-btn:disabled{cursor:not-allowed;opacity:.3}.pagination-info{color:#2c3e50;font-size:15px}.EditStaffModal_modalBackdrop__pb\+LL{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.EditStaffModal_modalContentModern__WiZ0G{animation:EditStaffModal_slideUp__xerH- .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}@keyframes EditStaffModal_slideUp__xerH-{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.EditStaffModal_modalHeader__pTGY8{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:24px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.EditStaffModal_modalHeader__pTGY8 h2{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.EditStaffModal_closeBtn__RXp9D{align-items:center;background:none;border:none;border-radius:8px;color:#7f8c8d;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.EditStaffModal_closeBtn__RXp9D:hover:not(:disabled){background:#f5f6fa;color:#2c3e50}.EditStaffModal_closeBtn__RXp9D:disabled{cursor:not-allowed;opacity:.5}.EditStaffModal_staffForm__eIPMD{padding:30px}.EditStaffModal_alertModal__2O\+9c{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}.EditStaffModal_alertError__qu9JA{background:#fee;border:1px solid #fadbd8;color:#c0392b}.EditStaffModal_alertModal__2O\+9c span{font-size:18px}.EditStaffModal_formSection__hsy5B{margin-bottom:30px}.EditStaffModal_sectionTitle__y3OZs{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.EditStaffModal_profileUploadContainer__52dPt{align-items:center;display:flex;flex-direction:column;gap:12px}.EditStaffModal_profileUploadLabel__2rvEv{border-radius:12px;cursor:pointer;display:block;overflow:hidden;transition:transform .2s ease}.EditStaffModal_profileUploadLabel__2rvEv:hover{transform:scale(1.02)}.EditStaffModal_profilePreviewLarge__CgrlS{border:3px solid #e0e0e0;border-radius:12px;height:150px;object-fit:cover;width:150px}.EditStaffModal_profilePlaceholderLarge__PANjC{align-items:center;background:#f5f6fa;border:2px dashed #bdc3c7;border-radius:12px;display:flex;flex-direction:column;gap:8px;height:150px;justify-content:center;transition:all .2s ease;width:150px}.EditStaffModal_profilePlaceholderLarge__PANjC:hover{background:#ecf5ff;border-color:#3498db}.EditStaffModal_profilePlaceholderLarge__PANjC p{color:#7f8c8d;font-size:12px;margin:0}.EditStaffModal_removeImageBtn__LjEYV{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s ease}.EditStaffModal_removeImageBtn__LjEYV:hover:not(:disabled){background:#c0392b}.EditStaffModal_removeImageBtn__LjEYV:disabled{cursor:not-allowed;opacity:.6}.EditStaffModal_formRow__M\+QaK{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.EditStaffModal_formGroup__2S\+wN{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.EditStaffModal_formGroup__2S\+wN label{color:#2c3e50;font-size:14px;font-weight:500}.EditStaffModal_formGroup__2S\+wN input,.EditStaffModal_formGroup__2S\+wN select{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 14px;transition:all .2s ease}.EditStaffModal_formGroup__2S\+wN input:focus,.EditStaffModal_formGroup__2S\+wN select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.EditStaffModal_formGroup__2S\+wN input:disabled,.EditStaffModal_formGroup__2S\+wN select:disabled{background:#f5f6fa;cursor:not-allowed;opacity:.7}.EditStaffModal_daysSelector__JnyFH{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.EditStaffModal_dayBtn__O3NDy{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.EditStaffModal_dayBtn__O3NDy:hover:not(:disabled){background:#f0f8ff;border-color:#3498db}.EditStaffModal_dayBtn__O3NDy.EditStaffModal_active__a2If4{background:#3498db;border-color:#3498db;color:#fff}.EditStaffModal_dayBtn__O3NDy:disabled{cursor:not-allowed;opacity:.6}.EditStaffModal_scheduleSummary__a7I50{background:#f0f8ff;border-left:4px solid #3498db;border-radius:6px;margin-top:16px;padding:12px 16px}.EditStaffModal_scheduleSummary__a7I50 strong{color:#2c3e50;display:block;margin-bottom:4px}.EditStaffModal_scheduleSummary__a7I50 p{color:#555;font-size:14px;margin:0}.EditStaffModal_modalFooter__ULYlA{border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px}.EditStaffModal_btnCancel__py5R-,.EditStaffModal_btnSubmit__7tbFh{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:all .2s ease}.EditStaffModal_btnCancel__py5R-{background:#ecf0f1;color:#555}.EditStaffModal_btnCancel__py5R-:hover:not(:disabled){background:#bdc3c7}.EditStaffModal_btnSubmit__7tbFh{background:#3498db;color:#fff}.EditStaffModal_btnSubmit__7tbFh:hover:not(:disabled){background:#2980b9}.EditStaffModal_btnCancel__py5R-:disabled,.EditStaffModal_btnSubmit__7tbFh:disabled{cursor:not-allowed;opacity:.6}.EditStaffModal_spinnerSmall__ZJAec{animation:EditStaffModal_spin__93che .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}@keyframes EditStaffModal_spin__93che{to{transform:rotate(1turn)}}@media (max-width:768px){.EditStaffModal_modalContentModern__WiZ0G{max-height:95vh;max-width:95%}.EditStaffModal_formRow__M\+QaK{grid-template-columns:1fr}.EditStaffModal_modalHeader__pTGY8,.EditStaffModal_staffForm__eIPMD{padding:20px}.EditStaffModal_daysSelector__JnyFH{justify-content:center}.EditStaffModal_dayBtn__O3NDy{flex:1 1;min-width:60px}}.modal-overlay-modern{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content-modern{animation:slideUp .3s ease;background:#f5f6fa;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:580px;position:relative;width:100%}.close-btn-modern{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s;width:36px;z-index:10}.close-btn-modern:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:rotate(90deg)}.modal-scroll-content{display:flex;flex-direction:column;height:auto;overflow:visible;padding:25px}.image-section-modern{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;margin-bottom:20px;padding-bottom:15px}.image-container-modern{background:#ecf0f1;border:2px solid #bdc3c7;border-radius:55px;cursor:pointer;height:110px;margin-bottom:8px;overflow:hidden;transition:transform .3s;width:110px}.image-container-modern:hover{border-color:#3498db;transform:scale(1.05)}.profile-image-modern{height:100%;object-fit:cover;width:100%}.image-placeholder-modern{background:#ecf0f1;height:100%;position:relative;width:100%}.camera-icon-modern,.image-placeholder-modern{align-items:center;display:flex;justify-content:center}.camera-icon-modern{background:#fff;border:1px solid #ddd;border-radius:50%;bottom:8px;box-shadow:0 2px 6px #00000026;height:28px;position:absolute;right:8px;width:28px}.image-hint-modern{color:#7f8c8d;font-size:12px;font-style:italic;margin-top:5px;text-align:center}.upload-progress-modern{align-items:center;background:#e8f4fc;border-radius:8px;color:#3498db;display:flex;font-size:13px;gap:8px;margin-top:8px;padding:6px 12px}.upload-success-modern{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;font-size:12px;margin-top:8px;padding:6px 12px;text-align:center}.spinner-modern{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:16px;width:16px}.alert-error-modern{align-items:center;background:#fee;border:1px solid #fcc;border-radius:10px;color:#c33;display:flex;font-size:13px;gap:10px;margin-bottom:15px;padding:10px 15px}.alert-icon{font-size:16px}.form-modern{background:#fff;border-radius:15px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:15px;padding:20px}.form-row{grid-gap:15px;gap:15px}.input-group-modern{display:flex;flex-direction:column}.label-modern{color:#2c3e50;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.label-modern:after{color:#e74c3c;content:" *";opacity:.8}.input-modern{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;box-sizing:border-box;color:#2c3e50;font-size:14px;height:42px;padding:10px 12px;transition:all .3s;width:100%}.input-modern:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.input-modern:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.roles-list-modern{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.role-chip-modern{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:20px;color:#7f8c8d;cursor:pointer;font-size:12px;font-weight:600;height:36px;padding:8px 14px;transition:all .3s;white-space:nowrap}.role-chip-modern:hover:not(:disabled){background:#f0f2ff;border-color:#667eea;transform:translateY(-1px)}.role-chip-modern.active{background:#667eea;border-color:#667eea;box-shadow:0 3px 8px #667eea4d;color:#fff}.role-chip-modern:disabled{cursor:not-allowed;opacity:.5}.button-container-modern{border-top:1px solid #eee;display:flex;gap:12px;margin-top:10px;padding-top:15px}.btn-cancel-modern,.btn-submit-modern{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;height:46px;justify-content:center;padding:12px;transition:all .3s}.btn-cancel-modern{background:#ecf0f1;color:#2c3e50}.btn-cancel-modern:hover:not(:disabled){background:#dfe4e6;transform:translateY(-1px)}.btn-submit-modern{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.btn-submit-modern:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.btn-cancel-modern:disabled,.btn-submit-modern:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.specialite-section{border-top:1px dashed #e0e0e0;margin-top:5px;padding-top:15px}@media (max-width:768px){.modal-overlay-modern{align-items:flex-start;padding:30px 15px 15px}.modal-content-modern{max-height:85vh;max-width:500px}.modal-scroll-content{padding:20px}.form-row{gap:12px;grid-template-columns:1fr}.form-modern{gap:12px;padding:18px}.image-container-modern{border-radius:50px;height:100px;width:100px}.roles-list-modern{gap:6px}.role-chip-modern{font-size:11px;height:34px;padding:7px 12px}.button-container-modern{flex-direction:column;gap:10px}.btn-cancel-modern,.btn-submit-modern{height:44px}}@media (max-width:480px){.modal-overlay-modern{padding:20px 10px 10px}.modal-content-modern{border-radius:16px;max-height:90vh}.form-modern,.modal-scroll-content{padding:16px}.image-container-modern{border-radius:45px;height:90px;width:90px}.input-modern{font-size:13px;height:40px;padding:9px 12px}.button-container-modern button{font-size:14px;padding:10px}}.modal-scroll-content::-webkit-scrollbar{display:none;width:6px}.modal-scroll-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-scroll-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.modal-scroll-content::-webkit-scrollbar-thumb:hover{background:#555}.full-width{grid-column:1/-1}.compact{margin-bottom:8px!important}.hidden{display:none}.optional:after{color:#95a5a6;content:" (optionnel)";font-size:.9em;font-weight:400}.tel-field .label-modern:after{content:""}.chambres-page{font-family:Poppins,sans-serif}.add-btn{align-items:center;display:flex;gap:.5rem}.add-btn:hover{box-shadow:0 4px 10px #007bff33}.etage-section{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000012;margin-bottom:2.5rem;overflow:hidden}.etage-titre{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;color:#34495e;font-size:1.2rem;margin:0;padding:1rem 1.5rem}.chambres-table{border-collapse:collapse;width:100%}.chambres-table thead{background-color:#f8f9fa}.chambres-table th{color:#6c757d;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.8rem 1.5rem;text-align:left;text-transform:uppercase}.chambres-table tbody tr{transition:background-color .2s ease}.chambres-table tbody tr:not(:last-child){border-bottom:1px solid #ecf0f1}.chambres-table tbody tr:hover{background-color:#f1f3f5}.chambres-table td{color:#2c3e50;padding:1rem 1.5rem;vertical-align:middle}.status-badge{border-radius:16px;display:inline-block;font-size:.8rem;min-width:100px;padding:.3rem .8rem;text-align:center}.status-libre{background-color:#e7f5ec;color:#27ae60}.status-occupee{background-color:#fdeded;color:#c0392b}.status-nettoyage{background-color:#eaf2fa;color:#2980b9}.status-maintenance{background-color:#fef5e7;color:#f39c12}.actions-cell{text-align:right}.action-icon{background:#0000;border:none;color:#7f8c8d;cursor:pointer;margin-left:.8rem;transition:color .2s ease}.action-icon:hover{color:#2c3e50}.modal-content{background-color:#fff}.modal-actions{margin-top:2rem}.planning-page{padding:2rem}.chambres-a-nettoyer-grid{grid-gap:1rem;display:grid;gap:1rem}.tache-card{align-items:center;background-color:#fff;border-left:5px solid #2980b9;border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.tache-numero{font-size:1.2rem;font-weight:600}.tache-etage{color:#7f8c8d}.tache-btn-terminer{background-color:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.6rem 1rem}.page-modern-container{background:#f5f6fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:30px}.page-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.header-content h1{color:#2c3e50;font-size:32px;font-weight:700;margin:0 0 5px}.header-subtitle{color:#7f8c8d;font-size:14px}.add-btn-modern{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.add-btn-modern:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.btn-icon{font-size:20px;font-weight:700}.alert{animation:slideDown .3s ease;border-radius:10px;gap:10px;margin-bottom:20px;padding:15px 20px}.alert-error{background:#fee;border-left:4px solid #e74c3c;color:#c33}.alert-success{background:#efe;border-left:4px solid #2ecc71;color:#2c3}.controls-bar{align-items:center;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:25px}.search-container{flex:1 1;min-width:250px}.search-input-modern{background:#fff;border:2px solid #e0e0e0;border-radius:10px;font-size:15px;padding:12px 20px;transition:all .3s ease;width:100%}.search-input-modern:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.view-toggle{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;gap:5px}.toggle-btn{background:#0000;border:none;border-radius:8px;color:#7f8c8d;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.toggle-btn.active{background:#667eea;color:#fff}.pagination-modern{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;display:flex;gap:20px;justify-content:center;margin-top:30px;padding:20px}.table-container{background:#fff;border-radius:15px;box-shadow:0 2px 12px #00000014;overflow:hidden}.modern-table{border-collapse:collapse;width:100%}.modern-table thead{background:#f8f9fa;color:#34495e}.modern-table th{border-bottom:2px solid #e0e0e0;font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.modern-table tbody tr{border-bottom:1px solid #f0f0f0;transition:all .2s ease}.modern-table tbody tr:hover{background:#f8f9fa}.modern-table td{color:#2c3e50;font-size:14px;padding:16px;vertical-align:middle}.actions-col{text-align:right!important;width:120px}.icon-btn{align-items:center;background:#f5f6fa;border:none;border-radius:8px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.edit-btn{color:#3498db}.edit-btn:hover{background:#3498db;color:#fff;transform:scale(1.1)}.delete-btn{color:#e74c3c}.delete-btn:hover{background:#e74c3c;color:#fff;transform:scale(1.1)}.loading-screen{gap:20px;height:100vh}.spinner{border:4px solid #f3f3f3}@media (max-width:768px){.staff-page-modern{padding:15px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.controls-bar{align-items:stretch;flex-direction:column}.staff-grid{grid-template-columns:1fr}.table-container{overflow-x:auto}.staff-table{min-width:600px}}.reclamation-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:30px}.reclamation-card{border-radius:15px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column}.reclamation-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.reclamation-card .card-header{align-items:center;border-bottom:1px solid #eef2f5;display:flex;justify-content:space-between;padding:1rem 1.25rem}.reclamation-card .room-number{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0}.reclamation-card .card-body{flex-grow:1;padding:1.25rem}.reclamation-card .problem-description{color:#555;font-size:1rem;line-height:1.5;margin:0 0 1rem}.reclamation-card .card-details{color:#7f8c8d;font-size:.85rem}.reclamation-card .detail-item{margin-bottom:.5rem}.reclamation-card .detail-item strong{color:#555}.reclamation-card .card-footer{align-items:center;background-color:#f9fafb;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:1px solid #eef2f5;display:flex;justify-content:space-between;padding:1rem 1.25rem}.badge{padding:.3rem .85rem;text-transform:uppercase;white-space:nowrap}.badge-tres-urgent{background-color:#e74c3c}.badge-urgent{background-color:#f39c12}.badge-moyen{background-color:#3498db}.badge-bas{background-color:#95a5a6}.badge-nouveau{background:#fee;border:1px solid #c33;color:#c33}.badge-assigne{background:#fff3e0;border:1px solid #e65100;color:#e65100}.badge-en-cours{background:#e3f2fd;border:1px solid #1976d2;color:#1976d2}.badge-resolu{background:#e8f5e9;border:1px solid #2e7d32;color:#2e7d32}.badge-cloture{border:1px solid #e0e0e0}.badge-cloture,.badge-default{background:#f5f5f5;color:#616161}.chef-layout{background-color:#f4f6f9;display:flex;font-family:Poppins,sans-serif;min-height:100vh}.chef-sidebar{background-color:#2c3e50;color:#ecf0f1;display:flex;flex-direction:column;height:100%;position:fixed;width:260px}.sidebar-header{border-bottom:1px solid #34495e;padding:1.5rem;text-align:center}.sidebar-header h2{margin:0}.sidebar-header span{color:#95a5a6;font-size:.9rem}.sidebar-nav{flex-grow:1;padding-top:1rem}.nav-item{align-items:center;border-left:3px solid #0000;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;transition:background-color .3s,color .3s}.nav-item:hover{background-color:#34495e}.nav-item.active{background-color:#233140;border-left-color:#3498db;color:#fff}.nav-item .badge{background-color:#e74c3c;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;margin-left:auto;padding:.2rem .5rem}.sidebar-footer{border-top:1px solid #34495e;padding:1.5rem}.user-info{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600}.user-role{color:#bdc3c7;font-size:.8rem}.logout-btn{align-items:center;background:#0000;border:1px solid #e74c3c;border-radius:8px;color:#e74c3c;cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:.7rem;transition:all .3s;width:100%}.logout-btn:hover{background-color:#e74c3c;color:#fff}.chef-main-content{flex-grow:1;margin-left:260px;padding:2rem}.chef-main-content h1{color:#2c3e50;margin:0 0 2rem}.chef-maintenance-page{padding:2rem}.chef-maintenance-page h1{margin-bottom:2rem}.reclamations-table-admin{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000012;overflow:hidden}.btn-assigner{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem}.btn-assigner:disabled{background-color:#ced4da;cursor:not-allowed}.status-En_attente{background-color:#fdeded;color:#c0392b}.status-assigné{background-color:#eaf2fa;color:#2980b9}.status-in-progress{background-color:#fef5e7;color:#f39c12}.status-resolved{background-color:#e7f5ec;color:#27ae60}.tasks-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.task-card{background-color:#fff;border-left:5px solid;border-radius:8px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;padding:1.5rem}.modal-content{max-width:500px}.modal-actions{margin-top:1.5rem}.form-group select{border:1px solid #ccc;border-radius:5px;padding:.8rem;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.agent-maintenance-container{background:#f3f4f6;min-height:100vh}.agent-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px #0000001a;color:#fff;padding:24px}.agent-header-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1400px}.agent-header-title{align-items:center;display:flex;gap:12px;margin-bottom:8px}.agent-header h1{font-size:28px;font-weight:700;margin:0}.agent-header-subtitle{margin:0;opacity:.9}.logout-button{background:#fff3;padding:12px 24px;transition:all .2s ease}.logout-button:hover{background:#ffffff4d}.agent-main-content{margin:0 auto;max-width:1400px;padding:24px}.stats-grid{grid-gap:20px;animation:fadeIn .5s ease;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:32px}.stat-card{box-shadow:0 4px 6px #0000001a;color:#fff;padding:24px}.stat-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.stat-card-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.stat-card-title{font-size:14px;opacity:.9}.stat-card-value{font-size:36px;font-weight:700}.stat-card-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card-orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card-green{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-red{background:linear-gradient(135deg,#dc2626,#b91c1c)}.stat-card-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.filters-container{animation:fadeIn .6s ease;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:20px}.filters-buttons{display:flex;flex-wrap:wrap;gap:12px}.filter-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.filter-button:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-2px)}.filter-button-active{background:#667eea;color:#fff}.filter-button-inactive{background:#f3f4f6;color:#374151}.filter-button-danger{background:#dc2626;color:#fff}.filter-button-danger-inactive{background:#fee2e2;color:#dc2626}.reclamations-grid{grid-gap:20px;animation:fadeIn .7s ease;display:grid;gap:20px}.reclamation-card{animation:scaleIn .4s ease;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .3s ease}.reclamation-card:hover{box-shadow:0 4px 8px #0000001f;transform:translateY(-2px)}.reclamation-card-late{background:#fee2e2;border:2px solid #dc2626}.reclamation-card-header{align-items:start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.reclamation-room-info{align-items:center;display:flex;gap:12px;margin-bottom:8px}.reclamation-room-title{color:#111827;font-size:24px;font-weight:700;margin:0}.reclamation-badges{display:flex;flex-wrap:wrap;gap:8px}.badge{border-radius:12px;display:inline-flex;font-size:13px;gap:6px}.badge-category{background:#eef2ff;color:#4f46e5}.badge-urgency{align-items:center;display:flex;gap:6px}.urgency-dot{height:8px;width:8px}.late-badge{align-items:center;background:#dc2626;border-radius:12px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;padding:8px 16px}.problem-section{margin-bottom:16px}.problem-label{color:#6b7280;font-size:14px;font-weight:600;margin-bottom:8px}.problem-text{background:#f9fafb;border-radius:12px;color:#374151;line-height:1.6;padding:12px 16px}.problem-photo{margin-bottom:16px}.problem-photo img{border:2px solid #e5e7eb;border-radius:12px;max-height:200px;object-fit:cover;width:100%}.time-info{background:#f9fafb;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:12px}.time-info-item{align-items:center;color:#374151;display:flex;font-size:14px;gap:8px}.time-info-late{color:#dc2626;font-weight:600}.action-buttons{display:flex;flex-wrap:wrap;gap:12px}.action-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s ease}.action-button:hover{transform:translateY(-2px)}.action-button-primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 6px #10b9814d}.action-button-primary,.action-button-secondary{color:#fff;flex:1 1;font-weight:700;min-width:200px}.action-button-secondary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px #3b82f64d}.action-button-view{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151;padding:12px 24px}.action-button-view:hover{background:#e5e7eb;border-color:#d1d5db}.completed-badge{align-items:center;background:#d1fae5;border:2px solid #10b981;border-radius:12px;color:#059669;display:flex;flex:1 1;font-weight:700;gap:8px;justify-content:center;padding:12px 24px}.empty-state{background:#fff;border-radius:16px;color:#9ca3af;padding:48px}.empty-state-icon{font-size:64px;margin-bottom:16px}.empty-state-text{font-size:18px;font-weight:600;margin:0}.modal-overlay{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;padding:20px;z-index:9999}.modal-content{animation:scaleIn .3s ease;border-radius:24px;max-height:90vh;overflow:auto;width:100%}.modal-header{border-radius:24px 24px 0 0;padding:24px}.modal-header-details{background:linear-gradient(135deg,#667eea,#764ba2)}.modal-header-resolve{background:linear-gradient(135deg,#10b981,#059669)}.modal-title{color:#fff;font-size:24px;margin:0}.modal-close-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s ease;width:40px}.modal-close-button:hover{background:#ffffff4d}.modal-body{padding:24px}.modal-alert{align-items:center;background:#fee2e2;border:2px solid #dc2626;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:16px}.modal-alert-title{color:#dc2626;font-size:16px;font-weight:700}.modal-alert-text{color:#991b1b;font-size:14px;margin-top:4px}.modal-section{grid-gap:20px;display:grid;gap:20px}.modal-field{margin-bottom:16px}.modal-field-label{color:#6b7280;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.modal-field-content{background:#f9fafb;border-radius:12px;color:#374151;line-height:1.6;padding:16px}.resolution-section{background:#d1fae5;border:2px solid #10b981;border-radius:12px;padding:16px}.resolution-title{align-items:center;color:#10b981;display:flex;font-size:16px;font-weight:700;gap:8px;margin-bottom:12px}.resolution-text{color:#065f46;line-height:1.6;margin:0 0 12px}.resolution-detail{color:#047857;font-size:14px;margin:0 0 8px}.form-grid{grid-gap:20px;display:grid;gap:20px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-field{margin-bottom:0}.form-input,.form-textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#667eea;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-input:disabled,.form-textarea:disabled{background:#f3f4f6;cursor:not-allowed}.photo-upload-container{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;padding:24px;text-align:center;transition:all .2s ease}.photo-upload-container:hover{background:#f3f4f6;border-color:#667eea}.photo-preview{margin-bottom:12px;max-height:200px;max-width:100%}.photo-delete-button{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:background .2s ease}.photo-delete-button:hover{background:#dc2626}.photo-upload-label{display:block}.photo-upload-icon{color:#9ca3af;font-size:48px;margin-bottom:8px}.photo-upload-text{color:#6b7280;font-size:14px;margin:0}.loading-container{background:linear-gradient(135deg,#667eea,#764ba2)}.loading-content{text-align:center}.spinner{border:6px solid #fff;border-top-color:#0000;height:60px;margin:0 auto 20px;width:60px}.loading-text{color:#fff;font-size:18px;font-weight:600}@media (max-width:768px){.agent-header-content{align-items:flex-start;flex-direction:column}.form-row,.stats-grid{grid-template-columns:1fr}.action-buttons,.reclamation-card-header{flex-direction:column}.action-button-primary,.action-button-secondary{min-width:100%}.modal-content{max-height:95vh}.filters-buttons{flex-direction:column}.filter-button{width:100%}}@media (max-width:480px){.agent-header h1{font-size:20px}.stat-card-value{font-size:28px}.modal-title,.reclamation-room-title{font-size:20px}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}button{transition:all .2s ease}button:active{transform:scale(.98)}button:focus-visible{outline:2px solid #667eea}input:focus-visible,textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}.admin-reclamations-page{font-family:Poppins,sans-serif;padding:2rem}.page-header{margin-bottom:2rem}.view-switcher{background-color:#e9ecef;border-radius:8px;display:flex;padding:.3rem}.view-switcher button{align-items:center;background-color:initial;border:none;border-radius:6px;color:#495057;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.view-switcher button.active{background-color:#fff;box-shadow:0 2px 5px #0000001a;color:#007bff}.view-switcher .btn-escalation.active{color:#c0392b}.table-container.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000012;overflow:hidden;padding:0}.reclamations-table-admin{border-collapse:collapse;width:100%}.reclamations-table-admin td,.reclamations-table-admin th{border-bottom:1px solid #ecf0f1;padding:1rem;text-align:left}.reclamations-table-admin th{background-color:#f8f9fa;color:#6c757d;font-size:.8rem;text-transform:uppercase}.status-badge-admin{border-radius:16px;font-size:.8rem;font-weight:600;padding:.3rem .8rem;text-transform:capitalize}.status-En-attente,.status-assigné{background-color:#fdeded;color:#c0392b}.status-en-cours{background-color:#fef5e7;color:#f39c12}.escalation-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.escalation-card{background-color:#fff;border:2px solid #e74c3c;border-radius:8px;box-shadow:0 5px 15px #e74c3c26}.escalation-card-header{align-items:center;background-color:#fdeded;border-bottom:1px solid #f5c6cb;color:#c0392b;display:flex;gap:1rem;padding:1rem}.escalation-card-header h3{font-size:1.1rem;margin:0}.escalation-details{line-height:1.8;padding:1rem}.escalation-details p{margin:.5rem 0}.escalation-details strong{color:#34495e}.escalation-actions{border-top:1px solid #e9ecef;padding:1rem;text-align:right}.escalation-actions button{background-color:#c0392b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.6rem 1.2rem}.alerte-cell{text-align:center}.alerte-icon{animation:pulse 2s infinite;color:#e74c3c}.ok-icon{color:#27ae60}tr.retard-row{background-color:#fdeded!important;font-weight:600}tr.retard-row>td{color:#c0392b}.time-ago{color:#6c757d;font-size:.9rem}tr.retard-row .time-ago{color:#c0392b;font-weight:600}.roles-page{font-family:Poppins,sans-serif;padding:2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.5rem}.page-header h1{color:#2c3e50;font-size:1.8rem;margin:0}.add-btn{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.7rem 1.2rem;transition:all .3s ease}.add-btn:hover{background-color:#0056b3;transform:translateY(-2px)}.roles-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.role-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000012;display:flex;flex-direction:column;padding:1.5rem}.role-card h3{border-bottom:1px solid #f0f0f0;color:#34495e;margin:0 0 1rem;padding-bottom:1rem}.role-card ul{flex-grow:1;list-style-type:none;margin:0 0 1.5rem;padding:0}.role-card li{color:#555;font-size:.9rem;padding:.5rem 0}.role-card button{align-self:flex-end;background-color:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.6rem}.modal-backdrop{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-width:600px;padding:2.5rem;width:90%}.modal-content h2{margin-top:0}.modal-content input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-bottom:1.5rem;padding:.8rem;width:100%}.modal-content h4{color:#34495e;margin:1.5rem 0 1rem}.permissions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.permission-checkbox{align-items:center;display:flex;gap:.5rem}.permission-checkbox input[type=checkbox]{height:18px;width:18px}.permission-checkbox label{color:#555;font-size:.95rem}.modal-actions{justify-content:flex-end}.modal-actions button{border:1px solid #0000;border-radius:6px;cursor:pointer;font-weight:500;padding:.7rem 1.5rem}.modal-actions button[type=submit]{background-color:#007bff;color:#fff}.modal-actions button[type=button]{background-color:#6c757d;color:#fff}.chat-container{display:flex;font-family:Segoe UI,sans-serif;height:100vh;transition:background .3s}.chat-container.dark{background:#18191a;color:#fff}.user-list{background:#fff;border-right:1px solid #ddd;overflow-y:auto;padding:10px;width:25%}.chat-container.dark .user-list{background:#242526;border-right:1px solid #3a3b3c}.user-list-header{justify-content:space-between;margin-bottom:15px}.user-item,.user-list-header{align-items:center;display:flex}.user-item{border-radius:8px;cursor:pointer;padding:10px}.user-item.active,.user-item:hover{background:#1877f2;color:#fff}.avatar{margin-right:10px;position:relative}.avatar img{border-radius:50%;height:40px;width:40px}.status{border:2px solid #fff;border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px}.status.online{background:#4caf50}.status.offline{background:#888}.chat-box{display:flex;flex:1 1;flex-direction:column}.chat-header{align-items:center;background:#1877f2;color:#fff;display:flex;font-weight:700;padding:15px}.chat-header img{border-radius:50%;height:40px;margin-right:10px;width:40px}.messages{background:#e5e5e5;flex:1 1;overflow-y:auto;padding:15px}.chat-container.dark .messages{background:#18191a}.message{word-wrap:break-word;border-radius:20px;margin:5px 0;max-width:60%;padding:10px 15px}.sent{background:#1877f2;border-bottom-right-radius:5px;color:#fff;margin-left:auto}.received{background:#fff;border:1px solid #ddd;border-bottom-left-radius:5px;color:#333;margin-right:auto}.chat-container.dark .received{background:#242526;border:1px solid #3a3b3c;color:#fff}.input-box{background:#fff;border-top:1px solid #ddd;display:flex;padding:10px}.chat-container.dark .input-box{background:#242526;border-top:1px solid #3a3b3c}.input-box input{background:#fff;border:1px solid #ddd;border-radius:20px;flex:1 1;outline:none;padding:10px}.chat-container.dark .input-box input{background:#3a3b3c;border:none;color:#fff}.input-box button{background:#1877f2;border:none;border-radius:20px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 15px}.dashboard-container{background-color:#f5f6fa;padding:25px}.dashboard-title{color:#2c3e50;font-size:28px;margin-bottom:25px}.kpi-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px}.kpi-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:20px}.kpi-card h3{color:#7f8c8d;font-size:15px;font-weight:600;margin:0 0 10px}.kpi-card p{color:#2c3e50;font-size:32px;font-weight:700;margin:0}.dashboard-main-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;margin-bottom:30px}.widget{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:20px}.widget-header{border-bottom:1px solid #eef2f5;margin-bottom:15px;padding-bottom:15px}.widget-header h3{color:#34495e;font-size:18px;margin:0}.widget-map{grid-column:1/3;grid-row:1/3}.map-placeholder{align-items:center;border:2px dashed #e0e0e0;border-radius:10px;color:#95a5a6;display:flex;flex-direction:column;height:90%;justify-content:center}.chart-container{height:250px}.widget-priority-list ul{list-style:none;margin:0;padding:0}.widget-priority-list li{border-bottom:1px solid #f5f6fa;display:flex;justify-content:space-between;padding:10px 0}.priority-room{font-weight:600}.priority-problem{color:#555;font-size:14px}.widget-calendar{margin-top:20px}@media (max-width:1200px){.dashboard-main-grid{grid-template-columns:1fr 1fr}.widget-map{grid-column:1/3;grid-row:1/2}}@media (max-width:768px){.dashboard-main-grid{grid-template-columns:1fr}.widget-map{grid-column:1/2;grid-row:auto}}.hotel-map-container,.hotel-map-svg{height:100%;width:100%}.room-group{cursor:pointer;transition:opacity .2s ease-in-out}.room-group:hover{opacity:.8}.room-rect{stroke:#fff;stroke-width:2;rx:5}.room-label{fill:#fff;text-anchor:middle;dominant-baseline:middle;font-size:14px;font-weight:600;pointer-events:none}.gestion-assignations-container{margin:0 auto;max-width:1400px;padding:20px}.btn-copy-yesterday{align-items:center;background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 20px;transition:background .2s}.btn-copy-yesterday:hover{background:#7c3aed}.controls-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;justify-content:space-between;margin-bottom:24px;padding:20px}.controls-section,.date-controls{align-items:center;display:flex;gap:20px}.date-selector{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:10px;padding:10px 16px}.view-toggle{background:#f3f4f6;border-radius:8px;display:flex;padding:4px}.view-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1f2937}.filter-controls{align-items:center;display:flex;gap:12px}.search-icon{color:#9ca3af;left:12px}.search-input{border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;outline:none;padding:10px 12px 10px 40px;transition:border .2s;width:250px}.search-input:focus{border-color:#3b82f6}.filter-select{border:1px solid #d1d5db;border-radius:8px;min-width:180px;outline:none;padding:10px 12px}.stats-section{margin-bottom:24px}.stat-number{font-size:2rem;margin-bottom:4px}.assignations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.assignation-group-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.group-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;gap:12px;padding:20px}.group-header,.group-icon{align-items:center;display:flex}.group-icon{background:#e5e7eb;border-radius:8px;color:#374151;height:40px;justify-content:center;width:40px}.group-info{flex:1 1}.group-title{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0}.group-subtitle{color:#6b7280;font-size:.9rem}.espace-statut{border-radius:20px;font-size:.8rem;font-weight:500;padding:4px 12px;text-transform:capitalize}.espace-statut.libre{background:#d1fae5;color:#065f46}.espace-statut.occupé{background:#fee2e2;color:#991b1b}.espace-statut.maintenance{background:#fef3c7;color:#92400e}.espace-statut.hors_service{background:#e5e7eb;color:#374151}.assignation-count{background:#dbeafe;border-radius:20px;color:#1e40af;font-size:.8rem;font-weight:500;padding:4px 12px}.assignations-list{padding:16px}.assignation-item{background:#f9fafb;border-left:4px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:16px}.assignation-item.termine{background:#f0fdf4;border-left-color:#10b981;opacity:.7}.assignation-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:8px}.tache-icon{flex-shrink:0;margin-top:2px}.assignation-info{flex:1 1}.assignation-main{align-items:center;display:flex;gap:8px;margin-bottom:4px}.espace-reference{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:.8rem;font-weight:500;padding:2px 8px}.tache-type{color:#1f2937}.assignation-notes{color:#6b7280;font-size:.9rem;margin-bottom:4px}.assignation-duree{align-items:center;color:#6b7280;font-size:.8rem}.assignation-actions,.assignation-duree{display:flex;gap:4px}.btn-complete{background:#10b981;padding:6px}.btn-complete:hover{background:#059669}.btn-delete-assign{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px;transition:background .2s}.btn-delete-assign:hover{background:#dc2626}.assignation-footer{align-items:center;display:flex;font-size:.8rem;justify-content:space-between}.priorite-badge{border-radius:12px;font-weight:500;padding:2px 8px;text-transform:capitalize}.priorite-badge.low{background:#d1fae5;color:#065f46}.priorite-badge.medium{background:#fef3c7;color:#92400e}.priorite-badge.high{background:#fee2e2;color:#991b1b}.termine-le{color:#10b981;font-weight:500}.group-actions{border-top:1px solid #f3f4f6;padding:16px 20px}.btn-add-assign{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:all .2s;width:100%}.btn-add-assign:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.empty-state{grid-column:1/-1}.empty-state p{font-size:1.1rem;margin:16px 0 24px}.modal-assign{max-width:600px}.assign-espace-info{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:12px;margin:0 20px 20px;padding:16px 20px}.assign-espace-info strong{color:#1f2937;display:block}.assign-espace-info span{color:#6b7280;font-size:.9rem}@media (max-width:768px){.controls-section{align-items:stretch;flex-direction:column}.date-controls{gap:12px}.date-controls,.filter-controls{flex-direction:column}.search-input{width:100%}.assignations-grid{grid-template-columns:1fr}}.employe-taches-container{margin:0 auto;max-width:1200px;padding:20px}.header-section{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.page-title{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.page-subtitle{color:#6b7280;margin:5px 0 0}.date-control{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:10px;padding:12px 16px}.date-icon{color:#6b7280}.date-input{background:none;border:none;color:#1f2937;font-size:1rem;outline:none}.stats-section{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;gap:16px;padding:20px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:10px;height:50px;justify-content:center;width:50px}.stat-icon.total{background:#e0e7ff;color:#3730a3}.stat-icon.en-cours,.stat-icon.terminee{background:#d1fae5;color:#065f46}.stat-icon.temps{background:#fef3c7;color:#92400e}.stat-info{flex:1 1}.stat-number{color:#1f2937;font-size:1.8rem;font-weight:700;line-height:1}.stat-label{color:#6b7280;font-size:.9rem;margin-top:4px}.taches-section{margin-bottom:30px}.section-title{align-items:center;border-bottom:2px solid #f3f4f6;color:#1f2937;display:flex;font-size:1.3rem;font-weight:600;gap:8px;margin-bottom:16px;padding-bottom:8px}.taches-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.tache-card{background:#fff;border-left:4px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px;transition:transform .2s,box-shadow .2s}.tache-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.tache-card.en-cours{border-left-color:#10b981}.tache-card.en-pause{border-left-color:#f59e0b}.tache-card.planifiee{border-left-color:#6b7280}.tache-card.terminee{border-left-color:#10b981;opacity:.8}.tache-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.tache-type{font-size:.9rem;font-weight:600;gap:6px}.tache-statut,.tache-type{align-items:center;display:flex}.tache-statut{border-radius:12px;font-size:.8rem;font-weight:500;gap:4px;padding:4px 8px}.tache-statut.planifiee{background:#f3f4f6;color:#6b7280}.tache-statut.en-cours{background:#d1fae5;color:#065f46}.tache-statut.en-pause{background:#fef3c7;color:#92400e}.tache-statut.terminee{background:#d1fae5;color:#065f46}.tache-content{margin-bottom:16px}.tache-espace{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 4px}.tache-lieu{color:#6b7280;font-size:.9rem;margin:0 0 8px}.tache-notes{background:#f9fafb;border-radius:6px;color:#4b5563;font-size:.9rem;line-height:1.4;margin:8px 0 0;padding:8px}.duree-estimee{color:#6b7280;font-size:.8rem;gap:6px;margin-top:8px}.duree-estimee,.tache-timer{align-items:center;display:flex}.tache-timer{background:#f9fafb;border-radius:8px;justify-content:space-between;margin-bottom:12px;padding:12px}.timer-display{align-items:center;display:flex;gap:8px}.timer-icon{color:#6b7280}.timer-value{color:#1f2937;font-family:Courier New,monospace;font-size:1.2rem;font-weight:600}.timer-actions{display:flex;gap:6px}.tache-actions{display:flex;gap:8px}.btn-resume,.btn-start{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:6px;justify-content:center;padding:10px 16px;transition:background .2s}.btn-resume:hover,.btn-start:hover{background:#059669}.btn-pause{background:#f59e0b;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px;transition:background .2s}.btn-pause:hover{background:#d97706}.btn-complete{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px;transition:background .2s}.btn-complete:hover{background:#dc2626}.tache-footer{color:#6b7280;font-size:.8rem;justify-content:space-between}.tache-footer,.temps-final{align-items:center;display:flex}.temps-final{font-weight:500;gap:4px}.date-fin{font-style:italic}.empty-state{color:#6b7280;padding:60px 20px;text-align:center}.empty-state h3{color:#374151;margin:16px 0 8px}@media (max-width:768px){.header-section{align-items:stretch;flex-direction:column}.date-control{justify-content:center}.stats-section{grid-template-columns:1fr 1fr}.taches-grid{grid-template-columns:1fr}.tache-timer{flex-direction:column;gap:12px}.timer-actions{justify-content:center;width:100%}}.calendar-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;padding:1rem}.calendar-wrapper{margin:0 auto;max-width:1400px}.calendar-header{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.header-top{flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}.header-title-section,.header-top{align-items:center;display:flex;gap:1rem}.calendar-icon-wrapper{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;display:flex;justify-content:center;padding:.75rem}.calendar-icon{color:#fff;height:24px;width:24px}.main-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:#6b7280;font-size:.875rem}.btn-today{background:#3b82f6;border-radius:.5rem;padding:.5rem 1rem;transition:background .2s}.btn-today:hover{background:#2563eb}.navigation{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.nav-btn{background:#0000;padding:.5rem;transition:background .2s}.nav-btn:hover{background:#f3f4f6}.current-month{color:#1f2937;font-size:1.25rem;font-weight:600}.legend{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.legend-item span{color:#6b7280;font-size:.875rem}.legend-box{border-radius:.25rem;height:1rem;width:1rem}.legend-confirmed{background:#10b981}.legend-in-progress{background:#f59e0b}.legend-completed{background:#9ca3af}.legend-icon-alert{height:1rem;width:1rem}.calendar-body{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.weekdays{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(7,1fr)}.weekday{color:#374151;font-size:.875rem;font-weight:600;padding:.75rem;text-align:center}.calendar-day{background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-height:128px;padding:.5rem}.calendar-day.other-month{background:#f9fafb}.calendar-day.today{background:#eff6ff}.calendar-day:nth-child(7n){border-right:none}.day-number{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.day-number.other-month-number{color:#9ca3af}.day-number.today-number{color:#2563eb;font-weight:700}.reservations-container{display:flex;flex-direction:column;gap:.25rem}.reservation-bar{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;justify-content:space-between;padding:.375rem;transition:opacity .2s}.reservation-bar:hover{opacity:.9}.status-confirmed{background:#10b981}.status-in-progress{background:#f59e0b}.status-completed{background:#9ca3af}.bar-start{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.bar-end{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.bar-single{border-radius:.375rem}.reservation-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-icon{cursor:pointer;flex-shrink:0;height:.75rem;margin-left:.25rem;width:.75rem}.modal-overlay{align-items:center;animation:fadeInOverlay .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#000000b3,#00000080);display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.modal{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 1px #ffffff1a;max-height:90vh;max-width:32rem;overflow:hidden;position:relative;width:100%}.modal:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:2px solid #0000;border-image:linear-gradient(90deg,#e0e7ff,#f3e8ff,#fce7f3) 1;display:flex;justify-content:space-between;padding:2rem;position:relative}.modal-header-with-icon{align-items:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:1rem;box-shadow:0 4px 6px -1px #ef44441a;display:flex;gap:.75rem;padding:.75rem 1.25rem}.modal-icon-alert{animation:pulse 2s ease-in-out infinite;color:#dc2626;filter:drop-shadow(0 2px 4px rgba(220,38,38,.2));height:1.75rem;width:1.75rem}.modal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.modal-close{align-items:center;background:#f3f4f6;border:none;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;justify-content:center;padding:.625rem;transition:all .2s ease}.modal-close:hover{background:#e5e7eb;box-shadow:0 4px 6px #0000001a;transform:rotate(90deg)}.modal-close:active{transform:rotate(90deg) scale(.95)}.modal-content{max-height:calc(90vh - 200px);overflow-y:auto;padding:2rem;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.detail-row{align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:1rem;display:flex;gap:1rem;margin-bottom:1.5rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.detail-row:before{background:linear-gradient(180deg,#3b82f6,#8b5cf6);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.detail-row:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateX(4px)}.detail-row:hover:before{opacity:1}.detail-icon{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:.75rem;box-shadow:0 2px 4px #3b82f61a;color:#3b82f6;flex-shrink:0;height:1.5rem;margin-top:.125rem;padding:.5rem;width:1.5rem}.detail-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.375rem;text-transform:uppercase}.detail-value{color:#1f2937;font-size:1.125rem;font-weight:700;letter-spacing:-.025em}.status-box{border:2px solid #ffffff80;border-radius:.5rem;box-shadow:0 2px 8px #00000026;flex-shrink:0;height:1.5rem;margin-top:.125rem;width:1.5rem}.issues-section{border-image:linear-gradient(90deg,#0000,#e5e7eb,#0000) 1;border-top:2px solid #0000;margin-top:2rem;padding-top:2rem}.issues-header{align-items:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:1rem;display:flex;gap:.75rem;margin-bottom:1.25rem;padding:1rem}.issues-icon{animation:shake .5s ease-in-out;color:#dc2626;height:1.5rem;width:1.5rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.issues-title{color:#991b1b;font-size:1.125rem;font-weight:700}.issue-card{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #fee2e2;border-radius:1rem;box-shadow:0 4px 6px -1px #dc26261a,0 2px 4px -1px #dc26260f;margin-bottom:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.issue-card:before{background:linear-gradient(90deg,#dc2626,#f97316);content:"";height:4px;left:0;position:absolute;right:0;top:0}.issue-card:hover{border-color:#fca5a5;box-shadow:0 12px 20px -5px #dc262633,0 4px 8px -2px #dc26261a;transform:translateY(-2px)}.issue-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.issue-type{color:#1f2937;font-size:1.125rem;font-weight:700;letter-spacing:-.025em}.priority-badge{border:1px solid #ffffff80;border-radius:9999px;box-shadow:0 2px 4px #0000001a;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}.priority-high{animation:priorityPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#fecaca,#fca5a5);color:#7f1d1d}@keyframes priorityPulse{0%,to{box-shadow:0 2px 4px #dc262633}50%{box-shadow:0 4px 12px #dc262666}}.priority-medium{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#7c2d12}.priority-low{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#713f12}.issue-description{background:#fff9;border-left:3px solid #fca5a5;border-radius:.5rem;color:#374151;font-size:.9375rem;line-height:1.6;margin-bottom:1rem;padding:.75rem}.issue-footer{align-items:center;border-top:1px solid #fee2e2;color:#6b7280;display:flex;font-size:.8125rem;justify-content:space-between;padding-top:.75rem}.status-badge{border-radius:9999px;box-shadow:0 2px 4px #0000001a;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}.status-résolu{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;color:#065f46}.status-en-cours{background:linear-gradient(135deg,#fed7aa,#fdba74);border:1px solid #fb923c;color:#9a3412}.status-en-attente{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;color:#374151}.issue-detail{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.issue-detail:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f614}.issue-type-large{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:700;letter-spacing:-.025em}.issue-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.priority-text{font-size:1.125rem;font-weight:700}.status-badge-large{border:2px solid #ffffff80;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:inline-block;font-size:.9375rem;font-weight:700;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase}.modal-actions{background:linear-gradient(135deg,#f8fafc,#fff);border-image:linear-gradient(90deg,#e0e7ff,#f3e8ff,#fce7f3) 1;border-top:2px solid #0000;display:flex;gap:1rem;padding:2rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:1rem;box-shadow:0 4px 6px -1px #3b82f64d,0 2px 4px -1px #3b82f633;cursor:pointer;display:flex;flex:1 1;font-size:.9375rem;font-weight:700;gap:.75rem;justify-content:center;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.btn-primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:0 12px 20px -5px #3b82f666,0 4px 8px -2px #3b82f64d;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:1.125rem;width:1.125rem}.btn-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px solid #d1d5db;border-radius:1rem;box-shadow:0 2px 4px #0000000d;color:#374151;cursor:pointer;font-size:.9375rem;font-weight:700;padding:1rem 1.5rem;transition:all .3s ease}.btn-secondary:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}@media (max-width:768px){.calendar-container{padding:.5rem}.calendar-header{padding:1rem}.main-title{font-size:1.25rem}.subtitle{font-size:.75rem}.calendar-day{min-height:100px;padding:.25rem}.day-number{font-size:.75rem}.reservation-bar{font-size:.625rem;padding:.25rem}.legend{gap:1rem}.legend-item span{font-size:.75rem}.modal{border-radius:1.25rem;margin:.5rem;max-width:100%}.modal-actions,.modal-content,.modal-header{padding:1.5rem}.modal-title{font-size:1.25rem}.detail-row{margin-bottom:1rem;padding:1rem}.detail-icon{height:1.25rem;padding:.375rem;width:1.25rem}.detail-value{font-size:1rem}.issue-card{padding:1rem}.issue-type{font-size:1rem}.issue-type-large{font-size:1.125rem}.issue-grid{gap:1rem;grid-template-columns:1fr}.modal-actions{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{padding:.875rem 1.25rem;width:100%}}@media (max-width:480px){.header-top{align-items:flex-start;flex-direction:column}.btn-today{width:100%}.navigation{flex-direction:column;gap:.5rem}.calendar-day{min-height:80px}.weekday{font-size:.75rem;padding:.5rem}.modal{border-radius:1rem 1rem 0 0;bottom:0;left:0;margin:0;max-height:95vh;max-width:100%;position:fixed;right:0}.modal-overlay{align-items:flex-end}.modal-header{border-radius:1rem 1rem 0 0;padding:1.25rem}.modal:before{height:3px}.detail-row,.issue-card,.issues-header{padding:.875rem}.priority-badge,.status-badge{font-size:.6875rem;padding:.25rem .625rem}.status-badge-large{font-size:.875rem;padding:.625rem 1.25rem}}@media (max-width:480px){@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal{animation:slideUp .3s cubic-bezier(.16,1,.3,1)}}button:focus-visible{border-radius:.75rem;outline:3px solid #3b82f6}.modal-close:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}@keyframes shimmerLoading{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading{animation:shimmerLoading 2s infinite;background:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-size:1000px 100%}.priority-high{position:relative}.priority-high:after{background:linear-gradient(135deg,#fecaca,#fca5a5);border-radius:inherit;content:"";filter:blur(8px);inset:-2px;opacity:.3;position:absolute;z-index:-1}.status-badge,.status-badge-large{overflow:hidden;position:relative}.status-badge-large:before,.status-badge:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.status-badge-large:hover:before,.status-badge:hover:before{left:100%}.modal-header:after{background-image:radial-gradient(circle at 20% 50%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf60d 0,#0000 50%),radial-gradient(circle at 40% 20%,#ec48990d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}*{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.detail-value,.issue-type,.issue-type-large,.modal-title{text-shadow:0 1px 2px #0000000d}.detail-row,.issue-card,.issue-detail{box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a,inset 0 0 0 1px #ffffff80}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-primary:disabled:hover,.btn-secondary:disabled:hover{box-shadow:none;transform:none}.btn-primary.loading,.btn-secondary.loading{color:#0000;position:relative}.btn-primary.loading:after,.btn-secondary.loading:after{animation:spin .6s linear infinite;border:2px solid;border-radius:50%;border-top:2px solid #0000;content:"";height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;width:20px}.alert-icon,.detail-icon,.issues-icon{position:relative}.alert-icon:hover,.detail-icon:hover,.issues-icon:hover{filter:brightness(1.1);transform:scale(1.1)}.modal:focus-within{box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 1px #ffffff1a,0 0 0 3px #3b82f633}.modal{animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-track{background:linear-gradient(180deg,#f1f5f9,#e2e8f0);border-radius:10px;margin:8px 0}.modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8);border:2px solid #f1f5f9;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)}button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.calendar-day:hover{background:#fafafa}.calendar-day.other-month:hover{background:#f3f4f6}.calendar-day.today:hover{background:#dbeafe}.sidebar-card-header{margin-bottom:.375rem}.sidebar-card-room{font-size:.9375rem}.sidebar-card-status{box-shadow:0 0 0 2px #3b82f61a;height:10px;width:10px}.sidebar-card-client{font-size:.875rem;margin-bottom:.375rem}.sidebar-card-dates{font-size:.75rem;gap:.375rem;margin-bottom:.375rem}.sidebar-card-alert{font-size:.75rem;gap:.25rem;margin-top:.375rem;padding:.25rem .5rem}.sidebar-reclamation-card{border-radius:.625rem;margin-bottom:.625rem;padding:.75rem}.sidebar-reclamation-card:hover{box-shadow:0 2px 8px #ef44441f}.sidebar-rec-header{margin-bottom:.375rem}.sidebar-rec-room{font-size:.875rem}.sidebar-rec-urgency{font-size:.6875rem;padding:.1875rem .5rem}.sidebar-rec-problem{font-size:.8125rem;line-height:1.3;margin-bottom:.375rem}.sidebar-rec-status{font-size:.75rem;padding:.1875rem .375rem}.sidebar-empty{padding:2rem 1rem}.sidebar-empty-icon{height:40px;margin-bottom:.75rem;width:40px}.sidebar-empty p{font-size:.9375rem}.sidebar-placeholder{padding:2rem 1rem}.sidebar-placeholder-icon{height:48px;margin-bottom:1rem;width:48px}.sidebar-placeholder p{font-size:1rem;margin-bottom:.375rem}.sidebar-placeholder span{font-size:.8125rem}.reservations-modern{gap:3px}.reservation-bar-modern{box-shadow:0 1px 3px #0000001a;font-size:.6875rem;padding:3px 6px}.reservation-bar-modern:hover{box-shadow:0 2px 6px #00000026}.alert-icon-modern{margin-left:3px}.modal-modern{border-radius:1.25rem;box-shadow:0 20px 40px -10px #00000040;max-width:550px}.modal-modern:before{height:3px}.modal-close-modern{height:32px;right:.875rem;top:.875rem;width:32px}.modal-header-modern{padding:1.5rem 1.5rem .875rem}.modal-header-modern h3{font-size:1.25rem}.modal-content-modern{max-height:calc(90vh - 180px);padding:1.25rem}.modal-detail-row{border-radius:.75rem;gap:.875rem;margin-bottom:1rem;padding:.875rem}.modal-detail-row:hover{box-shadow:0 2px 8px #3b82f61a;transform:translateX(2px)}.modal-icon{border-radius:.625rem;padding:.625rem}.modal-icon-price{font-size:1.125rem}.modal-label{font-size:.6875rem;margin-bottom:.25rem}.modal-value{font-size:1rem}.modal-status-badge{font-size:.8125rem;padding:.375rem .875rem}.modal-reclamations-section{margin-top:1.5rem;padding-top:1.5rem}.modal-reclamations-section h4{font-size:1rem;margin-bottom:.875rem}.modal-reclamations-list{gap:.625rem}.modal-reclamation-item{border-radius:.75rem;padding:.875rem}.modal-rec-header{margin-bottom:.375rem}.modal-rec-problem{font-size:.9375rem}.modal-rec-urgency{font-size:.6875rem;padding:.1875rem .625rem}.modal-rec-status{font-size:.8125rem;margin-top:.375rem}.modal-actions-modern{gap:.75rem;padding:1rem 1.25rem}.btn-modal-primary{border-radius:.625rem;box-shadow:0 2px 8px #3b82f64d;font-size:.875rem;padding:.75rem 1.25rem}.btn-modal-primary:hover{box-shadow:0 4px 12px #3b82f666}.btn-modal-secondary{border-radius:.625rem;font-size:.875rem;padding:.75rem 1.25rem}@media (max-width:1200px){.calendar-layout{grid-template-columns:1fr 280px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.calendar-layout{grid-template-columns:1fr}.sidebar-modern{max-height:400px;position:relative;top:0}.stats-grid{grid-template-columns:repeat(4,1fr)}.calendar-day-modern{min-height:80px}}@media (max-width:768px){.calendar-main-wrapper{padding:.5rem}.calendar-header-card{padding:1rem}.header-top-row{align-items:stretch;flex-direction:column;gap:.75rem}.btn-today{width:100%}.calendar-main-title{font-size:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.controls-bar{flex-direction:column}.calendar-grid-modern{gap:4px;padding:.5rem}.calendar-day-modern{min-height:70px;padding:.375rem}.sidebar-modern{max-height:350px}.modal-modern{margin:.5rem}.modal-actions-modern,.modal-content-modern,.modal-header-modern{padding:1rem}.modal-actions-modern{flex-direction:column}}@media (max-width:480px){.weekdays-header{padding:.5rem}.weekday-label{font-size:.6875rem}.calendar-day-modern{min-height:60px;padding:.25rem}.day-number-modern{font-size:.75rem}.reservation-bar-modern{font-size:.625rem;padding:2px 4px}}.modal-content-modern::-webkit-scrollbar,.sidebar-content-modern::-webkit-scrollbar{width:6px}:root{--primary:#3b82f6;--primary-dark:#2563eb}body{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:100vh}.spinner{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-top-color:#3b82f6;border:4px solid var(--gray-200);border-top-color:var(--primary);height:50px;width:50px}.loading-container p{color:#4b5563;color:var(--gray-600);font-size:1.125rem;font-weight:600}.calendar-main-wrapper{min-height:100vh;padding:.75rem}.calendar-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 320px;margin:0 auto;max-width:1800px}.calendar-section{display:flex;flex-direction:column;gap:.75rem}.calendar-header-card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000f;padding:1.25rem}.header-top-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.header-title-group{align-items:center;display:flex;gap:.75rem}.calendar-icon-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:.75rem;box-shadow:0 2px 8px #3b82f633;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.calendar-main-title{color:#111827;color:var(--gray-900);font-size:1.375rem;font-weight:700;margin-bottom:.125rem}.calendar-subtitle{color:#6b7280;color:var(--gray-500);font-size:.8125rem}.btn-today{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:.625rem;box-shadow:0 2px 8px #3b82f633;color:#fff;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-today:hover{box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}.stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);margin-bottom:1rem}.stat-card{border-radius:.75rem;transition:transform .2s}.stat-primary{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.stat-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.stat-warning-stat{background:linear-gradient(135deg,#fed7aa,#fdba74)}.stat-danger{background:linear-gradient(135deg,#fee2e2,#fecaca)}.stat-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.stat-warning{background:linear-gradient(135deg,#fed7aa,#fdba74)}.stat-value{font-size:1.5rem;margin-bottom:.125rem}.stat-primary .stat-value{color:#1e40af}.stat-success .stat-value{color:#065f46}.stat-warning-stat .stat-value{color:#92400e}.stat-danger .stat-value{color:#991b1b}.stat-secondary .stat-value{color:#374151}.stat-warning .stat-value{color:#92400e}.stat-label{font-size:.75rem;font-weight:600;opacity:.8}.controls-bar{display:flex;gap:.75rem;margin-bottom:1rem}.search-box{align-items:center;background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:.625rem;display:flex;padding:0 .75rem;transition:all .2s}.search-box:focus-within{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.search-box svg{color:var(--gray-400);height:16px;margin-right:.5rem;width:16px}.search-box input{background:#0000;border:none;color:#1f2937;color:var(--gray-800);flex:1 1;font-size:.875rem;outline:none;padding:.625rem 0}.clear-search,.search-box input::placeholder{color:#9ca3af;color:var(--gray-400)}.clear-search{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:.25rem;transition:color .2s}.clear-search:hover{color:#4b5563;color:var(--gray-600)}.filter-select{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:.625rem;color:#374151;color:var(--gray-700);font-size:.875rem;min-width:160px;padding:.625rem .875rem;transition:all .2s}.filter-select:hover{border-color:#3b82f6;border-color:var(--primary)}.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.month-navigation{justify-content:space-between;margin-bottom:.75rem}.month-navigation,.nav-btn{align-items:center;display:flex}.nav-btn{background:#f3f4f6;background:var(--gray-100);border:none;border-radius:.5rem;color:#374151;color:var(--gray-700);cursor:pointer;height:36px;justify-content:center;transition:all .2s;width:36px}.nav-btn:hover{background:#e5e7eb;background:var(--gray-200);transform:scale(1.05)}.month-title{color:#1f2937;color:var(--gray-800);font-size:1.25rem;font-weight:700}.legend-bar{display:flex;flex-wrap:wrap;gap:1rem}.legend-item{color:#4b5563;color:var(--gray-600);font-size:.8125rem;font-weight:500;gap:.375rem}.legend-dot{border-radius:50%;box-shadow:0 2px 4px #0000001a;height:10px;width:10px}.legend-current{background:#10b981;background:var(--success)}.legend-future{background:#f59e0b;background:var(--warning)}.legend-past{background:#9ca3af;background:var(--gray-400)}.legend-icon-alert{color:#ef4444;color:var(--danger)}.weekdays-header{background:#fff;border-radius:.75rem;box-shadow:0 2px 6px #0000000a;display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;padding:.625rem}.weekday-label{color:#374151;color:var(--gray-700);font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-align:center;text-transform:uppercase}.calendar-grid-modern{grid-gap:6px;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000f;display:grid;gap:6px;grid-template-columns:repeat(7,1fr);padding:.75rem}.calendar-day-modern{background:#f9fafb;background:var(--gray-50);border:2px solid #0000;border-radius:.625rem;cursor:pointer;min-height:90px;overflow:visible;padding:.5rem;position:relative;transition:all .2s}.calendar-day-modern:hover{background:#fff;border-color:#3b82f6;border-color:var(--primary);box-shadow:0 2px 8px #3b82f61a;transform:translateY(-1px)}.calendar-day-modern.other-month{background:#fff;opacity:.4}.calendar-day-modern.selected,.calendar-day-modern.today{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;border-color:var(--primary)}.calendar-day-modern.selected{box-shadow:0 0 0 3px #3b82f61a}.day-number-modern{color:#374151;color:var(--gray-700);font-size:.8125rem;font-weight:700;margin-bottom:.375rem}.calendar-day-modern.today .day-number-modern{color:#3b82f6;color:var(--primary)}.reservations-modern{display:flex;flex-direction:column;gap:4px}.reservation-bar-modern{align-items:center;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;justify-content:space-between;padding:4px 8px;position:relative;transition:all .2s}.reservation-bar-modern:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.bar-current{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success) 0,#059669 100%)}.bar-future{background:linear-gradient(135deg,#f59e0b,#d97706);background:linear-gradient(135deg,var(--warning) 0,#d97706 100%)}.bar-past{background:linear-gradient(135deg,#9ca3af,#6b7280);background:linear-gradient(135deg,var(--gray-400) 0,var(--gray-500) 100%)}.bar-start{border-bottom-left-radius:6px;border-top-left-radius:6px}.bar-end{border-bottom-right-radius:6px;border-top-right-radius:6px}.bar-single{border-radius:6px}.bar-label-modern{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-icon-modern{animation:pulse-alert 2s ease-in-out infinite;flex-shrink:0;margin-left:4px}@keyframes pulse-alert{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.sidebar-modern{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;max-height:calc(100vh - 1.5rem);overflow:hidden;position:-webkit-sticky;position:sticky;top:.75rem}.sidebar-header-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;display:flex;gap:.5rem;padding:1rem}.sidebar-header-modern h3{font-size:.9375rem;font-weight:700;text-transform:capitalize}.sidebar-content-modern{flex:1 1;overflow-y:auto;padding:1rem}.sidebar-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.sidebar-stat{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:.75rem;padding:.875rem;text-align:center}.sidebar-stat-alert{background:linear-gradient(135deg,#fee2e2,#fecaca)}.sidebar-stat-value{color:#1e40af;font-size:1.5rem;font-weight:700;margin-bottom:.125rem}.sidebar-stat-alert .sidebar-stat-value{color:#991b1b}.sidebar-stat-label{color:#1e40af;font-size:.75rem;font-weight:600}.sidebar-stat-alert .sidebar-stat-label{color:#991b1b}.sidebar-section{margin-bottom:1rem}.sidebar-section-title{align-items:center;border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--gray-200);color:#1f2937;color:var(--gray-800);display:flex;font-size:.9375rem;font-weight:700;gap:.375rem;margin-bottom:.75rem;padding-bottom:.375rem}.sidebar-reservation-card{background:linear-gradient(135deg,#f9fafb,#fff);background:linear-gradient(135deg,var(--gray-50) 0,#fff 100%);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.625rem;cursor:pointer;margin-bottom:.625rem;padding:.75rem;transition:all .2s}.sidebar-reservation-card:hover{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 2px 8px #3b82f61a;transform:translateX(2px)}.sidebar-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.sidebar-card-room{color:#1f2937;color:var(--gray-800);font-size:1rem;font-weight:700}.sidebar-card-status{border-radius:50%;box-shadow:0 0 0 3px #3b82f61a;height:12px;width:12px}.sidebar-card-status.active{background:#10b981;background:var(--success)}.sidebar-card-status.terminee{background:#9ca3af;background:var(--gray-400)}.sidebar-card-status.pending{background:#f59e0b;background:var(--warning)}.sidebar-card-client{color:#4b5563;color:var(--gray-600);font-size:.9375rem;font-weight:500;margin-bottom:.5rem}.sidebar-card-dates{color:#6b7280;color:var(--gray-500);gap:.5rem;margin-bottom:.5rem}.sidebar-card-alert,.sidebar-card-dates{align-items:center;display:flex;font-size:.8125rem}.sidebar-card-alert{background:#fee2e2;border-radius:.375rem;color:#ef4444;color:var(--danger);font-weight:600;gap:.375rem;margin-top:.5rem;padding:.375rem .625rem}.sidebar-reclamation-card{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:.75rem;margin-bottom:.75rem;padding:1rem;transition:all .2s}.sidebar-reclamation-card:hover{border-color:#f87171;box-shadow:0 4px 12px #ef444426}.sidebar-rec-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.sidebar-rec-room{color:#991b1b;font-size:.9375rem;font-weight:700}.sidebar-rec-urgency{border-radius:9999px;font-size:.75rem;font-weight:700;padding:.25rem .625rem;text-transform:uppercase}.sidebar-rec-urgency.haute,.sidebar-rec-urgency.high{background:#fca5a5;color:#7f1d1d}.sidebar-rec-urgency.medium,.sidebar-rec-urgency.moyenne{background:#fdba74;color:#7c2d12}.sidebar-rec-urgency.faible,.sidebar-rec-urgency.low{background:#fde68a;color:#713f12}.sidebar-rec-problem{color:#374151;color:var(--gray-700);font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.sidebar-rec-status{background:#fff;border-radius:.375rem;color:#dc2626;display:inline-block;font-size:.8125rem;font-weight:600;padding:.25rem .5rem}.sidebar-empty{padding:3rem 1rem;text-align:center}.sidebar-empty-icon{color:#d1d5db;color:var(--gray-300);margin-bottom:1rem}.sidebar-empty p{color:#4b5563;color:var(--gray-600);font-size:1rem;font-weight:600}.sidebar-placeholder{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 1.5rem;text-align:center}.sidebar-placeholder-icon{color:#d1d5db;color:var(--gray-300);margin-bottom:1.5rem;opacity:.5}.sidebar-placeholder p{color:#4b5563;color:var(--gray-600);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.sidebar-placeholder span{color:#9ca3af;color:var(--gray-400);font-size:.875rem}.modal-backdrop-modern{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#000000b3,#00000080);display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.modal-modern{animation:slideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:600px;overflow:hidden;position:relative;width:100%}.modal-modern:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{background-position:0 0}50%{background-position:100% 0}}.modal-close-modern{align-items:center;background:#f3f4f6;background:var(--gray-100);border:none;border-radius:.5rem;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:36px;z-index:10}.modal-close-modern:hover{background:#e5e7eb;background:var(--gray-200);transform:rotate(90deg)}.modal-header-modern{border-bottom:2px solid #f3f4f6;border-bottom:2px solid var(--gray-100);padding:2rem 2rem 1rem}.modal-header-modern h3{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700}.modal-content-modern{max-height:calc(90vh - 200px);overflow-y:auto;padding:2rem}.modal-detail-row{align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#fff);background:linear-gradient(135deg,var(--gray-50) 0,#fff 100%);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:1rem;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;transition:all .3s}.modal-detail-row:hover{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 4px 12px #3b82f61a;transform:translateX(4px)}.modal-icon{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:.75rem;color:#3b82f6;color:var(--primary);flex-shrink:0;padding:.75rem}.modal-icon-price{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#10b981;color:var(--success);font-size:1.25rem;font-weight:700}.modal-label{color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.375rem;text-transform:uppercase}.modal-value{color:#1f2937;color:var(--gray-800);font-size:1.125rem;font-weight:700}.modal-status-badge{border-radius:9999px;display:inline-block;font-size:.875rem;font-weight:700;padding:.5rem 1rem;text-transform:capitalize}.modal-status-badge.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.modal-status-badge.terminee{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151}.modal-status-badge.pending{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#92400e}.modal-reclamations-section{border-top:2px solid #f3f4f6;border-top:2px solid var(--gray-100);margin-top:2rem;padding-top:2rem}.modal-reclamations-section h4{align-items:center;color:#1f2937;color:var(--gray-800);display:flex;font-size:1.125rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.modal-reclamations-list{display:flex;flex-direction:column;gap:.75rem}.modal-reclamation-item{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:1rem;padding:1rem}.modal-rec-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.modal-rec-problem{color:#991b1b;font-size:1rem;font-weight:700}.modal-rec-urgency{border-radius:9999px;font-size:.75rem;font-weight:700;padding:.25rem .75rem;text-transform:uppercase}.modal-rec-urgency.haute,.modal-rec-urgency.high{background:#fca5a5;color:#7f1d1d}.modal-rec-urgency.medium,.modal-rec-urgency.moyenne{background:#fdba74;color:#7c2d12}.modal-rec-urgency.faible,.modal-rec-urgency.low{background:#fde68a;color:#713f12}.modal-rec-status{color:#dc2626;font-size:.875rem;font-weight:600;margin-top:.5rem}.modal-actions-modern{background:#f9fafb;background:var(--gray-50);border-top:2px solid #f3f4f6;border-top:2px solid var(--gray-100);display:flex;gap:1rem;padding:1.5rem 2rem}.btn-modal-primary{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:.75rem;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:700;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s}.btn-modal-primary:hover{box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}.btn-modal-secondary{background:#fff;border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:.75rem;color:#374151;color:var(--gray-700);cursor:pointer;font-weight:700;padding:1rem 1.5rem;transition:all .2s}.btn-modal-secondary:hover{background:#f9fafb;background:var(--gray-50);border-color:#9ca3af;border-color:var(--gray-400)}@media (max-width:1200px){.calendar-layout{grid-template-columns:1fr 350px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.calendar-layout{grid-template-columns:1fr}.sidebar-modern{max-height:500px;position:relative;top:0}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.calendar-main-wrapper{padding:.5rem}.calendar-header-card{padding:1rem}.header-top-row{align-items:stretch;flex-direction:column;gap:1rem}.btn-today{width:100%}.calendar-main-title{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.controls-bar{flex-direction:column}.calendar-grid-modern{gap:4px;padding:.5rem}.calendar-day-modern{min-height:100px;padding:.5rem}.sidebar-modern{max-height:400px}.modal-modern{margin:.5rem}.modal-actions-modern,.modal-content-modern,.modal-header-modern{padding:1.5rem}.modal-actions-modern{flex-direction:column}}@media (max-width:480px){.weekdays-header{padding:.5rem}.weekday-label{font-size:.75rem}.calendar-day-modern{min-height:80px;padding:.375rem}.day-number-modern{font-size:.75rem}.reservation-bar-modern{font-size:.625rem;padding:3px 6px}}.modal-content-modern::-webkit-scrollbar,.sidebar-content-modern::-webkit-scrollbar{width:8px}.modal-content-modern::-webkit-scrollbar-track,.sidebar-content-modern::-webkit-scrollbar-track{background:#f3f4f6;background:var(--gray-100);border-radius:10px}.modal-content-modern::-webkit-scrollbar-thumb,.sidebar-content-modern::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#d1d5db,#9ca3af);background:linear-gradient(180deg,var(--gray-300) 0,var(--gray-400) 100%);border:2px solid #f3f4f6;border:2px solid var(--gray-100);border-radius:10px}.modal-content-modern::-webkit-scrollbar-thumb:hover,.sidebar-content-modern::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9ca3af,#6b7280);background:linear-gradient(180deg,var(--gray-400) 0,var(--gray-500) 100%)}.header-actions{align-items:center;gap:12px}.btn-add-reclamation,.btn-add-reservation{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.btn-add-reservation{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-add-reclamation{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-add-reservation:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.btn-add-reclamation:hover{background:linear-gradient(135deg,#ee7ef7,#f34158);box-shadow:0 4px 12px #f5576c4d;transform:translateY(-1px)}.btn-today{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.btn-today:hover{background:#e9ecef;border-color:#dee2e6}.add-modal-placeholder{padding:40px 20px;text-align:center}.add-modal-icon{color:#6c757d;margin-bottom:16px;opacity:.7}.add-modal-hint{color:#6c757d;display:block;font-size:14px;margin-top:8px}@media (max-width:768px){.header-actions{flex-direction:column;gap:8px;width:100%}.btn-add-reclamation,.btn-add-reservation,.btn-today{justify-content:center;width:100%}.header-top-row{flex-direction:column;gap:16px}}.services-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.service-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:16px;transition:all .2s}.service-button:hover{border-color:#c7d2fe}.service-button.selected{background-color:#eef2ff;border-color:#4f46e5;box-shadow:0 4px 6px #0000001a}.service-icon{font-size:24px;margin-bottom:8px}.service-label{color:#374151;font-size:14px;font-weight:600}.urgency-levels{display:flex;flex-direction:column;gap:8px}.urgency-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:16px;transition:all .2s;width:100%}.urgency-button:hover{border-color:#d1d5db}.urgency-button.selected{box-shadow:0 4px 6px #0000001a}.urgency-info{align-items:center;display:flex;gap:12px}.urgency-dot{border-radius:50%;flex-shrink:0;height:16px;width:16px}.urgency-dot.tres_urgent{background-color:#dc2626}.urgency-dot.urgent{background-color:#ea580c}.urgency-dot.moyen{background-color:#ca8a04}.urgency-dot.bas{background-color:#2563eb}.urgency-text{text-align:left}.urgency-label{font-size:14px;font-weight:700}.urgency-description{color:#6b7280;font-size:12px;margin-top:2px}.photo-upload-zone{border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer;padding:24px;text-align:center;transition:border-color .2s}.photo-upload-zone:hover{border-color:#c7d2fe}.photo-preview{border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-height:256px}.submit-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px;transition:all .2s;width:100%}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 8px 15px #4f46e54d}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.success-modal{align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);display:flex;justify-content:center;min-height:400px;padding:32px}.success-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a;max-width:400px;padding:32px;text-align:center;width:100%}.success-icon{background:#d1fae5;border-radius:50%;display:inline-flex;margin-bottom:16px;padding:16px}.info-box{background:#dbeafe;border-left:4px solid #2563eb;border-radius:0 8px 8px 0;margin:16px 0;padding:16px}.info-content{align-items:flex-start;display:flex;gap:12px}.info-text{color:#1e40af;font-size:14px}.info-title{font-weight:600;margin-bottom:4px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:20px;width:20px}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.modal-reclamation-modern{margin:10px;max-width:calc(100% - 20px)!important}.urgency-button{padding:12px}}.border-tres_urgent{background-color:#dc26260d;border-color:#dc2626}.border-urgent{background-color:#ea580c0d;border-color:#ea580c}.border-moyen{background-color:#ca8a040d;border-color:#ca8a04}.border-bas{background-color:#2563eb0d;border-color:#2563eb}.text-tres_urgent{color:#dc2626}.text-urgent{color:#ea580c}.text-moyen{color:#ca8a04}.text-bas{color:#2563eb}.modal-reclamation-modern{border-radius:20px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:800px!important;overflow-y:auto;position:relative}.modal-header-reclamation{border-radius:20px 20px 0 0;overflow:hidden}.modal-header-reclamation:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm48 25a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm-43-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm63 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM34 90a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm56-76a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 1 0 .001-3.999A2 2 0 0 0 80 29zM60 91a2 2 0 1 0 .001-3.999A2 2 0 0 0 60 91zM35 41a2 2 0 1 0 .001-3.999A2 2 0 0 0 35 41zM12 60a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 60z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.header-title{margin-bottom:.5rem}.header-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}.header-subtitle{color:#ffffffe6;font-size:1.1rem;margin:0}.form-content-reclamation{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.form-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.form-section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.form-label-enhanced{color:#1e293b;margin-bottom:1rem}.form-label-enhanced svg{color:#6366f1}.input-enhanced{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;transition:all .3s ease}.input-enhanced:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.services-grid-enhanced{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.services-grid-enhanced{grid-template-columns:repeat(2,1fr)}}.service-button-enhanced{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding:1.5rem 1rem;position:relative;transition:all .3s ease}.service-button-enhanced:before{background:linear-gradient(90deg,#0000,#6366f11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.service-button-enhanced:hover:before{left:100%}.service-button-enhanced:hover{border-color:#c7d2fe;box-shadow:0 10px 25px -5px #6366f133;transform:translateY(-3px)}.service-button-enhanced.selected{background:linear-gradient(135deg,#eef2ff,#f0f4ff);border-color:#6366f1;box-shadow:0 8px 25px -5px #6366f14d;transform:translateY(-2px)}.service-icon-enhanced{font-size:2rem;transition:transform .3s ease}.service-button-enhanced:hover .service-icon-enhanced{transform:scale(1.1)}.service-button-enhanced.selected .service-icon-enhanced{transform:scale(1.15)}.service-label-enhanced{font-size:.9rem;text-align:center}.urgency-levels-enhanced{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.urgency-levels-enhanced{grid-template-columns:1fr}}.urgency-button-enhanced{background:#fff;border-radius:16px;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.urgency-button-enhanced:before{background:currentColor;content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.urgency-button-enhanced.selected:before{opacity:1}.urgency-button-enhanced:hover{box-shadow:0 8px 20px -5px #0000001a;transform:translateY(-2px)}.urgency-button-enhanced.selected{box-shadow:0 12px 25px -5px #00000026;transform:translateY(-2px)}.urgency-info-enhanced{gap:1rem}.urgency-dot-enhanced{border:3px solid #fff;box-shadow:0 2px 8px #0003;height:20px;width:20px}.urgency-text-enhanced{text-align:left}.urgency-label-enhanced{font-weight:700;margin-bottom:.25rem}.urgency-description-enhanced{color:#6b7280;font-size:.85rem}.photo-upload-zone-enhanced{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;cursor:pointer;position:relative;transition:all .3s ease}.photo-upload-zone-enhanced:hover{background:#f0f4ff;border-color:#6366f1;transform:translateY(-2px)}.photo-upload-zone-enhanced.dragover{background:#e0e7ff;border-color:#6366f1}.photo-preview-enhanced{border-radius:12px;box-shadow:0 10px 25px -5px #0003;margin:0 auto;max-height:300px}.form-actions-enhanced{gap:1rem;margin-top:1rem}.cancel-button-enhanced{align-items:center;background:#64748b;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.cancel-button-enhanced:hover{background:#475569;box-shadow:0 8px 20px -5px #64748b4d;transform:translateY(-2px)}.submit-button-enhanced{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;cursor:pointer;display:flex;flex:2 1;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.submit-button-enhanced:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.submit-button-enhanced:hover:before{left:100%}.submit-button-enhanced:hover{box-shadow:0 15px 30px -5px #6366f166;transform:translateY(-3px)}.submit-button-enhanced:disabled{background:#9ca3af}.info-box-enhanced{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border-left:4px solid #3b82f6;border-radius:0 12px 12px 0;margin:2rem 0 1rem;padding:1.5rem}.info-content-enhanced{align-items:flex-start;display:flex;gap:1rem}.info-icon-enhanced{background:#3b82f6;border-radius:8px;flex-shrink:0;padding:.5rem}.info-text-enhanced{color:#1e40af}.info-title-enhanced{font-size:1rem;font-weight:700;margin-bottom:.5rem}.loading-spinner-enhanced{animation:spin-enhanced 1s linear infinite;border:2px solid #0000}@keyframes spin-enhanced{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-modal-enhanced{align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:0 0 20px 20px;display:flex;justify-content:center;min-height:400px;padding:3rem}.success-content-enhanced{background:#fff;border-radius:20px;box-shadow:0 20px 40px -10px #0000001a;max-width:400px;overflow:hidden;padding:3rem;position:relative;text-align:center;width:100%}.success-content-enhanced:before{background:linear-gradient(135deg,#10b981,#34d399);content:"";height:4px;left:0;position:absolute;right:0;top:0}.success-icon-enhanced{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 10px 25px -5px #10b9814d;display:inline-flex;margin-bottom:1.5rem;padding:1.5rem}.success-title{color:#065f46;font-size:1.5rem;margin-bottom:.5rem}.success-message{color:#047857}@keyframes modalEnter{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-reclamation-modern{animation:modalEnter .3s ease-out}.modal-reclamation-modern::-webkit-scrollbar{width:6px}.modal-reclamation-modern::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.modal-reclamation-modern::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.modal-reclamation-modern::-webkit-scrollbar-thumb:hover{background:#94a3b8}.email-compose-container{background:linear-gradient(135deg,#667eea,#764ba2)}.compose-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:24px;padding:24px 32px}.compose-header-left{gap:16px}.compose-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:12px}.compose-title{font-size:28px;font-weight:700}.compose-subtitle{margin:4px 0 0}.compose-header-right{gap:12px}.btn-history,.btn-reset{border:2px solid #e5e7eb;border-radius:8px;font-weight:500;gap:8px;padding:10px 16px}.btn-history:hover,.btn-reset:hover{transform:translateY(-1px)}.progress-steps{border-radius:16px;box-shadow:0 4px 16px #0000001a;margin-bottom:32px;padding:24px}.step{gap:8px}.step-circle{height:40px;width:40px}.step-line{margin:0 16px;top:-20px;width:100px}.compose-content{border-radius:16px;box-shadow:0 8px 32px #0000001a}.step-content{padding:32px}.two-columns{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:32px}.selection-panel{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden}.panel-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:20px 24px}.panel-header,.panel-header h3{align-items:center;display:flex}.panel-header h3{color:#1f2937;font-size:18px;gap:8px;margin:0}.badge{background:#667eea;border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.panel-filters{background:#f1f5f9;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:16px 24px}.search-box-small{flex:1 1;position:relative}.search-box-small input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px 8px 32px;width:100%}.search-box-small svg{color:#9ca3af;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.category-filter{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:120px;padding:8px 12px}.items-list{max-height:400px;overflow-y:auto;padding:16px}.item-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:16px;position:relative;transition:all .2s ease}.item-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translateY(-1px)}.item-card.selected{background:#f0f4ff;border-color:#667eea}.item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.item-name{color:#1f2937;font-size:15px;font-weight:600}.item-badge,.item-badge-simple{border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.item-badge.cat-confirmation{background:#d1fae5;color:#065f46}.item-badge.cat-rappel{background:#fef3c7;color:#92400e}.item-badge.cat-annulation{background:#fee2e2;color:#991b1b}.item-badge.cat-bienvenue{background:#dbeafe;color:#1e40af}.item-badge.cat-feedback{background:#e9d5ff;color:#6b21a8}.item-badge-simple{background:#f3f4f6;color:#6b7280}.item-subject{color:#6b7280;font-size:14px;margin-bottom:8px}.item-meta{color:#9ca3af;display:flex;font-size:12px;justify-content:space-between}.item-selected-indicator{align-items:center;color:#10b981;display:flex;font-size:12px;font-weight:500;gap:6px;margin-top:8px}.step-actions{padding-top:24px}.btn-primary-large,.btn-secondary-large,.btn-send-large{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.btn-primary-large{background:#667eea;color:#fff}.btn-primary-large:hover:not(:disabled){background:#5a6fd8;box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.btn-primary-large:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.btn-secondary-large{background:#f3f4f6;border:1px solid #d1d5db;color:#6b7280}.btn-secondary-large:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-send-large{background:#10b981;color:#fff}.btn-send-large:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.btn-arrow{font-weight:700}.editor-panel{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px}.editor-form{display:flex;flex-direction:column;gap:16px}.form-row-compact,.form-row-double{grid-gap:16px;display:grid;gap:16px}.form-row-double{grid-template-columns:1fr 1fr}.form-group-icon{position:relative}.form-group-icon svg{color:#9ca3af;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.form-group-icon.textarea-group svg{top:20px;transform:none}.form-group-icon input,.form-group-icon textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:12px 12px 12px 40px;transition:all .2s ease;width:100%}.form-group-icon.textarea-group textarea{line-height:1.5;min-height:200px;padding-left:40px;resize:vertical}.form-group-icon input:focus,.form-group-icon textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group-icon label{color:#6b7280;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.reservation-info-box,.template-info-box{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;font-size:14px;gap:8px;margin-top:16px;padding:12px 16px}.template-info-box{border-left:4px solid #667eea}.reservation-info-box{border-left:4px solid #10b981}.preview-container{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px}.preview-email{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.preview-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:20px 24px}.preview-header h3{color:#1f2937;margin:0}.preview-fields{border-bottom:1px solid #e5e7eb;padding:20px 24px}.preview-field{color:#6b7280;font-size:14px;margin-bottom:8px}.preview-field:last-child{margin-bottom:0}.preview-divider{background:#e5e7eb;height:1px;margin:0 24px}.preview-body{color:#374151;padding:24px;white-space:pre-wrap}.history-sidebar{box-shadow:-4px 0 20px #0000001a;width:400px}.history-header{padding:20px 24px}.btn-close-history:hover{color:#374151}.history-list{padding:16px}.history-item{border-radius:8px;display:flex;gap:12px;margin-bottom:12px;padding:16px}.history-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.history-icon-status{color:#10b981;margin-top:2px}.history-content{flex:1 1}.history-subject{font-weight:600}.history-meta{margin-bottom:4px}.history-template-name{color:#667eea;font-size:11px;font-weight:600;text-transform:uppercase}@media (max-width:1024px){.two-columns{grid-template-columns:1fr}.history-sidebar{width:100%}}@media (max-width:768px){.email-compose-container{padding:12px}.compose-header{text-align:center}.compose-header,.progress-steps{flex-direction:column;gap:16px}.step-line{height:40px;margin:0;width:2px}.form-row-double{grid-template-columns:1fr}.step-actions{flex-direction:column;gap:12px}.step-actions button{justify-content:center;width:100%}}.history-list::-webkit-scrollbar,.items-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track,.items-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.history-list::-webkit-scrollbar-thumb,.items-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover,.items-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.email-compose-container{background:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.compose-header{align-items:center;background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px 30px}.compose-header-left{align-items:center;display:flex;gap:12px}.compose-icon{background:#667eea;border-radius:10px;color:#fff;padding:10px}.compose-title{color:#1f2937;font-size:24px;font-weight:600;margin:0}.compose-subtitle{color:#6b7280;font-size:14px;margin:2px 0 0}.compose-header-right{display:flex;gap:10px}.btn-history,.btn-reset{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 14px;transition:all .2s ease}.btn-history:hover,.btn-reset:hover{border-color:#667eea;color:#667eea}.progress-steps{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;justify-content:center;margin-bottom:25px;padding:20px}.progress-steps,.step{align-items:center;display:flex}.step{color:#9ca3af;flex-direction:column;gap:6px;min-width:100px;transition:all .3s ease}.step.active{color:#667eea}.step.completed{color:#10b981}.step-circle{align-items:center;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;transition:all .3s ease;width:36px}.step.active .step-circle{background:#667eea;border-color:#667eea;color:#fff}.step.completed .step-circle{background:#10b981;border-color:#10b981;color:#fff}.step-line{background:#e5e7eb;height:2px;margin:0 12px;position:relative;top:-18px;width:80px}.step.completed+.step-line{background:#10b981}.step span{font-size:13px;font-weight:500}.compose-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.step-content{padding:25px}.templates-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:25px}.template-card{background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:18px;position:relative;transition:all .3s ease}.template-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.template-card.selected{background:#f8faff;border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.template-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.template-name{color:#1f2937;font-size:16px;font-weight:600}.template-category{border-radius:15px;font-size:11px;font-weight:600;padding:3px 10px;text-transform:uppercase}.template-category.confirmation{background:#d1fae5;color:#065f46}.template-category.rappel{background:#fef3c7;color:#92400e}.template-category.annulation{background:#fee2e2;color:#991b1b}.template-category.bienvenue{background:#dbeafe;color:#1e40af}.template-category.feedback{background:#e9d5ff;color:#6b21a8}.template-subject{color:#6b7280;font-size:14px;font-style:italic;margin-bottom:8px}.template-description{color:#6b7280;font-size:13px;line-height:1.4;margin-bottom:12px}.template-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:12px;margin-bottom:12px;max-height:80px;overflow:hidden;padding:10px}.template-selected-indicator{align-items:center;color:#10b981;display:flex;font-size:13px;font-weight:500;gap:6px}.search-filters{align-items:center;display:flex;gap:15px;margin-bottom:20px}.search-box{flex:1 1;max-width:400px;position:relative}.search-box input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 15px 10px 40px;width:100%}.search-box svg{color:#9ca3af;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.category-filters{display:flex;flex-wrap:wrap;gap:8px}.category-filter-btn{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#6b7280;cursor:pointer;font-size:13px;padding:8px 14px;transition:all .2s ease}.category-filter-btn.active{background:#667eea;border-color:#667eea;color:#fff}.category-filter-btn:hover:not(.active){border-color:#667eea;color:#667eea}.parametrage-container{margin:0 auto;max-width:800px}.parametrage-header{border-bottom:1px solid #e5e7eb;margin-bottom:25px;padding-bottom:15px;text-align:center}.parametrage-header h2{color:#1f2937;margin-bottom:8px}.parametrage-header p{color:#6b7280;font-size:14px}.parametres-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:25px}.parametre-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s ease}.parametre-card:hover{background:#f0f4ff;border-color:#667eea}.parametre-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.parametre-icon{color:#667eea}.parametre-title{color:#1f2937;font-size:14px;font-weight:600}.parametre-description{color:#6b7280;font-size:12px;line-height:1.4;margin-bottom:12px}.parametre-input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;transition:all .2s ease;width:100%}.parametre-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.apercu-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:25px;padding:20px}.apercu-header{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:8px;margin-bottom:15px}.apercu-email{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.apercu-field{font-size:14px;margin-bottom:8px}.apercu-field strong{color:#374151}.apercu-divider{background:#e5e7eb;height:1px;margin:15px 0}.apercu-body{color:#374151;font-size:14px;line-height:1.6;white-space:pre-wrap}.step-actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:25px;padding-top:20px}.btn-primary,.btn-secondary,.btn-send{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s ease}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#6b7280}.btn-secondary:hover{background:#e5e7eb}.btn-send{background:#10b981;color:#fff}.btn-send:hover:not(:disabled){background:#059669}.current-template-info{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}.current-template-info svg{color:#0369a1}.history-sidebar{background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:0;top:0;width:380px;z-index:1000}.history-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:18px 20px}.history-header h3{align-items:center;color:#1f2937;display:flex;font-size:16px;gap:8px;margin:0}.btn-close-history{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px}.btn-close-history:hover{background:#e5e7eb}.history-list{flex:1 1;overflow-y:auto;padding:15px}.history-item{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:10px;padding:12px;transition:all .2s ease}.history-item:hover{border-color:#667eea}.history-subject{color:#1f2937;font-size:14px;font-weight:500;margin-bottom:4px}.history-meta{color:#6b7280;display:flex;font-size:12px;justify-content:space-between}.spinner{border:2px solid #0000;border-top-color:#fff;height:16px;width:16px}@media (max-width:768px){.email-compose-container{padding:10px}.compose-header{flex-direction:column;gap:12px;text-align:center}.templates-grid{grid-template-columns:1fr}.search-filters{align-items:stretch;flex-direction:column}.category-filters{justify-content:center}.parametres-grid{grid-template-columns:1fr}.step-actions{flex-direction:column;gap:10px}.step-actions button{justify-content:center;width:100%}.history-sidebar{width:100%}}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-track{background:#f1f1f1}.history-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.email-composer{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.ec-container{display:flex;flex-direction:column;margin:0 auto;max-width:800px;min-height:100vh;padding:2rem}.ec-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-bottom:2rem;padding:2rem;text-align:center}.ec-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.ec-subtitle{color:#6b7280;font-size:1.125rem;font-weight:400}.ec-main-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;flex:1 1;transition:all .3s cubic-bezier(.4,0,.2,1)}.ec-main-card:hover{box-shadow:0 35px 60px -12px #0000004d;transform:translateY(-4px)}.ec-card-header{background:linear-gradient(135deg,#f8fafccc,#ffffffe6);border-bottom:1px solid #e2e8f099;border-radius:1.5rem 1.5rem 0 0;padding:1.5rem 2rem}.ec-card-title{align-items:center;color:#1e293b;display:flex;font-weight:700;gap:.75rem}.ec-card-icon,.ec-card-title{font-size:1.5rem}.ec-card-body{padding:2rem}.ec-form{gap:1.5rem}.ec-form,.ec-form-group{display:flex;flex-direction:column}.ec-label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.ec-label-required:after{color:#ef4444;content:"*";margin-left:.25rem}.ec-label-icon{font-size:1rem}.ec-input,.ec-select,.ec-textarea{background:#fffc;border:2px solid #e5e7eb;border-radius:.75rem;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.ec-input:focus,.ec-select:focus,.ec-textarea:focus{background:#fff;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a;outline:none;transform:translateY(-2px)}.ec-input:hover,.ec-select:hover,.ec-textarea:hover{background:#fff;border-color:#a78bfa}.ec-textarea{line-height:1.6;min-height:200px;resize:vertical}.ec-variables-section{background:linear-gradient(135deg,#ede9fe99,#ddd6fe66);border:2px solid #c4b5fd66;border-radius:1rem;margin:1rem 0;padding:1.5rem}.ec-section-header{margin-bottom:1rem}.ec-section-title{align-items:center;color:#6d28d9;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.25rem}.ec-section-icon{font-size:1.125rem}.ec-section-description{color:#7c3aed;font-size:.875rem;opacity:.8}.ec-variables-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ec-variable-field{display:flex;flex-direction:column}.ec-variable-label{color:#5b21b6;font-size:.75rem;font-weight:500;margin-bottom:.375rem}.ec-variable-input{background:#fff;border:1px solid #c4b5fd;border-radius:.5rem;font-size:.875rem;padding:.5rem .75rem;transition:all .2s ease;width:100%}.ec-variable-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633;outline:none}.ec-actions{border-top:1px solid #e2e8f099;display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.ec-btn{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:.875rem 1.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.ec-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.ec-btn:hover:before{left:100%}.ec-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.ec-btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 6px -1px #8b5cf64d;color:#fff}.ec-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 10px 15px -3px #8b5cf666;transform:translateY(-2px)}.ec-btn-secondary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 6px -1px #10b9814d;color:#fff}.ec-btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 10px 15px -3px #10b98166;transform:translateY(-2px)}.ec-btn-outline{background:#0000;border:2px solid #d1d5db;box-shadow:0 1px 2px 0 #0000000d;color:#6b7280}.ec-btn-outline:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.ec-btn-ghost{background:#0000;border:2px solid #0000;color:#6b7280}.ec-btn-ghost:hover{background:#f3f4f6;transform:translateY(-1px)}.ec-btn-icon{font-size:1rem}.ec-spinner{animation:ec-spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}@keyframes ec-spin{to{transform:rotate(1turn)}}.ec-notification{align-items:center;animation:ec-notificationSlideIn .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #fff3;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;gap:.75rem;max-width:400px;padding:1rem 1.5rem;position:fixed;right:2rem;top:2rem;z-index:1001}@keyframes ec-notificationSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.ec-notification-success{background:#10b981f2;color:#fff}.ec-notification-error{background:#ef4444f2;color:#fff}.ec-notification-icon{font-size:1.125rem}.ec-notification-message{font-weight:500}.ec-modal-overlay{align-items:center;animation:ec-modalFadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}@keyframes ec-modalFadeIn{0%{opacity:0}to{opacity:1}}.ec-modal{animation:ec-modalSlideIn .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000080;max-height:80vh;max-width:600px;overflow:hidden;width:100%}@keyframes ec-modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ec-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ec-modal-title{align-items:center;color:#1e293b;display:flex;font-weight:600;gap:.5rem}.ec-modal-icon,.ec-modal-title{font-size:1.25rem}.ec-modal-close{align-items:center;background:none;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;transition:all .2s ease}.ec-modal-close:hover{background:#f3f4f6;color:#374151}.ec-modal-body{max-height:50vh;overflow-y:auto;padding:2rem}.ec-modal-footer{background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:1.5rem 2rem}.ec-preview{background:#f8fafc;border:2px solid #e5e7eb;border-radius:.75rem;min-height:200px;padding:1.5rem}.ec-preview-content{color:#374151;font-family:Inter,sans-serif;line-height:1.7;white-space:pre-wrap}@media (max-width:768px){.ec-container{padding:1rem}.ec-header{margin-bottom:1.5rem;padding:1.5rem 1rem}.ec-title{font-size:1.75rem}.ec-card-body{padding:1.5rem}.ec-actions{flex-direction:column}.ec-btn{justify-content:center;width:100%}.ec-variables-grid{grid-template-columns:1fr}.ec-modal-overlay{padding:1rem}.ec-notification{left:1rem;max-width:none;right:1rem}}@media (max-width:480px){.ec-header{padding:1rem}.ec-title{font-size:1.5rem}.ec-card-body,.ec-modal-body,.ec-modal-footer,.ec-modal-header{padding:1rem}}.esa-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1600px;min-height:100vh;padding:2rem}.esa-header{align-items:center;background:#fff;border-left:4px solid #8b5cf6;border-radius:12px;box-shadow:0 4px 6px #00000012;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.esa-header h2{color:#1e293b;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.esa-actions{display:flex;gap:1rem}.btn{background:#f1f5f9;border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#334155;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.primary:hover{background:linear-gradient(135deg,#5568d3,#63408a)}.btn.success{background:linear-gradient(135deg,#34d399,#10b981);color:#fff}.btn.success:hover{background:linear-gradient(135deg,#2bc785,#0ea86e)}.esa-config{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;margin-bottom:2rem;padding:2rem}.grid-2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.esa-config label{color:#475569;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.5rem}.esa-config input,.esa-config textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem;padding:.75rem;transition:all .2s ease}.esa-config input:focus,.esa-config textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.config-buttons{display:flex;gap:1rem;justify-content:flex-end}.esa-main{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.esa-templates{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.esa-templates h3{color:#1e293b;font-size:1rem;font-weight:700;margin:0 0 1rem}.templates-list{display:flex;flex-direction:column;gap:.75rem;max-height:600px;overflow-y:auto}.templates-list::-webkit-scrollbar{width:6px}.templates-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.templates-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.templates-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.template-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s ease}.template-item:hover{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf626;transform:translateY(-2px)}.template-item.selected{background:linear-gradient(135deg,#8b5cf60d,#764ba20d);border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.template-item strong{color:#1e293b;display:block;font-size:.875rem;margin-bottom:.25rem}.template-item .small{color:#64748b;font-size:.75rem;line-height:1.4}.empty{color:#94a3b8;font-size:.875rem;line-height:1.6;padding:2rem 1rem;text-align:center}.esa-compose-area{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.compose-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;transition:all .3s ease}.compose-card.drag-over{background:#8b5cf60d;border:3px dashed #8b5cf6;box-shadow:0 8px 24px #8b5cf633;transform:scale(1.02)}.compose-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.compose-card label{color:#475569;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1rem}.compose-card input,.compose-card textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem;padding:.75rem;transition:all .2s ease}.compose-card input:focus,.compose-card textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.compose-card textarea{line-height:1.6;min-height:200px;resize:vertical}.compose-footer{border-top:2px solid #f1f5f9;margin-top:1.5rem;padding-top:1.5rem}.compose-hint{background:linear-gradient(135deg,#8b5cf61a,#764ba21a);border-left:4px solid #8b5cf6;border-radius:8px;color:#5b21b6;font-size:.875rem;margin-bottom:1rem;padding:1rem}.compose-actions{display:flex;gap:1rem;justify-content:flex-end}.flex-1{flex:1 1}.esa-preview{display:flex;flex-direction:column;gap:1.5rem}.esa-preview h4{color:#1e293b;font-size:1.125rem;font-weight:700;margin:0;padding:1rem 1.5rem}.esa-preview h4,.preview-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012}.preview-card{padding:1.5rem}.preview-meta{color:#475569;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem}.preview-meta strong{color:#1e293b;font-weight:600}.preview-card hr{border:none;border-top:2px solid #f1f5f9;margin:1rem 0}.preview-body{background:#f8fafc;border-radius:8px;color:#334155;font-size:.875rem;line-height:1.6;min-height:200px;padding:1rem}.preview-text{word-wrap:break-word;color:#475569;font-family:Courier New,monospace;font-size:.8rem;margin:0;white-space:pre-wrap}.preview-history{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:1.5rem}.preview-history h5{color:#1e293b;font-size:1rem;font-weight:700;margin:0 0 1rem}.history{border:2px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;padding:1rem;transition:all .2s ease}.history:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #00000014}.history.success{background:linear-gradient(90deg,#10b9810d,#0000);border-left:4px solid #10b981}.history.failed{background:linear-gradient(90deg,#ef44440d,#0000);border-left:4px solid #ef4444}.hist-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.hist-top strong{color:#1e293b;font-size:.875rem}.small{color:#64748b;font-size:.75rem;line-height:1.4}.error{background:#ef44441a;border-radius:6px;color:#dc2626;font-weight:500;padding:.5rem}@media (max-width:1400px){.esa-compose-area{grid-template-columns:1fr 350px}}@media (max-width:1200px){.esa-main{grid-template-columns:250px 1fr}.esa-compose-area{grid-template-columns:1fr}.esa-preview{margin-top:2rem}}@media (max-width:900px){.esa-main{grid-template-columns:1fr}.esa-templates{max-height:300px;overflow-y:auto;position:static}.compose-row{grid-template-columns:1fr}.esa-header{align-items:flex-start;flex-direction:column;gap:1rem}.esa-actions{width:100%}.esa-actions .btn{flex:1 1}}@media (max-width:600px){.compose-card,.esa-config,.esa-container,.esa-header,.preview-card,.preview-history{padding:1rem}.grid-2{grid-template-columns:1fr}.compose-actions,.config-buttons{flex-direction:column}}.btn:disabled{animation:pulse 1.5s ease-in-out infinite}@media print{.compose-actions,.config-buttons,.esa-actions,.esa-templates{display:none}.esa-compose-area{grid-template-columns:1fr}}:root{--secondary-color:#91721d;--sidebar-bg:#1f2937;--sidebar-hover:#374151;--text-primary:#fff;--text-secondary:#d1d5db;--text-muted:#9ca3af;--active-bg:linear-gradient(135deg,#667eea,#764ba2);--main-bg:#f3f4f6;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026}*{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.admin-layout{background:#f3f4f6;background:var(--main-bg);display:flex;min-height:100vh;position:relative}.sidebar{background:#1f2937;background:var(--sidebar-bg);box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:280px;z-index:1000}.sidebar-header:before{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.sidebar-header h2{align-items:center;color:#fff;color:var(--text-primary);display:flex;font-size:26px;font-weight:700;gap:12px;letter-spacing:-.5px;position:relative;z-index:1}.sidebar-nav{flex:1 1;overflow-y:auto;padding:24px 0;scrollbar-color:#667eea #0000;scrollbar-color:var(--primary-color) #0000;scrollbar-width:thin}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#667eea;background:var(--primary-color);border-radius:3px}.sidebar-nav a{border-radius:12px;color:#d1d5db;color:var(--text-secondary);font-size:15px;font-weight:500;margin:4px 12px;overflow:hidden;padding:14px 24px;position:relative;text-decoration:none}.sidebar-nav a,.sidebar-nav a:before{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sidebar-nav a:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-4px);width:4px}.sidebar-nav a:hover{background:#374151;background:var(--sidebar-hover);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);color:#fff;color:var(--text-primary);transform:translateX(4px)}.sidebar-nav a:hover:before{transform:translateX(0)}.sidebar-nav a.active{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--active-bg);box-shadow:0 4px 12px #667eea66;color:#fff;color:var(--text-primary);font-weight:600}.sidebar-nav a.active:before{transform:translateX(0)}.sidebar-nav a:after{content:"›";font-size:20px;margin-left:auto;opacity:0;transform:translateX(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sidebar-nav a.active:after,.sidebar-nav a:hover:after{opacity:1;transform:translateX(0)}.sidebar-footer{background:#0003;border-top:1px solid #ffffff1a;padding:20px 24px}.logout-button{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.logout-button:before{content:"🚪";font-size:18px}.logout-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.logout-button:active{transform:translateY(0)}.main-content{background:#f3f4f6;background:var(--main-bg);flex:1 1;margin-left:280px;min-height:100vh;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar-nav a{animation:fadeInUp .4s ease-out backwards}.sidebar-nav a:first-child{animation-delay:.05s}.sidebar-nav a:nth-child(2){animation-delay:.1s}.sidebar-nav a:nth-child(3){animation-delay:.15s}.sidebar-nav a:nth-child(4){animation-delay:.2s}.sidebar-nav a:nth-child(5){animation-delay:.25s}.sidebar-nav a:nth-child(6){animation-delay:.3s}.sidebar-nav a:nth-child(7){animation-delay:.35s}.sidebar-nav a:nth-child(8){animation-delay:.4s}.sidebar-nav a:nth-child(9){animation-delay:.45s}.sidebar-nav a:nth-child(10){animation-delay:.5s}.sidebar-nav a:nth-child(11){animation-delay:.55s}@media (max-width:1024px){.sidebar{width:240px}.main-content{margin-left:240px;padding:24px}.sidebar-header h2{font-size:22px}.sidebar-nav a{font-size:14px;padding:12px 20px}}@media (max-width:768px){.admin-layout{flex-direction:column}.sidebar{border-bottom:1px solid #ffffff1a;box-shadow:none;height:auto;position:relative;width:100%}.sidebar-header{padding:20px}.sidebar-header h2{font-size:20px}.sidebar-nav{max-height:400px;padding:16px 0}.sidebar-nav a{margin:2px 8px;padding:12px 16px}.sidebar-footer{padding:16px}.main-content{margin-left:0;padding:20px 16px}}@media (max-width:480px){.sidebar-header h2{font-size:18px}.sidebar-nav a{font-size:13px;padding:10px 12px}.logout-button{font-size:14px;padding:12px}.main-content{padding:16px 12px}}@media (prefers-color-scheme:dark){:root{--main-bg:#111827;--sidebar-bg:#0f172a;--sidebar-hover:#1e293b}}.sidebar-nav a.loading{opacity:.6;pointer-events:none}.sidebar-nav a{gap:12px}.nav-icon,.sidebar-nav a{align-items:center;display:flex}.nav-icon{font-size:20px;justify-content:center;min-width:24px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.nav-label{flex:1 1}.sidebar-nav a.active .nav-icon,.sidebar-nav a:hover .nav-icon{transform:scale(1.1)}.sidebar-nav a[data-badge]{position:relative}.sidebar-nav a[data-badge]:not([data-badge=""]):after{animation:pulse-badge 2s ease-in-out infinite;background:#ef4444;border-radius:10px;box-shadow:0 2px 4px #ef444466;color:#fff;content:attr(data-badge);font-size:11px;font-weight:700;min-width:20px;padding:3px 7px;position:absolute;right:16px;text-align:center;top:8px}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sidebar-nav a:focus-visible{outline:2px solid #667eea;outline:2px solid var(--primary-color);outline-offset:2px}.logout-button:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.main-content,.sidebar{will-change:transform}.sidebar-nav a{will-change:transform,background-color}@media print{.sidebar{display:none}.main-content{margin-left:0;padding:0}}.seed-data-button{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;margin:4px 0;padding:12px 16px;text-decoration:none;transition:all .3s ease;width:100%}.seed-data-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.seed-data-button:active{transform:translateY(0)}.seed-data-button .nav-icon{align-items:center;display:flex;margin-right:12px}.seed-data-button .nav-label{flex:1 1;text-align:left}@media (max-width:768px){.seed-data-button{font-size:13px;padding:10px 12px}.seed-data-button .nav-icon{margin-right:8px}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{-webkit-appearance:button;appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-day-slot .rbc-background-event,.rbc-event{background-color:#3174ad;border:none;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-day-slot .rbc-slot-selecting .rbc-background-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-day-slot .rbc-selected.rbc-background-event,.rbc-event.rbc-selected{background-color:#265985}.rbc-day-slot .rbc-background-event:focus,.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;font-size:85%;font-weight:700;height:auto;line-height:normal;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex:1 0;flex-direction:row;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:-webkit-sticky;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0 px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.admin-dashboard-container{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem}.admin-dashboard-header{animation:slideDown .5s ease-out;margin-bottom:2rem}.admin-dashboard-title{color:#fff;font-size:2.5rem;letter-spacing:-.5px;text-shadow:0 2px 10px #0003}.rbc-calendar{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;min-height:700px;padding:1.5rem;transition:all .3s ease}.rbc-calendar:hover{box-shadow:0 25px 70px #0003}.rbc-toolbar{border-bottom:2px solid #f0f4f8;margin-bottom:1.5rem;padding:1rem 0 1.5rem}.rbc-toolbar button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}.rbc-toolbar button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.rbc-toolbar button:active{transform:translateY(0)}.rbc-toolbar button.rbc-active{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 15px #764ba266}.rbc-toolbar-label{color:#1a202c;font-size:1.5rem;font-weight:700;text-transform:capitalize}.rbc-header{border-bottom:2px solid #e2e8f0;color:#4a5568;font-size:.75rem;font-weight:600;letter-spacing:1px;padding:1rem .5rem;text-transform:uppercase}.rbc-day-bg{background:#fff;border-color:#e2e8f0;transition:background .2s ease}.rbc-day-bg:hover{background:#f7fafc}.rbc-today{background:linear-gradient(135deg,#ebf4ff,#e6f2ff)}.rbc-off-range-bg{background:#f7fafc}.rbc-date-cell{color:#2d3748;font-weight:600;padding:.5rem}.rbc-now .rbc-date-cell{color:#667eea;font-weight:700}.rbc-event{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:6px;box-shadow:0 2px 8px #48bb784d;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.rbc-event:hover{box-shadow:0 4px 12px #48bb7866;transform:translateY(-2px);z-index:100}.rbc-event.status-completed{background:linear-gradient(135deg,#9ae6b4,#68d391);opacity:.85}.rbc-event.status-in-progress{background:linear-gradient(135deg,#fbb6ce,#f687b3)}.rbc-event-label{font-size:.7rem;font-weight:500}.rbc-event-content{overflow:hidden;text-overflow:ellipsis}.rbc-show-more{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin:4px;padding:4px 8px;transition:all .2s ease}.rbc-show-more:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.task-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.task-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 80px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.task-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #f0f4f8;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.task-modal-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.task-modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.task-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.task-modal-body{padding:2rem}.task-employee-avatar{border:3px solid #667eea;border-radius:50%;box-shadow:0 4px 12px #667eea4d;height:64px;width:64px}.task-employee-avatar-placeholder{border-radius:50%;height:64px;width:64px}.task-status-badge{border-radius:20px;box-shadow:0 2px 8px #0000001a;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.task-status-badge:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.task-status-completed-badge{background:linear-gradient(135deg,#9ae6b4,#68d391);color:#22543d}.task-status-in-progress-badge{background:linear-gradient(135deg,#fbb6ce,#f687b3);color:#742a2a}.task-status-pending-badge{background:linear-gradient(135deg,#fed7aa,#fbd38d);color:#7c2d12}.task-info-row{background:#f7fafc;border-radius:8px;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease}.task-info-row:hover{background:#edf2f7;transform:translateX(4px)}.task-info-label{color:#4a5568;min-width:100px}.task-info-value{color:#2d3748;flex:1 1}.task-notes{background:linear-gradient(135deg,#fef5e7,#fdebd0);border-left:4px solid #f59e0b;border-radius:8px;color:#744210;margin-top:1.5rem}.day-modal-list{display:flex;flex-direction:column;gap:1rem}.day-modal-item{background:#f7fafc;border:2px solid #0000;border-radius:12px;cursor:pointer;padding:1.25rem;transition:all .2s ease}.day-modal-item:hover{background:#fff;border-color:#667eea;box-shadow:0 8px 20px #667eea26;transform:translateY(-2px)}.day-modal-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.day-modal-item-title{color:#1a202c;font-size:1.125rem;font-weight:700}.task-loading{align-items:center;animation:pulse 2s ease-in-out infinite;color:#fff;display:flex;font-size:1.25rem;justify-content:center;min-height:400px}@media (max-width:768px){.admin-dashboard-container{padding:1rem}.admin-dashboard-title{font-size:1.75rem}.rbc-calendar{min-height:500px;padding:1rem}.rbc-toolbar{flex-direction:column;gap:1rem}.rbc-toolbar-label{font-size:1.25rem}.task-modal{max-height:95vh;width:95%}.task-modal-body{padding:1.5rem}.task-info-label{font-size:.8rem;min-width:80px}.day-modal-item-title{font-size:1rem}}.task-modal::-webkit-scrollbar{width:8px}.task-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.task-modal::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.task-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.admin-dashboard-header{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #00000014;margin-bottom:1.5rem;padding:1.5rem}.header-main{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.admin-dashboard-title{align-items:center;color:#1a202c;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;margin:0}.header-icon{color:#3b82f6}.header-actions{display:flex;flex-wrap:wrap;gap:.75rem}.nav-button{align-items:center;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s ease}.nav-button-primary{background:#3b82f6;color:#fff}.nav-button-primary:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.nav-button-secondary{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.nav-button-secondary:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.nav-button-tertiary{background:#fff;border:1px solid #e2e8f0;color:#64748b}.nav-button-tertiary:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{background:#f8fafc;border-radius:8px;padding:1rem}.stat-label{color:#64748b;margin-top:.5rem}.calendar-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #00000014;padding:1.5rem}@media (max-width:768px){.header-main{align-items:stretch;flex-direction:column}.header-actions,.nav-button{justify-content:center}.nav-button{flex:1 1;min-width:140px}.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dashboard-stats{grid-template-columns:1fr}.nav-button{min-width:120px;padding:.75rem 1rem}}.admin-dashboard-subtitle{color:#718096;font-size:1rem;margin:0}.calendar-header{padding:0 .5rem}.calendar-title{align-items:center;display:flex;font-size:1.25rem;margin:0}.calendar-info{color:#718096;font-size:.875rem;font-weight:500}.filters-container{background:#fffffffa;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{margin-bottom:1rem}.filter-label{color:#2d3748;display:block;margin-bottom:.5rem}.filter-input,.filter-select{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.filter-input:focus,.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-container{position:relative}.search-icon{color:#a0aec0;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{font-size:.9375rem;padding:.875rem 1rem .875rem 2.75rem;width:100%}.reset-button,.search-input{border:2px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.reset-button{align-items:center;background:#f7fafc;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.reset-button:hover{background:#e2e8f0}@media (max-width:768px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.filters-grid{grid-template-columns:1fr}.calendar-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:480px){.dashboard-stats{grid-template-columns:1fr}}.charts-section{margin-bottom:2rem}.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:1.5rem}.chart-card{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:1.5rem}.chart-header{align-items:center;border-bottom:2px solid #f7fafc;display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.chart-title{color:#1a202c;font-size:1.125rem;font-weight:700;margin:0}.chart-container{height:300px}.chart-container,.chart-loading{align-items:center;display:flex;justify-content:center}.chart-loading{color:#718096;font-style:italic;height:100%}@media (max-width:768px){.charts-grid{grid-template-columns:1fr}.chart-card{padding:1rem}.chart-container{height:250px}}.dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:1.5rem}.stat-card{background:#fffffffa;border-left:4px solid #3b82f6;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:1.25rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.stat-value{color:#1a202c;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{color:#718096;font-size:.875rem;font-weight:500}:root{--primary:#667eea;--primary-dark:#5568d3;--primary-light:#818cf8;--secondary:#764ba2;--secondary-light:#a855f7;--success:#10b981;--warning:#f59e0b;--info:#3b82f6;--info-dark:#2563eb;--gray-50:#fafbff;--text-primary:#1a202c;--text-secondary:#718096;--background-color:#f8fafc;--border-color:#e2e8f0;--shadow-sm:0 1px 3px #667eea14;--shadow-md:0 4px 12px #667eea1a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--transition:all 0.2s ease}*{box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}.task-manager-container{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem}.task-manager-header{align-items:center;animation:fadeIn .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #ffffff80;border-radius:24px;border-radius:var(--radius-2xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 2rem}.task-manager-title{color:#1a202c;color:var(--text-primary);font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0}.task-manager-subtitle{color:#718096;color:var(--text-secondary);font-size:1rem;font-weight:500;margin:0}.gamification-panel{grid-gap:1rem;animation:slideIn .5s ease-out;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:1.5rem}.gamification-card{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);cursor:default;display:flex;gap:1rem;padding:1.25rem;transition:all .2s ease;transition:var(--transition)}.gamification-card:hover{box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.gamification-card.clickable{cursor:pointer}.gamification-card.clickable:hover{transform:translateY(-4px)}.gamification-card-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.gamification-card-content{flex:1 1;min-width:0}.gamification-card-value{color:#1a202c;color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.25rem}.gamification-card-label{color:#718096;color:var(--text-secondary);font-size:.875rem;font-weight:500;white-space:nowrap}.badges-collection{display:flex;flex-wrap:wrap;gap:.5rem}.badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:50%;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.offline-banner,.urgent-task-banner{align-items:center;animation:fadeIn .3s ease-out;border-radius:12px;border-radius:var(--radius-md);display:flex;font-weight:600;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.offline-banner{background:#fef3c7;border:1px solid #f59e0b;border:1px solid var(--warning);color:#92400e}.urgent-task-banner{background:#fee2e2;border:1px solid #f87171;color:#dc2626;color:var(--danger-dark)}.search-filters-toolbar{background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);margin-bottom:1.5rem;padding:1.5rem}.filters-header{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}.filter-group-title{color:#1a202c;color:var(--text-primary);font-size:1.1rem;font-weight:700;margin:0;white-space:nowrap}.filters-bar{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:180px}.filter-label{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.filter-select{background:#fff;border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);color:#1a202c;color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.875rem 1rem;transition:all .2s ease;transition:var(--transition);width:100%}.filter-select:hover{border-color:#cbd5e0}.filter-select:focus{border-color:#667eea;border-color:var(--primary);box-shadow:0 0 0 3px #667eea1a;outline:none}.list-header-title{background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}.list-header-title,.list-header-title-content{align-items:center;display:flex;flex-wrap:wrap}.list-header-title-content{gap:.75rem}.list-header-title-content h3{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:700;margin:0}.list-header-title-content svg{color:#667eea;color:var(--primary)}.back-to-today-btn{background:#f7fafc;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;transition:var(--transition)}.back-to-today-btn:hover{background:#eef2f7;border-color:#cbd5e1;transform:translateY(-1px)}.task-view-toggle{background:#f0f2f7;border-radius:12px;border-radius:var(--radius-md);display:flex;gap:.5rem;padding:.375rem}.task-view-button{background:#0000;border:none;border-radius:9px;border-radius:calc(var(--radius-md) - 3px);color:#718096;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease;transition:var(--transition)}.task-view-button:hover:not(:disabled){background:#667eea14;color:#667eea;color:var(--primary)}.task-view-button.active{background:#fff;box-shadow:0 1px 3px #667eea14;box-shadow:var(--shadow-sm);color:#667eea;color:var(--primary)}.task-view-button:disabled{cursor:not-allowed;opacity:.4}.calendar-container{animation:fadeIn .5s ease-out;background:#fff;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);margin-bottom:1.5rem;padding:1.5rem}.calendar-header{gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.calendar-header,.calendar-title-group{align-items:center;display:flex;flex-wrap:wrap}.calendar-title-group{gap:1.5rem}.calendar-title{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:700;text-transform:capitalize}.custom-range-indicator{color:#718096;color:var(--text-secondary);display:inline-block;font-size:.875rem;font-weight:500;margin-left:.5rem}.calendar-nav{display:flex;gap:.5rem}.calendar-nav-button{align-items:center;background:#f7fafc;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;padding:.5rem 1rem;transition:all .2s ease;transition:var(--transition)}.calendar-nav-button:hover{background:#e2e8f0;background:var(--border-color);transform:scale(1.05)}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr)}.calendar-weekday{color:#718096;color:var(--text-secondary);font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.5rem;text-align:center;text-transform:uppercase}.calendar-day{align-items:center;background:#0000;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#1a202c;color:var(--text-primary);cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;font-weight:600;justify-content:flex-start;min-height:80px;padding:.75rem .5rem;position:relative;text-align:center;transition:all .2s ease;transition:var(--transition)}.calendar-day:hover{background:#f7fafc;transform:scale(1.05)}.calendar-day.today{background:#dbeafe;border:2px solid #3b82f6;border:2px solid var(--info);color:#2563eb;color:var(--info-dark);font-weight:800}.calendar-day.selected{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);color:#fff}.calendar-day.other-month{background:#fafbff;background:var(--gray-50);color:#9ca3af;color:var(--gray-400)}.calendar-day.in-custom-range{background:#3b82f61a;border:1px solid #3b82f64d}.calendar-day.in-custom-range.today{background:linear-gradient(135deg,#3b82f633,#3b82f64d);border:1px solid #3b82f680}.calendar-day.in-custom-range.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);color:#fff}.calendar-stars{bottom:5px;flex-wrap:wrap;gap:2px;left:0;position:absolute;right:0}.calendar-star,.calendar-stars{display:flex;height:20px;justify-content:center}.calendar-star{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:14px;padding:2px;position:relative;transition:all .2s ease;transition:var(--transition);width:20px}.calendar-star:hover{box-shadow:0 4px 12px #0003;transform:scale(1.4);z-index:10}.calendar-star.star-completed{background:#10b9811a;border:1px solid #10b9814d;color:#10b981;color:var(--success)}.calendar-star.star-in-progress,.calendar-star.star-paused{background:#f59e0b1a;border:1px solid #f59e0b4d;color:#f59e0b;color:var(--warning)}.calendar-star.star-pending{background:#7180961a;border:1px solid #7180964d;color:#718096;color:var(--text-secondary);opacity:.8}.calendar-star.star-pending.future{color:#9ca3af;color:var(--gray-400)}.calendar-star.star-pending.today{background:#3b82f61a;border:1px solid #3b82f64d;color:#3b82f6;color:var(--info);opacity:1}.calendar-star.star-pending.urgent{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444;color:var(--danger);opacity:1}.star-alert{background:#ef4444;background:var(--danger);font-weight:700;top:-2px}.star-alert,.star-repeat{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:8px;height:12px;justify-content:center;line-height:1;position:absolute;right:-2px;width:12px}.star-repeat{background:#8b5cf6;bottom:-2px}.calendar-day.selected .calendar-star{background:#ffffff4d;border:1px solid #ffffff80}.calendar-day.selected .calendar-star.star-completed{color:#a7f3d0}.calendar-day.selected .calendar-star.star-in-progress,.calendar-day.selected .calendar-star.star-paused{color:#fde68a}.calendar-day.selected .calendar-star.star-pending.future{color:#cbd5e1}.calendar-day.selected .calendar-star.star-pending.today{color:#bfdbfe}.calendar-day.selected .calendar-star.star-pending.urgent{color:#fca5a5}.calendar-legend{background:#fffffff2;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);margin-bottom:1.5rem;padding:1rem 1.5rem}.calendar-legend h4{color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:700;margin:0 0 .75rem}.legend-items{display:flex;flex-wrap:wrap;gap:1.5rem}.legend-item{color:#718096;color:var(--text-secondary);font-size:.875rem;gap:.5rem}.legend-item,.legend-star{align-items:center;display:flex}.legend-star{border-radius:50%;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:16px;height:20px;justify-content:center;width:20px}.legend-count{background:#f7fafc;border-radius:8px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);font-size:.75rem;font-weight:600;margin-left:.25rem;padding:.125rem .5rem}.week-view .calendar-grid{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);gap:0;overflow:hidden}.week-day-column{align-items:stretch;border-right:1px solid #e2e8f0;border-right:1px solid var(--border-color);gap:.5rem;justify-content:flex-start;min-height:200px;padding:0}.week-day-column:last-child{border-right:none}.week-day-header{align-items:center;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:.75rem 1rem}.week-day-column.today .week-day-header{background-color:#f0f2fe}.week-day-name{color:#718096;color:var(--text-secondary);font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.week-day-number{color:#1a202c;color:var(--text-primary);font-size:1rem;font-weight:800}.week-day-column.today .week-day-number{color:#667eea;color:var(--primary)}.week-day-stars-container{display:flex;flex-direction:column;flex-grow:1;gap:4px;overflow-y:auto;padding:.5rem}.week-day-stars-container .calendar-stars{align-items:center;flex-direction:column;height:auto;position:static}.week-day-stars-container .calendar-star{font-size:16px;height:24px;position:relative;width:24px}.no-tasks-placeholder{flex-grow:1;min-height:50px}.task-compact-list{background:#fffffffa;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);overflow:hidden}.task-compact-item{align-items:center;border-bottom:1px solid #f7fafc;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;position:relative;transition:all .2s ease;transition:var(--transition)}.task-compact-item:hover{background:#f7fafc}.task-compact-item:last-child{border-bottom:none}.task-compact-avatar{border:2px solid #f7fafc;border-radius:12px;border-radius:var(--radius-md);flex-shrink:0;height:48px;object-fit:cover;width:48px}.task-compact-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:12px;border-radius:var(--radius-md);color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:48px;justify-content:center;width:48px}.task-compact-info{flex:1 1;min-width:0}.task-compact-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.25rem}.task-compact-type{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:700}.task-compact-details{align-items:center;color:#718096;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:1rem}.task-compact-detail{align-items:center;display:flex;gap:.375rem}.task-compact-status{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:.875rem;font-weight:700;gap:.5rem;padding:.5rem 1rem;white-space:nowrap}.task-compact-status.completed{background:#10b9811a;color:#059669;color:var(--success-dark)}.task-compact-status.in-progress{background:#3b82f61a;color:#2563eb;color:var(--info-dark)}.task-compact-status.paused,.task-compact-status.pending{background:#f59e0b1a;color:#d97706;color:var(--warning-dark)}.task-compact-expand{align-items:center;background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;transition:var(--transition);width:36px}.task-compact-expand:hover{background:#f7fafc;border-color:#667eea;border-color:var(--primary);color:#667eea;color:var(--primary)}.task-expanded-content{animation:slideDown .2s ease;background:#f7fafc;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding:1rem 1.5rem 1.5rem 5rem}.task-expanded-notes{background:#fff;border-radius:12px;border-radius:var(--radius-md);color:#4b5563;color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1rem;padding:1rem}.task-expanded-meta{display:flex;flex-wrap:wrap;font-size:.8125rem;gap:1.5rem;margin-bottom:1rem}.task-expanded-meta-item{align-items:center;color:#718096;color:var(--text-secondary);display:flex;gap:.5rem}.task-expanded-meta-label{color:#4b5563;color:var(--gray-600);font-weight:600}.task-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.task-card{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);overflow:hidden;transition:all .3s ease}.task-card:hover{box-shadow:0 20px 60px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.task-status-bar{height:4px;width:100%}.task-status-completed{background:linear-gradient(90deg,#10b981,#059669);background:linear-gradient(90deg,var(--success),var(--success-dark))}.task-status-in-progress{background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--info),var(--info-dark))}.task-status-paused,.task-status-pending{background:linear-gradient(90deg,#f59e0b,#d97706);background:linear-gradient(90deg,var(--warning),var(--warning-dark))}.task-card-content{padding:1.5rem}.task-employee-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.task-employee-avatar{border:3px solid #f7fafc;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000001a;flex-shrink:0;height:60px;object-fit:cover;width:60px}.task-employee-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:60px;justify-content:center;width:60px}.task-employee-name{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.task-employee-room{color:#718096;color:var(--text-secondary);font-size:.875rem}.task-type-badge{background:#f7fafc;color:#2d3748;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.625rem 1.25rem}.task-recurring-badge,.task-type-badge{border-radius:12px;border-radius:var(--radius-md)}.task-recurring-badge{align-items:center;background:linear-gradient(135deg,#a855f7,#8b5cf6);box-shadow:0 4px 12px #a855f74d;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.task-info-row{align-items:center;display:flex;font-size:.9375rem;gap:.75rem;padding:.625rem 0}.task-info-label{color:#718096;color:var(--text-secondary);font-weight:600}.task-info-value{color:#1a202c;color:var(--text-primary);font-weight:500}.task-notes{background:#f7fafc;border-radius:12px;border-radius:var(--radius-md);color:#4b5563;color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1rem;padding:1rem}.pause-reason-note{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left:4px solid #f59e0b;border-left:4px solid var(--warning)}.task-status-badge{align-items:center;border-radius:12px;border-radius:var(--radius-md);display:inline-flex;font-size:.875rem;font-weight:700;gap:.5rem;padding:.75rem 1rem}.task-status-completed-badge{background:#10b9811a;color:#059669;color:var(--success-dark)}.task-status-in-progress-badge{background:#3b82f61a;color:#2563eb;color:var(--info-dark)}.task-status-paused-badge,.task-status-pending-badge{background:#f59e0b1a;color:#d97706;color:var(--warning-dark)}.task-button{border:none;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;cursor:pointer;flex:1 1;font-size:.9375rem;font-weight:700;letter-spacing:.3px;padding:.875rem 1.5rem;transition:all .2s ease;transition:var(--transition)}.task-button:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.task-button:active{transform:translateY(0)}.task-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.quickview-button{margin-top:1rem;min-width:120px;width:100%}.pause-history{background:#fff;border:2px solid #f59e0b33;border-radius:12px;border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.pause-history-title{align-items:center;color:#1a202c;color:var(--text-primary);display:flex;font-size:.9375rem;font-weight:700;gap:.5rem;margin:0 0 .75rem}.pause-history-item{align-items:center;background:linear-gradient(135deg,#f59e0b0d,#d977060d);border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem;padding:.625rem}.pause-history-item:last-child{margin-bottom:0}.pause-reason{color:#1a202c;color:var(--text-primary);font-weight:600}.pause-time{color:#718096;color:var(--text-secondary);font-size:.8125rem}.task-quickview-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.task-quickview{animation:slideUp .3s ease-out;background:#fff;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.task-quickview-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.task-quickview-title{color:#1a202c;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0}.task-quickview-close{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#718096;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;line-height:1;transition:all .2s ease;transition:var(--transition);width:40px}.task-quickview-close:hover{background:#f7fafc;color:#4b5563;color:var(--gray-600)}.task-quickview-content{padding:1.5rem}.task-quickview-actions{background:#f8fafc;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;gap:.75rem;padding:1rem 1.5rem}.overdue-tasks-list{max-height:60vh;overflow-y:auto;padding:1.5rem}.overdue-task-item{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 0;transition:all .2s ease;transition:var(--transition)}.overdue-task-item:hover{background:linear-gradient(135deg,#ef44440d,#dc26260d);border-radius:8px;border-radius:var(--radius-sm);padding-left:.5rem;transform:translateX(4px)}.overdue-task-item:last-child{border-bottom:none}.overdue-task-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.overdue-task-type{color:#1a202c;color:var(--text-primary);font-size:.9375rem;font-weight:700}.overdue-task-date{color:#dc2626;color:var(--danger-dark);font-size:.8125rem;font-weight:600}.overdue-task-location{color:#718096;color:var(--text-secondary);font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-empty{background:#fff;border:2px dashed #667eea4d;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);padding:4rem 2rem;text-align:center}.task-empty-title{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.task-empty p{color:#718096;color:var(--text-secondary);font-size:1rem;margin:0}.task-loading{background:#fff;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 4px 12px #667eea1a;box-shadow:var(--shadow-md);font-size:1.125rem;font-weight:600;padding:4rem 2rem;text-align:center}.task-loading,.task-loading svg{color:#667eea;color:var(--primary)}@media (max-width:1024px){.task-manager-container{padding:1.5rem}.task-manager-title{font-size:1.75rem}.gamification-panel{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.task-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.task-manager-container{padding:1rem}.task-manager-header{flex-direction:column;gap:1rem}.task-manager-title{font-size:1.5rem}.gamification-panel{grid-template-columns:1fr}.filters-header{align-items:stretch;flex-direction:column;gap:1rem}.filters-bar{gap:1rem}.filter-group{min-width:100%}.calendar-header,.calendar-title-group{align-items:stretch;flex-direction:column}.task-view-toggle{width:100%}.calendar-grid{gap:.25rem}.calendar-day{font-size:.875rem;min-height:60px;padding:.5rem .25rem}.calendar-weekday{font-size:.75rem;padding:.5rem 0}.task-grid{grid-template-columns:1fr}.task-compact-item{flex-wrap:wrap}.task-compact-status{justify-content:center;margin-top:.75rem;order:4;width:100%}.task-expanded-content{padding:1rem 1rem 1rem 1.5rem}.task-quickview{max-width:95%}.task-quickview-actions{flex-direction:column}.quickview-button{width:100%}.list-header-title{flex-direction:column;gap:1rem}.list-header-title-content{width:100%}.legend-items{gap:1rem}.calendar-stars{gap:1px}.calendar-star{font-size:12px;height:16px;width:16px}.calendar-grid.week-grid{border:none;gap:.5rem;grid-template-columns:1fr}.week-day-column{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);min-height:150px}.week-day-stars-container{flex-direction:row;flex-wrap:wrap;justify-content:center;padding-bottom:1rem}.week-day-stars-container .calendar-stars{flex-direction:row}.week-day-stars-container .calendar-star{font-size:14px;height:20px;width:20px}.custom-range-indicator{display:block;margin-left:0;margin-top:.5rem}}@media (max-width:480px){.task-manager-title{font-size:1.5rem}.task-manager-subtitle{font-size:.875rem}.gamification-card{padding:1rem}.gamification-card-icon{height:40px;width:40px}.gamification-card-value{font-size:1.5rem}.calendar-container{padding:1rem}.calendar-title{font-size:1rem}.task-compact-item{padding:1rem}.task-compact-avatar,.task-compact-avatar-placeholder{font-size:.875rem;height:40px;width:40px}.task-compact-type{font-size:1rem}.task-button{font-size:.875rem;padding:.625rem 1.25rem}.search-filters-toolbar{padding:1rem}.filter-select{padding:.625rem .75rem}}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f3f4f6;background:var(--gray-100);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#764ba2);background:linear-gradient(135deg,var(--primary-dark),var(--secondary))}:focus-visible{border-radius:8px;border-radius:var(--radius-sm);outline:3px solid #667eea;outline:3px solid var(--primary);outline-offset:2px}@media print{.task-manager-container{background:#fff}.calendar-nav,.gamification-panel,.search-filters-toolbar,.task-button,.task-compact-expand,.task-view-toggle{display:none!important}.task-card,.task-compact-item{border:1px solid #d1d5db;border:1px solid var(--gray-300);box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.user-header-widget{position:relative;z-index:50}.user-header-button{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:99px;cursor:pointer;display:flex;gap:.5rem;padding:.25rem .75rem .25rem .25rem;transition:all .2s ease}.user-header-button:hover{background-color:#eef2f7;border-color:#cbd5e1}.user-header-avatar{border:2px solid #fff;border-radius:50%;height:80px;object-fit:cover;width:80px}.user-header-avatar-placeholder{align-items:center;background-color:#e2e8f0;border-radius:50%;color:#718096;display:flex;height:80px;justify-content:center;width:80px}.user-header-name{color:#2d3748;font-size:.875rem;font-weight:600}.user-header-caret{color:#718096}.user-header-dropdown{animation:slideUpFadeIn .2s ease-out;background-color:#fff;border:1px solid #eef0f3;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:.5rem;position:absolute;right:0;top:calc(100% + 8px);width:200px}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-item{align-items:center;background:none;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;text-decoration:none;width:100%}.user-dropdown-item:hover{background-color:#f7fafc;color:#1a202c}.user-dropdown-item.logout{color:#c53030}.user-dropdown-item.logout:hover{background-color:#fee2e2;color:#991b1b}.DateRangeModal_overlay__7oPRg{align-items:center;animation:DateRangeModal_fadeIn__-5W6J .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes DateRangeModal_fadeIn__-5W6J{0%{opacity:0}to{opacity:1}}.DateRangeModal_modal__BHIxo{animation:DateRangeModal_slideUp__HlLxB .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:720px;overflow:hidden;width:90%}@keyframes DateRangeModal_slideUp__HlLxB{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DateRangeModal_header__GJrKM{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 24px 16px}.DateRangeModal_title__O-zQJ{color:#111827;font-size:20px;font-weight:600;margin:0}.DateRangeModal_closeButton__CEfhQ{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:32px;height:36px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:36px}.DateRangeModal_closeButton__CEfhQ:hover{background-color:#f3f4f6;color:#111827}.DateRangeModal_displayContainer__dUMXK{background:linear-gradient(180deg,#f9fafb,#fff);padding:20px 24px}.DateRangeModal_display__OUgFi{align-items:center;display:flex;gap:16px;justify-content:center}.DateRangeModal_displayDate__BxOp0{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#9ca3af;flex:1 1;font-size:15px;font-weight:500;max-width:200px;padding:14px 20px;text-align:center;transition:all .2s}.DateRangeModal_displayDateActive__u5R00{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;color:#1f2937}.DateRangeModal_displaySeparator__lIFyq{color:#9ca3af;font-size:20px;font-weight:600}.DateRangeModal_hint__A4TGu{align-items:center;color:#6b7280;display:flex;font-size:14px;font-style:italic;justify-content:center;min-height:40px;padding:12px 24px;text-align:center}.DateRangeModal_calendarsContainer__P1TSo{align-items:center;display:flex;gap:12px;overflow-x:auto;padding:0 24px 24px}.DateRangeModal_navButton__V0mGK{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s;width:40px}.DateRangeModal_navButton__V0mGK:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#111827}.DateRangeModal_navButton__V0mGK:active{transform:scale(.95)}.DateRangeModal_calendarsWrapper__ht-D3{display:flex;flex:1 1;gap:20px;justify-content:center;min-width:0}.DateRangeModal_miniCalendar__37ZNx{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:280px;padding:16px}.DateRangeModal_miniCalendarHeader__C6dVn{color:#111827;font-size:16px;font-weight:600;margin-bottom:16px;text-align:center;text-transform:capitalize}.DateRangeModal_weekdaysGrid__v7naa{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.DateRangeModal_weekday__ijyp8{color:#6b7280;font-size:12px;font-weight:600;padding:8px 0;text-align:center}.DateRangeModal_daysGrid__WzAZo{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr)}.DateRangeModal_day__1kk3s{align-items:center;aspect-ratio:1;background:#fff;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;position:relative;transition:all .15s}.DateRangeModal_day__1kk3s:hover{background-color:#f3f4f6;color:#111827}.DateRangeModal_dayOtherMonth__rQDKG{color:#d1d5db}.DateRangeModal_dayOtherMonth__rQDKG:hover{color:#9ca3af}.DateRangeModal_dayToday__Gx0wE{background-color:#eff6ff;color:#3b82f6;font-weight:700}.DateRangeModal_daySelected__NmGjB{background-color:#3b82f6;color:#fff;font-weight:600}.DateRangeModal_daySelected__NmGjB:hover{background-color:#2563eb;color:#fff}.DateRangeModal_dayInRange__6-7dn{background-color:#dbeafe;color:#1e40af}.DateRangeModal_dayInRange__6-7dn:hover{background-color:#bfdbfe}.DateRangeModal_dayRangeStart__ewSVR{border-bottom-right-radius:0;border-top-right-radius:0}.DateRangeModal_dayRangeEnd__4DvUe{border-bottom-left-radius:0;border-top-left-radius:0}.DateRangeModal_dayRangeStartEnd__BO-cT{border-radius:8px}.DateRangeModal_actions__2k0BS{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.DateRangeModal_actionButton__PParT{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.DateRangeModal_actionButtonCancel__06cz3{background:#fff;border:1px solid #d1d5db;color:#6b7280}.DateRangeModal_actionButtonCancel__06cz3:hover{background-color:#f9fafb;border-color:#9ca3af;color:#374151}.DateRangeModal_actionButtonApply__HCitH{background:#3b82f6;color:#fff}.DateRangeModal_actionButtonApply__HCitH:hover{background-color:#2563eb;box-shadow:0 4px 12px #3b82f64d}.DateRangeModal_actionButtonApply__HCitH:disabled{background-color:#d1d5db;box-shadow:none;cursor:not-allowed}.DateRangeModal_actionButtonApply__HCitH:active:not(:disabled){transform:scale(.98)}@media (max-width:768px){.DateRangeModal_modal__BHIxo{max-height:95vh;width:95%}.DateRangeModal_calendarsWrapper__ht-D3{flex-direction:column;gap:16px}.DateRangeModal_miniCalendar__37ZNx{min-width:100%}.DateRangeModal_displayDate__BxOp0{font-size:14px;padding:12px 16px}.DateRangeModal_actions__2k0BS{flex-direction:column-reverse}.DateRangeModal_actionButton__PParT{width:100%}}.profile-page-container{align-items:flex-start;background-color:#f4f7f6;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.profile-card{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;max-width:700px;overflow:hidden;width:100%}.profile-header{border-bottom:1px solid #eef0f3;padding:1.5rem 2rem}.profile-header h2{color:#1a202c;font-size:1.5rem;margin:0}.profile-header p{color:#718096;margin:.25rem 0 0}.profile-body{grid-gap:1.5rem;display:grid;gap:1.5rem;padding:2rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#4a5568;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.input-with-icon{position:relative}.input-with-icon .input-icon{color:#a0aec0;font-size:1.25rem;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#2d3748;font-size:1rem;padding:.75rem 1rem .75rem 2.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input-with-icon input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.input-with-icon input[disabled]{background-color:#f7fafc;color:#718096;cursor:not-allowed}.profile-image-upload-area{align-items:center;display:flex;gap:1rem}.profile-image-preview{background-color:#f7fafc;border:3px solid #e2e8f0;border-radius:50%;height:80px;object-fit:cover;width:80px}.file-input-label{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;transition:background-color .2s ease}.file-input-label:hover{background-color:#eef2f7}.file-input-label span{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-footer{background-color:#fcfdfe;border-top:1px solid #eef0f3;display:flex;justify-content:flex-end;padding:1.5rem 2rem}.save-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.save-btn:hover{box-shadow:0 4px 15px #764ba24d;transform:translateY(-2px)}.save-btn:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.spinner-btn{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.alert{align-items:center;border-radius:8px;display:flex;font-weight:500;margin:0 2rem 1rem;padding:1rem 1.5rem}.alert-error{background-color:#fee2e2;color:#991b1b}.alert-success{background-color:#dcfce7;color:#166534}.alert-icon{font-size:1.25rem;margin-right:.75rem}.alert-close{background:#0000;border:none;color:inherit;cursor:pointer;font-size:1.5rem;font-weight:700;margin-left:auto;opacity:.7}.alert-close:hover{opacity:1}.loading-screen{align-items:center;color:#4a5568;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:48px;margin-bottom:1rem;width:48px}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.reclamation_container__CAaHU{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);font-family:Inter,sans-serif;min-height:100vh;padding:2rem}.reclamation_managerHeader__R1\+lM{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 2rem}.reclamation_managerTitle__RfHJc{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#111827,#667eea);background:linear-gradient(135deg,var(--gray-900),var(--primary-color));-webkit-background-clip:text;background-clip:text;color:#111827;color:var(--gray-900);font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0}.reclamation_managerSubtitle__QyqmU{color:#4b5563;color:var(--gray-600);font-size:1rem;font-weight:500;margin:0}.reclamation_gamificationPanel__Ngwmd{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.reclamation_gamificationCard__DDgRX{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);cursor:default;display:flex;gap:1rem;overflow:hidden;padding:1.25rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_gamificationCard__DDgRX:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_gamificationCard__DDgRX:hover:before{opacity:1}.reclamation_gamificationCard__DDgRX:hover{box-shadow:0 20px 60px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-2px)}.reclamation_gamificationCardIcon__9en8H{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:48px}.reclamation_gamificationCard__DDgRX:hover .reclamation_gamificationCardIcon__9en8H{transform:scale(1.1)}.reclamation_gamificationCardValue__f2Mk-{color:#111827;color:var(--gray-900);font-size:1.75rem;font-weight:700;line-height:1.2}.reclamation_gamificationCardLabel__KmWpq{color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:500;white-space:nowrap}.reclamation_searchFiltersToolbar__rhLmq{background:#fffffffa;border:1px solid #ffffff80;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);justify-content:space-between;padding:1.5rem}.reclamation_searchContainer__P5Dfw{flex:1 1;min-width:250px;position:relative}.reclamation_searchIcon__bqPI8{color:#9ca3af;color:var(--gray-400);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.reclamation_searchIcon__bqPI8,.reclamation_searchInput__ToFuz{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_searchInput__ToFuz{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);font-size:.9375rem;font-weight:500;padding:.875rem 1rem .875rem 2.75rem;width:100%}.reclamation_searchInput__ToFuz:focus{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a;outline:none}.reclamation_searchInput__ToFuz:focus+.reclamation_searchIcon__bqPI8{color:#667eea;color:var(--primary-color)}.reclamation_viewToggle__QSodI{background:#f3f4f6;background:var(--gray-100);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);display:flex;flex-shrink:0;padding:.375rem}.reclamation_viewButton__wVwy2{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--gray-500);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_viewButtonActive__Vyqwh{background:#fff;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#667eea;color:var(--primary-color)}.reclamation_primaryButton__NeHEq{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border:none;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.9375rem;font-weight:600;gap:.75rem;margin-left:auto;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_primaryButton__NeHEq:hover{box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-2px)}.reclamation_listHeaderTitle__7gCo6{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.reclamation_listHeaderTitle__7gCo6 h3{color:#111827;color:var(--gray-900);font-size:1.125rem;font-weight:600;margin:0}.reclamation_reclamationList__NPMKm{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);overflow:hidden}.reclamation_reclamationItemWrapper__FU8N0{animation:reclamation_fadeIn__wAwK6 .6s ease-out;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100)}.reclamation_reclamationItemWrapper__FU8N0:last-child{border-bottom:none}.reclamation_reclamationItem__EF4VT{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;position:relative;transition:background-color .3s ease,border-radius .1s linear}.reclamation_reclamationItem__EF4VT:hover{background:#f9fafb;background:var(--gray-50)}.reclamation_reclamationItemExpanded__8BvIS{border-bottom-left-radius:0;border-bottom-right-radius:0}.reclamation_reclamationContent__DvYU5{flex:1 1;min-width:0}.reclamation_reclamationTitle__HGdiv{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.25rem}.reclamation_reclamationProblem__pHKKg{color:#111827;color:var(--gray-900);font-size:.9375rem;font-weight:600;margin:0}.reclamation_reclamationType__x4Pbf{background:#f3f4f6;background:var(--gray-100);border-radius:6px;color:#4b5563;color:var(--gray-600);font-size:.75rem;font-weight:600;padding:.25rem .75rem}.reclamation_reclamationMeta__e\+4qm{align-items:center;color:#6b7280;color:var(--gray-500);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:1rem}.reclamation_reclamationDetail__4tvTU{align-items:center;display:flex;gap:.375rem}.reclamation_reclamationStatusSection__\+cqv0{align-items:center;display:flex;flex-shrink:0;gap:1rem}.reclamation_reclamationStatus__OxSY0{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;gap:.375rem;padding:.375rem .875rem}.reclamation_statusPending__PSUJA{background:#f59e0b1a;color:#d97706;color:var(--warning-dark)}.reclamation_statusInProgress__x3m8y{background:#3b82f61a;color:#2563eb}.reclamation_statusCompleted__77CcS{background:#10b9811a;color:#059669;color:var(--success-dark)}.reclamation_statusPaused__v9UN1{background:#a855f71a;color:#7c3aed}.reclamation_expandBtn__rYYVm{background:#0000;border:none;border-radius:8px;color:#9ca3af;color:var(--gray-400);cursor:pointer;flex-shrink:0;padding:.5rem;transition:background-color .3s ease,color .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.reclamation_expandBtn__rYYVm:hover{background:#f3f4f6;background:var(--gray-100);color:#667eea;color:var(--primary-color);transform:scale(1.1)}.reclamation_expandBtnRotated__6MORp{transform:rotate(180deg)}.reclamation_reclamationExpanded__evdPx{animation:reclamation_slideDown__ks\+Ur .4s ease-out;background:#f9fafb;background:var(--gray-50);overflow:hidden;padding:1.5rem 2rem}@keyframes reclamation_slideDown__ks\+Ur{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes reclamation_slideUpContent__MMhVR{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reclamation_expandedMainContent__dkIIE{animation:reclamation_slideUpContent__MMhVR .5s ease-out .1s backwards;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.reclamation_expandedColumnLeft__JuvQq{display:flex;flex:2 1;flex-direction:column;gap:1.5rem;min-width:300px}.reclamation_expandedColumnRight__Gcs48{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;min-width:250px}.reclamation_galleryTitle__nA6Qy{align-items:center;color:#111827;color:var(--gray-900);display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.reclamation_imagesCompact__PyYDb{display:flex;flex-wrap:wrap;gap:.5rem}.reclamation_imageCompact__UvFQ0{border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:10px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:60px}.reclamation_imageCompact__UvFQ0:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);filter:brightness(.9);transform:scale(1.1)}.reclamation_imageCompact__UvFQ0 img{height:100%;object-fit:cover;width:100%}.reclamation_imageBadge__aD-IT{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-radius:50%;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;display:flex;font-size:.7rem;font-weight:800;height:18px;justify-content:center;position:absolute;right:2px;top:2px;width:18px}.reclamation_reclamationDetails__2vROK{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.reclamation_detailGroup__D3UTr{display:flex;flex-direction:column;gap:.75rem}.reclamation_detailTitle__s7VEX{color:#111827;color:var(--gray-900);font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.reclamation_detailItem__RyBsG{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);display:flex;gap:.75rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_detailItem__RyBsG:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);transform:scale(1.02)}.reclamation_detailIcon__j1\+HE{color:#6b7280;color:var(--gray-500);flex-shrink:0}.reclamation_detailContent__MnASy{flex:1 1}.reclamation_detailLabel__WTPGB{color:#4b5563;color:var(--gray-600);font-size:.9rem;font-weight:500}.reclamation_detailValue__7JEAv{color:#111827;color:var(--gray-900);font-weight:600}.reclamation_pauseHistory__LPDmy{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;border-radius:var(--border-radius);padding:1.5rem}.reclamation_currentPause__kNNN1{background:#fee2e2;border:1px solid #f87171;border-radius:12px;border-radius:var(--border-radius);padding:1.5rem}.reclamation_currentPauseTitle__F6ehr{color:#dc2626;color:var(--danger-dark)}.reclamation_currentPauseTitle__F6ehr,.reclamation_pauseHistoryTitle__mjhvK{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.reclamation_pauseHistoryTitle__mjhvK{color:#92400e}.reclamation_pauseHistoryItem__LLex0{align-items:center;background:#fff;border:1px solid #fde68a;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.reclamation_currentPause__kNNN1 .reclamation_pauseHistoryItem__LLex0{border-color:#fbcaca}.reclamation_pauseHistoryItem__LLex0:last-child{margin-bottom:0}.reclamation_pauseReason__F6zQ6{color:#1f2937;color:var(--gray-800);flex:1 1;font-weight:500}.reclamation_pauseTime__N3sUv{color:#4b5563;color:var(--gray-600);font-size:.85rem;white-space:nowrap}.reclamation_reclamationActions__guJOa{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1.5rem}.reclamation_actionButton__lcPof{align-items:center;border:none;border-radius:12px;border-radius:var(--border-radius);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_actionButton__lcPof:disabled{cursor:not-allowed;opacity:.5}.reclamation_actionButtonPrimary__OGa4z{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);color:#fff}.reclamation_actionButtonSuccess__Kv-vn{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success-color),var(--success-dark));color:#fff}.reclamation_actionButtonWarning__EKk71{background:linear-gradient(135deg,#f59e0b,#d97706);background:linear-gradient(135deg,var(--warning-color),var(--warning-dark));color:#fff}.reclamation_actionButtonWarning__EKk71:hover:not(:disabled),.reclamation_actionButton__lcPof:hover:not(:disabled){box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}.reclamation_reclamationEmpty__rYLCK{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);color:#6b7280;color:var(--gray-500);padding:3rem 2rem;text-align:center}.reclamation_emptyIcon__-I7Jx{font-size:4rem;margin-bottom:1rem;opacity:.5}.reclamation_emptyTitle__NdawN{color:#374151;color:var(--gray-700);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.reclamation_emptyDescription__W4Fk0{font-size:1rem;margin-bottom:2rem}.reclamation_urgentBanner__6AnWM{background:#fee2e2;border:1px solid #f87171;border-left:4px solid #ef4444;border-left:4px solid var(--danger-color);border-radius:12px;border-radius:var(--border-radius);color:#dc2626;color:var(--danger-dark)}.reclamation_successBanner__VvxF1,.reclamation_urgentBanner__6AnWM{align-items:center;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.reclamation_successBanner__VvxF1{background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #10b981;border-left:4px solid var(--success-color);border-radius:12px;border-radius:var(--border-radius);color:#059669;color:var(--success-dark)}.reclamation_loading__8p-K5{color:#fff;font-size:1rem;font-weight:500;padding:2rem;text-align:center}@media (max-width:768px){.reclamation_container__CAaHU{padding:1rem}.reclamation_managerHeader__R1\+lM{flex-direction:column;padding:1.25rem;text-align:center}.reclamation_gamificationPanel__Ngwmd{grid-template-columns:1fr}.reclamation_searchFiltersToolbar__rhLmq{flex-direction:column;padding:1.25rem}.reclamation_searchContainer__P5Dfw{min-width:100%}.reclamation_viewToggle__QSodI{width:100%}.reclamation_viewButton__wVwy2{flex:1 1;text-align:center}.reclamation_primaryButton__NeHEq{justify-content:center;margin-left:0;width:100%}.reclamation_reclamationItem__EF4VT{flex-wrap:wrap;padding:1rem}.reclamation_reclamationStatusSection__\+cqv0{justify-content:space-between;order:-1;width:100%}.reclamation_reclamationMeta__e\+4qm{align-items:flex-start;flex-direction:column;gap:.5rem}.reclamation_reclamationExpanded__evdPx{padding-left:1rem;padding-right:1rem}.reclamation_reclamationActions__guJOa{flex-direction:column}.reclamation_actionButton__lcPof{justify-content:center}.reclamation_pauseHistoryItem__LLex0{align-items:flex-start;flex-direction:column;gap:.5rem}.reclamation_imagesCompact__PyYDb{justify-content:center}.reclamation_viewModeToggle__r1eLA{justify-content:center;width:100%}.reclamation_expandedMainContent__dkIIE{grid-template-columns:1fr}}@keyframes reclamation_fadeIn__wAwK6{0%{opacity:0}to{opacity:1}}.reclamation_viewModeToggle__r1eLA{align-items:center;background:#f3f4f6;background:var(--gray-100);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);display:flex;flex-shrink:0;padding:4px}.reclamation_viewModeButton__WNiTz{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--gray-500);cursor:pointer;display:flex;justify-content:center;padding:6px 8px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_viewModeButton__WNiTz:hover{background-color:#e5e7eb;background-color:var(--gray-200);color:#111827;color:var(--gray-900)}.reclamation_viewModeButtonActive__KCEcB{background:#fff;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#667eea;color:var(--primary-color)}.reclamation_reclamationGridContainer__\+uvUN{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding-top:1rem}.reclamation_reclamationGridCard__OODby{background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_reclamationGridCard__OODby:hover{box-shadow:0 20px 60px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.reclamation_gridCardHeader__kfko3{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.reclamation_gridCardTitle__unP6q{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;color:var(--gray-900);display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}.reclamation_reclamationStatus__OxSY0.reclamation_statusSmall__8kinq{font-size:.75rem;max-width:100px;overflow:hidden;padding:.25rem .6rem;text-overflow:ellipsis;white-space:nowrap}.reclamation_gridCardMeta__KsODV{border-top:1px dashed #d1d5db;border-top:1px dashed var(--gray-300);display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.reclamation_gridCardDetail__hhIhu{align-items:center;color:#4b5563;color:var(--gray-600);display:flex;font-size:.875rem;gap:.5rem}.reclamation_gridCardDetail__hhIhu svg{color:#667eea;color:var(--primary-color);flex-shrink:0}.reclamation_gridCardPriority__Mau2\+{color:#111827;color:var(--gray-900);font-weight:600}.reclamation_gridCardPriority__Mau2\+.reclamation_tres_urgent__ramjX{color:#ef4444;color:var(--danger-color)}.reclamation_gridCardPriority__Mau2\+.reclamation_urgent__E9RAp{color:#f59e0b;color:var(--warning-color)}.reclamation_gridCardPriority__Mau2\+.reclamation_normal__9nl5P{color:#667eea;color:var(--primary-color)}.reclamation_calendarTileTaskChip__kkgdx{background-color:#f3f4f6;background-color:var(--gray-100);border-left-width:3px}.reclamation_calendarTileTaskChip__kkgdx .reclamation_chipText__CoZta{color:#374151;color:var(--gray-700)}.reclamation_calendarTileTaskChip__kkgdx.reclamation_priorityBorder_tres_urgent__wt7m8{border-left-color:#ef4444;border-left-color:var(--danger-color);color:#dc2626;color:var(--danger-dark)}.reclamation_calendarTileTaskChip__kkgdx.reclamation_priorityBorder_urgent__B9ndJ{border-left-color:#f59e0b;border-left-color:var(--warning-color);color:#d97706;color:var(--warning-dark)}.reclamation_calendarTileTaskChip__kkgdx.reclamation_priorityBorder_normal__BWK7z{border-left-color:#667eea;border-left-color:var(--primary-color);color:#4b5563;color:var(--gray-600)}.reclamation_calendarTileTaskChip__kkgdx.reclamation_priorityBorder_faible__x8C56{border-left-color:#10b981;border-left-color:var(--success-color);color:#4b5563;color:var(--gray-600)}.reclamation_priorityBorder_tres_urgent__wt7m8 svg,.reclamation_priorityBorder_urgent__B9ndJ svg{color:inherit}.reclamation_react-calendar__tile--active__-mK4d .reclamation_calendarTileTaskChip__kkgdx{background-color:#fff3}.reclamation_react-calendar__tile--active__-mK4d .reclamation_calendarTileTaskChip__kkgdx .reclamation_chipText__CoZta{color:#fff}.reclamation_calendarItemsList__W5QX0{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);margin-top:0;padding:1.5rem}.reclamation_calendarItemsList__W5QX0 h3{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1.5rem}.reclamation_calendarItemsList__W5QX0 .reclamation_reclamationList__NPMKm{background:#0000;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:1rem;overflow:visible}.reclamation_calendarItemsList__W5QX0 .reclamation_reclamationItemWrapper__FU8N0{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200)}.reclamation_calendarItemsList__W5QX0 .reclamation_reclamationItemWrapper__FU8N0:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md)}.reclamation_calendarLegend__fKSV3{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);width:100%}.reclamation_calendarLegendTitle__oxqw7{color:#111827;color:var(--gray-900);font-size:1.125rem;margin:0 0 1rem}.reclamation_legendItems__keZjM{display:flex;flex-wrap:wrap;gap:1.5rem}.reclamation_legendItem__xaqFV{color:#374151;color:var(--gray-700);font-size:.875rem}.reclamation_legendColorBox__DdIU6{height:14px;width:14px}.reclamation_legendColorBox__DdIU6.reclamation_priority_tres_urgent__2GjXC{background-color:#ef4444;background-color:var(--danger-color)}.reclamation_legendColorBox__DdIU6.reclamation_priority_urgent__2GYG-{background-color:#f59e0b;background-color:var(--warning-color)}.reclamation_legendColorBox__DdIU6.reclamation_priority_normal__enVrL{background-color:#667eea;background-color:var(--primary-color)}.reclamation_legendColorBox__DdIU6.reclamation_priority_faible__JWOtN{background-color:#10b981;background-color:var(--success-color)}.reclamation_calendarViewContainer__MOBGz{display:flex;flex-direction:column;gap:1.5rem}.reclamation_calendarWrapper__83OnG{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg)}.reclamation_reclamationListContainer__bRJ-r{width:100%}.reclamation_react-calendar__7Al-W{border:none;font-family:Inter,sans-serif;width:100%!important}.reclamation_react-calendar__navigation__6Ynwy button{color:#1f2937;color:var(--gray-800);font-size:1.1rem;font-weight:600}.reclamation_react-calendar__navigation__6Ynwy button:focus,.reclamation_react-calendar__navigation__6Ynwy button:hover{background-color:#f3f4f6;background-color:var(--gray-100)}.reclamation_react-calendar__navigation__6Ynwy button:disabled{background-color:initial;color:#d1d5db;color:var(--gray-300)}.reclamation_react-calendar__month-view__weekdays__weekday__qmvBv{color:#6b7280;color:var(--gray-500);font-weight:600;padding:.5em;text-align:center;text-decoration:none}.reclamation_react-calendar__month-view__weekdays__weekday__qmvBv abbr{text-decoration:none}.reclamation_react-calendar__tile__wJInb{align-items:flex-start;border:none;border-radius:12px;border-radius:var(--border-radius);display:flex;flex-direction:column;height:120px;justify-content:flex-start;padding:.5rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_react-calendar__tile__wJInb abbr{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;padding:0}.reclamation_react-calendar__tile__wJInb:enabled:focus,.reclamation_react-calendar__tile__wJInb:enabled:hover{background-color:#f3f4f6;background-color:var(--gray-100);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.reclamation_react-calendar__tile--now__2R8Ma{background-color:#f9fafb;background-color:var(--gray-50);font-weight:600}.reclamation_react-calendar__tile--now__2R8Ma abbr{color:#667eea;color:var(--primary-color);font-weight:800}.reclamation_react-calendar__tile--now__2R8Ma:enabled:focus,.reclamation_react-calendar__tile--now__2R8Ma:enabled:hover{background-color:#f3f4f6;background-color:var(--gray-100)}.reclamation_react-calendar__tile--active__-mK4d{background:linear-gradient(135deg,#667eea,#764ba2)!important;background:var(--primary-gradient)!important;box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);color:#fff!important;font-weight:600}.reclamation_react-calendar__tile--active__-mK4d abbr{color:#fff!important}.reclamation_react-calendar__month-view__days__day--neighboringMonth__tTLXV{opacity:.5}.reclamation_react-calendar__month-view__days__day--neighboringMonth__tTLXV abbr{color:#9ca3af;color:var(--gray-400)}.reclamation_calendarTileTaskList__kGnml{padding:0 2px;width:100%}.reclamation_calendarTileTaskChip__kkgdx{border-left-style:solid;border-left-width:4px;cursor:default;font-size:.75rem;padding:2px 4px;text-overflow:ellipsis;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}.reclamation_calendarTileTaskChip__kkgdx .reclamation_chipText__CoZta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reclamation_chip-priority-tres_urgent__KE9Ji{border-left-color:#ef4444;border-left-color:var(--danger-color)}.reclamation_chip-priority-urgent__dWi9W{border-left-color:#f59e0b;border-left-color:var(--warning-color)}.reclamation_chip-priority-normal__Nsr\+Z{border-left-color:#667eea;border-left-color:var(--primary-color)}.reclamation_chip-priority-faible__1oU0h{border-left-color:#10b981;border-left-color:var(--success-color)}.reclamation_chip-status-enattente__IQR-k,.reclamation_chip-status-pending__IxAGX{background-color:#fffbeb;color:#b45309}.reclamation_chip-status-assigne__wrce9,.reclamation_chip-status-encours__Kr8j\+,.reclamation_chip-status-inprogress__yWIM9{background-color:#eef2ff;color:#3730a3}.reclamation_chip-status-paused__JC46u{background-color:#f3e8ff;color:#7e22ce}.reclamation_chip-status-cloture__Xp4mN,.reclamation_chip-status-completed__3uD3D,.reclamation_chip-status-resolu__Mm4VZ{background-color:#f0fdf4;color:#15803d;opacity:.7;text-decoration:line-through}.reclamation_calendarTileTaskMore__FayPq{color:var(--gray-500);font-size:.7rem;padding:2px 4px}.reclamation_react-calendar__tile--active__-mK4d .reclamation_calendarTileTaskChip__kkgdx{background-color:#0000004d;border-left-color:#fff;color:#fff}.reclamation_react-calendar__tile--active__-mK4d .reclamation_calendarTileTaskChip__kkgdx svg,.reclamation_react-calendar__tile--active__-mK4d .reclamation_calendarTileTaskMore__FayPq{color:#fff}.reclamation_dateFilterGroup__ZByzt{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:.5rem;padding:.25rem}.reclamation_dateFilterButton__vBKs2{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease;white-space:nowrap}.reclamation_dateFilterButton__vBKs2:hover{background:#f1f5f9;color:#334155}.reclamation_dateFilterButtonActive__\+LwIR{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f64d;color:#fff}.reclamation_customDateRange__kbgNd{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:.75rem;padding:.5rem 1rem}.reclamation_dateInput__A4Vsy{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:.875rem;min-width:150px;padding:.5rem .75rem;transition:all .2s ease}.reclamation_dateInput__A4Vsy:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.reclamation_dateSeparator__DwFZS{color:#94a3b8;font-weight:500}.reclamation_searchFiltersToolbar__rhLmq{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:0 2px 12px #0000000f;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1.25rem}@media (max-width:1200px){.reclamation_dateFilterGroup__ZByzt{justify-content:space-between;width:100%}.reclamation_customDateRange__kbgNd{width:100%}.reclamation_dateInput__A4Vsy{flex:1 1;min-width:0}}@media (max-width:768px){.reclamation_dateFilterButton__vBKs2{font-size:.8rem;padding:.5rem .75rem}.reclamation_customDateRange__kbgNd{flex-direction:column;gap:.5rem}.reclamation_dateInput__A4Vsy{width:100%}.reclamation_dateSeparator__DwFZS{display:none}}.reclamation_calendarTileTaskList__kGnml{display:flex;flex-direction:column;gap:3px;margin-top:4px;max-height:80px;overflow:hidden;padding:2px}.reclamation_calendarTileTaskChip__kkgdx{align-items:center;border-left:3px solid;border-radius:4px;display:flex;font-size:.7rem;font-weight:500;gap:4px;overflow:hidden;padding:3px 6px;transition:all .2s ease}.reclamation_calendarTileTaskChip__kkgdx:hover{box-shadow:0 2px 4px #0000001a;transform:translateX(2px)}.reclamation_chipText__CoZta{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reclamation_chip_priority_tres_urgent__IteKM{border-left-color:#dc2626}.reclamation_chip_priority_urgent__v0ncA{border-left-color:#f59e0b}.reclamation_chip_priority_normal__JvokA{border-left-color:#3b82f6}.reclamation_chip_priority_faible__Y5IRD{border-left-color:#10b981}.reclamation_chip_status_enattente__1cMSc,.reclamation_chip_status_pending__fD8hT{background-color:#f3f4f6;color:#6b7280}.reclamation_chip_status_assigné__v8M6m,.reclamation_chip_status_encours__de5SY,.reclamation_chip_status_inprogress__PrWey{background-color:#dbeafe;color:#1d4ed8}.reclamation_chip_status_paused__aK8P7{background-color:#fef3c7;color:#d97706}.reclamation_chip_status_clôturé__BjR91,.reclamation_chip_status_completed__\+3KEu,.reclamation_chip_status_résolu__GZPe9{background-color:#d1fae5;color:#059669}.reclamation_calendarTileTaskMore__FayPq{background-color:#f9fafb;border-radius:3px;color:#6b7280;font-size:.65rem;font-weight:600;margin-top:2px;padding:2px 6px;text-align:center}.reclamation_calendarLegend__fKSV3{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.reclamation_calendarLegendTitle__oxqw7{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.reclamation_legendItems__keZjM{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.reclamation_legendItem__xaqFV{align-items:center;background-color:#ffffff1a;border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem;transition:all .2s ease}.reclamation_legendItem__xaqFV:hover{background-color:#fff3;transform:translateY(-2px)}.reclamation_legendColorBox__DdIU6{border:2px solid #ffffff4d;border-radius:4px;flex-shrink:0;height:20px;width:20px}.reclamation_priority_tres_urgent__2GjXC{background-color:#dc2626}.reclamation_priority_urgent__2GYG-{background-color:#f59e0b}.reclamation_priority_normal__enVrL{background-color:#3b82f6}.reclamation_priority_faible__JWOtN{background-color:#10b981}.reclamation_calendarWrapper__83OnG{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:1.5rem}.reclamation_calendarWrapper__83OnG .react-calendar__tile{border:1px solid #e5e7eb;min-height:100px;padding:.5rem;position:relative}.reclamation_calendarWrapper__83OnG .react-calendar__tile:hover{background-color:#f9fafb}.reclamation_calendarWrapper__83OnG .react-calendar__tile--active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.reclamation_calendarWrapper__83OnG .react-calendar__tile--active:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.reclamation_calendarWrapper__83OnG .react-calendar__tile--now{background-color:#fef3c7;font-weight:700}.reclamation_calendarItemsList__W5QX0{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem}.reclamation_calendarItemsList__W5QX0>h3{border-bottom:2px solid #e5e7eb;color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem}.reclamation-modal-overlay{align-items:flex-start;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header-icon .w-8{height:2rem;width:2rem}.file-input-hidden{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}@keyframes spin{to{transform:rotate(1turn)}}.modal-reclamation-modern{animation:slideUp .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 25px 80px #0000004d;display:flex;flex-direction:column;margin-bottom:2vh;margin-top:2vh;max-height:calc(100vh - 4rem);max-width:700px;width:100%}.modal-header-reclamation{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px 24px 0 0;color:#fff;flex-shrink:0;padding:2rem;position:relative}.header-content{position:relative;z-index:2}.header-title{gap:1rem}.header-icon,.header-title{align-items:center;display:flex}.header-icon{background:#ffffff26;border-radius:12px;justify-content:center;padding:.75rem}.header-title h1{font-size:1.875rem;font-weight:700;margin:0}.header-subtitle{color:#fffc;font-size:1rem;margin:.25rem 0 0 4rem}.modal-close-reclamation{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px;z-index:3}.modal-close-reclamation:hover{background:#ffffff4d;transform:rotate(90deg)}.form-content-reclamation{overflow-y:auto;padding:2rem}.space-y-6>*+*{margin-top:1.5rem}.form-section{width:100%}.form-label-enhanced{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.form-label-enhanced .text-red-500{color:#ef4444}.input-enhanced{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#2d3748;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input-enhanced:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.services-grid-enhanced{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.service-button-enhanced{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;font-family:Inter,sans-serif;padding:1rem;text-align:center;transition:all .2s ease}.service-button-enhanced:hover{background:#eef2f7;border-color:#cbd5e1}.service-button-enhanced.selected{background:#eef2ff;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.service-icon-enhanced{font-size:1.5rem;margin-bottom:.5rem}.service-label-enhanced{color:#374151;font-size:.875rem;font-weight:600}.urgency-levels-enhanced{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.urgency-levels-enhanced{grid-template-columns:1fr 1fr}}.urgency-button-enhanced{align-items:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;text-align:left;transition:all .2s ease;width:100%}.urgency-button-enhanced.selected{background:#fff;box-shadow:0 4px 12px #0000000d}.urgency-info-enhanced{align-items:center;display:flex;gap:.75rem}.urgency-dot-enhanced{border-radius:50%;flex-shrink:0;height:12px;width:12px}.urgency-label-enhanced{color:#374151;font-size:1rem;font-weight:600}.urgency-description-enhanced{color:#718096;font-size:.8rem}.photo-upload-zone-enhanced{background:#f7fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:border-color .2s ease}.photo-upload-zone-enhanced:hover{border-color:#667eea}.file-input-hidden{display:none}.photo-upload-label{cursor:pointer}.upload-icon{color:#9ca3af;margin:0 auto 1rem}.upload-text-main{color:#4a5568;display:block;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.upload-text-secondary{color:#718096;display:block;font-size:.875rem;margin-bottom:1rem}.photo-preview-container{align-items:center;display:flex;flex-direction:column;gap:1rem}.photo-preview-enhanced{border:2px solid #e2e8f0;border-radius:8px;max-height:200px;width:auto}.remove-photo-btn{align-items:center;background:#fee2e2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s ease}.remove-photo-btn:hover{background:#fecaca}.form-actions-enhanced{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.5rem}.cancel-button-enhanced,.submit-button-enhanced{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-button-enhanced{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.cancel-button-enhanced:hover{background-color:#eef2f7}.submit-button-enhanced{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #764ba233;color:#fff}.submit-button-enhanced:hover{box-shadow:0 6px 20px #764ba24d;transform:translateY(-2px)}.submit-button-enhanced:disabled{background:#cbd5e1;box-shadow:none;color:#718096;cursor:not-allowed;transform:none}.loading-spinner-enhanced{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.success-modal-enhanced{padding:3rem 2rem;text-align:center}.success-content-enhanced{align-items:center;display:flex;flex-direction:column;gap:1rem}.success-icon-enhanced{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 10px 30px #10b9814d;display:flex;height:80px;justify-content:center;width:80px}.success-title{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:0;margin-top:1rem}.success-message{color:#718096;font-size:1rem;margin:0;max-width:300px}.progress-bar-container{background-color:#e2e8f0;border-radius:3px;height:6px;margin-top:.75rem;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;height:100%;transition:width .3s ease}.container{background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;padding:1.5rem 2rem}.loading{color:#475569;flex-direction:column;justify-content:center;min-height:50vh}.loading,.managerHeader{align-items:center;display:flex}.managerHeader{justify-content:space-between;margin-bottom:2rem}.managerTitle{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.managerSubtitle{color:#64748b;font-size:1rem;font-weight:500;margin-top:.25rem}.gamificationPanel{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:1.5rem}.gamificationCard{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;display:flex;gap:1rem;padding:1.5rem}.gamificationCardIcon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.gamificationCardContent{flex-grow:1}.gamificationCardValue{color:#1e293b;font-size:1.75rem;font-weight:700;line-height:1.2}.gamificationCardLabel{color:#64748b;font-size:.875rem;font-weight:500}.successBanner,.urgentBanner{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.urgentBanner{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}.successBanner{background-color:#f0fdf4;border-color:#bbf7d0;color:#15803d}.searchFiltersToolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.searchContainer{flex-grow:1;min-width:250px;position:relative}.searchIcon{color:#94a3b8;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.searchInput{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .2s ease;width:100%}.searchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.viewToggle{background-color:#eef2f6;border-radius:8px;display:flex;flex-shrink:0;padding:.25rem}.viewButton{background:#0000;border:none;border-radius:6px;color:#475569;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.viewButtonActive{background-color:#fff;box-shadow:0 2px 4px #0000000d;color:#3b82f6}.primaryButton{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 4px 6px -1px #3b82f640,0 2px 4px -2px #3b82f626;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.primaryButton:hover{box-shadow:0 6px 8px -1px #3b82f64d,0 4px 6px -2px #3b82f633;transform:translateY(-2px)}.listHeaderTitle{align-items:center;color:#334155;display:flex;gap:.5rem;margin-bottom:1rem}.listHeaderTitle h3{font-size:1.25rem;font-weight:600;margin:0}.reclamationList{display:flex;flex-direction:column;gap:1rem}.reclamationItemWrapper{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;transition:all .2s ease}.reclamationItemWrapper:hover{box-shadow:0 10px 15px -3px #00000012,0 4px 6px -4px #0000000d}.reclamationItem{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem}.reclamationContent{flex-grow:1}.reclamationTitle{align-items:baseline;display:flex;gap:.75rem;margin-bottom:.75rem}.reclamationProblem{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.reclamationType{background-color:#f1f5f9;border-radius:4px;color:#64748b;font-size:.8rem;font-weight:500;padding:.2rem .5rem}.reclamationMeta{align-items:center;color:#475569;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.25rem}.reclamationDetail{align-items:center;display:flex;gap:.35rem}.reclamationDetail svg{flex-shrink:0}.reclamationStatusSection{align-items:center;display:flex;flex-shrink:0;gap:1.5rem;margin-left:1.5rem}.reclamationStatus{align-items:center;border-radius:999px;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.35rem .85rem;white-space:nowrap}.statusCompleted{background-color:#f0fdf4;color:#15803d}.statusInProgress{background-color:#eef2ff;color:#3730a3}.statusPending{background-color:#fffbeb;color:#b45309}.statusPaused{background-color:#f3f4f6;color:#4b5563}.expandBtn{background:#0000;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;padding:.25rem;transition:all .2s ease}.expandBtn:hover{background-color:#f1f5f9;color:#334155}.expandBtnRotated{transform:rotate(180deg)}.reclamationExpanded{border-top:1px solid #f1f5f9;padding:1.5rem}.expandedMainContent{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.expandedColumnLeft,.expandedColumnRight,.reclamationDetails{display:flex;flex-direction:column;gap:1.5rem}.detailTitle{border-bottom:1px solid #f1f5f9;color:#334155;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.detailItem{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.75rem}.detailIcon{color:#64748b;margin-top:2px}.detailContent{display:flex;flex-direction:column}.detailLabel{color:#64748b;font-size:.8rem;font-weight:500;margin-bottom:2px}.detailValue{color:#1e293b;font-size:.9rem;font-weight:500}.galleryTitle{align-items:center;color:#334155;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.imagesCompact{display:flex;flex-wrap:wrap;gap:.75rem}.imageCompact{border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;height:64px;overflow:hidden;position:relative;width:64px}.imageCompact img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.imageCompact:hover img{transform:scale(1.1)}.imageBadge{background-color:#0009;border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:2px 5px;position:absolute;right:4px;top:4px}.pauseHistoryTitle{align-items:center;color:#334155;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.pauseHistoryItem{border-bottom:1px solid #f1f5f9;font-size:.875rem;padding:.5rem 0}.pauseHistoryItem:last-child{border-bottom:none}.pauseReason{color:#1e293b;display:block;font-weight:500}.pauseTime{color:#64748b;font-size:.8rem;margin-top:2px}.currentPause{background-color:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:1rem}.currentPauseTitle{align-items:center;color:#d97706;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0 0 .5rem}.reclamationActions{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.5rem}.actionButton{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.actionButtonPrimary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.actionButtonSuccess{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.actionButtonWarning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.reclamationEmpty{align-items:center;background-color:#fff;border:1px dashed #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.emptyIcon{font-size:3rem;margin-bottom:1rem}.emptyTitle{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.emptyDescription{color:#64748b;font-size:.9rem;margin-bottom:1.5rem;max-width:300px}.viewModeToggle{align-items:center;background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-shrink:0;padding:4px}.viewModeButton{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:6px 8px;transition:all .2s ease-in-out}.viewModeButton:hover{background-color:#eef2f6;color:#1e293b}.viewModeButtonActive{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px -1px #3b82f640,0 2px 4px -2px #3b82f626;color:#fff}.reclamationGridContainer{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding-top:1rem}.reclamationGridCard{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .2s ease-in-out}.reclamationGridCard:hover{box-shadow:0 10px 15px -3px #00000012,0 4px 6px -4px #0000000d;transform:translateY(-4px)}.gridCardHeader{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.gridCardTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}.gridCardStatus{flex-shrink:0;margin-top:2px}.reclamationStatus.statusSmall{font-size:.75rem;max-width:100px;overflow:hidden;padding:.25rem .6rem;text-overflow:ellipsis;white-space:nowrap}.gridCardMeta{border-top:1px dashed #f1f5f9;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.gridCardDetail{align-items:center;color:#475569;display:flex;font-size:.875rem;gap:.5rem}.gridCardDetail svg{color:#3b82f6;flex-shrink:0}.gridCardPriority{color:#1e293b;font-weight:600}.gridCardPriority.tres_urgent{color:#dc2626}.gridCardPriority.urgent{color:#f59e0b}.gridCardPriority.normal{color:#2563eb}.calendarViewContainer{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.calendarWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;padding:1rem}.reclamationListContainer{width:100%}.react-calendar{border:none;font-family:inherit;width:100%!important}.react-calendar__navigation button{color:#1e293b;font-size:1.1rem;font-weight:600}.react-calendar__navigation button:focus,.react-calendar__navigation button:hover{background-color:#f8f9fa}.react-calendar__month-view__weekdays__weekday{color:#64748b;font-weight:600;padding:.5em;text-align:center;text-decoration:none}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__tile{align-items:flex-start;border-radius:8px;display:flex;flex-direction:column;height:120px;justify-content:flex-start;padding:.5rem;position:relative;text-align:left;transition:all .2s ease}.react-calendar__tile abbr{font-size:.875rem;padding:0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#eef2f6}.react-calendar__tile--now{background-color:#f8f9fa;font-weight:600}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background-color:#eef2f6}.react-calendar__tile--active{background:#3b82f6!important;color:#fff!important;font-weight:600}.react-calendar__tile--active abbr{color:#fff!important}.calendarTileTaskList{display:flex;flex-direction:column;gap:3px;margin-top:4px;overflow:hidden;padding:0 2px;width:100%}.calendarTileTaskChip{align-items:center;background-color:#f8f9fa;border-left-style:solid;border-left-width:3px;border-radius:4px;cursor:default;display:flex;font-size:.75rem;font-weight:500;gap:4px;padding:2px 4px}.calendarTileTaskChip,.calendarTileTaskChip .chipText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendarTileTaskChip .chipText{color:#334155}.calendarTileTaskChip.priorityBorder_tres_urgent{border-left-color:#e53e3e;color:#e53e3e}.calendarTileTaskChip.priorityBorder_urgent{border-left-color:#f59e0b;color:#f59e0b}.calendarTileTaskChip.priorityBorder_normal{border-left-color:#3182ce;color:#4a5568}.calendarTileTaskChip.priorityBorder_faible{border-left-color:#38a169;color:#4a5568}.calendarTileTaskMore{color:#64748b;font-size:.7rem;font-weight:600;padding:2px 4px;text-align:center}.react-calendar__tile--active .calendarTileTaskChip{background-color:#fff3;border-left-color:#fff}.react-calendar__tile--active .calendarTileTaskChip .chipText,.react-calendar__tile--active .calendarTileTaskChip svg,.react-calendar__tile--active .calendarTileTaskMore{color:#fff}.calendarItemsList{margin-top:1rem}.calendarItemsList h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.calendarItemsList .reclamationList{display:flex;flex-direction:column;gap:1rem}.calendarLegend{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;padding:1rem 1.5rem;width:100%}.calendarLegendTitle{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .75rem}.legendItems{display:flex;flex-wrap:wrap;gap:1rem}.legendItem{align-items:center;color:#475569;display:flex;font-size:.875rem;gap:.5rem}.legendColorBox{border-radius:3px;height:14px;width:14px}.legendColorBox.priority_tres_urgent{background-color:#e53e3e}.legendColorBox.priority_urgent{background-color:#f59e0b}.legendColorBox.priority_normal{background-color:#3182ce}.legendColorBox.priority_faible{background-color:#38a169}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--primary-color:#667eea;--primary-dark:#764ba2;--success-color:#10b981;--success-dark:#059669;--warning-color:#f59e0b;--warning-dark:#d97706;--danger-color:#ef4444;--danger-dark:#dc2626;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-md:0 4px 12px #0000000d;--shadow-lg:0 10px 40px #0000001a;--shadow-xl:0 20px 60px #00000026;--border-radius:12px;--border-radius-lg:16px;--border-radius-xl:20px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.reclamation_container__nv1XP{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);font-family:Inter,sans-serif;min-height:100vh;padding:2rem}.reclamation_managerHeader__cnEeS{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 2rem}.reclamation_managerTitle__\+k1EO{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#111827,#667eea);background:linear-gradient(135deg,var(--gray-900),var(--primary-color));-webkit-background-clip:text;background-clip:text;color:#111827;color:var(--gray-900);font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0}.reclamation_managerSubtitle__P8glw{color:#4b5563;color:var(--gray-600);font-size:1rem;font-weight:500;margin:0}.reclamation_gamificationPanel__zMzwj{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.reclamation_gamificationCard__liOYO{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);cursor:default;display:flex;gap:1rem;overflow:hidden;padding:1.25rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_gamificationCard__liOYO:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_gamificationCard__liOYO:hover:before{opacity:1}.reclamation_gamificationCard__liOYO:hover{box-shadow:0 20px 60px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-2px)}.reclamation_gamificationCardIcon__Or40G{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:48px}.reclamation_gamificationCard__liOYO:hover .reclamation_gamificationCardIcon__Or40G{transform:scale(1.1)}.reclamation_gamificationCardValue__vvYpY{color:#111827;color:var(--gray-900);font-size:1.75rem;font-weight:700;line-height:1.2}.reclamation_gamificationCardLabel__74sQq{color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:500;white-space:nowrap}.reclamation_searchFiltersToolbar__mtXOI{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1.5rem}.reclamation_searchContainer__GZUap{flex:1 1;min-width:300px;position:relative}.reclamation_searchIcon__pZouM{color:#9ca3af;color:var(--gray-400);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.reclamation_searchIcon__pZouM,.reclamation_searchInput__leKYn{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_searchInput__leKYn{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);font-size:.9375rem;font-weight:500;padding:.875rem 1rem .875rem 2.75rem;width:100%}.reclamation_searchInput__leKYn:focus{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a;outline:none}.reclamation_searchInput__leKYn:focus+.reclamation_searchIcon__pZouM{color:#667eea;color:var(--primary-color)}.reclamation_viewToggle__46qcD{background:#f3f4f6;background:var(--gray-100);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);display:flex;padding:.375rem}.reclamation_viewButton__6ZgJO{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--gray-500);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_viewButtonActive__vgKEy{background:#fff;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#667eea;color:var(--primary-color)}.reclamation_primaryButton__NXoQr{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border:none;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.75rem;margin-left:auto;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_primaryButton__NXoQr:hover{box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-2px)}.reclamation_listHeaderTitle__In\+ac{align-items:center;background:#fffffffa;border:1px solid #ffffff80;border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.reclamation_listHeaderTitle__In\+ac h3{color:#111827;color:var(--gray-900);font-size:1.125rem;font-weight:600;margin:0}.reclamation_reclamationList__YWmfP{background:#fffffffa;border:1px solid #ffffff80;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);overflow:hidden}.reclamation_reclamationItemWrapper__KusWA{animation:reclamation_fadeIn__YHwdO .6s ease-out;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100)}.reclamation_reclamationItemWrapper__KusWA:last-child{border-bottom:none}.reclamation_reclamationItem__L-jDK{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;position:relative;transition:background-color .3s ease,border-radius .1s linear}.reclamation_reclamationItem__L-jDK:hover{background:#f9fafb;background:var(--gray-50)}.reclamation_reclamationItemExpanded__EyM\+V{border-bottom-left-radius:0;border-bottom-right-radius:0}.reclamation_reclamationContent__g\+ysc{flex:1 1;min-width:0}.reclamation_reclamationTitle__2QhEw{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.25rem}.reclamation_reclamationProblem__V9Umb{color:#111827;color:var(--gray-900);font-size:.9375rem;font-weight:600;margin:0}.reclamation_reclamationType__HKPPs{background:#f3f4f6;background:var(--gray-100);border-radius:6px;color:#4b5563;color:var(--gray-600);font-size:.75rem;font-weight:600;padding:.25rem .75rem}.reclamation_reclamationMeta__SNJXt{align-items:center;color:#6b7280;color:var(--gray-500);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:1rem}.reclamation_reclamationDetail__L\+jgK{align-items:center;display:flex;gap:.375rem}.reclamation_reclamationStatusSection__LmfWm{align-items:center;display:flex;flex-shrink:0;gap:1rem}.reclamation_reclamationStatus__m\+-Cm{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;gap:.375rem;padding:.375rem .875rem}.reclamation_statusPending__mCMAS{background:#f59e0b1a;color:#d97706;color:var(--warning-dark)}.reclamation_statusInProgress__Oi1q4{background:#3b82f61a;color:#2563eb}.reclamation_statusCompleted__u7hK\+{background:#10b9811a;color:#059669;color:var(--success-dark)}.reclamation_statusPaused__qQtd5{background:#a855f71a;color:#7c3aed}.reclamation_expandBtn__yQ7Df{background:#0000;border:none;border-radius:8px;color:#9ca3af;color:var(--gray-400);cursor:pointer;flex-shrink:0;padding:.5rem;transition:background-color .3s ease,color .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.reclamation_expandBtn__yQ7Df:hover{background:#f3f4f6;background:var(--gray-100);color:#667eea;color:var(--primary-color);transform:scale(1.1)}.reclamation_expandBtnRotated__Cd9\+Q{transform:rotate(180deg)}.reclamation_reclamationExpanded__gaIyP{animation:reclamation_slideDown__vxxWP .4s ease-out;background:#f9fafb;background:var(--gray-50);overflow:hidden;padding:1.5rem 2rem}@keyframes reclamation_slideDown__vxxWP{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes reclamation_slideUpContent__PyHlQ{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reclamation_expandedMainContent__Bozhq{animation:reclamation_slideUpContent__PyHlQ .5s ease-out .1s backwards;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.reclamation_expandedColumnLeft__ZSMfX{display:flex;flex:2 1;flex-direction:column;gap:1.5rem;min-width:300px}.reclamation_expandedColumnRight__RqOQ7{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;min-width:250px}.reclamation_galleryTitle__-kfG9{align-items:center;color:#111827;color:var(--gray-900);display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.reclamation_imagesCompact__fl5Fc{display:flex;flex-wrap:wrap;gap:.5rem}.reclamation_imageCompact__UceiW{border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:10px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:60px}.reclamation_imageCompact__UceiW:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);filter:brightness(.9);transform:scale(1.1)}.reclamation_imageCompact__UceiW img{height:100%;object-fit:cover;width:100%}.reclamation_imageBadge__w-wcU{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-radius:50%;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;display:flex;font-size:.7rem;font-weight:800;height:18px;justify-content:center;position:absolute;right:2px;top:2px;width:18px}.reclamation_reclamationDetails__89-q\+{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.reclamation_detailGroup__IOQLi{display:flex;flex-direction:column;gap:.75rem}.reclamation_detailTitle__pA20x{color:#111827;color:var(--gray-900);font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.reclamation_detailItem__yRyjG{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);display:flex;gap:.75rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_detailItem__yRyjG:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);transform:scale(1.02)}.reclamation_detailIcon__27HVJ{color:#6b7280;color:var(--gray-500);flex-shrink:0}.reclamation_detailContent__8F9md{flex:1 1}.reclamation_detailLabel__BE4Os{color:#4b5563;color:var(--gray-600);font-size:.9rem;font-weight:500}.reclamation_detailValue__Pw-Lp{color:#111827;color:var(--gray-900);font-weight:600}.reclamation_pauseHistory__R1GNY{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;border-radius:var(--border-radius);padding:1.5rem}.reclamation_currentPause__sII\+E{background:#fee2e2;border:1px solid #f87171;border-radius:12px;border-radius:var(--border-radius);padding:1.5rem}.reclamation_currentPauseTitle__tTmhK{color:#dc2626;color:var(--danger-dark)}.reclamation_currentPauseTitle__tTmhK,.reclamation_pauseHistoryTitle__UoZHy{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.reclamation_pauseHistoryTitle__UoZHy{color:#92400e}.reclamation_pauseHistoryItem__dxNzt{align-items:center;background:#fff;border:1px solid #fde68a;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.reclamation_currentPause__sII\+E .reclamation_pauseHistoryItem__dxNzt{border-color:#fbcaca}.reclamation_pauseHistoryItem__dxNzt:last-child{margin-bottom:0}.reclamation_pauseReason__OrOfZ{color:#1f2937;color:var(--gray-800);flex:1 1;font-weight:500}.reclamation_pauseTime__DlEer{color:#4b5563;color:var(--gray-600);font-size:.85rem;white-space:nowrap}.reclamation_reclamationActions__CT-7p{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1.5rem}.reclamation_actionButton__5vPBu{align-items:center;border:none;border-radius:12px;border-radius:var(--border-radius);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_actionButton__5vPBu:disabled{cursor:not-allowed;opacity:.5}.reclamation_actionButtonPrimary__bdBtE{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);color:#fff}.reclamation_actionButtonSuccess__inh4J{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success-color),var(--success-dark));color:#fff}.reclamation_actionButtonWarning__s-yqm{background:linear-gradient(135deg,#f59e0b,#d97706);background:linear-gradient(135deg,var(--warning-color),var(--warning-dark));color:#fff}.reclamation_actionButtonWarning__s-yqm:hover:not(:disabled),.reclamation_actionButton__5vPBu:hover:not(:disabled){box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}.reclamation_reclamationEmpty__9KSeI{color:#6b7280;color:var(--gray-500);padding:3rem 2rem;text-align:center}.reclamation_emptyIcon__3MhWN{font-size:4rem;margin-bottom:1rem;opacity:.5}.reclamation_emptyTitle__Bpe7q{color:#374151;color:var(--gray-700);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.reclamation_emptyDescription__RdyWR{font-size:1rem;margin-bottom:2rem}.reclamation_urgentBanner__3xRtM{background:#fee2e2;border:1px solid #f87171;border-left:4px solid #ef4444;border-left:4px solid var(--danger-color);border-radius:12px;border-radius:var(--border-radius);color:#dc2626;color:var(--danger-dark)}.reclamation_successBanner__eks3s,.reclamation_urgentBanner__3xRtM{align-items:center;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.reclamation_successBanner__eks3s{background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #10b981;border-left:4px solid var(--success-color);border-radius:12px;border-radius:var(--border-radius);color:#059669;color:var(--success-dark)}.reclamation_loading__bigNp{color:#fff;font-size:1rem;font-weight:500;padding:2rem;text-align:center}.reclamation_reclamationPriority__LGaJ4{border-radius:20px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.reclamation_priorityTresUrgent__DBxNR{background:#fed7d7;color:#c53030}.reclamation_priorityUrgent__4tGV1{background:#feebc8;color:#dd6b20}.reclamation_priorityNormal__xQtLP{background:#c6f6d5;color:#276749}.reclamation_priorityFaible__tyna8{background:#e9d8fd;color:#6b46c1}@media (max-width:768px){.reclamation_container__nv1XP{padding:1rem}.reclamation_managerHeader__cnEeS{flex-direction:column;padding:1.25rem;text-align:center}.reclamation_gamificationPanel__zMzwj{grid-template-columns:1fr}.reclamation_searchFiltersToolbar__mtXOI{flex-direction:column;padding:1.25rem}.reclamation_searchContainer__GZUap{min-width:100%}.reclamation_viewToggle__46qcD{width:100%}.reclamation_viewButton__6ZgJO{flex:1 1;text-align:center}.reclamation_primaryButton__NXoQr{justify-content:center;margin-left:0;width:100%}.reclamation_reclamationItem__L-jDK{flex-wrap:wrap;padding:1rem}.reclamation_reclamationStatusSection__LmfWm{justify-content:space-between;margin-bottom:.5rem;order:-1;width:100%}.reclamation_reclamationMeta__SNJXt{align-items:flex-start;flex-direction:column;gap:.5rem}.reclamation_reclamationExpanded__gaIyP{padding-left:1rem;padding-right:1rem}.reclamation_reclamationActions__CT-7p{flex-direction:column}.reclamation_actionButton__5vPBu{justify-content:center}.reclamation_pauseHistoryItem__dxNzt{align-items:flex-start;flex-direction:column;gap:.5rem}.reclamation_imagesCompact__fl5Fc{justify-content:center}}@keyframes reclamation_fadeIn__YHwdO{0%{opacity:0}to{opacity:1}}.reclamation_actionButtonSmall__hlbOh{align-items:center;background:#0000;border:none;border-radius:8px;color:#9ca3af;color:var(--gray-400);cursor:pointer;display:inline-flex;justify-content:center;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_actionButtonSmall__hlbOh:hover{background:#f3f4f6;background:var(--gray-100);color:#667eea;color:var(--primary-color);transform:scale(1.1)}.reclamation_orderContainer__uJHfJ{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-top:1.5rem}.reclamation_productListContainer__mEX2a{display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:2rem}.reclamation_selectFilter__ozTDu{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);cursor:pointer;font-size:.9375rem;font-weight:500;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.reclamation_selectFilter__ozTDu:focus{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a;outline:none}.reclamation_productImage__V94td{object-fit:cover}.reclamation_productImagePlaceholder__tP74g,.reclamation_productImage__V94td{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;flex-shrink:0;height:48px;width:48px}.reclamation_productImagePlaceholder__tP74g{align-items:center;background-color:#f3f4f6;background-color:var(--gray-100);color:#9ca3af;color:var(--gray-400);display:flex;justify-content:center}.reclamation_quantityControl__bxStC{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.reclamation_quantityButton__irQRN{align-items:center;background:#667eea;background:var(--primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:600;height:32px;justify-content:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:32px}.reclamation_quantityButton__irQRN:hover:not(:disabled){background:#764ba2;background:var(--primary-dark);transform:scale(1.1)}.reclamation_quantityButton__irQRN:disabled{background:#e5e7eb;background:var(--gray-200);color:#9ca3af;color:var(--gray-400);cursor:not-allowed}.reclamation_quantityButton__irQRN:first-child:not(:disabled){background:#6b7280;background:var(--gray-500)}.reclamation_quantityButton__irQRN:first-child:not(:disabled):hover{background:#374151;background:var(--gray-700)}.reclamation_quantityLabel__wByRe{color:#1f2937;color:var(--gray-800);font-size:1.1rem;font-weight:600;min-width:20px;text-align:center}.reclamation_cartContainer__Kfnqh{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;max-height:85vh;padding:1.5rem}.reclamation_cartTitle__sUotm{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:#111827;color:var(--gray-900);display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin:0 0 1.5rem;padding-bottom:1.5rem}.reclamation_cartList__Dc4j8{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;overflow-y:auto}.reclamation_cartGroup__NShTm{background:#f9fafb;background:var(--gray-50);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius);padding:1rem}.reclamation_cartGroupTitle__4in5g{color:#764ba2;color:var(--primary-dark);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.reclamation_cartItem__zeLNY{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;gap:.75rem;padding:.75rem 0}.reclamation_cartItem__zeLNY:last-child{border-bottom:none}.reclamation_cartItemInfo__tjQha{flex:1 1}.reclamation_cartItemName__sQrjn{color:#1f2937;color:var(--gray-800);display:block;font-size:.9rem;font-weight:600}.reclamation_cartItemPrice__FMsbR{color:#6b7280;color:var(--gray-500);display:block;font-size:.8rem}.reclamation_cartItemTotal__wYQwR{color:#111827;color:var(--gray-900);font-weight:600}.reclamation_cartItemDelete__iV44Z{background:#0000;border:none;border-radius:50%;color:#ef4444;color:var(--danger-color);cursor:pointer;display:flex;padding:.25rem}.reclamation_cartItemDelete__iV44Z:hover{background:#ef4444;background:var(--danger-color);color:#fff}.reclamation_cartGroupTotal__hlnxE{align-items:center;border-top:2px solid #d1d5db;border-top:2px solid var(--gray-300);color:#4b5563;color:var(--gray-600);display:flex;font-size:.9rem;justify-content:space-between;margin-top:.5rem;padding-top:1rem}.reclamation_cartGrandTotal__15ZxK{align-items:center;border-top:2px dashed #667eea;border-top:2px dashed var(--primary-color);color:#111827;color:var(--gray-900);display:flex;font-size:1.25rem;font-weight:700;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}@media (max-width:1024px){.reclamation_orderContainer__uJHfJ{grid-template-columns:1fr}.reclamation_cartContainer__Kfnqh{max-height:none}.reclamation_productListContainer__mEX2a .reclamation_searchFiltersToolbar__mtXOI{align-items:stretch;flex-direction:column}}:root{--primary-color:#0084ff;--primary-hover:#0078e7;--bg-color:#f0f2f5;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--text-primary:#1f2937;--text-secondary:#6b7280;--online-status:#31a24c;--danger:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.MessengerApp_messengerContainer__-j8fP{background-color:#f0f2f5;background-color:var(--bg-color);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-family);height:100vh;overflow:hidden;width:80vw}.MessengerApp_sidebar__JzaFA{background:#fff;background:var(--white);border-right:1px solid #e5e7eb;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;transition:transform .3s ease;width:360px;z-index:10}.MessengerApp_sidebarHeader__9vUjc{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:16px}.MessengerApp_headerTop__C4dQf{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.MessengerApp_title__3JLcT{color:#1f2937;color:var(--text-primary);font-size:24px;font-weight:700;margin:0}.MessengerApp_searchWrapper__eLwft{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:20px;display:flex;padding:8px 16px;position:relative}.MessengerApp_searchIconStyled__WIKWz{color:#6b7280;color:var(--text-secondary);margin-right:8px}.MessengerApp_searchInput__aFvMx{background:#0000;border:none;color:#1f2937;color:var(--text-primary);font-size:15px;outline:none;width:100%}.MessengerApp_chatList__WYrn-{flex:1 1;overflow-y:auto;padding:8px}.MessengerApp_chatItem__D3WNx{align-items:center;border-radius:12px;cursor:pointer;display:flex;margin-bottom:4px;padding:10px;transition:background-color .2s}.MessengerApp_chatItem__D3WNx:hover{background-color:#f3f4f6;background-color:var(--gray-100)}.MessengerApp_chatItem__D3WNx.MessengerApp_selected__f2J6-{background-color:#0084ff1a}.MessengerApp_chatInfo__QY\+zF{flex:1 1;margin-left:12px;min-width:0}.MessengerApp_chatInfoTop__nJf56{align-items:baseline;display:flex;justify-content:space-between}.MessengerApp_chatName__iI3a4{color:#1f2937;color:var(--text-primary);font-size:15px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MessengerApp_chatSnippet__3Oi3l{color:#6b7280;color:var(--text-secondary);font-size:13px;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MessengerApp_unreadBadge__4LBc6{background-color:#0084ff;background-color:var(--primary-color);border-radius:10px;color:#fff;font-size:11px;font-weight:700;min-width:18px;padding:2px 6px;text-align:center}.MessengerApp_mainChatArea__nqrlX{background-color:#fff;background-color:var(--white);display:flex;flex:1 1;flex-direction:column;position:relative}.MessengerApp_chatHeader__CVuzI{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;padding:12px 16px;z-index:5}.MessengerApp_chatHeaderInfo__XGQjR{align-items:center;display:flex}.MessengerApp_headerNameStatus__HHapd{margin-left:12px}.MessengerApp_headerName__X422C{color:#1f2937;color:var(--text-primary);font-size:16px;font-weight:700;margin:0}.MessengerApp_headerStatus__rjLMk{color:#6b7280;color:var(--text-secondary);font-size:12px;margin:2px 0 0}.MessengerApp_messageContainer__R\+C\+C{background-color:#f0f2f5;background-color:var(--bg-color);display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px}.MessengerApp_chatList__WYrn-::-webkit-scrollbar,.MessengerApp_messageContainer__R\+C\+C::-webkit-scrollbar{width:6px}.MessengerApp_chatList__WYrn-::-webkit-scrollbar-thumb,.MessengerApp_messageContainer__R\+C\+C::-webkit-scrollbar-thumb{background-color:#d1d5db;background-color:var(--gray-300);border-radius:3px}.MessengerApp_messageRow__0\+6Rk{margin-bottom:12px;max-width:100%}.MessengerApp_messageBubble__yFCiI{box-shadow:0 1px 2px #0000000d;line-height:1.4;max-width:65%;padding:10px 14px}.MessengerApp_messageRow__0\+6Rk:not(.MessengerApp_currentUser__wG9fa) .MessengerApp_messageBubble__yFCiI{background-color:#fff;background-color:var(--white);color:#1f2937;color:var(--text-primary)}.MessengerApp_currentUser__wG9fa .MessengerApp_messageBubble__yFCiI{background-color:#0084ff;background-color:var(--primary-color);border-bottom-right-radius:4px;color:#fff}.MessengerApp_senderName__\+SVPs{color:#6b7280;color:var(--text-secondary);font-size:11px}.MessengerApp_messageTimestamp__Wke\+R{font-size:10px;margin-top:4px;opacity:.7;text-align:right}.MessengerApp_messageImage__7HnYf{cursor:pointer;transition:transform .2s}.MessengerApp_messageImage__7HnYf:hover{transform:scale(1.02)}.MessengerApp_messageFileWrapper__eII9c{align-items:center;display:flex}.MessengerApp_messageFileLink__C\+fYV{align-items:center;color:inherit;display:flex;gap:8px;text-decoration:none}.MessengerApp_inputArea__8rZVI{background:#fff;background:var(--white);border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);padding:16px}.MessengerApp_inputWrapper__9BhBB{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:24px;display:flex;padding:4px 8px}.MessengerApp_messageInput__Mk6po{background:#0000;border:none;flex:1 1;font-size:15px;max-height:100px;outline:none;padding:10px}.MessengerApp_sendButton__xLiTL{align-items:center;background:#0000;border:none;color:#0084ff;color:var(--primary-color);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:transform .2s}.MessengerApp_sendButton__xLiTL:disabled{color:#d1d5db;color:var(--gray-300);cursor:default}.MessengerApp_sendButton__xLiTL:not(:disabled):hover{transform:scale(1.1)}.MessengerApp_chatAvatarWrapper__yCHsB{display:inline-block;position:relative}.MessengerApp_avatarLarge__YsH3k,.MessengerApp_avatarSmall__dfwG-,.MessengerApp_avatar__6GGEo{align-items:center;background-color:#e5e7eb;background-color:var(--gray-200);border-radius:50%;color:#6b7280;color:var(--text-secondary);display:flex;font-weight:700;justify-content:center;object-fit:cover}.MessengerApp_avatar__6GGEo{font-size:18px;height:48px;width:48px}.MessengerApp_avatarSmall__dfwG-{font-size:12px;height:32px;width:32px}.MessengerApp_avatarLarge__YsH3k{font-size:32px;height:80px;width:80px}.MessengerApp_statusIndicator__uRXQ4{fill:currentColor;background:#fff;border:2px solid #fff;border-radius:50%;bottom:2px;color:#31a24c;color:var(--online-status);height:14px;position:absolute;right:2px;width:14px}.MessengerApp_iconButton__paVbj{align-items:center;background:#0000;border:none;border-radius:50%;color:#6b7280;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s}.MessengerApp_iconButton__paVbj:hover{background-color:#e5e7eb;background-color:var(--gray-200);color:#0084ff;color:var(--primary-color)}.MessengerApp_menuButton__UbjPy{display:none;margin-right:8px}.MessengerApp_emptyChat__skF0g{flex-direction:column;height:100%;text-align:center}.MessengerApp_emptyChat__skF0g,.MessengerApp_loadingScreen__CxYJ4{align-items:center;color:#6b7280;color:var(--text-secondary);display:flex;justify-content:center}.MessengerApp_loadingScreen__CxYJ4{background:#f0f2f5;background:var(--bg-color);font-size:18px;height:100vh}.MessengerApp_modalOverlay__FiwHv{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.MessengerApp_modalContent__sMZCx{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);display:flex;flex-direction:column;max-height:80vh;padding:24px;width:400px}.MessengerApp_modalHeader__AF\+s2{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.MessengerApp_modalHeader__AF\+s2 h3{margin:0}.MessengerApp_modalInput__vKa3q{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:8px;font-size:15px;margin-bottom:16px;padding:12px}.MessengerApp_modalMemberList__jXo8T{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;flex:1 1;margin-bottom:16px;overflow-y:auto;padding:8px}.MessengerApp_memberLabel__6NGcz{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px}.MessengerApp_memberLabel__6NGcz:hover{background:#f9fafb;background:var(--gray-50)}.MessengerApp_modalButton__HtCVK{background:#0084ff;background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px;transition:background-color .2s}.MessengerApp_modalButton__HtCVK:hover{background:#0078e7;background:var(--primary-hover)}@media (max-width:768px){.MessengerApp_messengerContainer__-j8fP{position:relative}.MessengerApp_sidebar__JzaFA{bottom:0;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%}.MessengerApp_sidebar__JzaFA.MessengerApp_show__nwVCh{transform:translateX(0)}.MessengerApp_mainChatArea__nqrlX{display:flex;width:100%}.MessengerApp_menuButton__UbjPy{display:flex}}.MessengerApp_messageContainer__R\+C\+C{--my-msg-bg:linear-gradient(135deg,#667eea,#764ba2);--other-msg-bg:#fff;--text-dark:#1a202c;--text-light:#fff;--meta-color:#fffc;--meta-color-dark:#a0aec0;--shadow-bubble:0 2px 5px #0000000d}.MessengerApp_messageRow__0\+6Rk{align-items:flex-end;animation:MessengerApp_fadeIn__c0rkv .3s ease;display:flex;margin-bottom:8px;padding:0 10px}@keyframes MessengerApp_fadeIn__c0rkv{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MessengerApp_messageRow__0\+6Rk.MessengerApp_currentUser__wG9fa{flex-direction:row-reverse}.MessengerApp_messageAvatarContainer__9\+tR4{flex-shrink:0;margin:0 8px 4px}.MessengerApp_messageBubble__yFCiI{word-wrap:break-word;border-radius:18px;box-shadow:var(--shadow-bubble);display:flex;flex-direction:column;font-size:15px;line-height:1.5;max-width:70%;padding:8px 12px;position:relative}.MessengerApp_messageRow__0\+6Rk:not(.MessengerApp_currentUser__wG9fa) .MessengerApp_messageBubble__yFCiI{background-color:var(--other-msg-bg);border-bottom-left-radius:4px;color:var(--text-dark)}.MessengerApp_messageRow__0\+6Rk.MessengerApp_currentUser__wG9fa .MessengerApp_messageBubble__yFCiI{background:var(--my-msg-bg);border-bottom-right-radius:4px;color:var(--text-light)}.MessengerApp_senderName__\+SVPs{color:#e53e3e;cursor:pointer;font-size:12px;font-weight:700;margin-bottom:4px}.MessengerApp_senderName__\+SVPs:hover{text-decoration:underline}.MessengerApp_messageText__B-BVB{margin:0;white-space:pre-wrap}.MessengerApp_messageMeta__JVF2z{align-items:center;display:flex;font-size:11px;gap:4px;justify-content:flex-end;margin-top:4px;-webkit-user-select:none;user-select:none}.MessengerApp_messageRow__0\+6Rk:not(.MessengerApp_currentUser__wG9fa) .MessengerApp_messageMeta__JVF2z{color:var(--meta-color-dark)}.MessengerApp_messageRow__0\+6Rk.MessengerApp_currentUser__wG9fa .MessengerApp_messageMeta__JVF2z{color:var(--meta-color)}.MessengerApp_messageImage__7HnYf{border-radius:12px;cursor:zoom-in;display:block;margin-bottom:4px;max-height:300px;max-width:100%;object-fit:cover}.MessengerApp_fileCard__VuCJH{align-items:center;background:#0000000d;border-radius:12px;display:flex;min-width:200px;padding:10px;text-decoration:none;transition:background .2s}.MessengerApp_messageRow__0\+6Rk.MessengerApp_currentUser__wG9fa .MessengerApp_fileCard__VuCJH{background:#fff3;color:#fff}.MessengerApp_fileIcon__b3laj{align-items:center;display:flex;justify-content:center;margin-right:10px}.MessengerApp_fileInfo__y9YyI{display:flex;flex-direction:column;overflow:hidden}.MessengerApp_fileName__I685U{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MessengerApp_fileType__TFfco{font-size:11px;opacity:.8;text-transform:uppercase}
/*# sourceMappingURL=main.4723439e.css.map*/