:root{--wa-bg:#0b141a;--wa-header:#202c33;--wa-in:#202c33;--wa-out:#005c4b;--wa-text:#e9edef;--wa-sub:#8696a0;--wa-green:#00a884}.cb-container{color:#111;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cb-phone{background:var(--wa-bg);border:8px solid #000;border-radius:28px;flex-direction:column;width:380px;max-width:100%;height:720px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 18px 50px #00000059}@media (max-height:850px){.cb-phone{height:85dvh;min-height:500px}}.cb-header{background:var(--wa-header);align-items:center;gap:12px;padding:12px 14px;display:flex}.cb-avatar{color:#fff;background:linear-gradient(135deg,#00a884,#0a3d33);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.cb-hinfo{flex:1}.cb-hinfo .cb-name{color:var(--wa-text);font-size:15px;font-weight:600}.cb-hinfo .cb-status{color:var(--wa-green);font-size:12px}.cb-hicons{color:var(--wa-sub);gap:16px;font-size:18px;display:flex}.cb-chat{background-image:linear-gradient(#0b141af5,#0b141af5);flex-direction:column;flex:1;gap:8px;padding:14px;display:flex;overflow-y:auto}.cb-chat::-webkit-scrollbar{width:6px}.cb-chat::-webkit-scrollbar-thumb{background:#2a3942;border-radius:3px}.cb-row{width:100%;display:flex}.cb-row.in{justify-content:flex-start}.cb-row.out{justify-content:flex-end}.cb-bubble{max-width:80%;color:var(--wa-text);white-space:pre-wrap;word-wrap:break-word;border-radius:10px;padding:8px 11px;font-size:14px;line-height:1.42;position:relative;box-shadow:0 1px 1px #0003}.cb-row.in .cb-bubble{background:var(--wa-in);border-top-left-radius:2px}.cb-row.out .cb-bubble{background:var(--wa-out);border-top-right-radius:2px}.cb-time{color:var(--wa-sub);text-align:right;margin-top:3px;font-size:10px;display:block}.cb-day{color:var(--wa-sub);background:#182229;border-radius:8px;align-self:center;margin:4px 0;padding:4px 10px;font-size:11px}.cb-row.typing .cb-bubble{align-items:center;gap:4px;padding:12px;display:flex}.cb-dot{background:#8696a0;border-radius:50%;width:7px;height:7px;animation:1.2s infinite typing-anim}.cb-dot:nth-child(2){animation-delay:.2s}.cb-dot:nth-child(3){animation-delay:.4s}@keyframes typing-anim{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.cb-quick{background:var(--wa-bg);flex-wrap:wrap;gap:7px;padding:8px 14px;display:flex}.cb-quick button{color:#00a884;cursor:pointer;background:#202c33;border:1px solid #00a884;border-radius:18px;padding:7px 13px;font-size:12.5px;transition:all .15s}.cb-quick button:hover{color:#fff;background:#00a884}.cb-quick button.pulse{animation:1s ease-out pulse-btn}@keyframes pulse-btn{0%{transform:scale(1)}50%{border-color:#fff;transform:scale(1.05)}to{transform:scale(1)}}.cb-inputbar{background:var(--wa-header);align-items:center;gap:8px;padding:8px 12px;display:flex}.cb-inputbar input{color:var(--wa-text);background:#2a3942;border:none;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:14px}.cb-inputbar input:disabled{opacity:.5;cursor:not-allowed}.cb-inputbar button{background:var(--wa-green);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.cb-inputbar button:disabled{opacity:.5;cursor:not-allowed}.menucard{background:#202c33;border-radius:10px;max-width:80%;margin-top:4px;overflow:hidden}.menucard .mc-h{color:#fff;background:#0a3d33;padding:8px 11px;font-size:13px;font-weight:600}.menucard .mc-i{color:var(--wa-text);border-bottom:1px solid #2a3942;justify-content:space-between;padding:7px 11px;font-size:13px;display:flex}.menucard .mc-i:last-child{border-bottom:none}.menucard .mc-i b{color:#00a884}
