:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#09090b;color:#fafafa}.shell{min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem}.container{width:100%;max-width:640px}.header{text-align:center;margin-bottom:2rem}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.logo svg{color:#f59e0b}.subtitle{color:#ffffff80;font-size:.9rem}.submit-form{margin-bottom:2rem}.input-row{display:flex;align-items:center;gap:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.5rem .75rem;transition:border-color .2s}.input-row:focus-within{border-color:#f59e0b80}.input-row svg{flex-shrink:0;color:#ffffff59}.url-input{flex:1;background:none;border:none;outline:none;color:#fafafa;font-size:.95rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:.4rem 0}.url-input::placeholder{color:#ffffff40}.submit-btn{flex-shrink:0;background:#f59e0b;color:#000;border:none;border-radius:.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn:hover:not(:disabled){background:#fbbf24}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.error{color:#f87171;font-size:.8rem;margin-top:.5rem;padding-left:1.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:#fff6}.empty-state svg{color:#ffffff26;width:48px;height:48px;margin-bottom:1rem}.empty-state h2{font-size:1.1rem;font-weight:600;color:#ffffff80;margin-bottom:.5rem}.empty-state p{font-size:.85rem;margin-bottom:1.25rem}.sample-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.sample-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.35rem .75rem;color:#fff9;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer;transition:all .2s}.sample-btn:hover{background:#ffffff1a;color:#fafafa;border-color:#fff3}.filters{display:flex;gap:.5rem;margin-bottom:1rem}.filter-btn{background:none;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.35rem .85rem;color:#ffffff73;font-size:.8rem;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#fff3;color:#ffffffb3}.filter-btn.active{background:#ffffff14;border-color:#fff3;color:#fafafa}.repo-list{display:flex;flex-direction:column;gap:.75rem}.repo-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem;transition:border-color .2s}.repo-card:hover{border-color:#ffffff26}.repo-header{display:flex;gap:.75rem;margin-bottom:.75rem}.avatar{width:40px;height:40px;border-radius:.5rem;flex-shrink:0}.repo-meta{flex:1;min-width:0}.repo-name{color:#fafafa;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.repo-name:hover{color:#f59e0b}.repo-desc{color:#ffffff73;font-size:.8rem;margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-footer{display:flex;align-items:center;justify-content:space-between}.repo-stats{display:flex;align-items:center;gap:.85rem}.stat{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#ffffff80}.stat svg{width:14px;height:14px}.lang-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.stat.given{color:#f59e0b;font-weight:500}.star-btn{display:flex;align-items:center;gap:.35rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:.5rem;padding:.35rem .75rem;color:#f59e0b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.star-btn:hover:not(:disabled){background:#f59e0b33;border-color:#f59e0b66}.star-btn.starred{background:#f59e0b26;border-color:#f59e0b4d;opacity:.7;cursor:default}.star-btn:disabled{cursor:default}.remove-btn{background:none;border:none;color:#fff3;font-size:1.25rem;cursor:pointer;padding:0 .25rem;line-height:1;transition:color .2s;flex-shrink:0}.remove-btn:hover{color:#f87171}.reset-btn{display:flex;align-items:center;gap:.35rem;margin-left:auto;border-color:#f8717133;color:#f87171b3}.reset-btn:hover{border-color:#f8717166;color:#f87171}.bulk-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;margin-bottom:2rem}.bulk-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.bulk-desc{color:#ffffff73;font-size:.8rem;margin-bottom:.85rem}.bulk-form{margin-bottom:0}.bulk-results{margin-top:1rem}.bulk-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.bulk-count{font-size:.8rem;color:#fff9}.star-all-btn{display:flex;align-items:center;gap:.35rem;background:#f59e0b;color:#000;border:none;border-radius:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0}.star-all-btn:hover:not(:disabled){background:#fbbf24}.star-all-btn:disabled{opacity:.5;cursor:not-allowed}.bulk-progress{margin-bottom:.75rem}.progress-bar{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden;margin-bottom:.35rem}.progress-fill{height:100%;background:#f59e0b;border-radius:2px;transition:width .3s ease}.progress-text{font-size:.75rem;color:#ffffff73}.bulk-repo-list{display:flex;flex-wrap:wrap;gap:.4rem;max-height:200px;overflow-y:auto}.bulk-repo-item{display:flex;align-items:center;gap:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.4rem;padding:.3rem .6rem;font-size:.75rem}.bulk-repo-item.starred{border-color:#f59e0b4d;background:#f59e0b14}.bulk-repo-name{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#ffffffb3}.bulk-repo-stars{display:flex;align-items:center;gap:.2rem;color:#fff6}.bulk-repo-stars svg{width:12px;height:12px}
