/* /static/css/all/themes/dark/common-rules.dark.css */
:root{--color-front:#fff;--color-bg:#000;--glass-border-color:rgba(255,255,255,.1)}

/* /static/css/all/themes/dark/links.dark.css */
.document a:hover,.document a:focus,.document a:active{color:var(--color-front)}.document a:visited:hover,.document a:visited:focus,.document a:visited:active{color:var(--color-front)}

/* /static/css/all/themes/dark/links.dark.css */
.document a:hover,.document a:focus,.document a:active{color:var(--color-front)}.document a:visited:hover,.document a:visited:focus,.document a:visited:active{color:var(--color-front)}

/* /static/css/all/themes/dark/document.dark.css */
.document code,.document pre>code{background-color:rgba(255,255,255,.15)}

/* /static/css/all/themes/dark/layout.full.dark.css */
.container{box-shadow:0 3px 30px #000}header .nav-main table thead tr th a:hover:before,header .nav-main table thead tr th a:focus:before,header .nav-main table thead tr th a:active:before,header .nav-main table thead tr th a.selected:before{filter:contrast(.5) sepia(80%) brightness(202%) hue-rotate(-201deg) saturate(4)}header .nav-main table thead tr th a:hover b,header .nav-main table thead tr th a:focus b,header .nav-main table thead tr th a:active b,header .nav-main table thead tr th a.selected b{text-shadow:0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd}header .nav-main table thead tr th a:hover span,header .nav-main table thead tr th a:focus span,header .nav-main table thead tr th a:active span,header .nav-main table thead tr th a.selected span{text-shadow:0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd,0 0 10px #0078bd}

/* /static/css/all/themes/dark/static/layout.full.dark.static.css */
body,.glass:before{background:#03030f url(/static/img/content/circuit_dark.jpg) center top/cover fixed}.glass{backdrop-filter:blur(10px) brightness(400%) hue-rotate(-14deg)}.glass:before{filter:blur(4px) contrast(.7) hue-rotate(-10deg) saturate(6) brightness(30%)}@keyframes moon{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes electron{0%{top:2px;left:5px}10%{top:6.2px;left:6.2px}20%{top:9.2px;left:8.7px}30%{top:11px;left:12px}40%{top:11px;left:17px}50%{top:15px;left:14px}60%{top:16.5px;left:9px}70%{top:15.5px;left:5px}80%{top:11.5px;left:1.5px}90%{top:6px;left:1px}100%{top:2px;left:5px}}button.icon-theme-dark-animated:before{z-index:11}button.icon-theme-dark-animated:after{position:absolute;z-index:10;content:'';height:6px;width:6px;filter:blur(1px);background-color:var(--color-front);border-radius:50%;display:inline-block;opacity:0}button.icon-theme-dark-animated:hover:before,button.icon-theme-dark-animated:focus:before,button.icon-theme-dark-animated:active:before{animation:moon .5s ease-in-out 0s infinite normal}button.icon-theme-dark-animated:hover:after,button.icon-theme-dark-animated:focus:after,button.icon-theme-dark-animated:active:after{opacity:1;animation:electron 1s linear 0s infinite normal}