html{scroll-behavior:smooth}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.entry-content{animation:fadeInUp .6s ease-out}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin-top:2em;margin-bottom:1em;font-weight:600;color:#2c3e50;position:relative;padding-bottom:.5em}.entry-content h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:2px}.entry-content a{color:#3498db;text-decoration:none;transition:all .3s ease;border-bottom:1px solid transparent}.entry-content a:hover{color:#2980b9;border-bottom-color:#2980b9}.entry-content img{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;margin:1.5em 0}.entry-content img:hover{transform:translateY(-2px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.entry-content blockquote{border-left:4px solid #3498db;padding-left:1.5em;margin:1.5em 0;font-style:italic;color:#555;background:#f8f9fa;padding:1em 1.5em;border-radius:4px}.entry-content pre{background:#2c3e50;color:#ecf0f1;padding:1.5em;border-radius:8px;overflow-x:auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.entry-content code{background:#f4f4f4;padding:.2em .4em;border-radius:3px;font-size:.9em;color:#e74c3c}.entry-content pre code{background:0 0;color:inherit;padding:0}.entry-content ul,.entry-content ol{margin:1.5em 0;padding-left:2em}.entry-content li{margin:.5em 0;line-height:1.8}.entry-content ul li::marker{color:#3498db}.entry-content table{width:100%;border-collapse:collapse;margin:1.5em 0;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.entry-content table th{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:1em;text-align:left;font-weight:600}.entry-content table td{padding:1em;border-bottom:1px solid #e0e0e0}.entry-content table tr:hover{background:#f8f9fa}.section-title{position:relative;margin-bottom:2em}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:2px}.card-container{background:#fff;border-radius:12px;padding:2em;margin:2em 0;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.card-container:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.badge{display:inline-block;padding:.4em .8em;border-radius:20px;font-size:.85em;font-weight:600;margin:.2em}.badge-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.badge-success{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.badge-warning{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.badge-info{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.alert{padding:1.2em 1.5em;border-radius:8px;margin:1.5em 0;border-left:4px solid;animation:fadeIn .5s ease-out}.alert-info{background:#e3f2fd;border-color:#2196f3;color:#1565c0}.alert-success{background:#e8f5e9;border-color:#4caf50;color:#2e7d32}.alert-warning{background:#fff3e0;border-color:#ff9800;color:#e65100}.alert-danger{background:#ffebee;border-color:#f44336;color:#c62828}.btn-custom{display:inline-block;padding:.8em 1.5em;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#21618c);transform:translateY(-2px);box-shadow:0 4px 8px rgba(52,152,219,.3)}.entry-content iframe{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:1.5em 0}.navbar.stick{backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1)}footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;padding:3em 0 1em;margin-top:4em}@media(max-width:768px){.entry-content{font-size:.95em}.entry-content h2::after{width:40px}.card-container{padding:1.5em}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2980b9,#21618c)}::selection{background:#3498db;color:#fff}::-moz-selection{background:#3498db;color:#fff}.fade-in{opacity:0;animation:fadeInUp .6s ease-out forwards}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.research-item{margin:2.5em 0!important;padding:0!important;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease-out}.research-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.entry-content h2{margin-top:3em;margin-bottom:1.5em;padding-bottom:.8em;border-bottom:2px solid #e0e0e0;font-size:1.8em}.entry-content h2:first-of-type{margin-top:1.5em}.entry-content hr{margin:3em 0;border:none;border-top:2px solid #e0e0e0;position:relative}.entry-content hr::after{content:'';position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:100px;height:2px;background:linear-gradient(90deg,#3498db,#2980b9)}.research-summary{margin:1em 0!important;padding:1.2em!important;background:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,8%);transition:all .3s ease;border-left:4px solid #3498db;cursor:pointer}.research-summary:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,.12);border-left-color:#2980b9}.research-summary h3{margin:0!important;color:#2c3e50;font-size:1.3em;font-weight:600}.research-summary p{margin:.5em 0;color:#555;font-size:.95em;line-height:1.6}.news-section{max-width:750px;margin:0 auto}.news-content{background:#f8f9fa;border-radius:8px;padding:1.5em;box-shadow:0 2px 4px rgba(0,0,0,5%)}.news-content table{width:100%;border:none!important;box-shadow:none!important;margin:0!important;background:0 0!important}.news-content table td{border:none!important;padding:.4em 0!important;vertical-align:top;line-height:1.7;color:#555;font-size:.9em;transition:all .2s ease}.news-content table td{position:relative}.news-content table td:first-child{width:100px;min-width:100px;max-width:100px;white-space:nowrap;padding-right:1.2em!important;vertical-align:top;padding-top:.5em!important}.news-content table td:first-child::after{content:'';position:absolute;right:.6em;top:.5em;width:1px;height:1.2em;background:#ddd}.news-content table td:not(:first-child){padding-left:.5em!important;border-left:3px solid transparent}.news-content table tr{transition:all .2s ease;background:0 0!important}.news-content table tr:hover{background:0 0!important}.news-content table tr:hover td:not(:first-child){border-left-color:#3498db;padding-left:.8em;color:#2c3e50}.news-content table td:first-child{font-size:.85em;color:#7f8c8d;font-weight:600;text-align:right;font-family:courier new,consolas,monaco,monospace;letter-spacing:.02em;white-space:pre}.news-content table td:first-child{font-variant-numeric:tabular-nums}.news-content table td:not(:first-child)::before{content:'▸';color:#3498db;margin-right:.4em;font-size:.75em;opacity:.5;transition:all .2s ease}.news-content table tr:hover td:not(:first-child)::before{opacity:1;margin-right:.6em}.news-content a{color:#3498db;text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.news-content a:hover{color:#2980b9;border-bottom-color:#2980b9}@media(max-width:768px){.research-item{margin:1.5em 0!important}.research-summary{padding:1em!important}.research-summary>div{flex-direction:column!important}.research-summary>div>div:first-child{width:100%!important}.entry-content h2{font-size:1.5em}.news-section{max-width:100%}.news-content{padding:1.2em}.news-content table td{font-size:.85em;padding:.35em 0!important;line-height:1.6}.news-content table td:first-child{width:90px!important;min-width:90px!important;max-width:90px!important;font-size:.8em;padding-right:.8em!important}}