body {
    font-family: "Helvetica Neue", "Luxi Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
}

.image-grid {
    display: grid;
    grid: auto-flow 160px/repeat(4, 25%);
    align-items: center;
    justify-items: center
}

.image-grid a.image-grid-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: var(--box-border-radius);
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: background-color .2s;
    background-color: #fff
}

.image-grid a.image-grid-item:hover {
    background-color: #f0f0f0
}

.image-grid a.image-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.cell.image-title h2 {
    margin: 0;
    padding: 5px 0;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    word-break: break-word
}

.cell.image-title .pixelated-toggle {
    min-width: 200px;
    margin-left: 10px
}

.image-info {
    background-image: url(https://assets.oa0.com/img/shadow_light.png);
    background-repeat: repeat no-repeat
}

.image-view {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    min-width: 160px;
    min-height: 160px;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    padding: 5px;
    text-decoration: none;
    border-radius: var(--box-border-radius);
    transition: background-color .2s;
    background-color: #fff
}

.image-view:hover {
    background-color: #f0f0f0
}

.image-view img {
    display: block;
    max-width: 100%;
    image-orientation: from-image
}

.image-admin-info>* {
    display: block
}

.image-admin-info .info {
    margin-top: 10px
}

.image-share {
    margin: 0
}

.image-share>li {
    list-style: none
}

.image-share>li input {
    display: block;
    margin-top: 5px
}

.image-share>li:not(:first-of-type) {
    margin-top: 10px
}

.image-edit {
    display: flex;
    text-align: left;
    font-size: 14px
}

.image-edit .image-edit-info {
    width: 160px;
    background-color: var(--box-background-alt-color)
}

.image-edit .image-edit-info img {
    display: block
}

.image-edit .image-edit-info span {
    display: block;
    margin: 5px 10px
}

.image-edit #image-edit-form {
    flex: 1 1 1px;
    padding: 0 var(--box-padding)
}

.no-token-created {
    margin: 10px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 16px;
    color: var(--color-fade)
}

.token-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    margin: 10px;
    padding: 10px 20px 10px 30px;
    background-image: linear-gradient(180deg, #3498db 60%, #258cd1 100%)
}

.token-info {
    flex: 1
}

.token-token {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Panic Sans", Menlo;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: left
}

.token-desc {
    font-size: 12px;
    text-align: left;
    color: #fff
}

.token-delete,
.token-download {
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    box-sizing: border-box
}

.token-delete a:link,
.token-delete a:visited,
.token-download a:link,
.token-download a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1
}

.token-delete:hover,
.token-download:hover {
    background-color: rgba(0, 0, 0, .1)
}

.radio-group {
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 2px;
    font-size: 14px;
    line-height: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    display: inline-flex
}

.radio-group>input[type=radio] {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    pointer-events: none
}

.radio-group>input[type=radio]+label {
    padding: 5px 14px 5px 14px;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 100%;
    font-size: 14px;
    transition: .25s ease
}

