:root {
    --cfs-bg: #f3f3f2;
    --cfs-ink: #242220;
    --cfs-muted: #77736d;
    --cfs-line: rgba(36, 34, 32, 0.12);
    --cfs-accent: #911d22;
    --cfs-accent-soft: rgba(145, 29, 34, 0.1);
    --cfs-paper: rgba(255, 255, 252, 0.74);
    --cfs-nav-height: 74px;
    --cfs-nav-height-compact: 60px;
}

html {
    overflow-x: hidden;
}

body.cfs-site-body {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    flex-direction: column;
    overflow-x: hidden;
    background: var(--cfs-bg);
    color: var(--cfs-ink);
    font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    letter-spacing: 0;
      background:
        linear-gradient(rgba(243, 243, 242, 0.22), rgba(243, 243, 242, 0.74)),
        url("../images/resource/home-bg.png") center top / 100% auto no-repeat;
}

@keyframes fs-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fs-reverse-spin {
    to {
        transform: rotate(-360deg);
    }
}

.cfs-site-body a {
    color: inherit;
}

.cfs-site-body:not(.fs-home-body)::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background: url("../images/resource/home-bg.png") center top / 100% auto no-repeat;
    opacity: 0.32;
    pointer-events: none;
}
 
.cfs-site-body > .uk-container.uk-container-expand,
.cfs-site-body > .cfs-site-nav-shell {
    position: sticky;
    top: 0;
    z-index: 20;
    box-sizing: border-box;
    width: 100%;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
    padding-right: clamp(14px, 2.4vw, 36px);
    padding-left: clamp(14px, 2.4vw, 36px);
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(36, 34, 32, 0.08);
    background: rgba(243, 243, 242, 0.76);
    backdrop-filter: blur(18px);
}

.cfs-site-body .cfs-site-nav {
    width: 100%;
}

.cfs-site-body > main,
.cfs-site-body > .cfs-tool-page,
.cfs-site-body > .cfs-auth-page,
.cfs-site-body > .cfs-pricing-page,
.cfs-site-body > .cfs-member-page {
    flex: 1 0 auto;
}

.cfs-site-body .uk-navbar-left,
.cfs-site-body .uk-navbar-right {
    min-width: 0;
}

.cfs-site-body .uk-navbar-right {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.cfs-site-body .uk-navbar-nav {
    min-width: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.cfs-site-body .uk-navbar-nav > li {
    min-width: 0;
}

.cfs-site-body .uk-navbar-container {
    min-height: 62px;
}

.cfs-site-body .uk-navbar-item,
.cfs-site-body .uk-navbar-toggle {
    min-height: 58px;
}

.cfs-site-body .uk-logo,
.cfs-site-body .uk-navbar-toggle {
    color: var(--cfs-ink);
}

.cfs-site-body .uk-logo img {
    width: 38px;
    height: auto;
}

.cfs-site-body .uk-logo .uk-h2 {
    margin: 0;
    color: var(--cfs-ink);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 720;
    letter-spacing: 0;
}

.cfs-site-body .uk-navbar-nav > li > a {
    min-height: 48px;
    padding: 0 clamp(7px, 0.82vw, 15px);
    color: rgba(36, 34, 32, 0.72);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.18;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 0;
}

.cfs-site-body .uk-navbar-nav > li > a > .uk-button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    line-height: 1;
    white-space: nowrap;
}

.cfs-site-body .uk-navbar-nav > li.uk-active > a,
.cfs-site-body .uk-navbar-nav > li > a:hover,
.cfs-site-body .uk-navbar-nav > li > a:focus-visible {
    color: var(--cfs-accent);
}

.cfs-site-body .uk-button-default {
    border-color: rgba(145, 29, 34, 0.26);
    color: var(--cfs-accent) !important;
    background: rgba(255, 255, 255, 0.44);
}

.cfs-site-body .uk-button-primary {
    border: 1px solid var(--cfs-accent);
    color: #fffaf7;
    background: var(--cfs-accent);
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(145, 29, 34, 0.16);
}

.cfs-site-body .uk-button-primary:hover,
.cfs-site-body .uk-button-primary:focus-visible {
    background: #661519;
    border-color: #661519;
}

.cfs-site-body .uk-dropdown,
.cfs-site-body .uk-navbar-dropdown {
    padding: 18px;
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.96);
    box-shadow: 0 22px 60px rgba(36, 34, 32, 0.12);
    backdrop-filter: blur(18px);
}

.cfs-site-body .cfs-tools-dropdown,
.cfs-site-body .cfs-tools-dropdown[style] {
    box-sizing: border-box;
    max-height: none !important;
    overflow: visible !important;
}

.cfs-site-body .uk-dropdown-grid {
    margin-left: -18px;
}

.cfs-site-body .uk-dropdown-grid > * {
    padding-left: 18px;
}

.cfs-site-body .uk-nav-header {
    margin: 0 0 8px;
    padding: 0 10px 8px;
    border-bottom: 1px solid rgba(36, 34, 32, 0.1);
    color: var(--cfs-accent);
    font-size: 0.82rem;
    font-weight: 760;
    text-transform: none;
    letter-spacing: 0;
}

.cfs-site-body .uk-dropdown-nav > li > a,
.cfs-site-body .uk-navbar-dropdown-nav > li > a {
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 8px;
    color: rgba(36, 34, 32, 0.72);
    font-size: 0.92rem;
    line-height: 1.35;
    margin:2px 0;
}

.cfs-site-body .uk-dropdown-nav > li.uk-active > a,
.cfs-site-body .uk-navbar-dropdown-nav > li.uk-active > a,
.cfs-site-body .uk-dropdown-nav > li > a:hover,
.cfs-site-body .uk-navbar-dropdown-nav > li > a:hover,
.cfs-site-body .uk-dropdown-nav > li > a:focus-visible,
.cfs-site-body .uk-navbar-dropdown-nav > li > a:focus-visible {
    color: var(--cfs-accent);
    background: rgba(145, 29, 34, 0.07);
}

