.chapter-navigator{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;animation:fadeIn .5s ease-in}.navigator-hero{background:linear-gradient(135deg,#0ea5e9,#6366f1);border-radius:24px;padding:3rem;color:#fff;box-shadow:0 12px 30px #2563eb40}.hero-text h1{font-size:2.5rem;margin-bottom:.5rem}.hero-text p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hero-stats>div{background:#ffffff26;padding:1rem 1.5rem;border-radius:16px;min-width:180px;box-shadow:inset 0 0 0 1px #ffffff1a}.stat-label{display:block;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;opacity:.8;margin-bottom:.35rem}.stat-value{font-size:1.4rem;font-weight:700}.hero-stats button{margin-left:auto;padding:.9rem 1.6rem;border-radius:14px;border:none;background:#fff;color:#2563eb;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hero-stats button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #ffffff40}.chapter-list{display:flex;flex-direction:column;gap:1.75rem}.chapter-item{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 28px #0f172a14;display:flex;flex-direction:column;gap:1.5rem;border:2px solid transparent}.chapter-item.recommended{border-color:#6366f166;box-shadow:0 18px 36px #4f46e526}.chapter-header{display:flex;gap:1rem;align-items:flex-start}.chapter-header h2{margin:0 0 .5rem;color:#1f2937}.chapter-header p{margin:0;color:#4b5563;line-height:1.5}.chapter-header .tag{margin-left:auto;padding:.35rem .85rem;background:#6366f126;color:#4c1d95;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.chapter-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.info-block{background:linear-gradient(135deg,#f9fafb,#e2e8f0);border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.info-label{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#6b7280}.info-value{font-weight:700;color:#1f2937}.chapter-footer{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.status-chip{padding:.4rem 1rem;border-radius:999px;font-weight:600;font-size:.85rem}.status-locked{background:#f1f5f9;color:#64748b}.status-available{background:#22c55e26;color:#15803d}.status-progress{background:#3b82f626;color:#1d4ed8}.status-completed{background:#fbbf2426;color:#b45309}.actions{margin-left:auto;display:flex;gap:.75rem}.actions button{padding:.75rem 1.4rem;border-radius:12px;font-weight:600;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.actions button.primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.actions button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px #6366f140}.actions .ghost{background:#6366f11a;color:#4338ca}.actions button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.navigator-hero{padding:2rem 1.5rem}.hero-stats button{width:100%}.actions{width:100%;flex-direction:column}.actions button{width:100%}}