.radio-group>input[type=radio]:checked+label {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.note {
    font-size: 15px;
    line-height: 150%;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo"
}

.note_item {
    padding: 10px;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    border-bottom: 1px solid #e2e2e2
}

.note_item:hover {
    background-color: #f9f9f9
}

.note_item_icon_arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_arrow.png);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_icon_code {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_code.png);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_icon_note {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_note.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_icon_note_arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_note_arrow.png);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_icon_document_rich {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_document.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_icon_folder {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(https://assets.oa0.com/img/ico_folder_blue_20211010.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -2px
}

.note_item_info {
    display: inline-block;
    float: right;
    color: var(--color-gray);
    vertical-align: middle;
    margin-top: 3px
}

.note_item_title {
    display: inline-block;
    font-size: 14px;
    line-height: 120%
}

.note_editor {
    width: 100%;
    box-sizing: border-box;
    border: none;
    resize: none;
    background-color: transparent;
    color: var(--box-foreground-color);
    outline: 0;
    font-size: 15px;
    line-height: 150%;
    font-family: "Helvetica Neue", "Hiragino Sans GB";
    max-height: calc(100vh - 480px)
}

.clock-city {
    padding-left: var(--component-margin)
}

.clock-city-name {
    font-family: "Eurostile LT Pro Unicode", "Helvetica Neue";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.clock-city-datetime {
    font-size: 14px
}

.badges {
    display: inline-flex;
    cursor: default
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: auto;
    line-height: 1;
    padding: 1px 3px 1px 3px;
    border-top: 1px solid #1484cd;
    border-bottom: 1px solid #1484cd
}

.badge:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #1484cd
}

.badge:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #1484cd
}

.badge.mod {
    background-color: #1484cd;
    color: #fff
}

.badge.op {
    background-color: transparent;
    color: #1484cd
}

.comment-item {
    border-bottom: 1px solid var(--box-border-color);
    display: flex;
    padding: 10px;
    text-align: left;
    gap: 10px
}

.comment-item-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.comment-item-user {
    font-size: 14px;
    font-weight: 500;
    display: flex
}

.comment-item-username {
    flex: 1
}

.comment-item-when {
    color: var(--color-gray);
    font-weight: 400
}

.comment-item-content {
    font-size: 14px;
    line-height: 1.6
}

.monetization-label {
    padding: 20px;
    background-color: var(--color-fade);
    color: var(--color-foreground);
    font-size: 32px;
    border-radius: 64px
}

.monetization-toolbar {
    display: flex;
    gap: 10px;
    position: sticky;
    align-items: center;
    top: 0;
    background-color: var(--box-background-color);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

.monetization-item-info {
    flex: 1;
    font-size: 14px;
    display: flex;
    gap: 10px
}

.monetization-buttons {
    display: flex;
    gap: 5px
}

@media screen and (max-width:500px) {
    .monetization-toolbar {
        flex-direction: column
    }
}

.xna-entry {
    display: flex;
    align-items: center
}

.xna-entry-avatar-container {
    margin-right: 10px
}

.xna-default-avatar {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    background-image: url(https://assets.oa0.com/img/xna/default-avatar.png);
    display: block;
    vertical-align: bottom
}

.xna-entry-main-container {
    flex: 1
}

.xna-entry-title {
    margin-bottom: 10px;
    line-height: 100%;
    font-size: 16px
}

.xna-entry-info {
    font-size: 12px;
    color: var(--color-fade);
    line-height: 100%
}

.xna-source-author {
    font-weight: 700
}

.xna-delete-button {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url(https://assets.oa0.com/img/xna/del.svg);
    padding: 4px;
    border: 1px solid var(--box-border-color);
    border-radius: 4px;
    filter: var(--icon-filter)
}

.xna-fetch-button {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url(https://assets.oa0.com/img/xna/fetch.svg);
    padding: 4px;
    border: 1px solid var(--box-border-color);
    border-radius: 4px;
    filter: var(--icon-filter)
}

.xna-delete-button:hover,
.xna-fetch-button:hover {
    border-color: #000;
    filter: var(--icon-hover-filter)
}

.xna-backstage-source {
    display: flex;
    align-items: center
}

.xna-backstage-source-avatar-container {
    width: 48px;
    height: 48px;
    margin-right: 10px
}

.xna-backstage-source-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.xna-backstage-source-container-main {
    flex: 1
}

.xna-backstage-source-info {
    font-size: 12px
}

.app-version-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.app-icon {
    max-width: 40%
}

.app-name {
    font-size: 24px;
    font-weight: 700
}

.planet-post {
    display: flex;
    gap: 10px;
    align-items: top;
    transition: background-color .15s ease-in-out
}

.planet-post:hover {
    background-color: var(--box-background-hover-color)
}

.planet-post-avatar-container {
    width: 48px;
    min-height: 48px
}

.planet-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.planet-post-main-container {
    flex: 1;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.planet-site-header {
    display: flex;
    gap: 10px;
    font-size: 14px;
    flex-wrap: wrap
}

.planet-site-title {
    font-weight: 500
}

.planet-site-address {
    color: var(--color-gray);
    font-family: var(--code-font)
}

.planet-site-error-message {
    font-weight: 600
}

.planet-post-time {
    color: var(--color-gray)
}

.planet-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    display: block
}

.planet-post-content-toggle {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5
}

.planet-post-content img {
    border-radius: 10px;
    max-height: 500px;
    max-width: 100%;
    border: 1px solid var(--box-border-color);
    overflow: hidden;
    cursor: pointer
}

.planet-post-content hr:last-child {
    display: none
}

.planet-post-images {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

.planet-post-image {
    max-width: 100%;
    max-height: 500px;
    border-radius: 10px;
    border: 1px solid var(--box-border-color);
    overflow: hidden;
    display: block;
    cursor: pointer
}

.planet-post-video video {
    max-width: 100%;
    max-height: 500px;
    border-radius: 10px;
    border: 1px solid var(--box-border-color);
    overflow: hidden;
    display: block;
    box-sizing: border-box
}

.planet-post-audio {
    display: block;
    width: 100%
}

.planet-post-audio audio {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 25px;
    border: 1px solid var(--box-border-color);
    background-color: var(--box-background-alt-color);
    box-shadow: var(--small-shadows)
}

.planet-post-footer {
    display: flex;
    margin-top: 5px
}

.planet-post-footer-part {
    flex: 1;
    max-width: 140px;
    font-size: 12px;
    color: var(--color-gray);
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center
}

.planet-post-footer-icon {
    filter: var(--icon-filter);
    width: 14px;
    height: 14px;
    display: block
}

.planet-post-footer-icon.nofilter {
    filter: none
}

#planet-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

#planet-modal-image {
    margin: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    border-radius: var(--media-border-radius);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadows);
    cursor: pointer
}

.planet-comment-content ul,
.planet-post-content ul {
    margin-left: 0;
    padding-inline-start: 1.4em
}

.planet-comment-content ul:has(input[type=checkbox]),
.planet-post-content ul:has(input[type=checkbox]) {
    padding-inline-start: 0
}

.planet-comment-content li input[type=checkbox],
.planet-post-content li input[type=checkbox] {
    display: none
}

.planet-comment-content li:has(input[type=checkbox]),
.planet-post-content li:has(input[type=checkbox]) {
    list-style-type: none;
    margin-left: 0;
    pointer-events: none
}

.planet-comment-content li:has(input[type=checkbox]:not(:checked):disabled)::before,
.planet-post-content li:has(input[type=checkbox]:not(:checked):disabled)::before {
    background-image: url(https://assets.oa0.com/img/planet/circle.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 1.25em;
    height: 1em;
    background-size: 1em 1em;
    margin-top: 2px;
    filter: var(--icon-hover-filter);
    pointer-events: all
}

.planet-comment-content li:has(input[type=checkbox]:checked:disabled)::before,
.planet-post-content li:has(input[type=checkbox]:checked:disabled)::before {
    background-image: url(https://assets.oa0.com/img/planet/checkmark.circle.fill.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 1.25em;
    height: 1em;
    background-size: 1em 1em;
    margin-top: 1px;
    filter: var(--icon-hover-filter);
    pointer-events: all
}

.site-banner {
    width: 100%;
    height: 120px;
    background-color: var(--box-background-alt-color)
}

.site-avatar {
    width: 96px;
    height: 96px;
    background-size: 96px 96px;
    background-repeat: no-repeat;
    border-radius: 96px;
    position: relative;
    top: -60px;
    left: 20px;
    border: 3px solid var(--box-background-color)
}

.site-title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-top: -40px;
    padding-left: 20px
}

.site-address {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
    color: var(--color-gray);
    margin-top: 5px
}

.planet-post-comment-input {
    box-sizing: border-box;
    font-family: var(--code-font);
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
    width: 100%;
    border: none;
    display: block;
    resize: vertical;
    min-height: 50px;
    max-height: 300px
}

.planet-comment-section {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid var(--box-border-color);
    padding: 10px 20px 6px 20px;
    font-size: 14px;
    line-height: 1.6;
    background-color: var(--box-background-alt-color)
}

.comment-icon {
    width: 1em;
    height: 1em;
    display: block;
    background-image: url(https://assets.oa0.com/img/planet/comment.svg);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    filter: var(--icon-filter)
}

.planet-comment {
    padding: 15px 20px 10px 20px;
    text-align: left;
    display: flex;
    border-bottom: 1px solid var(--box-border-color);
    gap: 10px;
    transition: background-color .15s ease-in-out
}

.planet-comment:hover {
    background-color: var(--box-background-hover-color)
}

.planet-comment-header {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center
}

.planet-comment-avatar-container img {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: none
}

.planet-comment-main-container {
    flex: 1;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.planet-comment-content {
    font-size: 16px;
    line-height: 1.6
}

.planet-comment-time {
    color: var(--color-gray);
    font-weight: 400
}

.planet-comment .planet-comment-action {
    visibility: hidden
}

.planet-comment:hover .planet-comment-action {
    visibility: visible
}

.planet-comment-actions {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end
}

a.planet-comment-action:link,
a.planet-comment-action:visited {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px
}

a.planet-comment-action:hover {
    text-decoration: none;
    background-color: var(--link-color);
    color: var(--button-background-color);
    transition: background-color .15s ease-in-out;
    box-shadow: var(--small-shadows)
}

.planet-post-like-button {
    cursor: pointer
}

@font-face {
    font-family: "Press Start 2P";
    src: url(https://assets.oa0.com/fonts/PressStart2P-Regular.ttf) format("TrueType")
}

@font-face {
    font-family: Mario;
    src: url(https://assets.oa0.com/fonts/Mario.ttf) format("TrueType")
}

@font-face {
    font-family: "Apple Logo";
    src: url(https://assets.oa0.com/fonts/apple-logo.ttf) format("TrueType");
    font-display: swap
}

:root {
    --code-font: "Consolas", "Panic Sans", "Bitstream Vera Sans Mono", "Menlo", "Microsoft Yahei", monospace;
    --box-background-color: #fff;
    --box-background-alt-color: #f9f9f9;
    --box-background-hover-color: #fafafa;
    --box-glass-color: rgba(255, 255, 255, 0.5);
    --box-thick-glass-color: rgba(255, 255, 255, 0.8);
    --box-foreground-color: #000;
    --box-border-color: #e2e2e2;
    --box-border-hover-color: #c0c0c0;
    --box-border-focus-color: #a6a6b0;
    --box-border-radius: 3px;
    --box-padding: 10px;
    --box-font-size: 14px;
    --box-line-height: 120%;
    --button-background-color: #f0f0f0;
    --button-background-hover-color: #e0e0e0;
    --button-foreground-color: #666;
    --button-foreground-hover-color: #333;
    --button-border-color: #ddd;
    --button-border-hover-color: #c0c0c0;
    --menu-shadow-color: rgba(0, 0, 0, 0.2);
    --ads-list-foreground-color: #445;
    --component-margin: 20px;
    --backdrop-blur-radius: 10px;
    --scroll-indicator-color: rgba(0, 0, 0, 0.2);
    --link-color: #778087;
    --link-visited-color: #afb9c1;
    --link-hover-color: #4d5256;
    --color-foreground: #000;
    --color-gray: #999;
    --color-fade: #ccc;
    --icon-filter: brightness(0) saturate(100%) invert(66%) sepia(6%) saturate(5%) hue-rotate(9deg) brightness(90%) contrast(95%);
    --icon-hover-filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(0%) hue-rotate(153deg) brightness(92%) contrast(102%);
    --shadows: 0 1px 2px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02);
    --small-shadows: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.02), 0 5px 8px rgba(0, 0, 0, 0.02)
}

body,
html {
    padding: 0;
    margin: 0
}

h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px 0;
    padding: 0;
    line-break: anywhere
}

h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin: 24px 0 16px 0;
    padding-bottom: .3em;
    border-bottom: 1px solid var(--box-border-color);
    word-break: break-word
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin: 20px 0 15px 0;
    padding: 0;
    word-break: break-word
}

hr {
    border: none;
    height: 2px;
    color: var(--box-border-color);
    background-color: var(--box-border-color);
    margin-top: 16px;
    margin-bottom: 16px
}

pre {
    font-family: var(--code-font);
    font-size: 13px;
    letter-spacing: .015em;
    line-height: 120%;
    white-space: pre;
    overflow: auto;
    background-color: #f5f5f5;
    word-break: normal;
    overflow-wrap: normal;
    padding: .5em
}

pre a {
    color: inherit;
    text-decoration: underline
}

code {
    font-family: var(--code-font);
    white-space: pre-wrap
}

a:active,
a:link,
a:visited {
    color: var(--link-color);
    text-decoration: none;
    word-break: break-word
}

a:hover {
    color: var(--link-hover-color);
    text-decoration: underline
}

a.entity-link:active,
a.entity-link:link {
    color: var(--link-color);
    text-decoration: none;
    word-break: break-word
}

a.entity-link:visited {
    color: var(--link-visited-color);
    text-decoration: none;
    word-break: break-word
}

a.entity-link:hover {
    color: var(--link-hover-color);
    text-decoration: underline
}

.signup_methods {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    padding: 15px
}

.signup_method {
    transition: box-shadow .4s ease,background-color .4s ease,color .4s ease;
    text-decoration: none;
    display: block;
    margin: 15px auto 15px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 52px;
    min-width: 240px;
    line-height: 100%;
    display: flex;
    box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.signup_method:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    cursor: pointer
}

.signup_method:active {
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    background-color: #333;
    color: #fff
}

.signup_method:active>.signup_method_github {
    filter: invert(100%)
}

.signup_method_icon {
    background-color: transparent;
    display: inline-block;
    width: 32px;
    height: 32px
}

.signup_method_google {
    background-image: url(https://assets.oa0.com/img/social_google.png);
    background-size: 32px 32px;
    background-repeat: no-repeat
}

.signup_method_github {
    background-image: url(https://assets.oa0.com/img/social_github.png);
    background-size: 32px;
    background-size: 32px
}

.signup_method_twitter {
    background-image: url(https://assets.oa0.com/img/social_twitter.png);
    background-size: 32px;
    background-size: 32px
}

.signup_method_label {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding-left: .8em;
    color: #000;
    width: 70%;
    text-align: center
}

.sign_in_methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.sign_in_with {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background-color: var(--box-background-color);
    border-radius: 4px;
    border: 1px solid var(--box-border-color);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-graphite);
    transition: box-shadow .25s ease,background-color .25s ease,color .25s ease;
    width: 100%;
    max-width: 400px
}

.sign_in_with:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,.075);
    background-color: var(--box-background-hover-color);
    color: var(--box-foreground-color);
    cursor: pointer
}

.sign_in_with .sign_in_with_label {
    flex: 1;
    text-align: center
}

.sign_in_with img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

a.google-signin:link {
    width: 191px;
    height: 46px;
    background-image: url(https://assets.oa0.com/img/btn_google_signin_light_normal_web@2x.png);
    background-size: 191px 46px;
    background-repeat: no-repeat;
    border: none;
    text-decoration: none;
    display: inline-block
}

a.google-signin:hover {
    background-image: url(https://assets.oa0.com/img/btn_google_signin_light_normal_web@2x.png)
}

a.google-signin:active {
    background-image: url(https://assets.oa0.com/img/btn_google_signin_light_pressed_web@2x.png)
}

a.dark:active,
a.dark:link,
a.dark:visited {
    color: gray;
    text-decoration: none
}

a.dark:hover {
    color: #385f8a;
    text-decoration: none
}

a.gray:active,
a.gray:link,
a.gray:visited {
    color: var(--color-fade);
    text-decoration: none
}

a.gray:hover {
    color: var(--color-gray);
    text-decoration: none
}

a.top:link,
a.top:visited {
    color: #556;
    text-decoration: none
}

a.top:hover {
    color: #99a;
    text-decoration: none
}

a.top:active {
    color: #001;
    text-decoration: none
}

a.tab:active,
a.tab:link,
a.tab:visited {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    border-radius: var(--box-border-radius);
    color: #555;
    -webkit-tap-highlight-color: transparent
}

a.tab:hover {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none
}

a.tab_current:active,
a.tab_current:link,
a.tab_current:visited {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #334;
    color: #fff
}

a.tab_current:hover {
    background-color: #445;
    color: #fff;
    text-decoration: none
}

a.node:active,
a.node:link,
a.node:visited {
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: var(--color-gray)
}

a.node:hover {
    text-decoration: none;
    background-color: #e2e2e2;
    color: #777
}

a.node-xl:active,
a.node-xl:link,
a.node-xl:visited {
    background-color: var(--box-background-alt-color);
    border: 1px solid var(--box-border-color);
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    border-radius: 16px;
    text-decoration: none;
    color: var(--color-gray)
}

a.node-xl:hover {
    text-decoration: none;
    background-color: var(--box-background-hover-color);
    border: 1px solid var(--color-gray);
    box-shadow: 0 0 0 2px rgba(0, 0, 200, .05)
}

a.op:active,
a.op:link,
a.op:visited,
button.op {
    background-color: var(--button-background-color);
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid var(--button-border-color);
    color: var(--button-foreground-color);
    vertical-align: baseline
}

a.op:hover,
button.op:hover {
    text-decoration: none;
    background-color: var(--button-background-hover-color);
    border: 1px solid var(--button-border-hover-color);
    color: var(--button-foreground-hover-color)
}

a.opo:active,
a.opo:link,
a.opo:visited {
    background-color: #d0d0df;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #333
}

a.opo-100:active,
a.opo-100:link,
a.opo-100:visited {
    background-color: #323a45;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #eee
}

a.opo-1000:active,
a.opo-1000:link,
a.opo-1000:visited {
    background-color: #3f6184;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #ddd
}

a.opo-50000:active,
a.opo-50000:link,
a.opo-50000:visited {
    background-color: #789;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #ccc
}

a.opo-100000:active,
a.opo-100000:link,
a.opo-100000:visited {
    background-color: #f6f7f9;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #333
}

a.tb:active,
a.tb:link,
a.tb:visited {
    font-size: 12px;
    line-height: 12px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    border-radius: 15px;
    text-shadow: 0 1px 0 #fff
}

a.tb:hover {
    background-color: rgba(255, 255, 255, .3);
    color: #000;
    text-decoration: none;
    border-radius: 15px
}

a.black:active,
a.black:link,
a.black:visited {
    color: #000;
    text-decoration: none
}

a.black:hover {
    color: #000;
    text-decoration: underline;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .2)
}

a.black_alt:link,
a.black_alt:visited {
    color: #000;
    text-decoration: none
}

a.black_alt:hover {
    color: #5a5a5a;
    text-decoration: none
}

a.black_alt:active {
    color: #000;
    text-decoration: none
}

ul {
    margin: 15px 0 15px 20px;
    padding: 0
}

ol li,
ul li {
    padding: 0;
    margin: 0
}

ol {
    margin: 1em 0 1em 2em;
    padding: 0
}

#Logo {
    width: 94px;
    height: 30px;
    background-image: url(https://assets.oa0.com/img/oa0@2x.png);
    background-size: 94px 30px;
    background-repeat: no-repeat;
    display: inline-block
}

#Top {
    text-align: center;
    background-color: var(--box-background-color);
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    background-size: 44px 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .22);
    padding: 0 20px 0 20px
}

.site-nav {
    padding-top: 6px;
    width: 100%;
    display: flex;
    align-items: center
}

.site-nav #Logo {
    width: 100px
}

.site-nav .tools {
    flex: 1 1 200px;
    text-align: right
}

.site-nav .tools * {
    margin-left: 8px
}

#search-container {
    width: 246px;
    height: 24px;
    padding-left: 30px;
    background-color: var(--box-background-hover-color);
    transition: all .15s;
    border: 1px var(--box-background-hover-color) solid;
    border-radius: 15px;
    position: relative;
    margin: 0 0 2px 10px;
    display: flex;
    align-items: center
}

#search-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 26px;
    height: 100%;
    transition: filter .15s;
    background-image: url(https://assets.oa0.com/img/search_icon_light.png);
    background-color: transparent;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    filter: opacity(40%)
}

#search-container:focus-within {
    border-color: var(--box-border-focus-color)
}

#search-container:focus-within::before {
    filter: opacity(100%)
}

#search-container #form-search {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center
}

#search-container #search {
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 1px;
    border: 0;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif;
    background-color: transparent;
    border: none
}

