/* Uniqueified: 03ed43b8 */
/* Prefix: fc- */
/* Prefixes-map: wn->fc */
/* Widget-prefixes: {"cb":"kww","wb":"dfw","wt":"htt"} */
/* Classmap: {"wn-age":"fc-habzb","wn-auth":"fc-hywdh","wn-brand":"fc-dzdtq","wn-btn":"fc-ndykx","wn-btn--accent":"fc-fkbjs","wn-btn--soft":"fc-qwayb","wn-burger":"fc-wfrjq","wn-content":"fc-ackxg","wn-copy":"fc-pesha","wn-drawer":"fc-rqzcn","wn-drawer--open":"fc-rdmdk","wn-drawer-auth":"fc-zskhs","wn-drawer-close":"fc-kznrc","wn-drawer-item":"fc-vkydn","wn-drawer-logo":"fc-hzhgx","wn-drawer-nav":"fc-acfyd","wn-drawer-panel":"fc-weaew","wn-drawer-scrim":"fc-ytkmt","wn-faq":"fc-vwtdm","wn-faq-item":"fc-bwyjd","wn-footer":"fc-zmsyj","wn-footer-inner":"fc-wypeb","wn-footer-logo":"fc-jfzcr","wn-footer-nav":"fc-kyvyd","wn-header":"fc-zdecv","wn-header-inner":"fc-jnafh","wn-logo":"fc-bgvsd","wn-logo-sub":"fc-qkbak","wn-logo-text":"fc-pybwp","wn-main":"fc-qhrhf","wn-nav":"fc-zpgxw","wn-nav-item":"fc-tdxfe","wn-rg":"fc-jfjxa","wn-rg-links":"fc-pvcjg","wn-submenu":"fc-myacn","wn-submenu--open":"fc-effrt","wn-submenu-toggle":"fc-bacjd","wn-top":"fc-syqhh","wn-top--visible":"fc-yhyks"} */

:root {
    --c-bg: #071216;
    --c-surface: #3e1533;
    --c-surface-alt: #522940;
    --c-border: #5f2a4a;
    --c-text: #d1aacb;
    --c-text-muted: #816e8b;
    --c-accent: #ab248f;
    --c-accent-hover: #c847b0;
    --c-on-accent: #f9fdfe;
    --c-purple: #2b35b5;
    --c-purple-hover: #5454d5;
    --c-on-purple: #f9fdfd;

        --c-white: #fbfbfd;
    --c-green: #42eb87;
    --c-shadow: rgba(1, 1, 1, .35);
    --c-overlay: rgba(1, 1, 1, .7);

        --fc-header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.46;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

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

a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }

svg { display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.go-link { cursor: pointer; }

#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(3, 1, 1, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}

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

.fc-ndykx {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 21px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.fc-ndykx:hover { text-decoration: none; }
.fc-ndykx:active { transform: translateY(1px); }

.fc-fkbjs { background: var(--c-accent); color: var(--c-on-accent); }
.fc-fkbjs:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.fc-qwayb { background: var(--c-purple); color: var(--c-on-purple); }
.fc-qwayb:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.fc-zdecv {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--c-surface-alt);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
}

.fc-jnafh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 17px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 15px;
}

.fc-dzdtq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}

.fc-wfrjq {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 10px 7px;
}

.fc-wfrjq span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}

.fc-bgvsd {
    display: flex;
    align-items: center;
    gap: 9px;
}

.fc-bgvsd:hover { text-decoration: none; }

.fc-bgvsd img { height: 44px; width: auto; }

.fc-pybwp {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}

.fc-qkbak {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}

.fc-zpgxw { display: none; }

.fc-hywdh {
    display: flex;
    gap: 9px;
    width: 100%;
}

.fc-hywdh .fc-ndykx { flex: 1; }

