html,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-synthesis:none;--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--muted-foreground:oklch(55.2% .016 285.938);--border:oklch(92% .004 286.32);--entry-border:#e5e7eb;--accent:oklch(96.7% .001 286.375);--date-fg:#6b7280;--body-text:oklch(44% .016 285.938);--primary:oklch(59% .2 258.64);--scrollbar-thumb:oklch(87% .004 286.32);--scrollbar-thumb-hover:oklch(75% .008 286.32);background:var(--background);color:var(--foreground);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body[data-theme=dark]{--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--muted-foreground:oklch(70.5% .015 286.067);--border:oklch(100% 0 0/.1);--entry-border:oklch(27.4% .006 286.033);--accent:oklch(27.4% .006 286.033);--date-fg:#9ca3af;--body-text:oklch(78% .012 286.033);--scrollbar-thumb:oklch(100% 0 0/.14);--scrollbar-thumb-hover:oklch(100% 0 0/.26)}a{color:var(--primary);text-decoration:none}a:hover{text-underline-offset:4px;text-decoration:underline}::placeholder{color:var(--muted-foreground)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--scrollbar-thumb);border:3px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.page{background:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex}.site-header{z-index:20;border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.brand{color:var(--foreground);align-items:center;gap:10px;display:flex}.brand:hover{text-decoration:none}.brand-mark{object-fit:contain;border-radius:6px;display:block}.brand-name{letter-spacing:-.01em;font-size:14px;font-weight:600}.brand-sub{color:var(--muted-foreground);font-size:15px;font-weight:400}.theme-toggle{width:36px;height:36px;color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6.4px;justify-content:center;align-items:center;transition:background-color .15s;display:inline-flex}.theme-toggle:hover{background:var(--accent)}.icon-system,.icon-sun,.icon-moon{display:none}body[data-theme-mode=system] .icon-system,body[data-theme-mode=light] .icon-sun,body[data-theme-mode=dark] .icon-moon{display:block}.shell{flex:1;align-items:flex-start;width:100%;max-width:1280px;margin:0 auto;display:flex}.sidebar{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:transparent transparent;flex-direction:column;flex:0 0 232px;align-self:flex-start;gap:2px;max-height:calc(100vh - 64px);padding:32px 8px 48px 24px;display:flex;position:sticky;top:64px;overflow-y:auto}.sidebar:hover,.sidebar:focus-within{scrollbar-color:var(--scrollbar-thumb) transparent}.sidebar::-webkit-scrollbar-thumb{background-color:#0000;transition:background-color .15s}.sidebar:hover::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.sidebar:focus-within::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.sidebar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.sidebar-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);padding:0 8px 8px;font-size:12px;font-weight:500}.ver-link{border-radius:6.4px;flex-direction:column;gap:1px;padding:7px 8px;text-decoration:none;transition:background-color .15s;display:flex}.ver-link:hover{background:var(--accent);text-decoration:none}.ver-link[data-active=true]{background:var(--accent)}.ver-label{color:var(--foreground);font-size:13px;font-weight:500}.ver-link[data-active=true] .ver-label{color:var(--primary)}.main{flex:1;min-width:0;padding:32px 24px 96px 32px}.mobile-select-wrap{flex-direction:column;gap:8px;margin-bottom:20px;display:none}.mobile-select{appearance:none;border:1px solid var(--border);width:100%;height:36px;color:var(--foreground);background:0 0;border-radius:6.4px;padding:0 12px;font-family:inherit;font-size:14px}.main-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.main-title{letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600;line-height:32px}.search-wrap{width:260px;max-width:100%;position:relative}.search-input{box-sizing:border-box;border:1px solid var(--border);width:100%;height:36px;color:var(--foreground);background:0 0;border-radius:6.4px;outline:none;padding:0 34px 0 12px;font-family:inherit;font-size:14px;transition:color .15s,box-shadow .15s;box-shadow:0 1px 2px #0000000d}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklab, var(--primary) 50%, transparent)}.search-icon{color:var(--muted-foreground);display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.back-link{color:var(--muted-foreground);align-items:center;gap:6px;margin-top:16px;font-size:13px;display:inline-flex}.entries{margin-top:8px}.release{border-bottom:1px solid var(--entry-border);flex-direction:column;gap:4px;padding:40px 0;display:flex}.release:last-of-type{border-bottom:none}.release-date{color:var(--date-fg);letter-spacing:.1em;font-size:12px;font-weight:500}.notes{color:var(--body-text);font-size:14px;line-height:25px}.notes>:first-child{margin-top:8px}.notes h2{color:var(--foreground);margin:32px 0 0;font-size:20px;font-weight:600;line-height:28px}.notes h3{color:var(--foreground);margin:20px 0 0;font-size:18px;font-weight:600;line-height:28px}.notes p{margin:6px 0}.notes ul{flex-direction:column;gap:2px;margin:4px 0 4px 24px;padding:0;list-style:outside;display:flex}.notes ol{flex-direction:column;gap:2px;margin:4px 0 4px 24px;padding:0;list-style:decimal;display:flex}.notes li{margin:0}.notes strong{color:var(--foreground);font-weight:600}.empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:72px 24px;display:none}.empty-title{font-size:14px;font-weight:500}.empty-sub{color:var(--muted-foreground);font-size:13px}@media (width<=860px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.main{padding:24px 20px 96px!important}}.notes h2.has-icon{align-items:center;gap:10px;display:flex}.notes .section-icon{color:var(--primary);flex:none}