@media (min-width: 960px) {
    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] {
        width: min(1280px, calc(100vw - 20px)) !important;
        max-height: none !important;
        overflow: visible !important;
        padding: clamp(18px, 2vw, 24px);
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: clamp(12px, 1.8vw, 20px);
        margin-left: 0;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-grid::before,
    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-grid::after {
        display: none;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-grid > * {
        width: auto;
        padding-left: 0;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-nav {
        height: auto;
        min-height: 0;
        padding: 14px;
        border: 1px solid rgba(36, 34, 32, 0.08);
        border-radius: 8px;
        background: transparent;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-nav-header {
        padding-right: 6px;
        padding-left: 6px;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-nav > li > a {
        min-height: 32px;
        padding: 7px 8px;
        font-size: 0.86rem;
        overflow-wrap: anywhere;
    }
}

@media (min-width: 960px) and (max-width: 1120px) {
    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] {
        width: calc(100vw - 24px) !important;
    }

    .cfs-site-body .uk-navbar-nav > li > .uk-width-large[uk-dropdown] .uk-dropdown-grid {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }

    .cfs-site-body .uk-navbar-nav > li > a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 0.84rem;
    }
}

@media (min-width: 960px) and (max-width: 1180px) {
    .cfs-site-body .uk-navbar-nav.uk-visible\@m {
        display: none !important;
    }

    .cfs-site-body .uk-navbar-toggle.uk-hidden\@m {
        display: flex !important;
    }
}

.cfs-site-body .uk-offcanvas-bar {
    width: min(88vw, 360px);
    color: var(--cfs-ink);
    background: rgba(243, 243, 242, 0.98);
    border-right: 1px solid rgba(36, 34, 32, 0.1);
    box-shadow: 18px 0 60px rgba(36, 34, 32, 0.12);
}

.cfs-site-body .uk-offcanvas-bar .uk-nav-default > li > a,
.cfs-site-body .uk-offcanvas-bar .uk-nav-sub a {
    color: rgba(36, 34, 32, 0.74);
    border-radius: 8px;
}

.cfs-site-body .uk-offcanvas-bar .uk-nav-default > li > a {
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 700;
}

.cfs-site-body .uk-offcanvas-bar .uk-nav-sub {
    padding: 4px 0 10px 14px;
}

.cfs-site-body .uk-offcanvas-bar .uk-nav-sub a {
    padding: 7px 10px;
}

.cfs-site-body .uk-offcanvas-bar .uk-active > a,
.cfs-site-body .uk-offcanvas-bar a:hover,
.cfs-site-body .uk-offcanvas-bar a:focus-visible {
    color: var(--cfs-accent) !important;
    background: rgba(145, 29, 34, 0.07);
}

.cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type {
    position: relative;
    padding-top: clamp(52px, 8vw, 92px);
    padding-bottom: clamp(36px, 6vw, 68px);
    border-bottom: 1px solid var(--cfs-line);
}

.cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h1,
.cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h2 {
    color: var(--cfs-ink) !important;
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.12;
    text-wrap: balance;
}

.cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h1 {
    font-size: clamp(1.72rem, 3vw, 2.8rem);
}

.cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h2 {
    font-size: clamp(1.62rem, 2.65vw, 2.55rem);
}

.cfs-site-body:not(.fs-home-body) .uk-text-primary {
    color: var(--cfs-accent) !important;
}

.cfs-site-body .cfs-tool-page {
    position: relative;
    overflow: hidden;
    padding-top: clamp(54px, 7vw, 92px) !important;
    padding-bottom: clamp(58px, 8vw, 102px) !important;
    border-bottom: 0 !important;
}




.cfs-site-body .cfs-tool-shell {
    box-sizing: border-box;
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cfs-site-body .cfs-tool-shell > h2 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--cfs-ink) !important;
    font-size: clamp(1.62rem, 2.65vw, 2.55rem);
    font-weight: 590;
    line-height: 1.08;
    text-wrap: balance;
}

.cfs-site-body .cfs-tool-shell > .uk-text-lead {
    max-width: 720px;
    margin: 18px auto clamp(32px, 6vw, 58px) !important;
    color: var(--cfs-muted);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.78;
}

.cfs-site-body .cfs-tool-workbench {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
    grid-auto-flow: row;
}

.cfs-site-body .cfs-tool-workbench > * {
    min-width: 0;
    max-width: none;
}

.cfs-site-body .cfs-tool-workbench > hr {
    display: none;
}

.cfs-site-body .cfs-tool-workbench > form,
.cfs-site-body .cfs-tool-workbench > form + hr + div,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult),
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel,
.cfs-site-body .cfs-tool-workbench > #recommendgoods,
.cfs-site-body .cfs-tool-workbench > .uk-margin-medium-top:not(.uk-margin-large-bottom) {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: clamp(24px, 3.2vw, 38px);
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}

.cfs-site-body .cfs-tool-workbench > form,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-form-panel {
    padding: clamp(28px, 3.8vw, 46px);
}

.cfs-site-body .cfs-tool-workbench > form,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-form-panel {
    grid-column: 1 / -1;
    grid-row: auto;
}

.cfs-site-body .cfs-tool-workbench > form + hr + div,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult),
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel {
    grid-column: 1 / -1;
    grid-row: auto;
}

.cfs-site-body .cfs-tool-workbench > form::before,
.cfs-site-body .cfs-tool-workbench > form + hr + div::before,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult)::before,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel::before {
    position: absolute;
    left: -18%;
    bottom: -20%;
    width: min(360px, 46vw);
    aspect-ratio: 1;
    content: "";
    background: url("../images/resource/home-ink-cloud.svg") center / contain no-repeat;
    opacity: 0.065;
    pointer-events: none;
}

.cfs-site-body .cfs-tool-workbench > form > *,
.cfs-site-body .cfs-tool-workbench > form + hr + div > *,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult) > *,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel > * {
    position: relative;
}

.cfs-site-body .cfs-tool-workbench .uk-fieldset {
    display: grid;
    gap: 0;
    margin: 0;
}

.cfs-site-body .cfs-tool-workbench .uk-legend {
    margin-bottom: clamp(18px, 2.7vw, 28px);
    color: var(--cfs-ink);
    font-size: clamp(1.18rem, 1.7vw, 1.48rem);
    font-weight: 760;
    line-height: 1.25;
    text-wrap: balance;
}

.cfs-site-body .cfs-tool-workbench > form .uk-legend {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    font-size: clamp(1.12rem, 1.5vw, 1.34rem);
}



.cfs-site-body .cfs-tool-workbench > form + hr + div > .uk-legend,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult) > .uk-legend,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel > .uk-legend {
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1;
}

.cfs-site-body .cfs-tool-workbench form .uk-grid-small {
    width: 100% !important;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    align-items: start;
}

.cfs-site-body .cfs-tool-workbench form .uk-grid-small > * {
    width: 100%;
    padding-left: 0;
    min-width: 0;
}

.cfs-site-body .cfs-tool-workbench form .uk-grid-small > * + * {
    margin-top: 0;
}

.cfs-site-body .cfs-tool-input-grid {
    display: grid;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    gap: clamp(18px, 2.8vw, 30px);
    align-items: stretch;
}

.cfs-site-body .cfs-tool-input-grid--media {
    grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1.05fr);
}

.cfs-site-body .cfs-tool-input-grid--stack {
    max-width: 820px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.cfs-site-body #mianxiangshuForm .cfs-tool-input-grid--media,
.cfs-site-body #zhougongjiemengForm .cfs-tool-input-grid--stack {
    max-width: none;
}

.cfs-site-body .cfs-tool-input-grid > input[type="hidden"] {
    display: none;
}

.cfs-site-body .cfs-tool-upload-field,
.cfs-site-body .cfs-tool-textarea-field {
    min-width: 0;
}

.cfs-site-body .cfs-tool-upload-field {
    display: grid;
    align-content: start;
    gap: 12px;
}

.cfs-site-body .cfs-tool-upload-box,
.cfs-site-body #upload-success {
    display: flex;
    box-sizing: border-box;
    min-height: 154px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cfs-site-body #upload-success {
    color: #267c52 !important;
    font-weight: 720;
    line-height: 1.5;
}

.cfs-site-body .cfs-tool-textarea-field textarea,
.cfs-site-body #zhougongjiemengForm textarea {
    min-height: 154px;
}

@media (min-width: 961px) {
    .cfs-site-body #mianxiangshuForm .cfs-tool-upload-field {
        --cfs-face-label-offset: calc((0.88rem * 1.3) + 8px);
        box-sizing: border-box;
        grid-template-rows: minmax(0, 1fr) auto;
        align-content: stretch;
        gap: 0;
        padding-top: var(--cfs-face-label-offset);
    }

    .cfs-site-body #mianxiangshuForm .cfs-tool-upload-box,
    .cfs-site-body #mianxiangshuForm #upload-success {
        height: 100%;
        min-height: 0;
    }

    .cfs-site-body #zhougongjiemengForm .cfs-tool-input-grid--stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cfs-site-body #zhougongjiemengForm .cfs-tool-field {
        align-content: stretch;
    }

    .cfs-site-body #zhougongjiemengForm #dream_text,
    .cfs-site-body #zhougongjiemengForm #dream_context {
        min-height: 190px;
    }
}

.cfs-site-body #zhougongjiemengForm #dream_text {
    min-height: 190px;
}

.cfs-site-body #zhougongjiemengForm #dream_context {
    min-height: 190px;
}


.cfs-site-body #zhougongjiemengForm .cfs-tool-form-footer {
    max-width: none;
}

.cfs-site-body #bazihehunForm .uk-grid-small {
    max-width: 960px;
    margin-right: auto !important;
    margin-left: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px clamp(22px, 4vw, 42px);
}

.cfs-site-body #bazihehunForm .uk-grid-small > input[type="hidden"] {
    display: none;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-margin-medium-top {
    margin-top: 0 !important;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(1),
.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(4) {
    display: flex;
    min-height: 34px;
    align-items: flex-start;
    padding-bottom: 6px !important;
    border-bottom: 1px solid rgba(145, 29, 34, 0.16);
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
}

.cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(6) {
    grid-column: 2;
    grid-row: 3;
}

.cfs-site-body #bazihehunForm .cfs-tool-form-footer {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.cfs-site-body .cfs-tool-field {
    display: grid;
    gap: 8px;
    width: 100%;
}

