.rd-wrap {
max-width: 720px;
margin: 0 auto;
padding: 2rem 1.5rem 4rem;
} .rd-hero {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
border-radius: 8px;
margin-bottom: 2rem;
} .rd-badge {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 12px;
padding: 4px 10px;
border-radius: 4px;
border: 1px solid #2a2a2a;
color: #888;
background: #111;
margin-bottom: 1rem;
}
.rd-badge .ti { font-size: 13px; }
.rd-badge--release,
.rd-badge--releases,
.rd-badge--pieces      { border-color: #0f6e56; color: #5DCAA5; background: #040f0b; }
.rd-badge--essay,
.rd-badge--essays,
.rd-badge--development,
.rd-badge--dev         { border-color: #534AB7; color: #AFA9EC; background: #08071a; }
.rd-badge--experiment,
.rd-badge--experiments { border-color: #993C1D; color: #F0997B; background: #100604; }
.rd-badge--presentation,
.rd-badge--presentations { border-color: #185FA5; color: #85B7EB; background: #040c14; }
.rd-badge--performance,
.rd-badge--events      { border-color: #854F0B; color: #EF9F27; background: #0f0700; }
.rd-badge--news,
.rd-badge--listen      { border-color: #3B6D11; color: #97C459; background: #050b02; }
.rd-badge--view        { border-color: #534AB7; color: #AFA9EC; background: #08071a; }
.rd-badge--read        { border-color: #185FA5; color: #85B7EB; background: #040c14; } .rd-title {
font-size: 32px !important;
font-weight: bold !important;
color: #f5f5f5 !important;
line-height: 1.2 !important;
letter-spacing: -0.3px;
margin: 0 0 1rem !important;
}
.rd-meta {
display: flex;
align-items: center;
gap: 16px;
font-size: 13px;
color: #555;
border-bottom: 1px solid #1a1a1a;
padding-bottom: 1.25rem;
margin-bottom: 2rem;
flex-wrap: wrap;
}
.rd-meta .ti { font-size: 14px; vertical-align: -2px; margin-right: 3px; } .rd-body {
font-size: 17px !important;
line-height: 1.8 !important;
color: #bbb;
margin-bottom: 2.5rem;
}
.rd-body p {
font-size: 17px !important;
line-height: 1.8 !important;
color: #bbb !important;
margin: 0 0 1.25rem !important;
}
.rd-body h2 { font-size: 22px !important; color: #e8e8e8 !important; margin: 2rem 0 1rem !important; }
.rd-body h3 { font-size: 18px !important; color: #e8e8e8 !important; margin: 1.75rem 0 0.75rem !important; }
.rd-body a { color: #00b4ff; text-decoration: none; }
.rd-body a:hover { text-decoration: underline; }
.rd-body strong { color: #ddd; font-weight: bold; }
.rd-body em { font-style: italic; }
.rd-body ol,
.rd-body ul {
padding-left: 1.5rem !important;
margin: 0 0 1.25rem !important;
}
.rd-body li {
font-size: 17px !important;
line-height: 1.8 !important;
color: #aaa !important;
margin-bottom: 0.75rem !important;
}
.rd-body blockquote {
border-left: 3px solid #333;
padding: 0.75rem 0 0.75rem 1.25rem;
margin: 1.5rem 0;
color: #888;
font-style: italic;
}
.rd-body img {
max-width: 100%;
height: auto;
border-radius: 6px;
display: block;
margin: 1.5rem auto;
} .rd-cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 22px;
border: 1px solid #00b4ff;
border-radius: 6px;
color: #00b4ff;
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 3rem;
transition: background 0.2s ease;
}
.rd-cta:hover { background: rgba(0, 180, 255, 0.07); }
.rd-cta .ti { font-size: 18px; } .rd-divider {
height: 1px;
background: #1a1a1a;
margin-bottom: 2rem;
}
.rd-nav {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.rd-nav-card {
display: flex;
flex-direction: column;
padding: 14px 16px;
border: 1px solid #1e1e1e;
border-radius: 8px;
text-decoration: none;
background: #0a0a0a;
transition: border-color 0.2s ease;
}
.rd-nav-card:hover { border-color: #333; }
.rd-nav-card--right {
text-align: right;
}
.rd-nav-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #444;
margin-bottom: 6px;
display: flex;
align-items: center;
gap: 5px;
}
.rd-nav-title {
font-size: 14px;
font-weight: 500;
color: #ccc;
line-height: 1.35;
display: block;
}
.rd-nav-cat {
font-size: 11px;
color: #555;
margin-top: 5px;
display: block;
} @media (max-width: 768px) {
.rd-wrap { padding: 1.5rem 1rem 3rem; }
.rd-hero { height: 200px; }
.rd-title { font-size: 24px !important; }
.rd-nav { grid-template-columns: 1fr; }
.rd-nav-card--right { text-align: left; }
.rd-nav-card--right .rd-nav-label { justify-content: flex-start !important; }
}