:root{--bg: #ffffff;--text: #000000;--dim: #666666;--border: #e0e0e0}*{box-sizing:border-box}body{display:flex;justify-content:center;margin:0;padding:5vw;line-height:1.6;background-color:var(--bg);color:var(--text);font-family:Menlo,Courier,monospace}body>section{width:100%;max-width:720px}body>section>header{display:flex;flex-flow:column;gap:2rem;border-bottom:2px solid var(--text);padding-bottom:1.5rem;margin-bottom:2.5rem}body>section>header>section:first-child{display:flex;justify-content:flex-start;align-items:center;gap:2rem;width:100%}body>section>header>section:first-child>section{display:flex;flex-flow:column;gap:0}body>section>header>section:first-child>section>h1{display:flex;align-items:center;gap:.5rem;font-size:x-large;margin:0;letter-spacing:-0.5px}body>section>header>section:first-child>section>h1>span{width:.5rem;height:1.2rem;background:var(--text);vertical-align:middle;animation:blink 1s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}body>section>header>section:first-child>section>p{font-size:small;color:var(--dim)}body>section>header>section:first-child>section>p>a{color:var(--dim)}body>section>header>section:nth-child(2){margin:0}body>section>header>section:nth-child(2)>a{color:var(--text);text-decoration:none;border:1px solid var(--text);padding:.25rem .375rem .25rem .5rem;font-size:small;margin-right:10px;transition:all .2s}@media(hover: hover){body>section>header>section:nth-child(2)>a:hover{background:var(--text);color:var(--bg)}}body>section>section{margin-bottom:50px}body>section>section>strong{display:block;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);font-size:medium}body>section>section>section{position:relative;padding-left:20px;border-left:1px solid var(--text);margin-left:5px}body>section>section>section>div{position:relative;margin-bottom:2rem}body>section>section>section>div::before{content:"";position:absolute;left:-1.5rem;top:.5rem;width:.5rem;height:.5rem;background:var(--text);border-radius:50%}body>section>section>section>div>a:first-child,body>section>section>section>div>p:first-child{display:flex;align-items:center;gap:.75rem;font-weight:bold;font-size:small}body>section>section>section>div>a:first-child>strong,body>section>section>section>div>p:first-child>strong{font-size:medium;color:var(--text)}body>section>section>section>div>a:first-child[data-tag=FEAT]>span.tag,body>section>section>section>div>p:first-child[data-tag=FEAT]>span.tag{background:#2563eb}body>section>section>section>div>a:first-child[data-tag=FIX]>span.tag,body>section>section>section>div>p:first-child[data-tag=FIX]>span.tag{background:#dc2626}body>section>section>section>div>a:first-child[data-tag=UPDATE]>span.tag,body>section>section>section>div>p:first-child[data-tag=UPDATE]>span.tag{background:#7c3aed}body>section>section>section>div>a:first-child[data-tag=ADD]>span.tag,body>section>section>section>div>p:first-child[data-tag=ADD]>span.tag{background:#059669}body>section>section>section>div>a:first-child[data-tag=REMOVE]>span.tag,body>section>section>section>div>p:first-child[data-tag=REMOVE]>span.tag{background:#9ca3af}body>section>section>section>div>a:first-child[data-tag=REFACTOR]>span.tag,body>section>section>section>div>p:first-child[data-tag=REFACTOR]>span.tag{background:#d97706}body>section>section>section>div>a:first-child[data-tag=PERF]>span.tag,body>section>section>section>div>p:first-child[data-tag=PERF]>span.tag{background:#0891b2}body>section>section>section>div>a:first-child[data-tag=STYLE]>span.tag,body>section>section>section>div>p:first-child[data-tag=STYLE]>span.tag{background:#6b7280}body>section>section>section>div>a:first-child[data-tag=DOC]>span.tag,body>section>section>section>div>p:first-child[data-tag=DOC]>span.tag{background:#64748b}body>section>section>section>div>a:first-child[data-tag=TEST]>span.tag,body>section>section>section>div>p:first-child[data-tag=TEST]>span.tag{background:#0d9488}body>section>section>section>div>a:first-child[data-tag=CHORE]>span.tag,body>section>section>section>div>p:first-child[data-tag=CHORE]>span.tag{background:#78716c}body>section>section>section>div>a:first-child[data-tag=SECURITY]>span.tag,body>section>section>section>div>p:first-child[data-tag=SECURITY]>span.tag{background:#b45309}body>section>section>section>div>a:first-child[data-tag=BREAKING]>span.tag,body>section>section>section>div>p:first-child[data-tag=BREAKING]>span.tag{background:#7f1d1d;color:#fca5a5}body>section>section>section>div>a:first-child[data-tag=RELEASE]>span.tag,body>section>section>section>div>p:first-child[data-tag=RELEASE]>span.tag{background:#166534;color:#bbf7d0}body>section>section>section>div>a:first-child>span,body>section>section>section>div>p:first-child>span{text-decoration:none}body>section>section>section>div>a:first-child>span.date,body>section>section>section>div>p:first-child>span.date{font-weight:400;font-size:small;color:var(--dim)}body>section>section>section>div>a:first-child>span.tag,body>section>section>section>div>p:first-child>span.tag{background:#000;color:#fff;font-size:x-small;padding:.125rem .5rem}body>section>section>section>div p:nth-child(2){margin-top:.25rem;font-size:small;color:var(--text)}body>section>section>section>div>a,body>section>section>section>div>a *{text-decoration:none}body>section>section>section>div>a strong{text-decoration:underline}body>section>footer{margin-top:5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:small;color:var(--dim)}
