/*
 * This file is a part of InfiniBrowser — https://infinibrowser.wiki/
 * Copyright (c) zeroptr. All rights reserved.
 */
header{margin-top:1rem!important}.document{font-size:1.1rem}.document,.document *{user-select:text}.sections{margin:16px 0;display:flex;flex-wrap:wrap;align-content:end;align-items:end;gap:8px}div.section{font-family:inherit;padding:.75rem 1.25rem;border-radius:.5rem;font-size:1rem;font-weight:500;background:0 0;outline:0;border:none;transition:background-color .3s,color .3s;cursor:pointer;color:#999;margin:0}div.section:focus,div.section:hover{background-color:#2f2f36;color:#bbb}div.section.selected{background-color:#2f2f36;border-bottom-color:#bbf;font-weight:600;color:#bbf}h1,h2{padding:0;margin:0}p{padding:.4rem 0;margin:0}h2{margin:.5rem 0;font-size:2rem}a{font-weight:unset;color:#bbf}ul li{margin-bottom:.5rem}ul p{margin:0;padding:0}ul ul{margin:.5rem 0}.loadstart{animation:.2s ease-in-out loadstart;transform-origin:50% 50vh}.loadend{animation:.2s ease-in-out loadend;transform-origin:50% 50vh}@keyframes loadstart{to{scale:0.97;opacity:0}}@keyframes loadend{from{scale:0.97;opacity:0}}main{padding-bottom:5rem}.ud{text-decoration:underline dotted;color:#ddf}h2:first-of-type,h2:nth-of-type(7){color:#fbb}h2:nth-of-type(2),h2:nth-of-type(8){color:#ffb}h2:nth-of-type(3){color:#bfb}h2:nth-of-type(4){color:#bff}h2:nth-of-type(5){color:#bbf}h2:nth-of-type(6){color:#fbf}.changelog{border-left:2px solid #fff;padding-left:2rem;padding-bottom:.5rem;margin-left:1rem;position:relative}.changelog::before{content:"";top:.2rem;left:-.8rem;position:absolute;background-color:#18181b;border:2px solid #fff;border-radius:100%;display:inline-block;width:1.5rem;height:1.5rem}.changelog[data-type=major]::before{background-color:#fff}.changelog .title{display:flex;align-items:center;align-content:center;margin-bottom:.5rem;gap:.5rem}.changelog .title .version{color:#9cf;font-weight:900;font-size:1.5rem}.changelog[data-type=major] .title .version{color:#99f}.changelog .title .version::after{content:"•";color:#888;margin-left:.5rem;font-size:1.5rem}.changelog .title .date{color:#888}.hl{font-weight:700;color:#bbf}p.note{font-size:1rem;color:#aaa}