:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-yellow: #ff9f18;
    --adm-color-orange: #ff6430;
    --adm-color-wathet: #e7f1ff;
    --adm-color-text: #333;
    --adm-color-text-secondary: #666;
    --adm-color-weak: #999;
    --adm-color-light: #ccc;
    --adm-color-border: #eee;
    --adm-color-background: #fff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #fff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000;
    --adm-color-fill-content: var(--adm-color-box);
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --adm-border-color: var(--adm-color-border)
}

html[data-prefers-color-scheme=dark] {
    --adm-color-primary: #3086ff;
    --adm-color-success: #34b368;
    --adm-color-warning: #ffa930;
    --adm-color-danger: #ff4a58;
    --adm-color-yellow: #ffa930;
    --adm-color-orange: #e65a2b;
    --adm-color-wathet: #0d2543;
    --adm-color-text: #e6e6e6;
    --adm-color-text-secondary: #b3b3b3;
    --adm-color-weak: grey;
    --adm-color-light: #4d4d4d;
    --adm-color-border: #2b2b2b;
    --adm-color-box: #0a0a0a;
    --adm-color-background: #1a1a1a;
    --adm-color-background-body: var(--adm-color-background);
    --adm-border-color: var(--adm-color-border)
}

:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    background-color: var(--adm-color-background-body)
}

body {
    color: #333;
    color: var(--adm-color-text);
    font-size: 13px;
    font-size: var(--adm-font-size-main);
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-family: var(--adm-font-family)
}

a,
button {
    cursor: pointer
}

a {
    color: #1677ff;
    color: var(--adm-color-primary);
    transition: opacity .2s ease-in-out
}

a:active {
    opacity: .8
}


.app-root-container {
    position: relative;
    z-index: 1;
    min-height: 100%;
    margin: 0 auto
}

.theme-dark-layout {
    background-color: #0e0e10
}


.homerry-header-dark {
    background: #0e0e10;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    box-shadow: 0 1px 0 rgba(15, 23, 42, .2);
    color: #e2e8f0
}

.homerry-header-shell {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    padding: 12px 24px;
    margin: 0 auto 30px;
    background: #0e0e10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.homerry-logo-link .homerry-logo-img {
    height: 26px
}

.homerry-header-shell .homerry-logo-link .homerry-logo-img {
    width: 190px;
    height: 28px
}

.homerry-logo-link {
    display: flex;
    align-items: center
}

@media screen and (max-width: 765px) {
    .homerry-header-shell {
        height: 56px;
        margin: 0;
        padding: 0 16px
    }

    .homerry-header-shell .homerry-logo-link {
        margin: 0 auto
    }
}

.homerry-footer-shell {
    width: 100%;
    margin-top: auto;
    padding: 28px 0 22px;
    background: linear-gradient(180deg, rgba(11, 16, 33, .7), rgba(11, 16, 33, .9));
    border-top: 1px solid rgba(124, 58, 237, .25);
    backdrop-filter: blur(6px)
}

.homerry-footer-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    gap: 10px
}

.homerry-footer-top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 12px;
    gap: 12px
}

.homerry-footer-brand {
    font-size: 16px;
    font-weight: 700;
    color: #e5e7eb;
    letter-spacing: .4px
}

.homerry-footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px;
    gap: 8px
}

.homerry-footer-link {
    font-size: 13px;
    font-weight: 600;
    color: #a1a1aa;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 8px;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
    border: 1px solid hsla(0, 0%, 100%, .06);
    background: hsla(0, 0%, 100%, .03)
}

.homerry-footer-link:focus,
.homerry-footer-link:hover {
    color: #e5e7eb;
    background: rgba(34, 211, 238, .08);
    border-color: rgba(34, 211, 238, .25);
    outline: none
}

.homerry-footer-divider {
    display: none
}

.homerry-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid hsla(0, 0%, 100%, .06);
    padding-top: 12px
}

.homerry-footer-copy p {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    letter-spacing: .5px;
    text-align: center
}

