*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.app{color:#fff;margin:0 auto;max-width:1200px;padding:2rem}.header{margin-bottom:3rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0000004d}.header p{font-size:1.1rem;opacity:.9}.controls{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.iteration-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.view-controls{display:flex;gap:.5rem}.iteration-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.iteration-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.iteration-btn.active{background:#ffffffe6;border-color:#fff;box-shadow:0 4px 15px #ffffff4d;color:#333}.view-btn{background:#ffffff26;border:2px solid #ffffff40;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.view-btn:hover{background:#ffffff40;border-color:#fff6}.view-btn.active{background:#fffc;border-color:#fff;color:#333}.results-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem}.iteration-info{margin-bottom:2rem;text-align:center}.iteration-info h2{font-size:1.8rem;margin-bottom:.5rem}.results-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rank-item{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;transition:all .3s ease}.rank-item:hover{background:#fff3;transform:translateX(5px)}.rank-item.top-3{background:#ffd7001a;border-left-color:gold}.rank-item.top-10{background:#c0c0c01a;border-left-color:silver}.rank-number{color:gold;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.article-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.3rem}.pagerank-score{background:#0003;border-radius:6px;display:inline-block;font-family:Courier New,monospace;font-size:.9rem;opacity:.8;padding:.2rem .5rem}.loading{font-size:1.2rem;padding:4rem 2rem;text-align:center}.error{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:12px;color:#ff6b6b}.error,.no-data{padding:2rem;text-align:center}.no-data{font-style:italic;opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-container{animation:fadeIn .5s ease-out}@media (max-width:768px){.app{padding:1rem}.header h1{font-size:2rem}.results-grid{grid-template-columns:1fr}.controls{justify-content:center}.iteration-btn{font-size:.9rem;padding:.6rem 1rem}}.results-table-container{background:#ffffff0d;border-radius:12px;max-height:70vh;overflow-y:auto}.results-table{background:#0000;border-collapse:collapse;width:100%}.results-table th{background:#fff3;border-bottom:2px solid #ffffff4d;color:#fff;font-weight:600;padding:1rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.results-table td{border-bottom:1px solid #ffffff1a;padding:.8rem 1rem}.rank-row{transition:all .2s ease}.rank-row:hover{background:#ffffff1a}.rank-row.top-3{background:#ffd7001a}.rank-row.top-10{background:#c0c0c014}.rank-row.top-25{background:#cd7f320f}.rank-cell{color:gold;font-weight:700;width:80px}.title-cell{font-weight:500;max-width:300px}.score-cell{color:#b8c5ff;font-family:Courier New,monospace;font-size:.9rem;width:120px}.convergence-graph{background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:center}.convergence-graph h3{color:#fff;margin-bottom:.5rem}.convergence-graph p{font-size:.9rem;margin-bottom:1rem;opacity:.8}.chart{background:#ffffff08;border-radius:8px;margin:0 auto}.chart-point{cursor:pointer;transition:all .2s ease}.chart-point:hover{r:6;fill:gold}.l1-badge{background:#fff3;border-radius:15px;color:#b8c5ff;display:inline-block;font-family:Courier New,monospace;font-size:.8rem;margin-left:1rem;padding:.3rem .8rem;vertical-align:middle}.dataset-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;margin-top:1.5rem;padding:1rem}.dataset-stats h4{color:#b8c5ff;font-size:1.1rem;margin-bottom:1rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{align-items:center;background:#ffffff0d;border-radius:4px;display:flex;justify-content:space-between;padding:.5rem}.stat-label{color:#b8c5ff;font-weight:500}.stat-value{color:#fff;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600}.degree-distribution{background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:2rem}.degree-distribution h3{color:#fff;margin-bottom:1.5rem;text-align:center}.degree-stats{margin-bottom:2rem}.degree-charts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.degree-chart{flex:1 1;min-width:300px;text-align:center}.degree-chart h4{color:#b8c5ff;font-size:1.1rem;margin-bottom:1rem}.degree-chart .chart{background:#ffffff08;border-radius:8px}@media (max-width:768px){.degree-charts{flex-direction:column}.degree-chart{min-width:250px}.degree-chart .chart{max-width:350px;width:100%}}
/*# sourceMappingURL=main.ae902113.css.map*/