.repository-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 8px 40px #00000014;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:280px;justify-content:space-between;text-decoration:none;color:inherit}.repository-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001f;border-color:#1a1a1a}.repository-card:focus{outline:2px solid #1a1a1a;outline-offset:2px}.card-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;flex-shrink:0}.repo-name-section{display:flex;align-items:center;justify-content:space-between;gap:12px}.repo-name{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em}.repo-name a{color:inherit;text-decoration:none;transition:color .2s ease}.repo-name a:hover{color:#667eea}.visibility-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;background:#f8f8f8;color:#666;border:1px solid #e0e0e0}.visibility-badge.public{background:#e8f5e8;color:#2d5a2d;border-color:#c8e6c8}.visibility-badge.private{background:#fff3e0;color:#8b5a00;border-color:#ffe0b2}.repo-description{margin:0;color:#666;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;max-height:42px;transition:color .2s}.repo-description.placeholder{color:#999;font-style:italic;opacity:.8}.card-content{display:flex;flex-direction:column;gap:16px;margin-bottom:12px;flex-shrink:0}.language-and-stats{display:flex;align-items:center;justify-content:space-between;gap:12px}.language-info{display:flex;align-items:center;gap:8px}.language-dot{width:12px;height:12px;border-radius:50%;background:#1a1a1a;flex-shrink:0}.language-name{font-size:13px;color:#666;font-weight:500}.repo-stats{display:flex;gap:12px}.stat{display:flex;align-items:center;gap:6px;font-size:13px;color:#666;background:#f8f8f8;border-radius:12px;padding:6px 12px;font-weight:500;border:1px solid #e0e0e0}.stat svg{color:#1a1a1a}.stat svg[data-icon=star]{color:#fbbf24}.stat-value{font-weight:600;color:#1a1a1a}.card-footer{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #f0f0f0;margin-top:auto;flex-shrink:0;min-height:60px}.updated-info{display:flex;align-items:center;gap:6px}.updated-text{font-size:12px;color:#666;font-weight:500}.card-click-hint{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#1a1a1a;font-weight:500;transition:all .3s ease;letter-spacing:.01em}.repository-card:hover .card-click-hint{color:#000}.repository-card:hover .card-click-hint svg{transform:translate(4px)}.card-click-hint svg{transition:transform .3s cubic-bezier(.4,0,.2,1);color:#1a1a1a}.skeleton{animation:shimmer 1.5s infinite linear;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;cursor:not-allowed;pointer-events:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.skeleton-title{height:24px;width:60%;background:#e0e0e0;border-radius:4px}.skeleton-badge{height:20px;width:50px;background:#e0e0e0;border-radius:10px}.skeleton-description{height:32px;width:100%;background:#e0e0e0;border-radius:4px;margin-bottom:16px}.skeleton-content{margin-bottom:12px}.skeleton-stats{display:flex;gap:12px}.skeleton-stat{height:24px;width:60px;background:#e0e0e0;border-radius:12px}.skeleton-footer{margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0}.skeleton-updated{height:16px;width:40%;background:#e0e0e0;border-radius:4px;margin-bottom:8px}.skeleton-hint{height:16px;width:30%;background:#e0e0e0;border-radius:4px}.dashboard{min-height:100vh;background:linear-gradient(135deg,#f8f8f8,#fff);padding:60px 20px}.dashboard-header{text-align:center;margin-bottom:60px;color:#1a1a1a}.dashboard-header h1{font-size:3rem;font-weight:800;margin-bottom:12px;letter-spacing:-.02em;color:#1a1a1a}.dashboard-header p{font-size:1.125rem;color:#666;margin:0;font-weight:400}.repositories-grid{display:flex;flex-wrap:wrap;gap:32px;max-width:1400px;margin:0 auto;padding:0 20px;justify-content:center}.repositories-grid>*{flex:0 1 380px;min-width:320px;max-width:420px}.error-message p{color:#666;margin-bottom:32px;line-height:1.6}.retry-button{background:#1a1a1a;color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:focus{outline:2px solid #1a1a1a;outline-offset:2px}@media (max-width: 768px){.dashboard{padding:40px 16px}.dashboard-header h1{font-size:2.25rem}.dashboard-header p{font-size:1rem}.repositories-grid{gap:24px;padding:0}.repositories-grid>*{flex:1 1 100%;min-width:unset;max-width:unset}.error-message{margin:0 16px;padding:32px}}@media (max-width: 480px){.dashboard-header h1{font-size:2rem}.dashboard{padding:32px 12px}.repositories-grid{gap:20px}}.toast{position:fixed;bottom:32px;right:32px;z-index:1000;animation:slideIn .4s cubic-bezier(.4,0,.2,1);cursor:pointer;transition:all .2s ease}.toast:hover{transform:translateY(-2px);box-shadow:0 12px 40px #10b98180}.toast-content{display:flex;align-items:flex-start;gap:14px;background:linear-gradient(135deg,#10b981,#059669,#047857);color:#fff;padding:18px 22px;border-radius:16px;box-shadow:0 12px 40px #10b98166,0 4px 12px #0000001a;font-weight:600;font-size:14px;max-width:420px;min-width:320px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#ffffff40;border-radius:50%;flex-shrink:0;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.2)}.toast-text{display:flex;flex-direction:column;gap:6px;flex:1}.toast-title{font-weight:700;font-size:15px;line-height:1.3;letter-spacing:.01em}.toast-url{font-size:12px;opacity:.85;word-break:break-all;line-height:1.4;font-weight:500;background:#ffffff1a;padding:4px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.15)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.toast{bottom:16px;right:16px;left:16px}.toast-content{flex-direction:column;align-items:flex-start;gap:10px;min-width:auto;padding:16px 18px}.toast-icon{align-self:flex-start;width:20px;height:20px}.toast-title{font-size:14px}.toast-url{font-size:11px;padding:3px 6px}}.repository-details{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff);padding:40px 20px}.details-header{max-width:1200px;margin:0 auto 40px}.back-button{display:inline-flex;align-items:center;gap:8px;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:14px;padding:12px 20px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}.back-button:hover{background:#f8fafc;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.details-content{max-width:1200px;margin:0 auto;background:#fff;border-radius:24px;padding:48px;box-shadow:0 12px 48px #00000014;border:1px solid #f0f0f0}.repo-header{margin-bottom:40px;position:relative}.repo-actions-top{position:absolute;top:0;right:0;display:flex;gap:12px;align-items:center}.repo-content{margin-top:60px}.repo-actions-mobile{display:none}.repo-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:#64748b}.repo-owner{color:#1a1a1a;font-weight:600}.repo-separator{color:#94a3b8}.repo-name{color:#1a1a1a;font-weight:600}.repo-title{font-size:3rem;font-weight:900;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.03em;line-height:1.1}.repo-badges{display:flex;gap:12px;align-items:center;margin-bottom:24px}.visibility-badge{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.visibility-badge.public{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.visibility-badge.private{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.archived-badge{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.clone-button{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;font-size:14px;padding:14px 24px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.clone-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.repo-link{display:inline-flex;align-items:center;gap:8px;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:14px;padding:14px 24px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease}.repo-link:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.description-section{margin-bottom:40px;padding:32px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000a}.section-title{margin:0 0 20px;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.section-title:before{content:"📄";font-size:20px}.description-content p{margin:0;color:#374151;line-height:1.8;font-size:16px;font-weight:400;letter-spacing:.01em;word-wrap:break-word;overflow-wrap:break-word}.stats-section{margin-bottom:40px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.stat-card:hover{border-color:#1a1a1a;transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;color:#fff;font-size:16px;box-shadow:0 4px 12px #00000026}.stat-icon.forks{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-icon.issues{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-icon.watchers{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.stars{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-info{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:1.5rem;font-weight:800;color:#1a1a1a}.stat-label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-section{margin-bottom:40px}.info-grid{display:grid;gap:24px}.info-card{padding:32px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.info-card:hover{border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.card-title{margin:0 0 20px;font-size:1.25rem;font-weight:700;color:#1a1a1a}.language-info{display:flex;align-items:center;gap:12px}.language-dot{width:16px;height:16px;border-radius:50%;background:#1a1a1a}.language-name{font-size:18px;color:#374151;font-weight:600}.info-list{display:grid;gap:16px}.info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#64748b;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#1a1a1a;font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px}.license-info{display:flex;align-items:center;justify-content:space-between;gap:16px}.license-name{font-size:18px;color:#1a1a1a;font-weight:600}.license-link{color:#10b981;text-decoration:none;font-weight:600;font-size:14px;padding:8px 16px;border-radius:8px;background:#10b9811a;transition:all .3s ease}.license-link:hover{background:#10b98133;transform:translateY(-1px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #1a1a1a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{display:flex;justify-content:center;align-items:center;min-height:400px}.error-message{background:#fff;padding:48px;border-radius:20px;text-align:center;box-shadow:0 8px 40px #00000014;max-width:500px;border:1px solid #f0f0f0}.error-message h3{color:#1a1a1a;margin-bottom:16px;font-size:1.5rem;font-weight:700}.error-message p{color:#64748b;margin-bottom:32px;line-height:1.6}.retry-button{background:#1a1a1a;color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.retry-button:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media (max-width: 768px){.repository-details{padding:20px 16px}.details-content{padding:24px}.repo-title{font-size:2.25rem}.repo-actions-top{display:none}.repo-content{margin-top:0}.repo-actions-mobile{display:flex;flex-direction:row;width:100%;margin-top:20px;gap:8px}.repo-actions-mobile .clone-button{flex:.4;padding:10px 12px;font-size:11px;justify-content:center}.repo-actions-mobile .repo-link{flex:.6;padding:10px 12px;font-size:11px;justify-content:center}.repo-actions-mobile .clone-button svg,.repo-actions-mobile .repo-link svg{width:12px;height:12px}.stats-grid{grid-template-columns:1fr}.info-item{flex-direction:column;align-items:flex-start;gap:8px}.license-info{flex-direction:column;align-items:flex-start;gap:12px}.description-section{padding:24px}.stat-card{padding:20px}.info-card{padding:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#24292f}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
