.app-container{background:#f5f7fa;flex-direction:column;min-height:100vh;display:flex}.admin-header{color:#fff;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.admin-header h1{margin:0;font-size:1.75rem;font-weight:700}.admin-header h1 small{opacity:.9;margin-left:.5rem;font-size:1rem;font-weight:400}.user-info{opacity:.95;font-size:.95rem}.btn-logout-admin{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:.5rem 1.5rem;font-size:.9rem;transition:all .3s}.btn-logout-admin:hover{background:#ffffff4d}.admin-main{flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow:hidden}.admin-sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:350px;min-width:300px;display:flex}.admin-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-card{text-align:center;background:#fff;border-left:4px solid #667eea;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.stat-value{color:#1e3c72;margin:0;font-size:2rem;font-weight:700}.stat-label{color:#718096;margin:.5rem 0 0;font-size:.875rem}.admin-filters{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #00000014}.admin-filter-select{cursor:pointer;background:#fff;border:2px solid #e1e8ed;border-radius:6px;width:100%;padding:.75rem;font-size:.9rem}.admin-filter-select:focus{border-color:#667eea;outline:none}.admin-ticket-list{background:#fff;border-radius:12px;flex:1;max-height:calc(100vh - 350px);padding:.75rem;overflow-y:auto;box-shadow:0 2px 8px #00000014}.admin-ticket-item{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:8px;margin-bottom:.75rem;padding:1rem;transition:all .3s}.admin-ticket-item:hover{background:#edf2f7;transform:translate(4px)}.admin-ticket-item.active{background:#eef2ff;border-color:#667eea}.admin-ticket-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.admin-ticket-id{color:#718096;font-family:monospace;font-size:.8rem}.priority-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.priority-badge.priority-low{color:#155724;background:#d4edda}.priority-badge.priority-medium{color:#856404;background:#fff3cd}.priority-badge.priority-high{color:#721c24;background:#f8d7da}.admin-ticket-title{color:#2d3748;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .5rem;font-size:.95rem;font-weight:600;overflow:hidden}.admin-ticket-meta{color:#718096;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.admin-content{flex:1;min-width:0;overflow:hidden}.ticket-detail-card{background:#fff;border-radius:12px;flex-direction:column;height:calc(100vh - 150px);display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.ticket-detail-card.closed{opacity:.9}.detail-header{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.detail-header>div:first-child{flex:1;min-width:0}.detail-title{color:#2d3748;word-break:break-word;margin:0 0 .5rem;font-size:1.5rem}.text-gray-600{color:#718096;margin:.5rem 0 0;font-size:.9rem}.status-locked{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.badge{border-radius:6px;padding:.5rem 1rem;font-weight:600;display:inline-block}.locked-hint{color:#718096;margin:0;font-size:.85rem}.detail-status-select{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-shrink:0;min-width:180px;padding:.75rem 1rem;font-size:.9rem}.detail-status-select:focus{border-color:#667eea;outline:none}.detail-info-grid{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;display:grid}.info-item label{color:#718096;text-transform:uppercase;font-size:.85rem;font-weight:600}.info-item p{color:#2d3748;margin:0;font-size:1rem}.bg-purple-50{background:#faf5ff}.border{border:1px solid}.border-purple-200{border-color:#e9d8fd}.p-3{padding:1rem}.rounded{border-radius:8px}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-purple-800{color:#6b46c1}.detail-actions{border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.btn-assign{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-assign:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.detail-description{border-bottom:1px solid #e2e8f0;padding:1.5rem}.detail-description h3{color:#2d3748;margin:0 0 1rem;font-size:1.1rem}.detail-description p{color:#4a5568;white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.6}.comments-section{flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow:hidden}.comments-section h3{color:#2d3748;margin:0 0 1rem;font-size:1.2rem}.comments-list{flex:1;max-height:300px;margin-bottom:1rem;padding-right:.5rem;overflow-y:auto}.comment-box{word-break:break-word;background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;padding:1rem}.comment-box.admin-reply{background:#eef2ff;border-left-color:#667eea;margin-left:2rem}.comment-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.comment-author{color:#2d3748;font-weight:600}.comment-date{color:#718096}.comment-text{color:#4a5568;margin:0;line-height:1.5}.comment-form{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.comment-input{resize:vertical;border:2px solid #e2e8f0;border-radius:8px;flex:1;min-height:80px;padding:.875rem;font-family:inherit;font-size:.9rem}.comment-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.btn-send{color:#fff;cursor:pointer;white-space:nowrap;background:#667eea;border:none;border-radius:8px;flex-shrink:0;min-width:100px;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-send:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}@media (width<=1024px){.admin-main{flex-direction:column}.admin-sidebar{width:100%;min-width:unset}.admin-ticket-list{max-height:300px}.ticket-detail-card{height:auto;min-height:500px}}@media (width<=768px){.admin-header{text-align:center;flex-direction:column;gap:1rem}.admin-stats{grid-template-columns:1fr}.detail-header{flex-direction:column}.detail-info-grid{grid-template-columns:1fr}.comment-form{flex-direction:column}.btn-send{width:100%}}.admin-panel{background:#f0f2f5;min-height:100vh}.admin-loading{color:#5c6bc0;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.admin-panel-header{color:#fff;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 4px 12px #00000026}.admin-header-left{align-items:center;gap:1rem;display:flex}.admin-header-left h1{margin:0;font-size:1.4rem;font-weight:600}.admin-badge{color:#fff;text-transform:uppercase;background:#ff5722;border-radius:4px;padding:4px 12px;font-size:.7rem;font-weight:700}.admin-header-right{align-items:center;gap:1.5rem;display:flex}.admin-user-info{opacity:.95;font-size:.9rem}.btn-admin-logout{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:8px 20px;font-weight:500;transition:background .2s}.btn-admin-logout:hover{background:#ffffff4d}.admin-nav{background:#fff;border-bottom:2px solid #e0e0e0;gap:.5rem;padding:0 2rem;display:flex;box-shadow:0 2px 4px #0000000d}.nav-tab{cursor:pointer;color:#616161;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 2rem;font-size:.95rem;font-weight:500;transition:all .2s}.nav-tab:hover{color:#3f51b5;background:#f5f5f5}.nav-tab.active{color:#3f51b5;background:#e8eaf6;border-bottom-color:#3f51b5}.admin-content{max-width:1400px;margin:0 auto;padding:2rem}.section-title{color:#263238;margin:0 0 1.5rem;font-size:1.4rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border-left:4px solid #3f51b5;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 2px 8px #00000014}.stat-card:hover{transform:translateY(-4px)}.stat-card.primary{border-left-color:#3f51b5}.stat-card.success{border-left-color:#43a047}.stat-card.warning{border-left-color:#fb8c00}.stat-card.info{border-left-color:#039be5}.stat-card.danger{border-left-color:#e53935}.stat-card.purple{border-left-color:#8e24aa}.stat-icon{opacity:.8;font-size:2rem}.stat-info{flex-direction:column;display:flex}.stat-number{color:#263238;font-size:1.8rem;font-weight:700}.stat-label{color:#78909c;font-size:.85rem;font-weight:500}.admin-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e0e0e0;padding:1rem}.admin-table th{color:#455a64;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;font-size:.8rem;font-weight:600}.admin-table tr:hover{background:#f5f5f5}.admin-table tr.clickable-row{cursor:pointer}.full-table{margin-top:1rem}.badge{text-transform:uppercase;border-radius:4px;padding:4px 12px;font-size:.75rem;font-weight:600}.badge-new{color:#2e7d32;background:#c8e6c9}.badge-in_progress{color:#e65100;background:#ffe0b2}.badge-waiting{color:#1565c0;background:#bbdefb}.badge-closed{color:#424242;background:#e0e0e0}.badge-cancelled{color:#c62828;background:#ffcdd2}.priority-low{color:#43a047;font-weight:600}.priority-medium{color:#fb8c00;font-weight:600}.priority-high{color:#e53935;font-weight:600}.role-badge{text-transform:uppercase;border-radius:4px;padding:4px 12px;font-size:.75rem;font-weight:600}.role-worker{color:#1976d2;background:#e3f2fd}.role-specialist{color:#7b1fa2;background:#f3e5f5}.role-admin{color:#c62828;background:#ffebee}.edit-panel{z-index:1000;background:#fff;flex-direction:column;width:400px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-5px 0 20px #00000026}.edit-panel.open{transform:translate(0)}.panel-overlay{z-index:900;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.panel-header{background:#f8f9fa;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.panel-header h3{color:#263238;margin:0}.close-btn{cursor:pointer;color:#78909c;background:0 0;border:none;font-size:1.5rem}.panel-body{flex:1;padding:1.5rem;overflow-y:auto}.panel-body label{color:#546e7a;margin-top:1rem;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.panel-body label:first-child{margin-top:0}.admin-input,.admin-textarea,.admin-select{border:1px solid #cfd8dc;border-radius:6px;width:100%;padding:10px;font-size:.95rem;transition:border .2s}.admin-input:focus,.admin-textarea:focus{border-color:#3f51b5;outline:none}.admin-textarea{resize:vertical;min-height:100px}.form-row{gap:10px;display:flex}.form-row>div{flex:1}.panel-actions{flex-direction:column;gap:10px;margin-top:2rem;display:flex}.btn-save{color:#fff;cursor:pointer;background:#3f51b5;border:none;border-radius:6px;padding:12px;font-weight:600}.btn-save:hover{background:#303f9f}.btn-delete{color:#e53935;cursor:pointer;background:#fff;border:1px solid #e53935;border-radius:6px;padding:12px}.btn-delete:hover{background:#ffebee}@media (width<=768px){.admin-panel-header{text-align:center;flex-direction:column;gap:1rem}.admin-nav{flex-wrap:wrap;padding:0 1rem}.nav-tab{flex:1;min-width:120px}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr}.admin-table{font-size:.85rem}.edit-panel{width:100%}}.app-container.auth-page{background:#f5f7fa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.app-container.auth-page h1{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.app-container.auth-page h1 small{color:#7f8c8d;margin-top:.25rem;font-size:1rem;font-weight:400;display:block}.app-container.auth-page>p{color:#7f8c8d;text-align:center;margin-bottom:1.5rem}.app-container.auth-page form{background:#fff;border:1px solid #e1e8ed;border-radius:12px;flex-direction:column;gap:.75rem;width:100%;max-width:400px;padding:2rem;display:flex;box-shadow:0 4px 20px #00000014}.auth-input{background:#f8f9fa;border:1px solid #d1d8dd;border-radius:8px;outline:none;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.app-container.auth-page form button[type=submit]{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s}.app-container.auth-page form button[type=submit]:hover{background:#1a6896}.user-info{flex-direction:column;align-items:flex-end;display:flex}.user-info span{color:#9ca3af;font-size:.75rem}.app-layout{grid-template-columns:350px 1fr;gap:1.5rem;max-width:1400px;height:calc(100vh - 64px);margin:0 auto;padding:1.5rem;display:grid;overflow:hidden}.user-sidebar{flex-direction:column;gap:1.5rem;padding-right:5px;display:flex;overflow-y:auto}.ticket-list{flex-direction:column;flex:1;gap:.5rem;display:flex;overflow-y:auto}.comment-form-inline .comment-input{resize:none;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;height:44px;padding:.8rem;font-family:inherit}.comment-form-inline .comment-input:focus{border-color:#3b82f6}@media (width<=1024px){.app-layout{grid-template-columns:1fr;height:auto;overflow:auto}.user-sidebar{height:auto}.user-content{min-height:600px}}@media (width<=768px){.user-header{padding:0 1rem}.form-row{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{color:#2c3e50;-webkit-font-smoothing:antialiased;background:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e8ecf1}::-webkit-scrollbar-thumb{background:#95a5a6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7f8c8d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.3s ease-out fadeIn}.card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 1px 3px #0000001a}.card:hover{box-shadow:0 4px 16px #0000001f}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#2980b9}.btn-primary:hover{background:#1a6896}.btn-danger{color:#fff;background:#e74c3c}.btn-danger:hover{background:#c0392b}.btn-secondary{color:#2c3e50;background:#ecf0f1;border:1px solid #bdc3c7}.btn-secondary:hover{background:#d5dbdb}.input,.textarea,.select{border:1px solid #d1d8dd;border-radius:6px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.input:focus,.textarea:focus,.select:focus{border-color:#2980b9;box-shadow:0 0 0 3px #2980b91a}.textarea{resize:vertical;min-height:100px}.badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;border-radius:4px;align-items:center;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-new{background:#27ae60}.badge-in_progress{background:#f39c12}.badge-waiting{background:#3498db}.badge-closed{background:#7f8c8d}.badge-cancelled{background:#e74c3c}.auth-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.auth-title{text-align:center;margin-bottom:2rem}.auth-title h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.auth-title p{color:#7f8c8d;margin:0;font-size:.95rem}.auth-input{background:#f8f9fa;border:1px solid #d1d8dd;border-radius:8px;outline:none;width:100%;margin-bottom:1rem;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.auth-input:focus{background:#fff;border-color:#2980b9;box-shadow:0 0 0 3px #2980b91a}.auth-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s}.auth-btn:hover{background:#1a6896}.auth-toggle{text-align:center;color:#7f8c8d;margin-top:1.5rem;font-size:.9rem}.auth-link{color:#2980b9;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0 4px;font-weight:600}.auth-link:hover{text-decoration:underline}.app-container{background:#f5f7fa;min-height:100vh}.user-header{color:#fff;background:#111827;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.header-left{align-items:center;gap:1rem;display:flex}.logo{margin:0;font-size:1.25rem;font-weight:700}.role-badge{color:#9ca3af;background:#374151;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:500}.header-right{align-items:center;gap:1.5rem;display:flex}.user-profile{text-align:right}.user-name{font-size:.95rem;font-weight:600;display:block}.user-email{color:#9ca3af;font-size:.75rem;display:block}.btn-logout{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:6px;padding:6px 16px;transition:all .2s}.btn-logout:hover{color:#fff;background:#ef4444;border-color:#ef4444}.user-layout{grid-template-columns:350px 1fr;gap:1.5rem;max-width:1400px;height:calc(100vh - 64px);margin:0 auto;padding:1.5rem;display:grid;overflow:hidden}.user-sidebar{flex-direction:column;gap:1.5rem;display:flex;overflow-y:auto}.card-title{color:#1f2937;border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.count-badge{color:#4b5563;background:#e5e7eb;border-radius:9999px;padding:2px 8px;font-size:.8rem}.create-form-card{flex-shrink:0}.form-group{margin-bottom:1rem}.form-group label{color:#4b5563;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:80px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:background .2s}.btn-submit:hover{background:#1d4ed8}.list-card{flex-direction:column;flex:1;display:flex;overflow:hidden}.ticket-list{flex-direction:column;flex:1;gap:.5rem;padding-right:5px;display:flex;overflow-y:auto}.ticket-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s}.ticket-item:hover{background:#eff6ff;border-color:#3b82f6}.ticket-item.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.ticket-top{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.priority-indicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.priority-indicator.high{background:#ef4444}.priority-indicator.medium{background:#f59e0b}.priority-indicator.low{background:#10b981}.ticket-title{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.ticket-bottom{justify-content:space-between;align-items:center;display:flex}.status-pill{text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;padding:2px 8px;font-size:.7rem;font-weight:700}.status-pill.new{color:#065f46;background:#d1fae5}.status-pill.in_progress{color:#92400e;background:#fef3c7}.status-pill.waiting{color:#1e40af;background:#dbeafe}.status-pill.closed{color:#4b5563;background:#f3f4f6}.status-pill.cancelled{color:#991b1b;background:#fee2e2}.ticket-date{color:#9ca3af;font-size:.75rem}.empty-text{text-align:center;color:#9ca3af;padding:2rem 0;font-size:.9rem}.user-content{background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.empty-state-content{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state-content h2{color:#6b7280;margin:0 0 .5rem}.ticket-detail-card{flex-direction:column;height:100%;padding:2rem;display:flex}.detail-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.detail-title{color:#111827;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.detail-meta{color:#6b7280;margin:0;font-size:.85rem}.status-action-box{flex-direction:column;align-items:flex-end;display:flex}.status-select{cursor:pointer;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.status-locked{background:#f3f4f6;border-radius:6px;flex-direction:column;align-items:flex-end;gap:2px;padding:.5rem 1rem;display:flex}.badge-closed{color:#059669;font-size:.9rem;font-weight:700}.lock-text{color:#6b7280;font-size:.75rem}.detail-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.info-grid{background:#f9fafb;border-radius:8px;gap:2rem;margin-bottom:1.5rem;padding:1rem;display:flex}.info-item{flex-direction:column;gap:4px;display:flex}.info-item span{text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:600}.info-item strong{color:#111827}.text-danger{color:#ef4444}.description-box{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.description-box h3{color:#374151;margin:0 0 .75rem;font-size:1rem;font-weight:700}.description-box p{color:#4b5563;white-space:pre-wrap;margin:0;line-height:1.6}.comments-area{flex-direction:column;flex:1;min-height:0;display:flex}.comments-area h3{color:#374151;margin:0 0 1rem;font-size:1rem;font-weight:700}.comments-scroll{flex-direction:column;flex:1;gap:1rem;margin-bottom:1rem;padding-right:1rem;display:flex;overflow-y:auto}.comment-bubble{border-radius:8px;max-width:80%;padding:1rem}.support-comment{background:#f3f4f6;border-bottom-left-radius:0;align-self:flex-start}.my-comment{background:#eff6ff;border:1px solid #bfdbfe;border-bottom-right-radius:0;align-self:flex-end}.comment-meta{justify-content:space-between;margin-bottom:.4rem;display:flex}.comment-meta strong{color:#1f2937;font-size:.9rem}.comment-meta small{color:#9ca3af;font-size:.75rem}.comment-bubble p{color:#374151;margin:0;font-size:.95rem}.comment-form-inline{border-top:1px solid #e5e7eb;gap:.5rem;padding-top:1rem;display:flex}.comment-form-inline .comment-input{resize:none;border:1px solid #d1d5db;border-radius:8px;flex:1;height:44px;padding:.8rem;font-family:inherit}.comment-form-inline .comment-input:focus{border-color:#3b82f6;outline:none}.btn-send{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background .2s;display:flex}.btn-send:hover{background:#2563eb}.main-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem 2rem;display:grid}@media (width>=1024px){.main-grid{grid-template-columns:350px 1fr}}.section-title{color:#2c3e50;border-bottom:2px solid #e1e8ed;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.ticket-card{cursor:pointer;background:#fff;border:1px solid #e1e8ed;border-radius:6px;padding:1.25rem;transition:all .2s}.ticket-card:hover{background:#f8f9fa;border-left-color:#2980b9}.ticket-card.active{background:#f0f7fb;border-color:#2980b9}.ticket-card.priority-high{border-left-color:#e74c3c}.ticket-card.priority-medium{border-left-color:#f39c12}.ticket-card.priority-low{border-left-color:#27ae60}.ticket-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.ticket-meta{color:#7f8c8d;font-size:.825rem}.ticket-details{background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000014}.ticket-details-header{border-bottom:2px solid #e1e8ed;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.ticket-details-title{color:#2c3e50;margin:0;font-size:1.5rem;font-weight:600}.ticket-info-box{background:#e8f4f8;border-left:4px solid #2980b9;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.ticket-info-text{color:#2980b9;margin:0;font-size:.875rem;font-weight:500}.ticket-description{border-bottom:1px solid #e1e8ed;margin-bottom:1.5rem;padding:1.5rem 0}.ticket-description-text{color:#34495e;margin:0;font-size:.95rem;line-height:1.7}.ticket-meta-grid{background:#f8f9fa;border-radius:6px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;padding:1.25rem;display:grid}.meta-item{padding:.5rem}.meta-label{color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.meta-value{color:#2c3e50;margin:0;font-size:.95rem;font-weight:600}.comments-section{border-top:2px solid #e1e8ed;margin-top:2rem;padding-top:2rem}.comments-title{color:#2c3e50;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.comments-list{flex-direction:column;gap:1rem;max-height:400px;margin-bottom:1.5rem;display:flex;overflow-y:auto}.comment{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:6px;padding:1.25rem}.comment.my-comment{background:#e8f4f8;border-color:#2980b9;margin-left:2rem}.comment-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.comment-author{color:#2c3e50;font-size:.9rem;font-weight:600}.comment-time{color:#95a5a6;font-size:.75rem}.comment-text{color:#34495e;margin:0;font-size:.9rem;line-height:1.6}.comment-form{gap:.75rem;display:flex}.form{margin-bottom:1.5rem}.form-title{color:#2c3e50;border-bottom:2px solid #e1e8ed;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.form-row-flex{gap:.75rem;margin-bottom:.75rem;display:flex}.form-row-flex>*{flex:1}.empty-state{text-align:center;color:#7f8c8d;background:#fff;border:2px dashed #d1d8dd;border-radius:8px;padding:4rem 2rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.empty-state-text{margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.empty-state-hint{color:#95a5a6;font-size:.875rem}.locked-hint{color:#7f8c8d;background:#f8f9fa;border:1px solid #e1e8ed;border-radius:4px;align-items:center;gap:.25rem;margin:0;padding:4px 8px;font-size:.8rem;display:flex}@media (width<=1024px){.user-layout{grid-template-columns:1fr;height:auto;overflow:auto}.user-sidebar{height:auto}.user-content{min-height:600px}}@media (width<=768px){.user-header{padding:0 1rem}.header-title{font-size:1.25rem}.main-grid{padding:0 1rem 1rem}.ticket-details{padding:1.5rem 1rem}.form-row{grid-template-columns:1fr}.comment.my-comment{margin-left:0}.ticket-details-header{flex-direction:column}}.text-muted{color:#7f8c8d}.text-primary{color:#2980b9}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.text-gray-600{color:#4b5563}
