.cmp-hero{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 5rem;position:relative;z-index:1}.cmp-hero-glow{position:absolute;top:10%;left:50%;transform:translateX(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(0,230,138,.05) 0%,transparent 60%);pointer-events:none}.cmp-hero-label{font-family:'IBM Plex Mono',monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.35em;color:var(--neon);margin-bottom:2rem;position:relative;z-index:1}.cmp-hero-label:before{content:'// ';opacity:.4}.cmp-hero-title{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,4.5vw,3rem);font-weight:400;line-height:1.15;max-width:780px;margin-bottom:1.5rem;position:relative;z-index:1}.cmp-hero-title em{font-style:italic;color:var(--neon);font-size:.7em}.cmp-hero-sub{font-size:1.05rem;color:var(--text-2);max-width:600px;line-height:1.85;font-weight:300;margin-bottom:2.5rem;position:relative;z-index:1}.cmp-hero-frameworks{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}.cmp-badge{font-family:'IBM Plex Mono',monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.12em;padding:.4rem 1rem;border:1px solid var(--border)}.cmp-badge-dark{color:var(--rose);border-color:rgba(232,64,96,.3)}.cmp-badge-light{color:var(--cyan);border-color:rgba(0,188,212,.3)}.cmp-badge-vs{font-family:'DM Serif Display',serif;font-size:1rem;color:var(--text-3);font-style:italic}.cmp-content{max-width:1000px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1}.cmp-section{padding:3rem 0;border-bottom:1px solid var(--border)}.cmp-section:last-child{border-bottom:none}.cmp-section p{color:var(--text-2);margin-bottom:1.3rem;font-weight:300;line-height:1.85}.cmp-section h3{font-family:'DM Serif Display',serif;font-size:1.3rem;font-weight:400;margin:2rem 0 1rem;color:var(--text-1)}.cmp-section-head{margin-bottom:2rem}.cmp-section-head h2{font-family:'DM Serif Display',serif;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:400}.cmp-split{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin:1.5rem 0}.cmp-split-full{grid-template-columns:1fr}.cmp-card{background:var(--surface);border:1px solid var(--border);overflow:hidden;position:relative;transition:border-color .3s}.cmp-card:hover{border-color:rgba(255,255,255,.08)}.cmp-card:before{content:'';position:absolute;top:0;left:0;right:0;height:2px}.cmp-card-dark:before{background:linear-gradient(90deg,var(--rose),rgba(232,64,96,.2))}.cmp-card-light:before{background:linear-gradient(90deg,var(--cyan),rgba(0,188,212,.2))}.cmp-card-neutral:before{background:linear-gradient(90deg,var(--neon),var(--cyan))}.cmp-card-header{padding:1.5rem 1.8rem 0;display:flex;flex-direction:column;gap:.5rem}.cmp-card-badge{font-family:'IBM Plex Mono',monospace;font-size:.5rem;text-transform:uppercase;letter-spacing:.2em;display:inline-block;width:fit-content}.cmp-card-dark .cmp-card-badge{color:var(--rose)}.cmp-card-light .cmp-card-badge{color:var(--cyan)}.cmp-card-header h3{font-family:'DM Serif Display',serif;font-size:1.15rem;font-weight:400;line-height:1.3;margin:0}.cmp-card-body{padding:1rem 1.8rem 1.8rem}.cmp-card-body p{font-size:.88rem;color:var(--text-2);line-height:1.8;margin-bottom:.8rem;font-weight:300}.cmp-card-body p:last-child{margin-bottom:0}.cmp-quote{font-style:italic;font-size:.85rem;color:var(--text-2);border-left:2px solid var(--text-3);padding:.8rem 1.2rem;margin-top:1rem;line-height:1.7}.cmp-quote span{display:block;font-style:normal;font-family:'IBM Plex Mono',monospace;font-size:.52rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-top:.5rem}.cmp-verdict{background:var(--card);border:1px solid var(--border);border-left:2px solid var(--amber);padding:1.2rem 1.5rem;margin-top:1.5rem}.cmp-verdict strong{color:var(--amber);font-family:'IBM Plex Mono',monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;display:block;margin-bottom:.5rem}.cmp-verdict p{font-size:.88rem;color:var(--text-2);line-height:1.8;margin:0}.cmp-concept{background:var(--surface);border:1px solid var(--border);border-left:2px solid var(--neon);padding:1.2rem 1.5rem;margin:1.5rem 0}.cmp-concept strong{color:var(--neon);font-family:'IBM Plex Mono',monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;display:block;margin-bottom:.5rem}.cmp-concept p{font-size:.9rem;color:var(--text-2);line-height:1.8;margin:0}.cmp-tag-dark{color:var(--rose);font-family:'IBM Plex Mono',monospace;font-size:.8em;border:1px solid rgba(232,64,96,.3);padding:.1rem .4rem}.cmp-tag-light{color:var(--cyan);font-family:'IBM Plex Mono',monospace;font-size:.8em;border:1px solid rgba(0,188,212,.3);padding:.1rem .4rem}.cmp-table-wrap{overflow-x:auto;margin:1.5rem 0}.cmp-table{width:100%;border-collapse:collapse}.cmp-table th,.cmp-table td{padding:.7rem 1rem;border:1px solid var(--border);text-align:left;font-size:.82rem;line-height:1.5}.cmp-table th{background:var(--surface);font-family:'IBM Plex Mono',monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-2)}.cmp-table td{color:var(--text-2);font-weight:300}.cmp-table td:first-child{font-family:'IBM Plex Mono',monospace;font-size:.7rem;color:var(--text-1);font-weight:400}.cmp-table tr:nth-child(even) td{background:rgba(255,255,255,.01)}.cmp-synthesis p{font-size:.95rem}@media(max-width:768px){.cmp-hero{min-height:55vh;padding:6rem 1.5rem 3rem}.cmp-content{padding:0 1.3rem 3rem}.cmp-split{grid-template-columns:1fr}.cmp-card-body{padding:1rem 1.3rem 1.3rem}.cmp-card-header{padding:1.2rem 1.3rem 0}.cmp-hero-frameworks{flex-direction:column;gap:.5rem}.cmp-table{font-size:.75rem}.cmp-table th,.cmp-table td{padding:.5rem .6rem}}