.homerry-footer-copy p strong {
    color: #cbd5e1;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .homerry-footer-top {
        grid-template-columns: 1fr;
        grid-gap: 8px;
        gap: 8px;
        text-align: center;
        justify-items: center
    }

    .homerry-footer-links {
        justify-content: center
    }
}

.homerry-content-container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px
}

.homerry-content-container .primary-content-column {
    width: 100%
}

@media screen and (max-width: 768px) {
    .homerry-content-container {
        padding: 0 16px;
        margin-top: 10px
    }
}

.homerry-result-item {
    position: relative;
    padding: 16px 18px;
    margin-bottom: 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, .25);
    background: radial-gradient(circle at 0 0, rgba(34, 211, 238, .18), transparent 55%), #020617;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .68);
    cursor: pointer;
    transition: transform .18s ease-out, box-shadow .18s ease-out, border-color .18s ease-out, background .18s ease-out
}

.homerry-result-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 14px 0 0 14px;
    background: linear-gradient(180deg, #22d3ee, #7c3aed);
    content: ""
}

.homerry-result-item:hover {
    transform: translateY(-2px);
    border-color: rgba(94, 234, 212, .55);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .9)
}

.homerry-result-item h2 {
    margin: 0 0 8px
}

.homerry-result-item .homerry-result-title {
    margin-bottom: 2px;
    font-size: 19px;
    line-height: 1.5
}

.homerry-result-item .homerry-result-title a {
    color: #38bdf8;
    font-weight: 600;
    text-decoration: none;
    transition: color .18s ease-out
}

.homerry-result-item:hover .homerry-result-title a {
    color: #22d3ee
}

.homerry-result-item .homerry-result-link {
    display: inline-block;
    width: 100%;
    color: #e5e7eb;
    text-decoration: none
}

.homerry-result-item .homerry-result-link:focus-visible {
    outline: 2px solid #22d3ee;
    outline-offset: 2px
}

.homerry-result-item .homerry-result-snippet {
    flex: 1 1;
    margin-top: 6px;
    color: #9ca3af;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-break: break-word
}

.theme-rsoc-v1.homerry-result-item .homerry-result-title a {
    color: #ccc
}

.theme-rsoc-v1.homerry-result-item .result-source-url {
    color: #ccc !important
}

.theme-rsoc-v1.homerry-result-item .homerry-result-snippet {
    color: #ccc
}

.theme-rsoc-v2.homerry-result-item .homerry-result-title a {
    color: #333
}

.theme-rsoc-v2.homerry-result-item .result-source-url {
    color: #333 !important
}

.theme-rsoc-v2.homerry-result-item .homerry-result-snippet {
    color: #333
}

.homerry-serp-shell {
    padding-top: 14px
}

.homerry-serp-results .homerry-serp-title {
    position: relative;
    margin: 0 0 16px;
    padding-left: 0;
    color: transparent;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.5px;
    background: linear-gradient(90deg, #22d3ee, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

.homerry-serp-results .homerry-serp-title-rsoc-v1 {
    color: #ccc;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset
}

.homerry-serp-results .homerry-serp-title-rsoc-v2 {
    color: #333;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset
}

.homerry-serp-results .serp-loading-indicator {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}



.primary-content-area {
    max-width: 1200px;
    min-width: 200px;
    min-height: calc(100vh - 129px);
    margin: 0 auto;
    padding: 0 20px
}



@font-face {
    font-family: "exo";
    src: url(https://nbtcdn.com/font/Exo-Regular.woff2) format("woff2");
    font-display: optional
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box
}

body {
    font-family: "exo", Sans-Serif !important;
    background-color: #0e0e10
}

#root {
    height: 100%
}

a {
    color: #3e8bff;
    text-decoration: none
}

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

li,
ul {
    list-style: none
}

button {
    border: none;
    outline: none
}

input {
    outline: none
}

ins[data-ad-status=unfilled] {
    display: none !important
}

ins {
    z-index: 2147483645 !important
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}