.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}.loading-screen p{margin-top:16px;font-size:16px}.access-denied{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f5f7fa}.access-denied-content{text-align:center;max-width:600px;width:100%;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.access-denied-content .icon{font-size:64px;margin-bottom:1.5rem}.access-denied-content h1{font-size:1.75rem;margin-bottom:1.5rem;color:#2d3748;font-weight:700}.message{font-size:1.1rem;line-height:1.6;margin-bottom:.75rem;color:#2d3748;font-weight:500}.instruction{font-size:1rem;line-height:1.6;margin-bottom:2rem;color:#718096}.telegram-id-section{background:#f7fafc;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.id-display{display:flex;flex-direction:column;gap:.75rem}.id-value{font-size:1.25rem;font-weight:600;font-family:Courier New,monospace;color:#2d3748;padding:1rem;background:#fff;border-radius:12px;word-break:break-all;border:2px solid #4299e1}.help-section{text-align:left;background:#f7fafc;padding:1.5rem;border-radius:12px;margin:1.5rem 0;border:1px solid #e2e8f0}.help-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.help-steps{margin:0;padding-left:1.25rem;color:#4a5568}.help-steps li{margin-bottom:.5rem;line-height:1.6;font-size:.9rem}.note{font-size:.9rem;color:#a0aec0;font-style:italic;line-height:1.6;margin-top:1rem}.admin-panel{min-height:100vh;background:#f5f7fa;padding-bottom:2rem}.btn-icon{width:40px;height:40px;border-radius:10px;border:none;background:#4299e1;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4299e14d;flex-shrink:0;margin-left:auto}.admin-tabs{display:flex;gap:.5rem;padding:0 1rem;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 2px 8px #00000014;align-items:center}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{display:flex;align-items:center;justify-content:center;padding:.75rem;background:transparent;border:none;border-radius:8px;color:#718096;cursor:pointer;transition:all .3s ease;width:40px;height:40px}.admin-tab:hover{background:#edf2f7;color:#2d3748}.admin-tab.active{background:#4299e1;color:#fff;box-shadow:0 2px 8px #4299e14d}.admin-content{padding:0 1rem}.dashboard{animation:fadeIn .3s ease}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr;gap:.75rem}}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #e2e8f0;min-width:0;overflow:hidden}@media (max-width: 768px){.stat-card{padding:1rem;gap:.75rem;flex-direction:column;align-items:center;text-align:center}}@media (max-width: 480px){.stat-card{padding:1rem;gap:.75rem}}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.stat-card-primary .stat-icon{background:#4299e1}.stat-card-warning .stat-icon{background:#ed8936}.stat-card-info .stat-icon{background:#38b2ac}.stat-card-success .stat-icon{background:#48bb78}.stat-content{flex:1;min-width:0}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}@media (max-width: 768px){.stat-value{font-size:1.75rem}.stat-label{font-size:.9rem}.stat-details{font-size:.8rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.stat-detail-item{font-size:.8rem}}@media (max-width: 480px){.stat-value{font-size:1.5rem}.stat-label{font-size:.85rem}.stat-details,.stat-detail-item{font-size:.75rem}}.stat-label{font-size:.9rem;color:#718096;margin-bottom:.5rem}.stat-details{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.stat-detail-item{font-size:.85rem;color:#a0aec0}.tickets-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.ticket-stat-card{background:#fff;border-radius:12px;padding:1rem;text-align:center;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.ticket-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.ticket-stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.ticket-stat-label{font-size:.85rem;color:#718096;font-weight:500}.ticket-stat-new .ticket-stat-value{color:#3182ce}.ticket-stat-progress .ticket-stat-value{color:#dd6b20}.ticket-stat-resolved .ticket-stat-value{color:#38a169}.ticket-stat-closed .ticket-stat-value{color:#718096}.recent-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.recent-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.recent-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#2d3748}.recent-list{display:flex;flex-direction:column;gap:.75rem}.recent-item{padding:1rem;background:#f7fafc;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0}.recent-item:hover{background:#edf2f7;transform:translate(4px);border-color:#cbd5e0}.recent-item-content{flex:1;min-width:0}.recent-item-title{font-weight:600;color:#2d3748;margin-bottom:.25rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.recent-item-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#718096}.recent-item-user{font-weight:500;color:#4a5568}.recent-item-date{font-size:.8rem;color:#a0aec0}.recent-item-badges{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.recent-empty{text-align:center;padding:2rem;color:#a0aec0;font-style:italic}.users-section,.tickets-section{animation:fadeIn .3s ease}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.add-user-card{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.add-user-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#2d3748}.help-text{color:#718096;font-size:.9rem;margin:0 0 1rem;line-height:1.5}.input-group{display:flex;gap:.75rem}.input-group .input{flex:1}.users-grid,.tickets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.user-card,.ticket-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;cursor:pointer;border:1px solid #e2e8f0;max-width:100%;overflow:hidden;box-sizing:border-box;word-wrap:break-word}.user-card:hover,.ticket-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f;border-color:#cbd5e0}.user-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.user-avatar{width:48px;height:48px;border-radius:12px;background:#4299e1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:1.1rem;font-weight:600;color:#2d3748;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;line-height:1.2}.user-name .user-tag{font-size:.6rem;color:#718096;font-weight:500;margin-left:.25rem;vertical-align:super;position:relative;top:-.3em}.user-card-body{margin-bottom:1rem}.user-detail{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0;font-size:.9rem}.user-detail:last-child{border-bottom:none}.user-detail-label{color:#718096}.user-detail-value{color:#2d3748;font-weight:500}.user-warning{margin-top:.75rem;padding:.75rem;background:#fef5e7;border-radius:8px;color:#c05621;font-size:.85rem;text-align:center;border:1px solid #fbd38d;font-weight:500}.user-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.role-select{flex:1;min-width:150px;padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease;font-weight:500}.role-select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.role-select:hover{border-color:#cbd5e0}.ticket-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;min-width:0;width:100%;box-sizing:border-box}.ticket-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em;box-sizing:border-box}.ticket-badges{display:flex;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.ticket-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;min-width:0;width:100%;box-sizing:border-box}.ticket-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#718096;flex:1;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.ticket-author{font-weight:500;color:#4a5568;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.ticket-date{font-size:.8rem;color:#a0aec0}.priority-low{background:#c6f6d5;color:#22543d;border-color:#9ae6b4}.priority-medium{background:#feebc8;color:#c05621;border-color:#fbd38d}.priority-high{background:#fed7d7;color:#c53030;border-color:#fc8181}.priority-critical{background:#fed7d7;color:#742a2a;border-color:#f56565;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#fff}.input,.select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;color:#2d3748;transition:all .3s ease;margin-bottom:1rem}.input:focus,.select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.input::placeholder{color:#a0aec0}.status-select{padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease;font-weight:500;max-width:100%;box-sizing:border-box;flex-shrink:0}.status-select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filters .select{flex:1;min-width:150px;margin-bottom:0}.loading-container{display:flex;justify-content:center;align-items:center;padding:4rem 2rem}.empty-state{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.1rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}@media (max-width: 768px){.tickets-stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.ticket-stat-card{padding:.75rem}.ticket-stat-value{font-size:1.5rem}.recent-section,.users-grid,.tickets-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.admin-tabs{padding:.5rem}.btn-icon{width:36px;height:36px}.input-group{flex-direction:column}}.profile-section{padding:1rem 0}.profile-card{padding:1.5rem;margin-bottom:1.5rem}.detail-value{color:#2d3748;font-weight:500;text-align:right;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:60%;box-sizing:border-box}.permissions-section{padding:1rem 0}.permissions-content{display:flex;flex-direction:column;gap:1.5rem}.role-permissions-card{padding:1.5rem}.role-permissions-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#2d3748;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.admin-note{color:#718096;font-size:.9rem;margin:0;padding:1rem;background:#f7fafc;border-radius:8px;border-left:4px solid #4299e1}.permissions-list{display:flex;flex-direction:column;gap:1.5rem}.permission-category{padding:1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.permission-category-title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#2d3748}.permission-items{display:flex;flex-direction:column;gap:.75rem}.permission-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.permission-item:hover{border-color:#4299e1;background:#ebf8ff}.permission-item input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0}.permission-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.permission-name{font-weight:500;color:#2d3748;font-size:.9rem}.permission-description{font-size:.8rem;color:#718096}.user-dashboard{min-height:100vh;background:#f5f7fa;padding-bottom:2rem}.dashboard-header{background:#fff;padding:1.5rem;margin:-1rem -1rem 1.5rem;box-shadow:0 2px 8px #00000014;border-bottom:1px solid #e2e8f0}.header-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:1.75rem;font-weight:700;margin:0;color:#2d3748}.tab{padding:.75rem 1.25rem;border:none;border-radius:8px;background:transparent;color:#718096;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tickets-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;padding:.5rem 0}.tickets-filters::-webkit-scrollbar{display:none}.filter-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.filter-btn:hover{border-color:#4299e1;color:#4299e1;background:#ebf8ff}.filter-btn-active{background:#4299e1;color:#fff;border-color:#4299e1;box-shadow:0 2px 8px #4299e14d}.filter-btn-active:hover{background:#3182ce;border-color:#3182ce;color:#fff}.tickets-list{display:flex;flex-direction:column;gap:1rem}.ticket-card{cursor:pointer;transition:all .3s ease;max-width:100%;overflow:hidden;box-sizing:border-box;word-wrap:break-word}.ticket-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f;border-color:#cbd5e0}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem;flex-wrap:wrap;min-width:0;width:100%;box-sizing:border-box}.ticket-header h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em}.badges{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0}.ticket-description{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0 0 1rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.ticket-footer{display:flex;justify-content:space-between;align-items:flex-start;font-size:.85rem;color:#718096;flex-wrap:wrap;gap:.75rem;min-width:0;width:100%;box-sizing:border-box}.ticket-author-info{max-width:100%;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.ticket-author{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box;font-weight:500;color:#4a5568}.ticket-meta-info{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end;text-align:right}.ticket-date{font-size:.85rem}.ticket-comments{font-size:.85rem;color:#4299e1;font-weight:500}.profile-tab{margin-top:0}.profile-card{padding:1.5rem}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.profile-avatar{width:64px;height:64px;border-radius:12px;background:#4299e1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;flex-shrink:0}.profile-info h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#2d3748}.profile-tag,.profile-username{display:block;font-size:.9rem;color:#718096;margin-top:.25rem}.profile-details{margin-bottom:1.5rem}.profile-detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:.9rem}.profile-detail-item:last-child{border-bottom:none}.detail-label{color:#718096}.detail-value{color:#2d3748;font-weight:500;text-align:right}.stats-card{margin-top:1rem}.stats-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#2d3748}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;background:#f7fafc;border-radius:12px;border:1px solid #e2e8f0}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem;color:#2d3748}.stat-label{font-size:.85rem;color:#718096;font-weight:500}.stat-item.stat-new .stat-value{color:#3182ce}.stat-item.stat-progress .stat-value{color:#dd6b20}.stat-item.stat-resolved .stat-value{color:#38a169}.stat-item.stat-closed .stat-value{color:#718096}.ticket-detail{min-height:100vh;background:#f5f7fa;padding-bottom:2rem}.btn-icon{width:40px;height:40px;border-radius:10px;border:none;background:#4299e1;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4299e14d;flex-shrink:0}.btn-icon:hover{background:#3182ce;transform:translateY(-2px);box-shadow:0 4px 12px #4299e166}.btn-icon:active{transform:translateY(0)}.btn-back{background:none;border:none;color:#4299e1;font-size:1rem;padding:.5rem 0;margin-bottom:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s ease}.btn-back:hover{color:#3182ce}.ticket-header-section{background:#fff;padding:1.5rem;margin:-1rem -1rem 1.5rem;box-shadow:0 2px 8px #00000014;border-bottom:1px solid #e2e8f0}.ticket-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.ticket-header-section h1,.ticket-header-content h1{font-size:1.5rem;margin-bottom:1rem;color:#2d3748;font-weight:600;flex:1;min-width:200px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.ticket-info{margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{border-bottom:none}.info-label{color:#718096;font-size:.9rem}.info-value{color:#2d3748;font-size:.9rem;font-weight:500}.ticket-description{line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#4a5568}.card h2{font-size:1.25rem;margin-bottom:1rem;color:#2d3748;font-weight:600}.attachments-list{display:flex;flex-direction:column;gap:.5rem}.attachment-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f7fafc;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0}.attachment-item:hover{background:#edf2f7;border-color:#cbd5e0}.attachment-name{flex:1;font-size:.9rem;color:#2d3748;word-break:break-all;font-weight:500}.attachment-size{font-size:.85rem;color:#718096;margin-left:.75rem}.comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.comment{padding:1rem;background:#f7fafc;border-radius:12px;border-left:3px solid #e2e8f0}.comment-admin{border-left-color:#4299e1;background:#ebf8ff}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.comment-author{font-weight:600;font-size:.9rem;color:#2d3748;display:flex;align-items:center;gap:.5rem}.admin-badge{background:#4299e1;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.comment-date{font-size:.85rem;color:#a0aec0}.comment-content{font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#4a5568}.comment-edit-form{margin-top:.5rem}.no-comments{text-align:center;color:#a0aec0;padding:2rem;font-size:.9rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.comment-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.comment-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;gap:.5rem}.comment-form-buttons{display:flex;gap:.5rem;align-items:center}.btn-icon-small{width:36px;height:36px;border-radius:8px;border:none;background:#edf2f7;color:#4a5568;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.btn-icon-small:hover{background:#e2e8f0;transform:translateY(-1px)}.btn-icon-small.recording{background:#feb2b2;color:#c53030;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.comment-files-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.comment-file-preview{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;max-width:200px}.file-preview-image{width:60px;height:60px;object-fit:cover;border-radius:6px}.file-preview-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#718096}.file-preview-name{flex:1;font-size:.85rem;color:#2d3748;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-remove{width:24px;height:24px;border-radius:50%;border:none;background:#fed7d7;color:#c53030;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;transition:all .3s ease}.file-preview-remove:hover{background:#fc8181;color:#fff}.comment-audio-preview{margin-top:.75rem;padding:.75rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.audio-duration{font-size:.85rem;color:#718096;white-space:nowrap}.audio-preview-remove{width:24px;height:24px;border-radius:50%;border:none;background:#fed7d7;color:#c53030;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;transition:all .3s ease}.audio-preview-remove:hover{background:#fc8181;color:#fff}.recording-indicator{margin-top:.75rem;padding:.75rem;background:#fed7d7;border-radius:8px;display:flex;align-items:center;gap:.75rem}.recording-dot{width:12px;height:12px;border-radius:50%;background:#c53030;animation:pulse 1.5s ease-in-out infinite}.emoji-picker-container{position:relative}.emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:.75rem;max-width:300px;max-height:200px;overflow-y:auto;display:grid;grid-template-columns:repeat(8,1fr);gap:.25rem;z-index:1000;border:1px solid #e2e8f0}.emoji-item{width:32px;height:32px;border:none;background:transparent;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease}.emoji-item:hover{background:#edf2f7;transform:scale(1.2)}.comment-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.comment-attachment{max-width:200px}.comment-attachment-image{max-width:100%;max-height:200px;border-radius:8px;cursor:pointer;object-fit:cover;transition:all .3s ease}.comment-attachment-image:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.comment-attachment-file{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease}.comment-attachment-file:hover{background:#edf2f7;border-color:#cbd5e0}.comment-attachment-file svg{color:#718096;flex-shrink:0}.comment-attachment-file span{font-size:.85rem;color:#2d3748;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-audio{margin-top:.75rem;padding:.75rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.image-modal-content{position:relative;max-width:100%;max-height:100%}.image-modal-close{position:absolute;top:-40px;right:0;width:36px;height:36px;border-radius:50%;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;transition:all .3s ease}.image-modal-close:hover{background:#ffffff4d}.image-modal-image{max-width:100%;max-height:calc(100vh - 100px);object-fit:contain;border-radius:8px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width: 768px){.emoji-picker{max-width:calc(100vw - 2rem);max-height:150px}.comment-form-actions,.comment-form-buttons{flex-wrap:wrap}.image-modal{padding:.5rem}.image-modal-close{top:-30px;width:32px;height:32px;font-size:1.2rem}}.create-ticket{min-height:100vh;background:#f5f7fa;padding-bottom:2rem}.create-ticket .page-header{margin:-1rem -1rem 1.5rem}.char-count{text-align:right;font-size:.85rem;color:#a0aec0;margin-top:-.75rem;margin-bottom:.5rem}.input-error,.textarea-error{border-color:#e53e3e!important}.input-error:focus,.textarea-error:focus{box-shadow:0 0 0 3px #e53e3e1a!important}.file-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;color:#2d3748;margin-bottom:.5rem;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#4299e1}.file-info{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f7fafc;border-radius:12px;font-size:.9rem;color:#4a5568;border:1px solid #e2e8f0}.btn-remove-file{background:none;border:none;color:#e53e3e;font-size:1.25rem;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s ease}.btn-remove-file:hover{background:#fed7d7}.create-profile{min-height:100vh;background:#f5f7fa;padding:2rem 0}.create-profile-content{max-width:500px;margin:0 auto;text-align:center}.create-profile-content .icon{font-size:64px;margin-bottom:1.5rem}.create-profile-content h1{font-size:1.75rem;margin-bottom:.75rem;color:#2d3748;font-weight:700}.description{font-size:1rem;color:#718096;margin-bottom:2rem;line-height:1.6}.edit-profile{min-height:100vh;background:#f5f7fa;padding:2rem 0}.edit-profile-content{max-width:500px;margin:0 auto}.edit-profile-content h1{font-size:1.75rem;margin-bottom:1.5rem;color:#2d3748;font-weight:700;background:#fff;padding:1.5rem;margin:-1rem -1rem 1.5rem;box-shadow:0 2px 8px #00000014;border-bottom:1px solid #e2e8f0}.profile-form{text-align:left;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.required{color:#e53e3e}.input-error{border-color:#e53e3e!important}.input-error:focus{box-shadow:0 0 0 3px #e53e3e1a!important}.error-message{display:block;font-size:.85rem;color:#e53e3e;margin-top:.25rem}.help-text{display:block;font-size:.85rem;color:#a0aec0;margin-top:.25rem;line-height:1.4}.form-actions{display:flex;gap:.75rem;margin-top:2rem}.form-actions .btn{flex:1}.color-picker-group{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.color-input{width:60px;height:44px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:0;background:none}.color-input::-webkit-color-swatch-wrapper{padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:10px}.color-text-input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:monospace;background:#fff;color:#2d3748}.color-text-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.tag-preview{padding:.5rem .75rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.tag-preview-text{font-weight:600;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:#2d3748;margin-bottom:.5rem}.checkbox{width:20px;height:20px;cursor:pointer;accent-color:#4299e1}*{box-sizing:border-box}.user-name-with-tag{display:inline-flex;align-items:baseline;gap:.25rem;line-height:1.2;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.user-name-with-tag .user-tag{font-size:.6rem;color:#718096;font-weight:500;vertical-align:super;position:relative;top:-.3em}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;width:100%;background:#f5f7fa}.container{max-width:100%;margin:0 auto;padding:1rem}.card{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.card:hover{box-shadow:0 4px 16px #0000001f}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#fff;min-height:44px}.btn-primary{background:#4299e1;box-shadow:0 2px 8px #4299e14d}.btn-primary:hover{background:#3182ce;transform:translateY(-2px);box-shadow:0 4px 12px #4299e166}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#718096;box-shadow:0 2px 8px #7180964d}.btn-secondary:hover{background:#4a5568;transform:translateY(-2px);box-shadow:0 4px 12px #71809666}.btn-danger{background:#f56565;box-shadow:0 2px 8px #f565654d}.btn-danger:hover{background:#e53e3e;transform:translateY(-2px);box-shadow:0 4px 12px #f5656566}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.input,.textarea,.select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;color:#2d3748;transition:all .3s ease;margin-bottom:1rem;font-family:inherit}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.input::placeholder,.textarea::placeholder{color:#a0aec0}.textarea{min-height:120px;resize:vertical}.select{cursor:pointer}.label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d3748;font-size:.9rem}.form-group{margin-bottom:1.25rem}.badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent}.badge-new{background:#bee3f8;color:#2c5282;border-color:#90cdf4}.badge-in-progress{background:#feebc8;color:#c05621;border-color:#fbd38d}.badge-resolved{background:#c6f6d5;color:#22543d;border-color:#9ae6b4}.badge-closed{background:#e9d8fd;color:#553c9a;border-color:#d6bcfa}.priority-low,.badge-low{background:#c6f6d5;color:#22543d;border-color:#9ae6b4}.priority-medium,.badge-medium{background:#feebc8;color:#c05621;border-color:#fbd38d}.priority-high,.badge-high{background:#fed7d7;color:#c53030;border-color:#fc8181}.priority-critical,.badge-critical{background:#fed7d7;color:#742a2a;border-color:#f56565;font-weight:700}.badge-admin{background:#4299e1;color:#fff;font-size:.7rem;padding:.25rem .6rem;border:none}.error{color:#e53e3e;font-size:.85rem;margin-top:.25rem;display:block}.success{color:#38a169;font-size:.85rem;margin-top:.25rem;display:block}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#4299e1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-header{background:#fff;padding:1.5rem;margin:-1rem -1rem 1.5rem;box-shadow:0 2px 8px #00000014;border-bottom:1px solid #e2e8f0}.page-header h1{font-size:1.75rem;font-weight:700;margin:0;color:#2d3748;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.page-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.empty-state{text-align:center;padding:4rem 2rem;color:#718096;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 2px 8px #00000014}.tabs::-webkit-scrollbar{display:none}.tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-radius:8px;color:#718096;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#edf2f7;color:#2d3748}.tab-active{background:#4299e1;color:#fff;box-shadow:0 2px 8px #4299e14d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}@media (max-width: 768px){.container{padding:.75rem}.page-header{margin:-.75rem -.75rem 1rem;padding:1rem}.page-header-content{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);margin:0;padding:0}#root{min-height:100vh;width:100%}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;outline:none}a{color:var(--tg-theme-link-color, #2481cc);text-decoration:none}
