.emoprax-shell {
    max-width: 860px;
    margin: 2rem auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.emoprax-card {
    background: #ffffff;
    border: 1px solid #e7ecf1;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(23, 42, 58, 0.08);
    padding: 2rem;
}

.emoprax-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #edf7f3;
    color: #1d6b50;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.emoprax-title {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    color: #1a2433;
}

.emoprax-intro,
.emoprax-notice p,
.emoprax-helper {
    color: #405064;
    line-height: 1.65;
}

.emoprax-notice {
    background: #f7fafc;
    border: 1px solid #e4ebf2;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}

.emoprax-counter-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #fbfcfe;
    border: 1px solid #e5ebf1;
    border-radius: 999px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.emoprax-counter-label {
    color: #516173;
}

.emoprax-counter-value {
    min-width: 2rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
    color: #fff;
}

.emoprax-counter-value--ok { background: #1d6b50; }
.emoprax-counter-value--warn { background: #cd7c17; }
.emoprax-counter-value--danger { background: #b62323; }

.emoprax-question-overline {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    color: #65758a;
}

.emoprax-question-title {
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 0.25rem 0 1rem;
    color: #172637;
}

.emoprax-likert {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.emoprax-answer-button {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    width: 100%;
    border: 1px solid #dde5ec;
    border-radius: 16px;
    background: #ffffff;
    padding: 0.9rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.emoprax-answer-button:hover,
.emoprax-answer-button:focus {
    border-color: #1d6b50;
    box-shadow: 0 8px 18px rgba(29, 107, 80, 0.12);
    transform: translateY(-1px);
    outline: none;
}

.emoprax-answer-button[disabled] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
    box-shadow: none;
}

.emoprax-answer-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #eef4f8;
    color: #203248;
    font-weight: 700;
    flex-shrink: 0;
}

.emoprax-answer-label {
    color: #203248;
    font-weight: 600;
}

.emoprax-helper {
    margin-top: 0.9rem;
}

.emoprax-actions {
    margin-top: 1.5rem;
}

.emoprax-screen[hidden] { display:none !important; }
.emoprax-progress { margin-bottom: 1.25rem; }
.emoprax-progress-topline { display:flex; justify-content:space-between; gap:1rem; margin-bottom:0.5rem; }
.emoprax-progress-bar { width:100%; height:10px; background:#edf2f6; border-radius:999px; overflow:hidden; }
.emoprax-progress-bar span { display:block; height:100%; background:#1d6b50; width:0; transition:width .2s ease; }
.emoprax-progress-percent { color:#65758a; font-weight:700; }
.emoprax-nav { margin-top: 1rem; display:flex; justify-content:space-between; gap:1rem; }
.emoprax-input { width:100%; border:1px solid #dde5ec; border-radius:14px; padding:0.9rem 1rem; font-size:1rem; }
.emoprax-form-row { margin:1rem 0; }
.emoprax-helper--error { color:#b62323; }
.emoprax-result-summary { background:#f7fafc; border:1px solid #e4ebf2; border-radius:16px; padding:1rem 1.25rem; margin:1rem 0 1.5rem; }
.emoprax-result-bars { display:grid; gap:1rem; }
.emoprax-score-row { border:1px solid #e4ebf2; border-radius:16px; padding:1rem; }
.emoprax-score-head { display:flex; justify-content:space-between; gap:1rem; margin-bottom:0.6rem; color:#172637; }
.emoprax-score-track { width:100%; height:10px; background:#edf2f6; border-radius:999px; overflow:hidden; }
.emoprax-score-track span { display:block; height:100%; background:#1d6b50; }
.emoprax-score-level { margin:0.6rem 0 0; color:#516173; }
.emoprax-answer-button.is-selected { border-color:#1d6b50; box-shadow:0 8px 18px rgba(29, 107, 80, 0.12); }