.fc-rqzcn {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.fc-rqzcn.fc-rdmdk { visibility: visible; }

.fc-ytkmt {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.fc-rqzcn.fc-rdmdk .fc-ytkmt { opacity: 1; }

.fc-weaew {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 12px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.fc-rqzcn.fc-rdmdk .fc-weaew { transform: translateX(0); }

.fc-kznrc {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
}

.fc-hzhgx {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}

.fc-zskhs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 11px 0;
}

.fc-acfyd {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
    list-style: none;
}

.fc-acfyd > li {
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}

.fc-vkydn {
    position: relative;
    display: flex;
    align-items: center;
}

.fc-vkydn > a {
    flex: 1;
    min-height: 45px;
    padding: 13px 45px 10px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.fc-vkydn > a:hover { text-decoration: none; }

.fc-bacjd {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -14px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}

.fc-bacjd svg { width: 18px; height: 18px; }
.fc-bacjd[aria-expanded="true"] { transform: rotate(180deg); }

.fc-myacn {
    display: none;
    padding: 0 11px 12px;
    list-style: none;
}

.fc-myacn.fc-effrt { display: block; }

.fc-myacn a {
    display: block;
    padding: 9px 5px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

.fc-myacn a:hover { color: var(--c-accent); text-decoration: none; }

.fc-qhrhf {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}

.fc-ackxg {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 14px 0;
}

.fc-ackxg[id],
.fc-ackxg :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--fc-header-h) + 10px); }

.fc-qhrhf > .fc-ackxg:not(:has(*)) { display: none; }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.fc-ackxg h1,
.fc-ackxg h2,
.fc-ackxg h3,
.fc-ackxg h4,
.fc-ackxg h5,
.fc-ackxg h6 { color: var(--c-text); }

.fc-ackxg h1 {
    margin-bottom: 19px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.fc-ackxg h2 {
    margin-bottom: 11px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}

.fc-ackxg h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.fc-ackxg h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.fc-ackxg h5 {
    margin-bottom: 6px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.fc-ackxg h6 {
    margin-bottom: 10px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}

.fc-ackxg h2:not(:first-child),
.fc-ackxg h3:not(:first-child) { margin-top: 27px; }

.fc-ackxg p {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.fc-ackxg ul,
.fc-ackxg ol {
    margin: 0 0 18px 22px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.fc-ackxg li { margin-bottom: 5px; }
.fc-ackxg li::marker { color: var(--c-accent); }

.fc-ackxg a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.fc-ackxg a:hover { color: var(--c-purple); }

.fc-ackxg .fc-ndykx { text-decoration: none; }
.fc-ackxg .fc-fkbjs, .fc-ackxg .fc-fkbjs:hover { color: var(--c-on-accent); }
.fc-ackxg .fc-qwayb, .fc-ackxg .fc-qwayb:hover { color: var(--c-on-purple); }

.fc-ackxg strong { font-weight: 700; }
.fc-ackxg em { font-style: italic; }

.fc-ackxg img { max-width: 100%; height: auto; border-radius: 13px; }

.fc-ackxg blockquote {
    margin: 0 0 15px;
    padding: 17px 22px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 15px 13px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

.fc-ackxg table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}

.fc-ackxg th,
.fc-ackxg td {
    padding: 10px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}

.fc-ackxg th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}

.dfw-banner {
    position: relative;
    margin: 0 0 21px;
}

.dfw-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}

.dfw-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}

.dfw-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 11px;
    border-radius: 0 0 13px 13px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}

.fc-ackxg .dfw-title {
    margin: 0;
    font-size: clamp(1.187rem, 0.931rem + 1.049vw, 1.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
}

.fc-ackxg .dfw-cta,
.dfw-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 22px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}

.fc-ackxg .dfw-cta:hover,
.dfw-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.htt-toc { padding: 16px 0; }

.htt-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 45px;
    padding: 8px 15px;
    border-radius: 16px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}

.htt-toggle svg { width: 20px; height: 20px; }

.htt-panel { display: none; margin-top: 10px; }
.htt-panel.htt-panel--open { display: block; }

.fc-ackxg .htt-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 10px;
    border-radius: 13px;
    background: var(--c-surface);
    list-style: none;
}

.fc-ackxg .htt-list li { margin: 0; }

.fc-ackxg .htt-list a,
.htt-list a {
    display: block;
    padding: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.fc-ackxg .htt-list a:hover,
.htt-list a:hover { color: var(--c-accent); }

.fc-vwtdm { padding-top: 13px; }

.fc-bwyjd {
    margin-bottom: 15px;
    padding: 14px 18px 25px;
    border-radius: 16px;
    background: var(--c-surface);
}

.fc-bwyjd h3 {
    margin: 0 0 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}

.fc-bwyjd p:last-child { margin-bottom: 0; }

.fc-zmsyj {
    padding-bottom: 12px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}

.fc-wypeb {
    max-width: 1240px;
    margin: 0 auto;
    padding: 19px 16px;
    text-align: center;
}

.fc-kyvyd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    list-style: none;
}

