*{box-sizing:border-box;margin:0;padding:0}body{font-family:sans-serif;background:#f5f5f5;color:#333}.app{max-width:800px;margin:0 auto;padding:20px}h1{text-align:center;margin-bottom:20px;color:#24292e}.search-form{display:flex;gap:10px;margin-bottom:20px}.search-form input{flex:1;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}.search-form button{padding:10px 20px;background:#24292e;color:#fff;border:none;border-radius:4px;cursor:pointer}.profile{display:flex;gap:20px;align-items:center;margin-bottom:20px}.avatar{width:80px;height:80px;border-radius:50%}.profile h2{color:#24292e}.profile p{color:#586069;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.stats-card{background:white;border-radius:8px;padding:15px;text-align:center;box-shadow:0 2px 4px #0000001a}.stats-value{display:block;font-size:24px;font-weight:700;color:#24292e}.stats-label{display:block;font-size:12px;color:#586069;margin-top:4px}.chart-section{background:white;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.repo-list{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.repo-list h3{margin-bottom:15px}.repo-item{padding:12px 0;border-bottom:1px solid #eee}.repo-item:last-child{border-bottom:none}.repo-name{font-weight:700;color:#0366d6;text-decoration:none;font-size:16px}.repo-name:hover{text-decoration:underline}.repo-desc{font-size:13px;color:#586069;margin:4px 0}.repo-meta{font-size:12px;color:#586069;display:flex;gap:15px}.repo-lang{color:#0366d6}.error{color:#e74c3c}
