article{justify-content:center;align-items:center;width:100%;height:fit-content;padding:30px 0 200px;display:flex}.hero-image{width:100%;height:400px;margin-top:60px;position:relative;overflow:hidden}.blog-hero-image{object-fit:cover;object-position:center;width:100%;height:100%}#article-container{flex-direction:column;justify-content:center;align-items:start;gap:20px;width:90%;max-width:1000px;height:fit-content;font-size:18px;display:flex}#article-header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:fit-content;display:flex}#article-header-right{flex-direction:row;justify-content:center;align-items:center;gap:13px;line-height:1.5;display:flex}a{justify-content:center;align-items:center;display:flex}h1{font-size:30px;font-weight:600}a{justify-content:start;text-decoration:underline}p a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{display:inline}slot{justify-content:center;align-items:center;width:100%;height:fit-content;display:flex}h3{margin-top:15px;font-size:26px}p{word-wrap:break-word;max-width:calc(100vw - 30px)}p img{max-width:100%;height:auto}ul{margin-top:1px;padding-left:25px}table{border-collapse:collapse;width:100%;max-width:calc(100vw - 2rem);margin:0 0 20px;font-size:.9em}table thead tr{color:#000;text-align:left;background-color:#fff}table th,table td{border:1px solid #ddd;padding:5px 15px}ol{margin:0}table tbody tr{border-bottom:1px solid #ddd}table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.chart-container{background:#fff;border-radius:8px;width:100%;max-width:calc(100vw - 2rem);padding:20px 0;box-shadow:0 2px 8px #0000001a}.chart-title{text-align:center;color:#333;margin-bottom:30px;font-size:18px;font-weight:600}.chart-area{height:300px;padding:20px 40px 40px 60px;position:relative}.chart-y-axis{color:#666;flex-direction:column;justify-content:space-between;width:50px;font-size:12px;display:flex;position:absolute;top:20px;bottom:40px;left:0}.chart-y-label{text-align:right;padding-right:8px}.chart-plot{border-bottom:2px solid #ddd;border-left:2px solid #ddd;position:absolute;inset:20px 40px 40px 60px}.chart-grid{width:100%;height:100%;position:absolute;top:0;left:0}.chart-grid-line{background:#f0f0f0;width:100%;height:1px;position:absolute}.chart-line-svg{width:100%;height:100%;position:absolute;top:0;left:0}.chart-point{position:absolute;transform:translate(-50%,-50%)}.chart-point-dot{border:2px solid #fff;border-radius:50%;width:8px;height:8px;box-shadow:0 2px 4px #0003}.chart-point-dot--eva{background:#ef4444}.chart-point-dot--dinov3{background:#3b82f6}.chart-value-label{font-size:11px;font-weight:600;position:absolute;transform:translate(-50%,-150%)}.chart-value-label--eva{color:#ef4444}.chart-value-label--dinov3{color:#3b82f6}.chart-line{fill:none;stroke-width:.8px;vector-effect:non-scaling-stroke}.chart-line--eva{stroke:#ef4444}.chart-line--dinov3{stroke:#3b82f6}.chart-x-axis{color:#666;justify-content:space-between;height:30px;font-size:12px;display:flex;position:absolute;bottom:0;left:60px;right:40px}.chart-x-label{text-align:center}.chart-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:20px;font-size:14px;display:flex}.chart-legend-item{color:#666;align-items:center;gap:8px;display:flex}.chart-legend-line{background:#ef4444;width:24px;height:3px}.chart-legend-line--eva{background:#ef4444}.chart-legend-line--dinov3{background:#3b82f6}.chart-legend-label{color:inherit}.chart-marker{opacity:.7;background:#6366f1;width:2px;position:absolute;top:0;bottom:0}.chart-marker-label{color:#fff;white-space:nowrap;background:#6366f1;border-radius:999px;padding:2px 8px;font-size:11px;position:absolute;top:-18px;left:50%;transform:translate(-50%,-50%)}.bar-chart-container{box-sizing:border-box;background:#fff;border-radius:8px;margin-bottom:40px;padding:40px 20px 20px;box-shadow:0 2px 8px #0000001a;width:100%!important;max-width:calc(100vw - 180px)!important}.bar-chart-title{text-align:center;color:#333;margin-bottom:30px;font-size:18px;font-weight:600}.bar-chart-area{justify-content:space-around;align-items:flex-end;gap:40px;height:300px;padding:20px;display:flex}.bar-group{flex-direction:column;flex:1;align-items:center;max-width:300px;display:flex}.bar-group-title{color:#333;text-align:center;margin-bottom:25px;font-size:14px;font-weight:600}.bars-container{justify-content:center;align-items:flex-end;gap:20px;width:100%;height:250px;padding-bottom:40px;display:flex;overflow:visible}.bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:stretch;width:100%;max-width:100px;height:100%;display:flex;position:relative}.bar{background:#2563eb;border-radius:4px 4px 0 0;flex-shrink:0;width:100%;min-height:20px;transition:transform .3s;position:relative}.bar-human{background:#ff9f43}.bar-antscout-v2{background:#8e44ad}.bar-antscout{background:#3498db}.bar-inat{background:#2ecc71}.bar-value{color:#333;font-size:14px;font-weight:700;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.bar-label{color:#666;text-align:center;white-space:nowrap;width:100%;margin-top:0;font-size:12px;font-weight:500;position:absolute;bottom:-28px;left:50%;transform:translate(-50%)}.bar-chart-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:20px;font-size:14px;display:flex}.bar-chart-legend-item{color:#666;align-items:center;gap:8px;display:flex}.bar-chart-legend-color{border-radius:3px;width:20px;height:20px}.legend-color-antscout{background:#3498db}.legend-color-antscout-v2{background:#8e44ad}.legend-color-human{background:#ff9f43}.legend-color-inat{background:#2ecc71}.bar-bioclip{background:#a855f7}.bar-obsorg{background:#6b7280}.legend-color-bioclip{background:#a855f7}.legend-color-obsorg{background:#6b7280}.prediction-carousel{flex-direction:column;display:flex;width:100%!important;max-width:calc(100vw - 180px)!important}.carousel-title{text-align:center;color:rgb(var(--black));margin-bottom:25px;font-size:20px;font-weight:600}.carousel-container{align-items:center;width:100%;display:flex;position:relative}.carousel-arrow{backdrop-filter:blur(4px);cursor:pointer;color:#333;z-index:20;background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.carousel-arrow-left{left:-19px}.carousel-arrow-right{right:-19px}.carousel-arrow:hover{background:var(--light-primary);border-color:var(--light-primary);color:#fff;transform:translateY(-50%)scale(1.1)}.carousel-main{background:#fff;border:1px solid #eee;border-radius:8px;flex:1;align-items:stretch;gap:0;width:100%;padding:0;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.carousel-image-wrapper{flex-shrink:0;width:280px;position:relative}.carousel-image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.carousel-info{flex:1;min-width:0;padding:16px}.carousel-truth-row{border-bottom:1px solid var(--gray-light);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;display:flex}.observation-link{color:#888;justify-content:center;align-items:center;margin-left:4px;transition:all .2s;text-decoration:none!important;display:flex!important}.observation-link:hover{color:var(--light-primary);transform:translateY(-1px)}.observation-link svg{width:16px;height:16px}.carousel-truth-label{color:#666;font-size:13px;font-weight:500}.carousel-truth-value{font-size:15px;font-weight:600}.predictions-table{border-collapse:collapse;width:100%;margin:0;font-size:13px}.predictions-table thead tr{background:var(--light-surface)}.predictions-table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.3px;border:none;padding:8px 10px;font-size:12px;font-weight:600}.predictions-table td{border:none;border-bottom:1px solid var(--gray-light);vertical-align:middle;padding:8px 10px}.predictions-table tbody tr:last-child td{border-bottom:none}.model-name{color:rgb(var(--black));white-space:nowrap;font-weight:600}.pred-cell{white-space:nowrap}.pred-cell>span{align-items:center;gap:6px;display:inline-flex}.pred-cell.na{color:#999;font-style:italic}.status-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;font-weight:700;display:inline-flex}.status-icon.correct{color:#16a34a;background:#dcfce7}.status-icon.genus{color:#d97706;background:#fef3c7}.status-icon.wrong{color:#dc2626;background:#fee2e2}.pred-text{color:rgb(var(--black));text-overflow:ellipsis;white-space:nowrap;margin-left:5px;overflow:hidden}.carousel-nav-row{text-align:center;border-top:1px solid var(--gray-light);color:#888;margin-top:12px;padding-top:10px;font-size:13px}@media (width<=700px){article{padding:30px .5rem 200px}.hero-image{height:300px;margin-top:60px}#article-container{width:100%}#article-header{align-items:flex-start;gap:15px;width:calc(100vw - 2rem)}#article-header-right{align-self:flex-end}.bar-chart-container{max-width:calc(100vw - 85px);padding-top:60px}.bar-label{display:none}table:not(.predictions-table){width:100%;display:block;overflow-x:auto}.carousel-arrow{background:#fffffff2;width:32px;height:32px;font-size:18px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.carousel-main{flex-direction:column;padding:0}.carousel-image-wrapper{border-bottom:1px solid #eee;border-right:none;width:100%;height:220px}.carousel-image-wrapper img{width:100%;height:100%;position:static}.carousel-info{width:100%;padding:12px}.predictions-table{font-size:11px}.predictions-table th,.predictions-table td{padding:6px 8px}.status-icon{width:16px;height:16px;font-size:12px}.pred-text{font-size:11px}}
