.prose{color:var(--text-body);max-width:none;font-size:18px;line-height:1.9}.prose p{color:var(--text-body);margin:0 0 1.4em;font-size:18px;font-weight:500;line-height:1.9}.prose p:last-child{margin-bottom:0}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-main);letter-spacing:-.03em;margin-bottom:.6em;font-weight:900;line-height:1.2}.prose h1{margin-top:0;font-size:clamp(26px,4vw,34px)}.prose h2{border-bottom:2px solid var(--border-soft);margin-top:2.2em;padding-bottom:.45em;font-size:clamp(22px,3vw,28px);position:relative}.prose h2:after{content:"";background:var(--amber);border-radius:2px;width:48px;height:2px;position:absolute;bottom:-2px;left:0}.prose h3{margin-top:1.8em;font-size:clamp(19px,2.5vw,23px)}.prose h4{margin-top:1.5em;font-size:18px}.prose h2:first-child,.prose h3:first-child,.prose h4:first-child{margin-top:0}.prose strong{color:var(--text-main);font-weight:800}.prose em{font-style:italic}.prose a{color:var(--amber-dark);text-underline-offset:3px;font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;transition:opacity .15s}.prose a:hover{opacity:.72}.prose ul{flex-direction:column;gap:.5em;margin:1.1em 0 1.4em;padding:0;list-style:none;display:flex}.prose ul li{background:var(--bg-amber);border:1px solid var(--amber-border);color:var(--text-body);border-radius:12px;align-items:flex-start;gap:.75em;padding:.6em .9em;font-size:17px;font-weight:500;line-height:1.75;display:flex}.prose ul li:before{content:"";background:var(--amber);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.48em}.prose ol{counter-reset:prose-ol;flex-direction:column;gap:.5em;margin:1.1em 0 1.4em;padding:0;list-style:none;display:flex}.prose ol li{counter-increment:prose-ol;background:var(--bg-card);border:1px solid var(--border-soft);color:var(--text-body);border-radius:12px;align-items:flex-start;gap:.8em;padding:.6em .9em .6em .6em;font-size:17px;font-weight:500;line-height:1.75;display:flex}.prose ol li:before{content:counter(prose-ol);background:var(--amber);width:28px;height:28px;color:var(--btn-dark-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.08em;font-size:13px;font-weight:900;line-height:1;display:flex}.prose blockquote{border-left:4px solid var(--amber);background:var(--bg-amber);color:var(--text-main);border-radius:0 12px 12px 0;margin:1.5em 0;padding:1rem 1.25rem;font-style:normal;font-weight:500}.prose blockquote p{margin:0;font-style:normal}.prose hr{background:linear-gradient(90deg, var(--amber) 0%, transparent 100%);opacity:.3;border:none;border-radius:2px;height:2px;margin:2.5em 0}.prose table{border-collapse:collapse;border:1px solid var(--border-soft);border-radius:12px;width:100%;margin:1.5em 0;font-size:15px;overflow:hidden}.prose thead th{background:var(--bg-dark);color:var(--text-on-dark);text-transform:uppercase;letter-spacing:.05em;text-align:left;border:1px solid #ffffff14;padding:.7rem 1rem;font-size:13px;font-weight:800}.prose tbody td{border:1px solid var(--border-soft);vertical-align:top;color:var(--text-body);padding:.65rem 1rem;font-weight:500}.prose tbody tr:nth-child(2n) td{background:var(--bg-section-1)}.prose code{background:var(--bg-section-2);color:var(--amber-dark);border-radius:5px;padding:.15em .4em;font-family:ui-monospace,Courier New,monospace;font-size:.88em;font-weight:600}.prose pre{background:var(--bg-dark);border-radius:12px;margin:1.5em 0;padding:1.25rem 1.5rem;overflow-x:auto}.prose pre code{color:#d4d4d8;background:0 0;padding:0;font-size:14px;font-weight:400}.prose img{border-radius:16px;max-width:100%;margin:2em auto;display:block;box-shadow:0 4px 24px #0000001a}.prose-invert h1,.prose-invert h2,.prose-invert h3{color:#f4f4f5}.prose-invert p,.prose-invert li{color:#a1a1aa}.prose-invert a{color:#f59e0b}.prose-invert blockquote{color:#71717a;border-left-color:#f59e0b}.prose-invert code{background:#27272a}.prose-invert pre{background:#18181b}.prose div[data-type=callout]{border-left:5px solid var(--amber,#f59e0b);background:#f5a62312;border-radius:0 .75rem .75rem 0;margin:1.25rem 0;padding:1rem 1.25rem}.prose div[data-type=callout] p{margin:0;font-weight:500}.prose mark{color:inherit;background:#f5a62333;border-radius:3px;padding:.1em .3em;font-weight:600}.prose div[data-type=conclusion]{border-left:4px solid var(--amber-dark,#d97706);background:var(--amber-bg,#f5a62312);border-radius:0 .75rem .75rem 0;margin:1.5rem 0;padding:.75rem 1.25rem 1rem}.prose div[data-type=conclusion]:before{content:"ВЫВОД";letter-spacing:.12em;color:var(--amber-dark,#d97706);margin-bottom:.4rem;font-size:.65rem;font-weight:900;display:block}.prose div[data-type=conclusion] p{margin:.25rem 0;font-weight:500}
