:root {
    --navy: #10213f;
    --navy-2: #172f57;
    --blue: #2367e8;
    --orange: #ef7d22;
    --maroon: #8a2742;
    --page: #f4f6fa;
    --line: #e7eaf0;
    --muted: #657083;
    --shadow: 0 10px 35px rgba(16, 33, 63, .08);
}

* { box-sizing: border-box; }
body { background: var(--page); color: #172033; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
.app-navbar { min-height: 68px; background: linear-gradient(115deg, var(--navy), var(--navy-2)); box-shadow: 0 5px 20px rgba(16,33,63,.18); }
.navbar-brand { letter-spacing: -.3px; }
.navbar .nav-link { color: rgba(255,255,255,.75); padding: .7rem .85rem !important; }
.navbar .nav-link:hover { color: white; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg, var(--orange), var(--maroon)); display: inline-grid; place-items: center; color: white; font-size: 1.15rem; box-shadow: 0 7px 16px rgba(239,125,34,.25); }
.auth-page { min-height: 100vh; background: radial-gradient(circle at 15% 10%, rgba(35,103,232,.16), transparent 30%), linear-gradient(145deg,#f7f9fc,#e9eef8); display: grid; place-items: center; }
.auth-card { max-width: 500px; border-radius: 22px; }
.auth-card .brand-mark { width: 52px; height: 52px; font-size: 1.35rem; }
.eyebrow { color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.page-heading h1 { letter-spacing: -.035em; }
.app-card { border-radius: 17px; box-shadow: var(--shadow); }
.btn { border-radius: 10px; font-weight: 600; }
.btn-primary { background: var(--blue); border-color: var(--blue); }
.form-control,.form-select,.input-group-text { border-color: #dfe3ea; border-radius: 10px; min-height: 44px; }
.form-control:focus,.form-select:focus { border-color: #7ca6fa; box-shadow: 0 0 0 .2rem rgba(35,103,232,.12); }
textarea.form-control { min-height: auto; }
.stat-card { background: white; border-radius: 15px; box-shadow: var(--shadow); padding: 18px; display: flex; align-items: center; gap: 13px; }
.stat-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; font-size: 1.25rem; }
.stat-icon.orange { background: #fff0e5; color: #d9630c; }.stat-icon.blue { background: #e8f0ff; color: var(--blue); }.stat-icon.purple { background: #f1eaff; color: #7947c6; }.stat-icon.red { background: #ffe9ea; color: #cf3341; }.stat-icon.green { background: #e7f7ed; color: #20864a; }
.stat-value { font-size: 1.55rem; line-height: 1.15; font-weight: 800; }.stat-label { color: var(--muted); font-size: .82rem; white-space: nowrap; }
.app-table th { color: #6b7485; background: #fafbfc; border-bottom: 1px solid var(--line); font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; padding: .85rem 1rem; white-space: nowrap; }
.app-table td { border-color: var(--line); padding: 1rem; }
.priority-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 7px; background: #a8afba; }
.priority-dot.low { background: #5eaf7b; }.priority-dot.normal { background: #5085e8; }.priority-dot.high { background: #ec8b2c; }.priority-dot.urgent { background: #d33443; box-shadow: 0 0 0 4px rgba(211,52,67,.1); }
.notification-btn { border: 0; color: white; background: rgba(255,255,255,.1); width: 42px; height: 42px; border-radius: 12px; position: relative; }
.current-date-chip { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border-radius: 12px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.09); font-size: .79rem; font-weight: 650; white-space: nowrap; }
.current-date-field { background: #f8fafc !important; color: var(--navy); font-weight: 700; }
.work-number-preview { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 10px; color: var(--blue); background: #eaf1ff; font-size: .84rem; }
.notification-btn.ringing { animation: bell .55s ease; }
@keyframes bell { 20%{transform:rotate(12deg)} 50%{transform:rotate(-10deg)} 80%{transform:rotate(6deg)} }
.notification-count { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 20px; color: white; background: #e03846; border: 2px solid var(--navy); font-size: .68rem; font-weight: 800; }
.notification-menu { width: min(390px, calc(100vw - 20px)); border: 0; border-radius: 14px; overflow: hidden; }
.notification-items { max-height: 430px; overflow: auto; }
.notice-item { display: block; color: inherit; text-decoration: none; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.notice-item.unread { background: #f0f5ff; }.notice-item:hover { background: #f7f8fb; }
.notice-item small { color: var(--muted); }.notice-item p { margin: 2px 0; font-size: .88rem; }
.task-description { line-height: 1.75; white-space: normal; }
.detail-list dt { color: var(--muted); font-weight: 500; }.detail-list dd { font-weight: 600; margin-bottom: 1rem; }
.timeline { border-left: 2px solid #e5e9ef; margin-left: 8px; padding-left: 24px; }
.timeline-item { position: relative; padding-bottom: 25px; }
.timeline-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); left: -31px; top: 5px; border: 3px solid white; box-shadow: 0 0 0 2px var(--blue); }
.ticket-original { border-left: 5px solid var(--orange) !important; }
.admin-reply-card { border-top: 4px solid var(--blue) !important; }
.staff-reply-card { border-top: 4px solid var(--maroon) !important; }
.ticket-textarea { border-width: 2px; background: #fbfcff; }
.ticket-role { display: inline-flex; align-items: center; gap: 5px; border-radius: 20px; padding: 4px 9px; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.ticket-role.admin-role { background: #e7efff; color: #1e5ac3; }
.ticket-role.staff-role { background: #f9e9ee; color: var(--maroon); }
.ticket-thread { display: flex; flex-direction: column; gap: 14px; }
.ticket-entry { width: min(88%, 720px); border: 1px solid var(--line); border-radius: 6px 16px 16px 16px; padding: 14px; background: #fff9f4; box-shadow: 0 3px 10px rgba(16,33,63,.05); }
.ticket-entry.from-admin { margin-left: auto; background: #f2f7ff; border-color: #d9e6fb; border-radius: 16px 6px 16px 16px; }
.ticket-entry.from-admin .ticket-status-change, .ticket-entry.from-admin .reply-editing { background: rgba(255,255,255,.85); }
.ticket-entry-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 9px; }
.ticket-message { line-height: 1.6; overflow-wrap: anywhere; }
.ticket-status-change { display: inline-block; color: #5e687a; background: rgba(255,255,255,.72); border-radius: 8px; padding: 7px 9px; margin-bottom: 8px; font-size: .8rem; }
.ticket-attachment { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; color: inherit; text-decoration: none; background: rgba(255,255,255,.72); border-radius: 9px; padding: 9px; margin-top: 10px; }
.ticket-attachment small { color: var(--muted); }
.ticket-empty { color: var(--muted); text-align: center; border: 2px dashed #dfe4ec; border-radius: 13px; padding: 30px; }
.ticket-empty i { font-size: 2rem; display: block; margin-bottom: 8px; }
.attachment-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; color: #27334b; text-decoration: none; padding: 10px; border-radius: 10px; background: #f6f8fb; margin-bottom: 8px; }.attachment-row:hover { background: #eaf1ff; }.attachment-row small { color: var(--muted); }
.staff-menu { width: 240px; }
.member-picker { max-height: 310px; overflow: auto; border: 1px solid var(--line); border-radius: 12px; }
.advanced-filter-box { background: #f8fafc; border: 1px solid var(--line); border-radius: 13px; padding: 14px; }
.filter-check { min-height: 44px; display: flex; align-items: center; gap: 11px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }
.filter-check small { display: block; color: var(--muted); font-weight: 400; }
.member-option { display: flex; align-items: center; gap: 12px; padding: 12px; border-bottom: 1px solid var(--line); cursor: pointer; }.member-option:last-child{border-bottom:0}.member-option:hover{background:#f7f9fc}.member-option small{display:block;color:var(--muted)}
.avatar { width: 44px; min-width: 44px; height: 44px; border-radius: 14px; background: #e5edff; color: var(--blue); display: grid; place-items: center; font-weight: 800; }
.group-avatar { background: #fff0e5; color: var(--orange); }

.chat-shell { height: calc(100vh - 118px); min-height: 590px; display: grid; grid-template-columns: 345px minmax(0,1fr); grid-template-rows: minmax(0,1fr); overflow: hidden; }
.chat-sidebar { border-right: 1px solid var(--line); background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.chat-sidebar-head,.chat-header { min-height: 75px; padding: 15px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.chat-sidebar-head { justify-content: space-between; }
.chat-search { margin: 12px; border-radius: 11px; background: #f3f5f8; display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.chat-search input { width: 100%; border: 0; outline: 0; background: transparent; min-height: 42px; }
.advanced-chat-search { margin: -3px 12px 9px; color: var(--blue); text-decoration: none; font-size: .8rem; font-weight: 700; }
.advanced-chat-search:hover { color: var(--navy); }
.conversation-list { overflow-y: auto; }
.conversation-item { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-left: 3px solid transparent; }
.conversation-item:hover { background: #f7f9fc; }.conversation-item.active { background: #eef4ff; border-left-color: var(--blue); }
.conversation-copy { min-width: 0; flex: 1; }.conversation-copy strong,.conversation-copy small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.conversation-copy small { color: var(--muted); margin-top: 3px; }
.chat-main { min-width: 0; min-height: 0; overflow: hidden; background: #eef1f5; display: flex; flex-direction: column; }
.chat-header { background: white; }
.message-area { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 24px; background-color: #f0f2f5; background-image: radial-gradient(rgba(16,33,63,.05) 1px, transparent 1px); background-size: 18px 18px; }
.message-row { display: flex; margin: 7px 0; }.message-row.mine { justify-content: flex-end; }
.message-bubble { max-width: min(72%, 650px); background: white; padding: 9px 12px 7px; border-radius: 5px 15px 15px 15px; box-shadow: 0 2px 6px rgba(16,33,63,.08); overflow-wrap: anywhere; }
.message-row.mine .message-bubble { background: #dce9ff; border-radius: 15px 5px 15px 15px; }
.message-sender { color: var(--blue); font-size: .74rem; font-weight: 700; margin-bottom: 3px; }
.message-meta { color: #768093; text-align: right; font-size: .68rem; margin-top: 4px; }
.message-image { max-width: 330px; width: 100%; max-height: 320px; object-fit: cover; border-radius: 10px; display: block; margin-bottom: 6px; }
.message-file { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.65); padding: 9px; border-radius: 9px; margin-bottom: 5px; }
.chat-composer { flex: 0 0 auto; min-height: 72px; background: white; border-top: 1px solid var(--line); padding: 11px 14px; display: flex; align-items: flex-end; gap: 10px; position: relative; }
.chat-composer textarea { flex: 1; resize: none; border: 0; background: #f2f4f7; border-radius: 22px; min-height: 46px; max-height: 130px; padding: 12px 17px; outline: 0; }
.composer-attach,.composer-send { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; font-size: 1.25rem; }
.composer-attach { color: #687385; }.composer-send { border: 0; background: var(--blue); color: white; }
.paste-preview { position: absolute; bottom: 68px; left: 20px; background: white; box-shadow: var(--shadow); border-radius: 12px; padding: 8px; display: flex; align-items: center; gap: 8px; max-width: 340px; }.paste-preview img { width: 55px; height: 55px; object-fit: cover; border-radius: 8px; }.paste-preview span { max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.empty-chat { margin: auto; text-align: center; color: var(--muted); }.empty-chat i { font-size: 4rem; color: #b7c3d7; }
.message-search-result { color: inherit; border-color: var(--line); }
.message-search-result:hover { background: #f6f9ff; }
.delay-blinker { display: inline-block; vertical-align: middle; width: 14px; height: 14px; margin-right: 8px; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,.3); }
.delay-blinker.yellow { background: radial-gradient(circle at 34% 30%, #ffe98a 0%, #f0c400 45%, #b99700 100%); }
.delay-blinker.magenta { background: radial-gradient(circle at 34% 30%, #f58fd6 0%, #c8329a 45%, #8d1f6c 100%); }
.delay-blinker.red { background: radial-gradient(circle at 34% 30%, #ff6a6a 0%, #e00d0d 45%, #a80000 100%); animation: delayPulse 1.1s ease-out infinite; }
.delay-blinker.large { width: 20px; height: 20px; }
@keyframes delayPulse {
    0% { box-shadow: 0 1px 2px rgba(0,0,0,.35), 0 0 0 0 rgba(224,13,13,.6); opacity: 1; }
    70% { box-shadow: 0 1px 2px rgba(0,0,0,.35), 0 0 0 9px rgba(224,13,13,0); opacity: .55; }
    100% { box-shadow: 0 1px 2px rgba(0,0,0,.35), 0 0 0 0 rgba(224,13,13,0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .delay-blinker { animation: none; } }
.ticket-view-tabs { gap: 6px; }
.ticket-view-tabs .nav-link { color: #475569; font-weight: 600; font-size: .9rem; border-radius: 9px; padding: 7px 14px; }
.ticket-view-tabs .nav-link:hover { background: #eef3fc; color: var(--blue); }
.ticket-view-tabs .nav-link.active { background: var(--navy); color: white; }
.ticket-view-tabs .badge { background: rgba(0,0,0,.08); color: inherit; margin-left: 6px; font-weight: 600; }
.ticket-view-tabs .nav-link.active .badge { background: rgba(255,255,255,.22); }
.ticket-preview-row { cursor: pointer; }
.impersonation-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding: 10px 18px; background: #4b2f86; color: white; font-size: .88rem; }
.ai-draft-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px; padding: 10px 12px; border: 1px dashed var(--line); border-radius: 11px; background: #f7f9ff; }
.rich-editor { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; margin-bottom: 14px; }
.rich-editor:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.rich-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 2px; padding: 6px 8px; border-bottom: 1px solid var(--line); background: #f8fafc; }
.rich-toolbar button { border: 0; background: transparent; border-radius: 7px; width: 32px; height: 30px; color: #334155; font-size: .95rem; }
.rich-toolbar button:hover { background: #e8effb; color: var(--blue); }
.rich-divider { width: 1px; height: 18px; background: var(--line); margin: 0 5px; }
.rich-input { min-height: 170px; padding: 12px 14px; font-size: .95rem; line-height: 1.6; outline: none; overflow: visible; resize: vertical; }
.rich-input:focus { min-height: 220px; }
.inline-toolbar { border: 1px solid var(--line); border-bottom: 0; border-radius: 10px 10px 0 0; margin-top: 10px; }
.inline-toolbar .reply-save, .inline-toolbar .reply-cancel { width: auto; padding: 0 12px; font-size: .8rem; font-weight: 600; }
.inline-toolbar .reply-save { color: var(--blue); }
.reply-editing { outline: none; border: 1px solid var(--line); border-radius: 0 0 10px 10px; background: white; padding: 12px 14px; min-height: 120px; }
.rich-input:empty::before { content: attr(data-placeholder); color: #9aa4b2; }
.rich-input ul, .rich-input ol, .rich-content ul, .rich-content ol { padding-left: 22px; margin-bottom: 8px; }
.rich-input a, .rich-content a { color: var(--blue); }
.rich-content p { margin-bottom: 8px; }
.rich-content :last-child { margin-bottom: 0; }
.reply-edited-note { font-size: .74rem; color: var(--muted); margin-top: 6px; }
.reply-original { border-left: 3px solid var(--line); padding: 8px 10px; background: #fafbfe; border-radius: 8px; white-space: pre-wrap; font-size: .82rem; color: var(--muted); }
.reply-edit-actions { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.reply-approved { display: flex; gap: 10px; align-items: flex-start; margin-top: 10px; padding: 9px 12px; border: 1px solid #b8e2c6; background: #f1fbf4; border-radius: 10px; font-size: .82rem; }
.reply-approved i { color: #1f9d55; font-size: 1.05rem; }
.reply-approved small { display: block; color: var(--muted); font-size: .74rem; }
.reply-edit-form { margin-top: 10px; }
.ai-draft-bar small { flex: 1 1 220px; font-size: .76rem; }
.impersonation-bar strong { color: #ffd76e; }
.impersonation-bar i { margin-right: 6px; }
.message-delete { border: 0; background: transparent; color: inherit; opacity: .45; padding: 0 2px; line-height: 1; font-size: .8rem; cursor: pointer; }
.message-delete:hover { opacity: 1; color: #d52c3c; }
.message-row:hover .message-delete { opacity: .85; }
.deleted-message { border: 1px solid var(--line); border-radius: 13px; padding: 14px 16px; margin-bottom: 14px; background: #fdfdff; }
.deleted-message-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 8px; }
.deleted-message-body { white-space: pre-wrap; font-size: .92rem; }
.deleted-message-image { max-width: 240px; border-radius: 10px; border: 1px solid var(--line); }
.deleted-message-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line); font-size: .78rem; color: var(--muted); }
.ticket-row-link { cursor: pointer; }
.ticket-row-link:hover > td { background-color: #f2f6ff; }
.ticket-row-link:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
.ticket-preview-row:hover > td { background-color: #f2f6ff; }
.ticket-hover-preview { position: fixed; z-index: 1090; width: min(460px, calc(100vw - 24px)); max-height: min(620px, calc(100vh - 30px)); overflow: hidden; background: white; border: 1px solid #dce4f0; border-radius: 16px; box-shadow: 0 20px 65px rgba(16,33,63,.28); opacity: 0; transform: translateY(7px); pointer-events: none; transition: opacity .16s ease, transform .16s ease; }
.ticket-hover-preview.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ticket-preview-head { padding: 14px 16px; color: white; background: linear-gradient(120deg,var(--navy),var(--navy-2)); }
.ticket-preview-head small { color: rgba(255,255,255,.72); }
.ticket-preview-head.preview-delay-yellow { background: #f0c400; color: #3d3200; }.ticket-preview-head.preview-delay-yellow small { color: #655400; }
.ticket-preview-head.preview-delay-magenta { background: #c8329a; color: white; }
.ticket-preview-head.preview-delay-red { background: #d52c3c; color: white; }
.ticket-preview-body { padding: 14px 16px; max-height: 520px; overflow-y: auto; }
.ticket-preview-original { background: #fff8f2; border-left: 3px solid var(--orange); border-radius: 8px; padding: 10px; margin-bottom: 12px; font-size: .83rem; white-space: pre-wrap; }
.ticket-preview-entry { border-left: 3px solid var(--maroon); padding: 7px 9px; margin: 8px 0; background: #fcf4f6; border-radius: 7px; font-size: .8rem; }
.ticket-preview-entry.admin { margin-left: 25px; border-left-color: var(--blue); background: #f0f5ff; }
.ticket-preview-entry .meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px; color: var(--muted); font-size: .68rem; margin-bottom: 4px; }
.ticket-preview-close { position: absolute; top: 10px; right: 10px; color: white; border: 0; background: rgba(255,255,255,.15); border-radius: 50%; width: 30px; height: 30px; }
.ticket-hover-preview.mobile-open { inset: 12px !important; width: auto; max-height: calc(100vh - 24px); }
.delay-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; background: white; border: 1px solid var(--line); border-radius: 13px; padding: 11px 15px; box-shadow: 0 5px 18px rgba(16,33,63,.05); font-size: .8rem; }
.delay-legend.compact { display: inline-flex; box-shadow: none; }
.delay-legend span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.delay-legend small { color: var(--muted); }
.delay-swatch { width: 12px; height: 12px; display: inline-block; border-radius: 3px; border: 1px solid rgba(16,33,63,.15); }
.delay-swatch.normal { background: #fff; }.delay-swatch.yellow { background: #fff1a8; }.delay-swatch.magenta { background: #efb4df; }.delay-swatch.red { background: #f7a7ad; }
.app-table tr.ticket-delay-yellow > td { background-color: #fff9d9; }
.app-table tr.ticket-delay-magenta > td { background-color: #fbe4f5; }
.app-table tr.ticket-delay-red > td { background-color: #ffe1e3; }
.app-table tr.ticket-delay-yellow:hover > td { background-color: #fff3b0; }
.app-table tr.ticket-delay-magenta:hover > td { background-color: #f6cde9; }
.app-table tr.ticket-delay-red:hover > td { background-color: #ffcdd1; }
.delay-label { color: #8b2742; margin-top: 3px; max-width: 170px; line-height: 1.25; }
.ticket-delay-notice { display: flex; align-items: center; gap: 12px; border-radius: 13px; padding: 13px 16px; margin-bottom: 18px; border-left: 6px solid; }
.ticket-delay-notice > i { font-size: 1.35rem; }.ticket-delay-notice small { display: block; margin-top: 2px; }
.ticket-delay-notice.ticket-delay-yellow { background: #fff6bf; border-color: #e5b500; color: #6e5600; }
.ticket-delay-notice.ticket-delay-magenta { background: #f8d8ef; border-color: #c62f98; color: #77155b; }
.ticket-delay-notice.ticket-delay-red { background: #ffd9dc; border-color: #d62839; color: #8d1220; }
.toast { border: 0; border-radius: 13px; box-shadow: 0 14px 45px rgba(16,33,63,.2); }

@media (max-width: 991.98px) {
    .chat-shell { grid-template-columns: 1fr; height: calc(100vh - 104px); }
    .chat-sidebar.has-active { display: none; }
    .chat-main:has(.empty-chat) { display: none; }
    .message-bubble { max-width: 88%; }
}
@media (max-width: 575.98px) {
    main.container-fluid { padding-left: 12px !important; padding-right: 12px !important; }
    .app-table td,.app-table th { padding: .8rem; }
    .stat-card { padding: 13px; }.stat-icon { width: 38px; height: 38px; }.stat-value { font-size: 1.3rem; }
    .message-area { padding: 14px 10px; }.chat-composer { padding: 9px; }.composer-attach,.composer-send { width: 42px; height: 42px; }
    .navbar-brand { font-size: 0; }.navbar-brand .brand-mark { margin-right: 0 !important; }
    .current-date-chip { padding: 0 8px; font-size: .73rem; }
}
