:root{--rw-brand: #0f766e;--rw-on-brand: #ffffff;--rw-ink: #1f2421;--rw-muted: #6b7280;--rw-surface: #fbf9f4;--rw-them: #ece7dd}*{box-sizing:border-box}html,body{margin:0;height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--rw-ink);background:var(--rw-surface)}#app{display:flex;flex-direction:column;height:100vh}.rw-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--rw-brand);color:var(--rw-on-brand)}.rw-title{font-weight:600;font-size:15px}.rw-close{border:0;background:transparent;color:var(--rw-on-brand);font-size:22px;line-height:1;cursor:pointer}.rw-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.rw-empty{color:var(--rw-muted);font-size:13px;text-align:center;margin:auto 0}.rw-msg{max-width:80%;padding:8px 12px;border-radius:14px;font-size:14px;line-height:1.4;display:flex;flex-direction:column;gap:2px}.rw-msg--mine{align-self:flex-end;background:var(--rw-brand);color:var(--rw-on-brand)}.rw-msg--them{align-self:flex-start;background:var(--rw-them);color:var(--rw-ink)}.rw-msg-sender{font-size:11px;font-weight:600;opacity:.7}.rw-composer{display:flex;gap:8px;padding:12px;border-top:1px solid var(--rw-them);background:#fff}.rw-input{flex:1;border:1px solid var(--rw-them);border-radius:10px;padding:8px 12px;font-size:14px;outline:none}.rw-input:focus{border-color:var(--rw-brand)}.rw-send{border:0;background:var(--rw-brand);color:var(--rw-on-brand);border-radius:10px;padding:0 16px;font-weight:600;cursor:pointer}.rw-send:disabled{opacity:.5;cursor:default}.rw-prechat{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:20px 16px}.rw-prechat-intro{margin:0 0 4px;color:var(--rw-muted);font-size:13px}.rw-field{display:flex;flex-direction:column;gap:4px}.rw-field-label{font-size:12px;font-weight:600;color:var(--rw-ink)}.rw-prechat .rw-send{margin-top:4px;padding:10px 16px}.rw-branding{padding:6px 12px 8px;text-align:center;font-size:11px;color:var(--rw-muted);background:var(--rw-surface)}.rw-branding a{color:inherit;text-decoration:none;font-weight:600}.rw-branding a:hover{text-decoration:underline}.rw-rating{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid var(--rw-them);background:var(--rw-surface)}.rw-rating-label{font-size:13px;font-weight:600;color:var(--rw-ink)}.rw-rating-thanks{font-size:13px;color:var(--rw-muted)}.rw-stars{display:inline-flex;gap:2px}.rw-star{border:0;background:none;cursor:pointer;font-size:20px;line-height:1;padding:0 1px;color:var(--rw-them)}.rw-star--on{color:#f59e0b}.rw-star:disabled{cursor:default}.rw-rating-comment{flex:1 1 100%}.rw-rating-send{padding:8px 14px}.rw-composer-wrap{border-top:1px solid var(--rw-them);background:#fff}.rw-composer-wrap .rw-composer{border-top:0}.rw-attach{border:0;background:none;cursor:pointer;font-size:18px;padding:0 4px;line-height:1}.rw-attach:disabled{opacity:.5;cursor:default}.rw-drafts{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px 0}.rw-draft{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 8px;border-radius:8px;background:var(--rw-surface);border:1px solid var(--rw-them);font-size:12px}.rw-draft--uploading{opacity:.7}.rw-draft--error{border-color:#dc2626;color:#dc2626}.rw-draft-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.rw-draft-remove{border:0;background:none;cursor:pointer;color:var(--rw-muted);font-size:14px;line-height:1}.rw-att-img{display:block;max-width:180px;max-height:180px;border-radius:10px;margin-top:4px;cursor:zoom-in}.rw-att-file{display:inline-block;margin-top:4px;padding:6px 10px;border-radius:8px;border:1px solid var(--rw-them);background:#fff;color:var(--rw-ink);font-size:13px;cursor:pointer;text-align:left}.rw-history{margin:8px 12px 0;padding:8px 10px;border-radius:8px;background:var(--rw-surface);border:1px solid var(--rw-them);font-size:12px;color:var(--rw-muted)}