#search-container #search:focus {
    outline: 0
}

#search-container #search-result {
    display: none;
    position: absolute;
    background-color: var(--box-background-color);
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 10
}

#search-container #search-result .fade {
    display: block;
    margin-bottom: 8px
}

#search-container #search-result .search-item {
    display: block;
    padding: 4px;
    border-radius: var(--box-border-radius);
    color: gray
}

#search-container #search-result .search-item.active {
    color: var(--link-primary-color);
    background-color: var(--box-background-hover-color)
}

#site-header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
    height: 40px;
    background-color: var(--box-background-color);
    border-bottom: 1px solid rgba(0, 0, 0, .22)
}

#site-header #site-header-logo {
    display: block;
    width: 100px;
    height: 40px
}

#site-header #site-header-menu {
    height: 38px;
    position: relative;
    padding-right: 2px
}

#site-header #site-header-menu #menu-entry {
    height: 100%;
    background-color: transparent;
    border-radius: var(--box-border-radius);
    padding: 0 10px;
    border: none;
    outline: 0
}

#site-header #site-header-menu #menu-body {
    position: absolute;
    right: 1px;
    top: 41px;
    z-index: 1000;
    --show-dropdown: none;
    display: var(--show-dropdown);
    background-color: var(--box-background-color);
    box-shadow: 0 2px 25px var(--menu-shadow-color);
    width: 160px
}

