html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-primary: #ffffff;--bg-secondary: #f3f3f3;--bg-hover: #e9e9e9;--text-primary: #000000;--text-secondary: #7f8089;--link: #3459e6;--border-light: #e9e9e9;--border-primary: #dddddd;--border-input: #cccccc;--border-secondary: #777777;--mask: rgba(255, 255, 255, 0.85);--error-color: #a30008;--warning-color: #f0ad4e;--success-color: #2F933C;--info-color: #1683d8}body{background:var(--bg-primary);color:var(--text-primary);font-size:14px;font-family:-apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;padding:0;margin:0}*{box-sizing:border-box}a{text-decoration:none;color:var(--link)}.container,main{width:100%;margin:0 auto;max-width:970px}.flex{display:flex;align-items:flex-start;justify-content:space-between}.px-15{padding-left:15px;padding-right:15px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.hide{display:none}.text-secondary{color:var(--text-secondary)}.text-normal{font-weight:400}.video{max-width:700px;margin:0 auto}.video>iframe{aspect-ratio:16 / 9;width:100%}pre,code{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}pre{background-color:var(--bg-secondary);padding:10px;overflow:auto;font-size:12px;max-height:180px;color:var(--text-secondary)}nav{width:374px}h1,h2,h3,h4,h5,h6{font-weight:550}h1,h2,h3,h4,h5,h6,p,blockquote,pre,summary,details,table,ul,ol{margin:0 0 30px}strong{font-weight:600}p{line-height:24px}.mb-25{margin:0 0 45px}h1{font-size:28px;line-height:30px}h2{font-size:22px;line-height:34px;border-bottom:1px solid var(--border-light)}h3{font-size:20px;line-height:22px}h4{font-size:16px;line-height:18px}h5{font-size:15px;line-height:17px}h6{font-size:14px;line-height:16px}del{text-decoration:line-through;color:var(--text-secondary)}ul{list-style:none;padding:0}ul.buttons{display:flex;justify-content:center;flex-wrap:wrap}ul.buttons li{margin:5px}ul.buttons li a{display:flex;border:1px solid var(--border-light);padding:15px 20px;font-weight:bold;border-radius:10px;justify-content:space-between;align-items:center}ul.buttons li a img{width:24px;height:24px;margin-right:8px}ul.buttons li a:hover{background-color:var(--bg-secondary)}blockquote{color:var(--text-secondary)}article>*:last-child,blockquote>*:last-child{margin-bottom:0 !important}article{width:100%;text-align:center}header{position:sticky;top:0;margin-bottom:40px;border-bottom:1px solid var(--border-light);background-color:var(--bg-primary);z-index:1}header .logo{display:flex;align-items:center;height:50px;padding-left:15px}header .logo img{width:30px;height:30px;margin-right:15px}header .theme{padding:0 15px;height:50px;display:flex;align-items:center}header .theme .icon-switcher{cursor:pointer;height:50px;padding:0 5px;appearance:none;border:none;background:transparent;color:var(--text-secondary);font-size:16px}header .theme .icon-switcher:hover{color:var(--link)}header .theme .icon-switcher::before{content:'\e80e';margin:0;display:block}html[data-theme-mode='dark'] header .theme .icon-switcher::before{content:'\e805'}html[data-theme-mode='light'] header .theme .icon-switcher::before{content:'\e804'}header .lang{margin-right:auto;margin-bottom:0;height:50px;display:flex;align-items:center}header .lang .icon-language{color:var(--text-secondary)}header .lang .icon-language::before{display:block}header .lang select{border:none;border-radius:0;display:block;padding:5px;cursor:pointer;background-color:var(--bg-primary);color:var(--text-secondary);-moz-appearance:none;-webkit-appearance:none;appearance:none}header .lang select:hover{color:var(--link)}header details{display:none;line-height:40px;margin:0}header details summary{padding:0 15px;margin:4px 15px;border:1px solid var(--border-primary);cursor:pointer}header .menu a{display:inline-block;line-height:50px;padding:0 15px;color:var(--text-primary)}header .menu a:hover{color:var(--link)}header .menu a.active{font-weight:600}footer .container .footer{border-top:1px solid var(--border-light);padding-top:20px;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}footer .container .footer .grid{width:24%;padding-bottom:20px}footer .container .footer .grid li{line-height:30px}footer .container .footer .grid>*:last-child{margin-bottom:0}table{width:100%;border-collapse:collapse;table-layout:fixed;border:1px solid var(--border-primary)}table thead th{padding:10px 8px;font-size:14px;font-weight:550;text-align:left;border-bottom:2px solid var(--border-primary)}table tbody tr td{padding:8px;font-size:13px;border-bottom:1px solid var(--border-primary)}table tbody tr:nth-child(odd){background-color:var(--bg-secondary)}table tbody tr:hover{background-color:var(--bg-hover)}@media screen and (max-width: 991px){.flex{flex-direction:column}header .flex{flex-wrap:wrap;flex-direction:row}header details{display:block}header details[open] ~ .menu{display:block}header .menu{border-bottom:1px solid var(--border-primary);width:100%;display:none;position:absolute;top:51px;z-index:100;background-color:var(--bg-primary)}header .menu a{line-height:40px;display:block}nav{width:100%}.narrow-hide{display:none}footer .container .footer .grid{width:49%}}@media screen and (max-width: 576px){footer .container .footer .grid{width:100%}.phone-hide{display:none}}
