:root {
    --font-sans: "Aptos", "Segoe UI", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
    --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    background: #f7f6f2;
    color: #1f2937;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

h1,
h2,
h3,
.site-brand__text strong,
.site-footer__cta h2,
.hero h1,
.home-hero__content h1,
.product-summary h1,
.section-heading h2,
.product-summary__panel h2,
.affiliate-box h2,
.product-side-card h2,
.product-decision-guide__card h3,
.simple-page__section h2,
.simple-page__section h3 {
    font-family: var(--font-display);
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header,
.admin-header {
    background: #ffffff;
    color: #0f172a;
    padding: 14px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.site-header__inner,
.site-footer__inner {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}

.site-main,
.admin-main {
    padding: 32px 0;
}

.site-layout {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.site-layout--full {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}

.site-layout__content {
    min-width: 0;
}

.site-layout__content > .section:first-child {
    padding-top: 0;
}

.site-sidebar {
    min-width: 0;
}

.site-sidebar__inner {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 14px;
}

.sidebar-panel {
    background: transparent;
}

.sidebar-panel__header {
    margin-bottom: 14px;
    padding: 20px 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.22), transparent 32%),
        linear-gradient(155deg, #0f172a, #172554 58%, #1d4ed8);
    color: #fff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.22);
}

.sidebar-panel__header h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.sidebar-panel__lead {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
}

.sidebar-panel__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.sidebar-panel__stats span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e0f2fe;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.site-footer {
    margin-top: 28px;
    padding: 42px 0 24px;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.18), transparent 32%),
        linear-gradient(180deg, #f8fafc, #eef2f7);
    color: #0f172a;
    border-top: 1px solid #e2e8f0;
}

.site-footer__cta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a, #164e63 58%, #0f766e);
    color: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.site-footer__cta h2 {
    margin: 6px 0 10px;
    max-width: 720px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.site-footer__cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.site-footer__eyebrow {
    display: inline-flex;
    color: #99f6e4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer__cta-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.site-footer__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.site-footer__brand,
.site-footer__column {
    min-height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 213, 225, 0.78);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.site-footer__row p {
    margin: 8px 0 0;
    color: #64748b;
    line-height: 1.7;
}

.site-footer__brand strong {
    display: block;
    font-size: 18px;
}

.site-footer__title {
    display: inline-block;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-footer__nav {
    display: grid;
    gap: 10px;
}

.site-footer__nav a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
}

.site-footer__nav a:hover {
    color: #0f766e;
}

.site-footer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe4ee;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.site-footer__bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #dbe4ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.alert {
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 14px;
}

.alert--error {
    background: #fee2e2;
    color: #991b1b;
}

.alert--success {
    background: #dcfce7;
    color: #166534;
}

.seo-warning-card {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid #fde68a;
    border-radius: 14px;
    background: #fffbeb;
    color: #78350f;
}

.seo-warning-card strong,
.seo-warning-card span {
    display: block;
}

.seo-warning-card span {
    margin-top: 4px;
    color: #92400e;
    font-size: 13px;
}

.seo-warning-card ul {
    margin: 0;
    padding-left: 20px;
}

.seo-warning-card li + li {
    margin-top: 6px;
}

.quality-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.quality-sample-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}

.quality-sample-list a {
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.admin-auth {
    min-height: calc(100vh - 64px);
    display: grid;
    place-items: center;
}

.admin-auth__panel {
    width: min(720px, 100%);
    border-radius: 24px;
    padding: 32px;
}

.admin-auth__header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.admin-auth__header h1 {
    margin: 0 0 8px;
    font-size: clamp(32px, 4vw, 42px);
}

.admin-auth__header p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.admin-auth__hint {
    min-width: 220px;
    align-self: start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px;
    display: grid;
    gap: 8px;
    font-size: 14px;
}

.admin-auth__form {
    display: grid;
    gap: 18px;
}

.admin-auth__actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.site-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-width: 0;
}

.site-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 18px;
    font-weight: 800;
}

.site-brand__text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.site-brand__text strong {
    font-size: 16px;
}

.site-brand__text small {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.site-nav a {
    color: #334155;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.site-nav a:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    transform: translateY(-1px);
}

.site-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.site-search__field {
    position: relative;
}

.site-search input {
    width: 240px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #dbe4ee;
    background: #f8fafc;
    color: #0f172a;
    font: inherit;
}

.site-search input:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.site-search button {
    padding: 10px 14px;
    border-radius: 999px;
    border: 0;
    background: #1d4ed8;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.site-search button:hover {
    background: #1e40af;
    box-shadow: 0 10px 20px rgba(29, 78, 216, 0.2);
}

.site-search__suggestions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: min(460px, calc(100vw - 32px));
    background: #fff;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    padding: 10px;
    z-index: 40;
}

.site-search__group + .site-search__group {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #edf2f7;
}

.site-search__group-title {
    display: block;
    padding: 6px 10px 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.site-search__item {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: #0f172a;
    transition: background 0.18s ease, transform 0.18s ease;
}

.site-search__item:hover,
.site-search__item.is-active {
    background: #eff6ff;
    transform: translateX(2px);
}

.site-search__item strong {
    font-size: 14px;
    line-height: 1.4;
}

.site-search__item small {
    color: #64748b;
    font-size: 12px;
}

.site-search__type {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e0ecff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-search__empty {
    padding: 14px 12px;
    color: #64748b;
    font-size: 14px;
}

.search-hero {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbe4ee;
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    margin-bottom: 26px;
}

.search-hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(28px, 3vw, 38px);
    color: #0f172a;
}

.search-hero p:last-child {
    margin: 0;
    max-width: 60ch;
    color: #475569;
    line-height: 1.8;
}

.search-layout {
    display: grid;
    gap: 26px;
}

.search-section {
    background: #f8fbff;
    border: 1px solid #dbe4ee;
    border-radius: 24px;
    padding: 24px;
}

.search-section .section-heading {
    margin-bottom: 18px;
}

.search-section .section-heading h2 {
    font-size: clamp(21px, 2.2vw, 28px);
}

.hero {
    padding: 48px 0 24px;
}

.home-hero {
    padding: 36px 0 20px;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
    gap: 24px;
    align-items: stretch;
}

.home-hero__content,
.home-hero__sidebar {
    display: grid;
    gap: 18px;
}

.home-hero__content {
    background: linear-gradient(145deg, #f9f6ee, #ffffff);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.home-hero__content h1 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.home-hero__lead {
    max-width: 62ch;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero__signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.signal-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ece7db;
}

.signal-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
}

.signal-card span {
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-sidebar-card,
.hero-spotlight,
.home-feature-panel,
.home-seo-panel {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.hero-sidebar-card,
.hero-spotlight {
    padding: 28px;
}

.hero-sidebar-card h2,
.hero-spotlight h3,
.home-note-card h3 {
    margin: 0;
}

.hero-sidebar-card__links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.hero-sidebar-card__links a,
.home-category-ribbon__item,
.mini-category-list__item {
    text-decoration: none;
}

.hero-sidebar-card__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    font-weight: 700;
}

.hero-spotlight {
    background: linear-gradient(145deg, #132033, #20344b);
    color: #fff;
}

.hero-spotlight p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.hero-spotlight a {
    color: #fff;
    text-decoration: none;
}

.hero-spotlight__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-spotlight__meta span,
.box-card__tag,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.hero-spotlight__meta span,
.box-card__tag {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
}

.home-strip {
    padding-top: 18px;
}

.section-heading__text {
    max-width: 54ch;
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.home-category-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-category-ribbon__item {
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.home-category-ribbon__item:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border-color: #cbd5e1;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.09);
}

.home-category-ribbon__item span {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    transition: color 0.18s ease;
}

.home-category-ribbon__item small {
    color: #64748b;
    transition: color 0.18s ease;
}

.home-category-ribbon__item:hover span {
    color: #0f3ea8;
}

.home-category-ribbon__item:hover small {
    color: #334155;
}

.home-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 24px;
    align-items: start;
}

.home-feature-panel {
    padding: 28px;
}

.home-showcase-stack {
    display: grid;
    gap: 16px;
}

.home-showcase-panel {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.home-showcase-panel--muted {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.home-showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.home-showcase-grid .product-card__body {
    padding: 12px;
}

.home-showcase-grid .product-card__body h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.home-showcase-grid .product-card__body h3 a {
    text-decoration: none;
    transition: color 0.18s ease;
}

.home-showcase-grid .product-card:hover .product-card__body h3 a {
    color: #0f3ea8;
}

.home-showcase-panel .section-heading {
    margin-bottom: 14px;
}

.home-showcase-panel .section-heading__text {
    max-width: none;
}

.home-showcase-footer {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}

.home-feature-list,
.mini-category-list {
    display: grid;
    gap: 16px;
}

.home-feature-item {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
    background: #f8fafc;
}

.home-feature-item__image {
    display: block;
    height: 100%;
}

.home-feature-item__image img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.home-feature-item__body h3 {
    margin: 6px 0 10px;
}

.home-feature-item__body p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.home-sidebar-stack {
    display: grid;
    gap: 18px;
}

.home-note-card p {
    margin: 10px 0 0;
    line-height: 1.8;
    color: #475569;
}

.mini-category-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.mini-category-list__item:last-child {
    border-bottom: 0;
}

.mini-category-list__item strong {
    display: block;
    margin-bottom: 4px;
}

.mini-category-list__item small {
    color: #64748b;
}

.mini-category-list__item span,
.text-link {
    color: #0f172a;
}

.text-link {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-weight: 700;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.text-link:hover {
    background: #eaf2ff;
    border-color: #93c5fd;
    color: #0f3ea8;
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(59, 130, 246, 0.12);
}

.product-card--editorial {
    border-color: #e2e8f0;
}

.home-signal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.latest-item--stacked {
    align-items: start;
    min-height: 100%;
}

.box-grid--homepage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.box-card--homepage {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-card__tag {
    width: fit-content;
    margin-bottom: 16px;
    background: #f3f0e7;
    color: #7c5b0e;
}

.home-seo-panel {
    padding: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.home-latest-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e2e8f0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-latest-card:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.home-latest-card__image {
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
}

.home-latest-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.22s ease;
}

.home-latest-card:hover .home-latest-card__image img {
    transform: scale(1.02);
}

.home-latest-card__body {
    display: grid;
    align-content: start;
    gap: 8px;
}

.home-latest-card__body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}

.home-latest-card__body h3 a {
    text-decoration: none;
    transition: color 0.18s ease;
}

.home-latest-card:hover .home-latest-card__body h3 a {
    color: #0f3ea8;
}

.home-latest-card__body p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-menu-layout {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.home-menu-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.home-menu-card--sidebar {
    padding: 12px;
    border: 1px solid rgba(203, 213, 225, 0.8);
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)),
        #fff;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-menu-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.home-menu-search {
    display: grid;
    gap: 6px;
    flex: 1;
}

.home-menu-search span {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-menu-search__field {
    position: relative;
    display: block;
}

.home-menu-search__icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #64748b;
    width: 16px;
    height: 16px;
    font-size: 0;
    pointer-events: none;
    background-color: currentColor;
    -webkit-mask-image: url('/assets/icons/material/search.svg');
    mask-image: url('/assets/icons/material/search.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.home-menu-search input {
    width: 100%;
    padding: 10px 12px 10px 34px;
    border: 1px solid #d7dde5;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    font: inherit;
    color: #0f172a;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-menu-search input:focus {
    outline: none;
    border-color: #1fa0e4;
    box-shadow: 0 0 0 4px rgba(31, 160, 228, 0.12);
}

.home-menu-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.home-menu-meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-menu-search-results {
    margin-bottom: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}

.home-menu-search-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-menu-search-results__list li + li {
    border-top: 1px solid #e2e8f0;
}

.home-menu-search-results__list a {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
}

.home-menu-search-results__list a:hover,
.home-menu-search-results__list a.is-active {
    background: #eaf6fd;
}

.home-menu-search-results__list strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
}

.home-menu-search-results__list span,
.home-menu-search-results__empty {
    color: #64748b;
    line-height: 1.6;
}

.home-menu-search-results mark {
    background: #fde68a;
    color: #111827;
    padding: 0 2px;
    border-radius: 4px;
}

.home-menu-search-results__empty {
    margin: 0;
    padding: 16px;
}

.home-menu-intro h3 {
    margin: 0 0 12px;
}

.home-menu-intro p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.home-menu-intro__stats {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.home-tree-menu,
.home-tree-menu ul,
.home-tree-menu ul li,
.home-tree-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.home-tree-menu {
    font-family: var(--font-sans);
    color: #0f172a;
    border-radius: 20px;
    overflow: visible;
    background: transparent;
    padding: 0;
}

.home-tree-menu ul ul {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.28s ease, opacity 0.22s ease;
}

.home-tree-menu li.open > ul {
    opacity: 1;
}

.home-tree-menu li.is-search-hit > a {
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.22);
}

.home-tree-menu li.is-preview-target > a {
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.28), 0 10px 24px rgba(14, 165, 233, 0.1);
    filter: saturate(1.05);
}

.home-tree-menu > ul > li.open > a {
    background: linear-gradient(180deg, #f4f9ff, #e8f2fd);
}

.home-tree-menu > ul {
    display: grid;
    gap: 7px;
}

.home-tree-menu > ul > li {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.home-tree-menu ul ul li.open > a {
    background: #eef5fb;
}

.home-tree-menu ul ul ul li.open > a {
    background: #f3f7fb;
}

.home-tree-menu ul ul ul ul li.open > a {
    background: #f7fafc;
}

.home-tree-menu ul ul ul ul ul li.open > a {
    background: #fafcff;
}

.home-tree-menu li.is-current > a {
    background: linear-gradient(180deg, #eef6ff, #dbeafe) !important;
    color: #0f172a;
    font-weight: 700;
    padding-left: 26px;
}

.home-tree-menu li.is-current > a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 999px;
    background: #2563eb;
}

.home-tree-menu li.is-current.has-sub > a::after {
    border-color: #2563eb;
}

.home-tree-menu > ul > li > a {
    padding: 12px 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #0f172a;
    text-shadow: none;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(148, 163, 184, 0.14);
    transition: background 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
    border-radius: 16px;
}

.home-tree-menu > ul > li > a:hover {
    transform: translateX(2px);
}

.home-tree-menu a {
    display: flex;
    align-items: center;
}

.menu-link__content {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.menu-link__text {
    min-width: 0;
    line-height: 1.3;
}

.menu-link__badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, #eff6ff, #bfdbfe);
    border: 1px solid rgba(96, 165, 250, 0.55);
    color: #1d4ed8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 4px 12px rgba(37, 99, 235, 0.12);
}

.menu-link__badge--icon {
    overflow: hidden;
}

.menu-link__badge-icon {
    width: 14px;
    height: 14px;
    display: block;
    background-color: currentColor;
    -webkit-mask-image: var(--menu-icon-url);
    mask-image: var(--menu-icon-url);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.home-tree-menu > ul > li > a:hover,
.home-tree-menu > ul > li.active > a,
.home-tree-menu > ul > li.open > a {
    color: #0f172a;
    background: linear-gradient(180deg, #f8fbff, #edf5ff);
}

.home-tree-menu > ul > li.open > a {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 8px 18px rgba(148, 163, 184, 0.12);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.home-tree-menu > ul > li:last-child > a,
.home-tree-menu > ul > li.last > a {
    border-bottom: 0;
}

.home-tree-menu .holder {
    display: none;
}

.home-tree-menu .holder::after {
    display: block;
    position: absolute;
    inset: 0;
    content: "";
    background-color: #1d4ed8;
    -webkit-mask-image: url('/assets/icons/material/keyboard_arrow_down.svg');
    mask-image: url('/assets/icons/material/keyboard_arrow_down.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-tree-menu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #e2e8f0;
    border-left: 0;
    border-right: 0;
    padding: 9px 32px 9px 12px;
    z-index: 1;
    text-decoration: none;
    font-size: 11px;
    color: #334155;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: background 0.2s ease, padding-left 0.18s ease, transform 0.18s ease;
}

.home-tree-menu > ul > li > ul {
    padding: 0 8px 8px;
    background: #ffffff;
}

.home-tree-menu ul ul li {
    overflow: hidden;
}

.home-tree-menu ul ul li a {
    border-radius: 10px;
}

.home-tree-menu ul ul li a .menu-link__badge {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #ffffff;
    color: #64748b;
    border-color: rgba(203, 213, 225, 0.9);
}

.home-tree-menu ul ul li a .menu-link__badge-icon {
    width: 12px;
    height: 12px;
}

.home-tree-menu ul ul li:hover > a,
.home-tree-menu ul ul li.open > a,
.home-tree-menu ul ul li.active > a {
    background: linear-gradient(180deg, #eef5fb, #e2ecf7);
    color: #0f172a;
}

.home-tree-menu ul ul li:hover > a {
    transform: translateX(2px);
}

.home-tree-menu ul ul li:first-child > a {
    box-shadow: none;
}

.home-tree-menu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-tree-menu ul ul ul li a {
    padding-left: 22px;
}

.home-tree-menu ul ul ul ul li a {
    padding-left: 30px;
}

.home-tree-menu ul ul ul ul ul li a {
    padding-left: 38px;
}

.home-tree-menu li.is-current > a .menu-link__badge,
.home-tree-menu li.open > a .menu-link__badge {
    border-color: rgba(96, 165, 250, 0.55);
    color: #1d4ed8;
}

.home-tree-menu > ul > li.root-theme-cyan > a,
.home-tree-menu > ul > li.root-theme-indigo > a,
.home-tree-menu > ul > li.root-theme-violet > a,
.home-tree-menu > ul > li.root-theme-emerald > a,
.home-tree-menu > ul > li.root-theme-amber > a,
.home-tree-menu > ul > li.root-theme-rose > a,
.home-tree-menu > ul > li.root-theme-sky > a,
.home-tree-menu > ul > li.root-theme-pink > a,
.home-tree-menu > ul > li.root-theme-lime > a,
.home-tree-menu > ul > li.root-theme-orange > a,
.home-tree-menu > ul > li.root-theme-fuchsia > a,
.home-tree-menu > ul > li.root-theme-slate > a {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.home-tree-menu > ul > li.root-theme-cyan.open > a,
.home-tree-menu > ul > li.root-theme-cyan > a:hover,
.home-tree-menu > ul > li.root-theme-indigo.open > a,
.home-tree-menu > ul > li.root-theme-indigo > a:hover,
.home-tree-menu > ul > li.root-theme-violet.open > a,
.home-tree-menu > ul > li.root-theme-violet > a:hover,
.home-tree-menu > ul > li.root-theme-emerald.open > a,
.home-tree-menu > ul > li.root-theme-emerald > a:hover,
.home-tree-menu > ul > li.root-theme-amber.open > a,
.home-tree-menu > ul > li.root-theme-amber > a:hover,
.home-tree-menu > ul > li.root-theme-rose.open > a,
.home-tree-menu > ul > li.root-theme-rose > a:hover,
.home-tree-menu > ul > li.root-theme-sky.open > a,
.home-tree-menu > ul > li.root-theme-sky > a:hover,
.home-tree-menu > ul > li.root-theme-pink.open > a,
.home-tree-menu > ul > li.root-theme-pink > a:hover,
.home-tree-menu > ul > li.root-theme-lime.open > a,
.home-tree-menu > ul > li.root-theme-lime > a:hover,
.home-tree-menu > ul > li.root-theme-orange.open > a,
.home-tree-menu > ul > li.root-theme-orange > a:hover,
.home-tree-menu > ul > li.root-theme-fuchsia.open > a,
.home-tree-menu > ul > li.root-theme-fuchsia > a:hover,
.home-tree-menu > ul > li.root-theme-slate.open > a,
.home-tree-menu > ul > li.root-theme-slate > a:hover {
    background: linear-gradient(180deg, #f8fbff, #edf5ff);
}

.home-tree-menu > ul > li.root-theme-cyan > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-indigo > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-violet > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-emerald > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-amber > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-rose > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-sky > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-pink > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-lime > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-orange > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-fuchsia > a .menu-link__badge,
.home-tree-menu > ul > li.root-theme-slate > a .menu-link__badge {
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
}

.home-tree-menu > ul > li > ul > li:last-child > a,
.home-tree-menu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

.home-tree-menu > ul > li > ul > li.open:last-child > a,
.home-tree-menu > ul > li > ul > li.last.open > a {
    border-bottom: 0;
}

.home-tree-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

.home-tree-menu ul ul li .holder {
    width: 22px;
    height: 22px;
    right: 8px;
    border-radius: 6px;
    background: #e8f0fb;
}

.home-tree-menu ul ul li .holder::after,
.home-tree-menu ul ul li .holder::before {
    width: 5px;
    height: 5px;
    right: 8px;
}

.home-tree-menu ul ul li .holder::after {
    border-top-color: #64748b;
    border-left-color: #64748b;
}

.home-tree-menu ul ul li:hover > a > .holder::after,
.home-tree-menu ul ul li.open > a > .holder::after,
.home-tree-menu ul ul li.active > a > .holder::after {
    border-top-color: #1d4ed8;
    border-left-color: #1d4ed8;
}

.home-seo-panel__intro {
    max-width: none;
}

.home-seo-panel__intro h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.8vw, 34px);
    max-width: none;
}

.home-seo-panel__intro p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
    max-width: none;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1.5fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.hero__grid > div,
.hero__panel {
    background: linear-gradient(145deg, #ffffff, #f1ede4);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    max-width: 12ch;
}

.hero__text {
    max-width: 60ch;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.hero__panel h2,
.section-heading h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
}

.hero__list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.hero__list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.hero__list a {
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.hero__list span,
.eyebrow,
.latest-item__category {
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section {
    padding: 28px 0;
}

.section--muted {
    background: #f0ede5;
}

.section--seo {
    padding-top: 20px;
    padding-bottom: 48px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.section-heading > div {
    min-width: 0;
}

#category-showcases > .section-heading {
    margin-bottom: 16px;
}

#category-showcases .section-heading h2 {
    font-size: clamp(22px, 2.4vw, 30px);
}

.category-grid,
.trend-grid,
.product-grid,
.box-grid {
    display: grid;
    gap: 18px;
}

.category-grid,
.trend-grid,
.box-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.trend-card,
.box-card,
.product-card,
.latest-item,
.simple-page__inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.category-card,
.trend-card,
.box-card {
    padding: 24px;
    text-decoration: none;
}

.box-grid--category {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-card--category {
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 20px 22px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.box-card--category:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.box-card--category:hover h3 {
    color: #0f3ea8;
}

.trend-card__score {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #92400e;
    background: #fef3c7;
    padding: 6px 10px;
    border-radius: 999px;
}

.product-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.product-card:hover .product-card__image img {
    transform: scale(1.02);
}

.product-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    padding: 14px 14px 0;
    box-sizing: border-box;
    background: #fff;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    transition: transform 0.22s ease;
}

.product-card__body {
    padding: 20px;
}

.product-card__meta a,
.latest-item__category a {
    text-decoration: none;
}

.product-card__body h3,
.latest-item h3,
.category-card h3,
.trend-card h3,
.box-card h3,
.seo-copy h3 {
    margin: 0 0 10px;
}

.product-card__body p,
.latest-item p,
.category-card p,
.trend-card p,
.box-card p,
.seo-copy p,
.simple-page__inner p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.product-card__stats {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
}

.latest-list {
    display: grid;
    gap: 16px;
}

.latest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
}

.latest-item__link {
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.18s ease;
}

.latest-item__link:hover {
    color: #0f3ea8;
}

.seo-copy {
    background: linear-gradient(145deg, #d7eadf, #f6f5ef);
    border-radius: 28px;
    padding: 32px;
}

.seo-copy__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.seo-copy__grid > div {
    padding: 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.seo-copy__grid > div h3 {
    margin: 0 0 8px;
}

.simple-page {
    padding: 36px 0;
}

.simple-page__inner {
    padding: 32px;
}

.simple-page__image {
    margin-top: 20px;
    max-width: 420px;
    width: 100%;
    border-radius: 18px;
    display: block;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    color: #64748b;
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
}

.category-hero {
    padding: 28px 0 16px;
}

.category-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 20px;
    align-items: start;
}

.category-hero__content {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 16px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.category-hero__content h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.category-hero__content p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.category-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.category-summary-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.category-summary-card span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.category-summary-card strong {
    color: #0f172a;
    font-size: 20px;
}

.category-side-card {
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.category-side-card h2 {
    margin: 0 0 12px;
    font-size: 20px;
}

.category-side-links {
    display: grid;
    gap: 10px;
}

.category-side-links a {
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 700;
}

.section--category-guide {
    padding-top: 32px;
}

.category-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.category-guide-card {
    padding: 22px;
    border: 1px solid #dbe4ee;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.category-guide-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
}

.category-guide-card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.section--related-categories {
    padding-top: 24px;
}

.related-category-grid {
    align-items: stretch;
}

.related-category-grid .box-card--category {
    min-height: 84px;
}

.trend-list {
    display: grid;
    gap: 14px;
}

.trend-list__item {
    display: grid;
    grid-template-columns: 64px 160px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.trend-list__item:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.trend-list__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    font-size: 20px;
    font-weight: 700;
}

.trend-list__image {
    display: block;
    width: 160px;
    min-width: 160px;
    height: 160px;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
}

.trend-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.4);
}

.trend-list__body {
    display: grid;
    align-content: center;
    min-height: 160px;
}

.trend-list__body h3 {
    margin: 0 0 8px;
}

.trend-list__body p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.trend-list__scores {
    display: grid;
    gap: 8px;
    font-weight: 700;
    color: #0f172a;
}

.trend-list__scores--modern span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    min-width: 110px;
}

.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 18px;
}

.catalog-toolbar--modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.catalog-toolbar__group {
    min-width: 220px;
}

.catalog-toolbar__group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.catalog-toolbar__actions {
    display: flex;
    gap: 12px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pagination__link.is-active {
    background: #1d4ed8;
    color: #fff;
}

.empty-state {
    grid-column: 1 / -1;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
}

.empty-state h3 {
    margin: 0 0 8px;
}

.empty-state p {
    margin: 0;
    color: #475569;
}

.card-lite {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.comparison-intro p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.comparison-table {
    margin-top: 18px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.comparison-row {
    display: grid;
    grid-template-columns: 80px 2fr 120px 120px 160px;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}

.comparison-row--head {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
}

.comparison-row__product {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.comparison-row__product a {
    text-decoration: none;
}

.comparison-row__image {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
}

.comparison-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.08);
}

.comparison-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    margin-bottom: 20px;
}

.comparison-picker--modern {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.comparison-picker h3 {
    margin: 0 0 8px;
}

.comparison-picker p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.comparison-picker__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.compare-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #475569;
}

.compare-bar {
    position: sticky;
    bottom: 16px;
    z-index: 30;
    margin: 0 0 24px;
}

.compare-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background: rgba(17, 24, 39, 0.96);
    color: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.24);
}

.compare-bar__inner p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.compare-bar__actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.comparison-hero {
    padding: 32px 0 12px;
}

.comparison-hero__content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    background: linear-gradient(145deg, #ffffff, #e6efe8);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.comparison-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.comparison-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.comparison-product {
    overflow: hidden;
}

.comparison-product__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: #f8fafc;
}

.comparison-product__body {
    padding: 20px;
}

.comparison-product__body h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.is-best {
    color: #166534;
}

.is-best-text {
    color: #166534;
    font-weight: 700;
}

.comparison-highlight-list {
    margin: 16px 0;
    padding-left: 18px;
    color: #475569;
}

.quick-compare-box {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.quick-compare-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.comparison-matrix {
    display: grid;
    gap: 1px;
    background: #dbe4ee;
    border-radius: 20px;
    overflow: hidden;
}

.comparison-matrix__row {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #dbe4ee;
}

.comparison-matrix__row > span {
    background: #fff;
    padding: 16px 14px;
    line-height: 1.6;
}

.comparison-matrix__cell--best {
    background: #dcfce7 !important;
    color: #166534;
    font-weight: 700;
}

.comparison-matrix__row--head > span {
    background: #111827;
    color: #fff;
    font-weight: 700;
}

.product-hero {
    padding: 28px 0 18px;
}

.product-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
}

.product-shell__main {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    align-items: start;
}

.product-shell__aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.product-gallery,
.product-summary,
.pros-cons-card,
.details-card,
.product-side-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.product-gallery {
    padding: 18px;
}

.product-gallery__main img {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

.product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.product-gallery__thumb {
    padding: 0;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-gallery__thumb:hover {
    transform: translateY(-1px);
    border-color: #93c5fd;
}

.product-gallery__thumb.is-active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}

.product-gallery__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.has-lightbox-open {
    overflow: hidden;
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 24px;
}

.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.76);
    backdrop-filter: blur(3px);
}

.gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    padding: 16px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
}

.gallery-lightbox__dialog img {
    width: 100%;
    max-height: calc(100vh - 120px);
    object-fit: contain;
    display: block;
    border-radius: 16px;
    background: #f8fafc;
}

.gallery-lightbox__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.gallery-lightbox__nav--prev {
    left: 10px;
}

.gallery-lightbox__nav--next {
    right: 10px;
}

.product-summary {
    padding: 24px;
}

.product-summary .eyebrow,
.product-side-card .eyebrow,
.details-card .eyebrow,
.product-comments-card .eyebrow {
    margin: 0 0 8px;
}

.product-summary__top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.product-summary__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.product-summary__chips span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 700;
    color: #334155;
}

.product-summary h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.product-summary__excerpt {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.score-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.score-card {
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.score-card--primary {
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    border-color: #bfdbfe;
}

.score-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.score-card strong {
    font-size: 28px;
}

.highlight-list {
    margin: 0;
    padding-left: 18px;
}

.product-summary__panel {
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.product-summary__panel h2 {
    margin: 0 0 12px;
    font-size: 18px;
}

.highlight-list--modern {
    padding-left: 0;
    list-style: none;
}

.highlight-list--modern li {
    position: relative;
    padding-left: 22px;
    color: #334155;
    line-height: 1.65;
}

.highlight-list--modern li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.highlight-list li + li {
    margin-top: 8px;
}

.affiliate-box {
    margin-top: 24px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbeafe;
}

.affiliate-box h2 {
    margin: 0 0 10px;
}

.affiliate-box p {
    margin: 0 0 16px;
    color: #475569;
    line-height: 1.7;
}

.affiliate-box__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.affiliate-box__price {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
}

.affiliate-box__note,
.affiliate-note {
    display: block;
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.product-decision-guide {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px solid #dbe4ee;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.product-decision-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-decision-guide__card {
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}

.product-decision-guide__card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.35;
}

.product-decision-guide__card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.pros-cons-grid,
.details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.pros-cons-card,
.details-card {
    padding: 24px;
}

.product-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 320px;
    gap: 18px;
    align-items: start;
}

.product-comments-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 320px;
    gap: 18px;
    align-items: start;
}

.product-content-main,
.product-content-side {
    display: grid;
    gap: 18px;
}

.comment-list {
    display: grid;
    gap: 16px;
}

.comment-card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    padding: 18px 20px;
}

.comment-card__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.comment-card__top strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.comment-card__top p {
    margin: 6px 0 0;
    color: #475569;
    font-weight: 600;
}

.comment-card__meta {
    display: grid;
    justify-items: end;
    gap: 6px;
    color: #64748b;
    font-size: 13px;
}

.comment-card__rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
}

.comment-card__reply {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #dbe4ee;
}

.comment-card__reply strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
}

.comment-card__reply p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.product-comment-form-card {
    position: sticky;
    top: 92px;
}

.product-comment-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.star-rating {
    display: grid;
    gap: 8px;
}

.star-rating__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}

.star-rating__star {
    border: 0;
    background: transparent;
    color: #cbd5e1;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: transform 0.18s ease, color 0.18s ease;
}

.star-rating__star:hover,
.star-rating__star.is-active {
    color: #f59e0b;
}

.star-rating__stars:hover .star-rating__star {
    color: #cbd5e1;
}

.star-rating__stars:hover .star-rating__star:hover,
.star-rating__stars:hover .star-rating__star:hover ~ .star-rating__star {
    color: #f59e0b;
}

.star-rating__star:hover {
    transform: translateY(-1px);
}

.star-rating__text {
    color: #64748b;
    font-size: 13px;
}

.pros-cons-card h3 {
    margin: 0 0 12px;
}

.pros-cons-card ul {
    margin: 0;
    padding-left: 18px;
}

.pros-cons-card li + li {
    margin-top: 8px;
}

.pros-cons-card--pros {
    background: linear-gradient(180deg, #f0fdf4, #ffffff);
    border-color: #bbf7d0;
}

.pros-cons-card--cons {
    background: linear-gradient(180deg, #fff7ed, #ffffff);
    border-color: #fed7aa;
}

.spec-table {
    display: grid;
    gap: 10px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.spec-row span {
    color: #64748b;
}

.rich-copy p {
    margin: 0;
    color: #475569;
    line-height: 1.85;
}

.product-side-card {
    padding: 20px;
}

.product-side-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.product-side-links,
.quick-compare-links {
    gap: 10px;
}

.details-card .section-heading,
.product-comments-card .section-heading,
.product-decision-guide .section-heading {
    margin-bottom: 16px;
}

.product-side-list {
    margin: 0;
    padding-left: 18px;
    color: #475569;
}

.product-side-list li + li {
    margin-top: 10px;
}

.product-side-links {
    display: grid;
    gap: 10px;
}

.product-side-links a {
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 700;
}

.latest-item__aside {
    display: grid;
    gap: 10px;
    text-align: right;
}

.simple-link-list {
    margin: 0;
    padding-left: 18px;
}

.simple-link-list li + li {
    margin-top: 10px;
}

.admin-shell {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    background: #0f172a;
    color: #fff;
    padding: 24px;
}

.admin-content {
    padding: 24px;
}

.admin-login-page {
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.65), transparent 34%),
        radial-gradient(circle at top right, rgba(224, 231, 255, 0.55), transparent 30%),
        #f8fafc;
}

.admin-login-page .admin-shell {
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
}

.admin-login-page .admin-content {
    display: grid;
    place-items: center;
    padding: 32px 20px;
}

.admin-login-page .admin-auth {
    min-height: auto;
    width: 100%;
}

.admin-login-page .admin-auth__panel {
    width: min(520px, 100%);
    padding: 36px 32px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.admin-nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.page-header h1 {
    margin: 0 0 6px;
}

.page-header p {
    margin: 0;
    color: #6b7280;
}

.simple-page__content {
    display: grid;
    gap: 22px;
}

.simple-page__section h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.simple-page__section h3 {
    margin: 18px 0 8px;
    color: #0f172a;
    font-size: 18px;
}

.simple-page__section p {
    margin: 0 0 12px;
    color: #475569;
    line-height: 1.85;
}

.simple-page__section p:last-child {
    margin-bottom: 0;
}

.simple-page__faq article {
    padding: 16px 0;
    border-top: 1px solid #e2e8f0;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.btn-light {
    background: #e5e7eb;
    color: #111827;
}

.btn-light:hover {
    background: #eff6ff;
    color: #0f3ea8;
}

.btn-danger {
    background: #dc2626;
}

.btn-small {
    padding: 8px 12px;
    font-size: 14px;
}

.alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fee2e2;
    color: #991b1b;
}

.alert-success {
    background: #dcfce7;
    color: #166534;
}

.filters {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.filter-actions {
    display: flex;
    gap: 12px;
}

.table-wrapper {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.table-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bulk-actions {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #dbe5f1;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.bulk-actions__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bulk-actions__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.bulk-actions__summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #52637a;
    font-size: 13px;
}

.checkbox-column {
    width: 52px;
    text-align: center;
}

.checkbox-column input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #315caa;
    cursor: pointer;
}

.table-actions form {
    margin: 0;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.badge-success {
    background: #dcfce7;
    color: #166534;
}

.badge-warning {
    background: #fef3c7;
    color: #92400e;
}

.badge-danger {
    background: #fee2e2;
    color: #991b1b;
}

.badge-muted {
    background: #e5e7eb;
    color: #374151;
}

.muted {
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field-error {
    margin-top: 6px;
    color: #b91c1c;
    font-size: 14px;
}

.divider {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.section-title {
    margin: 0 0 16px;
    font-size: 20px;
}

.form-help {
    margin: -6px 0 16px;
    color: #64748b;
    font-size: 13px;
}

.image-preview {
    margin-top: 12px;
}

.image-preview img,
.gallery-item img {
    display: block;
    width: 100%;
    max-width: 220px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.gallery-item {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 10px;
}

.gallery-item img {
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gallery-item__delete {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #b42318;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.top10-sortable {
    display: grid;
    gap: 14px;
}

.top10-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    cursor: move;
}

.top10-item.is-dragging {
    opacity: 0.55;
}

.top10-item__rank {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.top10-item__body h3 {
    margin: 0 0 6px;
}

.top10-item__badge {
    padding: 8px 12px;
    border-radius: 999px;
    background: #e5e7eb;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.top10-item__badge.is-top10 {
    background: #dcfce7;
    color: #166534;
}

.category-tree-sortable {
    display: grid;
    gap: 12px;
}

.category-tree-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    cursor: move;
}

.category-tree-item.is-dragging {
    opacity: 0.55;
}

.category-tree-item__handle {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.category-tree-item__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.category-tree-item__title {
    padding-left: calc(var(--tree-level, 0) * 28px);
    position: relative;
    display: grid;
    gap: 6px;
}

.category-tree-item__title::before {
    content: "";
    position: absolute;
    left: calc(var(--tree-level, 0) * 28px - 16px);
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e5e7eb;
    display: none;
}

.category-tree-item[data-level="1"] .category-tree-item__title::before,
.category-tree-item[data-level="2"] .category-tree-item__title::before,
.category-tree-item[data-level="3"] .category-tree-item__title::before,
.category-tree-item[data-level="4"] .category-tree-item__title::before {
    display: block;
}

.category-tree-item__meta,
.category-tree-item__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

@media (max-width: 768px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .site-header__row,
    .hero__actions,
    .latest-item,
    .admin-auth__header,
    .admin-auth__actions {
        display: block;
    }

    .hero__grid,
    .site-layout,
    .home-hero__grid,
    .home-menu-layout,
    .home-section-grid,
    .home-showcase-grid,
    .category-shell,
    .category-hero__content,
    .comparison-hero__content,
    .product-shell,
    .product-shell__main,
    .product-shell__aside,
    .product-content-grid,
    .product-comments-layout,
    .home-category-ribbon,
    .home-signal-grid,
    .category-grid,
    .trend-grid,
    .product-grid,
    .category-guide-grid,
    .quality-summary,
    .box-grid,
    .box-grid--category,
    .box-grid--homepage,
    .seo-copy__grid,
    .pros-cons-grid,
    .product-decision-guide__grid,
    .details-grid,
    .score-grid,
    .home-hero__signals {
        grid-template-columns: 1fr;
    }

    .trend-list__item {
        grid-template-columns: 1fr;
    }

    .trend-list__image {
        width: min(160px, 100%);
        min-width: 0;
        height: min(160px, 100%);
    }

    .trend-list__body {
        min-height: 0;
    }

    .product-gallery {
        padding: 12px;
        border-radius: 18px;
    }

    .product-gallery__main img {
        border-radius: 14px;
        aspect-ratio: 1 / 1;
    }

    .product-gallery__thumbs {
        grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
        gap: 8px;
        margin-top: 8px;
    }

    .product-gallery__thumb {
        border-radius: 10px;
    }

    .product-summary {
        padding: 18px;
        border-radius: 18px;
    }

    .product-summary h1 {
        margin-bottom: 10px;
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.08;
    }

    .product-summary__excerpt {
        font-size: 14px;
        line-height: 1.65;
    }

    .product-summary__chips {
        gap: 6px;
    }

    .product-summary__chips span,
    .product-summary__chips .btn {
        font-size: 11px;
        padding: 7px 10px;
    }

    .score-grid {
        gap: 10px;
        margin: 16px 0;
    }

    .score-card {
        padding: 14px;
        border-radius: 14px;
    }

    .score-card span {
        font-size: 11px;
    }

    .score-card strong {
        font-size: 22px;
    }

    .product-card {
        border-radius: 18px;
    }

    .product-card__image {
        aspect-ratio: 1 / 1;
        padding: 10px 10px 0;
    }

    .product-card__image img {
        border-radius: 14px;
    }

    .product-card__body {
        padding: 14px 14px 16px;
    }

    .product-card__body h3 {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.35;
    }

    .product-card__body p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.55;
    }

    .product-card__stats {
        gap: 10px;
        margin-top: 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .compare-toggle {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .trend-list__item {
        gap: 14px;
        padding: 16px;
    }

    .trend-list__body h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .trend-list__body p {
        font-size: 14px;
        line-height: 1.6;
    }

    .latest-item {
        padding: 18px;
        gap: 14px;
    }

    .latest-item h3 {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.35;
    }

    .latest-item p {
        font-size: 13px;
        line-height: 1.6;
    }

    .comparison-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        align-items: start;
    }

    .comparison-row__product {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .comparison-row--head {
        display: none;
    }

    .comparison-table {
        border-radius: 18px;
    }

    .comparison-row > span:not(.comparison-row__product) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding-top: 6px;
        border-top: 1px dashed #e2e8f0;
        font-size: 13px;
    }

    .comparison-row > span:not(.comparison-row__product)::before {
        color: #64748b;
        font-weight: 700;
    }

    .comparison-row > span:nth-child(1)::before {
        content: "#";
    }

    .comparison-row > span:nth-child(3)::before {
        content: "Editor";
    }

    .comparison-row > span:nth-child(4)::before {
        content: "Trend";
    }

    .comparison-row > span:nth-child(5)::before {
        content: "Fiyat";
    }

    .comparison-row__image {
        width: 72px;
        min-width: 72px;
        height: 72px;
        border-radius: 14px;
    }

    .comparison-picker {
        gap: 14px;
        padding: 18px;
        margin-bottom: 16px;
    }

    .comparison-picker h3 {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .comparison-picker p {
        font-size: 13px;
        line-height: 1.6;
    }

    .comparison-picker,
    .comparison-matrix__row,
    .compare-bar__inner,
    .compare-bar__actions,
    .quick-compare-links,
    .comparison-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .compare-bar {
        bottom: 10px;
        margin-bottom: 16px;
    }

    .compare-bar__inner {
        gap: 10px;
        padding: 14px 14px 12px;
        border-radius: 16px;
    }

    .compare-bar__inner strong {
        font-size: 14px;
    }

    .compare-bar__inner p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.45;
    }

    .compare-bar__actions {
        gap: 8px;
    }

    .compare-bar__actions .btn {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .top10-item,
    .category-tree-item {
        grid-template-columns: 1fr;
    }

    .page-header,
    .filters,
    .form-grid,
    .filter-actions,
    .table-actions,
    .bulk-actions__content,
    .bulk-actions__buttons {
        display: block;
    }

    .filter-actions .btn,
    .table-actions .btn,
    .table-actions form,
    .bulk-actions .btn,
    .page-header .btn {
        margin-top: 10px;
    }

    .site-header__row {
        gap: 12px;
    }

    .site-brand {
        width: 100%;
    }

    .site-brand__text strong {
        font-size: 15px;
    }

    .site-brand__text small {
        font-size: 11px;
        line-height: 1.45;
    }

    .site-nav {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .site-search {
        margin-top: 12px;
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
        gap: 8px;
    }

    .site-search__field,
    .site-search input {
        width: 100%;
        min-width: 0;
    }

    .site-search button {
        min-width: 72px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-search__suggestions {
        width: 100%;
    }

    .search-hero,
    .search-section {
        padding: 22px 20px;
    }

    .site-sidebar__inner,
    .site-footer__row {
        position: static;
        display: block;
    }

    .site-footer__brand,
    .site-footer__column {
        margin-top: 14px;
    }

    .site-footer__brand:first-child {
        margin-top: 0;
    }

    .product-comment-form-card {
        position: static;
    }

    .site-header__inner,
    .site-footer__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-footer {
        margin-top: 24px;
        padding: 32px 0 20px;
    }

    .site-footer__cta {
        display: grid;
        gap: 14px;
        margin-bottom: 18px;
        padding: 18px;
        border-radius: 22px;
    }

    .site-footer__cta h2 {
        margin: 4px 0 8px;
        font-size: clamp(22px, 7vw, 28px);
        line-height: 1.08;
    }

    .site-footer__cta p {
        font-size: 14px;
        line-height: 1.65;
    }

    .site-footer__cta-link {
        width: 100%;
        min-height: 42px;
        padding: 0 16px;
    }

    .site-footer__row {
        gap: 12px;
    }

    .site-footer__brand,
    .site-footer__column {
        padding: 18px;
        border-radius: 20px;
    }

    .site-footer__title {
        margin-bottom: 10px;
    }

    .site-brand__text {
        margin-top: 8px;
    }

    .site-footer__bottom {
        display: block;
        margin-top: 18px;
        padding-top: 14px;
        font-size: 12px;
    }

    .hero__panel,
    .hero__grid > div,
    .home-hero__content,
    .hero-sidebar-card,
    .hero-spotlight,
    .home-feature-panel,
    .home-seo-panel,
    .seo-copy,
    .simple-page__inner,
    .product-summary,
    .pros-cons-card,
    .details-card,
    .product-side-card {
        padding: 24px;
    }

    .product-summary__top {
        display: block;
    }

    .product-summary__chips {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .details-card,
    .pros-cons-card,
    .product-comment-form-card {
        padding: 18px;
        border-radius: 18px;
    }

    .details-card .section-heading,
    .product-comments-card .section-heading {
        margin-bottom: 14px;
    }

    .spec-table {
        gap: 8px;
    }

    .spec-row {
        gap: 10px;
        padding: 10px 0;
        font-size: 13px;
        align-items: flex-start;
    }

    .spec-row span,
    .spec-row strong {
        font-size: 13px;
        line-height: 1.5;
    }

    .comment-list {
        gap: 12px;
    }

    .comment-card {
        padding: 14px 16px;
        border-radius: 16px;
    }

    .comment-card__top {
        gap: 10px;
        margin-bottom: 10px;
    }

    .comment-card__top strong {
        font-size: 14px;
    }

    .comment-card__top p,
    .comment-card__reply p {
        font-size: 13px;
        line-height: 1.6;
    }

    .comment-card__meta {
        font-size: 12px;
    }

    .comment-card__reply {
        margin-top: 12px;
        padding: 12px 14px;
    }

    .product-comment-form {
        gap: 12px;
        margin-top: 14px;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .form-label {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .form-control {
        padding: 11px 12px;
        font-size: 14px;
    }

    .star-rating__stars {
        gap: 6px;
    }

    .star-rating__star {
        font-size: 24px;
    }

    .star-rating__text {
        font-size: 12px;
    }

    .home-feature-item {
        grid-template-columns: 1fr;
    }

    .home-menu-card {
        padding: 16px;
    }

    .home-menu-card--sidebar {
        padding: 10px;
        border-radius: 18px;
    }

    .home-menu-toolbar {
        grid-template-columns: 1fr;
        display: grid;
        gap: 8px;
        margin-bottom: 8px;
    }

    .home-menu-search span {
        font-size: 10px;
    }

    .home-menu-search input {
        padding: 9px 12px 9px 32px;
        border-radius: 10px;
    }

    .home-menu-search__icon {
        left: 10px;
        width: 14px;
        height: 14px;
    }

    .home-menu-toolbar .btn {
        width: 100%;
    }

    .home-tree-menu > ul {
        gap: 6px;
    }

    .home-tree-menu > ul > li {
        border-radius: 14px;
    }

    .home-tree-menu > ul > li > a {
        padding: 10px 12px;
        border-radius: 14px;
        font-size: 11px;
    }

    .menu-link__content {
        gap: 8px;
    }

    .menu-link__badge {
        width: 22px;
        height: 22px;
        border-radius: 7px;
    }

    .menu-link__badge-icon {
        width: 13px;
        height: 13px;
    }

    .home-tree-menu > ul > li > ul {
        padding: 0 6px 6px;
    }

    .home-tree-menu ul ul li a {
        padding: 8px 10px;
        font-size: 10.5px;
    }

    .home-tree-menu ul ul li a .menu-link__badge {
        width: 18px;
        height: 18px;
    }

    .home-tree-menu ul ul li a .menu-link__badge-icon {
        width: 11px;
        height: 11px;
    }

    .latest-item__aside,
    .spec-row {
        text-align: left;
    }

    .site-footer__nav {
        margin-top: 16px;
    }

    .site-footer__column + .site-footer__column {
        margin-top: 16px;
    }
}

@media print {
    .site-header,
    .compare-bar,
    .comparison-hero__actions,
    .btn,
    .quick-compare-box {
        display: none !important;
    }

    body,
    .section,
    .section--muted {
        background: #fff !important;
    }

    .comparison-hero,
    .section {
        padding: 12px 0;
    }

    .comparison-product,
    .comparison-matrix__row > span,
    .card {
        box-shadow: none !important;
        border: 1px solid #d1d5db;
    }
}
