.cmp-page{background:var(--bg);min-height:100vh;color:var(--fg)}.cmp-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#fafbfce6;position:sticky;top:0}.cmp-hero{text-align:center;max-width:860px;margin:0 auto;padding:5rem 2rem 3rem;position:relative}.cmp-back{color:var(--fg-muted);align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex;position:absolute;top:5rem;left:2rem}.cmp-back svg{width:16px;height:16px;transition:transform .2s}.cmp-back:hover{color:var(--primary)}.cmp-back:hover svg{transform:translate(-3px)}.cmp-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:#8348f014;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.cmp-badge svg{width:14px;height:14px}.cmp-hero h1{letter-spacing:-.02em;margin-bottom:1.1rem;font-size:clamp(2.1rem,5vw,3.25rem);font-weight:800;line-height:1.12}.cmp-hero h1 span{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cmp-hero .cmp-sub{color:var(--fg-muted);max-width:640px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.65}.cmp-hero-actions{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}.cmp-btn-primary,.cmp-btn-secondary{border-radius:12px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cmp-btn-primary{background:var(--gradient);color:#fff;box-shadow:0 8px 24px #8348f040}.cmp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #8348f059}.cmp-btn-secondary{background:var(--card);color:var(--fg);border:1px solid var(--border)}.cmp-btn-secondary:hover{color:var(--primary);border-color:#8348f059}.cmp-hero-note{color:var(--fg-muted);opacity:.8;margin-top:1.1rem;font-size:.8125rem}.cmp-content{max-width:960px;margin:0 auto;padding:1rem 2rem 4rem}.cmp-section{margin-bottom:4rem}.cmp-section-head{text-align:center;max-width:680px;margin:0 auto 2.25rem}.cmp-section-head h2{letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.cmp-section-head p{color:var(--fg-muted);margin:0;font-size:1rem;line-height:1.65}.cmp-table-wrap{border:1px solid var(--border);background:var(--card);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000008}.cmp-table{border-collapse:collapse;width:100%;font-size:.9375rem}.cmp-table th,.cmp-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.25rem}.cmp-table thead th{background:#8348f00a;font-size:.875rem;font-weight:700}.cmp-table thead th:first-child{color:var(--fg-muted);font-weight:600}.cmp-col-us{color:var(--primary);position:relative}.cmp-col-us:after{content:"";pointer-events:none;border-left:2px solid #8348f040;border-right:2px solid #8348f040;position:absolute;inset:0}.cmp-table tbody tr:last-child td{border-bottom:none}.cmp-table tbody td:first-child{color:var(--fg);font-weight:600}.cmp-table td.cmp-cell-us{background:#8348f008;font-weight:600}.cmp-yes,.cmp-no,.cmp-partial{align-items:center;gap:.45rem;font-size:.875rem;display:inline-flex}.cmp-yes{color:#16a34a}.cmp-no{color:#b91c1c;opacity:.75}.cmp-partial{color:#b45309}.cmp-yes svg,.cmp-no svg,.cmp-partial svg{flex-shrink:0;width:16px;height:16px}.cmp-table-note{text-align:center;color:var(--fg-muted);opacity:.85;margin-top:1rem;font-size:.8125rem}.cmp-hub-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.cmp-hub-card{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:1.5rem 1.6rem;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.cmp-hub-card:hover{border-color:#8348f066;transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.cmp-hub-card h3{color:var(--fg);justify-content:space-between;align-items:center;gap:.5rem;margin:0 0 .4rem;font-size:1.0625rem;font-weight:700;display:flex}.cmp-hub-arrow{color:var(--primary);transition:transform .2s}.cmp-hub-card:hover .cmp-hub-arrow{transform:translate(4px)}.cmp-hub-card p{color:var(--fg-muted);margin:0;font-size:.9125rem;line-height:1.55}@media (max-width:720px){.cmp-hub-grid{grid-template-columns:1fr}}.cmp-gaplist{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.cmp-gaplist li{border:1px solid var(--border);background:var(--card);color:var(--fg-muted);border-radius:12px;padding:.9rem 1.1rem .9rem 2.6rem;font-size:.9375rem;line-height:1.55;position:relative}.cmp-gaplist li strong{color:var(--fg);font-weight:650}.cmp-gaplist li:before{content:"";background:var(--primary);border-radius:50%;width:9px;height:9px;position:absolute;top:1.2rem;left:1.1rem;box-shadow:0 0 0 4px #8348f026}.cmp-features{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.cmp-feature{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:all .25s}.cmp-feature:hover{border-color:#8348f040;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.cmp-feature-icon{background:#8348f014;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:1rem;display:flex}.cmp-feature-icon svg{width:21px;height:21px;color:var(--primary)}.cmp-feature h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.cmp-feature p{color:var(--fg-muted);margin:0;font-size:.875rem;line-height:1.6}.cmp-verdict{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cmp-verdict-card{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:1.75rem}.cmp-verdict-card.is-us{background:#8348f008;border-color:#8348f04d}.cmp-verdict-card h3{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.0625rem;font-weight:700;display:flex}.cmp-verdict-card ul{margin:0;padding:0;list-style:none}.cmp-verdict-card li{color:var(--fg-muted);margin-bottom:.75rem;padding-left:1.75rem;font-size:.9375rem;line-height:1.6;position:relative}.cmp-verdict-card li:last-child{margin-bottom:0}.cmp-verdict-card li svg{width:18px;height:18px;position:absolute;top:.15em;left:0}.cmp-verdict-card.is-us li svg{color:var(--primary)}.cmp-verdict-card.is-them li svg{color:var(--fg-muted)}.cmp-migrate{text-align:center;background:linear-gradient(135deg,#8348f00f,#6366f10a);border:1px solid #8348f033;border-radius:20px;padding:2.75rem 2rem}.cmp-migrate h2{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.cmp-migrate p{color:var(--fg-muted);max-width:560px;margin:0 auto 1.75rem;font-size:1.0625rem;line-height:1.6}.cmp-migrate code{color:var(--primary);background:#8348f01a;border-radius:6px;padding:.1rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.cmp-steps{text-align:left;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:640px;margin:0 auto 2rem;display:grid}.cmp-step{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem}.cmp-step-num{background:var(--gradient);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:.625rem;font-size:.8125rem;font-weight:700;display:inline-flex}.cmp-step p{color:var(--fg-muted);max-width:none;margin:0;font-size:.85rem;line-height:1.55}.cmp-faq{max-width:760px;margin:0 auto}.cmp-faq-item{border:1px solid var(--border);background:var(--card);border-radius:12px;margin-bottom:.75rem;overflow:hidden}.cmp-faq-item summary{cursor:pointer;color:var(--fg);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:.9375rem;font-weight:600;list-style:none;display:flex}.cmp-faq-item summary::-webkit-details-marker{display:none}.cmp-faq-item summary:after{content:"+";color:var(--primary);font-size:1.25rem;font-weight:400;line-height:1;transition:transform .2s}.cmp-faq-item[open] summary:after{transform:rotate(45deg)}.cmp-faq-item .cmp-faq-body{color:var(--fg-muted);padding:0 1.25rem 1.15rem;font-size:.9375rem;line-height:1.7}.cmp-faq-item .cmp-faq-body a{color:var(--primary);text-decoration:none}.cmp-faq-item .cmp-faq-body a:hover{text-decoration:underline}.cmp-related{max-width:960px;margin:0 auto;padding:0 2rem 3rem}.cmp-related h2{text-align:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.cmp-related-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cmp-related-grid a{color:var(--fg-muted);border:1px solid var(--border);background:var(--card);border-radius:100px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.cmp-related-grid a:hover{color:var(--primary);border-color:#8348f059}.cmp-footer{border-top:1px solid var(--border);max-width:960px;color:var(--fg-muted);justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2rem;font-size:.8125rem;display:flex}.cmp-footer a{color:var(--fg-muted);text-decoration:none;transition:color .2s}.cmp-footer a:hover{color:var(--primary)}.cmp-footer-links{flex-wrap:wrap;gap:1.25rem;display:flex}.cmp-prose{max-width:760px;margin:0 auto}.cmp-prose p{color:var(--fg-muted);margin-bottom:1.1rem;font-size:1rem;line-height:1.75}.cmp-prose strong{color:var(--fg)}@media (max-width:860px){.cmp-features{grid-template-columns:1fr 1fr}.cmp-steps{grid-template-columns:1fr}}@media (max-width:640px){.cmp-hero{padding:3.5rem 1.5rem 2rem}.cmp-back{top:3.5rem;left:1.5rem}.cmp-content{padding:1rem 1.5rem 3rem}.cmp-features,.cmp-verdict{grid-template-columns:1fr}.cmp-table th,.cmp-table td{padding:.75rem .85rem;font-size:.85rem}.cmp-footer{text-align:center;flex-direction:column;gap:.75rem}}