.cfs-site-body .cfs-tool-field__label {
    display: block;
    margin-bottom: 0;
    color: var(--cfs-ink) !important;
    font-size: 0.88rem;
    font-weight: 760;
    line-height: 1.3;
    text-wrap: pretty;
}

.cfs-site-body .cfs-tool-workbench .uk-text-primary {
    color: var(--cfs-accent) !important;
    font-weight: 760;
}

.cfs-site-body .cfs-tool-field .uk-inline,
.cfs-site-body .cfs-tool-workbench .uk-inline {
    width: 100%;
}

.cfs-site-body .cfs-tool-workbench .cfs-tool-field.uk-inline {
    display: block;
}

.cfs-site-body .cfs-tool-workbench .cfs-tool-field.uk-inline .cfs-tool-field__label {
    margin-bottom: 8px;
}

.cfs-site-body .cfs-tool-workbench .cfs-tool-field.uk-inline .uk-form-icon {
    top: auto;
    bottom: 0;
    height: 52px;
    color: rgba(36, 34, 32, 0.44);
}

.cfs-site-body .cfs-tool-workbench .cfs-tool-field.uk-inline .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
    padding-left: 52px;
}

.cfs-site-body .cfs-tool-workbench .cfs-tool-field.uk-inline .uk-form-icon-flip ~ .uk-input {
    padding-right: 52px;
}

.cfs-site-body .cfs-tool-workbench .uk-input,
.cfs-site-body .cfs-tool-workbench .uk-select,
.cfs-site-body .cfs-tool-workbench .uk-textarea,
.cfs-site-body .cfs-tool-workbench textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid rgba(36, 34, 32, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 252, 0.64);
    color: var(--cfs-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 252, 0.72);
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cfs-site-body .cfs-tool-workbench .uk-select:not([multiple]):not([size]) {
    padding-right: 48px;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 252, 0.64);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l5 5 5-5' fill='none' stroke='%23911d22' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 14px 9px;
}

.cfs-site-body .cfs-tool-workbench .uk-select::-ms-expand {
    display: none;
}

.cfs-site-body .cfs-tool-workbench .uk-select:disabled,
.cfs-site-body .cfs-tool-workbench .uk-input:disabled,
.cfs-site-body .cfs-tool-workbench .uk-textarea:disabled,
.cfs-site-body .cfs-tool-workbench textarea:disabled {
    opacity: 0.72;
    background-color: rgba(243, 243, 242, 0.74);
}

.cfs-site-body .cfs-tool-workbench .uk-textarea,
.cfs-site-body .cfs-tool-workbench textarea {
    min-height: 114px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.65;
    resize: vertical;
}

.cfs-site-body .cfs-tool-workbench .uk-input::placeholder,
.cfs-site-body .cfs-tool-workbench textarea::placeholder {
    color: rgba(36, 34, 32, 0.46);
}

.cfs-site-body .cfs-tool-workbench .uk-input:focus,
.cfs-site-body .cfs-tool-workbench .uk-select:focus,
.cfs-site-body .cfs-tool-workbench .uk-textarea:focus,
.cfs-site-body .cfs-tool-workbench textarea:focus {
    border-color: rgba(145, 29, 34, 0.55);
    background: rgba(255, 255, 252, 0.9);
    box-shadow: 0 0 0 3px rgba(145, 29, 34, 0.1), inset 0 1px 0 rgba(255, 255, 252, 0.82);
}

.cfs-site-body .cfs-tool-workbench .uk-text-small {
    color: rgba(36, 34, 32, 0.62);
    line-height: 1.7;
}

.cfs-site-body .cfs-tool-workbench form .uk-placeholder {
    margin: 0;
    padding: clamp(22px, 3vw, 30px);
    border: 1px dashed rgba(145, 29, 34, 0.24);
    border-radius: 10px;
    background: rgba(255, 255, 252, 0.5);
    color: rgba(36, 34, 32, 0.66);
}

.cfs-site-body .cfs-tool-workbench form .uk-progress {
    height: 6px;
    margin-top: 12px;
    border-radius: 999px;
    background: rgba(36, 34, 32, 0.08);
}

.cfs-site-body .cfs-tool-form-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 16px;
    align-items: stretch;
    margin-top: 22px;
    padding: 16px;
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.46), rgba(243, 243, 242, 0.66)),
        radial-gradient(circle at 0 0, rgba(145, 29, 34, 0.045), transparent 34%);
}

.cfs-site-body .cfs-tool-form-footer--solo {
    grid-template-columns: minmax(0, 360px);
    justify-content: center;
}

.cfs-site-body .cfs-tool-form-guidance {
    display: grid;
    gap: 9px;
    align-content: center;
    min-width: 0;
}

.cfs-site-body .cfs-tool-form-note,
.cfs-site-body .cfs-tool-quota-note,
.cfs-site-body .cfs-tool-submit-row {
    margin: 0 !important;
    text-align: left !important;
}

.cfs-site-body .cfs-tool-form-note .uk-text-small,
.cfs-site-body .cfs-tool-quota-note .uk-text-small {
    color: rgba(36, 34, 32, 0.68);
    font-size: 0.93rem;
    line-height: 1.58;
}

.cfs-site-body .cfs-tool-quota-note .uk-text-small {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: center;
}

.cfs-site-body .cfs-tool-quota-note #loginmemberquota {
    display: inline-grid;
    min-width: 34px;
    min-height: 28px;
    place-items: center;
    padding: 0 9px;
    border-radius: 7px;
    background: var(--cfs-accent);
    color: #fffaf7;
    font-weight: 820;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.cfs-site-body .cfs-tool-quota-note a.uk-text-primary {
    display: inline-flex;
    align-items: center;
    margin-left: 2px !important;
    color: var(--cfs-accent) !important;
    font-size: 0.92rem;
    font-weight: 760;
}

.cfs-site-body .cfs-tool-form-submit {
    display: flex;
    min-width: 0;
}

.cfs-site-body .cfs-tool-submit-row {
    display: flex;
    width: 100%;
    align-items: center;
}

.cfs-site-body .cfs-tool-workbench .uk-button-primary {
    width: auto !important;
    min-width: min(240px, 100%);
}

.cfs-site-body .cfs-tool-submit-row .uk-button-primary {
    width: 100% !important;
    min-width: 0;
    min-height: 52px;
}

.cfs-site-body .cfs-tool-workbench > form + hr + div,
.cfs-site-body .cfs-tool-workbench > div:has(#dataResult),
.cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel {
    min-height: 0;
}

.cfs-site-body .cfs-tool-workbench #dataResult {
    display: grid;
    width: 100%;
    flex: 1;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(16px, 2vw, 22px);
    min-height: 280px;
    padding: clamp(18px, 2.8vw, 30px) 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(36, 34, 32, 0.74);
    line-height: 1.78;
}

.cfs-site-body .cfs-tool-workbench #dataResult > * {
    min-width: 0;
}

.cfs-site-body .cfs-tool-workbench #dataResult .uk-padding {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    place-items: center;
    color: rgba(36, 34, 32, 0.48) !important;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.cfs-site-body .cfs-tool-workbench #dataResult .uk-padding::before {
    display: grid;
    width: 96px;
    aspect-ratio: 1;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid rgba(145, 29, 34, 0.18);
    border-radius: 50%;
    background: url("../images/resource/home-bagua-seal.svg") center / 76% no-repeat;
    content: "";
}

.cfs-site-body .cfs-tool-workbench > .cfs-adsense,
.cfs-site-body .cfs-tool-workbench > #recommendgoods,
.cfs-site-body .cfs-tool-workbench > .uk-margin-medium-top:not(.uk-margin-large-bottom),
.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel {
    grid-column: 1 / -1;
    grid-row: auto;
}

