*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}.app-container{max-width:1400px;margin:0 auto;padding:20px}.header{background:white;padding:40px;border-radius:12px;margin-bottom:30px;box-shadow:0 4px 6px #0000001a;text-align:center}.header h1{color:#667eea;font-size:2.5rem;margin-bottom:10px}.header p{color:#666;font-size:1.1rem}.controls-section{background:white;padding:25px;border-radius:12px;margin-bottom:25px;box-shadow:0 4px 6px #0000001a}.search-box{position:relative;margin-bottom:20px}.search-input{width:100%;padding:15px 45px 15px 15px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;outline:none}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:#999}.filter-section{display:flex;align-items:center;gap:15px}.filter-section label{font-weight:600;color:#333;margin:0}.topic-filter{padding:10px 15px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:white;cursor:pointer;transition:all .3s ease;outline:none;min-width:200px}.topic-filter:hover{border-color:#667eea}.topic-filter:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.results-info{background:white;padding:15px 25px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.results-info p{color:#666;font-weight:500}.main-content{display:grid;grid-template-columns:1fr 1.5fr;gap:25px}.exercises-list{display:flex;flex-direction:column;gap:15px;max-height:750px;overflow-y:auto;padding-right:10px}.exercises-list::-webkit-scrollbar{width:8px}.exercises-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.exercises-list::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.exercises-list::-webkit-scrollbar-thumb:hover{background:#764ba2}.exercise-card{background:white;padding:20px;border-radius:10px;cursor:pointer;transition:all .3s ease;border-left:4px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.exercise-card:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a;border-left-color:#667eea}.exercise-card.active{background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border-left-color:#667eea;box-shadow:0 4px 12px #667eea33}.exercise-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.exercise-card h3{color:#333;font-size:1.1rem;margin:0;flex:1}.difficulty-badge{padding:4px 10px;background:#ff9800;color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;margin-left:10px}.difficulty-badge{background:#ff9800}.exercise-description{color:#666;font-size:.9rem;margin-bottom:12px;line-height:1.4}.exercise-meta{display:flex;gap:10px}.unit-badge,.topic-badge{padding:4px 8px;background:#f0f0f0;color:#666;border-radius:4px;font-size:.8rem;font-weight:500}.unit-badge{background:#e3f2fd;color:#1976d2}.topic-badge{background:#f3e5f5;color:#6a1b9a}.exercise-detail{background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.detail-content{padding:30px;max-height:750px;overflow-y:auto}.detail-content::-webkit-scrollbar{width:8px}.detail-content::-webkit-scrollbar-track{background:#f1f1f1}.detail-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.detail-placeholder{padding:60px 30px;text-align:center;color:#999;font-size:1.2rem}.detail-content h2{color:#667eea;font-size:2rem;margin-bottom:15px}.meta-info{display:flex;gap:10px;margin-bottom:25px;flex-wrap:wrap}.badge{padding:6px 12px;background:#f0f0f0;color:#333;border-radius:20px;font-size:.85rem;font-weight:600}.badge.difficulty{background:#ffe0b2;color:#e65100}.section{margin-bottom:30px}.section h3{color:#333;font-size:1.3rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #667eea}.task-content{background:#f9f9f9;padding:20px;border-radius:8px;line-height:1.8}.task-content p{margin-bottom:10px;color:#555}.code-block{background:#282c34;color:#abb2bf;padding:20px;border-radius:8px;overflow-x:auto;position:relative;font-family:Courier New,monospace;font-size:.9rem}.code-block code{display:block;line-height:1.6;color:#abb2bf}.copy-btn{position:absolute;top:10px;right:10px;padding:8px 15px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease}.copy-btn:hover{background:#764ba2;transform:scale(1.05)}.no-results{background:white;padding:40px;border-radius:10px;text-align:center;color:#999}@media (max-width: 1024px){.main-content{grid-template-columns:1fr}.exercise-detail{margin-top:20px}.header h1{font-size:2rem}}@media (max-width: 768px){.app-container{padding:10px}.header{padding:25px}.header h1{font-size:1.5rem}.header p{font-size:.95rem}.controls-section{padding:15px}.filter-section{flex-direction:column;align-items:flex-start}.topic-filter{width:100%}.exercises-list{max-height:400px}.detail-content{padding:20px;max-height:500px}.detail-content h2{font-size:1.5rem}.section h3{font-size:1.1rem}}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px}.image-gallery img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.image-gallery img:hover{transform:scale(1.05)}nav{margin-top:20px}nav button{background-color:#667eea;color:#fff;border:none;padding:10px 20px;margin:0 10px;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}nav button:hover{background-color:#764ba2}
