@charset "UTF-8";

/*
 * Generated from sw-template-bridge.css for core pages.
 * Keep sw-template-bridge.css as the compatibility source while migration continues.
 */

:root {
    --sw-theme-transition-ms: 520ms;
    --sw-theme-transition-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --sw-theme-origin-x: calc(100vw - 2.75rem);
    --sw-theme-origin-y: 2.75rem;
    --sw-theme-flash-radius: 56rem;
    --sw-theme-flash-color: rgba(255, 255, 255, 0.12);
    --sw-home-space-1: 0.5rem;
    --sw-home-space-2: 0.8125rem;
    --sw-home-space-3: 1.3125rem;
    --sw-home-space-4: 2.125rem;
    --sw-home-space-5: 3.4375rem;
    --sw-home-space-6: 5.5625rem;
    --sw-home-grid-gap: clamp(var(--sw-home-space-3), 2.4vw, var(--sw-home-space-4));
    --sw-surface-frame: #111;
    --sw-card-border-soft: rgba(255, 255, 255, 0.08);
    --sw-overlay-clear: rgba(255, 255, 255, 0);
    --sw-overlay-hover: rgba(255, 255, 255, 0.08);
    --sw-quiet-copy: rgba(255, 255, 255, 0.74);
    --sw-quiet-copy-strong: rgba(255, 255, 255, 0.78);
    --sw-muted-copy: var(--sw-quiet-copy);
    --sw-muted-copy-strong: var(--sw-quiet-copy-strong);
    --sw-error-surface: rgba(255, 255, 255, 0.03);
    --sw-frame-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    --sw-home-rule: rgba(255, 255, 255, 0.08);
    --sw-home-pill-bg: rgba(255, 255, 255, 0.03);
    --sw-home-pill-hover-bg: rgba(255, 255, 255, 0.08);
    --sw-home-pill-border: rgba(255, 255, 255, 0.14);
    --sw-home-pill-active-bg: #fff;
    --sw-home-pill-active-ink: #111;
    --sw-home-card-lift: 0 16px 28px rgba(0, 0, 0, 0.18);
    --sw-date-badge-bg: rgba(32, 32, 32, 0.68);
    --sw-date-badge-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    --sw-pagination-neutral: rgba(255, 255, 255, 0.62);
    --sw-pagination-active-bg: #fff;
    --sw-pagination-active-ink: #111;
    --sw-pagination-active-border: #fff;
    --sw-pagination-focus-ring: rgba(255, 255, 255, 0.18);
    --sw-article-action-hover-bg: #f4fbff;
    --sw-article-action-glow: rgba(60, 232, 255, 0.4);
    --sw-article-action-sheen: rgba(60, 232, 255, 0.35);
    --sw-home-card-title: rgba(255, 255, 255, 0.9);
    --sw-home-card-meta: rgba(255, 255, 255, 0.66);
    --sw-search-page-bg: #111315;
    --sw-search-panel-bg: color-mix(in srgb, var(--bs-body-bg, #212529) 88%, #ffffff 12%);
    --sw-search-card-bg: color-mix(in srgb, var(--bs-body-bg, #212529) 84%, #ffffff 16%);
    --sw-modal-backdrop-bg: rgba(5, 8, 12, 0.68);
    --sw-modal-card-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 92%, #ffffff 8%);
    --sw-modal-card-border: color-mix(in srgb, var(--bs-body-color, #fff) 16%, transparent);
    --sw-modal-card-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --sw-modal-radius: 8px;
    --sw-modal-duration: 280ms;
    --sw-modal-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --sw-tap-target-min: 44px;
    --sw-close-size: 2.75rem;
    --sw-close-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 78%, #ffffff 22%);
    --sw-close-bg-hover: color-mix(in srgb, var(--bs-body-bg, #111315) 62%, #ffffff 38%);
    --sw-close-border: color-mix(in srgb, var(--bs-body-color, #fff) 18%, transparent);
    --sw-close-color: var(--bs-body-color, #fff);
    --sw-close-focus-ring: color-mix(in srgb, var(--sw-close-color) 58%, #38bdf8 42%);
    --sw-close-icon-rotate: 90deg;
    --sw-footer-pre-gap: clamp(3.25rem, 5.5vw, 4.75rem);
    --sw-footer-inner-pad-y: clamp(1.75rem, 3vw, 2.35rem);
    --sw-footer-social-gap: 1rem;
    --sw-layout-bottom-gap: 0;
    --sw-focus-ring: #38bdf8;
    --sw-focus-ring-strong: #7dd3fc;
    --sw-focus-ring-shadow: rgba(56, 189, 248, 0.28);
    --sw-focus-surface: rgba(56, 189, 248, 0.1);
    --sw-focus-outline-width: 3px;
    --sw-focus-outline-offset: 3px;
    --sw-focus-box-shadow: 0 0 0 4px var(--sw-focus-ring-shadow);
    --sw-feedback-radius: 8px;
    --sw-feedback-border: color-mix(in srgb, var(--bs-body-color, #fff) 14%, transparent);
    --sw-feedback-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 88%, #ffffff 12%);
    --sw-feedback-color: var(--sw-muted-copy-strong);
    --sw-feedback-error-border: rgba(248, 113, 113, 0.42);
    --sw-feedback-error-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 82%, #ef4444 18%);
    --sw-feedback-error-color: #ffd7d2;
    --sw-feedback-success-border: rgba(104, 211, 145, 0.34);
    --sw-feedback-success-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 84%, #22c55e 16%);
    --sw-feedback-success-color: #b9f6cf;
    --sw-feedback-warning-border: rgba(250, 204, 21, 0.32);
    --sw-feedback-warning-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 86%, #facc15 14%);
    --sw-feedback-warning-color: #fdeca6;
    --sw-feedback-muted-border: color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent);
    --sw-feedback-muted-bg: color-mix(in srgb, var(--bs-body-bg, #111315) 92%, var(--bs-body-color, #fff) 8%);
    --sw-feedback-muted-color: var(--sw-muted-copy);
    --sw-shop-page-bg: #111315;
    --sw-shop-panel-bg: color-mix(in srgb, var(--bs-body-bg, #212529) 88%, #ffffff 12%);
    --sw-shop-card-bg: color-mix(in srgb, var(--bs-body-bg, #212529) 84%, #ffffff 16%);
}

[data-bs-theme="light"] {
    --sw-theme-flash-color: rgba(17, 17, 17, 0.06);
    --sw-surface-frame: #edf0f3;
    --sw-card-border-soft: rgba(17, 17, 17, 0.1);
    --sw-overlay-clear: rgba(0, 0, 0, 0);
    --sw-overlay-hover: rgba(0, 0, 0, 0.08);
    --sw-quiet-copy: rgba(17, 17, 17, 0.74);
    --sw-quiet-copy-strong: rgba(17, 17, 17, 0.84);
    --sw-muted-copy: var(--sw-quiet-copy);
    --sw-muted-copy-strong: var(--sw-quiet-copy-strong);
    --sw-error-surface: rgba(17, 17, 17, 0.02);
    --sw-frame-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
    --sw-home-rule: rgba(17, 17, 17, 0.1);
    --sw-home-pill-bg: rgba(17, 17, 17, 0.02);
    --sw-home-pill-hover-bg: rgba(17, 17, 17, 0.06);
    --sw-home-pill-border: rgba(17, 17, 17, 0.12);
    --sw-home-pill-active-bg: #111;
    --sw-home-pill-active-ink: #fff;
    --sw-home-card-lift: 0 18px 32px rgba(15, 23, 42, 0.12);
    --sw-date-badge-bg: rgba(28, 28, 28, 0.68);
    --sw-date-badge-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
    --sw-pagination-neutral: rgba(17, 17, 17, 0.48);
    --sw-pagination-active-bg: #000;
    --sw-pagination-active-ink: #fff;
    --sw-pagination-active-border: #000;
    --sw-pagination-focus-ring: rgba(0, 0, 0, 0.15);
    --sw-article-action-hover-bg: #1a1f24;
    --sw-article-action-glow: rgba(0, 170, 255, 0.34);
    --sw-article-action-sheen: rgba(0, 208, 255, 0.28);
    --sw-home-card-title: rgba(17, 17, 17, 0.88);
    --sw-home-card-meta: rgba(17, 17, 17, 0.62);
    --sw-search-page-bg: #f6f8fb;
    --sw-search-panel-bg: #ffffff;
    --sw-search-card-bg: #ffffff;
    --sw-modal-backdrop-bg: rgba(15, 23, 42, 0.48);
    --sw-modal-card-bg: rgba(255, 255, 255, 0.96);
    --sw-modal-card-border: rgba(15, 23, 42, 0.12);
    --sw-modal-card-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
    --sw-close-bg: rgba(255, 255, 255, 0.88);
    --sw-close-bg-hover: #ffffff;
    --sw-close-border: rgba(15, 23, 42, 0.2);
    --sw-close-color: #0f172a;
    --sw-close-focus-ring: rgba(15, 23, 42, 0.34);
    --sw-focus-ring: #006fee;
    --sw-focus-ring-strong: #0f172a;
    --sw-focus-ring-shadow: rgba(0, 111, 238, 0.22);
    --sw-focus-surface: rgba(0, 111, 238, 0.08);
    --sw-feedback-border: rgba(15, 23, 42, 0.12);
    --sw-feedback-bg: rgba(255, 255, 255, 0.84);
    --sw-feedback-color: #475569;
    --sw-feedback-error-border: rgba(180, 35, 24, 0.24);
    --sw-feedback-error-bg: color-mix(in srgb, #fff 90%, #b42318 10%);
    --sw-feedback-error-color: #8a1f14;
    --sw-feedback-success-border: rgba(4, 120, 87, 0.24);
    --sw-feedback-success-bg: color-mix(in srgb, #fff 91%, #047857 9%);
    --sw-feedback-success-color: #065f46;
    --sw-feedback-warning-border: rgba(180, 83, 9, 0.24);
    --sw-feedback-warning-bg: color-mix(in srgb, #fff 91%, #f59e0b 9%);
    --sw-feedback-warning-color: #7c4a03;
    --sw-feedback-muted-border: rgba(15, 23, 42, 0.12);
    --sw-feedback-muted-bg: color-mix(in srgb, #fff 92%, #0f172a 8%);
    --sw-feedback-muted-color: #64748b;
    --sw-shop-page-bg: #f6f8fb;
    --sw-shop-panel-bg: #ffffff;
    --sw-shop-card-bg: #ffffff;
}

[data-bs-theme="light"] body.sw-body.sw-home-page {
    background: var(--sw-site-bg-gradient) !important;
}

.sw-layout-main {
    min-height: calc(100vh - var(--sw-header-h, 0px));
}

.sw-layout-main--legacy {
    width: min(1120px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 36px 0 var(--sw-layout-bottom-gap);
}

.sw-layout-main--home {
    padding-bottom: 0;
}

.sw-page-section {
    margin-top: clamp(2rem, 4vw, 3rem);
}

.sw-layout-notices {
    width: min(1320px, calc(100vw - 32px));
    margin: 0 auto;
    padding-top: 1rem;
}

.sw-layout-main--legacy .sw-layout-notices {
    width: auto;
    padding-top: 0;
    margin-bottom: 1rem;
}

.notice-stack {
    display: grid;
    gap: 12px;
}

.sw-page-main .section-panel,
.sw-page-main .card {
    border: 1px solid var(--sw-card-border-soft);
}

.sw-theme-toggle {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sw-theme-toggle:hover,
.sw-theme-toggle:focus-visible {
    transform: translateY(-1px);
}

.sw-theme-toggle.is-dark {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

[data-bs-theme="light"] .sw-theme-toggle.is-dark {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.sw-theme-toggle__icon {
    position: absolute;
    inset: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    opacity: 0;
    transform: scale(0.74) rotate(-18deg);
    transition:
        opacity 0.28s var(--sw-theme-transition-ease),
        transform 0.42s var(--sw-theme-transition-ease);
    z-index: 1;
}

.sw-theme-toggle__icon svg {
    display: block;
}

.sw-theme-toggle::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    opacity: 0;
    background: radial-gradient(circle at center, color-mix(in srgb, currentColor 20%, transparent) 0%, transparent 68%);
    transform: scale(0.6);
    pointer-events: none;
}

.sw-close-btn {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--sw-close-size);
    height: var(--sw-close-size);
    min-width: var(--sw-tap-target-min);
    min-height: var(--sw-tap-target-min);
    min-width: var(--sw-close-size);
    min-height: var(--sw-close-size);
    padding: 0;
    border: 1px solid var(--sw-close-border);
    border-radius: 999px;
    background: var(--sw-close-bg);
    color: var(--sw-close-color);
    line-height: 0;
    outline: 0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.sw-close-btn svg {
    display: block;
    color: currentColor;
    stroke: currentColor;
    transition: transform 0.22s var(--sw-modal-ease, ease);
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: var(--sw-tap-target-min);
    min-height: var(--sw-tap-target-min);
    padding: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn-icon:hover,
.btn-icon:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.btn-icon.sw-close-btn {
    border-color: var(--sw-close-border);
    background: var(--sw-close-bg);
    color: var(--sw-close-color);
}

.navbar-brand {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.sw-header {
    --padY-expanded: clamp(1rem, 1.7vw, 1.35rem);
    --padY-collapsed: 0.72rem;
    --logo-scale-expanded: 1.28;
    --logo-scale-collapsed: 1;
    --logo-scale: var(--logo-scale-expanded);
    --gap-expanded: 8px;
    --gap-collapsed: 8px;
    color: #fff;
    will-change: transform;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sw-header .sw-header-inner {
    padding-block: var(--padY-expanded);
    transition: padding 0.24s ease, backdrop-filter 0.24s ease;
}

.sw-header .navbar-brand img {
    display: block;
    transform: scale(var(--logo-scale));
    transform-origin: left center;
    transition: transform 0.24s ease;
}

.sw-header .btn-icon,
.sw-header .navbar-brand {
    color: #fff;
}

.sw-header .d-flex.gap-2 {
    gap: var(--gap-expanded) !important;
    transition: gap 0.22s ease;
}

@media (max-width: 420px) {
    .sw-header {
        --padY-expanded: 0.72rem;
        --padY-collapsed: 0.62rem;
        --logo-scale-expanded: 1;
        --logo-scale-collapsed: 0.94;
        --gap-expanded: 2px;
        --gap-collapsed: 2px;
    }

    .sw-header .navbar-brand img {
        width: clamp(132px, 43vw, 160px);
        height: auto;
    }

    .sw-header .btn-icon {
        width: 38px;
        height: 38px;
    }

    .sw-header .btn-icon svg {
        width: 21px;
        height: 21px;
    }
}

.sw-header.is-shrunk {
    --logo-scale: var(--logo-scale-collapsed);
}

.sw-header.is-shrunk .sw-header-inner {
    padding-block: var(--padY-collapsed);
}

.sw-header.is-shrunk .d-flex.gap-2 {
    gap: var(--gap-collapsed) !important;
}

@supports (backdrop-filter: blur(6px)) {
    .sw-header.is-shrunk {
        backdrop-filter: saturate(130%) blur(6px);
    }
}

#headerSpacer {
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.sw-close-btn:hover,
.sw-close-btn:focus-visible {
    border-color: color-mix(in srgb, var(--bs-body-color, #fff) 26%, transparent);
    background: var(--sw-close-bg-hover);
    color: var(--sw-close-color);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px) scale(1.02);
}

.sw-close-btn:focus-visible {
    outline: 2px solid var(--sw-close-focus-ring);
    outline-offset: 3px;
}

.sw-close-btn:active {
    transform: translateY(0) scale(0.96);
}

.sw-close-btn:hover svg,
.sw-close-btn:focus-visible svg {
    transform: rotate(var(--sw-close-icon-rotate));
}

.sw-feedback {
    display: block;
    padding: 0.72rem 0.86rem;
    border: 1px solid var(--sw-feedback-border);
    border-radius: var(--sw-feedback-radius);
    background: var(--sw-feedback-bg);
    color: var(--sw-feedback-color);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.55;
}

.sw-feedback:empty {
    display: none;
}

.sw-feedback--error {
    border-color: var(--sw-feedback-error-border);
    background: var(--sw-feedback-error-bg);
    color: var(--sw-feedback-error-color);
}

.sw-feedback--success {
    border-color: var(--sw-feedback-success-border);
    background: var(--sw-feedback-success-bg);
    color: var(--sw-feedback-success-color);
}

.sw-feedback--warning {
    border-color: var(--sw-feedback-warning-border);
    background: var(--sw-feedback-warning-bg);
    color: var(--sw-feedback-warning-color);
}

.sw-feedback--muted {
    border-color: var(--sw-feedback-muted-border);
    background: var(--sw-feedback-muted-bg);
    color: var(--sw-feedback-muted-color);
}

.sw-feedback--toast {
    position: fixed;
    right: clamp(1rem, 3vw, 1.5rem);
    bottom: clamp(1rem, 3vw, 1.5rem);
    z-index: 1088;
    max-width: min(22rem, calc(100vw - 2rem));
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.22);
    opacity: 0;
    transform: translateY(0.75rem);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sw-feedback--toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-bs-theme="dark"] .sw-feedback--toast {
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

[data-bs-theme="light"] .sw-theme-toggle__icon--sun,
[data-bs-theme="dark"] .sw-theme-toggle__icon--moon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

[data-bs-theme="light"] .sw-theme-toggle__icon--moon,
[data-bs-theme="dark"] .sw-theme-toggle__icon--sun {
    opacity: 0;
    transform: scale(0.74) rotate(18deg);
}

@media (prefers-reduced-motion: no-preference) {
html.is-theme-animating,
    html.is-theme-animating *,
    html.is-theme-animating *::before,
    html.is-theme-animating *::after {
        transition-property: background, background-color, color, border-color, outline-color, text-decoration-color, box-shadow, fill, stroke, opacity, filter, backdrop-filter;
        transition-duration: var(--sw-theme-transition-ms);
        transition-timing-function: var(--sw-theme-transition-ease);
    }

body.sw-body--template::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 2147483646;
        pointer-events: none;
        opacity: 0;
        background:
            radial-gradient(circle var(--sw-theme-flash-radius) at var(--sw-theme-origin-x) var(--sw-theme-origin-y), var(--sw-theme-flash-color) 0%, color-mix(in srgb, var(--sw-theme-flash-color) 32%, transparent) 42%, transparent 72%),
            color-mix(in srgb, var(--bs-body-bg, #fff) 18%, transparent);
        backdrop-filter: blur(2px) saturate(1.04);
        transform: none;
    }

html.is-theme-animating body.sw-body--template::after {
        animation: sw-theme-flash 760ms var(--sw-theme-transition-ease) both;
    }

html.is-theme-animating img[data-logo-mode] {
        opacity: 0.86;
        filter: saturate(0.92) contrast(0.98);
    }

.sw-theme-toggle.is-switching {
        transform: translateY(-1px) scale(1.04);
        box-shadow: 0 0 0 1px color-mix(in srgb, currentColor 12%, transparent), 0 0 0 10px color-mix(in srgb, currentColor 10%, transparent);
    }

.sw-theme-toggle.is-switching::after {
        animation: sw-theme-toggle-bloom 560ms var(--sw-theme-transition-ease) both;
    }

.sw-theme-toggle.is-switching svg {
        transform: rotate(18deg) scale(0.96);
    }
}

@keyframes sw-theme-flash {
    0% {
        opacity: 0;
        transform: scale(0.99);
    }

    22% {
        opacity: 0.48;
    }

    62% {
        opacity: 0.18;
    }

    100% {
        opacity: 0;
        transform: scale(1.01);
    }
}

@keyframes sw-theme-toggle-bloom {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    35% {
        opacity: 0.85;
    }

    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

.sw-home-main .card-title a,
.sw-footer .nav-link,
.sw-oc a,
.sw-search a {
    text-decoration: none;
}

.sw-home-main .page-item.disabled .page-link {
    opacity: 0.4;
}

/* Bootstrap-compatible shell for pages that no longer load generated app.css. */
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-body-color);
    visibility: hidden;
    background: var(--bs-body-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: -24px 0 60px rgba(15, 23, 42, 0.14);
    transition:
        transform 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}

[data-bs-theme="dark"] .offcanvas {
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.45);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: min(400px, 100vw);
    border-left: 1px solid color-mix(in srgb, var(--bs-body-color) 18%, transparent);
    transform: translateX(100%);
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show:not(.hiding) {
    visibility: visible;
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas-header {
    display: flex;
    align-items: center;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto;
}

.offcanvas-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.sw-oc .btn.is-disabled {
    opacity: 0.72;
    pointer-events: none;
}

.sw-oc .sw-oc-btn-outline,
.sw-oc .sw-oc-btn-solid,
.sw-oc-btn-outline,
.sw-oc-btn-solid {
    min-height: 58px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-weight: 400;
}

.sw-oc .sw-oc-btn-outline,
.sw-oc-btn-outline {
    border: 1px solid color-mix(in srgb, var(--bs-body-color) 25%, transparent);
    border-color: color-mix(in srgb, var(--bs-body-color) 25%, transparent);
    color: var(--bs-body-color);
    background: transparent;
}

.sw-oc .sw-oc-btn-outline:hover,
.sw-oc .sw-oc-btn-outline:focus-visible,
.sw-oc-btn-outline:hover,
.sw-oc-btn-outline:focus-visible {
    color: var(--bs-body-color);
    background: color-mix(in srgb, var(--bs-body-color) 7%, transparent);
    border-color: color-mix(in srgb, var(--bs-body-color) 34%, transparent);
}

.sw-oc .sw-oc-btn-solid,
.sw-oc-btn-solid {
    border: 1px solid color-mix(in srgb, var(--bs-body-color) 12%, transparent);
    border-color: color-mix(in srgb, var(--bs-body-color) 12%, transparent);
    background: color-mix(in srgb, var(--bs-body-color) 8%, var(--bs-body-bg));
    color: var(--bs-body-color);
}

.sw-oc .sw-oc-btn-solid:hover,
.sw-oc .sw-oc-btn-solid:focus-visible,
.sw-oc-btn-solid:hover,
.sw-oc-btn-solid:focus-visible {
    color: var(--bs-body-color);
    background: color-mix(in srgb, var(--bs-body-color) 12%, var(--bs-body-bg));
    border-color: color-mix(in srgb, var(--bs-body-color) 20%, transparent);
}

[data-bs-theme="dark"] .sw-oc .sw-oc-btn-outline,
[data-bs-theme="dark"] .sw-oc-btn-outline {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

[data-bs-theme="dark"] .sw-oc .sw-oc-btn-outline:hover,
[data-bs-theme="dark"] .sw-oc .sw-oc-btn-outline:focus-visible,
[data-bs-theme="dark"] .sw-oc-btn-outline:hover,
[data-bs-theme="dark"] .sw-oc-btn-outline:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.34);
}

[data-bs-theme="dark"] .sw-oc .sw-oc-btn-solid,
[data-bs-theme="dark"] .sw-oc-btn-solid {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

[data-bs-theme="dark"] .sw-oc .sw-oc-btn-solid:hover,
[data-bs-theme="dark"] .sw-oc .sw-oc-btn-solid:focus-visible,
[data-bs-theme="dark"] .sw-oc-btn-solid:hover,
[data-bs-theme="dark"] .sw-oc-btn-solid:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
}

.sw-search .sw-search-box {
    align-items: center;
}

.sw-search-shell {
    padding-top: clamp(0.5rem, 2vw, 1rem);
    padding-bottom: 4rem;
}

.sw-search .sw-search-box .form-control {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0.0625rem 0.125rem 0.0625rem 0.5rem;
}

.sw-search .sw-search-box .form-control:focus {
    box-shadow: none;
}

.sw-search .sw-search-box svg {
    flex: 0 0 auto;
}

.sw-search-submit {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 4.75rem;
    min-height: 2.65rem;
    padding: 0 1rem;
    border: 1px solid var(--bs-body-color, #111);
    border-radius: 999px;
    background: var(--bs-body-color, #111);
    color: var(--bs-body-bg, #fff);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.sw-search-submit:hover,
.sw-search-submit:focus-visible {
    border-color: color-mix(in srgb, var(--bs-body-color, #111) 82%, var(--sw-focus-ring, #38bdf8) 18%);
    background: color-mix(in srgb, var(--bs-body-color, #111) 90%, var(--sw-focus-ring, #38bdf8) 10%);
    color: var(--bs-body-bg, #fff);
    transform: translateY(-1px);
}

[data-bs-theme="dark"] .sw-search-submit {
    border-color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.92);
    color: #111;
}

[data-bs-theme="dark"] .sw-search-submit:hover,
[data-bs-theme="dark"] .sw-search-submit:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #111;
}

.sw-search-keyword-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.sw-search-history-clear {
    appearance: none;
    border: 1px solid color-mix(in srgb, var(--bs-body-color, #111) 12%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-body-color, #111) 10%, var(--bs-body-bg, #fff) 90%);
    color: color-mix(in srgb, var(--bs-body-color, #111) 76%, transparent);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.42rem 0.72rem;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.sw-search-history-clear:hover,
.sw-search-history-clear:focus-visible {
    border-color: color-mix(in srgb, var(--bs-body-color, #111) 22%, transparent);
    background: color-mix(in srgb, var(--bs-body-color, #111) 16%, var(--bs-body-bg, #fff) 84%);
    color: var(--bs-body-color, #111);
    transform: translateY(-1px);
}

[data-bs-theme="dark"] .sw-search-history-clear {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.76);
}

[data-bs-theme="dark"] .sw-search-history-clear:hover,
[data-bs-theme="dark"] .sw-search-history-clear:focus-visible {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.sw-search-history-empty {
    color: var(--bs-secondary-color, rgba(255, 255, 255, 0.68));
    font-size: 0.94rem;
    line-height: 1.6;
}

.sw-search,
.sw-login-required-modal {
    background: var(--sw-modal-backdrop-bg);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity var(--sw-modal-duration) ease;
}

.sw-search.show,
.sw-search.is-open,
.sw-login-required-modal.show,
.sw-login-required-modal.is-open {
    opacity: 1;
}

#searchModal.sw-search {
    --sw-search-modal-ink: #161514;
    --sw-search-modal-muted: rgba(22, 21, 20, 0.64);
    --sw-search-overlay-bg: rgba(15, 23, 42, 0.34);
    --bs-body-color: var(--sw-search-modal-ink);
    --bs-secondary-color: var(--sw-search-modal-muted);
    background: var(--sw-search-overlay-bg) !important;
}

[data-bs-theme="dark"] #searchModal.sw-search {
    --sw-search-modal-ink: #eef2f6;
    --sw-search-modal-muted: rgba(238, 242, 246, 0.68);
    --sw-search-overlay-bg: rgba(2, 6, 23, 0.46);
}

#searchModal.sw-search .sw-search-panel {
    color: var(--sw-search-modal-ink);
}

#searchModal.sw-search .text-secondary {
    color: var(--sw-search-modal-muted) !important;
}

#searchModal.sw-search .sw-search-history-empty {
    color: color-mix(in srgb, var(--bs-body-color, #111) 82%, transparent);
}

#searchModal.sw-search.fade {
    opacity: 0;
    transition: opacity var(--sw-modal-duration) ease !important;
}

#searchModal.sw-search.show,
#searchModal.sw-search.is-open {
    opacity: 1 !important;
}

.modal-backdrop.sw-modal-backdrop.show {
    opacity: 0;
    pointer-events: none;
}

.sw-search .modal-dialog,
.sw-login-required-modal .modal-dialog {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    transition:
        opacity var(--sw-modal-duration) ease,
        transform var(--sw-modal-duration) var(--sw-modal-ease);
}

.sw-search .modal-dialog {
    position: fixed;
    top: clamp(3rem, 9vh, 6rem);
    left: 50%;
    display: block;
    width: min(860px, calc(100vw - 3rem));
    max-width: none;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(18px) scale(0.98);
}

#searchModal.sw-search .modal-dialog {
    opacity: 0;
    transform: translateX(-50%) translateY(18px) scale(0.98) !important;
    transition:
        opacity var(--sw-modal-duration) ease,
        transform var(--sw-modal-duration) var(--sw-modal-ease) !important;
}

.sw-search.show .modal-dialog,
.sw-search.is-open .modal-dialog,
.sw-login-required-modal.show .modal-dialog,
.sw-login-required-modal.is-open .modal-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sw-search.is-closing .modal-dialog,
.sw-login-required-modal.is-closing .modal-dialog {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
}

.sw-search.show .modal-dialog,
.sw-search.is-open .modal-dialog {
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

#searchModal.sw-search.show .modal-dialog,
#searchModal.sw-search.is-open .modal-dialog {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

.sw-search.is-closing .modal-dialog {
    transform: translateX(-50%) translateY(10px) scale(0.985) !important;
}

#searchModal.sw-search.is-closing .modal-dialog {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.985) !important;
}

.sw-search .modal-content {
    width: 100%;
    max-width: none;
    overflow: visible;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
}

.sw-search .sw-search-panel {
    display: grid;
    gap: 1.35rem;
    width: 100%;
    max-width: none;
    padding: clamp(1.45rem, 4vw, 2.25rem);
    border: 1px solid var(--sw-modal-card-border);
    border-radius: var(--sw-modal-radius);
    background: var(--sw-modal-card-bg);
    color: var(--bs-body-color, #fff);
    box-shadow: var(--sw-modal-card-shadow);
}

.sw-search .sw-search-box {
    display: flex;
    min-height: 3.75rem;
    gap: 0.85rem;
    padding: 0 0.15rem 0.85rem;
    border-radius: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--bs-body-color, #fff) 18%, transparent);
    background: transparent;
    box-shadow: none;
}

.sw-search-panel > .row.mt-4 {
    --bs-gutter-x: clamp(1.5rem, 4vw, 3rem);
    --bs-gutter-y: 1rem;
    margin-top: 0.45rem !important;
}

.sw-search .sw-search-input {
    color: var(--bs-body-color, #fff);
    font-size: clamp(1.35rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.6;
}

.sw-search .sw-search-input::placeholder {
    color: color-mix(in srgb, var(--bs-body-color, #fff) 52%, transparent);
}

.sw-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
}

.sw-keywords a,
.sw-search-history-empty {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--bs-body-color, #fff) 16%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-body-color, #fff) 6%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 82%, transparent);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

#searchModal.sw-search .modal-content {
    min-height: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

#searchModal.sw-search .sw-search-box {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#searchModal.sw-search .sw-search-input {
    border-radius: 0 !important;
    padding: 0.0625rem 0.125rem 0.0625rem 0.5rem !important;
    line-height: 1.6;
}

#searchModal.sw-search .sw-keywords li a {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    width: auto;
    padding: 0.45rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--bs-body-color, #fff) 16%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-body-color, #fff) 6%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 82%, transparent);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

#searchModal.sw-search .sw-keywords--history li a {
    border-color: color-mix(in srgb, var(--bs-body-color, #fff) 20%, transparent);
    background: color-mix(in srgb, var(--bs-body-color, #fff) 9%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 90%, transparent);
}

#searchModal.sw-search .sw-keywords--popular li a {
    border-color: color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent);
    background: color-mix(in srgb, var(--bs-body-color, #fff) 4%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 72%, transparent);
    font-weight: 760;
}

.sw-keywords a:hover,
.sw-keywords a:focus-visible {
    background: color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent);
    color: var(--bs-body-color, #fff);
}

.sw-keywords--history a {
    border-color: color-mix(in srgb, var(--bs-body-color, #fff) 20%, transparent);
    background: color-mix(in srgb, var(--bs-body-color, #fff) 9%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 90%, transparent);
}

.sw-keywords--popular a {
    border-color: color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent);
    background: color-mix(in srgb, var(--bs-body-color, #fff) 4%, transparent);
    color: color-mix(in srgb, var(--bs-body-color, #fff) 72%, transparent);
    font-weight: 760;
}

.sw-search .sw-search-close {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top));
    right: max(1rem, env(safe-area-inset-right));
    z-index: 1061;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.16s ease 0.08s,
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.sw-search.show .sw-search-close,
.sw-search.is-open .sw-search-close {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 992px) {
    .sw-search .modal-dialog {
        top: clamp(2.75rem, 7vh, 5rem);
        width: min(1040px, calc(100vw - 5rem));
    }

    .sw-search .sw-search-panel {
        gap: 1.55rem;
        padding: clamp(2.15rem, 3.4vw, 2.85rem);
    }

    .sw-search .sw-search-box {
        min-height: 4.2rem;
        padding-bottom: 1rem;
    }

    .sw-search .sw-search-input {
        font-size: clamp(1.85rem, 2.4vw, 2.55rem);
    }
}

@media (min-width: 1200px) {
    .sw-search .modal-dialog {
        width: min(1080px, calc(100vw - 7rem));
    }

    .sw-search .sw-search-panel {
        gap: 1.7rem;
        padding: clamp(2.35rem, 3vw, 3rem);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sw-search .modal-dialog {
        top: clamp(2.35rem, 6vh, 3.75rem);
        width: min(820px, calc(100vw - 2.5rem));
    }

    .sw-search .sw-search-panel {
        gap: 1.12rem;
        padding: clamp(1.65rem, 3.2vw, 2.15rem);
    }

    .sw-search .sw-search-box {
        min-height: 3.55rem;
        padding-bottom: 0.78rem;
    }

    .sw-search .sw-search-input {
        font-size: clamp(1.55rem, 3.2vw, 2.05rem);
    }

    .sw-search-panel > .row.mt-4 {
        --bs-gutter-x: clamp(1.1rem, 3vw, 2rem);
        --bs-gutter-y: 0.9rem;
        margin-top: 0.15rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sw-search .modal-dialog {
        width: min(680px, calc(100vw - 2rem));
    }

    .sw-search .sw-search-panel {
        padding: 1.55rem;
    }
}

@media (max-width: 575.98px) {
    .sw-search .modal-dialog {
        position: relative;
        inset: auto;
        top: auto;
        left: auto;
        display: block;
        width: 100vw;
        max-width: none;
        height: auto !important;
        min-height: 0 !important;
        margin: 0;
        padding: 0.75rem;
        align-items: flex-start;
        pointer-events: auto;
        transform: translateY(18px) scale(0.98);
    }

    #searchModal.sw-search .modal-dialog {
        transform: translateY(18px) scale(0.98) !important;
    }

    .sw-search.show .modal-dialog,
    .sw-search.is-open .modal-dialog {
        transform: translateY(0) scale(1) !important;
    }

    #searchModal.sw-search.show .modal-dialog,
    #searchModal.sw-search.is-open .modal-dialog {
        transform: translateY(0) scale(1) !important;
    }

    .sw-search.is-closing .modal-dialog {
        transform: translateY(10px) scale(0.985) !important;
    }

    #searchModal.sw-search.is-closing .modal-dialog {
        transform: translateY(10px) scale(0.985) !important;
    }

    .sw-search .modal-content {
        width: 100%;
        max-width: none;
        min-height: auto;
    }

    .sw-search .sw-search-panel {
        align-content: start;
        min-height: auto;
        max-height: calc(100dvh - 1.5rem);
        overflow-y: auto;
        gap: 0.72rem;
        padding: clamp(2.85rem, 7.6vw, 3.1rem) 0.95rem 1rem;
    }

    .sw-search .sw-search-box {
        gap: 0.55rem;
        min-height: 2.95rem;
        padding-bottom: 0.48rem;
    }

    .sw-search .sw-search-box svg {
        width: 18px;
        height: 18px;
    }

    .sw-search .sw-search-input {
        font-size: clamp(1.12rem, 6.3vw, 1.55rem);
    }

    .sw-search-submit {
        min-width: 3.8rem;
        min-height: 2.35rem;
        padding-inline: 0.74rem;
        font-size: 0.8rem;
    }

    .sw-search-panel > .row.mt-4 {
        --bs-gutter-y: 0.72rem;
        margin-top: 0.05rem !important;
    }

    .sw-search-keyword-head {
        margin-bottom: 0.36rem;
    }

    .sw-keywords {
        gap: 0.45rem;
    }

    .sw-keywords a,
    .sw-search-history-empty {
        min-height: 2.1rem;
        padding: 0.38rem 0.7rem;
        font-size: 0.82rem;
    }

    .sw-search-history-clear {
        min-height: 2rem;
        padding: 0.34rem 0.62rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sw-search,
    .sw-search .modal-dialog,
    .sw-login-required-modal,
    .sw-login-required-modal .modal-dialog {
        transition: none !important;
        transform: none !important;
    }

    .sw-close-btn svg,
    .sw-close-btn:hover svg,
    .sw-close-btn:focus-visible svg {
        transition: none !important;
        transform: none !important;
    }
}

.sw-footer .nav-link[href="#"],
.sw-oc .sw-oc-item[href="#"] {
    opacity: 0.72;
}

.sw-offcanvas .sw-oc-header {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 4.75rem;
    padding: 1.25rem 1.35rem;
    background: #000 !important;
    background-image: none !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.sw-offcanvas .sw-oc-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.sw-offcanvas .sw-oc-brand img {
    display: block;
    width: min(180px, 62vw);
    height: auto;
}

.sw-offcanvas .sw-oc-header .sw-close-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        color 0.18s ease,
        transform 0.18s var(--sw-modal-ease, ease);
}

.sw-offcanvas .sw-oc-header .sw-close-btn:hover,
.sw-offcanvas .sw-oc-header .sw-close-btn:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px) scale(1.02);
}

.sw-offcanvas .sw-oc-header .sw-close-btn:hover svg,
.sw-offcanvas .sw-oc-header .sw-close-btn:focus-visible svg {
    transform: rotate(var(--sw-close-icon-rotate));
}

.sw-oc-panel {
    padding-top: 0.375rem;
}

.sw-offcanvas > .sw-oc-social,
.sw-offcanvas .sw-oc > :not(.sw-oc-nav),
.sw-offcanvas .sw-oc-nav > .list-unstyled > li {
    opacity: 1;
    transform: translateX(0);
}

.sw-offcanvas.is-oc-prep > .sw-oc-social,
.sw-offcanvas:not(.is-oc-reveal).showing > .sw-oc-social,
.sw-offcanvas.is-oc-prep .sw-oc > :not(.sw-oc-nav),
.sw-offcanvas:not(.is-oc-reveal).showing .sw-oc > :not(.sw-oc-nav),
.sw-offcanvas.is-oc-prep .sw-oc-nav > .list-unstyled > li,
.sw-offcanvas:not(.is-oc-reveal).showing .sw-oc-nav > .list-unstyled > li {
    opacity: 0;
    filter: blur(4px);
    transform: translateX(34px);
}

.sw-offcanvas.is-oc-reveal > .sw-oc-social,
.sw-offcanvas.is-oc-reveal .sw-oc > :not(.sw-oc-nav),
.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    transition:
        opacity 0.58s ease,
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.54s ease;
}

.sw-offcanvas.is-oc-prep .sw-oc-nav > .list-unstyled > li > .sw-oc-item,
.sw-offcanvas.is-oc-prep .sw-oc-nav > .list-unstyled > li > .sw-oc-toggle,
.sw-offcanvas:not(.is-oc-reveal).showing .sw-oc-nav > .list-unstyled > li > .sw-oc-item,
.sw-offcanvas:not(.is-oc-reveal).showing .sw-oc-nav > .list-unstyled > li > .sw-oc-toggle {
    opacity: 0;
    transform: translateX(1.25rem);
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li > .sw-oc-item,
.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li > .sw-oc-toggle {
    animation: swOcMainItemReveal 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
    will-change: opacity, transform;
}

.sw-offcanvas.is-oc-reveal .sw-oc > :not(.sw-oc-nav):nth-child(1) {
    transition-delay: 0.04s;
}

.sw-offcanvas.is-oc-reveal .sw-oc > :not(.sw-oc-nav):nth-child(3),
.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(1) {
    transition-delay: 0.18s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(2) {
    transition-delay: 0.34s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(3) {
    transition-delay: 0.5s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(4) {
    transition-delay: 0.64s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(5) {
    transition-delay: 0.78s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(n + 6) {
    transition-delay: 0.88s;
}

.sw-offcanvas.is-oc-reveal > .sw-oc-social {
    transition-delay: 0.96s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(1) > * {
    animation-delay: 0.18s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(2) > * {
    animation-delay: 0.34s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(3) > * {
    animation-delay: 0.5s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(4) > * {
    animation-delay: 0.64s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(5) > * {
    animation-delay: 0.78s;
}

.sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li:nth-child(n + 6) > * {
    animation-delay: 0.88s;
}

@keyframes swOcMainItemReveal {
    from {
        opacity: 0;
        transform: translateX(1.25rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sw-oc-nav > .list-unstyled {
    display: grid;
    gap: 0.5rem;
}

.sw-oc-nav > .list-unstyled > li {
    display: grid;
    gap: 0;
}

.sw-oc .sw-oc-item,
.sw-oc .sw-oc-subitem {
    line-height: 1.35;
}

.sw-oc .sw-oc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.5rem;
    padding: 0 1rem;
    color: inherit;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: 0;
    appearance: none;
}

button.sw-oc-item {
    font: inherit;
}

.sw-oc .sw-oc-item--with-icon {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

.sw-oc .sw-oc-item__icon {
    width: 1.875rem;
    height: 1.875rem;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.0625rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 50% 50%, rgba(85, 218, 255, 0.18), rgba(85, 218, 255, 0) 72%),
        rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 18px rgba(85, 218, 255, 0.12);
}

.sw-oc .sw-oc-item__icon-svg {
    display: block;
}

.sw-oc .sw-oc-item__label {
    min-width: 0;
    flex: 1 1 auto;
}

.sw-oc .sw-oc-toggle {
    width: 100%;
    min-height: 3.5rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8125rem;
    border-radius: 0.875rem;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sw-oc .sw-oc-item:focus,
.sw-oc .sw-oc-toggle:focus {
    outline: 0;
}

.sw-oc .sw-oc-toggle[aria-expanded="true"] {
    background: color-mix(in srgb, var(--bs-body-color, #111) 10%, transparent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bs-body-color, #111) 10%, transparent);
}

[data-bs-theme="dark"] .sw-oc .sw-oc-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.sw-oc .sw-oc-toggle .chev {
    flex: none;
    width: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: var(--bs-secondary-color, rgba(255, 255, 255, 0.62));
    opacity: 0;
    pointer-events: none;
    transform: translateX(-0.25rem);
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s ease, opacity 0.18s ease;
}

.sw-oc .sw-oc-toggle:hover .chev,
.sw-oc .sw-oc-toggle:focus-visible .chev {
    opacity: 0.32;
    transform: translateX(0);
}

.sw-oc .sw-oc-toggle[aria-expanded="false"] .chev {
    opacity: 0;
    transform: translateX(-0.25rem);
}

.sw-oc .sw-oc-toggle[aria-expanded="true"] .chev {
    color: currentColor;
    opacity: 1;
    transform: rotate(90deg);
}

.sw-oc-panel > .list-unstyled {
    display: grid;
    gap: 0.125rem;
}

.sw-oc .sw-oc-subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--bs-body-color, #111) 10%, transparent);
    text-decoration: none;
}

.sw-oc-panel > .list-unstyled > li > .sw-oc-subitem {
    opacity: 1;
    transform: translateX(0);
}

.sw-oc-panel.collapsing > .list-unstyled > li > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li > .sw-oc-subitem {
    animation: swOcSubitemReveal 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(1) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(1) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(1) > .sw-oc-subitem {
    animation-delay: 0.02s;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(2) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(2) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(2) > .sw-oc-subitem {
    animation-delay: 0.045s;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(3) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(3) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(3) > .sw-oc-subitem {
    animation-delay: 0.07s;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(4) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(4) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(4) > .sw-oc-subitem {
    animation-delay: 0.095s;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(5) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(5) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(5) > .sw-oc-subitem {
    animation-delay: 0.12s;
}

.sw-oc-panel.collapsing > .list-unstyled > li:nth-child(n + 6) > .sw-oc-subitem,
.sw-oc-panel.is-opening > .list-unstyled > li:nth-child(n + 6) > .sw-oc-subitem,
.sw-oc-panel.show > .list-unstyled > li:nth-child(n + 6) > .sw-oc-subitem {
    animation-delay: 0.145s;
}

@keyframes swOcSubitemReveal {
    from {
        opacity: 0;
        transform: translateX(22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sw-oc .sw-oc-subitem__label {
    min-width: 0;
    flex: 1 1 auto;
}

.sw-oc .sw-oc-subitem__count {
    flex: none;
    min-width: 2.25rem;
    border-radius: 999px;
    padding: 0.18rem 0.48rem;
    background: rgba(17, 17, 17, 0.1);
    color: rgba(17, 17, 17, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

[data-bs-theme="dark"] .sw-oc .sw-oc-subitem__count {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.82);
}

.sw-oc-panel--scroll {
    max-height: min(52vh, 26rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.35rem;
}

.sw-oc-panel--scroll::-webkit-scrollbar {
    width: 8px;
}

.sw-oc-panel--scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.sw-oc-panel--scroll::-webkit-scrollbar-track {
    background: transparent;
}

.sw-offcanvas .sw-oc-social {
    padding-top: 0.8rem !important;
    padding-bottom: 0.9rem !important;
    background: color-mix(in srgb, var(--bs-body-bg, #fff) 96%, var(--bs-body-color, #111) 4%);
}

.sw-offcanvas .sw-oc-social .sw-footer-social__item {
    width: 2.25rem;
    height: 2.25rem;
    opacity: 0.64;
    background: transparent !important;
    border-color: color-mix(in srgb, var(--bs-body-color, #111) 16%, transparent) !important;
    color: var(--bs-body-color, #111) !important;
}

.sw-offcanvas .sw-oc-social .sw-footer-social__item:hover,
.sw-offcanvas .sw-oc-social .sw-footer-social__item:focus-visible {
    opacity: 1;
    background: color-mix(in srgb, var(--bs-body-color, #111) 8%, transparent);
    border-color: color-mix(in srgb, var(--bs-body-color, #111) 24%, transparent);
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .sw-offcanvas.is-oc-reveal > .sw-oc-social,
    .sw-offcanvas.is-oc-reveal .sw-oc > :not(.sw-oc-nav),
    .sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li {
        filter: none;
        transition: none;
        transition-delay: 0s;
    }

    .sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li > .sw-oc-item,
    .sw-offcanvas.is-oc-reveal .sw-oc-nav > .list-unstyled > li > .sw-oc-toggle {
        animation: none;
    }

    .sw-oc-panel.collapsing > .list-unstyled > li > .sw-oc-subitem,
    .sw-oc-panel.is-opening > .list-unstyled > li > .sw-oc-subitem,
    .sw-oc-panel.show > .list-unstyled > li > .sw-oc-subitem {
        animation: none;
    }
}

.sw-footer,
[data-bs-theme="light"] .sw-footer,
[data-bs-theme="dark"] .sw-footer {
    background-color: #000 !important;
    color: #fff !important;
    margin-top: var(--sw-footer-pre-gap, clamp(3.25rem, 5.5vw, 4.75rem)) !important;
}

.sw-footer.border-top,
[data-bs-theme="light"] .sw-footer.border-top,
[data-bs-theme="dark"] .sw-footer.border-top {
    border-top-color: hsla(0, 0%, 100%, 0.12) !important;
}

.sw-footer .nav-link {
    color: rgba(255, 255, 255, 0.84) !important;
}

.sw-footer .nav-link:hover,
.sw-footer .nav-link:focus-visible {
    color: #fff !important;
}

.sw-footer .text-secondary,
.sw-footer .small.text-secondary {
    color: rgba(255, 255, 255, 0.64) !important;
}

.sw-footer > .container {
    padding-top: var(--sw-footer-inner-pad-y, clamp(1.75rem, 3vw, 2.35rem)) !important;
    padding-bottom: var(--sw-footer-inner-pad-y, clamp(1.75rem, 3vw, 2.35rem)) !important;
}

.sw-footer .nav[aria-label="Social links"] {
    gap: var(--sw-footer-social-gap, 1rem) !important;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.8rem) !important;
}

.sw-footer .nav[aria-label="Footer navigation"] {
    gap: clamp(1.15rem, 2.4vw, 1.7rem) !important;
    margin-bottom: 0 !important;
}

.sw-footer p.text-center {
    margin-top: clamp(1.3rem, 2.6vw, 1.9rem) !important;
}

.sw-footer-social__item {
    width: var(--sw-tap-target-min);
    height: var(--sw-tap-target-min);
    min-width: var(--sw-tap-target-min);
    min-height: var(--sw-tap-target-min);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.sw-footer-social__item:hover,
.sw-footer-social__item:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.sw-footer .sw-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.sw-home-pagination {
    margin-top: clamp(var(--sw-home-space-4), 4vw, var(--sw-home-space-5)) !important;
    margin-bottom: clamp(var(--sw-home-space-5), 6vw, var(--sw-home-space-6)) !important;
    padding-top: clamp(var(--sw-home-space-3), 3vw, var(--sw-home-space-4));
    padding-bottom: clamp(var(--sw-home-space-3), 3.5vw, calc(var(--sw-home-space-4) + var(--sw-home-space-1)));
}

.sw-home-pagination .page-link {
    min-width: 3rem;
    height: 3rem;
    padding: 0 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid var(--sw-pagination-neutral);
    background: transparent;
    color: var(--sw-pagination-neutral);
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sw-home-pagination .page-link:hover,
.sw-home-pagination .page-link:focus-visible {
    background: var(--sw-pagination-active-bg);
    color: var(--sw-pagination-active-ink);
    border-color: var(--sw-pagination-active-border);
    transform: translateY(-1px);
    box-shadow: 0 0 0 3px var(--sw-pagination-focus-ring);
}

.sw-home-pagination .page-item.active .page-link {
    background: var(--sw-pagination-active-bg);
    color: var(--sw-pagination-active-ink);
    border-color: var(--sw-pagination-active-border);
    box-shadow: none;
}

.sw-home-pagination .page-item--nav .page-link {
    width: 3rem;
    min-width: 3rem;
    padding-inline: 0;
    font-size: 1.1rem;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.sw-home-pagination .page-item--nav:not(.disabled) .page-link:hover,
.sw-home-pagination .page-item--nav:not(.disabled) .page-link:focus-visible {
    background: var(--sw-pagination-active-bg);
}

.sw-home-pagination .page-item--nav.disabled .page-link {
    opacity: 0.52;
    background: transparent;
}

.sw-home-pagination .page-item.disabled .page-link {
    box-shadow: none;
    transform: none;
}

[data-bs-theme="light"] .sw-home-news-card__date {
    background: var(--sw-date-badge-bg);
    color: #fff;
}

.sw-calendar-template-page .sw-page-intro {
    margin-bottom: clamp(1.35rem, 2.6vw, 2rem);
}

.sw-listing-template-page .sw-page-intro {
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.sw-calendar-shop-modal .modal-dialog {
    max-width: min(920px, calc(100vw - 2rem));
}

.sw-calendar-shop-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.sw-calendar-shop-modal .modal-header {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    padding: clamp(1.3rem, 3vw, 2rem) clamp(1.3rem, 3.6vw, 2.35rem) 0;
}

.sw-calendar-shop-modal .modal-title {
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0;
}

.sw-calendar-shop-modal .modal-body {
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.3rem, 3.6vw, 2.35rem) clamp(1.45rem, 3.4vw, 2.35rem);
}

[data-bs-theme="dark"] .sw-calendar-shop-modal .modal-content {
    background: color-mix(in srgb, var(--bs-body-bg, #212529) 92%, #ffffff 8%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

@media (max-width: 575.98px) {
.sw-calendar-shop-modal .modal-dialog {
        max-width: none;
        margin: 0.75rem;
    }

.sw-calendar-shop-modal .modal-header {
        padding: 1.15rem 1.05rem 0;
    }

.sw-calendar-shop-modal .modal-body {
        padding: 1rem 1.05rem 1.2rem;
    }
}

.sw-calendar-template-page .sw-home-pagination,
.sw-listing-template-page .sw-home-pagination {
    margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

[data-bs-theme="light"] .sw-home-page .sw-ranking .sw-rank-badge,
[data-bs-theme="dark"] .sw-home-page .sw-ranking .sw-rank-badge {
    color: #fff !important;
}

[data-bs-theme="light"] .sw-home-page .sw-date-badge.sw-date-badge--home {
    background: var(--sw-date-badge-bg);
    box-shadow: var(--sw-date-badge-shadow);
}

.sw-page-head .page-meta {
    padding-top: clamp(1.15rem, 2.2vw, 2rem);
    padding-bottom: clamp(0.55rem, 1vw, 0.95rem);
}

.sw-page-head .sw-notice {
    margin: clamp(0.8rem, 1.6vw, 1.35rem) 0 0.5rem !important;
    font-size: 0.84rem;
    line-height: 1.42;
    letter-spacing: 0.01em;
    opacity: 0.78;
}

.sw-page-head .sw-notice svg {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
}

.sw-page-head .breadcrumb {
    font-size: 0.87rem;
    line-height: 1.52;
}

.sw-page-head .breadcrumb .breadcrumb-item:not(.active) {
    opacity: 1;
}

.sw-page-head .breadcrumb .breadcrumb-item:not(.active) a {
    color: color-mix(in srgb, var(--bs-body-color, #111) 72%, transparent);
    font-weight: 700;
    text-decoration: none;
}

.sw-page-head .breadcrumb .breadcrumb-item:not(.active) a:hover,
.sw-page-head .breadcrumb .breadcrumb-item:not(.active) a:focus-visible {
    color: var(--bs-body-color, #111);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.sw-page-head .breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}

.sw-page-head .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    opacity: 0.64;
    padding-inline: 0.42rem;
}

[data-bs-theme="light"] .sw-page-head .breadcrumb .breadcrumb-item:not(.active) a {
    color: var(--sw-muted-copy-strong);
}

[data-bs-theme="light"] .sw-page-head .breadcrumb .breadcrumb-item.active {
    color: color-mix(in srgb, var(--bs-body-color, #111) 92%, transparent);
}

[data-bs-theme="light"] .sw-page-head .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--sw-muted-copy);
}

[data-bs-theme="light"] .article-body a {
    background: linear-gradient(
        to top,
        color-mix(in srgb, #008fbd 10%, transparent) 0 48%,
        transparent 48% 100%
    );
    color: color-mix(in srgb, var(--bs-body-color, #111) 68%, #005f86 32%);
    text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

[data-bs-theme="light"] .article-body a:hover,
[data-bs-theme="light"] .article-body a:focus-visible {
    color: color-mix(in srgb, var(--bs-body-color, #111) 58%, #005f86 42%);
    text-decoration-color: currentColor;
    background: linear-gradient(
        to top,
        color-mix(in srgb, #008fbd 16%, transparent) 0 56%,
        transparent 56% 100%
    );
}

[data-bs-theme="dark"] .article-body a {
    background: linear-gradient(
        to top,
        color-mix(in srgb, #3ce8ff 13%, transparent) 0 48%,
        transparent 48% 100%
    );
    color: color-mix(in srgb, #ffffff 82%, #7eeaff 18%);
    text-decoration-color: color-mix(in srgb, currentColor 58%, transparent);
}

[data-bs-theme="dark"] .article-body a:hover,
[data-bs-theme="dark"] .article-body a:focus-visible {
    color: color-mix(in srgb, #ffffff 70%, #7eeaff 30%);
    text-decoration-color: currentColor;
    background: linear-gradient(
        to top,
        color-mix(in srgb, #3ce8ff 20%, transparent) 0 56%,
        transparent 56% 100%
    );
}

[data-bs-theme="dark"] .sw-member-action-popup {
    border-color: rgba(248, 113, 113, 0.42);
    background: color-mix(in srgb, var(--bs-body-bg, #111827) 82%, #ef4444 18%);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.sw-login-required-modal .modal-dialog {
    max-width: min(92vw, 28rem);
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-login-required-modal.is-open .modal-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sw-login-required-modal.is-closing .modal-dialog {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
}

.sw-login-required-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sw-modal-card-border);
    border-radius: var(--sw-modal-radius);
    background: var(--sw-modal-card-bg);
    color: var(--bs-body-color, #111);
    box-shadow: var(--sw-modal-card-shadow);
}

.sw-login-required-modal.is-auth-busy .modal-content::before,
.sw-login-required-modal.is-auth-busy .modal-content::after {
    position: absolute;
    z-index: 5;
    pointer-events: auto;
}

.sw-login-required-modal.is-auth-busy .modal-content::before {
    content: "";
    inset: 0;
    background: color-mix(in srgb, var(--bs-body-bg, #fff) 84%, transparent);
    backdrop-filter: blur(3px);
}

.sw-login-required-modal.is-auth-busy .modal-content::after {
    content: "ログインしています...";
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    min-height: 3.1rem;
    padding: 0.8rem 1rem;
    border: 1px solid color-mix(in srgb, var(--bs-body-color, #111) 14%, transparent);
    border-radius: 8px;
    background: color-mix(in srgb, var(--bs-body-bg, #fff) 96%, var(--bs-body-color, #111) 4%);
    color: var(--bs-body-color, #111);
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    transform: translate(-50%, -50%);
}

[data-bs-theme="dark"] .sw-login-required-modal.is-auth-busy .modal-content::before {
    background: rgba(7, 11, 16, 0.74);
}

[data-bs-theme="dark"] .sw-login-required-modal.is-auth-busy .modal-content::after {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(15, 23, 42, 0.94);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

[data-bs-theme="dark"] .sw-login-required-modal__submit {
    border-color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.92);
    color: #070b10;
}

[data-bs-theme="dark"] .sw-login-required-modal__submit:hover,
[data-bs-theme="dark"] .sw-login-required-modal__submit:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
.sw-login-required-modal,
    .sw-login-required-modal .modal-dialog {
        transition: none;
    }

.sw-login-required-modal .modal-dialog,
    .sw-login-required-modal.is-open .modal-dialog,
    .sw-login-required-modal.is-closing .modal-dialog {
        transform: none;
    }
}

@media (max-width: 767.98px) {
.sw-page-head .page-meta {
        padding-top: clamp(0.98rem, 4.2vw, 1.28rem) !important;
        padding-bottom: clamp(0.26rem, 1.4vw, 0.48rem);
    }

.sw-page-head .sw-notice {
        margin: 0.26rem 0 0.22rem !important;
        font-size: 0.74rem;
        line-height: 1.25;
        letter-spacing: 0;
    }

.sw-page-head .sw-notice svg {
        width: 0.72rem;
        height: 0.72rem;
        margin-right: 0.36rem !important;
    }

.sw-page-head .breadcrumb {
        font-size: 0.78rem;
        line-height: 1.28;
        row-gap: 0.08rem;
    }

.sw-page-head .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-inline: 0.32rem;
    }

.sw-page-head--article-detail .breadcrumb .breadcrumb-item.active {
        display: none;
    }

.sw-page-head--article-detail .page-meta {
        padding-top: clamp(0.98rem, 4.2vw, 1.28rem) !important;
        padding-bottom: 0.12rem;
    }

.sw-page-head--article-detail .sw-notice {
        margin: 0.24rem 0 0.12rem !important;
    }

.sw-page-head--article-detail .breadcrumb {
        font-size: 0.75rem;
        line-height: 1.22;
    }
}

@media (min-width: 992px) {
[data-bs-theme="dark"] .sw-article-layout::before {
        background: linear-gradient(
            180deg,
            transparent 0%,
            color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent) 12%,
            color-mix(in srgb, var(--bs-body-color, #fff) 18%, transparent) 52%,
            color-mix(in srgb, var(--bs-body-color, #fff) 12%, transparent) 88%,
            transparent 100%
        );
    }
}

.sw-shop-prose--panel .onlineshop-box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.sw-shop-prose--panel .onlineshop-box + .onlineshop-box {
    margin-top: 0;
}

.sw-shop-prose--panel .onlineshop-box > .onlineshop-boder {
    margin: 0;
    padding: 0.9rem;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 12px;
    background: color-mix(in srgb, var(--bs-body-bg, #fff) 96%, var(--sw-surface-frame) 4%);
    box-shadow: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    align-items: center;
}

.sw-shop-prose--panel .onlineshop-box > .onlineshop-boder.sw-shop-entry-linkable {
    cursor: pointer;
}

.sw-shop-prose--panel .onlineshop-box > .onlineshop-boder:hover {
    background: var(--sw-home-pill-bg);
    border-color: color-mix(in srgb, var(--sw-card-border-soft) 72%, var(--bs-body-color, #111) 28%);
}

.sw-shop-prose--panel .onlineshop-box > .onlineshop-boder.sw-shop-entry-linkable:focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring);
    outline-offset: 3px;
    background: var(--sw-home-pill-bg);
    border-color: color-mix(in srgb, var(--sw-card-border-soft) 64%, var(--bs-body-color, #111) 36%);
    box-shadow: var(--sw-focus-box-shadow);
}

.sw-shop-prose--panel .onlineshop-boder .col-3 > div,
.sw-shop-prose--panel .onlineshop-boder .col-3.col-lg-2 > div,
.sw-shop-prose--panel .onlineshop-boder .card-title {
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.sw-shop-prose--panel .onlineshop-boder img {
    display: block;
    width: min(100%, 64px);
    max-height: 64px;
    object-fit: contain;
}

.sw-shop-prose--panel .font-releaseshop {
    line-height: 1.35;
    font-weight: 800;
}

.sw-shop-prose--panel .font-online {
    margin-top: 0.18rem;
    color: var(--sw-quiet-copy);
    line-height: 1.5;
}

.sw-shop-prose--panel .onlineshop-boder .buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sw-shop-prose--panel .onlineshop-boder .buy-button .btn {
    min-width: 5.4rem;
    min-height: max(2.85rem, var(--sw-tap-target-min));
    padding: 0.72rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.sw-shop-prose--panel .onlineshop-boder .btn-primary {
    background: #111;
    border-color: #111;
    color: #fff;
    box-shadow: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sw-shop-prose--panel .onlineshop-boder .btn-primary:hover,
.sw-shop-prose--panel .onlineshop-boder .btn-primary:focus-visible,
.sw-shop-prose--panel .onlineshop-boder .btn-primary:active {
    background: #ffffff;
    border-color: #111;
    color: #111;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
}

.sw-shop-prose--panel .onlineshop-boder .btn-primary:focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring);
    outline-offset: 3px;
    box-shadow: var(--sw-focus-box-shadow), 0 10px 24px rgba(15, 23, 42, 0.18);
}

.sw-shop-prose--panel .onlineshop-boder:hover .btn-primary {
    background: #ffffff;
    border-color: #111;
    color: #111;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.sw-shop-prose--panel .onlineshop-boder:hover .btn-primary:hover,
.sw-shop-prose--panel .onlineshop-boder:hover .btn-primary:focus-visible {
    background: #ffffff;
    border-color: #111;
    color: #111;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-box > .onlineshop-boder {
    border-color: rgba(255, 255, 255, 0.16);
    background: color-mix(in srgb, var(--bs-body-bg, #212529) 90%, #ffffff 10%);
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-box > .onlineshop-boder:hover {
    border-color: rgba(255, 255, 255, 0.24);
    background: color-mix(in srgb, var(--bs-body-bg, #212529) 84%, #ffffff 16%);
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-box > .onlineshop-boder.sw-shop-entry-linkable:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .col-3 > div,
[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .col-3.col-lg-2 > div,
[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .card-title {
    border-color: transparent;
    background: transparent;
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .btn-primary {
    background: #f4f5f7;
    border-color: #f4f5f7;
    color: #111;
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .btn-primary:hover,
[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .btn-primary:focus-visible,
[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder .btn-primary:active {
    background: #111;
    border-color: #f4f5f7;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder:hover .btn-primary {
    background: #111;
    border-color: #f4f5f7;
    color: #fff;
}

[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder:hover .btn-primary:hover,
[data-bs-theme="dark"] .sw-shop-prose--panel .onlineshop-boder:hover .btn-primary:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #111;
}

[data-bs-theme="dark"] .sw-shop-pr__panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: color-mix(in srgb, var(--bs-body-bg, #212529) 90%, #ffffff 10%);
}

[data-bs-theme="dark"] .sw-shop-group--panel + .sw-shop-group--panel {
    border-top-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] .sw-shop-pr__title,
[data-bs-theme="dark"] .sw-shop-group .sw-shop-title {
    color: rgba(255, 255, 255, 0.94);
}

[data-bs-theme="dark"] .sw-shop-entry__label,
[data-bs-theme="dark"] .sw-shop-prose--panel,
[data-bs-theme="dark"] .sw-shop-prose--panel .font-online {
    color: rgba(255, 255, 255, 0.76);
}

[data-bs-theme="dark"] .sw-shop-card__article-link {
    background: #f4f5f7;
    color: #111;
}

[data-bs-theme="dark"] .sw-shop-card__article-link:hover,
[data-bs-theme="dark"] .sw-shop-card__article-link:focus-visible {
    color: #111;
}

.sw-layout-main--search {
    width: min(1280px, calc(100vw - 32px));
    padding-top: clamp(1.25rem, 2.2vw, 2rem);
}

body.sw-body.sw-search-page-body {
    background: var(--sw-search-page-bg) !important;
}

body.sw-body.sw-search-page-body .sw-page-head .page-meta {
    padding-bottom: 0.25rem;
}

body.sw-body.sw-search-page-body .sw-page-head .sw-notice {
    margin-top: clamp(0.35rem, 1vw, 0.7rem) !important;
}

body.sw-body.sw-search-page-body .sw-search-page {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    padding-top: 0;
    padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

body.sw-body.sw-search-page-body .sw-search-header {
    display: grid;
    gap: 1.25rem;
    padding: 0 0 clamp(1.5rem, 3vw, 2.2rem);
    border-bottom: 1px solid var(--sw-home-rule);
}

body.sw-body.sw-search-page-body .sw-search-header__copy {
    display: grid;
    gap: 0.35rem;
}

body.sw-body.sw-search-page-body .sw-search-header__eyebrow {
    margin: 0;
    color: var(--sw-quiet-copy);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
}

body.sw-body.sw-search-page-body .sw-search-header__title {
    margin: 0;
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

body.sw-body.sw-search-page-body .sw-search-header__summary {
    max-width: 40rem;
    margin: 0;
    color: var(--sw-quiet-copy-strong);
    line-height: 1.75;
}

body.sw-body.sw-search-page-body .sw-search-hero {
    margin-top: 0;
}

body.sw-body.sw-search-page-body .sw-search-hero__box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 12px;
    background: color-mix(in srgb, var(--sw-search-panel-bg) 72%, transparent);
}

body.sw-body.sw-search-page-body .sw-search-hero__box svg {
    margin-left: 0.7rem;
    color: var(--sw-quiet-copy);
}

body.sw-body.sw-search-page-body .sw-search-hero__input {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bs-body-color);
    font: inherit;
    outline: 0;
}

body.sw-body.sw-search-page-body .sw-search-hero__input::placeholder {
    color: var(--sw-quiet-copy);
}

body.sw-body.sw-search-page-body .sw-search-hero__submit {
    min-width: 5.9rem;
    min-height: 54px;
    padding: 0 1.2rem;
    border: 1px solid var(--sw-pagination-active-border);
    border-radius: 8px;
    background: var(--sw-pagination-active-bg);
    color: var(--sw-pagination-active-ink);
    font-weight: 800;
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.sw-body.sw-search-page-body .sw-search-hero__submit:hover,
body.sw-body.sw-search-page-body .sw-search-hero__submit:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

body.sw-body.sw-search-page-body .sw-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

body.sw-body.sw-search-page-body .sw-search-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.85rem;
    border: 1px solid var(--sw-home-pill-border);
    border-radius: 999px;
    background: var(--sw-home-pill-bg);
    color: var(--bs-body-color);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

body.sw-body.sw-search-page-body .sw-search-chip:hover,
body.sw-body.sw-search-page-body .sw-search-chip:focus-visible {
    background: var(--sw-home-pill-hover-bg);
    color: var(--bs-body-color);
}

body.sw-body.sw-search-page-body .sw-search-empty {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 8px;
    background: var(--sw-search-panel-bg);
}

body.sw-body.sw-search-page-body .sw-search-empty__lead,
body.sw-body.sw-search-page-body .sw-search-empty__hint {
    margin: 0;
}

body.sw-body.sw-search-page-body .sw-search-empty__lead {
    color: var(--sw-quiet-copy-strong);
    font-weight: 600;
}

body.sw-body.sw-search-page-body .sw-search-empty__hint {
    color: var(--sw-home-card-meta);
    font-size: 0.92rem;
}

body.sw-body.sw-search-page-body .sw-search-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
}

body.sw-body.sw-search-page-body .sw-search-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.25rem;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 999px;
    background: color-mix(in srgb, var(--sw-search-panel-bg) 72%, transparent);
}

body.sw-body.sw-search-page-body .sw-search-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 1rem;
    border-radius: 999px;
    color: var(--sw-quiet-copy-strong);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

body.sw-body.sw-search-page-body .sw-search-tab.is-active,
body.sw-body.sw-search-page-body .sw-search-tab:hover,
body.sw-body.sw-search-page-body .sw-search-tab:focus-visible {
    background: var(--sw-pagination-active-bg);
    color: var(--sw-pagination-active-ink);
}

body.sw-body.sw-search-page-body .sw-search-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

body.sw-body.sw-search-page-body .sw-search-count {
    margin: 0;
    color: var(--sw-quiet-copy-strong);
    font-size: 0.94rem;
    font-weight: 700;
}

body.sw-body.sw-search-page-body .sw-search-count span {
    color: var(--sw-home-card-meta);
    font-weight: 500;
}

body.sw-body.sw-search-page-body .sw-search-sort {
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 999px;
    background: var(--sw-search-panel-bg);
    color: var(--bs-body-color);
    font-size: 0.92rem;
    font-weight: 700;
}

body.sw-body.sw-search-page-body .sw-search-sort:hover,
body.sw-body.sw-search-page-body .sw-search-sort:focus-visible {
    border-color: color-mix(in srgb, var(--sw-card-border-soft) 52%, var(--bs-body-color, #111) 48%);
}

body.sw-body.sw-search-page-body .sw-search-results,
body.sw-body.sw-search-page-body .sw-search-image-results {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    border: 0;
}

body.sw-body.sw-search-page-body .sw-search-featured,
body.sw-body.sw-search-page-body .sw-search-result,
body.sw-body.sw-search-page-body .sw-search-image-card,
body.sw-body.sw-search-page-body .sw-search-empty-state__panel {
    overflow: hidden;
    border: 1px solid var(--sw-card-border-soft);
    border-radius: 8px;
    background: var(--sw-search-card-bg);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body.sw-body.sw-search-page-body .sw-search-featured:hover,
body.sw-body.sw-search-page-body .sw-search-featured:focus-within,
body.sw-body.sw-search-page-body .sw-search-result:hover,
body.sw-body.sw-search-page-body .sw-search-result:focus-within,
body.sw-body.sw-search-page-body .sw-search-image-card:hover,
body.sw-body.sw-search-page-body .sw-search-image-card:focus-within {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--sw-card-border-soft) 55%, var(--bs-body-color, #111) 45%);
    box-shadow: var(--sw-home-card-lift);
}

body.sw-body.sw-search-page-body .sw-search-featured__link,
body.sw-body.sw-search-page-body .sw-search-result__link,
body.sw-body.sw-search-page-body .sw-search-image-card__link {
    color: var(--bs-body-color);
    text-decoration: none;
}

body.sw-body.sw-search-page-body .sw-search-featured__link {
    display: grid;
    grid-template-columns: minmax(240px, 332px) minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 1.6rem);
    padding: clamp(0.9rem, 1.5vw, 1.2rem);
}

body.sw-body.sw-search-page-body .sw-search-featured__media,
body.sw-body.sw-search-page-body .sw-search-result__thumb,
body.sw-body.sw-search-page-body .sw-search-image-card__media {
    position: relative;
    overflow: hidden;
    background: var(--sw-surface-frame);
}

body.sw-body.sw-search-page-body .sw-search-featured__media {
    border-radius: 6px;
    aspect-ratio: 1 / 1;
}

body.sw-body.sw-search-page-body .sw-search-featured__media img,
body.sw-body.sw-search-page-body .sw-search-result__thumb img,
body.sw-body.sw-search-page-body .sw-search-image-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
}

body.sw-body.sw-search-page-body .sw-search-featured:hover .sw-search-featured__media img,
body.sw-body.sw-search-page-body .sw-search-result:hover .sw-search-result__thumb img,
body.sw-body.sw-search-page-body .sw-search-image-card:hover .sw-search-image-card__media img {
    transform: scale(1.04);
}

body.sw-body.sw-search-page-body .sw-search-featured__body,
body.sw-body.sw-search-page-body .sw-search-result__body,
body.sw-body.sw-search-page-body .sw-search-image-card__body {
    min-width: 0;
    display: grid;
    align-content: start;
}

body.sw-body.sw-search-page-body .sw-search-featured__body {
    gap: 0.7rem;
    padding-block: 0.2rem;
    align-content: center;
}

body.sw-body.sw-search-page-body .sw-search-result__kicker,
body.sw-body.sw-search-page-body .sw-search-image-card__meta {
    margin: 0;
    color: var(--sw-home-card-meta);
    font-size: 0.82rem;
    line-height: 1.5;
}

body.sw-body.sw-search-page-body .sw-search-featured__title,
body.sw-body.sw-search-page-body .sw-search-result__title,
body.sw-body.sw-search-page-body .sw-search-image-card__title {
    margin: 0;
    letter-spacing: 0;
}

body.sw-body.sw-search-page-body .sw-search-featured__title {
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    line-height: 1.12;
    font-weight: 800;
}

body.sw-body.sw-search-page-body .sw-search-featured__summary,
body.sw-body.sw-search-page-body .sw-search-result__summary {
    margin: 0;
    color: var(--sw-quiet-copy-strong);
}

body.sw-body.sw-search-page-body .sw-search-featured__summary {
    font-size: 1rem;
    line-height: 1.75;
}

body.sw-body.sw-search-page-body .sw-search-list {
    display: grid;
    gap: 1rem;
}

body.sw-body.sw-search-page-body .sw-search-result__link {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 1rem;
    padding: 0.95rem;
}

body.sw-body.sw-search-page-body .sw-search-result__thumb {
    border-radius: 6px;
    aspect-ratio: 1 / 1;
}

body.sw-body.sw-search-page-body .sw-search-result__body {
    gap: 0.45rem;
}

body.sw-body.sw-search-page-body .sw-search-result__title {
    font-size: clamp(1.08rem, 1.55vw, 1.38rem);
    line-height: 1.38;
    font-weight: 700;
}

body.sw-body.sw-search-page-body .sw-search-result__summary {
    line-height: 1.72;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.sw-body.sw-search-page-body .sw-search-result__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-top: 0.1rem;
}

body.sw-body.sw-search-page-body .sw-search-result__time {
    color: var(--sw-home-card-meta);
    font-size: 0.82rem;
    line-height: 1.4;
}

body.sw-body.sw-search-page-body .sw-search-result__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--bs-body-color);
    font-size: 0.84rem;
    font-weight: 700;
}

body.sw-body.sw-search-page-body .sw-search-result__cta::after {
    content: ">";
    line-height: 1;
}

body.sw-body.sw-search-page-body .sw-search-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

body.sw-body.sw-search-page-body .sw-search-image-card__link {
    display: grid;
    height: 100%;
}

body.sw-body.sw-search-page-body .sw-search-image-card__media {
    aspect-ratio: 1 / 1;
}

body.sw-body.sw-search-page-body .sw-search-image-card__body {
    gap: 0.45rem;
    padding: 0.85rem;
}

body.sw-body.sw-search-page-body .sw-search-image-card__title {
    font-size: 1rem;
    line-height: 1.48;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.sw-body.sw-search-page-body .sw-search-empty-state__panel {
    padding: clamp(1.6rem, 2.4vw, 2rem);
    text-align: center;
}

body.sw-body.sw-search-page-body .sw-search-empty-state__title,
body.sw-body.sw-search-page-body .sw-search-empty-state__copy {
    margin: 0;
}

body.sw-body.sw-search-page-body .sw-search-empty-state__title {
    font-size: clamp(1.25rem, 1.8vw, 1.5rem);
    line-height: 1.32;
    font-weight: 800;
}

body.sw-body.sw-search-page-body .sw-search-empty-state__copy {
    margin-top: 0.6rem;
    color: var(--sw-quiet-copy);
    line-height: 1.75;
}

body.sw-body.sw-search-page-body .sw-search-page .pagination {
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.4rem;
}

body.sw-body.sw-search-page-body .sw-search-page .page-link {
    min-width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--sw-home-pill-border);
    background: transparent;
    color: var(--bs-body-color);
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.sw-body.sw-search-page-body .sw-search-page .page-link:hover,
body.sw-body.sw-search-page-body .sw-search-page .page-link:focus-visible,
body.sw-body.sw-search-page-body .sw-search-page .page-item.active .page-link {
    background: var(--sw-pagination-active-bg);
    color: var(--sw-pagination-active-ink);
    border-color: var(--sw-pagination-active-border);
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
body.sw-body.sw-search-page-body .sw-search-featured__link {
        grid-template-columns: 1fr;
    }

body.sw-body.sw-search-page-body .sw-search-featured__media {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 767.98px) {
body.sw-body.sw-search-page-body .sw-search-header {
        gap: 1rem;
    }

body.sw-body.sw-search-page-body .sw-search-header__title {
        font-size: clamp(1.85rem, 8vw, 2.35rem);
    }

body.sw-body.sw-search-page-body .sw-search-toolbar {
        align-items: flex-start;
    }

body.sw-body.sw-search-page-body .sw-search-meta {
        width: 100%;
        justify-content: space-between;
    }

body.sw-body.sw-search-page-body .sw-search-result__link {
        grid-template-columns: 112px minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
body.sw-body.sw-search-page-body .sw-search-hero__box {
        gap: 0.55rem;
    }

body.sw-body.sw-search-page-body .sw-search-hero__box svg {
        margin-left: 0.45rem;
    }

body.sw-body.sw-search-page-body .sw-search-hero__submit {
        min-width: 5rem;
        padding: 0 1rem;
    }

body.sw-body.sw-search-page-body .sw-search-tabs {
        width: 100%;
    }

body.sw-body.sw-search-page-body .sw-search-tab {
        flex: 1 1 0;
    }

body.sw-body.sw-search-page-body .sw-search-result__link {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.8rem;
    }

body.sw-body.sw-search-page-body .sw-search-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sw-layout-main--shop-search {
    width: min(1280px, calc(100vw - 32px));
    padding-top: clamp(1.25rem, 2.2vw, 2rem);
}

body.sw-body.sw-shop-search-body {
    background: var(--sw-shop-page-bg) !important;
}

body.sw-body.sw-shop-search-body .sw-page-head .page-meta {
    padding-bottom: 0.25rem;
}

body.sw-body.sw-shop-search-body .sw-page-head .sw-notice {
    margin-top: clamp(0.35rem, 1vw, 0.7rem) !important;
}

.sw-shop-search-results .pagination-container,
.sw-shop-search-results .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    list-style: none;
    padding: 0;
}

[data-bs-theme="dark"] .sw-shop-result-card {
    background: color-mix(in srgb, var(--sw-shop-card-bg) 86%, #ffffff 7%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .sw-shop-result-card:hover,
[data-bs-theme="dark"] .sw-shop-result-card:focus-visible {
    background: color-mix(in srgb, var(--sw-shop-card-bg) 76%, #ffffff 14%);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

[data-bs-theme="dark"] .sw-shop-result-card__media {
    background: #f8fafc;
}

@media (max-width: 575.98px) {
.sw-layout-main--shop-search {
        width: min(100%, calc(100vw - 24px));
        padding-top: 1rem;
    }
}

.sw-contact-header .sw-page-title {
    margin-bottom: 0;
}

[data-bs-theme="dark"] .sw-register-input {
    background: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .sw-register-radio input {
    accent-color: #fff;
}

[data-bs-theme="dark"] .sw-register-submit {
    background: #fff;
    color: #111;
}

[data-bs-theme="dark"] .sw-register-submit:hover,
[data-bs-theme="dark"] .sw-register-submit:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

[data-bs-theme="dark"] .sw-auth-input {
    background: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .sw-auth-inline-link {
    color: rgba(255, 255, 255, 0.64);
}

[data-bs-theme="dark"] .sw-auth-inline-link:hover,
[data-bs-theme="dark"] .sw-auth-inline-link:focus-visible {
    color: #fff;
}

[data-bs-theme="dark"] .sw-auth-submit {
    background: #fff;
    color: #111;
}

[data-bs-theme="dark"] .sw-auth-submit:hover,
[data-bs-theme="dark"] .sw-auth-submit:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

@keyframes sw-member-pending-sheen {
    from {
        background-position: 160% 0, 0 0;
    }
    to {
        background-position: -60% 0, 0 0;
    }
}

[data-bs-theme="dark"] .sw-account-page {
    --sw-account-label-color: rgba(238, 242, 246, 0.9);
    --sw-account-copy-color: rgba(228, 234, 240, 0.82);
    --sw-account-radio-color: rgba(228, 234, 240, 0.8);
    --sw-account-input-bg: #171d24;
    --sw-account-input-border: rgba(255, 255, 255, 0.22);
    --sw-account-input-color: #f5f7fa;
    --sw-account-placeholder: rgba(238, 242, 246, 0.56);
    --sw-account-focus-border: rgba(255, 255, 255, 0.48);
    --sw-account-focus-ring: rgba(255, 255, 255, 0.16);
    --sw-account-link-color: rgba(244, 229, 209, 0.84);
    --sw-account-link-hover: #ffffff;
    --sw-account-submit-bg: #f3efe8;
    --sw-account-submit-border: rgba(255, 255, 255, 0.88);
    --sw-account-submit-color: #111111;
    --sw-account-submit-focus-ring: rgba(255, 255, 255, 0.14);
}

[data-bs-theme="dark"] .sw-account-input {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .sw-account-input:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: #1b222a;
}

[data-bs-theme="dark"] .sw-account-radio input {
        accent-color: #fff;
    }

[data-bs-theme="dark"] .sw-account-page--auth {
    --sw-account-auth-panel: rgba(18, 22, 28, 0.94);
    --sw-account-auth-panel-border: rgba(255, 255, 255, 0.14);
    --sw-account-auth-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
    --sw-account-accent: #8fd6b4;
    --sw-account-accent-2: #d7bc68;
}

[data-bs-theme="dark"] .sw-account-page--auth .sw-account-header > .sw-account-kicker {
    color: rgba(255, 255, 255, 0.58);
}

[data-bs-theme="dark"] .sw-account-page--auth .sw-account-input {
    background: rgba(255, 255, 255, 0.055);
}

[data-bs-theme="dark"] .sw-account-page--auth .sw-account-submit {
    background: #f3efe8;
    color: #111;
}

[data-bs-theme="dark"] .sw-account-alert {
    background: rgba(180, 35, 24, 0.16);
    color: #ffd8d2;
}

[data-bs-theme="dark"] .sw-account-checkbox--rich {
    background: rgba(255, 255, 255, 0.045);
}

[data-bs-theme="dark"] .sw-account-checkbox--rich strong {
    color: #f5f7fa;
}

.sw-sitemap-page .sw-page-title {
    color: var(--sw-sitemap-ink);
}

[data-bs-theme="dark"] .sw-sitemap-page {
    --sw-sitemap-panel: rgba(18, 21, 26, 0.9);
    --sw-sitemap-panel-hover: rgba(33, 38, 45, 0.88);
    --sw-sitemap-ink: rgba(255, 255, 255, 0.92);
    --sw-sitemap-muted: rgba(255, 255, 255, 0.68);
    --sw-sitemap-muted-strong: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767.98px) {
.sw-layout-main--legacy {
        width: min(1120px, calc(100vw - 24px));
        padding-top: 24px;
    }

.sw-layout-notices {
        width: min(1320px, calc(100vw - 24px));
    }
}

[data-bs-theme="dark"] .sw-about-page {
    --sw-about-ink: #f2f5f8;
    --sw-about-muted: rgba(242, 245, 248, 0.7);
    --sw-about-muted-strong: rgba(242, 245, 248, 0.82);
    --sw-about-line: rgba(255, 255, 255, 0.13);
    --sw-about-line-strong: rgba(255, 255, 255, 0.24);
    --sw-about-surface: rgba(18, 23, 29, 0.84);
    --sw-about-surface-strong: rgba(24, 30, 37, 0.96);
    --sw-about-surface-soft: rgba(13, 18, 23, 0.86);
    --sw-about-accent: #5eead4;
    --sw-about-accent-strong: #99f6e4;
    --sw-about-warm: #fbbf24;
    --sw-about-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
}

[data-bs-theme="dark"] .sw-about-action--primary {
    background: #f4f7fa;
    border-color: #f4f7fa;
    color: #111111;
}

[data-bs-theme="dark"] .sw-contact-editorial-page,
[data-bs-theme="dark"] .sw-company-page {
    --sw-static-ink: #f2f5f8;
    --sw-static-muted: rgba(242, 245, 248, 0.72);
    --sw-static-line: rgba(255, 255, 255, 0.12);
    --sw-static-line-strong: rgba(255, 255, 255, 0.22);
    --sw-static-surface: rgba(19, 24, 30, 0.78);
    --sw-static-surface-strong: rgba(19, 24, 30, 0.9);
    --sw-static-accent: #ff8a3d;
    --sw-static-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
}

[data-bs-theme="dark"] .sw-contact-action--primary,
[data-bs-theme="dark"] .sw-company-action--primary {
    background: #f4f7fa;
    border-color: #f4f7fa;
    color: #111111;
}

[data-bs-theme="dark"] .sw-feature-index,
[data-bs-theme="dark"] .sw-feature-detail {
    --sw-feature-ink: rgba(255, 255, 255, 0.92);
    --sw-feature-muted: rgba(255, 255, 255, 0.68);
    --sw-feature-muted-strong: rgba(255, 255, 255, 0.78);
    --sw-feature-rule: rgba(255, 255, 255, 0.12);
    --sw-feature-surface: rgba(18, 21, 26, 0.82);
    --sw-feature-surface-strong: rgba(24, 28, 34, 0.94);
    --sw-feature-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

:root {
    --sw-ui-radius: 8px;
    --sw-ui-panel-bg: color-mix(in srgb, var(--bs-body-bg, #111) 92%, var(--bs-body-color, #fff) 8%);
    --sw-ui-panel-bg-strong: color-mix(in srgb, var(--bs-body-bg, #111) 86%, var(--bs-body-color, #fff) 14%);
    --sw-ui-panel-border: color-mix(in srgb, var(--bs-body-color, #fff) 14%, transparent);
    --sw-ui-panel-border-strong: color-mix(in srgb, var(--bs-body-color, #fff) 24%, transparent);
    --sw-ui-muted: color-mix(in srgb, var(--bs-body-color, #fff) 68%, transparent);
    --sw-ui-shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.18);
}

[data-bs-theme="light"] {
    --sw-ui-panel-bg: color-mix(in srgb, var(--bs-body-bg, #fff) 94%, var(--bs-body-color, #111) 6%);
    --sw-ui-panel-bg-strong: #ffffff;
    --sw-ui-panel-border: color-mix(in srgb, var(--bs-body-color, #111) 12%, transparent);
    --sw-ui-panel-border-strong: color-mix(in srgb, var(--bs-body-color, #111) 22%, transparent);
    --sw-ui-muted: color-mix(in srgb, var(--bs-body-color, #111) 62%, transparent);
    --sw-ui-shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.sw-page-main {
    scroll-margin-top: calc(var(--sw-header-h, 0px) + 1rem);
}

.sw-listing-template-page .sw-page-section {
    margin-top: 0;
}

.sw-empty-panel {
    display: grid;
    gap: 0.45rem;
    padding: 1.3rem;
    border: 1px solid var(--sw-ui-panel-border);
    border-radius: var(--sw-ui-radius);
    background: var(--sw-ui-panel-bg);
    text-align: center;
}

.sw-empty-panel h2,
.sw-empty-panel p {
    margin: 0;
}

.sw-empty-panel h2 {
    font-size: 1.15rem;
    font-weight: 800;
}

.sw-empty-panel p {
    color: var(--sw-ui-muted);
    line-height: 1.7;
}

[data-bs-theme="light"] .sw-member-item-panel {
    border-color: rgba(17, 24, 39, 0.2);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

[data-bs-theme="light"] .sw-member-action-button {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

[data-bs-theme="light"] .sw-member-action-button:hover,
[data-bs-theme="light"] .sw-member-action-button:focus-visible {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
}

[data-bs-theme="light"] .sw-member-action-button--stock:hover,
[data-bs-theme="light"] .sw-member-action-button--stock:focus-visible {
    border-color: #0f172a;
    background: linear-gradient(135deg, #0f172a, #102b3f);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

[data-bs-theme="light"] .sw-member-action-button[data-active="true"] {
    border-color: #d1d5db;
    background: #e5e7eb;
    color: #374151;
}

[data-bs-theme="light"] .sw-member-action-button[data-active="true"]:hover,
[data-bs-theme="light"] .sw-member-action-button[data-active="true"]:focus-visible {
    border-color: #9ca3af;
    background: #d1d5db;
    color: #111827;
}

[data-bs-theme="dark"] .sw-member-action-button {
    border-color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.92);
    color: #070b10;
}

[data-bs-theme="dark"] .sw-member-action-button:hover,
[data-bs-theme="dark"] .sw-member-action-button:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: #070b10;
}

[data-bs-theme="dark"] .sw-member-action-button--stock:hover,
[data-bs-theme="dark"] .sw-member-action-button--stock:focus-visible {
    border-color: rgba(125, 211, 252, 0.72);
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.96), rgba(186, 230, 253, 0.9));
    color: #07111c;
    box-shadow: 0 12px 28px rgba(56, 189, 248, 0.24);
}

[data-bs-theme="dark"] .sw-member-action-button[data-active="true"] {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.76);
}

[data-bs-theme="dark"] .sw-member-action-button[data-active="true"]:hover,
[data-bs-theme="dark"] .sw-member-action-button[data-active="true"]:focus-visible {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
}

[data-bs-theme="light"] .sw-member-notify-row {
    border-top-color: rgba(17, 24, 39, 0.14);
}

[data-bs-theme="light"] .sw-member-notify-toggle {
    color: #1f2937;
}

[data-bs-theme="light"] .sw-member-notify-toggle__control {
    border-color: rgba(17, 24, 39, 0.22);
    background: #e5e7eb;
}

[data-bs-theme="light"] .sw-member-item-status {
    color: #64748b;
}

[data-bs-theme="light"] .sw-article-facts {
    border-color: rgba(17, 24, 39, 0.18);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[data-bs-theme="light"] .sw-article-facts dt {
    color: #5f6b7a;
}

[data-bs-theme="light"] .sw-article-facts dd {
    color: #111827;
}

body.sw-body.sw-search-page-body .sw-search-header {
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid var(--sw-ui-panel-border);
    border-radius: var(--sw-ui-radius);
    background: var(--sw-ui-panel-bg);
}

body.sw-body.sw-search-page-body .sw-search-hero__box,
body.sw-body.sw-search-page-body .sw-search-featured,
body.sw-body.sw-search-page-body .sw-search-result,
body.sw-body.sw-search-page-body .sw-search-image-card,
body.sw-body.sw-search-page-body .sw-search-empty-state__panel,
body.sw-body.sw-search-page-body .sw-search-empty {
    border-radius: var(--sw-ui-radius);
}

body.sw-body.sw-search-page-body .sw-search-empty-state__panel {
    display: grid;
    gap: 0.85rem;
    padding: 1.4rem;
    text-align: center;
}

.sw-account-page--auth .sw-account-panel,
.sw-account-visual,
.sw-login-required-modal .modal-content,
.sw-account-checkbox--rich,
.sw-account-input,
.sw-account-submit {
    border-radius: var(--sw-ui-radius);
}

body.sw-body.sw-home-page .sw-layout-main--home {
    padding-bottom: 0;
}

body.sw-body.sw-home-page .sw-home-pagination {
    margin-top: var(--sw-home-block-gap) !important;
    margin-bottom: 0 !important;
    padding-top: clamp(1.25rem, 2.6vw, 2rem);
    padding-bottom: 0;
}

body.sw-body {
    --sw-article-top-inset: clamp(1.2rem, 2.4vw, 1.8rem);
    --sw-article-column-gap: clamp(1.55rem, 3.4vw, 2.75rem);
    --sw-article-gallery-copy-gap: clamp(2.35rem, 5vw, 3.75rem);
    --sw-article-copy-gap: clamp(1rem, 2.2vw, 1.45rem);
    --sw-article-section-gap: clamp(1.75rem, 3.6vw, 2.65rem);
    --sw-article-panel-pad: clamp(1rem, 2vw, 1.28rem);
}

@media (max-width: 767.98px) {
body.sw-body {
        --sw-article-top-inset: 1.05rem;
        --sw-article-gallery-copy-gap: 2.5rem;
        --sw-article-copy-gap: 1rem;
        --sw-article-section-gap: 1.55rem;
        --sw-article-panel-pad: 0.95rem;
    }
}

body.sw-body {
    --sw-page-top-inset: clamp(1.25rem, 2.6vw, 2rem);
    --sw-page-section-gap: clamp(3.75rem, 6.5vw, 5.5rem);
    --sw-page-block-gap: clamp(1.8rem, 3.8vw, 2.85rem);
    --sw-page-card-gap: clamp(1.15rem, 2.5vw, 1.8rem);
    --sw-page-panel-pad: clamp(1.15rem, 2.6vw, 1.65rem);
    --sw-page-copy-gap: clamp(0.62rem, 1.5vw, 0.95rem);
}

body.sw-body:not(.sw-home-page) .sw-page-main:not(.sw-article-main),
.sw-about-main,
.sw-company-main,
.sw-contact-main,
.sw-feature-index,
.sw-feature-detail {
    padding-top: var(--sw-page-top-inset);
    padding-bottom: var(--sw-page-section-gap);
}

body.sw-body:not(.sw-home-page) .sw-page-main:not(.sw-article-main) {
    display: grid;
    gap: var(--sw-page-block-gap);
}

body.sw-body:not(.sw-home-page) .sw-page-main .sw-page-intro,
.sw-about-hero__copy,
.sw-company-hero__copy,
.sw-contact-simple__head {
    display: grid;
    gap: var(--sw-page-copy-gap);
}

body.sw-body:not(.sw-home-page) .sw-page-main .sw-page-title,
body.sw-body:not(.sw-home-page) .sw-page-main .sw-page-lead,
body.sw-body:not(.sw-home-page) .sw-page-main .sw-account-title,
body.sw-body:not(.sw-home-page) .sw-page-main .sw-account-copy,
.sw-about-main h1,
.sw-about-main p,
.sw-company-main h1,
.sw-company-main p,
.sw-contact-main h1,
.sw-contact-main p {
    margin-top: 0;
}

body.sw-body:not(.sw-home-page) .sw-page-main .sw-page-intro,
body.sw-body:not(.sw-home-page) .sw-page-main .sw-page-section,
body.sw-body:not(.sw-home-page) .sw-page-main .sw-home-pagination {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.sw-body:not(.sw-home-page) .sw-page-main .row.g-4,
.sw-listing-template-page .sw-item-grid,
.sw-calendar-template-page .sw-item-grid,
.sw-search-image-grid,
.sw-shop-result-grid,
.sw-feature-index__grid,
.sw-feature-link-cards {
    --bs-gutter-x: var(--sw-page-card-gap);
    --bs-gutter-y: clamp(2.05rem, 4vw, 3rem);
}

.sw-listing-template-page .sw-listing-hero,
.sw-calendar-template-page .sw-page-intro,
.sw-search-page .sw-search-header,
.sw-shop-search-page .sw-shop-search-hero {
    padding: var(--sw-page-panel-pad);
    border: 1px solid var(--sw-ui-panel-border);
    border-radius: var(--sw-ui-radius);
    background: color-mix(in srgb, var(--sw-ui-panel-bg) 84%, transparent);
}

.sw-listing-template-page .sw-home-pagination,
.sw-calendar-template-page .sw-home-pagination {
    padding-top: clamp(0.4rem, 1vw, 0.8rem);
}

body.sw-body.sw-search-page-body .sw-search-page,
.sw-shop-search-page {
    gap: var(--sw-page-block-gap);
    padding-top: var(--sw-page-top-inset);
    padding-bottom: var(--sw-page-section-gap);
}

body.sw-body.sw-search-page-body .sw-search-header,
.sw-shop-search-hero {
    gap: clamp(1rem, 2vw, 1.35rem);
    padding-bottom: var(--sw-page-panel-pad);
}

body.sw-body.sw-search-page-body .sw-search-results,
body.sw-body.sw-search-page-body .sw-search-image-results,
body.sw-body.sw-search-page-body .sw-search-list,
.sw-shop-search-results,
.sw-shop-search-results--structured {
    gap: var(--sw-page-card-gap);
}

body.sw-body.sw-search-page-body .sw-search-featured__link,
body.sw-body.sw-search-page-body .sw-search-result__link,
body.sw-body.sw-search-page-body .sw-search-image-card__body,
.sw-shop-result-card__body,
.sw-shop-search-message {
    padding: var(--sw-page-panel-pad);
}

.sw-ranking .sw-page-section {
    margin-top: 0 !important;
}

@media (max-width: 767.98px) {
body.sw-body {
        --sw-page-top-inset: 1.05rem;
        --sw-page-section-gap: 4rem;
        --sw-page-block-gap: 2.25rem;
        --sw-page-card-gap: 1.05rem;
        --sw-page-panel-pad: 1rem;
        --sw-page-copy-gap: 0.55rem;
    }

body.sw-body:not(.sw-home-page) .sw-page-main .row.g-4,
    .sw-listing-template-page .sw-item-grid,
    .sw-calendar-template-page .sw-item-grid,
    .sw-search-image-grid,
    .sw-shop-result-grid {
        --bs-gutter-y: 2.45rem;
    }

.sw-listing-template-page .sw-listing-hero,
    .sw-calendar-template-page .sw-page-intro,
    .sw-search-page .sw-search-header,
    .sw-shop-search-page .sw-shop-search-hero {
        padding: var(--sw-page-panel-pad);
    }

body.sw-body.sw-search-page-body .sw-search-result__link {
        padding: 0.85rem;
    }
}


/* Runtime bridge for pages without template-assets/js/app.js. */

/*
 * Small runtime bridge for pages that no longer load the generated
 * template-assets/js/app.js bundle. The larger visual rules currently remain in
 * sw-template-bridge.css while page-specific CSS is split out gradually.
 */

body[data-sw-lite-js="1"] .modal.show {
    display: block;
}

body[data-sw-lite-js="1"] .offcanvas.show {
    visibility: visible;
}

body[data-sw-lite-js="1"] .collapse:not(.show) {
    display: none;
}

body[data-sw-lite-js="1"] .dropdown-menu.show {
    display: block;
}

body[data-sw-lite-js="1"] .modal-backdrop,
body[data-sw-lite-js="1"] .offcanvas-backdrop {
    z-index: 1040;
}

body[data-sw-lite-js="1"] .modal {
    z-index: 1050;
}

body[data-sw-lite-js="1"] .offcanvas {
    z-index: 1045;
}

/* Full-screen auth lock shown while external login hands back to the site. */
html.sw-auth-screen-locking,
body.sw-auth-screen-locking {
    overflow: hidden;
}

body.sw-auth-screen-locking {
    cursor: wait;
}

.sw-auth-screen-lock[hidden] {
    display: none !important;
}

.sw-auth-screen-lock {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 5vw, 3rem);
    background:
        radial-gradient(circle at 50% 45%, rgba(0, 174, 255, 0.16), transparent 34rem),
        rgba(2, 6, 12, 0.82);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(9px);
    transition: opacity 0.22s ease;
}

.sw-auth-screen-lock.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.sw-auth-screen-lock__panel {
    display: grid;
    justify-items: center;
    gap: 1rem;
    width: min(28rem, 100%);
    padding: clamp(1.45rem, 4vw, 2rem);
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.12), transparent 58%),
        rgba(3, 7, 18, 0.9);
    color: #ffffff;
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.42);
}

.sw-auth-screen-lock__logo {
    display: block;
    width: min(17rem, 72vw);
    height: auto;
    filter: drop-shadow(0 0 22px rgba(56, 189, 248, 0.36));
    animation: sw-auth-lock-logo 1.7s ease-in-out infinite;
}

.sw-auth-screen-lock__loader {
    position: relative;
    width: min(17rem, 72vw);
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.sw-auth-screen-lock__loader::before {
    content: "";
    position: absolute;
    inset-block: 0;
    left: -45%;
    width: 45%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, #38bdf8 30%, #ffffff 70%, transparent);
    animation: sw-auth-lock-scan 1.1s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.sw-auth-screen-lock__message {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
}

@keyframes sw-auth-lock-logo {
    0%,
    100% {
        opacity: 0.72;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-1px);
    }
}

@keyframes sw-auth-lock-scan {
    to {
        left: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sw-auth-screen-lock,
    .sw-auth-screen-lock__logo,
    .sw-auth-screen-lock__loader::before {
        animation: none !important;
        transition: none !important;
    }

    .sw-auth-screen-lock__loader::before {
        left: 0;
        width: 100%;
    }
}

/* Keyboard focus visibility */
body.sw-body :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring);
    outline-offset: var(--sw-focus-outline-offset);
    box-shadow: var(--sw-focus-box-shadow);
}

body.sw-body :where(.btn-icon, .sw-close-btn, .sw-search-history-clear, .sw-keywords a):focus-visible {
    border-color: var(--sw-focus-ring);
    box-shadow: var(--sw-focus-box-shadow);
}

.sw-close-btn:focus-visible {
    color: var(--sw-close-color);
    background: var(--sw-close-bg-hover);
}

.sw-offcanvas:focus-within {
    border-color: color-mix(in srgb, var(--sw-focus-ring) 70%, var(--sw-modal-card-border, transparent) 30%);
    box-shadow: var(--sw-modal-card-shadow, 0 28px 80px rgba(0, 0, 0, 0.42)), var(--sw-focus-box-shadow);
}

.sw-search-panel:focus-within {
    border-color: color-mix(in srgb, var(--sw-focus-ring) 28%, var(--sw-modal-card-border, transparent) 72%);
    box-shadow:
        var(--sw-modal-card-shadow, 0 28px 80px rgba(0, 0, 0, 0.42)),
        0 0 0 1px color-mix(in srgb, var(--sw-focus-ring) 16%, transparent);
}

.sw-search .sw-search-box:focus-within {
    border-bottom-color: var(--sw-focus-ring);
    border-radius: 1rem;
    outline: 2px solid color-mix(in srgb, var(--sw-focus-ring) 62%, transparent);
    outline-offset: 0.28rem;
    box-shadow:
        0 2px 0 -1px var(--sw-focus-ring),
        0 0 0 3px color-mix(in srgb, var(--sw-focus-ring-shadow) 70%, transparent);
}

body.sw-body .sw-search-input:focus-visible {
    outline: 0;
    box-shadow: none;
}

.sw-keywords a:focus-visible,
.sw-search-history-clear:focus-visible {
    transform: translateY(-1px);
    background: color-mix(in srgb, var(--sw-focus-ring) 16%, var(--bs-body-bg, #111) 84%);
    color: var(--bs-body-color, #fff);
}

.sw-oc .sw-oc-item:focus-visible,
.sw-oc .sw-oc-toggle:focus-visible,
.sw-oc .sw-oc-subitem:focus-visible,
.sw-oc .sw-oc-btn-outline:focus-visible,
.sw-oc .sw-oc-btn-solid:focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring);
    outline-offset: 2px;
    border-color: var(--sw-focus-ring);
    background: color-mix(in srgb, var(--sw-focus-ring) 13%, transparent);
    box-shadow: var(--sw-focus-box-shadow);
}

.sw-offcanvas .sw-oc-header .sw-close-btn:focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring);
    outline-offset: 3px;
    box-shadow: var(--sw-focus-box-shadow);
}

.sw-oc .sw-oc-item:focus-visible,
.sw-oc .sw-oc-toggle:focus-visible {
    color: var(--bs-body-color, #111);
}

[data-bs-theme="dark"] .sw-oc .sw-oc-item:focus-visible,
[data-bs-theme="dark"] .sw-oc .sw-oc-toggle:focus-visible {
    color: #fff;
}

.sw-oc .sw-oc-subitem:focus-visible .sw-oc-subitem__label,
.sw-oc .sw-oc-item:focus-visible .sw-oc-item__label {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

body.sw-body .sw-offcanvas .sw-oc :is(.sw-oc-item, .sw-oc-toggle, .sw-oc-subitem, .sw-oc-btn-outline, .sw-oc-btn-solid):focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring) !important;
    outline-offset: 2px !important;
    box-shadow: var(--sw-focus-box-shadow) !important;
}

body.sw-body :is(.sw-offcanvas .sw-oc-header .sw-close-btn, .share-link, .sw-footer-social__item):focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring) !important;
    outline-offset: var(--sw-focus-outline-offset) !important;
    box-shadow: var(--sw-focus-box-shadow) !important;
}

body.sw-body :is(.sw-shop-prose--panel .onlineshop-boder .btn-primary, .sw-calendar-shop-modal .sw-shop-prose--panel .onlineshop-boder .btn-primary):focus-visible {
    outline: var(--sw-focus-outline-width) solid var(--sw-focus-ring) !important;
    outline-offset: 3px !important;
    box-shadow: var(--sw-focus-box-shadow), 0 10px 24px rgba(15, 23, 42, 0.18) !important;
}

@media (forced-colors: active) {
    body.sw-body :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
        outline: 3px solid Highlight;
        box-shadow: none;
    }
}
