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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.App,.loading-container{display:flex;flex-direction:column;min-height:100vh}.loading-container{align-items:center;color:#fff;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:3rem 2rem;text-align:center}.header-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.header-content p{color:#666;font-size:1.2rem;margin:0 auto 2rem;max-width:600px}.header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.refresh-btn{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.api-status{background:#2ecc711a;border:1px solid #2ecc714d;border-radius:20px;color:#27ae60;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.filter-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #fff3;padding:2rem 2rem 1.5rem}.filter-container{margin:0 auto;max-width:1200px}.filter-container h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.filter-buttons{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.filter-buttons-main{margin-bottom:1rem}.filter-category{margin-bottom:.8rem}.filter-category-label{color:#9b59b6;display:block;font-size:.75rem;font-weight:600;letter-spacing:.08em;margin-bottom:.4rem;text-align:center;text-transform:uppercase}.filter-buttons button{background:#0000;border:2px solid #667eea;border-radius:25px;color:#667eea;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.filter-buttons button.active,.filter-buttons button:hover{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 5px 15px #667eea66;color:#fff;transform:translateY(-2px)}.projects-container{flex:1 1;margin:0 auto;max-width:1400px;padding:3rem 2rem;width:100%}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 35px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-10px)}.project-image{height:250px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-overlay{align-items:center;background:#667eeae6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-overlay span{color:#fff;font-size:1.1rem;font-weight:600}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-image img{transform:scale(1.1)}.project-stats{display:flex;gap:.5rem;position:absolute;right:1rem;top:1rem;z-index:2}.forks,.stars{background:#000000b3;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .6rem}.project-info{padding:1.5rem}.project-info h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.project-info p{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-badge{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.4rem .8rem}.project-language{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.language-dot{background:#667eea;border-radius:50%;height:8px;width:8px}.no-projects{color:#fff;padding:3rem;text-align:center}.no-projects h3{font-size:2rem;margin-bottom:1rem}.no-projects p{font-size:1.1rem;opacity:.8}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 50px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;right:1rem;top:1rem;transition:background .3s ease;width:40px;z-index:10}.modal-close:hover{background:#c0392b}.modal-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.modal-image img{border-radius:15px;height:300px;object-fit:cover;width:100%}.modal-info h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.modal-description{color:#7f8c8d;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.modal-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.stat-item{align-items:center;background:#f8f9fa;border-radius:20px;color:#666;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.stat-icon{font-size:1rem}.modal-tech h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.tech-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.tech-tag{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.6rem 1rem}.modal-links{display:flex;flex-wrap:wrap;gap:1rem}.github-btn,.live-btn{border-radius:25px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.github-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff}.live-btn{background:linear-gradient(45deg,#2ecc71,#27ae60);color:#fff}.github-btn:hover,.live-btn:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.footer{background:#000c;color:#fff;margin-top:auto;padding:2rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h4{color:#667eea;margin-bottom:1rem}.footer-section a{color:#ccc;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#667eea}.footer-bottom{border-top:1px solid #333;color:#999;margin-top:2rem;padding-top:1rem;text-align:center}.api-info{font-size:.9rem;margin-top:.5rem;opacity:.7}@media (max-width:768px){.header-content h1{font-size:2rem}.header-actions{flex-direction:column}.projects-grid{grid-template-columns:1fr}.filter-buttons{align-items:center;flex-direction:column}.filter-buttons button{width:200px}.modal-body{gap:1rem;grid-template-columns:1fr}.modal-content{margin:1rem}.projects-container{padding:2rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.modal-stats{flex-direction:column}}@media (max-width:480px){.header{padding:2rem 1rem}.filter-section{padding:1rem}.modal-links{flex-direction:column}.github-btn,.live-btn{text-align:center}}
/*# sourceMappingURL=main.6dd520de.css.map*/