.cfs-site-body .cfs-tool-workbench > .uk-margin-medium-top:not(.uk-margin-large-bottom),
.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel {
    color: rgba(36, 34, 32, 0.76);
    line-height: 1.82;
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel {
    padding: clamp(28px, 4vw, 46px);
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.5), rgba(243, 243, 242, 0.72)),
        radial-gradient(circle at 0 0, rgba(145, 29, 34, 0.045), transparent 32%);
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel--empty {
    display: none !important;
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel .uk-text-break {
    max-width: 78ch;
    color: rgba(36, 34, 32, 0.72);
    font-size: clamp(1rem, 1.18vw, 1.08rem);
    line-height: 1.9;
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h2,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h3,
.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h4 {
    color: var(--cfs-ink);
    font-weight: 720;
    line-height: 1.25;
    text-wrap: balance;
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h2 {
    font-size: clamp(1.28rem, 1.8vw, 1.62rem);
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h3 {
    font-size: clamp(1.16rem, 1.5vw, 1.34rem);
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel h4 {
    font-size: clamp(1.04rem, 1.25vw, 1.16rem);
}

.cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel p {
    margin-top: 0.9em;
    margin-bottom: 0;
}

.cfs-site-body .cfs-tool-workbench > #recommendgoods .uk-container-small {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cfs-site-body .cfs-tool-workbench > #recommendgoods {
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.54), rgba(243, 243, 242, 0.76)),
        radial-gradient(circle at 100% 0, rgba(145, 29, 34, 0.06), transparent 34%);
}

.cfs-site-body #recommendgoods .uk-legend {
    margin-bottom: 8px;
}

.cfs-site-body #recommendgoods > .uk-container-small > .uk-text-primary,
.cfs-site-body #recommendgoods > .uk-container-small > p {
    max-width: 62ch;
    margin-top: 0;
    color: rgba(36, 34, 32, 0.64) !important;
    line-height: 1.7;
}

.cfs-site-body #recommendgoods-content {
    display: grid;
    gap: 16px;
    margin-top: 22px !important;
}

.cfs-site-body #recommendgoods-content > .uk-card {
    display: grid !important;
    grid-template-columns: minmax(130px, 210px) minmax(0, 1fr);
    align-items: center;
    margin: 0 !important;
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.42) !important;
    box-shadow: none;
    overflow: hidden;
}

.cfs-site-body #recommendgoods-content .uk-card-media-left {
    width: auto;
    min-height: 180px;
    padding: clamp(18px, 3vw, 30px) !important;
    border-right: 1px solid rgba(36, 34, 32, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.6), rgba(232, 230, 225, 0.56));
}

.cfs-site-body #recommendgoods-content img {
    width: min(180px, 100%);
    max-height: 180px;
    object-fit: contain;
}

.cfs-site-body #recommendgoods-content .uk-width-2-3\@s {
    width: auto;
}

.cfs-site-body #recommendgoods-content .uk-card-body {
    padding: clamp(22px, 3vw, 34px);
}

.cfs-site-body #recommendgoods-content .uk-card-title {
    color: var(--cfs-ink);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 720;
    line-height: 1.2;
}

.cfs-site-body #recommendgoods-content .uk-text-meta {
    max-width: 72ch;
    color: rgba(36, 34, 32, 0.62) !important;
    font-size: 0.96rem;
    line-height: 1.72;
}

.cfs-site-body #recommendgoods-content .uk-button-primary {
    min-width: 168px;
    border-radius: 8px;
    box-shadow: none;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content,
.cfs-site-body .cfs-tool-workbench .calc-thinking {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: clamp(24px, 3.4vw, 42px);
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.52), rgba(243, 243, 242, 0.82)) !important;
    box-shadow: none;
}

.cfs-site-body .cfs-tool-workbench .calc-status-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: stretch;
}

