body{background:#0f172a;color:#e5e7eb;font-family:sans-serif;margin:0;padding:0}.header,.footer{background:#020617;padding:1rem;text-align:center;position:relative}.sub-info{font-size:.9rem;color:#94a3b8;margin:.5rem 0}.sub-info-small{font-size:.85rem;color:#64748b;margin:.5rem 0}.language-switcher{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:10}.lang-btn{padding:.5rem 1rem;background:#0f172a;color:#94a3b8;border:1px solid #475569;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease;font-weight:500}.lang-btn:hover{background:#1e293b;border-color:#3b82f6;color:#e5e7eb}.lang-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}@media(max-width:640px){.language-switcher{position:relative;top:0;right:0;justify-content:center;margin-bottom:1rem}.lang-btn{padding:.4rem .8rem;font-size:.85rem}}.footer{margin-top:2rem;border-top:1px solid #1f2937}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center;max-width:900px;margin:0 auto;width:100%}.footer-info{text-align:center}.footer a{color:#3b82f6;text-decoration:none}.footer a:hover{text-decoration:underline}.kofi-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:#0f172a80;border:1px solid #1f2937;border-radius:8px;transition:all .3s ease}.kofi-container:hover{background:#0f172acc;border-color:#3b82f6;transform:translateY(-2px)}.kofi-text{margin:0;font-size:.9rem;color:#94a3b8;font-style:italic;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}.kofi-button{display:inline-flex;align-items:center;transition:all .2s ease;border-radius:6px;overflow:hidden}.kofi-button:hover{transform:scale(1.05);filter:brightness(1.1)}.kofi-button img{display:block;height:36px;width:auto}@media(min-width:768px){.footer-content{gap:1.5rem}.kofi-container{flex-direction:row;gap:1rem;align-items:center}}.container{max-width:900px;margin:auto;padding:1rem}.controls{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center}.controls label{display:flex;align-items:center;gap:.5rem;margin-right:1rem}.controls label:last-child{margin-right:0}.controls input{padding:.5rem;background:#020617;color:#fff;border:1px solid #475569;border-radius:4px}.controls input:focus{outline:none;border-color:#3b82f6}.controls input[type=number]{width:80px}.meta{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#94a3b8}.projects-list{list-style:none;padding:0;margin:0}.project-item{background:#020617;border:1px solid #1f2937;padding:1rem;margin-bottom:.5rem;border-radius:8px;transition:border-color .2s}.project-item:hover{border-color:#3b82f6}.repo-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.owner-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #1f2937}.owner-link{color:#94a3b8;text-decoration:none;font-weight:400}.owner-link:hover{color:#3b82f6;text-decoration:underline}.project-item h2{margin:0;font-size:1.25rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.project-item h2 a{color:#3b82f6;text-decoration:none}.project-item h2 a:hover{text-decoration:underline}.project-item p{margin:0 0 .5rem;color:#cbd5e1}.meta-row{display:flex;gap:1rem;font-size:.9rem;color:#94a3b8;flex-wrap:wrap}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination.pagination-top{margin-top:1rem;margin-bottom:1rem}.pagination.pagination-bottom{margin-top:2rem}.pagination button{padding:.5rem 1rem;background:#020617;color:#fff;border:1px solid #475569;border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s;font-size:.9rem;white-space:nowrap}.pagination button:hover:not(:disabled){background:#1e293b;border-color:#3b82f6}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination #page-info,.pagination #page-info-top{padding:.5rem 1rem;font-size:.95rem;color:#cbd5e1;white-space:nowrap}.pagination #first-page,.pagination #last-page,.pagination #first-page-top,.pagination #last-page-top{font-weight:600}@media(max-width:640px){.pagination{gap:.25rem}.pagination button{padding:.4rem .7rem;font-size:.85rem}.pagination #page-info,.pagination #page-info-top{width:100%;text-align:center;order:-1;margin-bottom:.5rem}}.auto-refresh-info{text-align:center;margin:1rem 0;padding:.5rem}.refresh-indicator{font-size:.85rem;padding:.5rem 1rem;border-radius:4px;display:inline-block;transition:all .3s ease}.refresh-indicator.checking{background:#1e293b;color:#3b82f6;border:1px solid #3b82f6}.refresh-indicator.updated{background:#0f1f13;color:#22c55e;border:1px solid #166534}.refresh-indicator.error{background:#1f1414;color:#ef4444;border:1px solid #991b1b}.update-notification{position:fixed;top:20px;right:20px;background:#1e293b;color:#e5e7eb;padding:1rem 1.5rem;border-radius:8px;border:2px solid #3b82f6;box-shadow:0 10px 25px #00000080;z-index:1000;display:flex;align-items:center;gap:1rem;animation:slideIn .3s ease;max-width:400px}.update-notification button{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:1.2rem;padding:0;line-height:1;transition:color .2s}.update-notification button:hover{color:#e5e7eb}.update-notification.fade-out{animation:slideOut .3s ease;opacity:0}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@media(max-width:640px){.update-notification{top:10px;right:10px;left:10px;max-width:none}.auto-refresh-info{margin:.5rem 0}}
