.devblog-hero{padding:160px 0 80px;background:linear-gradient(180deg, #1d1d1f 0%, #2d2d30 100%);text-align:center}.devblog-hero h1{color:#fff;font-size:clamp(2.4rem,5vw,3.6rem);letter-spacing:-0.04em;line-height:1.1;margin-bottom:16px}.devblog-hero p{color:hsla(0,0%,100%,.6);font-size:clamp(1.05rem,2vw,1.25rem);max-width:560px;margin:0 auto}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-dot.yellow{background:#f5a623}.legend-dot.blue{background:#2669aa}.board-section{padding:64px 0 120px;background:var(--bg-primary)}.status-group{margin-bottom:56px}.status-group:last-child{margin-bottom:0}.status-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.status-header .legend-dot{width:14px;height:14px}.status-header h2{font-size:1.35rem;letter-spacing:-0.02em}.status-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:16px}.dev-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-left:4px solid rgba(0,0,0,0);border-radius:12px;padding:24px 24px 24px 20px;transition:transform .3s var(--transition),box-shadow .3s var(--transition)}.dev-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.06)}.dev-card.yellow{border-left-color:#f5a623}.dev-card.blue{border-left-color:#2669aa}.dev-card h3{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.dev-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.55}@media(max-width: 640px){.status-cards{grid-template-columns:1fr}}