#site-header #site-header-menu #menu-body a {
    font-size: 16px;
    display: block;
    padding: 6px;
    border-radius: 2px
}

#site-header #site-header-menu #menu-body a:active {
    background-color: var(--box-background-alt-color)
}

#site-header #site-header-menu #menu-body .tool-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle
}

#site-header #site-header-menu #menu-body .site-theme-toggle.mobile {
    height: 10px
}

#LogoMobile {
    width: 100%;
    height: 100%;
    background-image: url(https://assets.oa0.com/img/oa0@2x.png);
    background-size: 80px 25px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.menu {
    margin: 0;
    display: flex;
    align-items: stretch;
    width: 160px;
    height: 40px;
    list-style: none
}

.menu>li {
    position: relative;
    flex: 1;
    display: flex;
    margin: 0 7px;
    padding: 0;
    color: var(--box-foreground-color)
}

.menu-item>:first-child {
    flex: 1;
    line-height: 38px;
    text-align: center
}

.menu-item>:first-child:hover {
    background-color: var(--box-border-color);
    cursor: pointer
}

.menu-item>:first-child~.dropdown {
    display: none
}

.menu-item>:first-child~.dropdown>.menu_sep {
    border-bottom: 1px solid var(--box-border-color);
    margin: .5em -10px .25em -10px
}

.menu-item>:first-child~.dropdown a {
    display: block;
    text-decoration: none
}

.menu-item>:first-child~input:checked~.dropdown {
    background-color: var(--box-background-color);
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 30px;
    padding: 5px 10px 5px 10px;
    border: solid 1px var(--box-border-color);
    list-style: none;
    line-height: 28px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 10px 0 0 0
}

.flex-one-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gap10 {
    gap: 10px
}

.flex-row-end {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.cell.page-content-header {
    display: flex;
    align-items: center
}

.cell.page-content-header>img {
    width: 64px;
    height: 64px;
    margin: 0 10px 0 0
}

.cell.page-content-header>:last-child {
    margin: 0;
    padding: 0;
    flex: 1 1 100%
}

.cell.page-content-header h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    border: none
}

.cell.page-content-header .info {
    font-size: 14px
}

.cell.tab-alt-container {
    display: flex;
    padding-top: 3px;
    padding-bottom: 0
}

.tab-alt {
    display: block;
    line-height: 100%;
    color: var(--link-color);
    padding: 10px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: border-color .3s
}

.tab-alt:hover {
    text-decoration: none;
    border-color: #f0f0f0;
    color: var(--link-hover-color)
}

.tab-alt.active {
    border-color: var(--box-foreground-color)
}

.tab-alt .counter {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 1;
    padding: 2px 8px;
    border-radius: 10px;
    background-color: var(--box-border-color)
}

#Tabs {
    background-color: var(--box-background-color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#SecondaryTabs {
    background-color: var(--box-background-alt-color);
    padding: 10px 10px 10px 20px
}
#SecondaryTabs a {
    font-size: 14px;
}
#SecondaryTabs a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: var(--link-color);
}
#SecondaryTabs a.nav_active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: var(--link-color);
    font-weight: 600;
}

.cell.section,
.inner.section {
    background-color: var(--box-background-alt-color);
    font-size: 16px;
    font-weight: 600
}

.cell.tight,
.inner.tight {
    padding: 0
}

#Wrapper {
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    text-align: center;
    background-color: #e2e2e2;
    background-image: url(https://assets.oa0.com/img/shadow_light.png);
    background-repeat: repeat-x;
    min-height: calc(100vh - 220px)
}

#Bottom {
    border-top: 1px solid rgba(0, 0, 0, .22);
    background-color: var(--box-background-color);
    text-align: center;
    color: var(--color-gray);
    padding-top: 0;
    padding-right: calc(var(--box-padding) + env(safe-area-inset-right));
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: calc(var(--box-padding) + env(safe-area-inset-left))
}

#DigitalOcean {
    background-image: url(https://assets.oa0.com/img/do_logo.png);
    width: 163.92px;
    height: 28px;
    background-size: 163.92px 28px;
    background-repeat: no-repeat
}

#nodes-sidebar {
    text-align: left;
    padding: 0 10px
}

.nodes-sidebar-container {
    text-align: left;
    padding: 0 10px
}

#MySQL {
    background-color: #001d25;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    border-top: 2px solid var(--color-fade);
    text-align: left
}

#Leftbar {
    width: 0;
    float: left
}

#Rightbar {
    width: 270px;
    float: right;
    margin-right: 20px
}

#Main {
    width: auto;
    margin: 0 310px 0 20px
}

#Singleton {
    width: auto;
    margin: 0 20px;
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    border-bottom: 1px solid var(--box-border-color);
    display: flex;
    flex: 1
}

#Navcol {
    float: left;
    width: 200px;
    min-width: 170px;
    text-align: left;
    background-color: var(--box-background-alt-color);
    border-top-left-radius: var(--box-border-radius);
    border-bottom-left-radius: var(--box-border-radius)
}

#Rightcol {
    float: right;
    width: 300px;
    min-height: 600px;
    text-align: left;
    background-color: var(--box-background-alt-color)
}

#page-outline {
    position: sticky;
    top: 0
}

#page-outline-title {
    background-color: #eee;
    border-bottom: 1px solid var(--box-border-color);
    font-size: 14px;
    padding: 5px 5px 5px 10px;
    font-weight: 500
}

.page-outline-item:link,
.page-outline-item:visited {
    padding: 5px 5px 5px 10px;
    color: var(--box-foreground-color);
    cursor: pointer;
    font-size: 14px;
    display: block;
    text-decoration: none
}

.page-outline-item:hover {
    background-color: #f0f0f0;
    text-decoration: none
}

#Maincol {
    text-align: left;
    flex: 1
}

#q {
    border: none;
    width: 222px;
    height: 26px;
    margin: 0 0 2px 30px;
    background-color: transparent;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif;
    font-size: 14px;
    line-height: 16px;
    outline: 0
}

.alt {
    background-color: #f5f5f5
}

.corner_left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.corner_right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.text-sep {
    margin: 0 2px
}

.gray {
    color: var(--color-gray)
}

.fade {
    color: var(--color-fade)
}

.snow {
    color: #e2e2e2
}

.green {
    color: #393
}

.orange {
    color: #f90
}

.blue {
    color: #485cc7
}

.bigger {
    font-size: 16px
}

.small {
    font-size: 12px
}

.content {
    min-width: 600px;
    max-width: 1100px;
    margin: 0 auto 0 auto
}

#Top>.content {
    max-width: 1060px
}

.box {
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    border-bottom: 1px solid var(--box-border-color)
}

.box-transparent {
    border-radius: var(--box-border-radius);
    background-color: transparent;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.box-transparent:last-child {
    margin-bottom: 0
}

.page {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px
}

.page_singleton {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px
}

.inner {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: left
}

.form-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 3px
}

.edit-section {
    margin-bottom: 16px
}

.edit-section:last-child {
    margin-bottom: 0
}

.header {
    padding: 10px;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    overflow: auto
}

.header h1 {
    line-break: anywhere
}

.header-transparent {
    padding: 10px;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    overflow: auto;
    opacity: 1;
    background-color: var(--box-background-color);
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius)
}

.caution {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    background-color: #f0f0f0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.dock_area {
    background-color: #edf3f5;
    background-image: url(https://assets.oa0.com/img/dock_shadow.png);
    background-repeat: repeat-x;
    padding: 0
}

.ps_container {
    background-image: url(https://assets.oa0.com/img/shadow_light.png);
    background-size: 20px 20px;
    background-repeat: repeat-x
}

.ps_container:first-child {
    background-image: none
}

.cell {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color)
}

.cell-translucent {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    opacity: .8;
    background-color: var(--box-background-color);
    backdrop-filter: blur(4px)
}

.cell-translucent:last-child,
.cell:last-child,
.cell_ops:last-child {
    border-bottom: none;
    border-bottom-left-radius: var(--box-border-radius);
    border-bottom-right-radius: var(--box-border-radius)
}

.cell-translucent:first-child,
.cell:first-child,
.cell_ops:first-child {
    border-top: none;
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius)
}

.cell-top {
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    border-top: 1px solid var(--box-border-color)
}

.box-title {
    margin-bottom: 20px
}

.node-header>.page-content-header {
    background-color: #001d25;
    color: #fff;
    text-align: left;
    align-items: stretch;
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius)
}

.node-header>.page-content-header .title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    align-items: center;
    gap: 6px
}

.node-header>.page-content-header .intro {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 5px
}

.node-header>.page-content-header .entity-count {
    font-size: 12px;
    padding-right: 5px
}

