.tc-page{}

.tc-hero-inner{display:flex;justify-content:center}
.tc-hero-block{max-width:800px;margin:0 auto;padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}

.tc-section .panel{display:flex;flex-direction:column;gap:var(--space-4)}

.tc-narrow{max-width:760px}
.tc-narrow-center{max-width:700px;margin-inline:auto}

.tc-sub{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-warning-yellow);margin-bottom:var(--space-2)}

.tc-highlight{border-left:4px solid var(--color-warning-yellow);padding-left:var(--space-3)}

.tc-section .surface,
.tc-section .surface-strong{padding:var(--space-5)}

@media (max-width:640px){
.tc-hero-block{padding:var(--space-4)}
.tc-section .surface,
.tc-section .surface-strong{padding:var(--space-4)}
}