.hero { padding: 4rem 0 3rem; margin-top: 1.5rem; text-align: center; background: var(--color-primary); color: white; }
        .hero h1 { font-size: 2.25rem; margin-bottom: 0.75rem; }
        .hero p { font-size: 1.05rem; opacity: 0.95; max-width: 900px; margin: 0 auto; }
        .section { padding: 2.5rem 0; }
        .exercise-container { max-width: 800px; margin: 2rem auto; }
        .exercise-card { padding: 2rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); margin-bottom: 1.5rem; }
        .exercise-number { display: inline-block; padding: 0.4rem 0.8rem; background: var(--color-primary); color: white; border-radius: var(--radius-md); font-size: 0.85rem; font-weight: 600; margin-bottom: 1rem; }
        .stress-text { font-size: 1.5rem; line-height: 1.8; color: var(--color-text-primary); margin: 1.5rem 0; }
        .stressed { font-weight: 700; font-size: 1.1em; color: var(--color-primary); }
        .stress-guide { padding: 1rem; background: white; border-left: 4px solid var(--color-primary); border-radius: var(--radius-md); margin: 1rem 0; color: var(--color-text-secondary); }
        .stress-guide p { margin: 0.5rem 0; }
        .controls { display: flex; gap: 0.75rem; margin: 1.5rem 0; flex-wrap: wrap; }
        .btn { padding: 0.75rem 1.5rem; border: none; border-radius: var(--radius-md); cursor: pointer; font-weight: 600; transition: var(--transition-fast); }
        .btn-primary { background: var(--color-primary); color: white; }
        .btn-primary:hover { background: #4f46e5; }
        .btn-secondary { background: white; border: 1px solid var(--color-border); color: var(--color-text-primary); }
        .btn-secondary:hover { background: var(--color-surface-alt); }
        .recording-indicator { display: none; padding: 0.75rem 1rem; background: rgba(239, 68, 68, 0.1); color: #dc2626; border-radius: var(--radius-md); margin-top: 1rem; animation: pulse 1s infinite; }
        .recording-indicator.active { display: block; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
        .results { margin-top: 1.5rem; padding: 1.5rem; background: white; border: 1px solid var(--color-border); border-radius: var(--radius-lg); display: none; }
        .results.active { display: block; }
        .accuracy-score { text-align: center; margin-bottom: 1.5rem; }
        .score-circle { width: 100px; height: 100px; margin: 0 auto 1rem; border-radius: 50%; background: var(--color-primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: bold; }
        .nav-exercises { display: flex; justify-content: space-between; margin-top: 2rem; gap: 1rem; }
        .nav-btn { padding: 0.75rem 1.25rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); text-decoration: none; color: var(--color-text-primary); font-weight: 600; transition: var(--transition-fast); }
        .nav-btn:hover { border-color: var(--color-primary); background: white; }
        .nav-btn:disabled { opacity: 0.5; cursor: not-allowed; }
        @media (max-width: 768px) { .hero h1 { font-size: 1.6rem; } .stress-text { font-size: 1.1rem; } .controls { flex-direction: column; } .btn { width: 100%; } }

.pc-auto-3afcc48a { margin-top: 3rem; padding: 2rem; background: #f8f9fa; border-radius: var(--radius-lg); }

.pc-auto-16e4de2a { margin-top: 0; color: var(--color-primary); }

.pc-auto-a0e91507 { color: var(--color-text-secondary); }

.pc-auto-685265ac { color: var(--color-primary); font-weight: 600; }

.pc-auto-c42e0ec4 { margin-bottom: 0; }

.pc-auto-81dcfb62 { display: inline-block; padding: 0.75rem 1.5rem; background: var(--color-primary); color: white; border-radius: var(--radius-md); text-decoration: none; font-weight: 600; transition: background 0.3s; }

.pc-auto-a699440a { margin-top: 2rem; padding: 2rem; background: white; border: 1px solid var(--color-border); border-radius: var(--radius-lg); }

.pc-auto-88aa25c3 { margin-top: 0; }

.pc-auto-23c7e5e0 { list-style: none; padding: 0; margin: 0; }

.pc-auto-77a3ec23 { margin-bottom: 0.75rem; }

.pc-auto-1fa82b68 { color: var(--color-primary); font-weight: 500; }

.pc-auto-224b51a7 { display: none; }

.pc-auto-c2ecafc1 { padding: 1rem; background: var(--color-surface); border-left: 4px solid var(--color-primary); border-radius: var(--radius-md); }

.pc-auto-1480cb7b { margin: 0.5rem 0 0 0; color: var(--color-text-secondary); }

.pc-auto-d7835f83 { margin: 0.5rem 0 0 0; }

.pc-auto-9aa36a05 { padding: 0.75rem; color: var(--color-text-secondary); }

.pc-auto-f479d19b { color: red; }
