:root{--wg-bg:#0e1116;--wg-panel:#161b22;--wg-border:#232a33;--wg-text:#e6edf3;--wg-muted:#8b949e}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--wg-bg);color:var(--wg-text);font-family:FiraGo,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#__next,body,body>div,html{height:100%}.wg-shell{height:100vh}.wg-list-pane,.wg-shell{display:flex;overflow:hidden}.wg-list-pane{width:340px;flex:0 0 340px;border-right:1px solid var(--wg-border);background:var(--wg-panel);flex-direction:column}.wg-list-header{padding:14px 16px;border-bottom:1px solid var(--wg-border);display:flex;align-items:center;justify-content:space-between}.wg-list-scroll{overflow-y:auto;flex:1 1}.wg-conv-pane{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.wg-empty{margin:auto;color:var(--wg-muted);text-align:center}.wg-conv-header{padding:12px 16px;border-bottom:1px solid var(--wg-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.wg-affordances{display:flex;gap:8px;align-items:center}.wg-transcript{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.wg-row{display:flex;gap:10px;max-width:72%}.wg-row.customer{align-self:flex-start}.wg-row.outbound{align-self:flex-end;flex-direction:row-reverse}.wg-bubble{padding:10px 14px;border-radius:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.wg-row.customer .wg-bubble{background:#21262d;border-bottom-left-radius:4px}.wg-row.outbound .wg-bubble{background:#1f6feb;color:#fff;border-bottom-right-radius:4px}.wg-sender-tag{font-size:11px;color:var(--wg-muted);margin-bottom:2px}.wg-system{align-self:center;color:var(--wg-muted);font-size:12px;padding:4px 12px;background:rgba(139,148,158,.1);border-radius:999px}.wg-composer{border-top:1px solid var(--wg-border);padding:12px 16px}.wg-composer-disabled{color:var(--wg-muted);font-size:13px;text-align:center;padding:16px}.wg-login{height:100vh;display:flex;align-items:center;justify-content:center}.wg-login-card{width:360px;padding:28px;background:var(--wg-panel);border:1px solid var(--wg-border);border-radius:14px}.wg-login-card h1{margin:0 0 4px;font-size:20px}.wg-login-card p{margin:0 0 20px;color:var(--wg-muted);font-size:14px}.wg-error{color:#f85149;font-size:13px;margin-top:10px}.wg-conv-body{display:flex;flex:1 1;min-height:0}.wg-conv-main{display:flex;flex-direction:column;flex:1 1;min-width:0}.wg-profile-aside{width:320px;border-left:1px solid var(--wg-border,#e5e7eb);overflow-y:auto;background:var(--wg-surface,#fafafa)}.wg-profile-panel{padding:14px;display:flex;flex-direction:column;gap:16px;font-size:13px}.wg-profile-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.wg-profile-section{display:flex;flex-direction:column;gap:8px}.wg-field-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;grid-gap:6px;gap:6px}.wg-field-key{color:var(--wg-muted,#6b7280);text-transform:capitalize}.wg-field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wg-field-meta{display:flex;align-items:center;gap:4px}.wg-field-edit,.wg-tag-x{border:none;background:none;cursor:pointer;color:var(--wg-muted,#6b7280);font-size:12px;padding:0 2px}.wg-tags{display:flex;flex-wrap:wrap;gap:6px}.wg-tag-add{margin-top:4px}.wg-chapter{display:flex;align-items:center;gap:8px;padding:4px 0}.wg-chapter-idx{color:var(--wg-muted,#6b7280)}.wg-chapter-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wg-restriction-notice{background:#fef2f2;color:#b91c1c;padding:6px 8px;border-radius:6px}.wg-muted{color:var(--wg-muted,#6b7280)}.wg-bell{position:relative}.wg-bell-menu{position:absolute;right:0;top:110%;width:280px;max-height:360px;overflow-y:auto;background:#fff;border:1px solid var(--wg-border,#e5e7eb);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:50}.wg-bell-item,.wg-bell-menu{display:flex;flex-direction:column}.wg-bell-item{gap:2px;text-align:left;padding:10px 12px;border:none;border-bottom:1px solid var(--wg-border,#f0f0f0);background:none;cursor:pointer;font-size:13px}.wg-bell-item:hover{background:#f9fafb}.wg-bell-unread{background:#eff6ff}