.eact-repos-github,.eact-repos-github *{font-family:-apple-system,"system-ui",Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}.repo-card{border:1px solid #e1e4e8;border-radius:6px;padding:16px;margin-bottom:16px;transition:box-shadow .2s;cursor:pointer;min-height:120px;max-height:120px;display:flex;flex-direction:column;overflow:hidden;position:relative}.repo-card--minimal{max-height:fit-content;min-height:100px}.repo-card:hover{box-shadow:0 3px 6px rgba(0,0,0,.1)}.repo-card__content{display:flex;align-items:flex-start;flex-grow:1;height:100%}.repo-card__icon{min-width:20px;min-height:20px;width:20px;height:20px;color:#586069;display:inline-flex;align-items:center;justify-content:center}.repo-card__avatar,.repo-card__icon{margin-right:10px;margin-top:3px;flex-shrink:0}.repo-card__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.repo-card__icon svg{width:100%;height:100%}.repo-card__body{flex:1;min-width:0;display:flex;flex-direction:column;height:100%}.repo-card__name-container{height:24px;margin-bottom:4px;display:flex;align-items:center}.repo-card__name-placeholder{height:24px}.repo-card__description-container{height:40px;margin:4px 0}.repo-card--minimal .repo-card__description-container{display:none}.repo-card__description-placeholder{height:40px}.repo-card__name{color:#0366d6;font-size:18px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:24px;max-width:70%;display:block}.repo-card__description{color:#586069;font-size:14px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:20px}.repo-card__description,.repo-card__description:empty{margin:4px 0;height:40px}.repo-card__stats{display:flex;justify-content:center;margin-top:auto;height:20px;align-items:center;gap:24px}.repo-card__stats--minimal{flex-direction:column;align-items:flex-start;height:auto;gap:8px;margin-top:16px;padding-top:8px;border-top:1px solid #f0f0f0;justify-content:flex-start}.repo-card__stats--minimal .language-badge,.repo-card__stats--minimal .repo-card__stat,.repo-card__stats--minimal .stat-badge{margin-bottom:0;justify-content:flex-start;width:100%;padding-left:0}.repo-card__stats--minimal>*{margin-bottom:8px}.repo-card__stats--minimal>:only-child{margin-bottom:0}.repo-card__stats-left,.repo-card__stats-right{display:flex;gap:24px;align-items:center;justify-content:center}.repo-card__language-placeholder{height:16px;width:16px}.repo-card__language{display:flex;align-items:center;justify-content:center;padding:0 4px}.repo-card__language-color{width:12px;height:12px;border-radius:50%;margin-right:4px}.repo-card__stat{color:#586069;font-size:12px;padding:0 4px}.repo-card__stat,.repo-card__stat-icon{display:flex;align-items:center;justify-content:center}.repo-card__stat-icon{margin-right:4px;width:16px;height:16px}.repo-card__star-count{position:absolute;top:16px;right:16px;display:flex;align-items:center;padding:4px 6px;background-color:rgba(0,0,0,.03);border-radius:4px;font-size:12px;color:#586069}.repo-card__star-count svg{width:14px;height:14px;margin-right:4px;color:#f1e05a}.repo-card--minimal .repo-card__star-count{position:absolute;top:16px;right:16px}.repo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:16px;flex:1;overflow-y:auto;max-height:calc(100% - 60px)}.loading-indicator{display:flex;justify-content:center;align-items:center;padding:16px}.loading-spinner{border:2px solid #e1e4e8;border-top-color:#0366d6;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#ffebe9;border:1px solid #ffcfc9;color:#d2333e;padding:16px;border-radius:6px;margin-bottom:16px}.pagination{display:flex;justify-content:center;align-items:center;width:100%;padding:16px 0;height:60px;background-color:white;border-top:1px solid #e1e4e8}.eact-repos-github{position:relative;height:500px;display:flex;flex-direction:column}.eact-repos-github--no-controls .repo-grid{padding-top:24px}.pagination__button{padding:8px 12px;margin:0 4px;border:1px solid #e1e4e8;border-radius:4px;background:none;color:#0366d6;cursor:pointer}.pagination__button:disabled{color:#c0c0c0;cursor:not-allowed}.pagination__button--current{background-color:#0366d6;color:white}.repo-filter-sort{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.repo-filter{flex:1;min-width:200px}.repo-filter__input{width:100%;padding:8px 12px;border:1px solid #e1e4e8;border-radius:4px;font-size:14px}.repo-sort{display:flex;gap:8px}.repo-sort__select{padding:8px 12px;border:1px solid #e1e4e8;border-radius:4px;background-color:white;font-size:14px}