*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff7ed;color:#1c0a00}.header{background:#ea580c;color:#fff;padding:20px 32px;display:flex;align-items:center;justify-content:space-between}.header h1{font-size:20px;font-weight:700}.header span{font-size:13px;color:#fed7aa}.nav{background:#fff;border-bottom:1px solid #fed7aa;padding:0 32px;display:flex;gap:4px}.tab-btn{padding:14px 20px;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#9a3412;border:none;border-bottom:2px solid transparent;transition:all .15s}.tab-btn:hover{color:#ea580c}.tab-btn.active{color:#ea580c;border-bottom-color:#ea580c}.main{padding:32px;max-width:960px;margin:0 auto}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.section-header h2{font-size:18px}.badge,.section-header h2{font-weight:600;color:#9a3412}.badge{background:#fed7aa;font-size:12px;padding:2px 10px;border-radius:99px}.badge.red{background:#fee2e2;color:#991b1b}.date-filter{padding:5px 10px;border:1px solid #fed7aa;border-radius:6px;font-size:13px;color:#9a3412;background:#fff7ed;cursor:pointer;outline:none}.date-filter:focus{border-color:#ea580c}.refresh-btn{margin-left:auto;padding:6px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;font-size:13px;cursor:pointer;color:#9a3412}.refresh-btn:hover{background:#fed7aa}.table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #fed7aa}table{width:100%;border-collapse:collapse;font-size:14px}thead tr{background:#fff7ed}th{text-align:left;font-size:12px;font-weight:600;color:#c2410c;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #fed7aa}td,th{padding:12px 16px}td{color:#431407;border-bottom:1px solid #ffedd5}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#fff7ed}.pill{display:inline-block;padding:2px 10px;border-radius:99px;font-size:12px;font-weight:600}.pill.answered{background:#d1fae5;color:#065f46}.pill.missed{background:#fee2e2;color:#991b1b}.pill.voicemail{background:#d1fae5;color:#065f46}.pill.other{background:#ffedd5;color:#9a3412}.empty{text-align:center;padding:48px 16px;color:#c2410c;font-size:14px}.form-card{background:#fff;border:1px solid #fed7aa;border-radius:12px;padding:28px;max-width:480px}.form-card label{display:block;font-size:13px;font-weight:600;color:#9a3412;margin-bottom:6px}.form-card input,.form-card textarea{width:100%;padding:10px 14px;border:1px solid #fed7aa;border-radius:8px;font-size:14px;color:#1c0a00;outline:none;transition:border-color .15s;font-family:inherit;margin-bottom:16px}.form-card input:focus,.form-card textarea:focus{border-color:#ea580c}.form-card textarea{height:110px;resize:vertical}.send-btn{width:100%;padding:11px;background:#ea580c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.send-btn:hover{opacity:.85}.send-btn:disabled{opacity:.5;cursor:not-allowed}.alert{margin-top:12px;font-size:13px;padding:10px 14px;border-radius:8px}.alert.success{background:#d1fae5;color:#065f46}.alert.error{background:#fee2e2;color:#991b1b}.loading{text-align:center;padding:48px;color:#c2410c;font-size:14px}.messages-layout{display:flex;gap:0;height:600px;border:1px solid #fed7aa;border-radius:12px;overflow:hidden;background:#fff}.conv-list{width:280px;min-width:280px;border-right:1px solid #fed7aa;overflow-y:auto}.conv-item{padding:14px 16px;border-bottom:1px solid #ffedd5;cursor:pointer;transition:background .1s}.conv-item:hover{background:#fff7ed}.conv-item.active{background:#ffedd5;border-left:3px solid #ea580c}.conv-number{font-size:14px;font-weight:600;color:#9a3412}.conv-preview{font-size:12px;color:#c2410c;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.conv-time{font-size:11px;color:#fdba74;margin-top:2px}.conv-unread{display:inline-block;width:8px;height:8px;background:#ea580c;border-radius:50%;margin-left:6px;vertical-align:middle}.thread-messages,.thread-panel{flex:1 1;display:flex;flex-direction:column}.thread-messages{overflow-y:auto;padding:16px;gap:10px}.thread-empty{flex:1 1;display:flex;align-items:center;justify-content:center;color:#c2410c;font-size:14px}.bubble-wrap{display:flex}.bubble-wrap.out{justify-content:flex-end}.bubble-wrap.in{justify-content:flex-start}.bubble{max-width:70%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5}.bubble.out{background:#ea580c;color:#fff;border-bottom-right-radius:4px}.bubble.in{background:#ffedd5;color:#431407;border-bottom-left-radius:4px}.bubble-time{font-size:11px;margin-top:4px;color:#fdba74;text-align:right}.bubble-wrap.in .bubble-time{text-align:left}.reply-box{padding:12px 16px;border-top:1px solid #fed7aa;display:flex;gap:8px}.reply-input{flex:1 1;padding:10px 14px;border:1px solid #fed7aa;border-radius:8px;font-size:14px;outline:none;font-family:inherit;resize:none;height:42px}.reply-input:focus{border-color:#ea580c}.reply-send{padding:0 20px;background:#ea580c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;height:42px;white-space:nowrap;transition:opacity .15s}.reply-send:hover{opacity:.85}.reply-send:disabled{opacity:.5;cursor:not-allowed}.no-conv{flex:1 1;display:flex;align-items:center;justify-content:center;color:#c2410c;font-size:14px;flex-direction:column;gap:8px}