*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#d1d7db}.restricted{height:100vh;display:flex;align-items:center;justify-content:center;color:#54656f;font-size:14px}.phone{max-width:480px;height:100dvh;margin:0 auto;display:flex;flex-direction:column;background:#efe7dd}.wa-header{gap:12px;background:#008069;color:#fff;padding:10px 14px}.avatar,.wa-header{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:#d9fdd3;color:#008069;font-weight:700;justify-content:center;object-fit:cover;flex-shrink:0}.wa-name{font-weight:600;font-size:16px}.wa-status{font-size:12px;opacity:.85}.wa-chat{flex:1 1;overflow-y:auto;padding:16px 12px;display:flex;flex-direction:column;gap:6px;background:#efe7dd}.bubble{max-width:78%;padding:8px 12px;border-radius:8px;font-size:14.5px;line-height:1.4;white-space:pre-wrap;box-shadow:0 1px .5px rgba(0,0,0,.13)}.received{background:#fff;align-self:flex-start;border-top-left-radius:0}.sent{background:#d9fdd3;align-self:flex-end;border-top-right-radius:0}.typing{color:#54656f;font-style:italic}.wa-input{display:flex;gap:8px;padding:8px 10px;background:#f0f2f5}.wa-input input{flex:1 1;border:none;border-radius:20px;padding:10px 14px;font-size:15px;outline:none;background:#fff}.wa-input button{border:none;background:#008069;color:#fff;width:42px;height:42px;border-radius:50%;font-size:16px;cursor:pointer}