.cfs-site-body .cfs-tool-workbench .calc-status-step {
    display: flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(36, 34, 32, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.42);
    color: rgba(36, 34, 32, 0.52);
    font-size: 0.88rem;
    font-weight: 720;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

.cfs-site-body .cfs-tool-workbench .calc-status-step + .calc-status-step {
    margin-left: 0;
}

.cfs-site-body .cfs-tool-workbench .calc-status-step + .calc-status-step::before {
    display: none;
}

.cfs-site-body .cfs-tool-workbench .calc-status-step .step-num {
    width: 22px;
    height: 22px;
    background: rgba(36, 34, 32, 0.08);
    color: inherit;
    font-size: 0.78rem;
}

.cfs-site-body .cfs-tool-workbench .calc-status-step.active,
.cfs-site-body .cfs-tool-workbench .calc-status-step.done {
    border-color: rgba(145, 29, 34, 0.28);
    background: var(--cfs-accent);
    color: #fffaf7;
    box-shadow: 0 14px 28px rgba(145, 29, 34, 0.12);
}

.cfs-site-body .cfs-tool-workbench .calc-status-step.done {
    background: rgba(145, 29, 34, 0.78);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content {
    color: rgba(36, 34, 32, 0.76);
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.88;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h1,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h2,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h4 {
    margin-top: 1.25em;
    margin-bottom: 0.65em;
    color: var(--cfs-ink);
    font-weight: 760;
    line-height: 1.28;
    text-wrap: balance;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h1 {
    font-size: clamp(1.28rem, 2vw, 1.58rem);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h2 {
    font-size: clamp(1.18rem, 1.75vw, 1.42rem);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3 {
    font-size: clamp(1.08rem, 1.45vw, 1.24rem);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h1:first-child,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h2:first-child,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3:first-child {
    margin-top: 0;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h2,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3 {
    padding-left: 16px;
    border-left: 4px solid var(--cfs-accent);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content p {
    margin: 0.75em 0 0;
    color: rgba(36, 34, 32, 0.74);
    line-height: 1.9;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content ul,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content ol {
    display: grid;
    gap: 0.55em;
    margin: 0.9em 0 0;
    padding-left: 1.35em;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content li {
    margin: 0;
    padding-left: 0.28em;
    color: rgba(36, 34, 32, 0.72);
    line-height: 1.82;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content li::marker {
    color: var(--cfs-accent);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content strong {
    color: var(--cfs-ink);
    background: linear-gradient(to bottom, transparent 62%, rgba(145, 29, 34, 0.1) 62%);
    font-weight: 760;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 8px;
    box-shadow: none;
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content table th {
    background: rgba(145, 29, 34, 0.92);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content table tr:nth-child(even) {
    background: rgba(255, 255, 252, 0.38);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h1,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h2,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content strong {
    color: var(--cfs-ink);
}

.cfs-site-body .cfs-tool-workbench #dataResult .result-content h3,
.cfs-site-body .cfs-tool-workbench #dataResult .result-content blockquote {
    border-left-color: var(--cfs-accent);
}

.cfs-site-body .cfs-blog-hero,
.cfs-site-body .cfs-blog-detail-hero {
    position: relative;
    overflow: hidden;
    padding-top: clamp(68px, 9vw, 116px) !important;
    padding-bottom: clamp(38px, 6vw, 72px) !important;
    border-bottom: 0 !important;
}

.cfs-site-body .cfs-blog-hero .uk-container,
.cfs-site-body .cfs-blog-detail-hero .uk-container {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 40px));
    max-width: none;
}

.cfs-site-body .cfs-blog-hero h1,
.cfs-site-body .cfs-blog-detail-hero h1,
.cfs-site-body .cfs-blog-article-title {
    max-width: 860px;
    margin: 0 auto;
    color: var(--cfs-ink) !important;
    font-size: clamp(1.72rem, 3vw, 2.8rem);
    font-weight: 590;
    line-height: 1.1;
    text-wrap: balance;
}

.cfs-site-body .cfs-blog-detail-hero .uk-text-muted {
    margin-top: 16px;
    color: rgba(36, 34, 32, 0.55) !important;
    font-size: 0.96rem;
}

.cfs-site-body .cfs-blog-list-section,
.cfs-site-body .cfs-blog-detail-section {
    padding-top: clamp(22px, 3vw, 36px) !important;
    padding-bottom: clamp(70px, 9vw, 110px) !important;
}

.cfs-site-body .cfs-blog-list-section .uk-container-small,
.cfs-site-body .cfs-blog-list-page > .uk-container {
    box-sizing: border-box;
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cfs-site-body .cfs-blog-list-section .uk-width-1-1,
.cfs-site-body .cfs-blog-list-page .uk-child-width-1-2\@m {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 0;
    border-top: 1px solid rgba(36, 34, 32, 0.11);
    border-bottom: 1px solid rgba(36, 34, 32, 0.11);
}

.cfs-site-body .cfs-blog-list-page .uk-child-width-1-2\@m > * {
    width: 100%;
    padding-left: 0;
}

.cfs-site-body .cfs-blog-list-section .uk-margin-medium-bottom {
    margin-bottom: 0 !important;
}

.cfs-site-body .cfs-blog-card {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(180px, 0.28fr);
    gap: clamp(18px, 4vw, 56px);
    align-items: start;
    min-height: 100%;
    padding: clamp(28px, 4.5vw, 48px) 0;
    border: 0;
    border-radius: 0 !important;
    border-top: 1px solid rgba(36, 34, 32, 0.1);
    background: transparent !important;
    box-shadow: none;
    transition: color 180ms ease, opacity 180ms ease;
}

.cfs-site-body .cfs-blog-list-section .uk-margin-medium-bottom:first-child .cfs-blog-card,
.cfs-site-body .cfs-blog-list-page .uk-child-width-1-2\@m > div:first-child .cfs-blog-card {
    border-top: 0;
}

.cfs-site-body .cfs-blog-card:hover,
.cfs-site-body .cfs-blog-card:focus-visible {
    color: var(--cfs-accent);
    box-shadow: none;
    transform: none;
}

.cfs-site-body .cfs-blog-card .uk-card-title,
.cfs-site-body .cfs-blog-card h3 {
    color: var(--cfs-ink);
    font-size: clamp(1.18rem, 1.75vw, 1.42rem);
    font-weight: 650;
    line-height: 1.25;
}

.cfs-site-body .cfs-blog-card p {
    color: rgba(36, 34, 32, 0.65);
    line-height: 1.72;
}

.cfs-site-body .cfs-blog-card p:first-of-type {
    max-width: 62ch;
    margin-top: 14px;
    grid-column: 1;
}

.cfs-site-body .cfs-blog-card p:last-child {
    margin-top: 4px;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    color: var(--cfs-accent);
    font-size: 0.9rem;
    font-weight: 680;
    text-align: right;
    white-space: nowrap;
}

.cfs-site-body .cfs-blog-list-page {
    padding-top: clamp(42px, 7vw, 78px) !important;
    padding-bottom: clamp(70px, 9vw, 110px) !important;
    border-bottom: 0 !important;
}

.cfs-site-body .cfs-blog-list-page .uk-breadcrumb {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cfs-site-body .cfs-blog-article-page {
    padding-top: clamp(42px, 7vw, 78px) !important;
    padding-bottom: clamp(70px, 9vw, 110px) !important;
    border-bottom: 0 !important;
}

.cfs-site-body .cfs-blog-article-page > .uk-container,
.cfs-site-body .cfs-blog-detail-section .uk-container-small {
    box-sizing: border-box;
    width: min(920px, calc(100% - 40px));
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cfs-site-body .cfs-blog-article-page > .uk-container > .uk-margin-large-bottom,
.cfs-site-body .cfs-blog-detail-section .uk-background-default {
    padding: clamp(24px, 4vw, 44px) 0;
    border-top: 1px solid rgba(36, 34, 32, 0.11);
    border-bottom: 1px solid rgba(36, 34, 32, 0.11);
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none;
}

.cfs-site-body .cfs-blog-article-page .uk-breadcrumb {
    margin-bottom: 24px !important;
}

.cfs-site-body .cfs-blog-article-page p,
.cfs-site-body .cfs-blog-detail-section p {
    color: rgba(36, 34, 32, 0.74);
    font-size: 1.03rem;
    line-height: 1.86;
}

.cfs-adsense {
    position: relative;
    width: min(920px, calc(100% - 40px)) !important;
    max-width: none !important;
    padding: 16px 0 !important;
    border-top: 1px solid rgba(36, 34, 32, 0.11);
    border-bottom: 1px solid rgba(36, 34, 32, 0.11);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cfs-adsense .adsbygoogle {
    border-radius: 0;
    background: rgba(36, 34, 32, 0.025);
}

.cfs-site-body .cfs-tool-workbench > .cfs-adsense {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.cfs-adsense::before {
    display: block;
    margin-bottom: 16px;
    color: rgba(36, 34, 32, 0.42);
    content: "Advertisement";
    font-size: 0.72rem;
    font-weight: 680;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.cfs-adsense-tool_after_result {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.cfs-adsense-article_top {
    margin-top: 0 !important;
}

.cfs-site-body .uk-section-primary {
    margin-top: auto !important;
    flex-shrink: 0;
    color: rgba(36, 34, 32, 0.72);
    background: rgba(232, 230, 225, 0.72);
    border-top: 1px solid rgba(36, 34, 32, 0.1);
}

.cfs-site-body .uk-section-primary a,
.cfs-site-body .uk-section-primary .uk-logo,
.cfs-site-body .uk-section-primary .uk-text-right\@m,
.cfs-site-body .uk-section-primary .uk-subnav > * > :first-child {
    color: rgba(36, 34, 32, 0.72) !important;
}

.cfs-site-body .uk-section-primary a:hover,
.cfs-site-body .uk-section-primary a:focus-visible {
    color: var(--cfs-accent) !important;
}

.cfs-site-body:not(.fs-home-body) .uk-section-primary .uk-subnav a {
    pointer-events: auto;
    cursor: pointer;
}

.cfs-site-body .uk-section-primary hr {
    border-color: rgba(36, 34, 32, 0.12);
}

.cfs-auth-section {
    display: grid;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    min-height: calc(100vh - var(--cfs-nav-height));
    min-height: calc(100dvh - var(--cfs-nav-height));
    padding: clamp(54px, 8vw, 98px) 0 clamp(62px, 9vw, 112px);
    place-items: center;
}

.cfs-auth-section::before,
.cfs-auth-section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.cfs-auth-section::before {
    left: max(-120px, calc((100vw - 1160px) / 2 - 210px));
    bottom: -120px;
    width: min(520px, 52vw);
    aspect-ratio: 1;
    background: url("../images/resource/home-ink-cloud.svg") center / contain no-repeat;
    opacity: 0.13;
}

.cfs-auth-section::after {
    right: max(20px, calc((100vw - 1160px) / 2));
    top: 16%;
    width: min(260px, 28vw);
    aspect-ratio: 1;
    background: url("../images/resource/home-bagua-seal.svg") center / contain no-repeat;
    opacity: 0.12;
    animation: none;
}

.cfs-auth-shell {
    position: relative;
    z-index: 1;
    display: block;
    width: min(560px, calc(100% - 40px));
    margin: 0 auto;
}

.cfs-auth-visual {
    display: none;
}

.cfs-auth-visual::before {
    width: min(330px, 78vw);
    aspect-ratio: 1;
    content: "";
    border: 1px dashed rgba(167, 161, 151, 0.36);
    border-radius: 50%;
    background: url("../images/resource/home-constellation-map.svg") center / 92% no-repeat;
    opacity: 0.72;
    animation: fs-spin 46s linear infinite;
}

.cfs-auth-visual::after {
    position: absolute;
    width: min(160px, 36vw);
    aspect-ratio: 1;
    content: "";
    background: url("../images/resource/home-five-elements-orbit.svg") center / contain no-repeat;
    opacity: 0.68;
    animation: fs-reverse-spin 36s linear infinite;
}

.cfs-auth-card {
    position: relative;
    padding: clamp(28px, 4.5vw, 48px);
    border: 1px solid rgba(36, 34, 32, 0.13);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.52);
    box-shadow: 0 24px 70px rgba(36, 34, 32, 0.08);
    overflow: hidden;
}

.cfs-auth-card::before {
    position: absolute;
    right: -80px;
    bottom: -116px;
    width: 300px;
    aspect-ratio: 1;
    content: "";
    background: url("../images/resource/home-ink-cloud.svg") center / contain no-repeat;
    opacity: 0.07;
    pointer-events: none;
}

.cfs-auth-eyebrow {
    margin: 0 0 12px;
    color: var(--cfs-accent);
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cfs-auth-card h1 {
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.38rem, 2.1vw, 2.08rem);
    font-weight: 640;
    line-height: 1.02;
    letter-spacing: 0;
}

.cfs-auth-desc {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(36, 34, 32, 0.65);
    font-size: 1rem;
    line-height: 1.76;
}

.cfs-auth-actions {
    display: grid;
    gap: 14px;
    margin-top: clamp(28px, 4vw, 42px);
}

.cfs-auth-google,
.cfs-auth-card .uk-button-primary {
    display: inline-flex;
    width: fit-content;
    min-width: min(280px, 100%);
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
}

.cfs-auth-google {
    min-height: 56px;
    padding: 0 22px;
    border: 1px solid rgba(145, 29, 34, 0.22);
    color: var(--cfs-accent) !important;
    background: rgba(255, 255, 252, 0.62);
    font-weight: 760;
    text-decoration: none;
}

.cfs-auth-google:hover,
.cfs-auth-google:focus-visible {
    border-color: rgba(145, 29, 34, 0.42);
    color: var(--cfs-accent) !important;
    background: rgba(255, 255, 252, 0.82);
}

.cfs-auth-form {
    margin-top: 26px;
}

.cfs-auth-form .uk-grid-small {
    width: 100% !important;
    max-width: none;
    margin-left: 0;
}

.cfs-auth-form .uk-grid-small > * {
    padding-left: 0;
}

.cfs-auth-form .uk-form-label {
    color: var(--cfs-ink);
    font-weight: 760;
}

.cfs-auth-form .uk-input {
    min-height: 56px;
    border: 1px solid rgba(36, 34, 32, 0.16);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.58);
    color: var(--cfs-ink);
}

.cfs-auth-form .uk-input:focus {
    border-color: rgba(145, 29, 34, 0.55);
    box-shadow: 0 0 0 3px rgba(145, 29, 34, 0.1);
}

.cfs-section-eyebrow {
    display: none !important;
    width: fit-content;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(145, 29, 34, 0.2);
    border-radius: 999px;
    color: var(--cfs-accent);
    background: rgba(255, 255, 252, 0.46);
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1.2;
}

.cfs-pricing-page,
.cfs-member-page {
    position: relative;
    flex: 1 0 auto;
}

.cfs-pricing-page::before,
.cfs-member-page::before {
    position: absolute;
    right: max(-80px, calc((100vw - 1160px) / 2 - 160px));
    top: 120px;
    z-index: -1;
    width: min(360px, 38vw);
    aspect-ratio: 1;
    content: "";
    background: url("../images/resource/home-ink-cloud.svg") center / contain no-repeat;
    opacity: 0.08;
    pointer-events: none;
}

.cfs-pricing-hero {
    padding: clamp(58px, 8vw, 104px) 0 clamp(28px, 4vw, 46px);
}

.cfs-pricing-section {
    padding: 0 0 clamp(72px, 9vw, 112px);
}

.cfs-pricing-shell,
.cfs-member-shell {
    box-sizing: border-box;
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}

.cfs-pricing-hero h1,
.cfs-member-hero h1 {
    max-width: 860px;
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.72rem, 3vw, 2.8rem);
    font-weight: 590;
    line-height: 1.1;
    text-wrap: balance;
}

.cfs-pricing-lede,
.cfs-member-hero p {
    margin: 18px 0 0;
    color: rgba(36, 34, 32, 0.66);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.78;
}

.cfs-pricing-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px 14px;
    border: 1px solid rgba(145, 29, 34, 0.16);
    border-radius: 8px;
    color: var(--cfs-accent);
    background: rgba(255, 255, 252, 0.58);
    font-weight: 700;
}

.cfs-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-bottom: clamp(34px, 4vw, 56px);
}

.cfs-pricing-card {
    box-sizing: border-box;
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(22px, 2.6vw, 32px);
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.54);
    overflow: hidden;
}

.cfs-pricing-card > * {
    min-width: 0;
}

.cfs-pricing-card--featured {
    border-color: rgba(145, 29, 34, 0.34);
    background: rgba(255, 255, 252, 0.62);
    box-shadow: 0 24px 70px rgba(145, 29, 34, 0.09);
}

.cfs-pricing-badge {
    width: fit-content;
    margin-bottom: 18px;
    padding: 5px 9px;
    border-radius: 6px;
    color: #fffaf7;
    background: var(--cfs-accent);
    font-size: 0.76rem;
    font-weight: 760;
}

.cfs-pricing-card h2,
.cfs-pricing-card h3 {
    min-height: 2.4em;
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.08rem, 1.5vw, 1.34rem);
    font-weight: 760;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.cfs-site-body .uk-modal-title {
    color: var(--cfs-ink);
    font-size: clamp(1.22rem, 1.9vw, 1.5rem);
    font-weight: 720;
    line-height: 1.2;
    text-wrap: balance;
}

.pricing-price {
    margin-top: 20px;
    color: var(--cfs-ink);
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    font-weight: 760;
    line-height: 0.95;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pricing-price .pricing-currency {
    margin-right: 2px;
    font-size: 1rem;
    font-weight: 700;
    vertical-align: super;
}

.pricing-price .pricing-unit {
    color: rgba(36, 34, 32, 0.54);
    font-size: 0.85rem;
    font-weight: 600;
}

.pricing-original {
    display: inline-block;
    margin-top: 8px;
    color: rgba(36, 34, 32, 0.46);
    font-size: 0.86rem;
    text-decoration: line-through;
}

.pricing-quota {
    margin-top: 18px;
    color: var(--cfs-accent);
    font-size: 1.02rem;
    font-weight: 760;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.pricing-per-time {
    min-height: 1.5em;
    margin-top: 6px;
    color: rgba(36, 34, 32, 0.56);
    font-size: 0.84rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.pricing-divider {
    height: 1px;
    margin: 20px 0;
    background: rgba(36, 34, 32, 0.1);
}

.pricing-features {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
    padding-bottom: 20px;
}

.pricing-features li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    color: rgba(36, 34, 32, 0.68);
    font-size: 0.92rem;
    line-height: 1.52;
    overflow-wrap: anywhere;
}

.pricing-features li::before {
    color: var(--cfs-accent);
    content: "✓";
    font-weight: 800;
}

.cfs-pricing-card .uk-button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    line-height: 1.32;
    white-space: normal;
}

.cfs-pricing-note {
    max-width: 720px;
    position: relative;
    z-index: 2;
    clear: both;
    margin: 0 auto;
    color: rgba(36, 34, 32, 0.56);
    font-size: 0.92rem;
    line-height: 1.7;
    text-align: center;
    overflow-wrap: anywhere;
}

#payment-modal .uk-modal-dialog {
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.98);
    box-shadow: 0 28px 80px rgba(36, 34, 32, 0.18);
}

#success-overlay {
    display: none;
    padding: 32px 24px;
    text-align: center;
}

#success-overlay .success-icon {
    color: var(--cfs-accent);
    font-size: 3rem;
}

#success-overlay .success-title {
    margin: 12px 0 6px;
    color: var(--cfs-ink);
    font-size: 1.3rem;
    font-weight: 760;
}

#success-overlay .success-desc {
    margin-bottom: 20px;
    color: rgba(36, 34, 32, 0.62);
    font-size: 0.94rem;
    line-height: 1.6;
}

.cfs-member-page {
    padding: clamp(52px, 7vw, 92px) 0 clamp(72px, 9vw, 112px);
}

.cfs-member-hero {
    margin-bottom: clamp(28px, 5vw, 54px);
}

.cfs-member-actions,
.cfs-member-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cfs-member-filter {
    justify-content: center;
    margin-top: 24px;
}

.cfs-site-body .uk-breadcrumb {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 24px;
    padding: 0;
    color: rgba(36, 34, 32, 0.54);
    line-height: 1.35;
}

.cfs-site-body .uk-breadcrumb > * {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    margin: 0 !important;
    padding: 0;
}

.cfs-site-body .uk-breadcrumb > * > * {
    display: inline-flex;
    max-width: min(100%, 54ch);
    min-height: 34px;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid rgba(145, 29, 34, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.38);
    color: rgba(36, 34, 32, 0.64) !important;
    overflow-wrap: anywhere;
}

.cfs-site-body .uk-breadcrumb > :last-child > * {
    color: var(--cfs-accent) !important;
    background: rgba(145, 29, 34, 0.065);
}

.cfs-site-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    display: none;
}

.cfs-member-page .uk-breadcrumb {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(36, 34, 32, 0.5);
    font-size: 0.88rem;
    font-weight: 620;
    line-height: 1.45;
}

.cfs-member-page .uk-breadcrumb > * {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.cfs-member-page .uk-breadcrumb > * > * {
    display: inline;
    min-height: 0;
    max-width: 52ch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(36, 34, 32, 0.56) !important;
    line-height: inherit;
    overflow-wrap: anywhere;
}

.cfs-member-page .uk-breadcrumb > :nth-child(n+2)::before {
    display: inline-flex !important;
    align-items: center;
    margin: 0 10px;
    color: rgba(145, 29, 34, 0.42);
    content: "/";
}

.cfs-member-page .uk-breadcrumb > :last-child > * {
    color: var(--cfs-accent) !important;
    background: transparent;
}

.cfs-member-page .uk-card {
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.54) !important;
    box-shadow: none;
    overflow: hidden;
}

.cfs-member-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.44fr);
    gap: 16px;
    margin-bottom: clamp(18px, 3vw, 30px);
}

.cfs-member-stat-card,
.cfs-member-section {
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.54);
    overflow: hidden;
}

.cfs-member-stat-card {
    position: relative;
    min-height: 210px;
    padding: clamp(24px, 3.2vw, 38px);
}

.cfs-member-stat-card::after {
    position: absolute;
    right: -54px;
    bottom: -80px;
    width: 220px;
    aspect-ratio: 1;
    content: "";
    background: url("../images/resource/home-bagua-seal.svg") center / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.cfs-member-stat-card h2,
.cfs-member-stat-card h3 {
    position: relative;
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.15rem, 1.6vw, 1.48rem);
    font-weight: 720;
    line-height: 1.16;
}

.cfs-member-quota-value {
    position: relative;
    margin: clamp(20px, 3vw, 30px) 0 18px;
    color: var(--cfs-accent);
    font-size: clamp(2.25rem, 4.5vw, 3.85rem);
    font-weight: 720;
    line-height: 0.95;
    font-variant-numeric: tabular-nums;
}

.cfs-member-stat-card p {
    position: relative;
    max-width: 54ch;
    color: rgba(36, 34, 32, 0.62);
    line-height: 1.7;
}

.cfs-member-section + .cfs-member-section {
    margin-top: 18px;
}

.cfs-member-section__head {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: clamp(18px, 2.8vw, 28px);
    border-bottom: 1px solid rgba(36, 34, 32, 0.1);
    background: rgba(255, 255, 252, 0.26);
}

.cfs-member-section__head h2,
.cfs-member-section__head h3 {
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.06rem, 1.45vw, 1.3rem);
    font-weight: 720;
    line-height: 1.22;
}

.cfs-member-section__body {
    padding: clamp(18px, 2.8vw, 28px);
}

.cfs-member-record-list {
    margin: 0;
}

.cfs-member-record-list > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
}

.cfs-member-record-list > li:first-child {
    padding-top: 0;
}

.cfs-member-record-list > li:last-child {
    padding-bottom: 0;
}

.cfs-member-record-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
    margin-top: 6px;
    color: rgba(36, 34, 32, 0.54);
    font-size: 0.9rem;
}

.cfs-member-page .cfs-label-paypal,
.cfs-member-page .cfs-label-paddle,
.cfs-member-page .cfs-label-status {
    font-size: 0.72rem;
}

.cfs-member-page .cfs-label-paddle {
    background: rgba(36, 107, 83, 0.12);
    color: #286b53;
}

.cfs-member-page #pdf-content {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.cfs-member-page #pdf-content .uk-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.5), rgba(243, 243, 242, 0.72)) !important;
}

.cfs-member-page .pdf-export-header {
    border-bottom: 1px solid rgba(36, 34, 32, 0.12) !important;
    background: rgba(255, 255, 252, 0.28) !important;
}

.cfs-member-page #pdf-content .uk-panel {
    border: 1px solid rgba(36, 34, 32, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 252, 0.42) !important;
}

