.client-open{border:0;background:transparent;color:var(--text);padding:4px 0;min-height:36px;text-align:left;font-weight:600;display:flex;justify-content:space-between;gap:14px;width:100%}.client-open span{color:var(--green)}.client-open:hover{color:var(--green)}.insight-dialog{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:20px;padding:28px;width:calc(100% - 32px);max-width:480px;max-height:90dvh;overflow:auto;box-shadow:0 30px 100px #0005}.insight-dialog::backdrop{background:#06101dbb;backdrop-filter:blur(4px)}.insight-dialog[open]{animation:auth-arrive .3s ease-out}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.dialog-heading h2{font-size:22px;overflow-wrap:anywhere;line-height:1.4}.dialog-heading p{font-size:14px;margin-top:6px}.dialog-close{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:50%;min-width:40px;height:40px;font-size:22px}.goal-field{display:block;font-size:14px;margin:24px 0}.goal-field input{display:block;width:100%;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:14px;font-size:20px;margin-top:10px}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px;flex-wrap:wrap}.dialog-actions button{min-height:46px}.goal-error{color:#e35f72;font-size:14px}.client-dialog{max-width:760px}.client-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.client-stats>div{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:17px}.client-stats span{display:block;font-size:13px;color:var(--muted)}.client-stats strong{display:block;font-size:20px;margin-top:9px;overflow-wrap:anywhere}.history-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:26px 0 16px}.history-heading h3{font-size:16px;margin:0}.history-heading label{font-size:12px;color:var(--muted)}.history-heading select{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:9px;margin-top:6px;min-height:44px}.client-dialog td:nth-child(2){white-space:normal;overflow-wrap:anywhere;max-width:250px}.goal-context{color:var(--muted);font-size:12px;line-height:1.6;margin-top:14px}
@media(max-width:760px){.insight-dialog{padding:22px 18px;border-radius:20px;max-height:90dvh}.dialog-heading h2{font-size:21px}.client-stats{gap:9px}.client-stats>div{padding:14px 12px}.client-stats strong{font-size:18px}.history-heading{align-items:flex-start;flex-direction:column;gap:12px}.history-heading label,.history-heading select{width:100%}.dialog-actions>button{flex:1}.client-open{font-size:16px;min-height:44px}.client-dialog th,.client-dialog td{font-size:12px;padding:12px 8px}.client-dialog td:last-child{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){.insight-dialog[open]{animation:none}}
