:root{--bg: #f8f9fb;--surface: #ffffff;--surface-alt: #f3f4f7;--text: #16181d;--muted: #16181d;--border: #d8dde7;--accent: #1f5eff;--accent-soft: rgba(31, 94, 255, .12);--shadow: 0 6px 24px rgba(20, 24, 32, .06)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{line-height:1.5}button,input{font:inherit}a{color:var(--text);text-decoration:none}a.active{color:var(--accent);font-weight:600}.app-shell{min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-bottom:1px solid var(--border);background:var(--surface)}.brand-title{font-size:1.1rem;font-weight:800}.brand-subtitle{font-size:.92rem;color:var(--muted)}.nav{display:flex;gap:18px}.page-wrap{max-width:1280px;margin:0 auto;padding:24px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.hero{width:min(100%,950px);margin:0 auto}.hero-text{max-width:62ch;color:var(--muted)}.dashboard-page{display:grid;gap:20px}.dashboard-section{padding:24px}.dashboard-heading{margin-bottom:8px}.dashboard-intro{margin-top:0;color:var(--muted);max-width:65ch}.preferences-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;margin-top:16px}.topic-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.topic-choice-button{min-height:64px;border:1px solid var(--border);border-radius:16px;background:var(--surface-alt);color:var(--text);font-weight:600;padding:14px 16px;text-align:center;cursor:pointer}.topic-choice-button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.content-title{margin-bottom:6px}.content-subtitle{margin-top:0}.topic-content-stack{display:grid;gap:18px;margin-top:18px}.topic-content-block h3,.topic-content-block h4{margin-bottom:8px}.topic-content-block p,.topic-content-block ol{margin-top:0}@media(max-width:900px){.preferences-grid{grid-template-columns:1fr}.topic-choice-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.topic-choice-grid{grid-template-columns:1fr}.dashboard-section{padding:18px}}.sidebar{display:grid;gap:18px;position:sticky;top:20px}.content-column{display:grid;gap:18px}.section-title{margin-top:0;margin-bottom:12px;font-size:1.05rem}.chip-group{display:flex;flex-wrap:wrap;gap:10px}.choice-chip{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 14px;min-height:42px;cursor:pointer;text-align:left}.choice-chip.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.toggle-group{display:grid;gap:12px}.toggle-row{display:flex;gap:10px;align-items:center}.toggle-row input{width:18px;height:18px}.category-list{display:grid;gap:10px}.category-item{width:100%;text-align:left;border:1px solid var(--border);background:var(--surface-alt);border-radius:14px;padding:12px;cursor:pointer}.category-item.active{border-color:var(--accent);background:var(--accent-soft)}.category-item-title{font-weight:700;margin-bottom:4px}.category-item-text{color:var(--muted);font-size:.95rem}.content-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.muted-text{color:var(--muted)}.small-gap{margin-top:8px}.button-row{display:flex;gap:10px;flex-wrap:wrap}.top-gap{margin-top:14px}.primary-btn,.secondary-btn,.topic-card{cursor:pointer}.primary-btn,.secondary-btn{min-height:44px;border-radius:12px;padding:10px 14px;border:1px solid var(--border)}.primary-btn{background:var(--accent);color:#fff;border-color:var(--accent)}.secondary-btn{background:var(--surface);color:var(--text)}.info-box{margin-top:16px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-alt)}.info-line{color:var(--muted);margin-top:4px}.visual-block{margin:18px 0}.visual-placeholder{height:180px;border:2px dashed var(--border);border-radius:16px;display:grid;place-items:center;background:var(--surface-alt);color:var(--muted)}.visual-image{width:100%;max-height:260px;object-fit:contain;border-radius:16px;border:1px solid var(--border)}.visual-caption{margin-top:10px}.steps-list{padding-left:20px}.details-box{margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-alt)}.details-body{margin-top:10px}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.topic-card{border:1px solid var(--border);border-radius:16px;padding:14px;background:var(--surface-alt);text-align:left;width:100%}.topic-card.selected{border-color:var(--accent);background:var(--accent-soft)}.topic-card-title{font-weight:700;margin-bottom:8px}.topic-card-text{color:var(--muted);font-size:.95rem}h1,h2,h3,p{margin-top:0}@media(max-width:980px){.dashboard-layout{grid-template-columns:1fr}.sidebar{position:static}}@media(max-width:640px){.topbar{padding:16px;flex-direction:column;align-items:start;gap:10px}.page-wrap{padding:16px}}.familiar-section{padding:24px}.section-intro{color:var(--muted);max-width:65ch;margin-bottom:18px}.piece-card-list{display:grid;gap:14px}.piece-card{border:1px solid var(--border);border-radius:16px;background:var(--surface-alt);overflow:hidden}.piece-card summary{list-style:none}.piece-card summary::-webkit-details-marker{display:none}.piece-card-summary{display:flex;justify-content:space-between;align-items:start;gap:16px;padding:18px;cursor:pointer;background:var(--surface)}.piece-card-summary:hover{background:#f8faff}.piece-card-title{margin:0 0 6px}.piece-card-short{margin:0;color:var(--muted);max-width:60ch}.piece-card-plus{font-size:1.5rem;line-height:1;color:var(--accent);transition:transform .2s ease}.piece-card[open] .piece-card-plus{transform:rotate(45deg)}.piece-card-content{display:grid;grid-template-columns:1.3fr .9fr;gap:20px;padding:18px;border-top:1px solid var(--border);background:var(--surface-alt)}.piece-card-text{display:grid;gap:14px}.piece-info-block h4{margin-bottom:6px}.piece-info-block p{margin-bottom:0;color:var(--muted)}.piece-card-image-area{display:grid;align-content:start;gap:10px}.piece-image-placeholder{min-height:220px;border:2px dashed var(--border);border-radius:16px;background:var(--surface);display:grid;place-items:center;color:var(--muted);font-weight:600;text-align:center;padding:16px}.piece-image-caption{margin:0;font-size:.95rem;color:var(--muted)}@media(max-width:900px){.piece-card-content{grid-template-columns:1fr}}.space{margin:24px 0}.overview-card{padding:24px}.overview-item{margin-top:20px;margin-bottom:20px;color:#1f5eff}.overview-item:first-of-type{margin-top:12px}.overview-item:last-of-type{margin-bottom:0}.overview-question{margin:0 0 10px;font-size:1.2rem;font-weight:700}.overview-answer{margin:0;color:var(--muted);max-width:70ch;line-height:1.7}.piece-card-image-area{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px}.piece-image{width:100%;max-width:360px;height:240px;object-fit:cover;display:block;border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.piece-image-placeholder{width:100%;max-width:360px;min-height:240px;border:2px dashed var(--border);border-radius:16px;background:var(--surface);display:grid;place-items:center;color:var(--muted);font-weight:600;text-align:center;padding:16px}.piece-image-caption{margin:0;font-size:.95rem;color:var(--muted);text-align:center;max-width:360px;line-height:1.4}.step-subsection h5,.beginner-note h5,.details-body h5{margin:0 0 8px;font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--text)}.step-card-title{margin:0 0 12px;font-size:1.3rem;font-weight:700;line-height:1.35}
