:root{--bg: #f8fafc;--surface: #ffffff;--surface-soft: #eef6f6;--text: #0f172a;--muted: #475569;--border: #dbe4ee;--primary: #0f766e;--primary-strong: #115e59;--weak: #b45309;--middle: #475569;--strong: #0f766e;--shadow: 0 10px 30px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{min-height:100vh}.hero{padding:64px 20px 40px;background:linear-gradient(180deg,#ecfeff,#f8fafc)}.hero-inner,.content-container,.footer-inner,.content-page-inner{width:min(100%,880px);margin:0 auto}.hero-badge,.eyebrow{display:inline-block;margin:0 0 12px;padding:6px 12px;border-radius:999px;background:#0f766e1a;color:var(--primary);font-size:14px;font-weight:700}.hero h1{margin:0;font-size:clamp(32px,6vw,48px);line-height:1.2}.hero-copy,.section-copy{color:var(--muted)}.hero-copy{max-width:720px;margin:18px 0 28px;font-size:18px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:14px;border:none;cursor:pointer;transition:.2s ease}.primary-button{background:var(--primary);color:#fff;font-weight:700}.primary-button:hover{background:var(--primary-strong)}.secondary-button{background:#e2e8f0;color:var(--text);font-weight:700}.content-container{padding:24px 20px 72px}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.info-card,.ad-block,.quiz-card,.result-card,.content-page-inner{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.info-card,.ad-block,.content-page-inner{padding:20px}.info-card h2{margin-top:0;font-size:18px}.ad-block{display:grid;place-items:center;min-height:120px;margin-bottom:24px;color:var(--muted);text-align:center}.quiz-section{margin-top:8px}.section-head{margin-bottom:20px}.section-head h2{margin:0 0 12px;font-size:28px}.progress-wrap{position:sticky;top:0;z-index:10;padding:14px;margin-bottom:20px;background:#f8fafceb;backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:18px}.progress-meta{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:var(--muted)}.progress-bar{width:100%;height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.progress-fill{width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#0f766e);transition:width .2s ease}.quiz-form{display:grid;gap:16px}.quiz-card{margin:0;padding:20px}.quiz-card legend{width:100%;margin-bottom:16px}.question-number{display:inline-block;margin-bottom:8px;color:var(--primary);font-size:14px;font-weight:800}.question-text{display:block;font-size:24px;font-weight:700;line-height:1.4}.choice-list{display:grid;gap:12px}.choice-button{display:flex;align-items:center;min-height:56px;padding:0 16px;border:1px solid var(--border);border-radius:16px;background:#fff;cursor:pointer;transition:.2s ease}.choice-button:hover{border-color:#94a3b8}.choice-button.selected{border-color:var(--primary);background:var(--surface-soft)}.choice-button input{margin-right:12px}.submit-area{margin-top:8px}@media(max-width:720px){button{width:100%}}.error-message{min-height:24px;margin:12px 0 0;color:#b91c1c;font-weight:700}.result-section{margin-top:24px}.hidden{display:none}.result-card{padding:24px}.result-label{margin:0 0 8px;font-size:14px;font-weight:800;color:var(--muted)}.result-card h3{margin:0;font-size:30px;line-height:1.3}.result-score{margin:12px 0;font-size:18px;font-weight:800}.result-description,.result-note{color:var(--muted)}.result-card.weak{border-color:#b4530959}.result-card.weak h3,.result-card.weak .result-score{color:var(--weak)}.result-card.middle{border-color:#47556959}.result-card.middle h3,.result-card.middle .result-score{color:var(--middle)}.result-card.strong{border-color:#0f766e59}.result-card.strong h3,.result-card.strong .result-score{color:var(--strong)}.site-footer{padding:28px 20px 44px;border-top:1px solid var(--border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.content-page{padding:48px 20px}.content-page-inner h1{margin-top:0}@media(max-width:720px){.hero{padding-top:48px}.info-grid{grid-template-columns:1fr}.question-text{font-size:22px}.footer-inner{flex-direction:column;align-items:flex-start}}
