:root {
    --halo-post-restrict-block-span-color: #e5e7eb;
    --halo-post-restrict-block-text-color: #000;
    --halo-post-restrict-btn-color: #5f7bcf;
    --halo-post-restrict-btn-hover-color: #3f65d3;
    --halo-post-restrict-btn-text-color: #fff;
}

@media (prefers-color-scheme: dark) {
    .color-scheme-auto,
    [data-color-scheme="auto"] {
        color-scheme: dark;
        --halo-post-restrict-block-span-color: rgb(165 127 151);
        --halo-post-restrict-block-text-color: rgb(255, 255, 255);
        --halo-post-restrict-btn-color: rgb(36 69 179);
        --halo-post-restrict-btn-hover-color: rgb(23 67 212);
        --halo-post-restrict-btn-text-color: rgb(255, 255, 255);
    }
}

.color-scheme-dark,
.dark,
[data-color-scheme="dark"] {
    color-scheme: dark;
    --halo-post-restrict-block-span-color: rgb(165 127 151);
    --halo-post-restrict-block-text-color: rgb(255, 255, 255);
    --halo-post-restrict-btn-color: rgb(36 69 179);
    --halo-post-restrict-btn-hover-color: rgb(23 67 212);
    --halo-post-restrict-btn-text-color: rgb(255, 255, 255);
}

@media (prefers-color-scheme: light) {
    .color-scheme-auto,
    [data-color-scheme="auto"] {
        color-scheme: light;
        --halo-post-restrict-block-span-color: #e5e7eb;
        --halo-post-restrict-block-text-color: #000;
        --halo-post-restrict-btn-color: #5f7bcf;
        --halo-post-restrict-btn-hover-color: #3f65d3;
        --halo-post-restrict-btn-text-color: #fff;
    }
}

.color-scheme-light,
.light,
[data-color-scheme="light"] {
    color-scheme: light;
    --halo-post-restrict-block-span-color: #e5e7eb;
    --halo-post-restrict-block-text-color: #000;
    --halo-post-restrict-btn-color: #5f7bcf;
    --halo-post-restrict-btn-hover-color: #3f65d3;
    --halo-post-restrict-btn-text-color: #fff;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before, :after {
    --tw-content: ""
}

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

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

b, strong {
    font-weight: bolder
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button, [role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

.absolute {
    position: absolute
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.z-10 {
    z-index: 10
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mt-2 {
    margin-top: .5rem
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-4 {
    height: 1rem
}

.w-full {
    width: 100%
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.bg-transparent {
    background-color: transparent
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-medium {
    font-weight: 500
}

.halo-modal-mask {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1000;
    height: 100%;
    background-color: #00000073
}

.halo-modal-wrap {
    position: fixed;
    inset-inline-end: 0;
    inset-inline-start: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* 添加动画属性 */
    animation: fadeIn 0.5s ease-in-out forwards; /* 动画名称、持续时间、缓动函数、播放方向 */
}

/* 定义动画 */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.halo-modal {
    width: 340px;
    transform-origin: -9px 297px;
    margin: 0 auto;
    padding: 0 0 24px;
    color: #000000e0;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    pointer-events: none;
    position: relative;
    top: 100px;
    max-width: calc(100vw - 32px)
}

.halo-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
    pointer-events: auto;
    padding: 20px 24px
}

.halo-modal-header {
    color: #000000e0;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px
}

.halo-modal-title {
    text-align: center;
    margin: 0;
    color: #000000e0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word
}

.halo-modal-body {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    padding: 20px
}

.halo-modal-body .title {
    text-align: center;
    color: #f04134;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5
}

.halo-modal-body .content {
    display: flex;
    justify-content: center;
    align-items: center
}

.halo-modal-body .content-p {
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    color: #999;
    padding-top: 10px
}

.halo-modal-body .content img {
    width: 60%;
    max-width: 158px;
    height: auto;
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #999;
    padding: 8px
}

.halo-modal .halo-modal-footer {
    background-color: #fff;
    padding: 12px 20px;
    border-color: #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

.halo-modal-footer .field.is-fullwidth {
    width: 100%
}

.halo-modal-footer .field.has-addons {
    display: flex;
    justify-content: flex-start
}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:first-child:not(:only-child) .input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.halo-modal-footer .input.is-pink {
    border-color: #de686d;
    font-size: .9em
}

.halo-modal-footer .input:active, .halo-modal-footer .input:focus-visible {
    box-shadow: 0 0 0 .125em #485fc740;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 3;
    outline: none
}

.halo-modal-footer .button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
    height: 2.5em;
    line-height: 1.5;
    position: relative;
    vertical-align: top
}

.halo-modal-footer .input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    box-shadow: inset 0 .0625em .125em #0a0a0a0d;
    max-width: 100%;
    width: 100%;
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

.roboterr {
    display: flex;
    color: red;
    text-align: left;
    padding-top: 10px;
    font-size: 14px
}

.button.is-pink {
    background-color: #de686d;
    border-color: #de686d;
    color: #fff;
    font-size: .9em
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.halo-btn.halo-btn-default {
    background-color: #fff;
    border-color: #d9d9d9;
    box-shadow: 0 2px #00000005
}

.halo-btn.halo-btn-primary {
    color: #fff;
    background-color: #1677ff;
    box-shadow: 0 2px #0591ff1a
}

.halo-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #000000e0
}

.halo-modal .halo-modal-footer .halo-btn + .halo-btn {
    margin-bottom: 0;
    margin-inline-start: 8px
}

.halo-modal .halo-modal-close {
    position: absolute;
    top: 17px;
    inset-inline-end: 17px;
    z-index: 1010;
    padding: 0;
    color: #00000073;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .2s, background-color .2s
}

.halo-modal .halo-modal-close-x {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    text-align: center;
    text-transform: none;
    text-rendering: auto
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hide-article-pos {
    position: relative;
    z-index: 996;
    padding-top: 40px;
    bottom: -1px;
    margin-top: -50px
}

.hide-article-card {
    position: relative;
    background-color: initial;
    border: 1px dashed var(--halo-post-restrict-block-span-color)
}

.hide-article-card .block-span {
    background-color: var(--halo-post-restrict-block-span-color)
}

.text-color {
    color: var(--halo-post-restrict-block-text-color)
}

.halo-article-card .btn {
    background-color: var(--halo-post-restrict-btn-color);
    color: var(--halo-post-restrict-btn-text-color)
}

.halo-article-card .btn:hover {
    background-color: var(--halo-post-restrict-btn-hover-color)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-white:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.focus-visible\:ring-opacity-75:focus-visible {
    --tw-ring-opacity: .75
}

.captcha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}