.fc-kyvyd a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}

.fc-kyvyd a:hover { color: var(--c-accent); }

.fc-jfzcr { display: flex; justify-content: center; margin-bottom: 17px; }
.fc-jfzcr img { height: 40px; width: auto; }

.fc-habzb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 23px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}

.fc-jfjxa {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 19px;
}

.fc-jfjxa a { display: flex; align-items: center; }
.fc-jfjxa img { width: 6.5rem; height: 2.2rem; object-fit: contain; }

.fc-pvcjg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0 0 13px;
    font-size: 13px;
    line-height: 1.55;
}
.fc-pvcjg a { color: var(--c-text-muted); text-decoration: underline; }
.fc-pvcjg a:hover { color: var(--c-text); }
.fc-pesha {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

.fc-pesha a { color: var(--c-text-muted); text-decoration: underline; }
.fc-pesha a:hover { color: var(--c-accent); }

.fc-syqhh {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.fc-syqhh.fc-yhyks { opacity: 1; visibility: visible; }

body:has(.kww-banner:not([hidden])) .fc-syqhh,
body:has(.kww-overlay:not([hidden])) .fc-syqhh {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kww-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}

.kww-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}

.kww-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.kww-text a { color: var(--c-accent); text-decoration: underline; }

.kww-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.kww-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.kww-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.kww-btn--save { background: var(--c-purple); color: var(--c-on-purple); }

.kww-btn--reject,
.kww-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}

.kww-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: color-mix(in srgb, #000 70%, transparent);
}

.kww-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 15px;
    background: var(--c-surface);
}

.kww-modal__title { margin-bottom: 9px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.kww-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }

.kww-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 17px; }

.kww-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.kww-cat:last-child { border-bottom: 0; padding-bottom: 0; }

.kww-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.kww-cat__name { font-weight: 600; color: var(--c-text); }
.kww-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.kww-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }

.kww-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.kww-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }

.kww-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 10px;
    background: var(--c-border);
    transition: background 0.2s ease;
}

.kww-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}

.kww-toggle input:checked + .kww-toggle__slider { background: var(--c-accent); }
.kww-toggle input:checked + .kww-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }

.kww-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }

@media (min-width: 768px) {
    .fc-kyvyd { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 33px; }
        .fc-jfjxa { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 21px; }
    .dfw-media img { aspect-ratio: 16 / 6.5; }
    .kww-banner { flex-direction: row; align-items: center; gap: 18px; }
    .kww-actions { flex: none; }
    .kww-btn { flex: none; }
}

@media (min-width: 1024px) {
    :root { --fc-header-h: 69px; }

    .fc-jnafh {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 13px;
        padding: 11px 21px;
    }

    .fc-dzdtq { width: auto; justify-content: flex-start; }
    .fc-wfrjq { display: none; }
    .fc-rqzcn { display: none; }

    .fc-bgvsd img { height: 36px; }

    .fc-zpgxw {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 19px;
        list-style: none;
    }

    .fc-tdxfe { position: relative; display: flex; align-items: center; gap: 6px; }

    .fc-tdxfe > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }

    .fc-tdxfe > a:hover { color: var(--c-accent); }

    .fc-tdxfe > .fc-bacjd {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .fc-tdxfe > .fc-bacjd svg { width: 24px; height: 24px; }

    .fc-zpgxw .fc-myacn {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 12px;
        padding: 6px 10px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 15px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .fc-zpgxw .fc-myacn a { white-space: nowrap; }
    .fc-zpgxw .fc-myacn li:first-child a { border-top: 0; }

    .fc-hywdh { width: auto; }
    .fc-hywdh .fc-ndykx { flex: none; min-width: 100px; min-height: 42px; padding: 14px 11px; }

    .fc-qhrhf { padding: 0 26px; }

    .fc-ackxg table { display: table; }

    .dfw-media img { aspect-ratio: 1190 / 400; }

    .dfw-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 11px;
        padding: 16px 14px;
        border-radius: 16px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }

    .dfw-box .dfw-cta { align-self: center; min-height: 39px; }

    .fc-syqhh { right: 32px; bottom: 32px; }
}
