*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;background:#0d1117;color:#c9d1d9;line-height:1.6;min-height:100vh}.app-container{max-width:780px;margin:0 auto;padding:24px 16px 48px}.app-header{text-align:center;margin-bottom:32px}.header-top{display:flex;justify-content:flex-end;margin-bottom:12px}.app-header h1{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#58a6ff,#bc8cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{color:#8b949e;font-size:.95rem;margin-top:4px}.language-switcher{display:flex;gap:2px;background:#21262d;border-radius:6px;padding:2px}.lang-btn{background:transparent;border:none;color:#8b949e;font-size:.8rem;padding:4px 10px;border-radius:4px;cursor:pointer;transition:all .15s ease;font-family:inherit}.lang-btn:hover{color:#c9d1d9}.lang-btn-active{background:#30363d;color:#e6edf3}.card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:20px 24px;margin-bottom:16px}.card-title{font-size:1.05rem;font-weight:600;margin-bottom:16px;color:#e6edf3;padding-bottom:10px;border-bottom:1px solid #21262d}.form-group{margin-bottom:14px}.form-label{display:block;font-size:.85rem;font-weight:500;color:#8b949e;margin-bottom:6px}.form-input{width:100%;padding:8px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#c9d1d9;font-size:.9rem;transition:border-color .2s;outline:none}.form-input:focus{border-color:#58a6ff;box-shadow:0 0 0 2px #58a6ff26}.form-input:disabled{opacity:.5;cursor:not-allowed}.form-input.short{width:160px}.token-input-row{display:flex;gap:6px;align-items:stretch}.token-input-row .form-input{flex:1}.token-input-row .btn-sm{flex-shrink:0;align-self:stretch;line-height:1;font-size:.85rem;padding:0 12px}.form-hint{display:block;font-size:.8rem;margin-top:4px}.form-hint.valid{color:#3fb950}.form-hint.error{color:#f85149}.token-status{min-height:20px}.rate-limit{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#8b949e;padding:8px 12px;background:#0d1117;border-radius:6px;border:1px solid #21262d}.rate-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rate-dot.green{background:#3fb950;box-shadow:0 0 6px #3fb95066}.rate-dot.red{background:#f85149;box-shadow:0 0 6px #f8514966;animation:pulse 1.5s ease-in-out infinite}.rate-reset{color:#d29922;margin-left:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.options-grid{display:flex;flex-direction:column;gap:10px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.92rem;color:#e6edf3;padding:6px 0}.checkbox-label input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:#58a6ff;flex-shrink:0;cursor:pointer}.checkbox-label input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.checkbox-label.indent{padding-left:26px}.checkbox-label small{display:block;font-size:.78rem;color:#8b949e;font-weight:400;margin-top:2px}.options-note{margin-top:14px;padding:10px 14px;background:#0d1117;border-radius:6px;font-size:.8rem;color:#8b949e;border:1px solid #21262d}.options-note p{margin-bottom:4px}.options-note p:last-child{margin-bottom:0}.action-section{display:flex;gap:12px;align-items:center;margin-bottom:16px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1px solid transparent;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;outline:none}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:#238636;color:#fff;border-color:#2ea043}.btn-primary:hover:not(:disabled){background:#2ea043}.btn-secondary{background:#21262d;color:#c9d1d9;border-color:#30363d}.btn-secondary:hover:not(:disabled){background:#30363d;border-color:#484f58}.btn-danger{background:#da3633;color:#fff;border-color:#f85149}.btn-danger:hover{background:#f85149}.btn-disabled{opacity:.6}.progress-message{display:flex;align-items:center;gap:8px;font-size:.9rem;margin-bottom:14px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.yellow{background:#d29922;animation:pulse 1.2s ease-in-out infinite}.status-dot.green{background:#3fb950}.status-dot.red{background:#f85149}.progress-bars{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.progress-bar-container{width:100%}.progress-bar-label{display:flex;justify-content:space-between;font-size:.82rem;color:#8b949e;margin-bottom:4px}.progress-bar{width:100%;height:8px;background:#21262d;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#238636,#2ea043);border-radius:4px;transition:width .3s ease}.progress-bar-fill.from-cache{background:linear-gradient(90deg,#58a6ff,#79c0ff)}.cache-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.cache-stat{display:flex;flex-direction:column;align-items:center;padding:10px 8px;background:#0d1117;border-radius:8px;border:1px solid #21262d}.cache-stat-value{font-size:1.3rem;font-weight:700;color:#58a6ff;line-height:1.2}.cache-stat-label{font-size:.78rem;color:#8b949e;margin-top:2px}.cache-details{margin-bottom:10px}.cache-summary{cursor:pointer;font-size:.85rem;color:#8b949e;padding:4px 0}.cache-summary:hover{color:#c9d1d9}.cache-repo-list{margin-top:6px;max-height:200px;overflow-y:auto;padding:4px 0}.cache-repo-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.85rem;color:#c9d1d9;border-bottom:1px solid #21262d}.cache-repo-item:last-child{border-bottom:none}.cache-actions{display:flex;gap:8px}.btn-sm{padding:5px 12px;font-size:.8rem;border-radius:6px}.errors-details{margin-top:8px}.errors-summary{cursor:pointer;font-size:.85rem;color:#d29922;padding:4px 0}.errors-summary:hover{color:#e3b341}.errors-list{margin-top:6px;max-height:200px;overflow-y:auto;padding:8px 10px;background:#0d1117;border-radius:6px;border:1px solid #21262d}.error-item{font-size:.8rem;color:#f85149;padding:3px 0;border-bottom:1px solid #21262d}.error-item:last-child{border-bottom:none}.partial-warning{padding:8px 12px;background:#d299221f;border:1px solid #d29922;border-radius:6px;color:#d29922;font-size:.85rem;margin-bottom:14px}.result-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.result-stat{display:flex;flex-direction:column;align-items:center;padding:14px 8px;background:#0d1117;border-radius:8px;border:1px solid #21262d}.stat-value{font-size:1.6rem;font-weight:700;color:#e6edf3;line-height:1.2}.stat-label{font-size:.8rem;color:#8b949e;margin-top:2px}.stat-file{font-size:.7rem;color:#58a6ff;font-family:SF Mono,Fira Code,Cascadia Code,monospace;margin-top:4px}.download-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.download-divider{font-size:.78rem;color:#484f58;text-transform:uppercase;letter-spacing:.05em;width:100%;text-align:center;position:relative}.download-divider:before,.download-divider:after{content:"";position:absolute;top:50%;width:35%;height:1px;background:#21262d}.download-divider:before{left:0}.download-divider:after{right:0}.download-group{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.chart-card{margin-bottom:20px}.chart-title{font-size:.95rem;font-weight:600;color:#e6edf3;margin-bottom:10px}.chart-stats-row{display:flex;gap:16px;font-size:.8rem;color:#8b949e;margin-bottom:10px;flex-wrap:wrap}.chart-stats-row strong{color:#c9d1d9;margin-right:4px}.chart-canvas-wrap{position:relative;width:100%;height:300px;background:#0d1117;border-radius:8px;padding:12px 8px 4px;border:1px solid #21262d}.chart-canvas-wrap.short{height:340px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.profile-stat{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#0d1117;border-radius:8px;border:1px solid #21262d;cursor:pointer;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none;position:relative}.profile-stat:hover{border-color:#58a6ff;background:#58a6ff0a}.profile-stat-selected{border-color:#58a6ff;background:#58a6ff14;box-shadow:0 0 0 1px #58a6ff4d}.profile-stat-header{display:flex;align-items:center;gap:6px}.profile-stat-icon{font-size:1rem}.profile-stat-value{font-size:1.3rem;font-weight:700;color:#d2a8ff;line-height:1.2}.profile-stat-label{font-size:.78rem;color:#8b949e;margin-top:2px}.profile-stat-pct{font-size:.72rem;color:#484f58;margin-top:1px}.profile-list-panel{margin-top:14px;background:#0d1117;border:1px solid #30363d;border-radius:8px;overflow:hidden}.profile-list-empty{padding:24px;text-align:center;color:#484f58;font-size:.85rem}.profile-list-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #21262d;flex-wrap:wrap;gap:8px}.profile-list-title{font-size:.88rem;font-weight:600;color:#e6edf3}.profile-list-controls{display:flex;align-items:center;gap:6px}.profile-list-count{font-size:.75rem;color:#484f58;margin-left:4px;white-space:nowrap}.btn-sort{padding:3px 10px;font-size:.75rem;border-radius:4px;border:1px solid #21262d;background:transparent;color:#8b949e;cursor:pointer;transition:all .15s;white-space:nowrap}.btn-sort:hover{border-color:#30363d;color:#c9d1d9}.btn-sort-active{border-color:#58a6ff;color:#58a6ff;background:#58a6ff14}.sort-arrow{font-size:.65rem}.profile-user-list{max-height:260px;overflow-y:auto;display:flex;flex-direction:column}.profile-user-item{display:flex;align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;color:#c9d1d9;text-decoration:none;transition:background .12s;border-bottom:1px solid #161b22}.profile-user-item:last-child{border-bottom:none}.profile-user-item:hover{background:#161b22}.profile-user-item:hover .profile-user-login{color:#58a6ff}.profile-user-avatar{border-radius:50%;flex-shrink:0}.profile-user-login{font-weight:500;transition:color .15s}.profile-user-value{margin-left:auto;font-size:.78rem;color:#8b949e;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.network-container{background:#0d1117;border:1px solid #21262d;border-radius:8px;overflow:hidden}.network-tooltip{box-shadow:0 4px 12px #0000004d}.app-footer{text-align:center;margin-top:32px;padding-top:16px;border-top:1px solid #21262d}.app-footer p{font-size:.75rem;color:#484f58}@media (max-width: 600px){.app-container{padding:16px 12px 32px}.card{padding:16px}.result-summary{grid-template-columns:1fr;gap:8px}.action-section{flex-wrap:wrap}.download-group{flex-direction:column;width:100%}.download-group .btn{width:100%}.profile-grid{grid-template-columns:repeat(2,1fr)}.chart-stats-row{gap:10px;font-size:.75rem}.chart-canvas-wrap{height:220px}.chart-canvas-wrap.short{height:280px}}
