.lessons-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif}.lessons-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-content{text-align:center;padding:3rem 0}.main-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-description{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto;line-height:1.7}.lessons-main{max-width:1200px;margin:0 auto;padding:3rem 1rem}.progress-section{margin-bottom:3rem}.progress-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;padding:2rem}.section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.progress-item{text-align:center}.progress-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.progress-number.blue{color:#3b82f6}.progress-number.green{color:#10b981}.progress-number.purple{color:#8b5cf6}.progress-label{color:#6b7280;font-size:.875rem}.chapters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.chapter-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:2px solid transparent;transition:all .3s ease;overflow:hidden}.chapter-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.chapter-card.chapter-blue:hover{border-color:#93c5fd;background:#f0f9ff}.chapter-card.chapter-green:hover{border-color:#86efac;background:#f0fdf4}.chapter-card.chapter-purple:hover{border-color:#c4b5fd;background:#faf5ff}.chapter-card.chapter-yellow:hover{border-color:#fde047;background:#fefce8}.chapter-card.chapter-red:hover{border-color:#fca5a5;background:#fef2f2}.card-content{padding:2rem}.card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.chapter-icon{font-size:3rem}.difficulty-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.difficulty-easy{background:#dcfce7;color:#166534}.difficulty-medium{background:#fef3c7;color:#92400e}.difficulty-hard{background:#fecaca;color:#991b1b}.chapter-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.75rem}.chapter-description{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.chapter-stats{display:flex;justify-content:space-between;color:#6b7280;font-size:.875rem;margin-bottom:1rem}.progress-bar{width:100%;height:.5rem;background:#e5e7eb;border-radius:9999px;margin-bottom:1.5rem;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;border-radius:9999px;transition:width .3s ease}.card-actions{display:flex;gap:.75rem}.btn{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;font-size:.875rem;text-decoration:none;text-align:center;transition:all .2s ease;border:none;cursor:pointer;flex:1}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;flex:none;padding:.75rem 1rem}.btn-secondary:hover{background:#f9fafb}.btn-disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.playground-section{margin-top:4rem}.playground-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.playground-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;padding:2rem;text-decoration:none;transition:all .3s ease}.playground-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a;border-color:#3b82f6}.playground-icon{font-size:2.5rem;margin-bottom:1rem}.playground-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.playground-description{color:#6b7280;font-size:.875rem;line-height:1.6}@media (max-width: 768px){.lessons-main{padding:2rem 1rem}.main-title{font-size:2rem}.main-description{font-size:1rem}.chapters-grid{grid-template-columns:1fr;gap:1.5rem}.card-content{padding:1.5rem}.progress-grid{grid-template-columns:1fr;gap:1rem}}
