@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.app{max-width:600px;margin:2rem auto;padding:2rem;text-align:center;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a}body.dark-mode .app{background-color:#1e1e1e;box-shadow:0 8px 24px #0000004d}button{height:2.5rem;width:8rem;border-radius:.5rem;border:none;background-color:#007bff;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003}button:hover{background-color:#0069d9;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}button:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.app-title{text-align:center;margin-bottom:1.5rem;color:#222}body.dark-mode{background-color:#121212;color:#e0e0e0}body.dark-mode .app-title{color:#e0e0e0}.profile{padding:1.5rem;border-radius:8px;border:1px solid #ddd;text-align:center}.profile-header{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.profile-avatar{width:80px;height:80px;border-radius:50%}.profile-info h2{margin-bottom:.25rem}.profile-bio{color:#666;margin-bottom:.5rem}.profile-location{color:#666;font-size:.875rem}.profile-stats{display:flex;justify-content:center;gap:1rem;margin:1rem 0;font-size:.875rem;color:#555}.profile-actions{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem}.profile-link{padding:.5rem 1rem;text-decoration:none;color:inherit}.profile-toggle{background-color:#000;padding:.5rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:.875rem}.loading,.error{text-align:center;padding:2rem;color:#666}.error{color:#c00}.repo-list{text-align:center;margin-top:1rem;border-top:1px solid #eee;padding-top:1rem}.repo-list h3{margin-bottom:.75rem;font-size:1rem}.repo-list ul{list-style:none}.repo-item{padding:.75rem 0;border-bottom:1px solid #eee}.repo-item:last-child{border-bottom:none}.repo-name{font-weight:500}.repo-description{font-size:.875rem;color:#666;margin:.25rem 0}.repo-stats{font-size:.75rem;color:#888}.search-form{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a;border-radius:8px}.search-form label{display:none}.search-form input{flex:1;padding:1rem 1.25rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.search-form input:focus{outline:none;border-color:#06c}.search-form button{padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:4px;font-size:1rem}.search-form button:hover{background:#05a}.search-error{color:#c00;font-size:.875rem;margin-top:.25rem}.search-message{text-align:center;color:#666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.5;color:#333;background-color:#f7f8fa;transition:background-color .3s,color .3s}
