.git-panel{padding:clamp(1rem,3vw,2em);background:linear-gradient(135deg,var(--bg-medium) 0%,var(--bg-dark) 100%);border:1px solid var(--border-primary);border-radius:clamp(8px,3vw,12px);box-shadow:var(--shadow-md);margin:clamp(1rem,3vw,2em) auto;max-width:clamp(320px,95vw,3600px);width:100%;box-sizing:border-box;transition:all .3s ease;display:flex;flex-direction:column}.git-panel:hover{border-color:var(--border-primary-hover);box-shadow:var(--shadow-lg)}.git-panel h2{color:#fff;margin-bottom:clamp(.75rem,2vw,1em);font-size:clamp(1.1rem,3vw,1.5rem);text-align:center}.git-form-section{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.git-form-section h3{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;color:#fff;font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group select,.form-group input{width:100%;padding:.75rem;border:2px solid var(--border-primary);border-radius:6px;background:var(--bg-medium);color:#fff;font-size:.95rem;transition:all .2s ease}.form-group select:focus,.form-group input:focus{outline:none;border-color:var(--status-info);box-shadow:0 0 8px #667eea4d}.git-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.git-actions button{flex:1;min-width:140px}.git-status{padding:1rem;background:var(--bg-medium);border-radius:6px;text-align:center;color:#a0aec0;font-weight:500;margin-bottom:1.5rem}.git-repos-section{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;flex:1}.git-repos-section::-webkit-scrollbar{display:none}.git-repos-section{scrollbar-width:none}.git-repos-section h3{color:#fff;margin:0 0 1rem;font-size:1.2rem;font-weight:600}.repos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.repo-card{background:var(--bg-medium);border:1px solid var(--border-primary);border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.repo-card:hover{border-color:var(--border-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.repo-name{color:var(--status-info);font-weight:600;flex:1}.repo-name:hover{color:#fff}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination-info{color:#fff;font-weight:500;white-space:nowrap}.repo-browser{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;flex:1}.repo-browser h3{color:#fff;margin:0 0 1rem;font-size:1.2rem;font-weight:600}.repo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.repo-header h3{margin:0}.repo-header button{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}.repo-browser h4{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:500}.breadcrumb{background:var(--bg-medium);border:1px solid var(--border-primary);border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem;color:#a0aec0;font-family:monospace;font-size:.9rem}.search-input{width:100%;padding:.75rem;border:2px solid var(--border-primary);border-radius:6px;background:var(--bg-medium);color:#fff;font-size:.95rem;margin-bottom:1rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--status-info);box-shadow:0 0 8px #667eea4d}.files-list{border:1px solid var(--border-primary);border-radius:6px;background:var(--bg-medium)}.file-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border-primary);transition:all .2s ease}.file-item:last-child{border-bottom:none}.file-item:hover{background:#667eea1a}.file-button{background:none;border:none;color:inherit;cursor:pointer;font-family:monospace;font-size:.9rem;text-decoration:none;padding:0;margin:0;width:100%;text-align:left;display:flex;align-items:center;gap:.5rem}.file-button:hover{text-decoration:underline}.folder-icon{color:gold}.file-icon{color:#00bfff}.file-preview{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:8px;padding:1.5rem;margin-top:1.5rem}.file-preview h4{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.code-block{background:var(--bg-dark);color:#fff;padding:1rem;border-radius:6px;border:1px solid var(--border-primary);max-height:350px;overflow:auto;font-size:.9rem;font-family:Monaco,Courier New,monospace;white-space:pre-wrap;line-height:1.4}.nav-buttons{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:768px){.git-actions{flex-direction:column}.git-actions button{width:100%}.repos-grid{grid-template-columns:1fr}.pagination-controls{flex-direction:column;gap:.5rem}.git-repos-section{min-height:400px}}
