:root{--bg:#ffffff;--bg-sub:#f7f8fa;--accent:#1a56db;--accent-dark:#1240a8;--accent-tint:#eef3fd;--text:#1a202c;--text-sub:#6b7280;--border:#e5e7eb;--radius:10px;--radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;color-scheme:light}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-tint)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--accent);color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1rem;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.skip-link:focus-visible{left:0;text-decoration:none}body{font-family:system-ui,-apple-system,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Yu Gothic UI,Noto Sans JP,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-top{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:#fff;box-shadow:0 1px 3px rgba(16,24,40,.05)}.site-header{background:#fff;padding:1.1rem 1.25rem .9rem}.site-header .inner{max-width:1040px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.9rem}.header-actions{display:flex;align-items:center;gap:.75rem}.header-cta{display:inline-block;background:var(--accent);color:#fff;font-size:.82rem;font-weight:700;border-radius:999px;padding:.5rem 1.2rem;transition:background .15s ease}.header-cta:hover{text-decoration:none;background:var(--accent-dark)}@media (max-width:640px){.header-actions{display:none}}.brand{display:inline-flex;align-items:center;gap:.8rem;color:var(--text)}.brand:hover{text-decoration:none;opacity:.85}.brand-text{display:flex;flex-direction:column;gap:.1rem}.site-title{font-size:1.55rem;font-weight:700;letter-spacing:-.01em;line-height:1.25}.logo-labcho{flex-shrink:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(26,86,219,.22)}.site-tagline{font-size:.78rem;color:var(--text-sub);font-weight:500;white-space:nowrap}.labcho-img{position:relative;display:inline-block;width:var(--labcho-size,48px);height:var(--labcho-size,48px);border-radius:50%;overflow:hidden}.labcho-img img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;object-position:50% 38%}.site-nav{position:relative;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav:after{content:"";position:-webkit-sticky;position:sticky;right:0;top:0;float:right;width:32px;height:100%;background:linear-gradient(270deg,#fff 30%,rgba(255,255,255,0));pointer-events:none}.site-nav .inner{max-width:1040px;margin:0 auto;display:flex;gap:1.6rem;white-space:nowrap;padding:0 1.25rem}.site-nav a{color:var(--text);font-size:.85rem;font-weight:500;padding:.65rem 0;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease;flex-shrink:0}.site-nav a:hover,.site-nav a[aria-current=page]{text-decoration:none;color:var(--accent);border-bottom-color:var(--accent)}main{max-width:1040px;margin:0 auto;padding:2rem 1.25rem 5rem}.article{max-width:720px;margin:0 auto}.eyebrow{display:block;font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--text-sub);margin-bottom:.35rem}.eyebrow-accent{color:var(--accent)}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}.page-lead{margin:-1rem 0 2rem;color:var(--text-sub);font-size:.92rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2.25rem 1.75rem;gap:2.25rem 1.75rem}@media (min-width:900px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease;display:flex;flex-direction:column}.post-card h2 a:after{content:"";position:absolute;inset:0}.post-card:hover{border-color:#b9cdf5;box-shadow:0 6px 20px rgba(18,41,92,.08)}.post-card:has(h2 a:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.post-card h2 a:focus-visible{outline:none}.post-card .category-badge{position:relative;z-index:1}.card-eyecatch{position:relative;display:block;aspect-ratio:1.91/1;background-color:#12295c;overflow:hidden}.card-eyecatch img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.post-card:hover .card-eyecatch img{transform:scale(1.03)}.card-body{padding:1rem 1.15rem 1.2rem;display:flex;flex-direction:column;flex:1 1}.post-card h2{font-size:1.0625rem;line-height:1.55;letter-spacing:-.005em;font-weight:700}.post-card h2 a{color:var(--text)}.post-card h2 a:hover{color:var(--accent);text-decoration:none}.post-meta{font-size:.74rem;letter-spacing:.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-sub);margin:.55rem 0 .45rem;display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.category-badge{display:inline-block;color:var(--accent);background:var(--accent-tint);border-radius:var(--radius-sm);padding:.2rem .6rem;font-size:.72rem;font-weight:500;line-height:1.5;transition:background .15s ease}.category-badge:hover{text-decoration:none;background:#dbe6fb}.post-card p{font-size:.8rem;color:var(--text-sub);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.breadcrumb{font-size:.75rem;margin-bottom:.9rem}.breadcrumb,.breadcrumb a{color:var(--text-sub)}.breadcrumb a:hover{color:var(--accent);text-decoration:none}.article h1{font-size:clamp(1.7rem,4.5vw,2.1rem);line-height:1.45;font-weight:700;letter-spacing:-.01em;margin-bottom:.8rem}.byline{display:flex;font-size:.78rem;margin-top:.7rem}.byline,.byline a{align-items:center;gap:.45rem;color:var(--text-sub)}.byline a{display:inline-flex;font-weight:500}.byline a:hover{color:var(--accent);text-decoration:none}.byline .labcho-img{width:20px;height:20px}.article-body{margin-top:2.25rem}.article-body h2{scroll-margin-top:2rem;font-size:1.45rem;font-weight:700;letter-spacing:-.01em;line-height:1.5;margin:3.5rem 0 1.1rem}.article-body h2:before{content:"";display:block;width:28px;height:2px;background:var(--accent);margin-bottom:.9rem}.article-body h3{font-size:1.12rem;font-weight:700;margin:2.5rem 0 .8rem}.article-body p{margin-bottom:1.5rem;line-height:1.9}.article-body ol,.article-body ul{margin:0 0 1.5rem 1.4rem;line-height:1.85}.article-body li{margin-bottom:.45rem}.article-body li::marker{color:var(--accent)}.article-body blockquote{background:var(--bg-sub);border-left:3px solid var(--border);padding:.9rem 1.1rem;color:var(--text-sub);margin-bottom:1.5rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.article-body blockquote p:last-child{margin-bottom:0}.article-body hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.table-wrap{overflow-x:auto;margin-bottom:1.5rem}.article-body table{border-collapse:collapse;width:100%;font-size:.9rem;border:1px solid var(--border)}.article-body .table-wrap table{margin-bottom:0}.article-body td,.article-body th{border-bottom:1px solid var(--border);padding:.6rem .85rem;text-align:left}.article-body tr:last-child td{border-bottom:none}.article-body th{background:var(--bg-sub);font-weight:700}.article-body a{font-weight:600;text-decoration:underline;-webkit-text-decoration-color:rgba(26,86,219,.4);text-decoration-color:rgba(26,86,219,.4);text-underline-offset:3px}.article-body a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.af-pending{color:var(--text-sub);font-size:.85rem}.article-body{overflow-wrap:break-word}.ad-note{margin-top:1.4rem;font-size:.75rem;color:var(--text-sub)}.series-nav{margin-top:3.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}.series-link{display:block;border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;text-decoration:none}.series-link:hover{border-color:var(--accent);text-decoration:none}.series-link.next{text-align:right}.series-dir{display:block;font-size:.72rem;color:var(--accent);font-weight:600;letter-spacing:.04em}.series-title{display:block;margin-top:.35rem;font-size:.82rem;font-weight:500;color:var(--text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:600px){.series-nav{grid-template-columns:1fr}.series-link.next{text-align:left}}.next-cta{margin-top:2.5rem;background:var(--accent-tint);border-radius:var(--radius);padding:1.6rem 1.4rem;text-align:center}.next-cta-lead{font-size:.88rem;color:var(--text);margin-bottom:.9rem}.next-cta-actions{display:flex;flex-direction:column;align-items:center;gap:.6rem}.next-cta-button{display:inline-block;background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;padding:.7rem 1.8rem;border-radius:999px;text-decoration:none}.next-cta-button:hover{background:var(--accent-dark);color:#fff;text-decoration:none}.next-cta-sub{font-size:.8rem;color:var(--text-sub)}.next-cta-sub:hover{color:var(--accent)}.related{margin-top:4rem;border-top:1px solid var(--border);padding-top:2rem}.related .eyebrow{margin-bottom:1.1rem}.related ul{list-style:none}.related li{border-bottom:1px solid var(--border)}.related li:last-child{border-bottom:none}.related li{padding:.85rem .2rem}.related a{display:block;color:var(--text);font-size:.92rem;font-weight:500;line-height:1.6}.related a:hover{color:var(--accent);text-decoration:none}.related time{display:block;font-size:.72rem;font-weight:400;color:var(--text-sub);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;margin-top:.15rem}.toc-box{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.3rem .25rem;margin:2rem 0 0}.toc-box .eyebrow{margin-bottom:.7rem}.toc-box ol{list-style:none;counter-reset:toc;margin:0;font-size:.9rem}.toc-box li{counter-increment:toc;margin-bottom:.45rem;display:flex;gap:.7rem;align-items:baseline}.toc-box li:before{content:counter(toc,decimal-leading-zero);font-size:.72rem;font-weight:700;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.toc-box a{color:var(--text)}.toc-box a:hover{color:var(--accent);text-decoration:none}.fig{margin:2rem 0;padding:1.25rem 1.25rem .9rem;background:var(--bg-sub);border:1px solid var(--border);border-radius:var(--radius)}.fig svg{display:block;width:100%;height:auto}.fig-photo{padding:0;overflow:hidden}.fig-photo img{display:block;width:100%;height:auto}.fig-source{margin-top:.4rem;font-size:.75rem;color:var(--text-sub);text-align:right}.fig-photo .fig-source{padding:0 .9rem .6rem}.fukidashi{display:flex;align-items:flex-start;gap:.85rem;margin:0 0 1.6rem}.fukidashi-icon{flex-shrink:0;width:48px;text-align:center;line-height:1}.fukidashi-icon .labcho-img{width:44px;height:44px;margin:0 auto}.fukidashi-name{display:inline-block;font-size:.64rem;font-weight:600;color:var(--text-sub);margin-top:.3rem}.fukidashi-bubble{background:var(--bg-sub);border-radius:10px;padding:.85rem 1.1rem;font-size:.93rem;align-self:center}.fukidashi-bubble p{margin-bottom:.5rem}.fukidashi-bubble p:last-child,.fukidashi-bubble>:last-child{margin-bottom:0}.notfound{text-align:center;padding:3rem 0}.notfound-title{font-size:2.6rem;font-weight:700;line-height:1.2;margin-top:.5rem}.notfound-text{color:var(--text-sub);margin:.75rem 0 1.75rem}.notfound-btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;font-size:.92rem;border-radius:var(--radius-sm);padding:.65rem 1.8rem;transition:background .15s ease}.notfound-btn:hover{text-decoration:none;background:var(--accent-dark)}.site-footer{background:var(--bg-sub);border-top:1px solid var(--border);color:var(--text-sub);padding:2.25rem 1.25rem;font-size:.8rem}.site-footer .inner{max-width:1040px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.site-footer .footer-cats{justify-content:flex-start;gap:.75rem 1.5rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.site-footer .footer-cats a{font-weight:500}.site-footer .links{display:flex;gap:1.5rem}.site-footer a{color:var(--text-sub);font-weight:500}.site-footer a:hover{color:var(--accent)}.site-footer .copyright{color:#9ca3af}@media (max-width:768px){.post-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem 1.25rem}}@media (max-width:480px){html{font-size:15px}.site-title{font-size:1.3rem}.site-tagline{font-size:.72rem}.brand .labcho-img{--labcho-size:40px}.site-nav .inner{gap:1.15rem}.site-nav a{font-size:.82rem}.page-title{font-size:1.45rem}main{padding:2rem 1.1rem 4rem}.post-grid{grid-template-columns:1fr;gap:1.5rem}.site-footer .inner{flex-direction:column;align-items:flex-start}}.section-title{font-size:1.05rem;font-weight:700;letter-spacing:.01em;margin:2.75rem 0 .5rem;padding-left:.7rem;border-left:3px solid var(--accent);line-height:1.5}.section-lead{font-size:.85rem;color:var(--text-sub);margin-bottom:1.1rem;line-height:1.7}.view-badges{display:inline-flex;gap:.3rem;flex-wrap:wrap}.view-badge{display:inline-block;font-size:.68rem;font-weight:700;line-height:1.5;padding:.1rem .45rem;border-radius:var(--radius-sm);white-space:nowrap;border:1px solid transparent}.view-hr{color:#1240a8;background:#eef3fd;border-color:#d6e2fa}.view-agent{color:#9a3412;background:#fff3e8;border-color:#fadfc8}.view-candidate{color:#166534;background:#eafaef;border-color:#cdedd7}.author-intro{margin:1.5rem 0 .5rem;padding:1.15rem 1.2rem;background:var(--bg-sub);border:1px solid var(--border);border-radius:var(--radius)}.author-intro-head{display:flex;gap:.9rem;align-items:flex-start}.author-intro-head .labcho-img{flex-shrink:0}.author-intro-lead{font-size:.92rem;font-weight:600;line-height:1.7;color:var(--text)}.author-intro-link{display:inline-block;margin-top:.35rem;font-size:.78rem;font-weight:600;color:var(--accent)}.author-seats{list-style:none;margin:.9rem 0 0;padding:.85rem 0 0;border-top:1px solid var(--border);display:grid;grid-gap:.5rem;gap:.5rem}@media (min-width:700px){.author-seats{grid-template-columns:repeat(3,1fr);gap:.75rem}}.author-seats li{display:flex;flex-direction:row;align-items:baseline;gap:.5rem;flex-wrap:wrap}@media (min-width:700px){.author-seats li{flex-direction:column;align-items:flex-start;gap:.3rem}}.author-seat-note{font-size:.76rem;color:var(--text-sub);line-height:1.5}.gi-nav{margin:2.25rem 0 .5rem}.gi-nav .eyebrow{margin-bottom:.75rem;color:var(--text);font-size:.9rem;font-weight:700;letter-spacing:0;text-transform:none}.gi-nav ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6rem;gap:.6rem}.gi-nav a{display:flex;height:100%;flex-direction:column;justify-content:center;gap:.15rem;border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .85rem;background:#fff;color:var(--text);transition:border-color .15s ease,background .15s ease}.gi-nav a:hover{text-decoration:none;border-color:var(--accent);background:var(--accent-tint)}.gi-tile-eyebrow{font-size:.66rem;font-weight:700;letter-spacing:.08em;color:var(--accent)}.gi-tile-label{font-size:.92rem;font-weight:700;line-height:1.4}.gi-tile-count{font-size:.7rem;color:var(--text-sub);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gi-nav-tiles ul{grid-template-columns:repeat(2,1fr)}@media (min-width:700px){.gi-nav-tiles ul{grid-template-columns:repeat(3,1fr)}}.gi-nav-tiles li{position:relative}@media (min-width:700px){.gi-nav-tiles li:not(:nth-child(3n)):after{content:"→";position:absolute;right:-.62rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--text-sub);pointer-events:none}}.gi-nav-buttons ul{grid-template-columns:1fr}@media (min-width:640px){.gi-nav-buttons ul{grid-template-columns:repeat(2,1fr)}}.gi-nav-buttons a{flex-direction:row;align-items:baseline;justify-content:space-between;gap:.6rem}.gi-nav-buttons .gi-tile-label{font-size:.88rem}.gi-shortcut{margin-top:.85rem;text-align:center}.gi-shortcut a{font-size:.82rem;font-weight:700;color:var(--accent)}.gi-groups{margin-top:1rem}.gi-group{margin-top:2.5rem;scroll-margin-top:1rem}.gi-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:.55rem;font-size:1.15rem;font-weight:700;line-height:1.45;padding-bottom:.55rem;border-bottom:2px solid var(--border)}.gi-heading-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:#fff;background:var(--accent);border-radius:var(--radius-sm);padding:.18rem .5rem}.gi-heading-count{margin-left:auto;font-size:.74rem;font-weight:600;color:var(--text-sub);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gi-lead{margin-top:.6rem;font-size:.84rem;color:var(--text-sub);line-height:1.7}.gi-list{list-style:none;margin:.9rem 0 0;padding:0}.gi-item{display:flex;gap:.75rem;align-items:baseline;padding:.7rem .2rem;border-bottom:1px solid var(--border)}.gi-item:last-child{border-bottom:none}.gi-no{flex-shrink:0;font-size:.72rem;font-weight:800;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gi-item-body{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem}.gi-item-body a{font-size:.93rem;font-weight:500;line-height:1.65;color:var(--text)}.gi-item-body a:hover{color:var(--accent);text-decoration:none}.gi-cta{margin-top:1rem;background:var(--accent-tint);border-radius:var(--radius);padding:.9rem 1.1rem;font-size:.87rem;font-weight:600}.gi-outro{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.gi-outro h2{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.gi-outro p{font-size:.88rem;color:var(--text-sub)}.gi-more,.more-posts{margin-top:1.1rem}.gi-more>summary,.more-posts>summary{cursor:pointer;display:inline-block;font-size:.82rem;font-weight:700;color:var(--accent);border:1px solid var(--border);border-radius:999px;padding:.5rem 1.15rem;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gi-more>summary::-webkit-details-marker,.more-posts>summary::-webkit-details-marker{display:none}.gi-more>summary:after,.more-posts>summary:after{content:" ▾"}.gi-more[open]>summary:after,.more-posts[open]>summary:after{content:" ▴"}.gi-more>summary:hover,.more-posts>summary:hover{border-color:var(--accent);background:var(--accent-tint)}.more-posts>.post-grid{margin-top:1.5rem}.gi-more>.gi-list{margin-top:.4rem}.notice-box{margin-top:2.5rem;background:var(--bg-sub);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.35rem}.notice-box h2{font-size:1rem;font-weight:700;margin-bottom:.8rem}.notice-box ul{margin:0 0 .9rem;padding-left:1.15rem}.notice-box li{font-size:.87rem;line-height:1.8;margin-bottom:.4rem}.notice-box li::marker{color:var(--accent)}.notice-box p{font-size:.87rem;line-height:1.8;color:var(--text-sub)}.series-tiles ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(2,1fr)}@media (min-width:700px){.series-tiles ul{grid-template-columns:repeat(3,1fr)}}.series-tiles a{display:flex;height:100%;flex-direction:column;gap:.3rem;border:1px solid var(--border);border-radius:var(--radius);padding:.85rem .9rem;color:var(--text)}.series-tiles a:hover{text-decoration:none;border-color:var(--accent);background:var(--accent-tint)}.series-tile-name{font-size:.88rem;font-weight:700;line-height:1.45}.series-tile-count{font-size:.7rem;color:var(--text-sub);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pick-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6rem;gap:.6rem}.pick-list li{display:grid;grid-gap:.2rem;gap:.2rem;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:.85rem 1rem}.pick-situation{font-size:.75rem;font-weight:700;color:var(--text-sub)}.pick-service{font-size:1rem;font-weight:800;color:var(--accent)}.pick-verdict{font-size:.87rem;line-height:1.7}.pick-basis{font-size:.74rem;color:var(--text-sub);line-height:1.6}.compare-wrap{margin-top:1rem}.compare-table{width:100%;border-collapse:collapse;font-size:.85rem}.compare-table td,.compare-table th{border:1px solid var(--border);padding:.6rem .7rem;text-align:left;vertical-align:top;line-height:1.6}.compare-table thead th{background:var(--bg-sub);font-size:.78rem;font-weight:700;white-space:nowrap}.compare-table .col-judge{background:#fcfbf7}.compare-table thead .col-judge{background:#f6f2e8}.stars{letter-spacing:.05em;color:var(--accent);white-space:nowrap}.stars-empty{color:var(--border)}.checked-at{display:block;font-size:.68rem;color:var(--text-sub);font-weight:400}.compare-legend{margin-top:.8rem;font-size:.78rem;color:var(--text-sub);line-height:1.7}.compare-legend ul{margin:.5rem 0;padding-left:1.1rem}.compare-legend-note{margin-top:.4rem}@media (max-width:700px){.compare-table,.compare-table tbody,.compare-table td,.compare-table th,.compare-table thead,.compare-table tr{display:block}.compare-table thead{display:none}.compare-table tr{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.85rem;overflow:hidden}.compare-table td,.compare-table th{border:none;border-bottom:1px solid var(--border);display:grid;grid-template-columns:7.5rem 1fr;grid-gap:.6rem;gap:.6rem}.compare-table tr>:last-child{border-bottom:none}.compare-table tbody th[data-label]{background:var(--bg-sub);font-weight:700}.compare-table [data-label]:before{content:attr(data-label);font-size:.72rem;font-weight:700;color:var(--text-sub)}}.link-pending{color:var(--text-sub)}