*{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;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#60a5fa);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.2)}.nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff}.nav-tabs{display:flex;gap:1rem}.nav-tab{padding:.5rem 1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s}.nav-tab:hover{background:#fff3}.nav-tab.active{background:#ffffff4d;font-weight:700}.container{flex:1;max-width:1200px;margin:2rem auto;padding:0 2rem;width:100%}.hero{text-align:center;margin-bottom:3rem;color:#fff}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;opacity:.9}.section-header{text-align:center;margin-bottom:2rem;color:#fff}.section-header h2{font-size:2.5rem;margin-bottom:.5rem}.section-header p{opacity:.9}.grid{display:grid;gap:2rem;margin-bottom:2rem}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.card-icon{font-size:3rem;margin-bottom:1rem}.card h3{margin-bottom:.5rem;color:#333}.card p{color:#666;margin-bottom:1rem}.card-link{color:#2563eb;text-decoration:none;font-weight:700}.card-link:hover{color:#1d4ed8}.repo-card{cursor:pointer}.repo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.repo-title{font-size:1.3rem;font-weight:700;color:#333}.badge{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.repo-description{color:#666;margin-bottom:1rem}.repo-summary{background:#f3f4f6;padding:1rem;border-radius:8px;font-style:italic;color:#555;margin-bottom:1rem}.repo-stats{display:flex;gap:1rem;align-items:center;color:#666}.back-button{background:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;margin-bottom:1rem;font-size:1rem;transition:all .3s}.back-button:hover{background:#f3f4f6}.detail-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.detail-title{font-size:2rem;color:#333;margin-bottom:.5rem}.detail-meta{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.summary-box{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.summary-box h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#333}.ai-badge{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:400}.summary-text{color:#555;line-height:1.6}.post-card{background:#fff}.post-header{margin-bottom:1rem}.post-title{font-size:1.5rem;color:#333;margin-bottom:.5rem}.post-meta{display:flex;gap:1rem;color:#666;font-size:.9rem}.post-excerpt{color:#666;line-height:1.6;margin-bottom:1rem}.video-card{padding:0;overflow:hidden}.video-thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.video-thumbnail img{width:100%;height:100%;object-fit:cover}.video-duration{position:absolute;bottom:.5rem;right:.5rem;background:#000c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.85rem}.video-content{padding:1.5rem}.video-title{font-size:1.1rem;color:#333;margin-bottom:.5rem}.video-description{color:#666;font-size:.9rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:1rem}.footer{background:#0003;color:#fff;padding:2rem;text-align:center;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 1rem}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s;display:flex;align-items:center}.footer-links a:hover{opacity:.7}.footer-links svg{width:24px;height:24px;fill:#fff}.sync-status{opacity:.8;font-size:.9rem}.stats-section{text-align:center;color:#fff;margin-top:3rem}.stats-section h2{margin-bottom:.5rem}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.nav-content,.footer-content{flex-direction:column;gap:1rem}.detail-header{flex-direction:column}}
