.aegisticket { font-family: inherit; }
.aegisticket-form { display: grid; gap: 10px; max-width: 900px; }
.aegisticket-form input[type="text"], .aegisticket-form select, .aegisticket-form textarea { padding: 10px; border: 1px solid #ccc; border-radius: 6px; }
.aegisticket-btn { padding: 10px 14px; border: 0; border-radius: 8px; cursor: pointer; }
.aegisticket-btn.danger { background: #b00020; color: #fff; }
.aegisticket-table { width: 100%; border-collapse: collapse; }
.aegisticket-table th, .aegisticket-table td { border-bottom: 1px solid #eee; padding: 10px; text-align: left; }
.aegisticket-notice { padding: 10px 12px; border-radius: 8px; margin: 10px 0; }
.aegisticket-notice.success { background: #e7f7ee; border: 1px solid #bfe8cf; }
.aegisticket-notice.error { background: #fde8e8; border: 1px solid #f5b5b5; }
.aegisticket-card { border: 1px solid #eee; border-radius: 10px; padding: 12px; margin: 12px 0; }
.aegisticket-header { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.aegisticket-title { font-weight: 700; }
.aegisticket-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.aegisticket-badge { display: inline-block; padding: 3px 8px; border-radius: 999px; border: 1px solid #ddd; font-size: 12px; text-transform: lowercase; }
.aegisticket-badge.open { background: #fff; }
.aegisticket-badge.closed { background: #f3f3f3; }
.aegisticket-badge.pri { background: #eef4ff; border-color: #cfe0ff; }
.aegisticket-badge.replied { background: #e7f7ee; border-color: #bfe8cf; }
.aegisticket-chat { margin-top: 14px; }
.aegisticket-msg { border: 1px solid #eee; border-radius: 10px; padding: 10px; margin: 8px 0; }
.aegisticket-msg.agent { background: #f6f8ff; }
.aegisticket-msg-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; opacity: .85; margin-bottom: 6px; }
