.patch-notes-list{display:flex;flex-direction:column;gap:18px;margin-top:16px}html[data-theme=dark] .patch-note-item{background:var(--panel,#1f2937)!important;border-color:var(--line,#374151)!important;color:#e5e7eb!important}html[data-theme=dark] .patch-note-item strong{color:#f9fafb}html[data-theme=dark] .patch-note-item ul li{color:#d1d5db}html[data-theme=dark] .patch-note-item code{background:rgba(255,255,255,.08)!important;color:#d1d5db!important}html[data-theme=dark] .patch-note-head>span:last-of-type,html[data-theme=dark] .patch-note-head>span[style*=text-muted]{color:#9ca3af!important}html[data-theme=dark] .patch-kind--feature{background:rgba(34,197,94,.18)!important;color:#86efac!important}html[data-theme=dark] .patch-kind--fix{background:rgba(245,158,11,.18)!important;color:#fcd34d!important}html[data-theme=dark] .patch-kind--security{background:rgba(239,68,68,.18)!important;color:#fca5a5!important}html[data-theme=dark] .patch-kind--ui{background:rgba(20,184,166,.2)!important;color:#5eead4!important}.patch-note-head{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.patch-note-head__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.patch-note-head__spacer{flex:1}.patch-note-head__date{font-size:12px;color:var(--text-muted,#888);font-variant-numeric:tabular-nums}.patch-note-head__ver{font-size:11px;color:var(--text-muted,#888);background:var(--surface-2,#f7f7fa);padding:2px 6px;border-radius:4px}.patch-note-head__title{font-size:16px;line-height:1.35;display:block}.patch-note-items{padding-left:0;margin:0;list-style:none;line-height:1.7;font-size:14px}.patch-note-items li{position:relative;padding-left:14px;word-break:break-word;margin:4px 0}.patch-note-items li:before{content:"·";position:absolute;left:4px;top:0;color:var(--text-muted,#888);font-weight:700}@media (max-width:560px){.patch-note-item{padding:12px 14px!important}.patch-note-head__title{font-size:14px}.patch-note-items{font-size:13px}.patch-note-head__ver{display:none}}