.BlogPostGrid{display:grid;grid-template-columns:1fr minmax(auto,900px) 1fr;grid-gap:1em;padding:0 16px}@media (max-width: 1023px){.BlogPostGrid{grid-template-columns:1fr;display:flex;flex-direction:column}.BlogPostGrid article{margin:0 auto}}.BlogPost__content{color:#bfbfdd;margin-bottom:32px}.BlogPost__body h2{font-size:34px;margin:70px 0 16px;font-weight:700}.BlogPost__body h3{font-size:28px;margin:70px 0 24px;font-weight:700}.BlogPost__body h3.tldr-heading{margin-top:0}.BlogPost__body h4{font-size:18px;margin:40px 0 16px;font-weight:700}.BlogPost__body p{margin:0 0 32px;font-size:18px;font-family:Muli}.BlogPost__body p:has(+ul),.BlogPost__body p:has(+ol){margin-bottom:8px}.BlogPost__body ul,.BlogPost__body ol{margin-top:0;margin-bottom:32px}.BlogPost__body ol{list-style-type:decimal;padding-left:24px}.BlogPost__body ol.oreo-list li strong{display:inline-block;width:200px;min-width:200px}.BlogPost__body a{color:var(--text-link-color)}.BlogPost__body img{margin:32px auto;display:block}.BlogPost__body img.BlogPost__image--small{max-width:400px;width:100%}.PostHeader{padding-top:90px;padding-bottom:50px}.PostHeader__image{border-radius:10px;max-height:450px}.PostHeader__title{margin:0 0 30px;font-weight:800;color:var(--text-color);font-size:44px;text-align:center;line-height:1.1}.PostHeader__subheader{display:flex;align-items:center;justify-content:space-between;margin:16px auto}.PostHeader__date{display:inline-block;font-size:14px;line-height:14px;text-align:center;color:var(--text-color--off)}.PostHeader__subheader__left{display:flex;align-items:center}.PostHeader__subheader__divider{margin:0 8px;color:var(--text-color--off)}@media (max-width: 550px){.PostHeader__title{font-size:34px;line-height:40px;text-align:left}.PostHeader__subheader{flex-direction:column}}.BlogPost__middle{max-width:900px;width:100%;box-sizing:border-box}.Post__FootNav{max-width:900px;margin:48px auto}.Post__FootNav__list{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0}.Post__FootNav__item{width:48%;display:flex;align-items:center;background:var(--card-bg);color:var(--text-color);box-shadow:var(--card-shadow);border-radius:4px;transition:box-shadow .3s ease}.Post__FootNav__item:hover{box-shadow:var(--card-shadow-hover);cursor:pointer}.Post__FootNav__icon{font-size:40px;padding:10px;color:var(--text-color)}.Post__FootNav__text{font-weight:700;padding:10px;font-size:18px}.Post__FootNav__text--next{text-align:right}.Post__FootNav__item--next{justify-content:flex-end}@media (max-width: 500px){.Post__FootNav__list{flex-direction:column}.Post__FootNav__item{width:100%;margin-bottom:10px}}.PostFooter{margin:10px 16px 50px}.FollowTwitter{color:var(--text-color);margin:10px 0 50px;font-style:italic}.FollowTwitter a{color:var(--text-color)}.BlogPost__body li{margin-bottom:12px}.BlogPost__body a{text-decoration:underline}.BlogPost__body table.data-sources{width:100%;margin-bottom:32px;border-collapse:collapse}.BlogPost__body table.data-sources th{text-align:left;padding:8px 16px 8px 0;border-bottom:2px solid #444;font-weight:600;font-size:14px;color:#a8b2d1}.BlogPost__body table.data-sources td{padding:12px 16px 12px 0;vertical-align:top;line-height:1.6}.BlogPost__body table.data-sources tbody tr{transition:background-color .2s ease}.BlogPost__body table.data-sources tbody tr:hover{background-color:#6478c814}.BlogPost__body table.data-sources td:first-child,.BlogPost__body table.data-sources th:first-child{color:#a8b2d1;font-weight:500;white-space:nowrap}.BlogPost__body table.data-sources.fixed-label-width td:first-child,.BlogPost__body table.data-sources.fixed-label-width th:first-child{width:280px;min-width:280px}.BlogPost__body table.data-sources td:nth-child(2){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.BlogPost__body table.data-sources td:last-child{width:100%}.BlogPost__body table.data-sources.pipeline-table td:nth-child(2){text-align:left;font-variant-numeric:normal}.BlogPost__body table.data-sources.pipeline-table td:nth-child(3),.BlogPost__body table.data-sources.pipeline-table td:nth-child(4){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.BlogPost__body table.scoring-table.fixed-label-width td:first-child,.BlogPost__body table.scoring-table.fixed-label-width th:first-child{width:280px;min-width:280px;color:var(--text-color);font-weight:500}.BlogPost__body table.scoring-table.fixed-label-width td:nth-child(2){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--text-link-color);font-weight:500}.BlogPost__body table.scoring-table.fixed-label-width td:last-child{width:100%;color:var(--text-color--off)}.BlogPost__body table.scoring-table.pipeline-table td:first-child{text-align:center;font-weight:500;color:var(--text-color--off);width:40px}.BlogPost__body table.scoring-table.pipeline-table td:nth-child(2){text-align:left;font-variant-numeric:normal;color:var(--text-color);font-weight:500}.BlogPost__body table.scoring-table.pipeline-table td:nth-child(3),.BlogPost__body table.scoring-table.pipeline-table td:nth-child(4){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--text-link-color);font-weight:500}.BlogPost__body table.scoring-table.pipeline-table td:nth-child(5){color:var(--text-color--off)}.BlogPost__body .table-of-contents{background:rgba(100,100,150,.1);border-left:4px solid var(--text-link-color);padding:24px 32px;margin:32px 0 48px;border-radius:4px}.BlogPost__body .table-of-contents h3{margin:0 0 16px;font-size:22px}.BlogPost__body .table-of-contents>ul{list-style:none;padding-left:0;margin:0}.BlogPost__body .table-of-contents>ul>li{margin-bottom:8px}.BlogPost__body .table-of-contents>ul>li>ul{list-style:none;padding-left:24px;margin-top:8px;margin-bottom:8px}.BlogPost__body .table-of-contents>ul>li>ul>li{margin-bottom:4px}.BlogPost__body .table-of-contents a{color:var(--text-link-color);text-decoration:none}.BlogPost__body .table-of-contents a:hover{text-decoration:underline}.BlogPost__body .stat-highlight{background:linear-gradient(135deg,rgba(100,120,200,.15),rgba(80,100,180,.1));border:2px solid rgba(100,120,200,.3);border-radius:8px;padding:32px;margin:48px 0;text-align:center}.BlogPost__body .stat-highlight .stat-number{font-size:36px;font-weight:700;color:var(--text-link-color);font-variant-numeric:tabular-nums;margin-bottom:12px;letter-spacing:.5px}.BlogPost__body .stat-highlight .stat-label{font-size:18px;color:var(--text-color);font-weight:500}@media (max-width: 600px){.BlogPost__body .stat-highlight .stat-number{font-size:24px;word-break:break-all}.BlogPost__body .stat-highlight .stat-label{font-size:16px}}.BlogPost__body .section-divider{border:none;height:2px;background:linear-gradient(90deg,transparent,rgba(100,120,200,.3) 20%,rgba(100,120,200,.3) 80%,transparent);margin:64px 0 48px}.BlogPost__body .BlogPost__figure{margin:32px auto}.BlogPost__body .BlogPost__figure img{margin:0 auto 12px}.BlogPost__body figcaption{text-align:center;font-size:14px;color:var(--text-color--off);font-style:italic;margin-top:8px}.BlogPost__body .pull-quote{font-size:22px;font-style:italic;font-weight:500;color:var(--text-link-color);margin:32px 0;padding:24px 32px 24px 48px;border-left:4px solid var(--text-link-color);background:rgba(100,120,200,.08);border-radius:0 4px 4px 0;line-height:1.6}@media (max-width: 600px){.BlogPost__body .pull-quote{font-size:18px;padding:20px 24px 20px 32px}}.BlogPost__body .summary-box{background:rgba(100,120,200,.1);border:2px solid rgba(100,120,200,.3);border-radius:8px;padding:32px;margin:48px 0}.BlogPost__body .summary-box h3{margin:0 0 24px;font-size:24px;text-align:center;color:var(--text-color)}.BlogPost__body .summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.BlogPost__body .summary-item{text-align:center;padding:16px;background:rgba(0,0,0,.2);border-radius:6px}.BlogPost__body .summary-number{font-size:28px;font-weight:700;color:var(--text-link-color);margin-bottom:8px;font-variant-numeric:tabular-nums}.BlogPost__body .summary-label{font-size:14px;color:var(--text-color--off);font-weight:500}@media (max-width: 600px){.BlogPost__body .summary-box{padding:24px 16px}.BlogPost__body .summary-grid{grid-template-columns:1fr;gap:16px}.BlogPost__body .summary-number{font-size:24px}.BlogPost__body .summary-label{font-size:13px}}.BlogPost__body .final-stats{display:flex;flex-direction:column;gap:20px;margin:32px 0}.BlogPost__body .final-stat-item{background:linear-gradient(135deg,rgba(100,120,200,.12),rgba(80,100,180,.08));border:1px solid rgba(100,120,200,.25);border-radius:8px;padding:24px 32px;text-align:center}.BlogPost__body .final-stat-number{font-size:32px;font-weight:700;color:var(--text-link-color);font-variant-numeric:tabular-nums;margin-bottom:8px;letter-spacing:.5px;word-break:break-all}.BlogPost__body .final-stat-label{font-size:16px;color:var(--text-color);font-weight:500}@media (max-width: 600px){.BlogPost__body .final-stat-item{padding:20px 16px}.BlogPost__body .final-stat-number{font-size:24px}.BlogPost__body .final-stat-label{font-size:14px}}.BlogPost__body .tech-stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:24px 0 32px}.BlogPost__body .tech-stack-card{background:rgba(100,120,200,.1);border:1px solid rgba(100,120,200,.25);border-radius:8px;padding:24px}.BlogPost__body .tech-stack-card h4{margin:0 0 16px;font-size:20px;font-weight:700;color:var(--text-link-color)}.BlogPost__body .tech-stack-card ul{margin:0;padding-left:20px}.BlogPost__body .tech-stack-card li{margin-bottom:8px;font-size:16px}.BlogPost__body .tech-stack-card li:last-child{margin-bottom:0}@media (max-width: 768px){.BlogPost__body .tech-stack-grid{grid-template-columns:1fr;gap:16px}}.BlogPost__body .achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0 32px}.BlogPost__body .achievement-card{background:rgba(100,120,200,.1);border:1px solid rgba(100,120,200,.25);border-radius:8px;padding:20px}.BlogPost__body .achievement-card-title{margin:0 0 12px;font-size:18px;font-weight:700;color:var(--text-link-color);text-align:center}.BlogPost__body .achievement-card ul{margin:0;padding-left:0;list-style:none}.BlogPost__body .achievement-card li{margin-bottom:16px;padding:12px;background:rgba(0,0,0,.15);border-radius:4px;line-height:1.5}.BlogPost__body .achievement-card li:last-child{margin-bottom:0}.BlogPost__body .achievement-card li strong{color:var(--text-color);font-size:15px}.BlogPost__body .achievement-card li br+text,.BlogPost__body .achievement-card li strong+br+*{font-size:13px;color:var(--text-color--off)}@media (max-width: 900px){.BlogPost__body .achievements-grid{grid-template-columns:1fr;gap:16px}}.BlogPost__body .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0 32px}.BlogPost__body .feature-card{background:rgba(100,120,200,.1);border:1px solid rgba(100,120,200,.25);border-radius:8px;padding:20px;text-align:center;line-height:1.6}.BlogPost__body .feature-card strong{color:var(--text-link-color);font-size:16px;display:block;margin-bottom:8px}.BlogPost__body .feature-card br+text,.BlogPost__body .feature-card strong+br+*{font-size:14px;color:var(--text-color--off)}@media (max-width: 600px){.BlogPost__body .feature-grid{grid-template-columns:1fr;gap:12px}}.BlogPost__body .flavor-types{background:rgba(100,120,200,.08);border-left:4px solid var(--text-link-color);border-radius:0 4px 4px 0;padding:24px 32px;margin:24px 0}.BlogPost__body .flavor-types dt{font-weight:700;font-size:16px;color:var(--text-link-color);margin-top:16px;margin-bottom:8px}.BlogPost__body .flavor-types dt:first-child{margin-top:0}.BlogPost__body .flavor-types dd{margin:0 0 0 20px;font-size:15px;color:var(--text-color)}@media (max-width: 600px){.BlogPost__body .flavor-types{padding:20px 24px}.BlogPost__body .flavor-types dd{margin-left:10px}}.BlogPost__body table.scoring-table{width:100%;margin:16px 0 32px;border-collapse:collapse;background:rgba(100,120,200,.05);border-radius:8px;overflow:hidden}.BlogPost__body table.scoring-table thead{background:rgba(100,120,200,.15)}.BlogPost__body table.scoring-table th{padding:12px 16px;text-align:left;font-weight:600;font-size:14px;color:var(--text-link-color);border-bottom:2px solid rgba(100,120,200,.3)}.BlogPost__body table.scoring-table th:nth-child(2){text-align:center;width:120px}.BlogPost__body table.scoring-table td{padding:10px 16px;vertical-align:top;line-height:1.5;font-size:15px}.BlogPost__body table.scoring-table:not(.fixed-label-width):not(.pipeline-table) td:first-child{color:var(--text-color);font-weight:500;white-space:nowrap}.BlogPost__body table.scoring-table:not(.fixed-label-width):not(.pipeline-table) td:nth-child(2){text-align:center;font-variant-numeric:tabular-nums;color:var(--text-link-color);font-weight:500;white-space:nowrap}.BlogPost__body table.scoring-table:not(.fixed-label-width):not(.pipeline-table) td:last-child{color:var(--text-color--off)}.BlogPost__body table.scoring-table tbody tr{transition:background-color .2s ease;border-bottom:1px solid rgba(100,120,200,.1)}.BlogPost__body table.scoring-table tbody tr:last-child{border-bottom:none}.BlogPost__body table.scoring-table tbody tr:hover{background-color:#6478c81f}@media (max-width: 768px){.BlogPost__body table.scoring-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.BlogPost__body table.scoring-table thead,.BlogPost__body table.scoring-table tbody,.BlogPost__body table.scoring-table tfoot,.BlogPost__body table.scoring-table tr,.BlogPost__body table.scoring-table th,.BlogPost__body table.scoring-table td{display:table-cell}.BlogPost__body table.scoring-table thead{display:table-header-group}.BlogPost__body table.scoring-table tbody{display:table-row-group}.BlogPost__body table.scoring-table tfoot{display:table-footer-group}.BlogPost__body table.scoring-table tr{display:table-row}.BlogPost__body table.scoring-table th,.BlogPost__body table.scoring-table td{padding:6px 10px;font-size:13px;white-space:normal}.BlogPost__body table.scoring-table th{font-size:12px}.BlogPost__body table.scoring-table.fixed-label-width td:first-child,.BlogPost__body table.scoring-table.fixed-label-width th:first-child{width:150px;min-width:150px}}.BlogPost__body .tier-list{margin:24px 0 32px;display:flex;flex-direction:column;gap:12px}.BlogPost__body .tier-item{display:flex;align-items:center;gap:16px;padding:12px 16px;background:rgba(100,120,200,.05);border-radius:6px;border-left:4px solid transparent}.BlogPost__body .tier-badge{display:inline-block;padding:6px 14px;border-radius:4px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;min-width:90px;text-align:center}.BlogPost__body .tier-badge.tier-god{background:linear-gradient(135deg,#FFD700,#FFA500);color:#1a1a2e;box-shadow:0 2px 8px #ffd7004d}.BlogPost__body .tier-item:has(.tier-god){border-left-color:gold}.BlogPost__body .tier-badge.tier-great{background:linear-gradient(135deg,#4ade80,#22c55e);color:#1a1a2e;box-shadow:0 2px 8px #22c55e4d}.BlogPost__body .tier-item:has(.tier-great){border-left-color:#22c55e}.BlogPost__body .tier-badge.tier-weird{background:linear-gradient(135deg,#fb923c,#f97316);color:#1a1a2e;box-shadow:0 2px 8px #f973164d}.BlogPost__body .tier-item:has(.tier-weird){border-left-color:#f97316}.BlogPost__body .tier-badge.tier-terrible{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.BlogPost__body .tier-item:has(.tier-terrible){border-left-color:#ef4444}.BlogPost__body .tier-description{flex:1;display:flex;flex-direction:column;gap:6px}.BlogPost__body .tier-label{font-size:15px;font-weight:500;color:var(--text-color);line-height:1.4}.BlogPost__body .tier-examples{font-size:14px;color:var(--text-color--off);line-height:1.6}@media (max-width: 600px){.BlogPost__body .tier-item{flex-direction:column;align-items:flex-start;gap:8px}.BlogPost__body .tier-badge{min-width:auto}}.BlogPost__body .classification-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0 32px}.BlogPost__body .classification-card{background:rgba(100,120,200,.1);border:1px solid rgba(100,120,200,.25);border-radius:8px;padding:20px;text-align:center}.BlogPost__body .classification-card h5{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--text-link-color)}.BlogPost__body .classification-card p{margin:0 0 16px;font-size:14px;color:var(--text-color--off)}.BlogPost__body .classification-examples{font-size:14px;line-height:2}@media (max-width: 900px){.BlogPost__body .classification-grid{grid-template-columns:1fr;gap:16px}}.BlogPost__body .formula-box{background:rgba(100,120,200,.08);border:1px solid rgba(100,120,200,.25);border-radius:6px;padding:20px 24px;margin:24px 0;text-align:center}.BlogPost__body .formula{font-family:Courier New,monospace;font-size:18px;font-weight:700;color:var(--text-link-color);margin-top:12px;letter-spacing:.5px}@media (max-width: 600px){.BlogPost__body .formula{font-size:16px}}.BlogPost__body .database-example{background:rgba(100,120,200,.08);border:1px solid rgba(100,120,200,.2);border-radius:6px;padding:20px 24px;margin:24px 0}.BlogPost__body .database-header{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-color--off);margin-bottom:12px;font-family:monospace}.BlogPost__body .database-example ul{margin:0;padding-left:20px;list-style:none}.BlogPost__body .database-example li{margin-bottom:8px;position:relative}.BlogPost__body .database-example li:last-child{margin-bottom:0}.BlogPost__body .database-example li:before{content:"├─";position:absolute;left:-20px;color:var(--text-color--off);font-family:monospace}.BlogPost__body .database-example li:last-child:before{content:"└─"}.TwitterButton{background:#1e99e6;color:#f5f5f5;font-size:14px;border-radius:4px;display:flex;align-items:center;letter-spacing:.5px;padding:6px;text-decoration:none;line-height:12px}.TwitterButton__icon{margin-right:4px}.TwitterButton--twitter{background:#1e99e6;color:#f5f5f5}.TwitterButton--bw{background:#fff;color:#333}.TwitterButton--bw:hover{background:#f5f5f5}body.dark-mode .TwitterButton--bw{background:none;color:var(--text-color)}.Tag{margin-right:16px;margin-bottom:4px;color:var(--text-color);font-size:14px;padding:3px 4px;border-radius:2px}.ReadingProgress{position:sticky;height:5px;top:0;background-color:#2980b94d;z-index:100}.ReadingProgress__fill{background-color:#2a6896;height:5px}@media (max-width: 767px){.ReadingProgress{top:65px}}
