.v2-theme .cm-hero{padding:6rem 0 2.5rem;text-align:center}@media (min-width:768px){.v2-theme .cm-hero{padding:8rem 0 3.5rem}}.v2-theme .cm-hero-title{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;color:var(--rw-text);margin-bottom:.75rem}.v2-theme .cm-hero-title em{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400;color:var(--rw-accent)}.v2-theme .cm-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.v2-theme .cm-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.v2-theme .cm-grid{grid-template-columns:1fr 1fr 1fr}}.v2-theme .cm-card{background-color:var(--rw-card-bg);border:1px solid var(--rw-border);border-radius:1rem;padding:1.75rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.v2-theme .cm-card:hover{transform:translateY(-2px);border-color:var(--rw-accent);box-shadow:var(--rw-shadow-md)}.v2-theme .cm-card-platform{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--rw-accent)}.v2-theme .cm-card-title{font-family:Inter Tight,Inter,sans-serif;font-size:1.2rem;font-weight:700;color:var(--rw-text);margin:.5rem 0;letter-spacing:-.01em}.v2-theme .cm-card-desc{color:var(--rw-muted);line-height:1.55;font-size:.95rem}.v2-theme .cm-card-meta{display:flex;gap:1rem;margin-top:1rem;font-size:.85rem;color:var(--rw-muted)}.v2-theme .cm-tabs{display:flex;flex-wrap:wrap;gap:.4rem;padding-bottom:1rem;border-bottom:1px solid var(--rw-border);margin-bottom:2rem}.v2-theme .cm-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.05rem;border-radius:.55rem;background:transparent;border:0;color:var(--rw-muted);font-family:Inter Tight,Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .18s ease,color .18s ease}.v2-theme .cm-tab:hover{background-color:var(--rw-surface);color:var(--rw-text)}.v2-theme .cm-tab.active-tab{background-color:var(--rw-accent);color:var(--rw-white)}.v2-theme .cm-tab.active-tab:hover{background-color:var(--rw-accent-hover);color:var(--rw-white)}