.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-container{z-index:9999;width:100%;max-width:500px;position:relative}.modal-content{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close-btn:hover{color:#1e293b;background:#e2e8f0;transform:rotate(90deg)}.modal-icon{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 24px rgba(239,68,68,.3)}.modal-title{color:#1e293b;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.modal-message{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.modal-content.error .modal-icon{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 8px 24px rgba(239,68,68,.3)}.modal-content.error .modal-title{color:#dc2626}@media (max-width:640px){.modal-content{margin:1rem;padding:1.5rem}.modal-icon{width:64px;height:64px}.modal-title{font-size:1.25rem}.modal-message{font-size:.9rem}}.ticket-detail-container-modern{background-image:url(/assets/images/logos/support.jpg);background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh;position:relative}.ticket-detail-container-modern:before{content:"";opacity:.4;z-index:0;background-image:url(/assets/images/logos/background.jpg);background-position:50%;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.ticket-detail-container-modern:after{content:"";z-index:1;background:rgba(255,255,255,.96);position:absolute;top:0;bottom:0;left:0;right:0}.ticket-detail-container-modern>*{z-index:2;position:relative}.ticket-detail-container-modern:before,.ticket-detail-container-modern:after{will-change:transform}.ticket-detail-header-modern{z-index:10;background:#fff;flex-shrink:0;width:100%;margin-bottom:2rem;padding:1rem 2rem;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.08)}.ticket-detail-header-top{align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.btn-back-ticket-detail{color:#475569;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.btn-back-ticket-detail:hover{color:#fff;background:#095e84;border-color:#095e84;transform:translate(-4px)}.ticket-detail-header-title{flex:1;align-items:center;gap:1rem;display:flex}.ticket-detail-icon-large-modern{color:#fff;background:linear-gradient(135deg,#095e84 0%,#0a7ba8 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 12px rgba(16,185,129,.3)}.ticket-detail-header-title h1{color:#1e293b;margin:0 0 .125rem;font-size:1.5rem;font-weight:800;line-height:1.2}.ticket-detail-header-title p{color:#64748b;margin:0;font-size:.8125rem;line-height:1.3}.ticket-detail-main-modern{padding:0 2rem 2rem}.content-wrapper-ticket-detail{max-width:1400px;margin:0 auto}.ticket-detail-grid-modern{grid-template-columns:1fr 350px;gap:2rem;display:grid}.loading-container-ticket-detail{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.loading-container-ticket-detail .spinner{border:4px solid #f1f5f9;border-top-color:#095e84;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-container-ticket-detail p{color:#64748b;font-size:1rem}.ticket-content-modern{background:#fff;border:2px solid #f1f5f9;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.status-badge-large{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;align-items:center;gap:.625rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:700;display:inline-flex}.status-badge-large.ouvert{color:#d97706;background:#fef3c7;border:2px solid #fde68a}.status-badge-large.en_cours{color:#7c3aed;background:#ede9fe;border:2px solid #ddd6fe}.status-badge-large.resolu{color:#0a7ba8;background:#d1fae5;border:2px solid #a7f3d0}.status-badge-large.ferme{color:#475569;background:#f1f5f9;border:2px solid #e2e8f0}.status-badge-large svg{flex-shrink:0}.ticket-subject-large{color:#1e293b;margin:0 0 1.5rem;font-size:1.875rem;font-weight:800;line-height:1.3}.ticket-meta{border-bottom:2px solid #f1f5f9;flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.meta-item{color:#64748b;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.meta-item svg{color:#095e84;flex-shrink:0}.ticket-description-section{margin-bottom:2rem}.ticket-description-section h3{color:#1e293b;margin:0 0 1rem;font-size:1.125rem;font-weight:700}.description-content{color:#334155;white-space:pre-wrap;background:#f8fafc;border-left:4px solid #095e84;border-radius:12px;padding:1.25rem;font-size:.9375rem;line-height:1.7}.response-section{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-left:4px solid #095e84;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.response-section h3{color:#166534;align-items:center;gap:.625rem;margin:0 0 1rem;font-size:1.125rem;font-weight:700;display:flex}.response-content{background:#fff;border-radius:10px;padding:1.25rem}.response-header{color:#166534;border-bottom:1px solid #f0fdf4;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.response-header svg{flex-shrink:0}.response-date{color:#64748b;margin-left:auto;font-weight:400}.response-content p{color:#334155;white-space:pre-wrap;margin:0;font-size:.9375rem;line-height:1.7}.support-response-form{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;margin-top:2rem;padding:1.5rem}.support-response-form h3{color:#1e293b;align-items:center;gap:.625rem;margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;display:flex}.support-response-form .form-group{margin-bottom:1rem}.support-response-form label{color:#1e293b;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.support-response-form select,.support-response-form textarea{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:.75rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.support-response-form select:focus,.support-response-form textarea:focus{border-color:#095e84;outline:none;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.support-response-form textarea{resize:vertical;min-height:120px;line-height:1.6}.support-response-form.form-locked{opacity:.7;position:relative}.support-response-form.form-locked:before{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(239,68,68,.03) 10px,rgba(239,68,68,.03) 20px);border-radius:12px;position:absolute;top:0;bottom:0;left:0;right:0}.form-options{margin-bottom:1rem}.checkbox-label{color:#475569;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#095e84;width:18px;height:18px}.quick-actions{margin-bottom:1.5rem}.ticket-sidebar-modern{flex-direction:column;gap:1.5rem;display:flex}.sidebar-card-modern{background:#fff;border:2px solid #f1f5f9;border-radius:16px;padding:1.75rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.sidebar-card-modern h4{color:#1e293b;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.sidebar-card-modern h4 svg{flex-shrink:0}.priority-badge{text-align:center;border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;font-weight:600}.priority-badge.priority-urgente{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:2px solid #fecaca}.priority-badge.priority-haute{color:#9a3412;background:linear-gradient(135deg,#fed7aa 0%,#fdba74 100%);border:2px solid #fdba74}.priority-badge.priority-normale{color:#095e84;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border:2px solid #bfdbfe}.priority-badge.priority-basse{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:2px solid #bbf7d0}.detail-list{flex-direction:column;gap:.75rem;display:flex}.detail-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#64748b;font-size:.875rem;font-weight:500}.detail-item .value{color:#1e293b;text-transform:capitalize;font-size:.875rem;font-weight:600}.sidebar-card-modern select{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;margin-bottom:.75rem;padding:.625rem;font-size:.875rem;transition:all .2s}.sidebar-card-modern select:focus{border-color:#095e84;outline:none;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.status-icon-ouvert{color:#d97706}.status-icon-en-cours{color:#7c3aed}.status-icon-resolu{color:#0a7ba8}.status-icon-ferme{color:#475569}@media (max-width:1024px){.ticket-detail-grid-modern{grid-template-columns:1fr}.ticket-sidebar-modern{order:-1}}@media (max-width:768px){.ticket-detail-header-modern{padding:1rem}.ticket-detail-header-top{flex-direction:column;align-items:flex-start;gap:1rem}.ticket-detail-header-title{width:100%}.ticket-detail-header-title h1{font-size:1.25rem}.ticket-detail-icon-large-modern{width:45px;height:45px}.ticket-detail-icon-large-modern svg{width:24px;height:24px}.ticket-detail-main-modern{padding:0 1.25rem 1.25rem}.ticket-content-modern{padding:1.5rem}.ticket-subject-large{font-size:1.5rem}.ticket-meta{flex-direction:column;gap:.75rem}.sidebar-card-modern{padding:1.25rem}}.helpful-confirmation-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:2px solid #095e84;border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 12px rgba(9,94,132,.15)}.helpful-confirmation-section h3{color:#095e84;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.125rem;font-weight:600;display:flex}.helpful-buttons{flex-wrap:wrap;gap:1rem;display:flex}.helpful-btn{cursor:pointer;border:2px solid;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:150px;padding:.875rem 1.5rem;font-family:Titillium Web,sans-serif;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.helpful-btn:disabled{opacity:.6;cursor:not-allowed}.helpful-btn-yes{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#10b981}.helpful-btn-yes:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.helpful-btn-no{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ef4444}.helpful-btn-no:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.replies-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:2px solid #e2e8f0;border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 12px rgba(9,94,132,.1)}.replies-section h3{color:#095e84;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;display:flex}.replies-list{flex-direction:column;gap:1rem;display:flex}.reply-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:1rem;transition:all .3s}.reply-item.reply-support{background:linear-gradient(135deg,rgba(9,94,132,.05) 0%,rgba(9,94,132,.02) 100%);border-color:#095e84}.reply-item.reply-user{background:#fff;border-color:#cbd5e1}.reply-header{color:#64748b;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.reply-author{color:#1e293b;align-items:center;gap:.5rem;font-weight:600;display:flex}.reply-badge{color:#fff;background:#095e84;border-radius:4px;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.reply-date{color:#94a3b8;margin-left:auto;font-size:.8125rem}.reply-message{color:#1e293b;white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.reply-form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:2px solid #095e84;border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 12px rgba(9,94,132,.15)}.reply-form-section h3{color:#095e84;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.125rem;font-weight:600;display:flex}.reply-textarea{resize:vertical;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:100%;min-height:120px;margin-bottom:1rem;padding:.875rem;font-family:Titillium Web,sans-serif;font-size:.9375rem;transition:all .3s}.reply-textarea:focus{border-color:#095e84;outline:none;box-shadow:0 0 0 3px rgba(9,94,132,.1)}.take-charge-card{background:linear-gradient(135deg,rgba(16,185,129,.1) 0%,rgba(5,150,105,.05) 100%);border:3px solid #10b981;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(16,185,129,.25)}.take-charge-card:before{content:"";background:linear-gradient(45deg,transparent,rgba(16,185,129,.1),transparent);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.cancel-charge-card{background:linear-gradient(135deg,rgba(239,68,68,.1) 0%,rgba(220,38,38,.05) 100%);border:3px solid #ef4444;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(239,68,68,.25)}.cancel-charge-card:before{content:"";background:linear-gradient(45deg,transparent,rgba(239,68,68,.1),transparent);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%}.delete-card{background:linear-gradient(135deg,rgba(239,68,68,.05) 0%,rgba(220,38,38,.02) 100%);border:2px solid #fecaca}@media (max-width:768px){.helpful-buttons{flex-direction:column}.helpful-btn{width:100%}.replies-section,.reply-form-section,.helpful-confirmation-section{padding:1rem}.reply-header{flex-wrap:wrap}.reply-date{width:100%;margin-left:0}}