.node-header>.page-content-header .node-feed img {
    display: block;
    vertical-align: middle
}

.node-breadcrumb {
    flex: 1;
    font-size: 15px
}

.node-breadcrumb a {
    color: #03c8ff;
    text-decoration: none
}

.node-breadcrumb a:hover {
    text-decoration: underline
}

.cell_tabs {
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid var(--box-border-color);
    text-align: center
}

.cell_tab:link,
.cell_tab:visited {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
    padding: 0 5px 5px 5px;
    color: #99a
}

.cell_tab:hover {
    color: #778087;
    border-bottom: 3px solid #f0f0f0
}

.cell_tab_current:link,
.cell_tab_current:visited {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 3px solid #778087;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
    padding: 0 5px 5px 5px
}

.cell_ops {
    padding: 10px;
    font-size: 12px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    background-color: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05) inset
}

.collapsed {
    display: none
}

.well {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset
}

.valley {
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    background-image: url(https://assets.oa0.com/img/shadow_light.png);
    background-size: 20px 20px;
    background-repeat: repeat-x
}

.footnotes {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 14px;
    line-height: 180%;
    color: var(--color-gray)
}

.footnotes>ul {
    margin: 0 1.5em 0 1.5em
}

.ref_logo {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    padding: 10px
}

.ref_logo_css {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(https://assets.oa0.com/img/ref_icon_css.png);
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.ref_logo_tools {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(https://assets.oa0.com/img/ref_icon_tools.png);
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.ref_logo_help {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(https://assets.oa0.com/img/ref_icon_help.png);
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.cell[id^=r_]>table,
.inner[id^=r_]>table {
    table-layout: fixed
}

div.node {
    padding: 5px;
    background-color: transparent;
    border-radius: var(--box-border-radius);
    box-shadow: none
}

div.node .node_compose {
    float: right;
    visibility: hidden;
    margin: 3px 0 0 0
}

div.node:hover {
    background-color: var(--box-background-alt-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset
}

div.node:hover .node_compose {
    float: right;
    visibility: visible
}

.subtle {
    background-color: #fffff9;
    border-left: 3px solid #fffbc1;
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color)
}

.grid {
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    text-align: left
}

.problem {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    background-color: #ffffc0;
    border-left: 5px solid #fff000;
    border-bottom: 1px solid var(--box-border-color);
    color: #333
}

.outdated {
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    background-color: var(--box-background-alt-color);
    border-left: 5px solid #f0f0f0;
    border-bottom: 1px solid var(--box-border-color);
    color: var(--color-gray)
}

.message {
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    background-color: #f3faff;
    border-left: 5px solid #c7e8ff;
    border-bottom: 1px solid var(--box-border-color);
    color: #333;
    cursor: pointer
}

a.thank {
    display: inline-block;
    line-height: 12px;
    border-radius: 5px
}

a.thank:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.grid_item {
    background-color: #f9f9f9;
    transition: background-color .1s;
    width: 25%;
    height: 160px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    transition: box-shadow .2s;
    text-decoration: none
}

.grid_item:hover {
    background-color: #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08) inset;
    cursor: pointer;
    text-decoration: none
}

.thank_area {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle
}

.thank_area>a {
    visibility: hidden
}

.thank_area:hover>a {
    visibility: visible
}

.thanked {
    display: inline-block;
    background-color: #f9f9f9;
    color: #e0e0e0;
    border-radius: 3px
}

.entity_thanked {
    font-size: 11px;
    color: var(--color-gray);
    text-shadow: 0 1px 0 #fff
}

.widgets {
    display: flex;
    flex-flow: row wrap;
    padding: 5px
}

.social_label:link,
.social_label:visited {
    background-color: #f9f9f9;
    padding: 5px 15px 5px 6px;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    outline: 0;
    margin: 5px
}

.social_label:hover {
    background-color: #e9e9e9;
    outline: 0
}

.social_label:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
    outline: 0
}

.node_impressions {
    display: flex;
    border-bottom: 1px solid var(--box-border-color)
}

.node_impressions_avatar {
    padding: 10px;
    width: 73px;
    flex: none !important
}

.node_impressions_info {
    padding: 10px;
    text-align: left;
    width: 240px;
    flex: none !important
}

.node_impressions_numbers {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: left;
    width: 100%;
    flex: 1;
    font-size: 14px;
    line-height: 150%
}

.backstage_node_access {
    display: flex;
    border-bottom: 1px solid var(--box-border-color)
}

.backstage_node_access_avatar {
    padding: 10px;
    width: 32px;
    flex: none !important
}

.backstage_node_access_info {
    padding: 10px;
    text-align: left;
    width: 100%;
    flex: 1;
    font-size: 14px;
    line-height: 150%
}

.backstage_node_access_op {
    flex: none !important;
    width: auto;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 14px
}

.sep {
    height: var(--component-margin)
}

.sep20 {
    height: 20px
}

.sep16 {
    height: 16px
}

.sep10 {
    height: 10px
}

.sep5 {
    height: 5px
}

.sep3 {
    height: 3px
}

.c {
    clear: both
}

.chevron {
    font-family: "Lucida Grande";
    font-weight: 500
}

.breadcrumb>.chevron {
    display: inline-block;
    margin: 0 8px
}

.fr {
    float: right;
    text-align: right
}

.fl {
    float: left
}

.f11 {
    font-size: 11px
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.ago {
    font-size: 11px;
    color: var(--color-fade);
    cursor: pointer
}

.no {
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    background-color: #f0f0f0;
    color: #ccc;
    padding: 2px 5px 2px 5px;
    cursor: pointer
}

.comment_content {
    font-size: 14px;
    line-height: 1.6;
    color: var(--box-foreground-color);
    word-break: break-word
}

.entity_content {
    font-size: 14px;
    line-height: 1.6;
    color: var(--box-foreground-color);
    word-break: break-word
}

.entity_stats {
    text-shadow: 0 1px 0 #fff;
    font-size: 11px;
    color: var(--color-gray);
    line-height: 100%
}

.gist {
    word-break: normal
}

.challenge_container {
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    padding: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    display: inline-block
}

.comment_content .gist .gist-data,
.entity_content .gist .gist-data {
    max-height: 20em
}

.comment_content>:first-child,
.entity_content>:first-child {
    margin-top: 0 !important
}

.gist>:last-child,
.comment_content>:last-child,
.entity_content>:last-child {
    margin-bottom: 0 !important
}

.syntax_error {
    background-color: #e2e2e2;
    padding: 7px;
    color: #000;
    font-size: 14px;
    line-height: 100%;
    margin-top: -10px
}

.cell.buttons,
.inner.buttons,
.entity_buttons {
    padding: 5px;
    font-size: 14px;
    line-height: 120%;
    background: linear-gradient(#eee 0, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
    border-radius: 0 0 3px 3px;
    text-align: left
}

.entity_info {
    font-size: 12px;
    color: var(--color-fade);
    line-height: 200%
}

#entity_thank {
    display: inline-block
}

#captcha-image {
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer
}

.onoffswitch {
    position: relative;
    width: 120px;
    min-width: 90px;
    max-width: 120px;
    user-select: none
}

.onoffswitch label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px
}

.onoffswitch label .frame {
    width: 200%;
    margin-left: -100%;
    transition: margin .15s ease-in 0s
}

.onoffswitch label .frame:after,
.onoffswitch label .frame:before {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700
}

.onoffswitch label .frame:before {
    content: "ON";
    padding-left: 16px;
    background-color: #68c944;
    color: #fff
}

.onoffswitch label .frame:after {
    content: "OFF";
    padding-right: 16px;
    background-color: #e0e0e0;
    color: #999;
    text-align: right
}

.onoffswitch label .switch {
    width: 18px;
    margin: 6px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .15s ease-in 0s
}

.onoffswitch input[type=checkbox] {
    display: none
}

.onoffswitch input[type=checkbox]:checked+label .frame {
    margin-left: 0
}

.onoffswitch input[type=checkbox]:checked+label .switch {
    left: calc(100% - 32px)
}

.sl {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 320px;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    box-sizing: border-box
}

.sl:focus {
    border: 1px solid var(--box-border-focus-color);
    outline: 0
}

.sls {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 240px;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo"
}

.sls:focus {
    border: 1px solid rgba(128, 128, 160, .6);
    outline: 0
}

.sll {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 100%;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    box-sizing: border-box
}

.sll:focus {
    border: 1px solid rgba(128, 128, 160, .6);
    outline: 0
}

.ml {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    width: 320px;
    height: 160px;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    box-sizing: border-box
}

.ml.code {
    font-family: var(--code-font)
}

.ml:focus {
    border: 1px solid rgba(128, 128, 160, .6);
    outline: 0
}

.mll {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 8em;
    overflow-y: auto;
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    resize: vertical;
    box-sizing: border-box
}

.mll:focus {
    border: 1px solid rgba(128, 128, 160, .6);
    outline: 0
}

.mle {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    max-height: calc(100vh - 400px);
    font-family: "Helvetica Neue", "Luxi Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    resize: vertical;
    box-sizing: border-box
}

.mle:focus {
    border: 1px solid rgba(128, 128, 160, .6);
    outline: 0
}

::-webkit-input-placeholder {
    color: silver
}

:-moz-placeholder {
    color: silver
}

::-moz-placeholder {
    color: silver
}

:-ms-input-placeholder {
    color: silver
}

.new-title-input {
    width: 100%;
    border: none;
    resize: none;
    background-color: var(--box-background-alt-color);
    outline: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    margin: 0;
    box-sizing: border-box;
    display: block
}

.new-title-input:focus {
    background-color: var(--box-background-color)
}

.input-group {
    display: block;
    text-align: left;
    width: 100%;
    margin: var(--box-padding) 0
}

.input-group>label {
    display: block;
    margin-bottom: var(--box-padding)
}

.input-group>input[type=text],
.input-group>textarea {
    width: 100%
}

.input-group>textarea {
    resize: vertical
}

.inline-input-group {
    display: flex;
    align-items: center
}

.inline-input-group>label {
    margin-right: var(--box-padding)
}

.short {
    height: 52px
}

.tall {
    height: 320px
}

.super.button {
    background-image: url(https://assets.oa0.com/img/bg_blended_light.png);
    padding: 4px 15px 3px 15px;
    border: 1px solid rgba(80, 80, 90, .2);
    border-bottom-color: rgba(80, 80, 90, .35);
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: inline-block;
    line-height: 1.4;
    outline: 0
}

.normal.button {
    background-color: #fff;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal.button:disabled {
    background-color: #fff;
    color: #ccc;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal.button:hover:enabled {
    background-color: #f9f9f9;
    border: 1px solid rgba(60, 60, 70, .3);
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal.button:active:enabled {
    background-color: #e2e2e2;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal_page_right.button {
    background-color: #fff;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal_page_right.button:disabled {
    background-color: #fff;
    color: var(--color-fade);
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal_page_right.button:hover:enabled {
    background-color: #f9f9f9;
    border-left: 1px solid rgba(80, 80, 90, .2);
    border-top: 1px solid rgba(60, 60, 70, .3);
    border-right: 1px solid rgba(60, 60, 70, .3);
    border-bottom: 1px solid rgba(60, 60, 70, .3);
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.normal_page_right.button:active:enabled {
    background-color: #e2e2e2;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(66, 66, 77, .1)
}

.disable_now {
    color: var(--color-fade) !important;
    background-color: #fff !important
}

.hover_now {
    cursor: pointer;
    color: #333 !important;
    background-color: #f9f9f9 !important;
    text-shadow: 0 1px 0 #fff !important
}

.active_now {
    background-color: #e2e2e2 !important
}

.special.button {
    background-color: #fc0;
    color: #532b17;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(233, 175, 0, .6);
    border: 1px solid rgba(200, 150, 0, .8)
}

.special.button:hover {
    background-color: #ffdf00;
    color: #402112;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(233, 175, 0, .5);
    border: 1px solid #c89600
}

.special.button:active {
    background-color: #fb0;
    color: #402112;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(233, 175, 0, .5);
    border: 1px solid #c89600
}

.inverse.button {
    background-color: #ccc;
    color: var(--color-gray);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(200, 200, 200, .8);
    border: 1px solid rgba(150, 150, 150, .8)
}

.inverse.button:hover {
    background-color: #999;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 2px #c8c8c8;
    border: 1px solid rgba(150, 150, 150, .6)
}

.inverse.button:active {
    background-color: #888;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 2px #c8c8c8;
    border: 1px solid rgba(150, 150, 150, .6)
}

.item {
    background-position: 0 bottom;
    background-repeat: repeat-x
}

.item_node {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 10px 4px 10px;
    margin: 0 5px 5px 0;
    border-radius: 16px;
    display: inline-block;
    border: 1px solid #e5e5e5
}

.item_node:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 32, .1)
}

.item_node:active {
    text-decoration: none;
    background-color: var(--box-background-alt-color);
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 32, .1) inset;
    outline: 0
}

.item_title {
    font-size: 16px;
    line-height: 130%;
    word-break: break-word;
    line-break: strict
}

.item_hot_entity_title {
    font-size: 13px;
    line-height: 120%;
    text-shadow: 0 1px 0 #fff
}

.label:link,
.label:visited {
    padding: 5px 10px 5px 10px;
    line-height: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    display: inline-block
}

.label:hover {
    background-color: #99a;
    color: #fff;
    text-decoration: none
}

.label>li {
    opacity: .15
}

a.count_orange:active,
a.count_orange:link {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #f90;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    margin-right: 5px;
    word-break: break-all
}

a.count_orange:hover {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #ffa722;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none
}

a.count_entity:active,
a.count_entity:link {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #aab0c6;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    margin-right: 5px;
    word-break: break-all
}

a.count_entity:hover {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #969cb1;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none
}

a.count_blue:visited,
a.count_green:visited,
a.count_entity:visited,
a.count_orange:visited {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #e5e5e5;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    margin-right: 5px
}

.page_current {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 6px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin: 0 1px;
    border: 1px solid #bbb;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.page_current:hover {
    text-decoration: none
}

.page_normal:active,
.page_normal:link,
.page_normal:visited {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 2px 5px;
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    margin: 0 1px;
    text-decoration: none;
    border: 1px solid var(--box-border-color);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.page_normal:hover {
    background-color: #f0f0f0;
    color: var(--box-foreground-color);
    text-decoration: none;
    border: 1px solid #ccc
}

.page_input {
    padding: 4px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid var(--box-border-color);
    border-radius: 3px;
    width: 40px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    color: var(--color-fade)
}

.page_input:focus {
    color: #666;
    border: 1px solid #ccc
}

.online {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #52bf1c;
    background: -moz-linear-gradient(top, #52bf1c 0, #438906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #52bf1c), color-stop(100%, #438906));
    background: -webkit-linear-gradient(top, #52bf1c 0, #438906 100%);
    background: -o-linear-gradient(top, #52bf1c 0, #438906 100%);
    background: -ms-linear-gradient(top, #52bf1c 0, #438906 100%);
    background: linear-gradient(#52bf1c 0, #438906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52bf1c", endColorstr="#438906", GradientType=0)
}

.offline {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e0e0e0 0, silver 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e0e0), color-stop(100%, silver));
    background: -webkit-linear-gradient(top, #e0e0e0 0, silver 100%);
    background: -o-linear-gradient(top, #e0e0e0 0, silver 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0, silver 100%);
    background: linear-gradient(top, #e0e0e0 0, silver 100%)
}

.status-channel-live {
    cursor: pointer;
    font-size: 10px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background: red;
    background: linear-gradient(0deg, red 0, #f60 100%)
}

.banned {
    color: red
}

.payload {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 120%;
    border-radius: 3px;
    word-break: break-word
}

.balance_area img {
    vertical-align: middle
}

.balance_area.bigger img {
    vertical-align: baseline
}

.balance_area,
a.balance_area:link,
a.balance_area:visited {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5 0, #e2e2e2 100%)
}

a.balance_area:active {
    text-decoration: none;
    color: #000;
    background: #f0f0f0;
    background: linear-gradient(#f0f0f0 0, #c9c9c9 100%)
}

a.balance_area:hover {
    text-decoration: none;
    color: #000;
    background: #f9f9f9;
    background: linear-gradient(#f9f9f9 0, #f0f0f0 100%)
}

.balance_area.bigger {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px
}

.orange-dot {
    display: inline-block;
    margin: 0 4px 1px 0;
    width: 8px;
    height: 8px;
    background-color: #fed700;
    background: radial-gradient(#fed700, #ffbf00);
    border-radius: 8px
}

.invite {
    display: inline-flex;
    font-size: 12px;
    font-family: monospace;
    font-weight: 500;
    line-height: 1;
    padding: 4px;
    border-radius: 4px
}

.invite:hover {
    background-color: var(--box-background-hover-color);
    cursor: pointer
}

.invite.used {
    color: var(--color-fade)
}

table.data td.h,
table.data th.h {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    text-shadow: 0 1px 0 #fff;
    background: linear-gradient(#f5f5f5 0, #e2e2e2 100%)
}

table.data td.h:last-child,
table.data th.h:last-child {
    border-right: none
}

table.data td.d {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table.data td.d:last-child {
    border-right: none
}

table.data.striped tr:nth-child(even) {
    background-color: #f5f5f5
}

.positive {
    color: #0aa31c
}

.negative {
    color: #ff3c00
}

#editor {
    position: relative;
    width: auto;
    height: 600px;
    font-size: 16px;
    line-height: 130%
}

.editor_syntax {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.editor_syntax_label_left {
    float: left;
    margin-top: 7px;
    margin-right: 7px
}

.editor_syntax_label_right {
    float: right;
    margin-top: 7px;
    margin-left: 7px
}

.event_badge {
    float: left;
    display: block;
    width: 40px;
    text-align: center;
    padding: 0 10px 0 10px;
    border-left: 4px solid #e2e2e2
}

.event_day {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 5px 0
}

.event_month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--color-gray)
}

.event_body {
    display: block;
    margin-left: 74px
}

.event_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.event_brief {
    font-size: 14px;
    line-height: 120%;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px
}

.event_location {
    font-size: 11px;
    line-height: 20px;
    color: #999
}

.event_ops {
    padding-top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-fade)
}

img.avatar {
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: bottom
}

a.img_sq {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border: none;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    transition: background-color .2s
}

a.img_sq:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 3px
}

a.img_view {
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border: none;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px
}

a.img_view:hover {
    text-decoration: none;
    background-color: #f0f0f0
}

a.img_sqm {
    text-align: center;
    vertical-align: bottom;
    border: none;
    padding: 4px 0 0 4px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    transition: background-color .2s
}

a.img_sqm:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 3px
}

a.btn_hero {
    background-color: #fff;
    border: 1px solid #778087;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px
}

a.btn_hero:hover {
    color: #fff;
    background-color: #778087;
    text-decoration: none
}

.embedded_video_wrapper {
    position: relative;
    padding-bottom: 52.9%;
    padding-top: 25px;
    height: 0
}

.embedded_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embedded_image {
    max-width: 100%;
    image-orientation: from-image;
    vertical-align: bottom
}

.votes {
    display: inline-block
}

.vote,
.vote:link,
.vote:visited {
    text-decoration: none;
    font-size: 10px;
    line-height: 1;
    padding: 2px 8px 2px 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #778;
    display: inline-block;
    vertical-align: baseline;
    text-align: center
}

.vote:hover {
    color: #667;
    border: 1px solid #667;
    text-decoration: none
}

.vote:active {
    background-color: #f0f0f0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.markdown_body>:first-child,
.note>:first-child,
.page>:first-child {
    margin-top: 0 !important
}

.markdown_body>:last-child,
.note>:last-child,
.page>:last-child,
.problem>:last-child {
    margin-bottom: 0 !important
}

.markdown_body img {
    max-width: 100%
}

.markdown_body table {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.markdown_body table tr {
    border-top: 1px solid #ccc;
    background-color: var(--box-background-color);
    margin: 0;
    padding: 0
}

.markdown_body table tr:nth-child(2n) {
    background-color: #f8f8f8
}

.markdown_body table tr th {
    font-weight: 700;
    border: 1px solid #ccc;
    margin: 0;
    padding: 6px 12px
}

.markdown_body table tr td {
    border: 1px solid #ccc;
    margin: 0;
    padding: 6px 12px
}

.markdown_body table tr td :first-child,
.markdown_body table tr th :first-child {
    margin-top: 0
}

.markdown_body table tr td :last-child,
.markdown_body table tr th :last-child {
    margin-bottom: 0
}

ul.nav {
    margin: 0;
    padding: 0;
    list-style: none
}

#Navcol ul.nav {
    position: sticky;
    top: 0
}

ul.nav>li {
    display: block
}

ul.nav li a.nav_item,
ul.nav li a.nav_item:visited {
    display: block;
    padding: 10px 10px 10px 15px
}

ul.nav li a.nav_item_current,
ul.nav li a.nav_item_current:visited {
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: var(--box-background-color);
    color: var(--box-foreground-color)
}

ul.nav li a.nav_item:hover {
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none
}

ul.nav li a.nav_item_current:hover {
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: #fff;
    color: #333;
    text-decoration: none
}

ul.nav li a.nav_item:active,
ul.nav li a.nav_item_current:active {
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: #e9e9e9;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset;
    color: #333;
    text-decoration: none
}

.badge_mod {
    background-image: url(https://assets.oa0.com/img/mod@2x.png);
    background-repeat: no-repeat;
    background-size: 30px 14px;
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 14px
}

.convert_grid {
    text-align: center;
    vertical-align: middle;
    padding: 10px !important
}

.convert_input {
    padding: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    color: var(--box-foreground-color)
}

table.bs {
    border-collapse: collapse
}

table.bs td {
    border-collapse: collapse
}

.bs_left {
    border-bottom: 1px solid var(--box-border-color);
    border-right: 1px solid var(--box-border-color)
}

.bs_left2 {
    border-bottom: 1px solid var(--box-border-color);
    border-left: 1px solid var(--box-border-color);
    border-right: 1px solid var(--box-border-color)
}

.bs_right {
    border-bottom: 1px solid var(--box-border-color);
    background-color: var(--box-background-alt-color)
}

.status_editor {
    width: 100%;
    border: none;
    resize: none;
    background-color: transparent;
    outline: 0;
    font-size: 14px;
    line-height: 150%;
    font-family: "Helvetica Neue", "Hiragino Sans GB", sans-serif;
    box-sizing: border-box
}

.status {
    border-bottom: 1px solid var(--box-border-color)
}

.status:hover {
    background-color: var(--box-background-hover-color)
}

.status_time {
    color: var(--color-fade)
}

.status_dot {
    color: var(--color-fade)
}

.status_ops {
    color: var(--color-fade)
}

.status:hover .status_ops {
    color: #999
}

.s_ops:active,
.s_ops:link,
.s_ops:visited {
    color: var(--color-fade);
    text-decoration: none
}

.status:hover .s_ops:link {
    color: var(--color-fade)
}

.s_ops:hover {
    text-decoration: underline
}

.tl_item {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid var(--box-border-color)
}

.tl_avatar {
    width: 48px;
    height: 48px;
    padding-right: 10px
}

.tl_author {
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
    text-align: left
}

.tl_when {
    font-size: 12px;
    color: var(--color-fade);
    font-weight: 400
}

.tl_content {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: var(--box-foreground-color)
}

.signup_methods {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    padding: 15px
}

.signup_method {
    transition: box-shadow .4s ease, background-color .4s ease, color .4s ease;
    text-decoration: none;
    display: block;
    margin: 15px auto 15px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 52px;
    min-width: 210px;
    line-height: 100%;
    display: flex;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.signup_method:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    cursor: pointer
}

.signup_method:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    background-color: #333;
    color: #fff
}

.signup_method:active>.signup_method_github {
    filter: invert(100%)
}

.signup_method_icon {
    background-color: transparent;
    display: inline-block;
    width: 32px;
    height: 32px
}

.signup_method_google {
    background-image: url(https://assets.oa0.com/img/social_google.png);
    background-size: 32px 32px;
    background-repeat: no-repeat
}

.signup_method_github {
    background-image: url(https://assets.oa0.com/img/social_github.png);
    background-size: 32px;
    background-size: 32px
}

.signup_method_twitter {
    background-image: url(https://assets.oa0.com/img/social_twitter.png);
    background-size: 32px;
    background-size: 32px
}

.signup_method_label {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding-left: .8em;
    color: #000
}

.user-activity-bar {
    width: 250px;
    background-color: #f0f0f0;
    height: 3px
}

.user-activity-done {
    height: 3px;
    background-color: #333
}

.user-activity-almost {
    height: 3px;
    background-color: #ffa800
}

.user-activity-half {
    height: 3px;
    background-color: #7ec222
}

.user-activity-fourth {
    height: 3px;
    background-color: #a9de62
}

.user-activity-start {
    height: 3px;
    background-color: #ccc
}

.image-edit-left {
    background-color: #f0f0f0
}

.light-toggle:link,
.light-toggle:visited {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

.lang-selector:link,
.lang-selector:visited {
    display: block;
    border-bottom: 1px solid var(--box-border-color);
    padding: 10px;
    text-align: left
}

.lang-selector:hover {
    background-color: #f9f9f9;
    text-decoration: none
}

.row-sortable {
    border-bottom: 1px solid var(--box-border-color);
    background-color: var(--box-background-color);
    font-size: 14px;
    text-align: left;
    padding: 10px;
    line-height: 100%
}

.row-sortable:hover {
    background-color: var(--box-background-hover-color);
    cursor: pointer
}

.toggle-more-nodes {
    font-size: 12px;
    padding: 10px;
    margin: 0 -10px 0 -10px;
    cursor: pointer;
    background-color: var(--box-background-hover-color)
}

#comment-box {
    transition: box-shadow .25, background-color .25s
}

.comment-box-sticky {
    position: sticky;
    bottom: -2px;
    top: -2px
}

.comment-box-sticky[stuck] {
    border-top: 1px solid var(--box-border-color);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .35)
}

#undock-button {
    display: none
}

.sidebar_units img {
    vertical-align: bottom
}

.sidebar_compliance {
    background-color: #f2f2f2;
    padding: 5px;
    font-size: 10px;
    color: #333;
    line-height: 100%
}

.mini {
    text-align: left;
    background-color: #f2f2f2;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    color: #333;
    line-height: 100%
}

#no-comments-yet {
    padding: 10px;
    font-size: var(--box-font-size);
    line-height: var(--box-line-height);
    background-color: transparent;
    border-radius: var(--box-border-radius);
    box-shadow: none;
    border: 2px dashed rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .15)
}

#video {
    box-sizing: border-box;
    width: calc(100%);
    height: calc(width * .5625)
}

#video-levels {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    display: inline-block;
    border-radius: 3px
}

.video-level {
    background-color: var(--box-background-alt-color);
    color: var(--box-foreground-color);
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    cursor: pointer
}

.video-level:hover {
    background-color: var(--box-background-hover-color);
    color: var(--box-foreground-color)
}

.video-level-current {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    cursor: pointer
}

.video-level-current:first-child,
.video-level:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.video-level-current:last-child,
.video-level:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.item-row {
    display: flex;
    border-bottom: 1px solid var(--box-border-color)
}

.item-row-info {
    flex: 3;
    padding: 10px;
    font-size: 14px;
    text-align: left
}

.item-row-tools {
    flex: 1;
    background-color: var(--box-background-alt-color);
    width: 200px;
    padding: 10px;
    font-size: 14px
}

.settings.social .social-settings-form>div {
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 5px
}

.settings.social .social-settings-form>div div {
    text-align: right;
    width: 120px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.settings.social .social-settings-form>div div * {
    display: block
}

.settings.social .social-settings-form>div div img {
    margin-right: 5px
}

.settings.block .block-stat {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline
}

.settings.block .block-stat * {
    display: block
}

.settings.block .block-stat span {
    font-size: 14px;
    width: 80px
}

.settings.block .block-stat strong {
    text-align: left;
    flex: 1 1 1px
}

.settings.block .block-stat:nth-of-type(2n) {
    background-color: #f5f5f5
}

.settings.privacy .privacy-settings-form {
    padding: 0
}

.settings.privacy .privacy-settings-form>div {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    display: grid;
    grid: auto auto/200px auto;
    justify-items: start;
    align-items: center;
    gap: 10px 20px
}

.settings.privacy .privacy-settings-form>div>span {
    justify-self: end
}

.settings.privacy .privacy-settings-form>div>.settings-explanation {
    grid-area: 2/2/3/3
}

.settings.privacy .privacy-settings-form>div>.settings-explanation a {
    user-select: none;
    cursor: pointer
}

.settings.privacy .privacy-settings-form>div>.settings-explanation a>.chevron {
    transition: transform .2s;
    display: inline-block
}

.settings.privacy .privacy-settings-form>div>.settings-explanation p {
    display: none;
    margin: 5px 0
}

.settings.privacy .privacy-settings-form>div>.settings-explanation.show-explanation a>.chevron {
    transform: rotate(90deg) translate(2px)
}

.settings.privacy .privacy-settings-form>div:nth-of-type(2n) {
    background-color: #f5f5f5
}

#nodes {
    width: 320px;
    font-size: 14px
}

@media screen and (max-width:600px) {
    #nodes {
        width: 200px
    }
}

#my-nodes {
    display: grid;
    padding: 0;
    position: relative;
    grid: auto-flow/1fr 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: center;
    text-align: center;
    background-color: var(--box-background-alt-color)
}

.fav-node {
    display: block;
    font-size: 14px;
    background-color: var(--box-background-alt-color);
    transition: background-color .1s;
    width: 100%;
    height: 120px;
    padding: 20px 0;
    margin: 0 auto;
    transition: box-shadow .2s;
    text-decoration: none;
    border-radius: var(--box-border-radius)
}

.fav-node * {
    display: block;
    margin: 0 auto
}

.fav-node>.fav-node-name {
    margin: 10px auto 5px auto
}

.fav-node:hover {
    background-color: #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08) inset;
    cursor: pointer;
    text-decoration: none
}

.no-fav-nodes {
    display: flex;
    padding: 20px;
    justify-content: space-evenly;
    align-items: center
}

.no-fav-nodes>.info {
    margin: 0 0 0 20px;
    text-align: center
}

.no-fav-nodes>.info>* {
    display: block;
    margin: var(--box-padding) 0
}

.category-section {
    padding: 10px;
    margin-bottom: 8px;
}
.category-section:last-child {
    margin-bottom: 0;
}
.category-section-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--box-border-color, #e5e5e5);
}
.category-section-title a {
    color: #333;
    text-decoration: none;
}
.category-section-title a:hover {
    color: #778087;
    text-decoration: none;
}
.category-count {
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    padding: 4px 0 0 0;
}
.category-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 32px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: var(--box-border-radius, 4px);
    border: 1px solid var(--box-border-color, #e5e5e5);
    background-color: var(--box-background-alt-color, #fafafa);
    color: #333;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.category-card:hover {
    text-decoration: none;
    border-color: #ccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
    background-color: #fff;
    color: #333;
}
.category-card-name {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}
.category-card-num {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: var(--color-fade, #999);
}
.category-card:hover .category-card-num {
    color: var(--color-fade, #999);
}

#workspace {
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 120%;
    min-height: 300px
}

#preview {
    box-sizing: border-box;
    min-height: 301px
}

#syntax-selector {
    display: inline-flex;
    align-items: center
}

#syntax-label {
    font-size: 14px;
    line-height: 100%;
    vertical-align: bottom;
    margin-right: 10px
}

.avatar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px
}

.status {
    min-height: 48px;
    padding: 10px;
    text-align: left
}

.status_avatar {
    display: block;
    float: left;
    width: 48px;
    height: 48px
}

.status_avatar .avatar {
    width: 48px;
    height: 48px
}

.status_main {
    margin: 0 0 0 58px;
    font-size: 14px;
    text-align: left
}

.status_author {
    font-weight: 700;
    display: inline-block
}

.status_time {
    display: inline-block;
    font-size: 11px
}

.status_dot {
    font-size: 12px
}

.status_content {
    line-height: 160%;
    word-break: break-word
}

.status_ops {
    font-size: 11px;
    line-height: 11px;
    text-align: right;
    margin-top: 5px;
    visibility: visible
}

.status:hover .status_ops {
    visibility: visible
}

.upload-button {
    color: var(--link-color);
    stroke: var(--link-color)
}

.upload-button:hover {
    color: var(--link-hover-color);
    stroke: var(--link-hover-color)
}

.scroll-top {
    z-index: 99;
    width: 60px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 6px;
    background-color: var(--box-glass-color);
    border: 2px solid var(--box-border-color);
    backdrop-filter: blur(var(--backdrop-blur-radius));
    -webkit-backdrop-filter: blur(var(--backdrop-blur-radius))
}

@media screen and (max-width:600px) {
    .scroll-top {
        bottom: 120px;
        right: 50px
    }
}

.scroll-top:hover {
    cursor: pointer
}

.scroll-top span {
    transform: rotate(-90deg);
    display: inline-block;
    color: var(--scroll-indicator-color);
    font-size: 1.5em;
    margin-top: -2px
}

.dropdown-menu {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.dropdown-menu li {
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px
}

.dropdown-menu li:first-child {
    border-top: none
}

.dropdown-menu .active,
.dropdown-menu .active:hover,
.dropdown-menu li:hover {
    background-color: #f0f0f0;
    text-decoration: none
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 2px
}

.dropdown-menu a:hover {
    cursor: pointer
}

.ldBar {
    position: relative
}

.ldBar.label-center>.ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #fff
}

.ldBar-label:after {
    content: "%";
    display: inline
}

.ldBar.no-percent .ldBar-label:after {
    content: ""
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-message .dz-button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.nav-node-links {
    line-height: 200%; 
    padding-left: 10px; 
    word-break: keep-all;
}

.nav-node-links a { 
    display: inline-block; 
    font-size: 14px;
}
