.changelog-item{background:var(--color-white);border:1px solid var(--color-gray);border-radius:var(--radius-card);display:grid;gap:24px;grid-template-columns:200px 1fr;padding:24px}.changelog-date{align-items:flex-start;display:flex;flex-direction:column;gap:8px;text-align:left}.changelog-date time{color:var(--color-text-secondary);font-size:.9rem;font-weight:600}.changelog-category{background:var(--color-gray-light);border-radius:12px;color:var(--color-text-secondary);font-size:.75rem;font-weight:500;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.category-feature{background:#e3f2fd;color:#1565c0}.category-bugfix{background:#ffebee;color:#c62828}.category-improvement{background:#e8f5e8;color:#2e7d32}.category-security{background:#fff3e0;color:#ef6c00}.category-performance{background:#f3e5f5;color:#7b1fa2}.category-design{background:#fce4ec;color:#ad1457}.category-documentation{background:#f1f8e9;color:#558b2f}.changelog-content{display:flex;flex-direction:column;gap:16px}.changelog-title{color:var(--color-black);font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin:0}.changelog-title:hover{text-decoration:underline}.changelog-image{border-radius:var(--radius-card);max-width:100%;overflow:hidden}.changelog-image img{width:100%}.changelog-body{color:var(--color-black);line-height:1.6}.changelog-body h1,.changelog-body h2,.changelog-body h3,.changelog-body h4,.changelog-body h5,.changelog-body h6{font-family:var(--font-heading);margin-bottom:.5em;margin-top:1.5em}.changelog-body p{margin-bottom:1em;margin-top:0}.changelog-body ol,.changelog-body ul{margin-bottom:1em;padding-left:1.5em}.changelog-body li{margin-bottom:.5em}.changelog-body code{background:var(--color-gray-light);border-radius:4px;font-size:.9em;padding:2px 6px}.changelog-body pre{background:var(--color-gray-light);border-radius:var(--radius-card);margin:1em 0;overflow-x:auto;padding:16px}@media only screen and (max-width:768px){.changelog-item{gap:16px;grid-template-columns:1fr;padding:20px 16px}.changelog-date{align-items:center;flex-direction:row;justify-content:space-between}.changelog-title{font-size:1.25rem}}
