*{box-sizing:border-box}body{background:#eef3f8;margin:0;font-family:Arial,Helvetica,sans-serif}#root{min-height:100vh}.app-container{background:#eef3f8;min-height:100vh;display:flex}.main-section{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{z-index:20;background:#fff;border-bottom:1px solid #dfe6ee;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-left h2{color:#1f2937;margin:0;font-size:22px}.topbar-center{flex:1;justify-content:center;min-width:0;display:flex}.topbar-search-box{background:#f8fafc;border:1px solid #d8e0e8;border-radius:10px;align-items:center;gap:10px;width:100%;max-width:480px;height:42px;padding:0 14px;display:flex}.topbar-search-icon{color:#94a3b8;flex-shrink:0;font-size:16px}.topbar-search-box input{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-size:14px}.topbar-right{align-items:center;gap:10px;display:flex}.create-btn{color:#fff;cursor:pointer;background:#1d8fff;border:none;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600;display:flex}.icon-btn{cursor:pointer;color:#374151;background:#fff;border:1px solid #d8e0e8;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;display:flex}.profile-box{align-items:center;gap:8px;padding-left:4px;display:flex}.profile-avatar{color:#fff;background:#0a3a82;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.profile-name{color:#1f2937;font-size:14px;font-weight:600}.content-area{grid-template-columns:330px minmax(0,1fr) 280px;height:calc(100vh - 72px);min-height:calc(100vh - 72px);display:grid}.sidebar{color:#fff;background:#0a3a82;flex-direction:column;align-items:center;gap:18px;width:72px;height:100vh;padding:14px 10px;display:flex;position:sticky;top:0}.sidebar-logo{color:#fff;background:#1e63c6;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;font-weight:700;display:flex}.sidebar-menu{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:10px;display:flex}.sidebar-icon-btn{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.sidebar-icon-btn:hover{background:#ffffff1f}.sidebar-active{color:#fff;background:#ffffff29}.ticket-list,.ticket-details,.right-panel{background:#fff;min-width:0}.ticket-list{border-right:1px solid #dfe6ee;padding:0;overflow:hidden}.ticket-details{flex-direction:column;gap:20px;padding:20px;display:flex;overflow-y:auto}.right-panel{background:#fbfcfe;border-left:1px solid #dfe6ee;flex-direction:column;gap:18px;padding:20px;display:flex;overflow-y:auto}.ticket-list-wrapper{grid-template-columns:170px 1fr;height:100%;display:grid}.views-panel{background:#f6f8fb;border-right:1px solid #dfe6ee;padding:14px 10px;overflow-y:auto}.views-header,.views-subtitle{color:#7b8794;letter-spacing:.6px;margin-bottom:10px;font-size:10px;font-weight:700}.views-subtitle{margin-top:24px}.views-list,.extra-list{flex-direction:column;gap:6px;display:flex}.view-item,.extra-item{cursor:pointer;color:#263238;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;display:flex}.active-view{color:#fff;background:#198cff}.view-count{background:#ffffff2e;border-radius:10px;padding:2px 6px;font-size:11px}.tickets-panel{background:#fff;flex-direction:column;min-width:0;display:flex;overflow-y:auto}.tickets-header{z-index:5;background:#fff;border-bottom:1px solid #e7edf3;padding:16px 16px 10px;position:sticky;top:0}.tickets-header h3{color:#1f2937;margin:0;font-size:18px}.ticket-search{z-index:4;background:#fff;border-bottom:1px solid #e7edf3;padding:12px 16px;position:sticky;top:51px}.ticket-search input{border:1px solid #d8e0e8;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px}.ticket-toolbar{z-index:3;background:#fff;border-bottom:1px solid #e7edf3;gap:8px;padding:12px 16px;display:flex;position:sticky;top:102px}.ticket-toolbar-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d8e0e8;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:600}.tickets-list{flex-direction:column;gap:8px;padding:8px;display:flex}.ticket-row{cursor:pointer;background:#fff;border:1px solid #edf2f7;border-radius:14px;padding:14px}.ticket-row:hover{background:#f8fbff}.selected-ticket{background:#edf5ff;border:1px solid #bfdbfe;box-shadow:inset 0 0 0 1px #bfdbfe}.ticket-top,.ticket-bottom{justify-content:space-between;align-items:center;display:flex}.ticket-id{color:#667085;font-size:11px;font-weight:600}.ticket-date{color:#98a2b3;font-size:11px}.ticket-middle{color:#1f2937;margin:10px 0 12px;font-size:14px;font-weight:600;line-height:1.4}.ticket-meta-left{align-items:center;gap:8px;display:flex}.priority-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.priority-high{background:#ef4444}.priority-medium{background:#f59e0b}.priority-low{background:#10b981}.ticket-status{color:#1565c0;background:#e7f0ff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.done-status{color:#2e7d32;background:#e7f7ed}.progress-status{color:#b45309;background:#fff4e5}.ticket-user-avatar{color:#fff;background:#0a3a82;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.details-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.details-ticket-id{color:#667085;margin:0 0 6px;font-size:12px;font-weight:600}.details-title{color:#111827;margin:0;font-size:24px;line-height:1.3}.details-badges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.badge-blue{color:#1565c0;background:#e8f1ff}.badge-light{color:#374151;background:#f3f4f6}.details-action-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8e0e8;border-radius:10px;padding:10px 14px;font-weight:600}.details-description{background:#f8fafc;border:1px solid #e6edf5;border-radius:14px;padding:16px}.details-description p{color:#475467;margin:0;font-size:14px;line-height:1.6}.section-title{color:#111827;margin:0 0 14px;font-size:17px}.conversation-section{flex-direction:column;gap:14px;display:flex}.message-card{background:#fff;border:1px solid #e6edf5;border-radius:14px;padding:16px}.message-top{justify-content:space-between;align-items:center;display:flex}.message-user{align-items:center;gap:12px;display:flex}.message-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.blue-avatar{background:#1d4ed8}.green-avatar{background:#059669}.message-name{color:#111827;margin:0;font-size:14px;font-weight:700}.message-role{color:#6b7280;margin:2px 0 0;font-size:12px}.message-text{color:#374151;margin:14px 0 0;font-size:14px;line-height:1.6}.reply-section{background:#fff;border:1px solid #e6edf5;border-radius:14px;padding:16px}.reply-tabs{gap:10px;margin-bottom:14px;display:flex}.reply-tab{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:8px 12px;font-weight:600}.active-reply-tab{color:#fff;background:#1d8fff}.reply-box{resize:none;box-sizing:border-box;border:1px solid #d8e0e8;border-radius:12px;outline:none;width:100%;min-height:120px;padding:12px;font-family:inherit;font-size:14px}.reply-actions{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.reply-left-actions{gap:10px;display:flex}.small-action-btn{cursor:pointer;background:#fff;border:1px solid #d8e0e8;border-radius:10px;padding:8px 12px;font-weight:600}.send-reply-btn{color:#fff;cursor:pointer;background:#1d8fff;border:none;border-radius:10px;padding:10px 16px;font-weight:700}.right-panel-title{color:#111827;margin:0;font-size:20px}.panel-section{background:#fff;border:1px solid #e6edf5;border-radius:14px;padding:16px}.property-list{flex-direction:column;gap:14px;margin-top:14px;display:flex}.property-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.property-label{color:#6b7280;font-size:13px;font-weight:600}.property-value{color:#111827;text-align:right;font-size:13px;font-weight:600}.user-pill,.blue-pill,.light-pill,.high-priority{border-radius:999px;padding:6px 10px}.user-pill{color:#1d4ed8;background:#eff6ff}.blue-pill{color:#1565c0;background:#e8f1ff}.light-pill{color:#374151;background:#f3f4f6}.high-priority{color:#b45309;background:#fef3c7}.section-subtitle{color:#111827;margin:0 0 12px;font-size:15px}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag-chip{color:#374151;background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.linked-ticket-card{background:#f8fafc;border:1px solid #e6edf5;border-radius:12px;margin-bottom:10px;padding:12px}.linked-ticket-id{color:#667085;margin:0 0 6px;font-size:11px;font-weight:700}.linked-ticket-title{color:#111827;margin:0;font-size:13px;font-weight:600}.activity-item{border-bottom:1px solid #eef2f7;padding:10px 0}.activity-item:last-child{border-bottom:none}.activity-text{color:#374151;margin:0 0 6px;font-size:13px;line-height:1.5}.activity-time{color:#9ca3af;font-size:11px}.modal-overlay{z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.create-ticket-modal{background:#fff;border-radius:20px;width:100%;max-width:720px;overflow:hidden;box-shadow:0 20px 60px #0f172a33}.modal-header{border-bottom:1px solid #e6edf5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.modal-header h2{color:#111827;margin:0 0 6px;font-size:24px}.modal-header p{color:#6b7280;margin:0;font-size:14px}.modal-close-btn{cursor:pointer;background:#fff;border:1px solid #d8e0e8;border-radius:10px;width:38px;height:38px;font-size:16px}.modal-body{flex-direction:column;gap:18px;padding:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:13px;font-weight:700}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d8e0e8;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.form-group textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal-footer{border-top:1px solid #e6edf5;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.secondary-btn,.primary-btn{cursor:pointer;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:700}.secondary-btn{color:#374151;background:#fff;border:1px solid #d8e0e8}.primary-btn{color:#fff;background:#1d8fff;border:none}.empty-note{color:#6b7280;margin:0;font-size:13px}body{margin:0;font-family:Arial,Helvetica,sans-serif}
