.prose a{color:rgba(37,99,235,1);text-decoration:underline;transition:color .2s ease}.prose a:hover{color:rgba(29,78,216,1)}.prose a:visited{color:rgba(79,70,229,1)}.dark .prose a{color:rgba(96,165,250,1)}.dark .prose a:hover{color:rgba(147,197,253,1)}.dark .prose a:visited{color:rgba(129,140,248,1)}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95em;border:1px solid rgba(204,204,204,1)}.prose table thead{background-color:rgba(237,237,237,1)}.prose table thead th{padding:.5rem;text-align:left;font-weight:600;color:rgba(51,51,51,1);border-bottom:2px solid rgba(179,179,179,1);border-right:1px solid rgba(204,204,204,1);min-width:80px;line-height:1.6}.prose table thead th:last-child{border-right:none}.prose table tbody tr{border-bottom:1px solid rgba(217,217,217,1)}.prose table tbody tr:last-child{border-bottom:none}.prose table tbody tr:hover{background-color:rgba(247,247,247,1)}.prose table tbody td{padding:.75rem 1rem;border-right:1px solid rgba(217,217,217,1);color:rgba(77,77,77,1);min-width:80px;line-height:1.6}.prose table tbody td:last-child{border-right:none}.dark .prose table{border-color:rgba(128,128,128,1)}.dark .prose table thead{background-color:rgba(115,115,115,1)}.dark .prose table thead th{color:rgba(242,242,242,1);border-bottom-color:rgba(128,128,128,1);border-right-color:rgba(128,128,128,1)}.dark .prose table tbody tr{border-bottom-color:rgba(115,115,115,1)}.dark .prose table tbody tr:hover{background-color:rgba(200,200,200,1)}.dark .prose table tbody td{border-right-color:rgba(115,115,115,1);color:rgba(230,230,230,1)}.prose .feature-card{display:flex;gap:1rem;padding:1.25rem;margin:1rem 0;background-color:rgba(249,248,246,1);border-radius:.5rem;border-left:4px solid rgba(220,38,38,1)}.prose .feature-card-icon{flex-shrink:0;width:1.5rem;height:1.5rem;background-color:rgba(34,197,94,1);border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.875rem}.prose .feature-card-content{flex:1}.prose .feature-card-title{font-weight:700;font-size:1rem;margin-bottom:.5rem;color:rgba(51,51,51,1)}.prose .feature-card-description{font-size:.95em;line-height:1.7;color:rgba(77,77,77,1)}.dark .prose .feature-card{background-color:rgba(40,40,40,1)}.dark .prose .feature-card-title{color:rgba(242,242,242,1)}.dark .prose .feature-card-description{color:rgba(200,200,200,1)}