.idx-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 2rem 0 3rem;
} .idx-hero {
display: grid;
grid-template-columns: 1fr 1fr;
border: 1px solid #1e1e1e;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
margin-bottom: 0.5rem;
transition: border-color 0.2s ease;
}
.idx-hero:hover { border-color: #333; }
.idx-hero-img { background: #0d0d1a; min-height: 240px; overflow: hidden; }
.idx-hero-img img { width: 100%; height: 240px; object-fit: cover; display: block; }
.idx-hero-img--empty {
display: flex; align-items: center; justify-content: center;
}
.idx-hero-img--empty .ti { font-size: 48px; color: #333; }
.idx-hero-body {
padding: 1.75rem;
background: #0a0a0a;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.idx-hero-foot {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 1rem;
}
.idx-title--hero {
font-size: 20px !important;
font-weight: bold;
color: #fff;
line-height: 1.35;
margin: 8px 0 10px !important;
}
.idx-excerpt {
font-size: 13px;
color: #777;
line-height: 1.6;
margin: 0;
}
.idx-read-more {
font-size: 13px;
color: #00b4ff;
display: flex;
align-items: center;
gap: 4px;
white-space: nowrap;
}
.idx-read-more .ti { font-size: 13px; } .idx-year-divider {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #444;
padding: 1.25rem 0 0.75rem;
border-top: 1px solid #1a1a1a;
margin-top: 0.75rem;
} .idx-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-bottom: 0.5rem;
}
.idx-card {
display: flex;
flex-direction: column;
border: 1px solid #1e1e1e;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
background: #0a0a0a;
transition: border-color 0.2s ease;
}
.idx-card:hover { border-color: #333; }
.idx-card-img { overflow: hidden; }
.idx-card-img img { width: 100%; height: 120px; object-fit: cover; display: block; }
.idx-card-body {
padding: 14px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.idx-card-excerpt {
font-size: 12px;
color: #666;
line-height: 1.55;
margin: 4px 0 0;
}
.idx-title {
font-size: 14px !important;
font-weight: bold !important;
color: #ddd !important;
line-height: 1.35;
margin: 6px 0 0 !important;
}
.idx-meta {
font-size: 11px;
color: #555;
display: flex;
align-items: center;
gap: 5px;
flex-wrap: wrap;
}
.idx-meta .ti { font-size: 12px; } .idx-badge {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 11px;
padding: 3px 8px;
border-radius: 4px;
border: 1px solid #222;
color: #666;
background: #111;
}
.idx-badge .ti { font-size: 12px; }
.idx-badge--release,
.idx-badge--releases   { border-color: #0f6e56; color: #5DCAA5; background: #040f0b; }
.idx-badge--essay,
.idx-badge--essays     { border-color: #534AB7; color: #AFA9EC; background: #08071a; }
.idx-badge--experiment,
.idx-badge--experiments { border-color: #993C1D; color: #F0997B; background: #100604; }
.idx-badge--presentation,
.idx-badge--presentations { border-color: #185FA5; color: #85B7EB; background: #040c14; }
.idx-badge--dev,
.idx-badge--development { border-color: #534AB7; color: #AFA9EC; background: #08071a; }
.idx-badge--performance { border-color: #854F0B; color: #EF9F27; background: #0f0700; }
.idx-badge--news        { border-color: #3B6D11; color: #97C459; background: #050b02; } @media (max-width: 768px) {
.idx-hero { grid-template-columns: 1fr; }
.idx-hero-img img { height: 180px; }
.idx-grid { grid-template-columns: 1fr; }
}
.idx-badge--pieces      { border-color: #0f6e56; color: #5DCAA5; background: #040f0b; }
.idx-badge--events      { border-color: #854F0B; color: #EF9F27; background: #0f0700; }
.idx-badge--listen      { border-color: #0f6e56; color: #5DCAA5; background: #040f0b; }
.idx-badge--view        { border-color: #534AB7; color: #AFA9EC; background: #08071a; }
.idx-badge--read        { border-color: #185FA5; color: #85B7EB; background: #040c14; }