.cfs-member-page .param-img-preview {
    border-color: rgba(36, 34, 32, 0.12) !important;
    border-radius: 8px !important;
}

.cfs-member-page .param-img-preview.cfs-generated-result-image {
    width: min(100%, 560px);
    max-width: 560px !important;
    max-height: none !important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.cfs-member-page .response-content {
    color: rgba(36, 34, 32, 0.74);
}

.cfs-member-page .response-content h1,
.cfs-member-page .response-content h2,
.cfs-member-page .response-content h3,
.cfs-member-page .response-content h4,
.cfs-member-page .response-content strong {
    color: var(--cfs-ink);
}

.cfs-member-page .uk-card-header,
.cfs-member-page .uk-card-footer {
    border-color: rgba(36, 34, 32, 0.1);
    background: rgba(255, 255, 252, 0.28);
}

.cfs-member-page .uk-card-title,
.cfs-member-page h3,
.cfs-member-page h4 {
    color: var(--cfs-ink);
    font-weight: 720;
    line-height: 1.25;
}

.cfs-member-page .uk-table th {
    color: rgba(36, 34, 32, 0.58);
    font-size: 0.78rem;
    font-weight: 760;
    text-transform: none;
}

.cfs-member-page .uk-table td {
    color: rgba(36, 34, 32, 0.72);
}

.cfs-member-page .uk-label {
    border-radius: 6px;
    background: rgba(145, 29, 34, 0.1);
    color: var(--cfs-accent);
    font-weight: 760;
}

.cfs-member-page .uk-button-default {
    border-radius: 999px;
}

.cfs-member-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 14px;
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 252, 0.52), rgba(243, 243, 242, 0.72));
}

