/* triangle_solver.css — a scaled triangle (see triangle_solver.js). */
.ts-svg { display: block; width: 100%; height: auto; }
.ts-tri { fill: rgba(104, 130, 176, 0.14); stroke: #8fa8cf; stroke-width: 2; stroke-linejoin: round; }
.ts-side { font-size: 11px; font-weight: 700; paint-order: stroke; stroke: #0a0f1a; stroke-width: 2.6px; stroke-linejoin: round; }
.ts-a { fill: #7dd3fc; } .ts-b { fill: #6ee7b7; } .ts-c { fill: #fcd34d; }
.ts-ang { fill: #e2e8f0; font-size: 10.5px; font-weight: 700; paint-order: stroke; stroke: #0a0f1a; stroke-width: 2.6px; stroke-linejoin: round; }
