.page-module__pgaT6G__main{background-color:var(--bg-dark);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.page-module__pgaT6G__header{background:var(--bg-card);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:15px 30px;display:flex}.page-module__pgaT6G__header h1{background:linear-gradient(90deg,#0070f3,#00f2fe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.5rem}.page-module__pgaT6G__btnAction{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;padding:8px 16px;text-decoration:none;transition:background .2s}.page-module__pgaT6G__btnAction:hover{background:#fff3}.page-module__pgaT6G__layout{flex:1;width:100%;max-width:1400px;height:calc(100vh - 65px);margin:0 auto;display:flex;overflow:hidden}.page-module__pgaT6G__sidebar{background:#ffffff05;border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;flex-direction:column;width:350px;display:flex}.page-module__pgaT6G__sidebarHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px;display:flex}.page-module__pgaT6G__sidebarHeader h2{margin:0;font-size:1.2rem}.page-module__pgaT6G__btnNew{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:4px;padding:5px 12px;font-size:.8rem;font-weight:700}.page-module__pgaT6G__ticketList{flex:1;overflow-y:auto}.page-module__pgaT6G__ticketItem{cursor:pointer;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:8px;padding:20px;transition:background .2s;display:flex}.page-module__pgaT6G__ticketItem:hover{background:#ffffff0d}.page-module__pgaT6G__ticketItem.page-module__pgaT6G__active{background:#0070f31a;border-left:4px solid #0070f3}.page-module__pgaT6G__ticketHeader{justify-content:space-between;align-items:center;display:flex}.page-module__pgaT6G__ticketSubject{margin:0;font-size:1rem;font-weight:700}.page-module__pgaT6G__statusBadge{border-radius:10px;align-self:flex-start;padding:2px 8px;font-size:.75rem;font-weight:700}.page-module__pgaT6G__status-open{color:#ef4444;background:#ef444433}.page-module__pgaT6G__status-in-progress{color:#f59e0b;background:#f59e0b33}.page-module__pgaT6G__status-resolved{color:#10b981;background:#10b98133}.page-module__pgaT6G__chatWindow{background:var(--bg-dark);border-right:1px solid #ffffff1a;flex-direction:column;flex:1;display:flex;position:relative}.page-module__pgaT6G__emptyState{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.page-module__pgaT6G__emptyIcon{opacity:.5;margin-bottom:20px;font-size:4rem}.page-module__pgaT6G__chatHeader{background:#ffffff08;border-bottom:1px solid #ffffff1a;padding:20px 30px}.page-module__pgaT6G__chatTitle h2{margin:0 0 5px;font-size:1.3rem}.page-module__pgaT6G__chatTitle p{color:var(--text-secondary);margin:0;font-size:.9rem}.page-module__pgaT6G__chatMessages{flex-direction:column;flex:1;gap:20px;padding:30px;display:flex;overflow-y:auto}.page-module__pgaT6G__message{flex-direction:column;gap:5px;max-width:70%;display:flex}.page-module__pgaT6G__message.page-module__pgaT6G__user{align-self:flex-end}.page-module__pgaT6G__message.page-module__pgaT6G__admin{align-self:flex-start}.page-module__pgaT6G__messageBubble{border-radius:12px;padding:12px 18px;font-size:1rem;line-height:1.5}.page-module__pgaT6G__user .page-module__pgaT6G__messageBubble{color:#fff;background:#0070f3;border-bottom-right-radius:4px}.page-module__pgaT6G__admin .page-module__pgaT6G__messageBubble{background:var(--bg-card);color:var(--text-primary);border:1px solid #ffffff1a;border-bottom-left-radius:4px}.page-module__pgaT6G__messageTime{color:var(--text-secondary);align-self:flex-start;font-size:.75rem}.page-module__pgaT6G__user .page-module__pgaT6G__messageTime{align-self:flex-end}.page-module__pgaT6G__chatInputArea{background:#ffffff08;border-top:1px solid #ffffff1a;padding:20px 30px}.page-module__pgaT6G__inputForm{gap:15px;display:flex}.page-module__pgaT6G__inputField{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:15px;font-size:1rem}.page-module__pgaT6G__inputField:focus{border-color:#0070f3}.page-module__pgaT6G__btnSend{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0070f3,#00f2fe);border:none;border-radius:8px;justify-content:center;align-items:center;width:50px;font-size:1.2rem;transition:opacity .2s;display:flex}.page-module__pgaT6G__btnSend:hover{opacity:.9}.page-module__pgaT6G__newTicketContainer{flex-direction:column;flex:1;padding:40px;display:flex;overflow-y:auto}.page-module__pgaT6G__newTicketContainer h2{margin-bottom:10px;font-size:2rem}.page-module__pgaT6G__newTicketContainer p{color:var(--text-secondary);margin-bottom:30px}.page-module__pgaT6G__formGroup{margin-bottom:20px}.page-module__pgaT6G__formGroup label{margin-bottom:8px;font-weight:700;display:block}.page-module__pgaT6G__formGroup input,.page-module__pgaT6G__formGroup textarea{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px;font-size:1rem}.page-module__pgaT6G__formGroup textarea{resize:vertical;min-height:120px}.page-module__pgaT6G__btnSubmit{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:8px;padding:15px 30px;font-size:1.1rem;font-weight:700}