.cfs-member-pagination a,
.cfs-member-pagination .current {
    display: inline-flex;
    min-width: 38px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(145, 29, 34, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 252, 0.68);
    color: rgba(36, 34, 32, 0.68);
    font-size: 0.9rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.cfs-member-pagination a:hover {
    border-color: rgba(145, 29, 34, 0.34);
    background: rgba(255, 255, 252, 0.92);
    color: var(--cfs-accent);
    text-decoration: none;
}

.cfs-member-pagination .current {
    border-color: var(--cfs-accent);
    background: var(--cfs-accent);
    color: #fffaf7;
}

.cfs-member-pagination .rows {
    color: rgba(36, 34, 32, 0.52);
    font-size: 0.85rem;
}

.cfs-member-empty {
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid rgba(36, 34, 32, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.44);
    text-align: center;
}

.cfs-verify-card {
    max-width: 680px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid rgba(36, 34, 32, 0.12);
    border-radius: 8px;
    background: rgba(243, 243, 242, 0.54);
    text-align: center;
}

.cfs-verify-card h1 {
    margin: 0;
    color: var(--cfs-ink);
    font-size: clamp(1.42rem, 2.4vw, 2.05rem);
    font-weight: 640;
    line-height: 1.08;
}

.cfs-verify-card p {
    color: rgba(36, 34, 32, 0.66);
    line-height: 1.72;
}

.cfs-verify-card .uk-button {
    width: min(100%, 320px);
}

@media (max-width: 1180px) {
    .cfs-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .cfs-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cfs-member-overview {
        grid-template-columns: 1fr;
    }

    .cfs-site-body .cfs-tool-workbench {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cfs-site-body .cfs-tool-workbench > form,
    .cfs-site-body .cfs-tool-workbench > .cfs-tool-form-panel,
    .cfs-site-body .cfs-tool-workbench > form + hr + div,
    .cfs-site-body .cfs-tool-workbench > div:has(#dataResult),
    .cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .cfs-site-body .cfs-tool-input-grid,
    .cfs-site-body .cfs-tool-input-grid--media,
    .cfs-site-body .cfs-tool-input-grid--stack {
        max-width: none;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    :root {
        --cfs-nav-height: var(--cfs-nav-height-compact);
    }

    .cfs-pricing-shell,
    .cfs-member-shell {
        width: min(100% - 28px, 720px);
    }

    .cfs-pricing-hero,
    .cfs-member-page {
        padding-top: 38px;
    }

    .cfs-pricing-grid {
        grid-template-columns: 1fr;
    }

    .cfs-pricing-card h2,
    .cfs-pricing-card h3 {
        min-height: 0;
    }

    .cfs-member-actions,
    .cfs-member-filter {
        align-items: stretch;
        flex-direction: column;
    }

    .cfs-member-actions .uk-button,
    .cfs-member-filter .uk-button {
        width: 100%;
        margin-right: 0 !important;
    }

    .cfs-site-body > .uk-container.uk-container-expand,
    .cfs-site-body > .cfs-site-nav-shell {
        padding-right: 14px;
        padding-left: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .cfs-site-body .uk-logo img {
        width: 34px;
    }

    .cfs-site-body .uk-logo .uk-h2 {
        max-width: 168px;
        overflow: hidden;
        font-size: 0.96rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cfs-site-body .uk-navbar-container,
    .cfs-site-body .uk-navbar-item,
    .cfs-site-body .uk-navbar-toggle {
        min-height: 52px;
    }

    .cfs-site-body .uk-navbar-toggle {
        min-width: 44px;
        color: var(--cfs-accent);
    }

    .cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type {
        padding-top: 34px;
        padding-bottom: 28px;
    }

    .cfs-site-body .cfs-tool-page {
        padding-top: 34px !important;
        padding-bottom: 62px !important;
    }



    .cfs-site-body .cfs-tool-shell,
    .cfs-site-body .cfs-blog-list-section .uk-container-small,
    .cfs-site-body .cfs-blog-list-page > .uk-container,
    .cfs-site-body .cfs-blog-article-page > .uk-container,
    .cfs-site-body .cfs-blog-detail-section .uk-container-small {
        width: min(100% - 28px, 720px);
    }

    .cfs-site-body .cfs-tool-shell > h2,
    .cfs-site-body .cfs-blog-hero h1,
    .cfs-site-body .cfs-blog-detail-hero h1,
    .cfs-site-body .cfs-blog-article-title {
        font-size: clamp(1.52rem, 6vw, 2.08rem);
        line-height: 1.16;
    }

    .cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h1,
    .cfs-site-body:not(.fs-home-body) > .uk-section:first-of-type h2,
    .cfs-pricing-hero h1,
    .cfs-member-hero h1 {
        font-size: clamp(1.52rem, 6vw, 2.08rem);
        line-height: 1.16;
    }

    .cfs-site-body .cfs-tool-workbench .uk-legend {
        font-size: clamp(1.12rem, 4.5vw, 1.34rem);
        line-height: 1.24;
    }

    .cfs-site-body .cfs-tool-shell > .uk-text-lead {
        margin-bottom: 28px !important;
        font-size: 1rem;
    }

    .cfs-site-body .cfs-tool-workbench > form,
    .cfs-site-body .cfs-tool-workbench > form + hr + div,
    .cfs-site-body .cfs-tool-workbench > div:has(#dataResult),
    .cfs-site-body .cfs-tool-workbench > .cfs-tool-result-panel,
    .cfs-site-body .cfs-tool-workbench > #recommendgoods,
    .cfs-site-body .cfs-tool-workbench > .uk-margin-medium-top:not(.uk-margin-large-bottom),
    .cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel,
    .cfs-site-body .cfs-blog-article-page > .uk-container > .uk-margin-large-bottom,
    .cfs-site-body .cfs-blog-detail-section .uk-background-default {
        padding: 18px;
    }

    .cfs-site-body .cfs-tool-workbench form .uk-grid-small {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cfs-site-body .cfs-tool-input-grid {
        gap: 14px;
    }

    .cfs-site-body .cfs-tool-upload-box,
    .cfs-site-body #upload-success {
        min-height: 132px;
        padding: 20px 16px !important;
    }

    .cfs-site-body .cfs-tool-textarea-field textarea,
    .cfs-site-body #zhougongjiemengForm textarea,
    .cfs-site-body #zhougongjiemengForm #dream_text,
    .cfs-site-body #zhougongjiemengForm #dream_context {
        min-height: 132px;
    }

    .cfs-site-body #bazihehunForm .uk-grid-small {
        max-width: none;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove {
        width: 100%;
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }

    .cfs-site-body #bazihehunForm .uk-grid-small > .uk-padding-remove:nth-of-type(4) {
        margin-top: 8px !important;
    }

    .cfs-site-body .cfs-tool-form-footer {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
        padding: 14px;
    }

    .cfs-site-body .cfs-tool-form-footer--solo {
        grid-template-columns: 1fr;
    }

    .cfs-site-body .cfs-tool-form-note,
    .cfs-site-body .cfs-tool-quota-note,
    .cfs-site-body .cfs-tool-submit-row {
        text-align: left !important;
    }

    .cfs-site-body .cfs-tool-quota-note .uk-text-small {
        align-items: flex-start;
    }

    .cfs-site-body .cfs-tool-workbench .uk-button-primary {
        width: 100% !important;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult {
        min-height: 210px;
        padding-top: 14px;
        overflow: hidden;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .uk-padding {
        width: 100%;
        min-height: 178px;
        padding: 18px 14px;
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .cfs-site-body .cfs-tool-workbench .calc-status-bar {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .cfs-site-body .cfs-tool-workbench .calc-status-step {
        min-height: 42px;
        padding: 7px 8px;
        font-size: 0.8rem;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .result-content,
    .cfs-site-body .cfs-tool-workbench .calc-thinking {
        padding: 18px;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .result-content h2,
    .cfs-site-body .cfs-tool-workbench #dataResult .result-content h3 {
        padding-left: 12px;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .result-content h1 {
        font-size: 1.22rem;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .result-content h2 {
        font-size: 1.14rem;
    }

    .cfs-site-body .cfs-tool-workbench #dataResult .result-content h3 {
        font-size: 1.06rem;
    }

    .cfs-site-body .cfs-tool-workbench > .cfs-tool-copy-panel .uk-text-break {
        max-width: none;
    }

    .cfs-site-body .cfs-blog-hero,
    .cfs-site-body .cfs-blog-detail-hero,
    .cfs-site-body .cfs-blog-list-page,
    .cfs-site-body .cfs-blog-article-page {
        padding-top: 42px !important;
        padding-bottom: 56px !important;
    }

    .cfs-site-body .cfs-blog-list-section .uk-width-1-1 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cfs-site-body .cfs-blog-card {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px 0;
    }

    .cfs-site-body .cfs-blog-card p:first-of-type,
    .cfs-site-body .cfs-blog-card p:last-child {
        grid-column: auto;
        grid-row: auto;
        justify-self: start;
        text-align: left;
        white-space: normal;
    }

    .cfs-adsense {
        width: min(900px, calc(100% - 24px)) !important;
        padding: 12px 0 !important;
    }

    .cfs-auth-section {
        min-height: calc(100vh - var(--cfs-nav-height-compact));
        min-height: calc(100dvh - var(--cfs-nav-height-compact));
        padding-top: 38px;
        padding-bottom: 52px;
    }

    .cfs-auth-shell {
        width: min(100% - 28px, 720px);
    }

    .cfs-auth-visual {
        display: none;
    }

    .cfs-auth-card {
        padding: 22px;
    }

    .cfs-auth-card h1 {
        font-size: clamp(1.26rem, 5.3vw, 1.62rem);
    }

    .cfs-auth-google,
    .cfs-auth-card .uk-button-primary {
        width: 100%;
    }

    .cfs-site-body #recommendgoods-content > .uk-card {
        grid-template-columns: 1fr;
    }

    .cfs-site-body #recommendgoods-content .uk-card-media-left {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid rgba(36, 34, 32, 0.08);
    }

    .cfs-member-section__head,
    .cfs-member-record-list > li {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .cfs-member-section__head {
        flex-direction: column;
    }

    .cfs-member-record-list .uk-button {
        width: 100%;
    }
}
