.assist-chooser{margin:18px 0 4px;padding:16px;border:1px solid #e3ddd2;border-radius:14px;background:#fbfaf7}
.assist-chooser .overline{margin:0 0 10px}
.assist-opt{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e3ddd2;border-radius:10px;margin-bottom:8px;cursor:pointer;background:#fff}
.assist-opt input{margin-top:3px;accent-color:#1d3b2a}
.assist-opt span{display:flex;flex-direction:column;gap:2px}
.assist-opt b{font-size:14px;color:#1d2a22}
.assist-opt small{font-size:12.5px;color:#6b6f68;line-height:1.35}
.assist-opt small em{color:#a2603a;font-style:normal;font-weight:600}
.assist-opt:has(input:checked){border-color:#1d3b2a;background:#f2f6f1}
.assist-opt.disabled{opacity:.55;cursor:not-allowed;background:#f6f4ef}
.assist-key{display:flex;gap:8px;align-items:center;margin:2px 0 8px 26px;flex-wrap:wrap}
.assist-key input{flex:1;min-width:200px;padding:9px 12px;border:1px solid #d8d2c6;border-radius:8px;font-size:13px}
.assist-key button{padding:9px 14px;border:0;border-radius:8px;background:#1d3b2a;color:#fff;font-size:13px;cursor:pointer}
.assist-key span{font-size:12.5px;color:#3d6b4f}
.assist-consent{font-size:12px;color:#8a8d85;margin:6px 0 0;line-height:1.4}
.assist-state{font-size:12.5px;color:#3d6b4f;margin:6px 0 0}
@media (max-width:640px){.assist-key{margin-left:0}}
.assist-key[hidden]{display:none}
.assist-opt input[type=radio]{appearance:auto;width:16px;min-width:16px;height:16px;padding:0;border:1px solid #9aa094;border-radius:50%;background:#fff}
.assist-custom{margin-top:10px;display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #d8d2c6;border-radius:12px}
.assist-custom[hidden]{display:none}
.assist-custom label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#3a3a3c}
.assist-custom label small{color:#8a8a8e;font-size:12px}
.assist-custom input{padding:9px 12px;border:1px solid #d8d2c6;border-radius:8px;font-size:13px;width:100%;box-sizing:border-box;background:#fff}
.assist-cu-actions{display:flex;align-items:center;gap:8px}
.assist-cu-actions button{padding:9px 14px;border:1px solid #d8d2c6;border-radius:8px;background:#fff;font-size:13px;cursor:pointer}
.assist-cu-actions button.primary{background:#1d3b2a;border-color:#1d3b2a;color:#fff}
.assist-cu-actions span{font-size:12.5px;color:#8a8a8e}
@media (max-width:640px){.assist-cu-actions{flex-direction:column;align-items:stretch}.assist-cu-actions button{width:100%}}
.assist-cu-actions span.ok{color:#3d6b4f}
