.tool-container { max-width: 560px; margin: 0 auto; padding: 20px 16px 60px; }
.tool-header { text-align: center; padding: 40px 0 24px; }
.tool-icon { font-size: 3rem; margin-bottom: 12px; }
.tool-header h1 { font-size: 1.8rem; margin-bottom: 8px; }
.subtitle { color: var(--accent-color); font-size: 0.95rem; }
.intro-text { text-align: center; line-height: 1.7; margin-bottom: 24px; opacity: 0.85; word-break: keep-all; }
.primary-btn { display: block; width: 100%; padding: 14px; background: var(--primary-color); color: #fff; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; margin-bottom: 12px; transition: opacity 0.2s; }
.primary-btn:hover { opacity: 0.85; }
.secondary-btn { display: block; width: 100%; padding: 12px; background: transparent; color: var(--text-color); border: 2px solid var(--input-border); border-radius: 12px; font-size: 0.95rem; cursor: pointer; }
.progress-bar-wrap { background: var(--input-border); border-radius: 8px; height: 6px; margin-bottom: 16px; overflow: hidden; }
.progress-bar { height: 100%; background: var(--primary-color); border-radius: 8px; transition: width 0.3s; }
.q-count { text-align: right; font-size: 0.85rem; opacity: 0.6; margin-bottom: 12px; }
.q-text { font-size: 1.1rem; font-weight: 600; line-height: 1.6; margin-bottom: 28px; word-break: keep-all; min-height: 60px; }
.likert-scale { background: var(--card-bg); border-radius: 16px; padding: 20px; }
.likert-labels { display: flex; justify-content: space-between; font-size: 0.8rem; opacity: 0.6; margin-bottom: 12px; }
.likert-btns { display: flex; gap: 8px; justify-content: center; }
.likert-btn { width: 52px; height: 52px; border-radius: 50%; background: var(--input-bg); border: 2px solid var(--input-border); color: var(--text-color); font-size: 1.1rem; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.likert-btn:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; transform: scale(1.1); }
.stress-gauge-wrap { margin: 20px 0; }
.stress-gauge { background: var(--input-border); border-radius: 8px; height: 20px; overflow: hidden; margin-bottom: 8px; }
.gauge-fill { height: 100%; width: 0; border-radius: 8px; transition: width 1s ease, background 0.5s; }
.stress-score { text-align: center; font-size: 2.5rem; font-weight: 900; color: var(--primary-color); margin-bottom: 8px; }
.stress-level-badge { text-align: center; font-size: 1.4rem; font-weight: 700; margin-bottom: 16px; }
.stress-desc { text-align: center; line-height: 1.7; opacity: 0.85; margin-bottom: 20px; word-break: keep-all; }
.stress-tips { background: var(--card-bg); border-radius: 14px; padding: 16px; margin-bottom: 24px; }
.tips-title { font-weight: 700; margin-bottom: 12px; }
.tip-item { font-size: 0.9rem; line-height: 1.6; padding: 6px 0; border-bottom: 1px solid var(--input-border); word-break: keep-all; }
.tip-item:last-child { border-bottom: none; }
.recommend-section { margin: 24px 0 16px; }
.recommend-title { text-align: center; font-size: 0.9rem; opacity: 0.7; margin-bottom: 12px; }
.recommend-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.recommend-btn { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 12px 4px; background: var(--card-bg); border-radius: 10px; text-decoration: none; color: var(--text-color); font-size: 0.8rem; transition: background 0.2s; }
.recommend-btn:hover { background: var(--input-bg); }
.rec-icon { font-size: 1.4rem; }
