*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000001a;overflow:hidden}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center}header h1{font-size:2.5rem;margin-bottom:10px}header p{font-size:1.2rem;opacity:.9}.content{padding:40px}.loading{text-align:center;padding:40px;font-size:1.2rem;color:#667eea}.error{background:#fee;color:#c33;padding:20px;border-radius:5px;margin:20px 0}.stats{display:flex;justify-content:space-around;margin-bottom:40px;padding:20px;background:#f8f9fa;border-radius:8px}.stat{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#667eea}.stat-label{color:#666;font-size:.9rem;margin-top:5px}.repositories{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.repo-card{border:1px solid #e1e4e8;border-radius:8px;padding:20px;transition:all .3s ease;background:#fff}.repo-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a;border-color:#667eea}.repo-name{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:#667eea;text-decoration:none;display:inline-block}.repo-name:hover{text-decoration:underline}.repo-description{color:#586069;margin-bottom:15px;min-height:40px}.repo-links{margin-bottom:15px}.website-link{display:inline-flex;align-items:center;gap:5px;color:#667eea;text-decoration:none;font-size:.9rem;padding:5px 10px;background:#f8f9fa;border-radius:5px;transition:background .2s ease}.website-link:hover{background:#e9ecef;text-decoration:underline}.repo-meta{display:flex;align-items:center;gap:15px;font-size:.9rem;color:#586069;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:5px}.language{display:inline-block;padding:3px 8px;background:#667eea;color:#fff;border-radius:12px;font-size:.8rem}.icon{width:16px;height:16px}footer{text-align:center;padding:30px;background:#f8f9fa;color:#666;border-top:1px solid #e1e4e8}footer a{color:#667eea;text-decoration:none}footer a:hover{text-decoration:underline}
