:root{--accent: #4f46e5;--accent-dark: #4338ca;--accent-light: #eef2ff;--text: #111827;--text-muted: #6b7280;--text-faint: #9ca3af;--border: #e5e7eb;--bg: #f9fafb;--card-bg: #ffffff;--shadow-md: 0 8px 24px rgba(17, 24, 39, .08)}.auth-shell{width:min(1180px,100%);display:grid;grid-template-columns:minmax(380px,500px) minmax(0,1fr);gap:clamp(32px,6vw,88px);align-items:center}.auth-shell .container{max-width:500px}.trust-panel{position:relative;overflow:hidden;min-height:590px;padding:clamp(38px,5vw,56px);color:var(--text);background:var(--card-bg);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-md)}.trust-panel:before{content:"";position:absolute;width:360px;height:360px;right:-150px;top:-170px;border-radius:50%;background:var(--accent-light);animation:blobDrift 16s ease-in-out infinite}@keyframes blobDrift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-16px,14px) scale(1.05)}}.trust-kicker{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:5px 12px;color:var(--accent);background:var(--accent-light);border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.trust-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.trust-panel h2{position:relative;max-width:520px;margin:0 0 14px;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text)}.trust-copy{position:relative;max-width:480px;margin:0 0 30px;color:var(--text-muted);font-size:16px;line-height:1.6}.product-demo{position:relative;border:1px solid var(--border);border-radius:16px;background:var(--bg);box-shadow:var(--shadow-md);overflow:hidden}.trust-points{position:relative;display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:26px;color:var(--text-muted);font-size:12.5px}.trust-points span{display:inline-flex;align-items:center}.trust-points span:before{content:"✓";margin-right:7px;color:var(--accent);font-weight:800}@media(max-width:900px){body{align-items:flex-start}.auth-shell{grid-template-columns:1fr;max-width:560px}.trust-panel{min-height:auto;padding:32px 26px}.trust-panel h2{font-size:30px}}@media(max-width:520px){.auth-shell .card{padding:30px 22px}.trust-panel{border-radius:20px}.trust-points{display:grid}}@media(prefers-reduced-motion:reduce){.trust-panel:before{animation:none}}
