:root{--lead-text:#0f172a;--lead-muted:#475569;--lead-border:#e5e7eb;--lead-shadow:0 1px 2px rgba(0,0,0,.05),0 10px 24px rgba(0,0,0,.06);--lead-radius:16px}:where(body.dark-mode,body.pcdark-mode,html[data-theme=dark]){--lead-text:#e5e7eb;--lead-muted:#9aa3b2;--lead-border:#242833;--lead-shadow:0 1px 2px rgba(0,0,0,.35),0 10px 26px rgba(0,0,0,.35)}.r-lead.r-lead--plain{background:0 0;border:1px solid var(--lead-border);border-radius:var(--lead-radius);box-shadow:var(--lead-shadow);color:var(--lead-text)}.r-lead__inner{display:grid;grid-template-columns:96px 1fr;gap:18px;padding:16px 18px;align-items:center}.r-lead__icon{width:96px;height:96px;min-width:96px;border-radius:18px;overflow:hidden;background:rgba(27,109,255,.06);border:1px solid rgba(27,109,255,.12);position:relative}.r-lead__icon::before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:var(--r-lead-icon);background-size:cover;background-position:center;background-repeat:no-repeat}.r-lead__content{min-width:0}.r-lead__title{margin:2px 0 6px;font-weight:800;letter-spacing:.2px;font-size:clamp(1.4rem,1.4vw + 1rem,2rem);line-height:1.15}.r-lead__text{margin:0;color:var(--lead-text);font-size:clamp(1rem,.4vw + .95rem,1.1rem);line-height:1.45}@media (max-width:760px){.r-lead__inner{grid-template-columns:64px 1fr;gap:20px;padding:16px}.r-lead__icon{width:64px;height:64px;border-radius:14px}.r-lead__title{font-size:1.5rem;margin-bottom:6px}.r-lead__text{font-size:.98rem}}@media (max-width:380px){.r-lead__inner{grid-template-columns:56px 1fr;gap:14px}.r-lead__icon{width:56px;height:56px}.r-lead__title{font-size:1.35rem}}.r-lead p:last-child{margin-bottom:0}@media (max-width:760px){.r-lead--plain .r-lead__inner{grid-template-columns:1fr;grid-template-rows:auto auto;row-gap:10px;justify-items:start;align-items:initial;padding:14px}.r-lead--plain .r-lead__icon{width:68px;height:68px;border-radius:14px;margin:0 0 6px;align-self:start}.r-lead--plain .r-lead__title{margin:0 0 4px;font-size:1.38rem;line-height:1.18}.r-lead--plain .r-lead__text{font-size:.96rem;line-height:1.45}}