:root{--prose-primary: #2563eb;--prose-primary-hover: #1d4ed8;--prose-accent-bg: rgba(37, 99, 235, .08);--prose-accent-border: rgba(37, 99, 235, .2);--prose-link-color: #2563eb;--prose-link-hover: #1d4ed8;--prose-card-bg: #ffffff;--prose-card-border: #e2e8f0;--prose-card-radius: 1.25rem;--prose-max-width: 840px;--prose-font-size: 1.05rem;--prose-line-height: 1.85;--prose-text-color: #334155;--prose-heading-color: #0f172a}.info-page-main,.article-page-wrapper{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:2.5rem 0 5rem}.container-prose{max-width:1200px;margin:0 auto;padding:0 1.25rem}.info-card,.article-container{max-width:var(--prose-max-width);margin:0 auto;background-color:var(--prose-card-bg);border-radius:var(--prose-card-radius);border:1.5px solid var(--prose-card-border);padding:2.5rem 2rem;box-shadow:0 4px 20px -2px #0000000a;box-sizing:border-box}@media(min-width:768px){.info-card,.article-container{padding:3.25rem 3.5rem}}@media(max-width:640px){.info-page-main,.article-page-wrapper{padding:1.25rem 0 3.5rem}.info-card,.article-container{padding:1.75rem 1.25rem;border-radius:1rem}}.info-page-title{font-size:2.15rem;font-weight:900;color:var(--prose-heading-color);letter-spacing:-.02em;margin:0 0 1.75rem;line-height:1.25;padding-bottom:1.25rem;border-bottom:2px solid #f1f5f9}@media(min-width:768px){.info-page-title{font-size:2.45rem}}.article-prose,.info-prose{color:var(--prose-text-color);font-size:var(--prose-font-size);line-height:var(--prose-line-height);overflow-wrap:break-word;word-break:break-word}.article-prose h1,.info-prose h1{font-size:2.15rem;font-weight:900;color:var(--prose-heading-color);line-height:1.3;letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1.5px solid #e2e8f0}.article-prose h2,.info-prose h2{font-size:1.55rem;font-weight:850;color:var(--prose-heading-color);line-height:1.35;letter-spacing:-.015em;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.625rem;border-bottom:1.5px solid #f1f5f9;display:flex;align-items:center;gap:.625rem;scroll-margin-top:5.5rem}.article-prose h3,.info-prose h3{font-size:1.25rem;font-weight:800;color:#1e293b;line-height:1.4;margin-top:2rem;margin-bottom:.75rem;scroll-margin-top:5.5rem}.article-prose h4,.info-prose h4{font-size:1.1rem;font-weight:750;color:#334155;line-height:1.45;margin-top:1.75rem;margin-bottom:.5rem;scroll-margin-top:5.5rem}.article-prose h5,.info-prose h5{font-size:.98rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-top:1.5rem;margin-bottom:.5rem}.article-prose h6,.info-prose h6{font-size:.88rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:1.25rem;margin-bottom:.5rem}.article-prose p,.info-prose p{margin-bottom:1.35rem;line-height:var(--prose-line-height)}.article-prose strong,.info-prose strong{font-weight:800;color:#0f172a}.article-prose em,.info-prose em{font-style:italic;color:#334155}.article-prose del,.info-prose del{text-decoration:line-through;color:#94a3b8}.article-prose mark,.info-prose mark,.prose-highlight{background:linear-gradient(120deg,#fef08ae6,#fde047cc);color:#713f12;padding:.15rem .45rem;border-radius:.35rem;font-weight:600;box-decoration-break:clone;-webkit-box-decoration-break:clone}.prose-highlight-blue{background:linear-gradient(120deg,#dbeafee6,#bfdbfecc);color:#1e40af;padding:.15rem .45rem;border-radius:.35rem;font-weight:600}.prose-highlight-pink{background:linear-gradient(120deg,#fce7f3e6,rgba(24bc,207,236,.8));color:#9d174d;padding:.15rem .45rem;border-radius:.35rem;font-weight:600}.article-prose a,.info-prose a{color:var(--prose-link-color);text-decoration:underline;text-underline-offset:3px;font-weight:600;transition:color .15s ease}.article-prose a:hover,.info-prose a:hover{color:var(--prose-link-hover)}.article-prose ul,.info-prose ul{list-style-type:disc;padding-left:1.6rem;margin-bottom:1.5rem}.article-prose ol,.info-prose ol{list-style-type:decimal;padding-left:1.6rem;margin-bottom:1.5rem}.article-prose li,.info-prose li{margin-bottom:.625rem;line-height:1.75}.article-prose li::marker,.info-prose li::marker{color:var(--prose-primary);font-weight:700}.article-prose .task-list,.info-prose .task-list{list-style:none;padding-left:0}.article-prose .task-list-item,.info-prose .task-list-item{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.5rem}.article-prose .task-list-item input[type=checkbox],.info-prose .task-list-item input[type=checkbox]{margin-top:.35rem;accent-color:var(--prose-primary);width:1.1rem;height:1.1rem;cursor:pointer}.article-prose hr,.info-prose hr{border:none;border-top:1.5px solid #e2e8f0;margin:2.75rem 0}.article-prose blockquote,.info-prose blockquote{position:relative;border-left:4px solid var(--prose-primary);background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.125rem 1.5rem;border-radius:.625rem;font-style:normal;color:#334155;margin:1.75rem 0;box-shadow:0 1px 3px #00000005}.article-prose blockquote p:last-child,.info-prose blockquote p:last-child{margin-bottom:0}.article-prose code,.info-prose code{background:#f1f5f9;color:#2563eb;padding:.2rem .45rem;border-radius:.375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88em;font-weight:600;border:1px solid #e2e8f0}.article-prose pre,.info-prose pre{background:#0f172a;color:#f8fafc;padding:1.25rem 1.5rem;border-radius:.875rem;overflow-x:auto;margin:1.75rem 0;border:1px solid #1e293b;box-shadow:0 4px 12px #00000026}.article-prose pre code,.info-prose pre code{background:transparent;color:inherit;padding:0;border:none;font-size:.9rem;line-height:1.75;font-weight:400}.table-responsive,.article-prose table,.info-prose table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;line-height:1.6;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000008}.article-prose table thead,.info-prose table thead{background:#f1f5f9;border-bottom:2px solid #cbd5e1}.article-prose table th,.info-prose table th{padding:.875rem 1.125rem;font-weight:800;color:#0f172a;text-align:left;border-right:1px solid #e2e8f0}.article-prose table th:last-child,.info-prose table th:last-child{border-right:none}.article-prose table td,.info-prose table td{padding:.875rem 1.125rem;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;color:#334155}.article-prose table td:last-child,.info-prose table td:last-child{border-right:none}.article-prose table tbody tr:nth-child(2n),.info-prose table tbody tr:nth-child(2n){background:#f8fafc}.article-prose table tbody tr:hover,.info-prose table tbody tr:hover{background:#f0fdf4}.article-prose img,.info-prose img{max-width:100%;height:auto;border-radius:.875rem;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d;margin:1.5rem 0}.prose-figure{margin:2rem 0;text-align:center}.prose-figure img{margin-bottom:.5rem}.prose-figure figcaption{font-size:.84rem;color:#64748b;font-weight:600}.callout-box{margin:1.75rem 0;padding:1.125rem 1.35rem;border-radius:.875rem;border:1px solid transparent;display:flex;gap:.875rem;align-items:flex-start;font-size:.95rem;line-height:1.65}.callout-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:.15rem}.callout-content{flex:1;min-width:0}.callout-title{font-size:1rem;font-weight:800;margin:0 0 .35rem}.callout-content p:last-child{margin-bottom:0}.callout-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.callout-info .callout-title{color:#1e3a8a}.callout-success,.callout-tip{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.callout-success .callout-title,.callout-tip .callout-title{color:#14532d}.callout-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.callout-warning .callout-title{color:#78350f}.callout-danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.callout-danger .callout-title{color:#881337}.callout-purple{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.callout-purple .callout-title{color:#581c87}
