body{background:#f8f9fa;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{background:linear-gradient(180deg,#f8f9fa 0,#e9ecef);min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px #0000001a;color:#fff;padding:2rem 1rem;text-align:center}.header-content{margin:0 auto;max-width:1200px}.header-title{font-size:2.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0003}.header-subtitle{font-size:1.1rem;margin:.5rem 0 0;opacity:.9}@media (max-width:768px){.header-title{font-size:2rem}.header-subtitle{font-size:.95rem}}.search-bar-container{margin:2rem auto;max-width:1200px;padding:0 1rem}.search-bar{align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000001a;display:flex;padding:.75rem 1.5rem;position:relative;transition:box-shadow .3s ease}.search-bar:focus-within{box-shadow:0 6px 20px #667eea4d}.search-icon{color:#667eea;font-size:1.2rem;margin-right:.75rem}.search-input{background:#0000;border:none;color:#333;flex:1 1;font-size:1rem;outline:none}.search-input::placeholder{color:#999}.clear-button{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;transition:background .2s ease;width:24px}.clear-button:hover{background:#e0e0e0}@media (max-width:768px){.search-bar{padding:.6rem 1rem}.search-input{font-size:.95rem}}.subject-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s ease}.subject-card:hover{border-color:#667eea;box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.subject-card.selected{background:linear-gradient(135deg,#f5f7ff,#eef1ff);border-color:#667eea}.subject-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.subject-name{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;text-align:center}.subject-description{color:#666;flex:1 1;font-size:.95rem;line-height:1.5;margin:0 0 1rem;text-align:center}.subject-footer{border-top:1px solid #eee;display:flex;justify-content:center;padding-top:.75rem}.video-count{color:#667eea;font-size:.9rem;font-weight:500}@media (max-width:768px){.subject-card{padding:1.25rem}.subject-icon{font-size:2.5rem}.subject-name{font-size:1.1rem}}.subject-grid-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.section-title{color:#333;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.subject-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.no-results{padding:3rem 1rem;text-align:center}.no-results-icon{display:block;font-size:4rem;margin-bottom:1rem}.no-results p{color:#666;font-size:1.1rem}@media (max-width:768px){.subject-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.section-title{font-size:1.5rem}}@media (max-width:480px){.subject-grid{grid-template-columns:1fr}}.video-player-container{margin:2rem auto;max-width:1200px;padding:0 1rem 2rem}.video-section-title{color:#333;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.video-player-wrapper{grid-gap:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;display:grid;gap:1.5rem;grid-template-columns:1fr 350px;overflow:hidden}.video-main{padding:1.5rem}.video-element{background:#000;border-radius:12px;max-height:500px;width:100%}.video-info{margin-top:1.5rem}.video-title{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.progress-container{margin:1.5rem 0}.progress-bar-wrapper{background:#e0e0e0;border-radius:5px;height:10px;margin-bottom:.75rem;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:5px;height:100%;transition:width .3s ease}.progress-details{align-items:center;display:flex;justify-content:space-between}.progress-percent{color:#667eea;font-size:1rem;font-weight:600}.progress-time{color:#666;font-size:.9rem}.play-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.play-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.play-button:active{transform:translateY(0)}.playlist{background:#f8f9fa;border-left:1px solid #e0e0e0;max-height:600px;overflow-y:auto;padding:1.5rem}.playlist-title{border-bottom:2px solid #667eea;color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.playlist-items{display:flex;flex-direction:column;gap:.5rem}.playlist-item{align-items:center;background:#fff;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.playlist-item:hover{background:#f0f4ff;border-color:#667eea}.playlist-item.active{background:linear-gradient(135deg,#f5f7ff,#eef1ff);border-color:#667eea;box-shadow:0 2px 8px #667eea33}.playlist-number{color:#667eea;font-size:1rem;font-weight:700;min-width:24px;text-align:center}.playlist-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.playlist-item-title{color:#333;font-size:.95rem;font-weight:500}.playlist-duration{color:#666;font-size:.85rem}.playing-indicator{animation:pulse 1.5s ease-in-out infinite;color:#667eea;font-size:.9rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1024px){.video-player-wrapper{grid-template-columns:1fr}.playlist{border-left:none;border-top:1px solid #e0e0e0;max-height:400px}}@media (max-width:768px){.video-section-title{font-size:1.5rem}.video-title{font-size:1.25rem}.playlist,.video-main{padding:1rem}}
/*# sourceMappingURL=main.fea01b38.css.map*/