.ld-backdrop{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,.56);display:grid;place-items:stretch}.ld-modal{position:relative;width:min(1180px,calc(100vw - 32px));height:min(820px,calc(100vh - 32px));margin:auto;background:#f8fafc;color:#0f172a;border-radius:22px;overflow:hidden;box-shadow:0 34px 90px rgba(15,23,42,.34)}.ld-close{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;cursor:pointer;font-size:24px;line-height:1}.ld-split{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,2fr);min-height:100%}.ld-form{display:flex;flex-direction:column;gap:14px;padding:54px;overflow:auto}.ld-eyebrow{margin:0 0 8px;color:#0f766e;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.ld-chat-head h2,.ld-error h2,.ld-form h2{margin:0;font-size:28px;line-height:1.12;letter-spacing:0}.ld-composer label,.ld-email-gate label,.ld-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#334155}.ld-composer textarea,.ld-email-gate input,.ld-form input,.ld-form select,.ld-form textarea{width:100%;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#0f172a;padding:11px 12px;font:inherit;font-size:14px}.ld-form textarea{min-height:78px;resize:vertical}.ld-composer textarea:focus,.ld-email-gate input:focus,.ld-form input:focus,.ld-form select:focus,.ld-form textarea:focus{outline:3px solid rgba(245,166,35,.26);border-color:#f5a623}.ld-count,.ld-help{color:#64748b;font-size:12px;font-weight:500}.ld-count.danger{color:#b91c1c}.ld-form-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:6px}.ld-composer-row button,.ld-email-gate button:not(.ld-link-button),.ld-error-actions a,.ld-form-footer button[type=submit]{border:0;border-radius:8px;background:#f5a623;color:#141420;font-weight:800;padding:12px 18px;cursor:pointer;text-decoration:none}.ld-composer-row button:disabled,.ld-email-gate button:disabled,.ld-form-footer button:disabled{opacity:.55;cursor:not-allowed}.ld-link-button{border:0;background:transparent;color:#475569;font-weight:700;cursor:pointer;padding:10px}.ld-preview{display:grid;place-items:center;align-content:center;gap:18px;padding:44px;background:linear-gradient(160deg,#141420,#26213a);color:#fff;text-align:center}.ld-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(140deg,#fbbf4a,#f5a623,#fb923c);color:#141420;font-weight:900}.ld-chat{display:flex;flex-direction:column;height:100%;background:#fff}.ld-chat-head{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid #e2e8f0}.ld-chat-head p{margin:5px 0 0;color:#0f766e;font-size:12px;font-weight:800}.ld-chat-head button{margin-left:auto;border:1px solid #e2e8f0;background:#fff;border-radius:999px;width:36px;height:36px;cursor:pointer;font-size:22px}.ld-chat-stream{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding:22px;background:#f8fafc}.ld-composer{border-top:1px solid #e2e8f0;padding:14px 18px 18px;background:#fff}.ld-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px}.ld-chips button{white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;background:#fff7ed;color:#92400e;padding:9px 12px;cursor:pointer;font-weight:700}.ld-composer-row{margin-top:10px;color:#64748b;font-size:12px}.ld-composer-row,.ld-quota{display:flex;justify-content:space-between;align-items:center;gap:12px}.ld-quota{padding:10px 12px;border-radius:8px;background:#fef3c7;color:#78350f;margin-bottom:10px;font-size:13px}.ld-quota button{border:0;border-radius:8px;background:#f59e0b;padding:8px 10px;cursor:pointer;font-weight:800}.ld-typing{width:fit-content;display:flex;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px}.ld-typing span{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:ldPulse 1s ease-in-out infinite}.ld-typing span:nth-child(2){animation-delay:.12s}.ld-typing span:nth-child(3){animation-delay:.24s}@keyframes ldPulse{50%{transform:translateY(-3px);opacity:.6}}.ld-email-gate,.ld-error{margin:22px auto;max-width:460px;display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.12)}.ld-error{align-items:center;justify-content:center;text-align:center;height:100%;box-shadow:none;border:0}.ld-error-actions{display:flex;gap:10px}.ld-error-actions button{border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-weight:800;padding:12px 18px;cursor:pointer}@media (max-width:760px){.ld-modal{width:100vw;height:100vh;border-radius:0}.ld-split{display:block}.ld-form{padding:54px 20px 24px}.ld-preview{display:none}.ld-composer-row,.ld-form-footer,.ld-quota{align-items:stretch;flex-direction:column}}