/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =============================================================
   TECH SHOWDOWN — Design System Tokens
   ============================================================= */

:root {
    /* Brand and semantic colors — canonical light UI tokens */
    --ts-color-primary:        #0967d8;
    --ts-color-primary-hover:  #0756b6;
    --ts-color-primary-soft:   #eaf2ff;
    --ts-color-text:           #101828;
    --ts-color-text-muted:     #667085;
    --ts-color-border:         #e5e9f0;
    --ts-color-surface:        #ffffff;
    --ts-color-surface-subtle: #f7f9fc;
    --ts-color-success:        #12b76a;
    --ts-color-warning:        #f5b301;
    --ts-color-danger:         #d92d20;

    /* Surface hierarchy */
    --surface-dim:               #0c0e17;
    --surface-container-low:     #11131d;
    --surface-container:         #171924;
    --surface-container-high:    #1c1f2b;
    --surface-container-highest: #21253a;
    --surface-variant:           #1e2235;

    /* Accent */
    --primary:           #81ecff;
    --primary-container: #1a4d5a;
    --primary-dim:       #3a8ea0;
    --secondary:         #b6f700;
    --on-primary:        #051a22;

    /* Text */
    --on-surface:         #eaf2ff;
    --on-surface-variant: #8899b4;

    /* Borders (ghost only) */
    --outline-variant: rgba(255, 255, 255, 0.08);

    /* Typography */
    --font-display:  'Space Grotesk', sans-serif;
    --font-body:     'Inter', sans-serif;
    --ts-font-heading: var(--font-display);
    --ts-font-body: var(--font-body);

    /* Type scale */
    --text-display-lg:  3.5rem;   /* 56px — hero specs */
    --text-headline-lg: 2rem;     /* 32px */
    --text-headline-md: 1.5rem;   /* 24px */
    --text-title-sm:    0.9375rem;/* 15px */
    --text-body-lg:     1rem;     /* 16px */
    --text-body-md:     0.875rem; /* 14px */
    --text-label-sm:    0.75rem;  /* 12px */
    --ts-text-xs:       0.75rem;
    --ts-text-sm:       0.875rem;
    --ts-text-base:     1rem;
    --ts-text-lg:       1.25rem;
    --ts-text-xl:       1.5rem;
    --ts-text-2xl:      2rem;
    --ts-text-hero:     clamp(2.25rem, 4vw, 4rem);

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --ts-space-1: var(--space-1);
    --ts-space-2: var(--space-2);
    --ts-space-3: var(--space-3);
    --ts-space-4: var(--space-4);
    --ts-space-6: var(--space-6);
    --ts-space-8: var(--space-8);
    --ts-space-12: var(--space-12);
    --ts-space-16: var(--space-16);

    /* Radius */
    --radius-sm:   0.25rem;
    --radius-md:   0.5rem;
    --radius-lg:   1rem;
    --radius-full: 9999px;
    --ts-radius-sm: var(--radius-sm);
    --ts-radius-md: var(--radius-md);
    --ts-radius-lg: var(--radius-lg);
    --ts-radius-pill: var(--radius-full);

    /* Layout and elevation */
    --ts-container: 1220px;
    --ts-page-gutter: 16px;
    --ts-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.06);
    --ts-shadow-md: 0 14px 36px rgba(15, 23, 42, 0.09);

    /* Elementor global aliases */
    --e-global-color-primary: var(--ts-color-primary);
    --e-global-color-secondary: var(--ts-color-text);
    --e-global-color-text: var(--ts-color-text-muted);
    --e-global-color-accent: var(--ts-color-success);
}

/* Contact page */
.ts-contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--ts-color-surface-subtle);
}

body.page-id-1857 .site-main,
body.page-id-1857 .page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.page-id-1857 .page-header {
    display: none;
}

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

.ts-contact__hero {
    padding: clamp(64px, 8vw, 104px) 0 72px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 15%, rgba(255,255,255,.15), transparent 28%),
        linear-gradient(135deg, #0756b6 0%, #0967d8 58%, #2485ef 100%);
}

.ts-contact__hero .ts-contact__container {
    max-width: 850px;
    text-align: center;
}

.ts-contact__eyebrow {
    margin: 0 0 14px;
    color: var(--ts-color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ts-contact__eyebrow,
.ts-contact__eyebrow p {
    color: var(--ts-color-primary) !important;
}

.ts-contact__hero .ts-contact__eyebrow {
    color: #cfe2ff;
}

.ts-contact__hero .ts-contact__eyebrow,
.ts-contact__hero .ts-contact__eyebrow p {
    color: #d9e9ff !important;
}

.ts-contact__hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.ts-contact__hero h1,
.ts-contact__hero h1.elementor-heading-title {
    color: #fff !important;
}

.ts-contact__intro {
    max-width: 700px;
    margin: 24px auto 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.ts-contact__intro,
.ts-contact__intro p {
    color: rgba(255, 255, 255, .84) !important;
}

.ts-contact__body {
    padding: 72px 0 84px;
}

.ts-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: start;
}

.ts-contact__details {
    display: grid;
    gap: 16px;
}

.ts-contact__detail-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--ts-color-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.ts-contact__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--ts-color-primary);
    background: var(--ts-color-primary-soft);
    border-radius: 12px;
}

.ts-contact__icon .elementor-icon-wrapper,
.ts-contact__icon .elementor-icon {
    display: grid;
    margin: 0;
    place-items: center;
    color: inherit;
}

.ts-contact__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.ts-contact__detail-card h2 {
    margin: 1px 0 7px;
    color: var(--ts-color-text);
    font-size: 18px;
}

.ts-contact__detail-card h2,
.ts-contact__detail-card h2.elementor-heading-title {
    color: var(--ts-color-text) !important;
}

.ts-contact__detail-card .elementor-widget-heading,
.ts-contact__detail-card .elementor-widget-text-editor,
.ts-contact__faq-grid .elementor-widget-heading,
.ts-contact__faq-grid .elementor-widget-text-editor {
    margin: 0;
}

.ts-contact__detail-card p,
.ts-contact__expectation p {
    margin: 0;
    color: var(--ts-color-text-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ts-contact__expectation {
    padding: 20px 22px;
    color: #0b4d2c;
    background: #eafaf2;
    border: 1px solid #b7ebce;
    border-radius: 16px;
}

.ts-contact__expectation strong {
    display: block;
    margin-bottom: 5px;
}

.ts-contact__expectation h3 {
    margin: 0 0 5px;
    color: #0b4d2c;
    font-size: 16px;
}

.ts-contact__expectation h3,
.ts-contact__expectation h3.elementor-heading-title {
    color: #0b4d2c !important;
}

.ts-contact__expectation p {
    color: #27704c;
}

.ts-contact__form-card {
    padding: clamp(24px, 4vw, 42px);
    background: #fff;
    border: 1px solid var(--ts-color-border);
    border-radius: 22px;
    box-shadow: var(--ts-shadow-md);
}

.ts-contact__form-heading h2 {
    margin: 0 0 28px;
    color: var(--ts-color-text);
    font-size: clamp(28px, 4vw, 38px);
    letter-spacing: -.03em;
}

.ts-contact__form-heading h2,
.ts-contact__form-heading h2.elementor-heading-title {
    color: var(--ts-color-text) !important;
}

.ts-contact__form {
    display: grid;
    gap: 20px;
}

.ts-contact__form-card .elementor-widget-shortcode {
    width: 100%;
}

.ts-contact__field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ts-contact__field {
    display: grid;
    gap: 8px;
}

.ts-contact__field label {
    color: var(--ts-color-text);
    font-size: 14px;
    font-weight: 600;
}

.ts-contact__field label span {
    color: var(--ts-color-danger);
}

.ts-contact__field .wpcf7-form-control-wrap {
    display: block;
}

.ts-contact__field input,
.ts-contact__field select,
.ts-contact__field textarea,
.ts-contact .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--ts-color-text);
    background: #fbfcfe;
    border: 1px solid #cfd7e3;
    border-radius: 10px;
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ts-contact__field textarea {
    min-height: 164px;
    resize: vertical;
}

.ts-contact .ts-contact__field select.wpcf7-select {
    min-height: 50px;
    padding: 0 44px 0 14px;
    appearance: none;
    -webkit-appearance: none;
    color: var(--ts-color-text);
    background-color: #fbfcfe;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    font-family: var(--ts-font-body);
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
}

.ts-contact .ts-contact__field select.wpcf7-select::-ms-expand {
    display: none;
}

.ts-contact__field input:focus,
.ts-contact__field select:focus,
.ts-contact__field textarea:focus,
.ts-contact .wpcf7-form-control:not(.wpcf7-submit):focus {
    outline: none;
    border-color: var(--ts-color-primary);
    box-shadow: 0 0 0 3px rgba(9, 103, 216, .12);
}

.ts-contact__submit,
.ts-contact .wpcf7-submit {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    color: #fff;
    background: var(--ts-color-primary);
    border: 0;
    border-radius: 10px;
    font: 700 14px/1 var(--ts-font-body);
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.ts-contact__submit:hover,
.ts-contact .wpcf7-submit:hover {
    background: var(--ts-color-primary-hover);
    transform: translateY(-1px);
}

.ts-contact__privacy {
    margin: -7px 0 0;
    color: var(--ts-color-text-muted);
    font-size: 12px;
    text-align: center;
}

.ts-contact .wpcf7 form {
    margin: 0;
}

.ts-contact .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.ts-contact .wpcf7 form.sent .wpcf7-response-output {
    color: #086438;
    background: #eafaf2;
    border: 1px solid #b7ebce;
}

.ts-contact .wpcf7 form.invalid .wpcf7-response-output,
.ts-contact .wpcf7 form.failed .wpcf7-response-output,
.ts-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.ts-contact .wpcf7 form.spam .wpcf7-response-output {
    color: #9d251c;
    background: #fff0ee;
    border: 1px solid #f5c4bf;
}

.ts-contact .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: var(--ts-color-danger);
    font-size: 12px;
}

.ts-contact .wpcf7-spinner {
    position: absolute;
    margin: 14px 0 0 -36px;
}

.ts-contact__faq {
    padding: 78px 0 92px;
    background: #fff;
    border-top: 1px solid var(--ts-color-border);
}

.ts-contact__faq-heading {
    max-width: 620px;
    margin-bottom: 30px;
}

.ts-contact__faq-heading h2 {
    margin: 0;
    color: var(--ts-color-text);
    font-size: clamp(30px, 4vw, 42px);
    letter-spacing: -.03em;
}

.ts-contact__faq-heading h2,
.ts-contact__faq-heading h2.elementor-heading-title {
    color: var(--ts-color-text) !important;
}

.ts-contact__faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ts-contact__faq-grid article {
    padding: 24px;
    background: var(--ts-color-surface-subtle);
    border: 1px solid var(--ts-color-border);
    border-radius: 16px;
}

.ts-contact__faq-grid .ts-contact__faq-card {
    padding: 24px;
    background: var(--ts-color-surface-subtle);
    border: 1px solid var(--ts-color-border);
    border-radius: 16px;
}

.ts-contact__faq-grid h3 {
    margin: 0 0 10px;
    color: var(--ts-color-text);
    font-size: 18px;
}

.ts-contact__faq-grid h3,
.ts-contact__faq-grid h3.elementor-heading-title {
    color: var(--ts-color-text) !important;
}

.ts-contact__faq-grid p {
    margin: 0;
    color: var(--ts-color-text-muted);
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .ts-contact__grid {
        grid-template-columns: 1fr;
    }

    .ts-contact__details {
        grid-template-columns: repeat(3, 1fr);
    }

    .ts-contact__detail-card {
        grid-template-columns: 1fr;
    }

    .ts-contact__expectation {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .ts-contact__hero {
        padding: 54px 0 56px;
    }

    .ts-contact__body,
    .ts-contact__faq {
        padding: 48px 0 58px;
    }

    .ts-contact__details,
    .ts-contact__field-row,
    .ts-contact__faq-grid {
        grid-template-columns: 1fr;
    }

    .ts-contact__detail-card {
        grid-template-columns: 48px 1fr;
    }

    .ts-contact__form-card {
        border-radius: 16px;
    }
}

body {
    font-family: var(--ts-font-body);
    color: var(--ts-color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ts-font-heading);
}

/* =============================================================
   Compare Decision Page
   Decision-first comparison UX built on existing gadget data.
   ============================================================= */

.ts-decision-page {
    --decision-bg: #f7f9fc;
    --decision-card: #ffffff;
    --decision-text: #101828;
    --decision-muted: #667085;
    --decision-border: #e5eaf0;
    --decision-accent: var(--ts-accent, #1f6feb);
    --decision-win: #0f766e;
    --decision-win-bg: #ecfdf5;
    color: var(--decision-text);
}

.ts-decision-page section {
    scroll-margin-top: 118px;
}

.ts-compare-sticky {
    position: sticky;
    top: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: -6px -4px 24px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--decision-border);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}

.ts-compare-sticky__products,
.ts-compare-sticky__links {
    display: flex;
    align-items: center;
    min-width: 0;
}

.ts-compare-sticky__products {
    gap: 10px;
    color: var(--decision-text);
    font-size: 13px;
    font-weight: 700;
}

.ts-compare-sticky__products span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-compare-sticky__products strong {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--decision-accent);
    font-size: 11px;
}

.ts-compare-sticky__links {
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ts-compare-sticky__links a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border-radius: 999px;
    color: var(--decision-muted);
    font-size: 12px;
    font-weight: 700;
}

.ts-compare-sticky__links a:hover {
    background: #eef4ff;
    color: var(--decision-accent);
}

.ts-decision-page a:focus-visible,
.ts-decision-page button:focus-visible,
.ts-decision-page select:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--decision-accent) 55%, white);
    outline-offset: 3px;
}

.ts-decision-hero {
    padding: 26px 8px 22px;
}

.ts-hero-showdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    margin-bottom: 24px;
}

.ts-product-hero-card,
.ts-vs-panel,
.ts-quick-verdict,
.ts-decision-card,
.ts-why-wins,
.ts-profile-fit,
.ts-score-breakdown,
.ts-community-decision,
.ts-upgrade-advisor,
.ts-user-opinions,
.ts-price-card {
    background: var(--decision-card);
    border: 1px solid var(--decision-border);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.ts-product-hero-card {
    display: grid;
    position: relative;
    grid-template-columns: 150px minmax(0, 1fr);
    overflow: hidden;
}

.ts-product-hero-card.is-winner {
    border-color: rgba(15, 118, 110, 0.34);
    box-shadow: 0 18px 40px rgba(15, 118, 110, 0.13);
}

.ts-product-hero-card__winner {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--decision-win);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.2);
}

.ts-product-hero-card__media {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
}

.ts-product-hero-card__media > a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.ts-product-hero-card__media.is-placeholder {
    min-height: 100%;
    padding: 18px;
}

.ts-product-hero-card__placeholder {
    display: grid;
    justify-items: center;
    gap: 9px;
    color: var(--decision-muted);
}

.ts-product-hero-card__placeholder strong {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid #cbd9e8;
    border-radius: 16px;
    background: #ffffff;
    color: var(--decision-accent);
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ts-product-hero-card__placeholder small {
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.02em;
}

.ts-product-hero-card__media img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.ts-product-hero-card__body {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px;
}

.ts-product-hero-card__brand {
    min-height: 20px;
}

.ts-product-hero-card__brand img {
    width: auto;
    max-width: 92px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) opacity(0.74);
}

.ts-product-hero-card__brand span,
.ts-section-kicker {
    margin: 0;
    color: var(--decision-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-product-hero-card h2 {
    margin: 0;
    color: var(--decision-text);
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.ts-product-hero-card h2 a {
    color: inherit;
}

.ts-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ts-product-meta span,
.ts-device-stat {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    background: #f7faff;
    border: 1px solid #dce6f2;
    border-radius: 999px;
    color: var(--decision-muted);
    font-size: 11px;
    font-weight: 700;
}

.ts-key-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.ts-key-stat-grid div {
    min-width: 0;
    padding: 8px;
    background: #f8fbff;
    border: 1px solid #e5edf6;
    border-radius: 10px;
}

.ts-key-stat-grid dt {
    color: var(--decision-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ts-key-stat-grid dd {
    margin: 4px 0 0;
    color: var(--decision-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.ts-product-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    flex-wrap: wrap;
}

.ts-product-actions > * {
    flex: 1 1 120px;
}

.ts-buy-btn,
.ts-view-btn,
.ts-upgrade-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
}

.ts-buy-btn,
.ts-upgrade-form button {
    background: var(--decision-accent);
    color: #ffffff;
    border: 1px solid var(--decision-accent);
}

.ts-view-btn {
    background: #ffffff;
    color: var(--decision-text);
    border: 1px solid var(--decision-border);
}

.ts-vs-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 13px;
    text-align: center;
}

.ts-vs-panel__label {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #101828;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
}

.ts-vs-panel__result {
    display: grid;
    gap: 3px;
}

.ts-vs-panel__result small {
    color: var(--decision-win);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-vs-panel strong {
    color: var(--decision-text);
    font-size: 16px;
    line-height: 1.2;
}

.ts-vs-panel span:not(.ts-vs-panel__label),
.ts-vs-panel small {
    color: var(--decision-muted);
    font-size: 13px;
    font-weight: 700;
}

.ts-vs-panel span:not(.ts-vs-panel__label) {
    max-width: 100%;
    line-height: 1.45;
}

.ts-vs-panel__confidence,
.ts-score-meter,
.ts-spec-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: #edf2f7;
    border-radius: 999px;
}

.ts-vs-panel__confidence span,
.ts-score-meter span,
.ts-spec-progress span {
    display: block;
    height: 100%;
    background: var(--decision-win);
    border-radius: inherit;
}

.ts-quick-verdict,
.ts-community-decision,
.ts-upgrade-advisor {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 30px;
    align-items: start;
    margin-bottom: 24px;
    padding: 24px;
}

.ts-quick-verdict {
    position: relative;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.2);
    background:
        radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.09), transparent 34%),
        #ffffff;
}

.ts-quick-verdict::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--decision-accent);
}

.ts-verdict-summary {
    position: sticky;
    top: 96px;
}

.ts-quick-verdict h2,
.ts-section-header h2,
.ts-community-decision h2,
.ts-upgrade-advisor h2 {
    margin: 6px 0 10px;
    color: var(--decision-text);
    font-size: 26px;
    letter-spacing: -0.02em;
}

.ts-quick-verdict p,
.ts-community-decision p,
.ts-upgrade-advisor p,
.ts-empty-note {
    color: var(--decision-muted);
}

.ts-verdict-summary > p:not(.ts-section-kicker) {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.ts-verdict-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.ts-verdict-meta span {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 7px 10px;
    border: 1px solid #dce6f2;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--decision-muted);
    font-size: 11px;
    font-weight: 750;
}

.ts-verdict-meta strong {
    color: var(--decision-text);
    font-size: 13px;
}

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

.ts-verdict-grid article {
    position: relative;
    min-width: 0;
    min-height: 124px;
    padding: 15px 15px 14px 18px;
    background: rgba(248, 251, 255, 0.9);
    border: 1px solid #e5edf6;
    border-radius: 12px;
}

.ts-verdict-grid article::before {
    content: "";
    position: absolute;
    inset: 13px auto 13px 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: var(--decision-win);
}

.ts-verdict-grid article.is-tie::before {
    background: #94a3b8;
}

.ts-verdict-grid span,
.ts-verdict-grid small {
    display: block;
    color: var(--decision-muted);
    font-size: 12px;
    font-weight: 700;
}

.ts-verdict-grid strong {
    display: block;
    margin: 7px 0 5px;
    color: var(--decision-text);
    font-size: 16px;
    line-height: 1.25;
}

.ts-decision-cards,
.ts-profile-grid,
.ts-price-grid,
.ts-opinion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.ts-why-wins,
.ts-profile-fit {
    margin-bottom: 24px;
    padding: 24px;
}

.ts-why-wins ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ts-why-wins li,
.ts-profile-grid article {
    min-width: 0;
    padding: 16px;
    background: #f8fbff;
    border: 1px solid #e5edf6;
    border-radius: 12px;
}

.ts-profile-grid article.is-overall-winner {
    border-color: rgba(15, 118, 110, 0.28);
    background: linear-gradient(145deg, #ffffff 0%, #effcf7 100%);
}

.ts-why-wins li {
    position: relative;
    padding-left: 38px;
    color: var(--decision-text);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
}

.ts-why-wins li:only-child {
    grid-column: 1 / -1;
}

.ts-why-wins li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 19px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--decision-win);
}

.ts-profile-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.ts-profile-grid span {
    display: block;
    color: var(--decision-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ts-profile-grid strong {
    display: block;
    margin: 6px 0;
    color: var(--decision-text);
    font-size: 16px;
    line-height: 1.25;
}

.ts-profile-grid p {
    margin: 0;
    color: var(--decision-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ts-decision-card {
    padding: 22px;
}

.ts-decision-card.is-winner {
    border-color: rgba(15, 118, 110, 0.3);
    background: linear-gradient(180deg, #ffffff 0%, #f4fffb 100%);
}

.ts-decision-card ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ts-decision-card li {
    position: relative;
    padding-left: 24px;
    color: var(--decision-text);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

.ts-decision-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--decision-win);
}

.ts-score-breakdown,
.ts-user-opinions,
.ts-price-comparison {
    margin-bottom: 24px;
    padding: 24px;
}

.ts-section-header {
    margin-bottom: 16px;
}

.ts-score-rows {
    display: grid;
    gap: 8px;
}

.ts-score-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e5edf6;
    border-radius: 10px;
}

.ts-score-row > strong {
    color: var(--decision-text);
    font-size: 14px;
    line-height: 1.25;
}

.ts-score-row > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(64px, 0.8fr) 24px;
    gap: 8px;
    align-items: center;
    min-width: 0;
    padding: 7px 8px;
    border-radius: 8px;
}

.ts-score-row > div.is-category-winner {
    background: #effcf7;
}

.ts-score-row > div.is-category-winner em {
    color: var(--decision-win);
}

.ts-score-row span,
.ts-score-row em {
    min-width: 0;
    color: var(--decision-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.ts-score-row span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-score-row .ts-score-meter {
    height: 6px;
}

.ts-score-row > div:not(.is-category-winner) .ts-score-meter span {
    background: #94a3b8;
}

.ts-detailed-comparison .ts-compare-table-header {
    align-items: flex-start;
    justify-content: space-between;
}

.ts-spec-nav {
    display: flex;
    gap: 8px;
    max-width: 65%;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.ts-spec-nav a {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #e5edf6;
    color: var(--decision-muted);
    font-size: 12px;
    font-weight: 800;
}

.ts-spec-progress {
    margin-top: 8px;
    height: 5px;
}

.ts-compare-spec-value.is-win {
    position: relative;
    color: var(--decision-win);
    background: var(--decision-win-bg);
}

.ts-compare-spec-value.is-win > span::after {
    content: " Winner";
    display: inline-flex;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #d1fae5;
    color: var(--decision-win);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ts-vote-distribution {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ts-vote-distribution > div {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 16px;
    background: #f8fbff;
    border: 1px solid #e5edf6;
    border-radius: 12px;
}

.ts-vote-distribution span {
    color: var(--decision-text);
    font-size: 14px;
    font-weight: 800;
}

.ts-vote-distribution strong {
    color: var(--decision-accent);
    font-size: 28px;
    line-height: 1;
}

.ts-upgrade-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.ts-upgrade-form select {
    min-height: 44px;
    min-width: 0;
    padding: 0 12px;
    background: #f8fbff;
    border: 1px solid var(--decision-border);
    border-radius: 10px;
    color: var(--decision-text);
    font: inherit;
}

.ts-opinion-grid article,
.ts-price-card {
    min-width: 0;
}

.ts-opinion-grid article {
    padding: 18px;
    background: #f8fbff;
    border: 1px solid #e5edf6;
    border-radius: 12px;
}

.ts-opinion-grid strong,
.ts-opinion-grid span {
    display: block;
}

.ts-opinion-grid strong {
    color: var(--decision-text);
}

.ts-opinion-grid span {
    margin: 3px 0 10px;
    color: var(--decision-accent);
    font-size: 12px;
    font-weight: 800;
}

.ts-opinion-grid p {
    margin: 0;
    color: var(--decision-muted);
}

.ts-price-comparison {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ts-detailed-comparison,
.ts-community-decision,
.ts-upgrade-advisor,
.ts-user-opinions,
.ts-price-comparison {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
}

@media (prefers-reduced-motion: reduce) {
    .ts-decision-page *,
    .ts-decision-page *::before,
    .ts-decision-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.ts-price-card {
    padding: 18px;
}

.ts-price-card h3 {
    margin: 0 0 14px;
    color: var(--decision-text);
    font-size: 18px;
}

.ts-retailer-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid var(--decision-border);
}

.ts-retailer-row span {
    color: var(--decision-text);
    font-weight: 800;
}

.ts-retailer-row strong {
    color: var(--decision-win);
    font-size: 14px;
}

.ts-retailer-row a {
    padding: 7px 10px;
    border-radius: 8px;
    background: #eef4ff;
    color: var(--decision-accent);
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 1080px) {
    .ts-hero-showdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-vs-panel {
        grid-column: 1 / -1;
        order: -1;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .ts-vs-panel__summary {
        flex: 1 1 auto;
    }

    .ts-vs-panel__confidence {
        flex: 0 0 120px;
    }

    .ts-quick-verdict,
    .ts-community-decision,
    .ts-upgrade-advisor {
        grid-template-columns: 1fr;
    }

    .ts-verdict-summary {
        position: static;
    }

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

    .ts-spec-nav {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .ts-decision-page section {
        scroll-margin-top: 136px;
    }

    .ts-compare-sticky {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: -2px -2px 18px;
        border-radius: 14px;
    }

    .ts-compare-sticky__products {
        justify-content: center;
    }

    .ts-compare-sticky__links {
        justify-content: flex-start;
        padding-bottom: 2px;
    }

    .ts-product-hero-card__media {
        min-height: 126px;
        padding: 12px;
    }

    .ts-product-hero-card__media.is-placeholder {
        min-height: 126px;
        padding: 12px;
    }

    .ts-product-hero-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .ts-product-hero-card__winner {
        top: 8px;
        left: 8px;
        padding: 5px 7px;
        font-size: 8px;
    }

    .ts-product-hero-card__media img {
        max-height: 112px;
    }

    .ts-product-hero-card__placeholder {
        gap: 6px;
    }

    .ts-product-hero-card__placeholder strong {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 18px;
    }

    .ts-product-hero-card__placeholder small {
        font-size: 10px;
        text-align: center;
    }

    .ts-product-hero-card__body {
        gap: 9px;
        padding: 12px;
    }

    .ts-product-hero-card__brand {
        min-height: 16px;
    }

    .ts-product-hero-card__brand img {
        height: 14px;
    }

    .ts-product-hero-card h2 {
        font-size: 16px;
    }

    .ts-product-meta {
        display: grid;
        gap: 5px;
    }

    .ts-product-meta__release {
        display: none !important;
    }

    .ts-product-meta span {
        justify-content: center;
        padding: 5px 6px;
        font-size: 9px;
        text-align: center;
    }

    .ts-key-stat-grid {
        grid-template-columns: 1fr;
    }

    .ts-key-stat-grid div:nth-child(n+3) {
        display: none;
    }

    .ts-key-stat-grid dt {
        font-size: 9px;
    }

    .ts-key-stat-grid dd {
        font-size: 11px;
    }

    .ts-product-actions {
        display: grid;
        gap: 6px;
    }

    .ts-buy-btn,
    .ts-view-btn {
        min-height: 38px;
        padding: 8px;
        font-size: 11px;
    }

    .ts-vs-panel {
        min-height: 68px;
        padding: 10px 12px;
    }

    .ts-vs-panel__label {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .ts-vs-panel__result {
        flex: 1 1 auto;
    }

    .ts-vs-panel__summary,
    .ts-vs-panel__confidence,
    .ts-vs-panel > small {
        display: none;
    }

    .ts-product-hero-card h2,
    .ts-quick-verdict h2,
    .ts-section-header h2,
    .ts-community-decision h2,
    .ts-upgrade-advisor h2 {
        font-size: 22px;
    }

    .ts-key-stat-grid,
    .ts-decision-cards,
    .ts-why-wins ul,
    .ts-price-grid,
    .ts-opinion-grid,
    .ts-vote-distribution {
        grid-template-columns: 1fr;
    }

    .ts-verdict-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-product-actions,
    .ts-buy-btn,
    .ts-view-btn {
        width: 100%;
    }

    .ts-score-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ts-score-row > strong {
        grid-column: 1 / -1;
    }

    .ts-score-row > div {
        grid-template-columns: minmax(0, 1fr) 24px;
        align-content: start;
    }

    .ts-score-row > div .ts-score-meter {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .ts-detailed-comparison .ts-compare-table-header {
        display: grid;
        gap: 12px;
    }

    .ts-upgrade-form,
    .ts-retailer-row {
        grid-template-columns: 1fr;
    }
}

/* Populated comparison — premium decision hierarchy */
.ts-decision-page { display: grid; gap: 22px; }
.ts-decision-page .ts-compare-sticky { margin: 0; border: 1px solid #e1e8f0; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(15,35,65,.05); }
.ts-decision-page .ts-decision-hero { margin: 0; padding: 34px 28px 30px; border: 0; border-radius: 22px; background: linear-gradient(135deg, #edf5ff 0%, #fff 52%, #f3f8ff 100%); text-align: center; }
.ts-decision-page .ts-decision-hero h1 { max-width: 900px; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.04; }
.ts-decision-page .ts-compare-eyebrow { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #fff; box-shadow: 0 5px 14px rgba(23,105,210,.08); }
.ts-decision-page .ts-hero-showdown { grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); gap: 16px; margin: 0; }
.ts-decision-page .ts-product-hero-card { grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr); min-height: 330px; border-radius: 20px; box-shadow: 0 14px 34px rgba(15,35,65,.07); }
.ts-decision-page .ts-product-hero-card__media { padding: 26px; background: linear-gradient(180deg,#fbfdff,#f0f5fb); }
.ts-decision-page .ts-product-hero-card__media img { max-height: 220px; }
.ts-decision-page .ts-product-hero-card__body { justify-content: center; padding: 26px 22px; }
.ts-decision-page .ts-product-hero-card h2 { font-size: clamp(22px, 2.4vw, 30px); }
.ts-decision-page .ts-key-stat-grid div { padding: 10px; background: #fff; }
.ts-decision-page .ts-vs-panel { align-self: center; min-height: 250px; padding: 20px 14px; border-radius: 20px; box-shadow: 0 14px 32px rgba(15,35,65,.08); }
.ts-decision-page .ts-vs-panel__label { width: 62px; height: 62px; background: #1769d2; box-shadow: 0 10px 24px rgba(23,105,210,.24); }
.ts-decision-page .ts-quick-verdict { margin: 0; padding: 30px; border-radius: 20px; }
.ts-decision-page .ts-quick-verdict h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.12; }
.ts-decision-page .ts-verdict-grid article { min-height: 138px; padding: 18px 18px 16px 21px; background: #fff; }
.ts-decision-page .ts-why-wins, .ts-decision-page .ts-profile-fit, .ts-decision-page .ts-score-breakdown, .ts-decision-page .ts-community-decision, .ts-decision-page .ts-user-opinions, .ts-decision-page .ts-price-comparison, .ts-decision-page .ts-upgrade-advisor, .ts-decision-page .ts-compare-table-section { margin: 0; border-radius: 20px; }
.ts-decision-page .ts-decision-cards { gap: 16px; margin: 0; }
.ts-decision-page .ts-decision-card { min-height: 220px; padding: 26px; border-radius: 20px; }
.ts-decision-page .ts-decision-card .ts-section-kicker { display: block; padding-bottom: 12px; border-bottom: 1px solid #e8edf3; font-size: 13px; }
.ts-decision-page .ts-detailed-comparison { padding: 24px; }
.ts-decision-page .ts-compare-table thead th { position: sticky; top: 0; z-index: 2; }
.ts-decision-page .ts-compare-table th:first-child, .ts-decision-page .ts-compare-table td:first-child { position: sticky; left: 0; z-index: 1; background: #fff; box-shadow: 1px 0 0 #e8edf3; }
.ts-decision-page .ts-compare-table thead th:first-child { z-index: 3; background: #f8fbff; }
.ts-decision-page .ts-compare-spec-group-row td:first-child { background: #f3f7fd; }

@media (max-width: 980px) {
    .ts-decision-page .ts-hero-showdown { grid-template-columns: 1fr; }
    .ts-decision-page .ts-vs-panel { min-height: 0; display: grid; grid-template-columns: auto minmax(0,1fr); text-align: left; }
    .ts-decision-page .ts-vs-panel__label { grid-row: 1 / 4; }
    .ts-decision-page .ts-vs-panel__confidence { grid-column: 2; }
}

@media (max-width: 700px) {
    .ts-decision-page { gap: 14px; }
    .ts-decision-page .ts-decision-hero { padding: 26px 16px; }
    .ts-decision-page .ts-product-hero-card { grid-template-columns: 112px minmax(0,1fr); min-height: 250px; }
    .ts-decision-page .ts-product-hero-card__media { padding: 14px; }
    .ts-decision-page .ts-product-hero-card__body { padding: 20px 14px; }
    .ts-decision-page .ts-key-stat-grid { grid-template-columns: 1fr; }
    .ts-decision-page .ts-quick-verdict { grid-template-columns: 1fr; padding: 22px 18px; }
    .ts-decision-page .ts-verdict-summary { position: static; }
    .ts-decision-page .ts-verdict-grid, .ts-decision-page .ts-decision-cards, .ts-decision-page .ts-why-wins ul { grid-template-columns: 1fr; }
    .ts-decision-page .ts-detailed-comparison { padding: 16px 10px; }
    .ts-decision-page .ts-compare-table { min-width: 720px; }
}

@media (max-width: 520px) {
    .ts-quick-verdict,
    .ts-why-wins,
    .ts-profile-fit,
    .ts-score-breakdown {
        padding: 18px;
    }

    .ts-verdict-grid,
    .ts-profile-grid,
    .ts-score-row {
        grid-template-columns: 1fr;
    }

    .ts-score-row > strong {
        grid-column: auto;
    }

    .ts-verdict-grid article {
        min-height: 0;
    }
}

/* Launch-ready gadget page components */
body.single-gadget { background: #f6f8fb; color: #152033; }
body.single-gadget .ts-single-gadget { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 72px; }
.ts-card { background: #fff; border: 1px solid #dfe5ee; border-radius: 18px; box-shadow: 0 8px 28px rgba(20, 38, 70, .05); }
.ts-section { margin-top: 24px; padding: 24px; }
.ts-section-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.ts-section-header h2 { margin: 6px 0 0; color: #152033; font-size: clamp(1.45rem, 4vw, 2rem); line-height: 1.15; }
.ts-section-header p { margin: 8px 0 0; color: #5b6678; }
.ts-pill { display: inline-flex; align-items: center; width: fit-content; padding: 5px 10px; border-radius: 999px; background: #eaf2ff; color: #1769d2; font-size: .75rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.ts-score-badge { display: inline-flex; align-items: baseline; gap: 8px; width: fit-content; padding: 10px 13px; border: 1px solid #b8d4fa; border-radius: 12px; background: #f4f8ff; color: #1559ae; }
.ts-score-badge strong { font-size: 1.35rem; }
.ts-score-badge.is-pending { border-color: #dfe5ee; background: #f8fafc; color: #657084; }
.ts-score-badge.is-compact { padding: 6px 9px; font-size: .78rem; }
.ts-verdict-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ts-verdict-grid > div { padding: 18px; border: 1px solid #e4e9f0; border-radius: 14px; background: #fbfcfe; }
.ts-verdict-grid h3, .ts-verdict-grid p { margin: 0; }
.ts-verdict-grid h3 { margin-bottom: 7px; font-size: .8rem; color: #5e6879; text-transform: uppercase; letter-spacing: .04em; }
.ts-community-card { padding: 22px; }
.ts-opinion-card, .ts-comment__inner { background: #fff; border: 1px solid #dfe5ee; border-radius: 14px; padding: 18px; }
.ts-spec-grid { display: grid; gap: 12px; }
.ts-spec-grid--key { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ts-spec-grid--key > div { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid #e4e9f0; border-radius: 12px; }
.ts-spec-grid--key span { color: #687386; font-size: .8rem; }
.ts-spec-grid--full { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.ts-spec-grid--full > section { border: 1px solid #e4e9f0; border-radius: 14px; padding: 16px; }
.ts-spec-details summary { width: fit-content; margin-top: 18px; color: #1769d2; cursor: pointer; font-weight: 750; }
.ts-empty-state { margin: 0; padding: 20px; border: 1px dashed #cbd4e1; border-radius: 12px; background: #f8fafc; color: #667286; text-align: center; }
.ts-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.ts-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; text-decoration: none; cursor: pointer; }
.ts-button--primary { background: #1769d2; color: #fff; }
.ts-button--secondary { border-color: #b7c5d8; background: #fff; color: #243248; }
.ts-button--buy { background: #0f7a4f; color: #fff; }
.ts-buy-pending { color: #687386; font-size: .85rem; }
.ts-product-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.ts-product-hero__media { min-width: 0; }
.ts-product-hero__media > img { width: 100%; aspect-ratio: 1.2; object-fit: contain; }
.ts-product-hero__thumbs { display: flex; gap: 8px; overflow-x: auto; margin-top: 10px; }
.ts-product-hero__thumbs button { flex: 0 0 64px; height: 64px; padding: 5px; border: 1px solid #dfe5ee; border-radius: 9px; background: #fff; }
.ts-product-hero__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.ts-product-hero__meta { display: flex; align-items: center; gap: 10px; color: #5c687a; }
.ts-product-hero h1 { margin: 14px 0 10px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; }
.ts-product-hero__verdict { color: #48556a; font-size: 1.08rem; line-height: 1.6; }
.ts-product-hero .ts-score-badge { margin: 8px 0 20px; }
.ts-pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.ts-pros-cons > div { padding: 18px; border: 1px solid #e4e9f0; border-radius: 14px; }
.ts-pros-cons h3 { margin-top: 0; }
.ts-pros-cons li + li { margin-top: 8px; }
.ts-community-card__summary { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #e4e9f0; }
.ts-community-card__summary > strong { color: #1769d2; font-size: 1.5rem; }
.ts-community-card__counts { display: flex; flex-basis: 100%; flex-wrap: wrap; gap: 8px; }
.ts-community-card__counts > span { padding: 7px 10px; border-radius: 999px; background: #f1f4f8; }
.ts-community-vote-form { margin-top: 20px; }
.ts-community-vote-form fieldset { border: 0; padding: 0; }
.ts-community-opinions { margin-top: 28px; }
.ts-alternatives-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ts-alternative-card { padding: 16px; }
.ts-alternative-card a { color: inherit; text-decoration: none; }
.ts-alternative-card img { width: 100%; aspect-ratio: 1.25; object-fit: contain; }
.ts-alternative-card h3 { margin: 12px 0; font-size: 1rem; }
.ts-compare-links { display: grid; gap: 9px; }
.ts-compare-links a { padding: 12px 14px; border: 1px solid #dfe5ee; border-radius: 10px; background: #f9fbfd; color: #1769d2; text-decoration: none; }

@media (max-width: 720px) {
    body.single-gadget .ts-single-gadget { width: min(100% - 20px, 1180px); padding-top: 12px; }
    .ts-section { margin-top: 14px; padding: 18px; border-radius: 14px; }
    .ts-product-hero { grid-template-columns: 1fr; gap: 18px; }
    .ts-product-hero__media > img { aspect-ratio: 1.35; }
    .ts-section-header { flex-direction: column; }
    .ts-verdict-grid, .ts-pros-cons, .ts-spec-grid--full { grid-template-columns: 1fr; }
    .ts-alternatives-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ts-cta-row .ts-button { flex: 1 1 calc(50% - 10px); }
}

/* =============================================================
   Homepage editorial layout
   ============================================================= */

body.home .ts-mag-home {
    --mag-blue: var(--ts-color-primary);
    --mag-dark: var(--ts-color-text);
    --mag-muted: var(--ts-color-text-muted);
    --mag-line: var(--ts-color-border);
    width: min(var(--ts-container), calc(100% - (var(--ts-page-gutter) * 2)));
    margin: 0 auto;
    padding: 28px 0 64px;
    color: var(--mag-dark);
}

body.home .ts-mag-home a {
    text-decoration: none;
}

body.home .ts-mag-categories {
    display: grid;
    grid-template-columns: repeat(10, minmax(74px, 1fr));
    gap: 4px;
    padding: 12px 0 16px;
    border-bottom: 1px solid var(--mag-line);
    overflow-x: auto;
}

body.home .ts-mag-categories a {
    display: grid;
    gap: 6px;
    justify-items: center;
    min-width: 76px;
    color: #475467;
    font-size: var(--ts-text-xs);
    font-weight: 700;
    text-align: center;
}

body.home .ts-mag-categories__icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #dbe2ea;
    border-radius: 7px;
    color: var(--mag-blue);
    font-size: var(--ts-text-xs);
    font-weight: 900;
}

body.home .ts-mag-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
    padding-top: 24px;
}

body.home .ts-mag-main,
body.home .ts-mag-sidebar {
    display: grid;
    gap: 28px;
    min-width: 0;
}

body.home .ts-mag-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
    min-height: 340px;
    overflow: hidden;
    background: var(--ts-color-surface);
    border: 1px solid var(--mag-line);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow-sm);
}

body.home .ts-mag-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

body.home .ts-mag-label {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 4px;
    background: var(--mag-blue);
    color: #fff;
    font-size: var(--ts-text-xs);
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.home .ts-mag-hero h1 {
    margin: 14px 0 12px;
    color: var(--mag-dark);
    font-size: clamp(32px, 3vw, 42px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

body.home .ts-mag-hero p {
    margin: 0;
    color: var(--mag-muted);
    font-size: var(--ts-text-base);
    line-height: 1.6;
}

body.home .ts-mag-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

body.home .ts-mag-rating strong {
    font-size: 18px;
}

body.home .ts-mag-rating span,
body.home .ts-mag-review-card > small,
body.home .ts-mag-pick-list small {
    color: #f5b301;
    letter-spacing: 1px;
}

body.home .ts-mag-rating small {
    color: var(--mag-muted);
    font-size: var(--ts-text-xs);
}

body.home .ts-mag-hero__actions {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
}

body.home .ts-mag-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 5px;
    background: var(--mag-blue);
    color: #fff;
    font-size: var(--ts-text-sm);
    font-weight: 800;
}

body.home .ts-mag-hero__actions > a:last-child {
    color: var(--mag-blue);
    font-size: var(--ts-text-sm);
    font-weight: 800;
}

body.home .ts-mag-hero__media {
    display: grid;
    place-items: center;
    min-height: 340px;
    padding: 24px;
    background: linear-gradient(145deg, var(--ts-color-surface-subtle), var(--ts-color-surface));
}

body.home .ts-mag-hero__media img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

body.home .ts-mag-section,
body.home .ts-mag-side-section {
    min-width: 0;
}

body.home .ts-mag-section {
    padding: 20px;
    background: var(--ts-color-surface);
    border: 1px solid var(--mag-line);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow-sm);
}

body.home .ts-mag-side-section {
    padding: 18px;
    background: var(--ts-color-surface);
    border: 1px solid var(--mag-line);
    border-radius: var(--ts-radius-lg);
}

body.home .ts-mag-section__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

body.home .ts-mag-section__head h2 {
    margin: 0;
    font-size: var(--ts-text-xl);
    letter-spacing: -.02em;
}

body.home .ts-mag-section__head a {
    color: var(--mag-blue);
    font-size: var(--ts-text-sm);
    font-weight: 800;
}

body.home .ts-mag-product-row,
body.home .ts-mag-comparison-row,
body.home .ts-mag-review-row {
    display: grid;
    gap: 12px;
}

body.home .ts-mag-product-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.home .ts-mag-mini-card {
    min-width: 0;
}

body.home .ts-mag-mini-card__image,
body.home .ts-mag-review-card > a {
    display: grid;
    place-items: center;
    min-height: 105px;
    padding: 10px;
    background: var(--ts-color-surface-subtle);
    border: 1px solid var(--mag-line);
    border-radius: 7px;
}

body.home .ts-mag-mini-card img,
body.home .ts-mag-review-card img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

body.home .ts-mag-mini-card > span {
    display: block;
    margin-top: 9px;
    color: var(--mag-blue);
    font-size: var(--ts-text-xs);
    font-weight: 800;
    text-transform: uppercase;
}

body.home .ts-mag-mini-card h3,
body.home .ts-mag-review-card h3 {
    margin: 4px 0;
    font-size: var(--ts-text-sm);
    line-height: 1.4;
}

body.home .ts-mag-product-placeholder,
body.home .ts-mag-deals__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: var(--ts-radius-md);
    background: linear-gradient(145deg, var(--ts-color-primary-soft), #f8fbff);
    color: var(--ts-color-primary);
    font-family: var(--ts-font-heading);
    font-size: var(--ts-text-xl);
    font-weight: 700;
}

body.home .ts-mag-mini-card h3 a,
body.home .ts-mag-review-card h3 a,
body.home .ts-mag-comparison strong {
    color: var(--mag-dark);
}

body.home .ts-mag-mini-card small {
    color: var(--mag-muted);
    font-size: var(--ts-text-xs);
    line-height: 1.4;
}

body.home .ts-mag-comparison-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.home .ts-mag-comparison {
    min-width: 0;
}

body.home .ts-mag-comparison__images {
    display: grid;
    grid-template-columns: 1fr 24px 1fr;
    gap: 4px;
    align-items: center;
    min-height: 110px;
    padding: 8px;
    background: #f7f9fc;
    border: 1px solid var(--mag-line);
    border-radius: 7px;
}

body.home .ts-mag-comparison__images img {
    width: 100%;
    height: 72px;
    object-fit: contain;
}

body.home .ts-mag-comparison__images b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--mag-blue);
    color: #fff;
    font-size: var(--ts-text-xs);
}

body.home .ts-mag-comparison > strong {
    display: block;
    margin-top: 8px;
    font-size: var(--ts-text-sm);
    line-height: 1.4;
}

body.home .ts-mag-comparison > small {
    color: var(--mag-blue);
    font-size: var(--ts-text-xs);
    font-weight: 800;
}

body.home .ts-mag-review-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.home .ts-mag-review-card {
    position: relative;
    min-width: 0;
}

body.home .ts-mag-review-card > div {
    position: absolute;
    top: 8px;
    right: 8px;
}

body.home .ts-mag-score {
    display: grid;
    place-items: center;
    min-width: 28px;
    height: 22px;
    padding: 0 5px;
    border-radius: 4px;
    background: #12b76a;
    color: #fff;
    font-size: var(--ts-text-xs);
    font-weight: 900;
}

body.home .ts-mag-review-card > small {
    font-size: var(--ts-text-xs);
}

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

body.home .ts-mag-guide-grid a {
    min-height: 100px;
    padding: 16px;
    background: #f7f9fc;
    border: 1px solid var(--mag-line);
    border-radius: 7px;
}

body.home .ts-mag-guide-grid strong,
body.home .ts-mag-guide-grid span {
    display: block;
}

body.home .ts-mag-guide-grid strong {
    color: var(--mag-dark);
    font-size: var(--ts-text-base);
}

body.home .ts-mag-guide-grid span {
    margin-top: 7px;
    color: var(--mag-muted);
    font-size: var(--ts-text-sm);
    line-height: 1.55;
}

body.home .ts-mag-sidebar {
    padding-left: 0;
    border-left: 0;
}

body.home .ts-mag-pick-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: mag-picks;
}

body.home .ts-mag-pick-list li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    counter-increment: mag-picks;
}

body.home .ts-mag-pick-list li > a {
    display: grid;
    place-items: center;
    min-height: 58px;
    padding: 5px;
    background: #f7f9fc;
    border-radius: 5px;
}

body.home .ts-mag-pick-list img,
body.home .ts-mag-deals img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

body.home .ts-mag-pick-list li > div {
    position: relative;
    min-width: 0;
    padding-left: 22px;
}

body.home .ts-mag-pick-list li > div::before {
    content: counter(mag-picks);
    position: absolute;
    top: 0;
    left: 0;
    color: #98a2b3;
    font-size: 15px;
    font-weight: 900;
}

body.home .ts-mag-pick-list span {
    display: block;
    color: var(--mag-blue);
    font-size: var(--ts-text-xs);
    font-weight: 800;
    text-transform: uppercase;
}

body.home .ts-mag-pick-list li > div > a {
    display: block;
    overflow: hidden;
    color: var(--mag-dark);
    font-size: var(--ts-text-sm);
    font-weight: 800;
    line-height: 1.3;
}

body.home .ts-mag-pick-list small {
    font-size: var(--ts-text-xs);
}

body.home .ts-mag-deals {
    display: grid;
    gap: 8px;
}

body.home .ts-mag-deals > a {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 8px;
    border: 1px solid var(--mag-line);
    border-radius: 6px;
}

body.home .ts-mag-deals strong,
body.home .ts-mag-deals small {
    display: block;
}

body.home .ts-mag-deals strong {
    color: var(--mag-dark);
    font-size: var(--ts-text-sm);
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.home .ts-mag-deals small {
    margin-top: 4px;
    color: #12b76a;
    font-size: var(--ts-text-xs);
    font-weight: 800;
}

body.home .ts-mag-deals__placeholder {
    width: 54px;
    height: 54px;
    font-size: var(--ts-text-lg);
}

body.home .ts-mag-button--wide {
    width: 100%;
    margin-top: 12px;
}

body.home .ts-mag-brands {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

body.home .ts-mag-brands a {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    padding: 6px;
    border: 1px solid var(--mag-line);
    border-radius: 50%;
}

body.home .ts-mag-brands img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.home .ts-mag-brands span {
    color: var(--mag-blue);
    font-size: var(--ts-text-xs);
    font-weight: 900;
}

body.home .ts-mag-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
    padding: 24px 28px;
    background: var(--ts-color-surface);
    border: 1px solid var(--mag-line);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow-sm);
}

body.home .ts-mag-newsletter span {
    font-size: var(--ts-text-lg);
    font-weight: 900;
}

body.home .ts-mag-newsletter p {
    margin: 5px 0 0;
    color: var(--mag-muted);
    font-size: var(--ts-text-sm);
}

body.home .ts-mag-newsletter form {
    display: grid;
    grid-template-columns: 1fr auto;
}

body.home .ts-mag-newsletter input {
    min-width: 0;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #cfd7e2;
    border-radius: 5px 0 0 5px;
    font-size: var(--ts-text-sm);
}

body.home .ts-mag-newsletter button {
    padding: 0 22px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: var(--mag-blue);
    color: #fff;
    font-size: var(--ts-text-sm);
    font-weight: 800;
}

body.home .ts-mag-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 22px 8px 0;
}

body.home {
    background: var(--ts-color-surface-subtle);
}

.ts-footer__inner {
    padding-top: 48px;
    padding-bottom: 40px;
}

.ts-footer__col-title {
    font-size: var(--ts-text-xs);
}

.ts-footer__copy,
.ts-footer__system {
    font-size: var(--ts-text-xs);
}

body.home .ts-mag-benefits article {
    padding-left: 16px;
    border-left: 3px solid #dce9fb;
}

body.home .ts-mag-benefits strong,
body.home .ts-mag-benefits span {
    display: block;
}

body.home .ts-mag-benefits strong {
    font-size: var(--ts-text-sm);
}

body.home .ts-mag-benefits span {
    margin-top: 4px;
    color: var(--mag-muted);
    font-size: var(--ts-text-xs);
    line-height: 1.45;
}

@media (max-width: 1000px) {
    body.home .ts-mag-shell {
        grid-template-columns: 1fr;
    }

    body.home .ts-mag-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: 0;
        border-left: 0;
    }

    body.home .ts-mag-product-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.home .ts-mag-home {
        width: min(100% - 22px, 1220px);
    }

    body.home .ts-mag-categories {
        grid-template-columns: repeat(10, 76px);
    }

    body.home .ts-mag-hero,
    body.home .ts-mag-newsletter {
        grid-template-columns: 1fr;
    }

    body.home .ts-mag-hero__copy {
        padding: 24px;
    }

    body.home .ts-mag-hero__media {
        min-height: 250px;
    }

    body.home .ts-mag-hero__media img {
        height: 220px;
    }

    body.home .ts-mag-product-row,
    body.home .ts-mag-comparison-row,
    body.home .ts-mag-review-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .ts-mag-guide-grid,
    body.home .ts-mag-sidebar,
    body.home .ts-mag-benefits {
        grid-template-columns: 1fr;
    }

    body.home .ts-mag-newsletter form {
        grid-template-columns: 1fr;
    }

    body.home .ts-mag-newsletter input,
    body.home .ts-mag-newsletter button {
        border-radius: 5px;
    }
}

/* =============================================================
   Base Reset
   ============================================================= */

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

html {
    background-color: var(--surface-dim);
    color: var(--on-surface);
    font-family: var(--font-body);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--surface-dim);
    color: var(--on-surface);
    font-family: var(--font-body);
    font-size: var(--text-body-lg);
    line-height: 1.6;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--on-surface);
    line-height: 1.15;
    margin: 0 0 var(--space-4);
}

h1 { font-size: var(--text-headline-lg); letter-spacing: -0.02em; }
h2 { font-size: var(--text-headline-md); letter-spacing: -0.02em; }
h3 { font-size: var(--text-title-sm);    font-weight: 600; }

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--on-surface);
}

p {
    font-family: var(--font-body);
    font-size: var(--text-body-lg);
    line-height: 1.6;
    color: var(--on-surface-variant);
    margin: 0 0 var(--space-4);
}

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

/* =============================================================
   Layout
   ============================================================= */

.site-wrapper,
.elementor-section-wrap,
.e-con-inner {
    background-color: var(--surface-dim);
}

/* =============================================================
   Buttons
   ============================================================= */

.ts-btn-primary,
button.vote-button,
.vote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-3) var(--space-6);
    background: linear-gradient(135deg, var(--primary), var(--primary-container));
    color: var(--on-primary);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    font-weight: 600;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.ts-btn-primary:hover,
button.vote-button:hover,
.vote-button:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.vote-button.voted,
.vote-button:disabled {
    background: var(--surface-container-high);
    color: var(--on-surface-variant);
    cursor: default;
    transform: none;
    opacity: 1;
}

.ts-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-3) var(--space-6);
    background: transparent;
    color: var(--primary);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    font-weight: 500;
    border: 1px solid var(--primary);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.ts-btn-secondary:hover {
    background: rgba(129, 236, 255, 0.1);
    color: var(--primary);
}

/* Compare toggle chip */
.compare-toggle {
    display: inline-flex;
    align-items: center;
    padding: var(--space-2) var(--space-4);
    background: var(--surface-container-high);
    color: var(--on-surface-variant);
    font-family: var(--font-body);
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.compare-toggle.active,
.compare-toggle:hover {
    background: var(--secondary);
    color: #0a1a00;
}

/* =============================================================
   Gadget Cards
   ============================================================= */

.gadget-card {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

.gadget-card:hover {
    transform: translateY(-3px);
}

.gadget-card-image {
    background: var(--surface-container-high);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-6);
    min-height: 200px;
}

.gadget-card-image img {
    width: 110%;
    max-width: 110%;
    object-fit: contain;
}

.gadget-card-body {
    padding: var(--space-6);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    flex: 1;
}

.gadget-card-body h3 {
    font-family: var(--font-display);
    font-size: var(--text-headline-md);
    color: var(--on-surface);
    letter-spacing: -0.02em;
    margin: 0;
}

.gadget-specs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.gadget-specs li {
    display: flex;
    justify-content: space-between;
    font-size: var(--text-body-md);
    color: var(--on-surface-variant);
    padding: var(--space-2) 0;
    border-bottom: none;
    background: transparent;
}

.gadget-specs li:nth-child(odd) {
    background: transparent;
}

.gadget-specs li strong {
    font-size: var(--text-label-sm);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--on-surface-variant);
}

.gadget-footer {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-top: auto;
    flex-wrap: wrap;
}

.vote-count {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary);
}

/* Gadget grid */
.random-gadget-battle,
.gadget-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-6);
}

/* =============================================================
   Spec Tables
   ============================================================= */

.specs-table,
table.specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-body);
}

.specs-table tbody tr:nth-child(odd) {
    background: var(--surface-container-low);
}

.specs-table tbody tr:nth-child(even) {
    background: var(--surface-container);
}

.specs-table td {
    padding: var(--space-3) var(--space-4);
    font-size: var(--text-body-md);
    border: none;
}

.specs-table td:first-child {
    font-size: var(--text-label-sm);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--on-surface-variant);
    width: 40%;
}

.specs-table td:last-child {
    font-size: var(--text-title-sm);
    font-weight: 500;
    color: var(--on-surface);
}

.techspec-card {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: var(--space-8);
}

.techspec-card h3 {
    font-family: var(--font-display);
    font-size: var(--text-body-md);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    padding: var(--space-4) var(--space-6);
    background: var(--surface-container-high);
    margin: 0;
}

/* =============================================================
   Leaderboard
   ============================================================= */

.leaderboard {
    background: var(--surface-container-low);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
}

.leaderboard h2 {
    font-family: var(--font-display);
    font-size: var(--text-headline-md);
    color: var(--on-surface);
    margin-bottom: var(--space-6);
}

.top-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    counter-reset: leaderboard;
}

.top-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-3) var(--space-4);
    background: var(--surface-container);
    border-radius: var(--radius-md);
    counter-increment: leaderboard;
}

.top-list li::before {
    content: counter(leaderboard);
    font-family: var(--font-display);
    font-size: var(--text-label-sm);
    font-weight: 700;
    color: var(--on-surface-variant);
    min-width: 1.5rem;
}

.top-list li:first-child {
    background: var(--surface-container-high);
}

.top-list li:first-child::before {
    color: var(--secondary);
}

.gadget-name {
    flex: 1;
    padding: 0 var(--space-4);
    font-size: var(--text-body-md);
    font-weight: 500;
    color: var(--on-surface);
}

.gadget-votes {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary);
}

/* =============================================================
   Filter Form
   ============================================================= */

.gadget-filter-form {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: var(--space-8);
}

.filter-row {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.filter-row label,
.filter-label {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.filter-row select,
select.gadget-filter {
    appearance: none;
    background: var(--surface-container-highest);
    color: var(--on-surface);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    padding: var(--space-3) var(--space-4);
    border: none;
    border-radius: var(--radius-md);
    min-width: 180px;
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.2s;
}

.filter-row select:focus,
select.gadget-filter:focus {
    box-shadow: 0 0 0 2px var(--primary);
}

/* =============================================================
   Gadget Detail Page
   ============================================================= */

.gadget-detail-page {
    max-width: 900px;
    margin: 0 auto;
    padding: var(--space-8) var(--space-4);
}

.gadget-summary-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
    background: var(--surface-container-low);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    margin-bottom: var(--space-8);
}

.gadget-hero img {
    width: 110%;
    object-fit: contain;
    border-radius: var(--radius-md);
}

.gadget-heading h1 {
    font-size: var(--text-headline-lg);
    letter-spacing: -0.02em;
    margin-bottom: var(--space-3);
}

.gadget-heading p {
    color: var(--on-surface-variant);
    margin-bottom: var(--space-6);
}

.gadget-stats {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    margin-top: var(--space-4);
}

.gadget-stats > div {
    background: var(--surface-container-high);
    border-radius: var(--radius-md);
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.gadget-stats strong {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.gadget-stats span {
    font-family: var(--font-display);
    font-size: var(--text-headline-md);
    font-weight: 700;
    color: var(--primary);
}

/* Community section */
.gadget-community {
    background: var(--surface-container-low);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    margin-top: var(--space-8);
}

.gadget-community h3 {
    font-size: var(--text-headline-md);
    margin-bottom: var(--space-3);
}

.vote-bar {
    height: 6px;
    background: var(--surface-container-high);
    border-radius: var(--radius-full);
    margin-top: var(--space-4);
    overflow: hidden;
}

.vote-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: var(--radius-full);
    transition: width 0.6s ease;
}

/* =============================================================
   Elementor Shortcode Widgets
   ============================================================= */

.ts-vote-buttons {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
    align-items: center;
}

.ts-gadget-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

.ts-community-bar {
    width: 100%;
}

.ts-community-buzz {
    color: var(--on-surface-variant);
    font-size: var(--text-body-md);
    margin-bottom: var(--space-4);
}

/* =============================================================
   Single Gadget Page
   ============================================================= */

.ts-single-gadget {
    max-width: 1100px;
    margin: 0 auto;
    padding: var(--space-8) var(--space-6);
}

/* Breadcrumb */
.ts-breadcrumb--inline {
    margin-bottom: 10px;
    text-transform: none;
    font-size: 13px;
}

.ts-breadcrumb {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    margin-bottom: var(--space-8);
}

.ts-breadcrumb a {
    color: var(--on-surface-variant);
    transition: color 0.15s;
}

.ts-breadcrumb a:hover {
    color: var(--primary);
}

.ts-breadcrumb__sep {
    color: var(--outline-variant);
}

/* Brand tag */
.ts-label-tag {
    display: inline-block;
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: var(--space-3);
}

/* Hero section */
.ts-gadget-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    background: var(--surface-container-low);
    border-radius: var(--radius-lg);
    padding: var(--space-12);
    margin-bottom: var(--space-12);
    align-items: center;
}

.ts-gadget-hero__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-gadget-hero__image img {
    width: 110%;
    max-width: 110%;
    object-fit: contain;
    filter: drop-shadow(0 40px 40px rgba(129, 236, 255, 0.08));
}

.ts-gadget-hero__placeholder {
    width: 100%;
    height: 320px;
    background: var(--surface-container);
    border-radius: var(--radius-md);
}

.ts-gadget-hero__content h1 {
    font-size: var(--text-display-lg);
    letter-spacing: -0.02em;
    margin-bottom: var(--space-3);
}

.ts-gadget-hero__tagline {
    font-size: var(--text-body-lg);
    color: var(--on-surface-variant);
    margin-bottom: var(--space-6);
    line-height: 1.5;
}

.ts-gadget-hero__actions {
    display: flex;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
    flex-wrap: wrap;
}

/* Stats row */
.ts-gadget-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.ts-stat {
    background: var(--surface-container-high);
    border-radius: var(--radius-md);
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
}

.ts-stat__value {
    font-family: var(--font-display);
    font-size: var(--text-headline-md);
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.ts-stat__value--date {
    font-size: clamp(1rem, 1.6vw, 1.45rem);
    line-height: 1.15;
}

.ts-stat__value small {
    font-size: var(--text-body-md);
    font-weight: 500;
    color: var(--on-surface-variant);
}

.ts-stat__label {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.ts-gadget-hero__stats--two {
    grid-template-columns: repeat(2, 1fr);
}

/* Section wrapper */
.ts-section {
    margin-bottom: var(--space-12);
}

.ts-section__title {
    font-size: var(--text-body-md);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    margin-bottom: var(--space-4);
}

/* Community */
.ts-community__inner {
    background: var(--surface-container-low);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    margin-bottom: var(--space-8);
}

.ts-community__bar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-2);
}

.ts-community__bar-label {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.ts-community__bar-pct {
    font-family: var(--font-display);
    font-size: var(--text-title-sm);
    font-weight: 700;
    color: var(--secondary);
}

/* =============================================================
   Popular Comparisons Carousel
   ============================================================= */

.ts-comparisons-carousel {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--ts-border) transparent;
}

.ts-comparisons-carousel::-webkit-scrollbar {
    height: 4px;
}
.ts-comparisons-carousel::-webkit-scrollbar-track { background: transparent; }
.ts-comparisons-carousel::-webkit-scrollbar-thumb {
    background: var(--ts-border);
    border-radius: 2px;
}

.ts-cmp-card {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
}

.ts-cmp-card:hover {
    border-color: var(--ts-accent);
    transform: translateY(-2px);
}

.ts-cmp-card__devices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.ts-cmp-card__thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-cmp-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.ts-cmp-card__placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
}

.ts-cmp-card__vs {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--ts-accent);
    flex-shrink: 0;
}

.ts-cmp-card__label {
    font-size: 12px;
    font-weight: 500;
    color: var(--ts-text);
    line-height: 1.4;
    margin: 0;
}

.ts-cmp-card__label span {
    color: var(--ts-muted);
}

/* =============================================================
   Discussion / Comments
   ============================================================= */

.ts-discussion__buzz {
    color: var(--on-surface-variant);
    font-size: var(--text-body-lg);
    line-height: 1.7;
    margin-bottom: var(--space-8);
    padding: var(--space-6);
    background: var(--surface-container-low);
    border-left: 3px solid var(--primary);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.ts-comments {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.ts-comments__heading {
    font-family: var(--font-display);
    font-size: var(--text-title-sm);
    font-weight: 600;
    color: var(--on-surface);
    margin: 0;
}

.ts-comments__empty,
.ts-comments__closed {
    color: var(--on-surface-variant);
    font-size: var(--text-body-md);
    margin: 0;
}

/* Comment list */
.ts-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.ts-comment {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
}

.ts-comment--reply {
    margin-left: var(--space-8);
    background: var(--surface-container-low);
}

.ts-comment__inner {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.ts-comment__meta {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.ts-comment__avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.ts-comment__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ts-comment__author {
    font-size: var(--text-body-md);
    font-weight: 600;
    color: var(--on-surface);
}

.ts-comment__date {
    font-size: var(--text-label-sm);
    color: var(--on-surface-variant);
}

.ts-comment__body p {
    font-size: var(--text-body-md);
    color: var(--on-surface);
    line-height: 1.65;
    margin: 0;
}

.ts-comment__pending {
    color: var(--on-surface-variant);
    font-style: italic;
    font-size: var(--text-body-md);
}

.ts-comment__actions {
    margin-top: var(--space-3);
}

.ts-comment__actions a {
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary);
}

/* Comment form */
.comment-respond {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
}

.comment-respond .comment-reply-title {
    font-family: var(--font-display);
    font-size: var(--text-title-sm);
    font-weight: 600;
    color: var(--on-surface);
    margin: 0 0 var(--space-6);
}

.comment-respond .comment-reply-title small a {
    font-size: var(--text-label-sm);
    color: var(--on-surface-variant);
    margin-left: var(--space-3);
}

.ts-comment-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
}

.ts-comment-field {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
}

.ts-comment-label {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.ts-comment-label span {
    color: var(--primary);
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    background: var(--surface-container-high);
    color: var(--on-surface);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    padding: var(--space-3) var(--space-4);
    width: 100%;
    outline: none;
    transition: border-color 0.2s ease;
    resize: vertical;
}

.comment-respond input[type="text"]::placeholder,
.comment-respond input[type="email"]::placeholder,
.comment-respond textarea::placeholder {
    color: var(--on-surface-variant);
    opacity: 0.6;
}

.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond textarea:focus {
    border-color: var(--primary);
}

.ts-comment-submit {
    display: inline-flex;
    align-items: center;
    padding: var(--space-3) var(--space-8);
    background: linear-gradient(135deg, var(--primary), var(--primary-container));
    color: var(--on-primary);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    font-weight: 600;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: opacity 0.2s ease;
    margin-top: var(--space-2);
}

.ts-comment-submit:hover {
    opacity: 0.88;
}

.form-submit {
    margin: 0;
}

/* =============================================================
   Hero (new single-gadget layout)
   ============================================================= */

.ts-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    align-items: center;
    min-height: 460px;
    margin-bottom: var(--space-8);
}

.ts-hero__eyebrow {
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 var(--space-4);
}

.ts-hero__eyebrow--logo {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
    text-transform: none;
}

.ts-hero__category {
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    opacity: 0.6;
}

/* ── Brand logos ─────────────────────────────────────────── */
.ts-brand-logo {
    display: inline-block;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.ts-brand-logo--hero {
    height: 28px;
    width: auto;
    max-width: 110px;
}

.ts-brand-logo--badge {
    height: 18px;
    width: auto;
    max-width: 80px;
    opacity: 0.62;
}

.ts-brand-logo--card {
    height: 14px;
    width: auto;
    max-width: 60px;
    opacity: 0.6;
}

.ts-hero__title {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--on-surface);
    margin: 0 0 var(--space-4);
}

.ts-hero__accent {
    display: block;
    font-size: 2rem;
    color: var(--primary);
    letter-spacing: -0.04em;
    line-height: 1;
}

.ts-hero__tagline {
    font-size: var(--text-body-lg);
    color: var(--on-surface-variant);
    line-height: 1.6;
    max-width: 480px;
    margin: 0 0 var(--space-8);
}

.ts-hero__cta {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
    align-items: center;
}

.ts-btn-buy {
    display: inline-flex;
    align-items: center;
    padding: var(--space-3) var(--space-6);
    background: var(--primary);
    color: var(--on-primary);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--radius-md);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.ts-btn-buy:hover {
    opacity: 0.85;
    color: var(--on-primary);
}

.ts-btn-specs {
    display: inline-flex;
    align-items: center;
    padding: var(--space-3) var(--space-6);
    background: transparent;
    color: var(--on-surface);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.ts-btn-specs:hover {
    border-color: var(--on-surface-variant);
    color: var(--on-surface);
}

.ts-hero__image-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ts-hero__image-wrap > img {
    max-height: 440px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 48px 64px rgba(129, 236, 255, 0.12));
}

/* ── Gallery ─────────────────────────────────────────────── */
.ts-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.ts-gallery__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-gallery__main img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 32px 56px rgba(129, 236, 255, 0.14));
    transition: opacity 0.15s ease;
}

.ts-gallery__thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.ts-gallery__thumb {
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 8px;
    border: 1.5px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    overflow: hidden;
    flex-shrink: 0;
}

.ts-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ts-gallery__thumb:hover {
    border-color: rgba(129, 236, 255, 0.4);
    background: rgba(129, 236, 255, 0.06);
}

.ts-gallery__thumb.is-active {
    border-color: rgba(129, 236, 255, 0.8);
    background: rgba(129, 236, 255, 0.1);
}

.ts-hero__brand-badge {
    align-self: flex-end;
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    border-top: 1px solid var(--outline-variant);
    padding-top: var(--space-2);
    margin-top: var(--space-4);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/* =============================================================
   Key Specs Strip
   ============================================================= */

.ts-key-specs {
    margin: 0 0 24px;
    padding: 22px 22px 20px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    box-shadow: var(--ts-shadow-sm);
}

.ts-key-specs__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ts-key-specs__title {
    margin: 0;
    color: var(--ts-text);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ts-key-specs__sub {
    margin: 0;
    color: var(--ts-muted);
    font-size: 13px;
}

.ts-key-specs__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.ts-key-spec {
    min-width: 0;
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #dce6f1;
}

.ts-key-spec__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ts-key-spec__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6d7f95;
    opacity: 0.78;
    line-height: 0;
    flex-shrink: 0;
}

.ts-key-spec__label {
    color: var(--ts-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-key-spec__value {
    margin: 0;
    color: var(--ts-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 1100px) {
    .ts-key-specs__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ts-key-specs {
        padding: 18px 18px 16px;
        border-radius: 20px;
    }

    .ts-key-specs__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .ts-key-specs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .ts-key-specs__grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Spec Highlights Strip
   ============================================================= */

.ts-spec-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 24px;
    background: var(--ts-surface);
    border-bottom: 1px solid var(--ts-border);
}

.ts-spec-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--ts-border);
    border-radius: 8px;
    min-width: 80px;
    flex: 1 1 auto;
}

.ts-spec-chip__icon {
    margin-bottom: 4px;
    opacity: 0.5;
    line-height: 0;
}

.ts-spec-chip__label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ts-muted);
}

.ts-spec-chip__value {
    font-size: 14px;
    font-weight: 700;
    color: var(--ts-text);
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .ts-spec-highlights {
        gap: 8px;
        padding: 16px;
    }
    .ts-spec-chip {
        min-width: 68px;
        padding: 8px 12px;
    }
    .ts-spec-chip__value {
        font-size: 13px;
    }
}

/* =============================================================
   Stats Strip
   ============================================================= */

.ts-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    margin-bottom: var(--space-12);
}

.ts-stats-strip--two {
    grid-template-columns: repeat(2, 1fr);
}

.ts-stats-strip--four {
    grid-template-columns: repeat(4, 1fr);
}

/* =============================================================
   Pros / Cons
   ============================================================= */

.ts-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    margin-bottom: var(--space-12);
}

.ts-pros-card,
.ts-cons-card {
    border-radius: var(--radius-lg);
    padding: var(--space-8);
}

.ts-pros-card {
    background: rgba(182, 247, 0, 0.05);
    border: 1px solid rgba(182, 247, 0, 0.18);
}

.ts-cons-card {
    background: rgba(255, 90, 90, 0.05);
    border: 1px solid rgba(255, 90, 90, 0.18);
}

.ts-card-heading {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-family: var(--font-display);
    font-size: var(--text-title-sm);
    font-weight: 700;
    margin: 0 0 var(--space-6);
}

.ts-pros-card .ts-card-heading { color: var(--secondary); }
.ts-cons-card .ts-card-heading { color: #ff6b6b; }

.ts-procon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ts-procon-dot--pro { background: var(--secondary); }
.ts-procon-dot--con { background: #ff6b6b; }

.ts-procon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.ts-procon-list li {
    display: flex;
    gap: var(--space-3);
    font-size: var(--text-body-md);
    color: var(--on-surface);
    line-height: 1.55;
}

.ts-procon-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    margin-top: 1px;
}

.ts-procon-icon--pro {
    background: rgba(182, 247, 0, 0.15);
    color: var(--secondary);
}

.ts-procon-icon--con {
    background: rgba(255, 90, 90, 0.15);
    color: #ff6b6b;
}

/* =============================================================
   Market Availability
   ============================================================= */

.ts-retailers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-4);
}

.ts-retailer-card {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.ts-retailer-card__label {
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.ts-retailer-card__price {
    font-family: var(--font-display);
    font-size: var(--text-headline-md);
    font-weight: 700;
    color: var(--on-surface);
    line-height: 1;
}

.ts-retailer-card__status {
    font-size: var(--text-label-sm);
    color: var(--on-surface-variant);
}

.ts-retailer-card__cta {
    margin-top: auto;
    align-self: flex-start;
}

/* =============================================================
   Granular Hardware Specs Grid
   ============================================================= */

.ts-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.ts-spec-group {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
}

.ts-spec-group__title {
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 1px solid var(--outline-variant);
}

.ts-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--space-4);
    padding: var(--space-2) 0;
}

.ts-spec-row + .ts-spec-row {
    border-top: 1px solid var(--outline-variant);
}

.ts-spec-row__label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    flex-shrink: 0;
}

.ts-spec-row__value {
    font-size: var(--text-body-md);
    font-weight: 600;
    color: var(--on-surface);
    text-align: right;
}

/* =============================================================
   Market Rivals
   ============================================================= */

.ts-rivals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.ts-rival-card {
    background: var(--surface-container);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

.ts-rival-card:hover {
    transform: translateY(-3px);
}

.ts-rival-card__image {
    background: var(--surface-container-high);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-8) var(--space-6);
    min-height: 180px;
}

.ts-rival-card__image img {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.ts-rival-card__placeholder {
    width: 100%;
    height: 140px;
    background: var(--surface-container-highest);
    border-radius: var(--radius-md);
}

.ts-rival-card__body {
    padding: var(--space-5);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    flex: 1;
}

.ts-rival-card__brand {
    font-size: var(--text-label-sm);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
}

.ts-rival-card__name {
    font-family: var(--font-display);
    font-size: var(--text-title-sm);
    font-weight: 600;
    color: var(--on-surface);
    margin: 0;
}

.ts-rival-card__name a {
    color: inherit;
    text-decoration: none;
}

.ts-rival-card__name a:hover {
    color: var(--primary);
}

.ts-rival-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    margin-top: auto;
    padding-top: var(--space-3);
}

.ts-rival-card__meta {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
}

.ts-rival-score {
    font-family: var(--font-display);
    font-size: var(--text-body-md);
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.ts-rival-compare {
    display: inline-flex;
    align-items: center;
    padding: var(--space-2) var(--space-4);
    background: transparent;
    color: var(--primary);
    font-family: var(--font-body);
    font-size: var(--text-label-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid var(--primary);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: background 0.2s ease;
}

.ts-rival-compare:hover {
    background: rgba(129, 236, 255, 0.1);
    color: var(--primary);
}

/* =============================================================
   Responsive
   ============================================================= */

@media (max-width: 768px) {
    .gadget-summary-card {
        grid-template-columns: 1fr;
    }

    .gadget-stats {
        grid-template-columns: 1fr;
    }

    .random-gadget-battle,
    .gadget-category-grid {
        grid-template-columns: 1fr;
    }

    .gadget-filter-form {
        flex-direction: column;
    }

    .ts-gadget-hero {
        grid-template-columns: 1fr;
        padding: var(--space-6);
        gap: var(--space-8);
    }

    .ts-gadget-hero__content h1 {
        font-size: var(--text-headline-lg);
    }

    .ts-gadget-hero__stats {
        grid-template-columns: 1fr 1fr;
    }

    .ts-single-gadget {
        padding: var(--space-4);
    }

    /* New layout responsive */
    .ts-hero {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .ts-hero__image-wrap {
        order: -1;
    }

    .ts-hero__image-wrap > img,
    .ts-gallery__main img {
        max-height: 280px;
    }

    .ts-gallery__thumb {
        width: 50px;
        height: 50px;
    }

    .ts-stats-strip,
    .ts-stats-strip--two,
    .ts-stats-strip--four {
        grid-template-columns: 1fr 1fr;
    }

    .ts-proscons {
        grid-template-columns: 1fr;
    }

    .ts-spec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ts-rivals-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .ts-spec-grid {
        grid-template-columns: 1fr;
    }

    .ts-rivals-grid {
        grid-template-columns: 1fr;
    }

    .ts-stats-strip,
    .ts-stats-strip--two,
    .ts-stats-strip--four {
        grid-template-columns: 1fr 1fr;
    }
}

.ts-opra-eq__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ts-opra-eq__profile { padding: 16px; border: 1px solid #dfe5ee; border-radius: 14px; background: #f9fbfd; }
.ts-opra-eq__profile h3, .ts-opra-eq__profile p { margin-top: 0; }
.ts-opra-eq__profile dl { display: flex; gap: 18px; margin: 14px 0; }
.ts-opra-eq__profile dl div { display: flex; gap: 5px; }
.ts-opra-eq__profile dt { color: #687386; }
.ts-opra-eq__profile dd { margin: 0; font-weight: 700; }
.ts-opra-eq__attribution { margin: 18px 0 0; color: #667286; font-size: .82rem; }
@media (max-width: 720px) { .ts-opra-eq__grid { grid-template-columns: 1fr; } }
.ts-drive-grid { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px; }.ts-drive-grid>div{padding:14px;border:1px solid #dfe5ee;border-radius:12px;background:#f9fbfd}.ts-drive-grid span,.ts-drive-grid strong{display:block}.ts-drive-grid span{color:#687386;font-size:.75rem}.ts-drive-grid strong{margin-top:5px}.ts-drive-measured{margin-top:18px;padding:16px;border-radius:14px;background:#eef5ff}.ts-drive-measured h3{margin-top:0}.ts-drive-measured dl{display:flex;flex-wrap:wrap;gap:18px}.ts-drive-measured dl div{display:flex;gap:6px}.ts-drive-measured dd{margin:0;font-weight:700}.ts-drive-warning,.ts-drive-source{color:#667286;font-size:.82rem}.ts-drive-warning{margin-top:16px}.ts-drive-source{margin-bottom:0}@media(max-width:720px){.ts-drive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =============================================================
   Search Bar & Autocomplete
   ============================================================= */

/* Search bar */
.ts-search-bar {
    display: block;
}

.ts-search-bar .ts-autocomplete-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.ts-search-bar__icon {
    position: absolute;
    left: 12px;
    color: rgba(255,255,255,0.35);
    pointer-events: none;
    flex-shrink: 0;
}

.ts-search-bar__input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s, background 0.2s;
    min-width: 220px;
}

.ts-search-bar__input::placeholder {
    color: rgba(255,255,255,0.35);
}

.ts-search-bar__input:focus {
    outline: none;
    border-color: #00d4ff;
    background: rgba(0,212,255,0.07);
}

/* Archive page variant */
.ts-search-bar--archive .ts-search-bar__input {
    min-width: 280px;
    min-height: 60px;
    padding-left: 46px;
    padding-right: 116px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(210, 222, 237, 0.96);
    border-radius: 18px;
    color: var(--ts-text);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.ts-search-bar--archive .ts-search-bar__input:focus {
    border-color: var(--ts-accent);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.ts-search-bar--archive .ts-search-bar__icon {
    left: 16px;
    color: #8ea0b8;
}

.ts-search-bar__submit {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d5fe2 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
}

/* Autocomplete wrap */
.ts-autocomplete-wrap {
    position: relative;
    width: 100%;
}

/* Autocomplete dropdown — appended to <body>, positioned by JS */
.ts-autocomplete-dropdown {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #1a1f2e;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

.ts-autocomplete-dropdown.is-open {
    display: block;
}

.ts-autocomplete-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.12s;
}

.ts-autocomplete-item:hover,
.ts-autocomplete-item.is-active {
    background: rgba(0,212,255,0.1);
}

.ts-autocomplete-item__img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    flex-shrink: 0;
}

.ts-autocomplete-item__img--placeholder {
    background: rgba(255,255,255,0.06);
}

.ts-autocomplete-item__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.ts-autocomplete-item__brand {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #00d4ff;
}

.ts-autocomplete-item__title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ts-autocomplete-empty {
    padding: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-align: center;
}

/* Error state */
.ts-autocomplete-input.is-error {
    border-color: #ff4d6d !important;
    background: rgba(255,77,109,0.08) !important;
}

.ts-autocomplete-input.is-error::placeholder {
    color: #ff4d6d;
}

@media (max-width: 640px) {
    .ts-search-bar--archive .ts-search-bar__input {
        min-width: 100%;
    }
}

/* ── Compare Page ─────────────────────────────────────────── */

/* Compare bar (always-visible device picker at top of compare page) */
.ts-compare-bar {
    background: var(--surface-container);
    border-bottom: 1px solid var(--outline-variant);
    padding: 16px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.ts-compare-bar__form {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.ts-compare-bar__field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ts-compare-bar__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--on-surface-variant);
}

.ts-compare-bar__input {
    width: 100%;
    padding: 10px 14px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s, background 0.2s;
}

.ts-compare-bar__input::placeholder {
    color: rgba(255,255,255,0.35);
}

.ts-compare-bar__input:focus {
    outline: none;
    border-color: #00d4ff;
    background: rgba(0,212,255,0.07);
}

.ts-compare-bar__input.is-error {
    border-color: #ff4d6d;
}

.ts-compare-bar__vs {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(0,212,255,0.6);
    padding-bottom: 10px;
    flex-shrink: 0;
}

.ts-compare-bar__btn {
    padding: 10px 24px;
    background: #00d4ff;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
    align-self: flex-end;
}

.ts-compare-bar__btn:hover {
    background: #33ddff;
}

/* Pick state (shown when one or both devices are missing) */
.ts-compare-pick-state {
    max-width: 1100px;
    margin: 80px auto;
    text-align: center;
}

.ts-compare-pick-state__hint {
    font-size: 1.1rem;
    color: var(--on-surface-variant);
    line-height: 1.6;
}

.ts-compare-pick-state__hint strong {
    color: var(--on-surface);
}

@media (max-width: 640px) {
    .ts-compare-bar__form {
        flex-wrap: wrap;
    }
    .ts-compare-bar__vs {
        display: none;
    }
    .ts-compare-bar__btn {
        width: 100%;
        padding: 12px;
    }
}

/* =============================================================
   Footer
   ============================================================= */

.ts-footer {
    background: #eef3f8;
    border-top: 1px solid var(--outline-variant);
    margin-top: 80px;
}

.ts-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px 48px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 48px;
}

/* Brand column */
.ts-footer__logo {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--on-surface);
    text-decoration: none;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.ts-footer__logo:hover {
    color: var(--primary);
}

.ts-footer__tagline {
    font-size: var(--text-body-md);
    color: var(--on-surface-variant);
    line-height: 1.6;
    margin: 0;
}

/* Nav columns */
.ts-footer__col-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--on-surface-variant);
    margin: 0 0 16px;
}

.ts-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ts-footer__links a {
    font-size: var(--text-body-md);
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s;
}

.ts-footer__links a:hover {
    color: var(--ts-accent);
}

/* Bottom bar */
.ts-footer__bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    border-top: 1px solid var(--outline-variant);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ts-footer__copy {
    font-size: var(--text-label-sm);
    color: var(--on-surface-variant);
    margin: 0;
}

.ts-footer__legal {
    display: flex;
    gap: 20px;
}

.ts-footer__legal a {
    font-size: var(--text-label-sm);
    color: var(--on-surface-variant);
    text-decoration: none;
    transition: color 0.15s;
}

.ts-footer__legal a:hover {
    color: var(--on-surface);
}

@media (max-width: 768px) {
    .ts-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
    .ts-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .ts-footer__inner {
        grid-template-columns: 1fr;
    }
    .ts-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* =============================================================
   Light Storefront Refresh
   Inspired by modern electronics storefront layouts:
   brighter surfaces, quieter chrome, stronger product hierarchy.
   ============================================================= */

:root {
    --surface-dim: #f4f7fb;
    --surface-container-low: #edf2f7;
    --surface-container: #ffffff;
    --surface-container-high: #f8fbff;
    --surface-container-highest: #e4ebf3;
    --surface-variant: #d9e3ee;

    --primary: #1f6feb;
    --primary-container: #dce8ff;
    --primary-dim: #5b8de9;
    --secondary: #0f9b8e;
    --on-primary: #ffffff;

    --on-surface: #0f172a;
    --on-surface-variant: #64748b;
    --outline-variant: rgba(15, 23, 42, 0.1);

    --ts-surface: #ffffff;
    --ts-border: #dbe4ee;
    --ts-accent: #1f6feb;
    --ts-accent-rgb: 31, 111, 235;
    --ts-text: #0f172a;
    --ts-muted: #64748b;
    --ts-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);
    --ts-shadow-md: 0 20px 50px rgba(15, 23, 42, 0.1);
}

html,
body,
.site-wrapper,
.elementor-section-wrap,
.e-con-inner {
    background: var(--surface-dim);
    color: var(--on-surface);
}

a:hover {
    color: var(--primary);
}

.ts-gadget-grid {
    gap: 24px;
}

.ts-gadget-card,
.ts-cmp-card {
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: 18px;
    box-shadow: var(--ts-shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.ts-gadget-card:hover,
.ts-cmp-card:hover {
    border-color: rgba(31, 111, 235, 0.28);
    box-shadow: var(--ts-shadow-md);
    transform: translateY(-4px);
}

.ts-gadget-card__image-link,
.ts-cmp-card__placeholder {
    background: linear-gradient(180deg, #fbfdff 0%, #f1f5fa 100%);
}

.ts-gadget-card__image {
    padding: 24px;
}

.ts-gadget-card__body {
    padding: 18px 18px 20px;
    gap: 8px;
}

.ts-gadget-card__brand {
    color: #4f7fd7;
}

.ts-gadget-card__title {
    font-size: 17px;
    line-height: 1.35;
}

.ts-gadget-card__tagline {
    font-size: 13px;
    color: var(--ts-muted);
}

.ts-gadget-card__release,
.ts-cmp-card__vs {
    color: var(--ts-accent);
}

.ts-gadget-card__footer {
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.ts-gadget-card__votes {
    color: var(--ts-muted);
}

.ts-gadget-card__compare {
    background: #eef4ff;
    border-color: #d6e3ff;
    color: var(--ts-accent);
    border-radius: 999px;
    padding: 7px 12px;
}

.ts-gadget-card__compare:hover {
    background: var(--ts-accent);
    border-color: var(--ts-accent);
    color: #ffffff;
}

.ts-archive,
.ts-single-gadget {
    background: transparent;
}

.ts-archive__title,
.ts-filter-link:hover,
.ts-cmp-card__label {
    color: var(--ts-text);
}

.ts-archive__subtitle,
.ts-archive__count,
.ts-sort-label,
.ts-sort-link,
.ts-filter-group__title,
.ts-filter-link,
.ts-filter-link__count {
    color: var(--ts-muted);
}

.ts-filter-link:hover {
    background: #eef4fb;
}

.ts-filter-link.is-active {
    background: rgba(31, 111, 235, 0.08);
}

.ts-filter-link__count {
    background: #eef3f8;
}

.ts-sort-link:hover {
    background: #ffffff;
}

.ts-sort-link.is-active {
     color: var(--ts-muted);
}

/* =============================================================
   Full-Site Light Refinements
   Unifies single gadget, compare, comments, and footer with
   the lighter storefront direction.
   ============================================================= */

.ts-single-gadget {
    max-width: 1240px;
    padding: 40px 24px 96px;
    background: transparent;
}

.ts-breadcrumb,
.ts-breadcrumb a {
    color: var(--ts-muted);
}

.ts-breadcrumb__sep {
    color: #b4c0d0;
}

.ts-section__title {
    color: #46556d;
    letter-spacing: 0.12em;
}

.ts-hero {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--ts-border);
    border-radius: 28px;
    padding: 40px;
    box-shadow: var(--ts-shadow-sm);
    min-height: auto;
}

.ts-hero__category,
.ts-hero__eyebrow {
    color: var(--ts-accent);
}

.ts-hero__title {
    color: var(--ts-text);
}

.ts-hero__accent {
    color: #2563eb;
}

.ts-hero__tagline {
    color: var(--ts-muted);
}

.ts-hero__image-wrap {
    align-items: stretch;
}

.ts-gallery__main {
    min-height: 420px;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ts-gallery__main img,
.ts-hero__image-wrap > img {
    filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.12));
}

.ts-gallery__thumb {
    border-color: #d5e0ec;
    background: #f8fbff;
}

.ts-gallery__thumb:hover,
.ts-gallery__thumb.is-active {
    border-color: #8ab2f7;
    background: #eef5ff;
}

.ts-hero__brand-badge {
    border-top-color: var(--ts-border);
    color: var(--ts-muted);
}

.ts-btn-specs {
    background: #f8fbff;
    color: var(--ts-text);
    border-color: #d6e2ef;
}

.ts-btn-specs:hover {
    border-color: #9dbaf0;
    color: var(--ts-accent);
}

.vote-button.voted,
.vote-button:disabled {
    background: #eef3fa;
    color: #5c6f8a;
}

.ts-spec-highlights {
    margin: 0 0 32px;
    padding: 18px;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    box-shadow: var(--ts-shadow-sm);
}

.ts-spec-chip {
    background: #f8fbff;
    border-color: #dce6f1;
    border-radius: 16px;
    padding: 14px 18px;
}

.ts-spec-chip__icon {
    opacity: 0.72;
}

.ts-stats-strip {
    gap: 20px;
}

.ts-stat {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 22px;
    box-shadow: var(--ts-shadow-sm);
}

.ts-stat__value {
    color: var(--ts-accent);
}

.ts-stat__label {
    color: #64748b;
}

.ts-pros-card,
.ts-cons-card,
.ts-retailer-card,
.ts-spec-group,
.ts-rival-card,
.ts-comment,
.comment-respond,
.ts-discussion__buzz,
.ts-compare-message,
.ts-compare-bar,
.ts-compare-summary,
.ts-compare-hero,
.ts-compare-table-wrap {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    box-shadow: var(--ts-shadow-sm);
}

.ts-pros-card {
    background: linear-gradient(180deg, #f7fff9 0%, #effaf2 100%);
    border-color: #cfead6;
}

.ts-cons-card {
    background: linear-gradient(180deg, #fff8f8 0%, #fff1f1 100%);
    border-color: #f0d0d0;
}

.ts-card-heading,
.ts-procon-list li,
.ts-retailer-card__price,
.ts-spec-row__value,
.ts-rival-card__name,
.ts-comment__author,
.comment-respond .comment-reply-title {
    color: var(--ts-text);
}

.ts-retailer-card__label,
.ts-retailer-card__status,
.ts-comment__date,
.comment-respond .comment-reply-title small a,
.ts-comment-label,
.ts-discussion__buzz {
    color: var(--ts-muted);
}

.ts-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ts-spec-group {
    border-radius: 24px;
    padding: 24px 28px;
}

.ts-spec-group__title {
    color: var(--ts-accent);
    border-bottom-color: #e7eef6;
}

.ts-spec-row {
    align-items: flex-start;
    padding: 12px 0;
}

.ts-spec-row + .ts-spec-row {
    border-top-color: #edf2f7;
}

.ts-spec-row__label {
    color: #64748b;
    min-width: 34%;
}

.ts-spec-row__value {
    color: var(--ts-text);
    max-width: 62%;
}

.ts-rivals-grid {
    gap: 24px;
}

.ts-rival-card {
    border-radius: 22px;
    min-height: 100%;
}

.ts-rival-card__image {
    background: linear-gradient(180deg, #fbfdff 0%, #f1f5fa 100%);
    min-height: 220px;
}

.ts-rival-card__body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
}

.ts-rival-card__brand {
    color: var(--ts-muted);
}

.ts-rival-card__name {
    font-size: 17px;
    line-height: 1.35;
}

.ts-rival-card__footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #edf2f7;
    align-items: flex-end;
}

.ts-rival-card__meta {
    min-width: 0;
}

.ts-rival-score,
.vote-count {
    line-height: 1.2;
}

.vote-count {
    color: var(--ts-muted);
}

.ts-rival-compare {
    flex-shrink: 0;
    border-radius: 999px;
    padding: 7px 12px;
}

.ts-rival-compare:hover {
    background: #eef4ff;
    color: var(--ts-accent);
}

.ts-cmp-card {
    border-radius: 20px;
}

.ts-cmp-card__placeholder {
    background: #f2f6fb;
}

.ts-cmp-card__label {
    color: var(--ts-text);
}

.ts-discussion__buzz {
    border-left: 4px solid var(--ts-accent);
    border-radius: 20px;
}

.ts-comment,
.comment-respond {
    border-radius: 24px;
}

.ts-comment--reply {
    background: #f8fbff;
    border: 1px solid #dce6f2;
}

.ts-comment__body p,
.comment-respond {
    color: var(--ts-text);
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    background: #f7faff;
    border-color: #dce6f2;
}

.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond textarea:focus {
    box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.08);
}

.ts-compare-page {
    background: transparent;
    color: var(--ts-text);
}

.ts-compare-message h2,
.ts-compare-hero h1,
.ts-table-header h2 {
    color: var(--ts-text);
}

.ts-compare-message p,
.ts-compare-subtitle,
.ts-result-meta,
.ts-device-release {
    color: var(--ts-muted);
}

.ts-device-score,
.ts-result-pill {
    color: var(--ts-accent);
}

.ts-device-score span,
.ts-versus,
.ts-share-btn,
.ts-compare-table thead th,
.ts-compare-spec-label,
.ts-compare-spec-value.is-lose,
.ts-compare-spec-value.is-tie {
    color: var(--ts-muted);
}

.ts-versus {
    background: #eef3f8;
}

.ts-result-pill,
.ts-share-btn.is-copied {
    background: #eef4ff;
    border-color: #d6e3ff;
}

.ts-share-btn {
    background: #ffffff;
    border-color: var(--ts-border);
}

.ts-share-btn:hover {
    color: var(--ts-accent);
    background: #eef4ff;
    border-color: #d6e3ff;
}

.ts-compare-table-wrap {
    border-radius: 22px;
    overflow: hidden;
}

.ts-compare-table thead th {
    background: #f8fbff;
    border-bottom-color: #e6edf5;
}

.ts-compare-table thead th:not(:first-child),
.ts-compare-spec-value {
    color: var(--ts-text);
}

.ts-compare-table tbody tr {
    border-bottom-color: #eaf0f6;
}

.ts-compare-table tbody tr:nth-child(even) {
    background: #fbfdff;
}

.ts-compare-table tbody tr.ts-compare-spec-group-row {
    background: #eef4ff;
    border-top-color: #d6e3ff;
    border-bottom-color: #d6e3ff;
}

.ts-compare-spec-group-row td {
    color: var(--ts-accent);
}

.ts-spec-icon {
    filter: none;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .ts-single-gadget {
        padding: 28px 16px 72px;
    }

    .ts-hero {
        padding: 24px;
        border-radius: 22px;
    }

    .ts-gallery__main {
        min-height: 300px;
    }

    .ts-spec-grid {
        grid-template-columns: 1fr;
    }

    .ts-stat {
        border-radius: 18px;
    }
}

/* =============================================================
   Light Shell — page canvas
   ============================================================= */

body.home,
body.blog,
body.archive,
body.search,
body.single-gadget,
body.post-type-archive-gadget,
body.tax-gadget_category,
body.tax-brand,
body.page-template-page-compare,
body.page-template-default {
    background: var(--surface-dim) !important;
}

body.home #content,
body.blog #content,
body.archive #content,
body.search #content,
body.single-gadget #content,
body.post-type-archive-gadget #content,
body.tax-gadget_category #content,
body.tax-brand #content,
body.page-template-page-compare #content,
body.home .site-main,
body.blog .site-main,
body.archive .site-main,
body.search .site-main,
body.single-gadget .site-main,
body.post-type-archive-gadget .site-main,
body.tax-gadget_category .site-main,
body.tax-brand .site-main,
body.page-template-page-compare .site-main,
body.home .site-content,
body.blog .site-content,
body.archive .site-content,
body.search .site-content,
body.single-gadget .site-content,
body.post-type-archive-gadget .site-content,
body.tax-gadget_category .site-content,
body.tax-brand .site-content,
body.page-template-page-compare .site-content {
    background: transparent !important;
}

/* =============================================================
   Stitch Product Detail Refresh
   Scoped to single gadget pages from DESIGN.md/screen.png.
   ============================================================= */

body.single-gadget {
    background: #f8fafc !important;
    color: #131b2e;
}

body.single-gadget .ts-single-gadget {
    max-width: none;
    padding: 0 0 80px;
    background: #f8fafc;
}

body.single-gadget .ts-breadcrumb,
body.single-gadget .ts-hero,
body.single-gadget .ts-key-specs,
body.single-gadget .ts-spec-highlights,
body.single-gadget .ts-decision-summary,
body.single-gadget .ts-proscons,
body.single-gadget .ts-section {
    width: min(100% - 48px, 1280px);
    margin-left: auto;
    margin-right: auto;
}

body.single-gadget .ts-breadcrumb {
    position: relative;
    z-index: 2;
    margin-bottom: -52px;
    padding-top: 34px;
    color: rgba(238, 240, 255, 0.68);
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.06em;
}

body.single-gadget .ts-breadcrumb a {
    color: rgba(238, 240, 255, 0.7);
}

body.single-gadget .ts-breadcrumb a:hover {
    color: #ffffff;
}

body.single-gadget .ts-breadcrumb__sep {
    color: rgba(238, 240, 255, 0.32);
}

body.single-gadget .ts-hero {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(460px, 1fr) minmax(300px, 390px) minmax(220px, 280px);
    gap: 48px;
    align-items: center;
    min-height: 470px;
    margin-bottom: 0;
    padding: 96px max(24px, calc((100vw - 1280px) / 2)) 40px;
    background:
        radial-gradient(circle at 45% 16%, rgba(37, 99, 235, 0.16), transparent 32%),
        linear-gradient(145deg, #1f2937 0%, #111827 58%, #0f172a 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.single-gadget .ts-hero__content {
    align-self: center;
}

body.single-gadget .ts-hero__eyebrow,
body.single-gadget .ts-hero__category {
    color: #3b82f6;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

body.single-gadget .ts-hero__eyebrow--logo {
    text-transform: uppercase;
}

body.single-gadget .ts-brand-logo--hero {
    max-height: 24px;
    filter: brightness(0) invert(1);
}

body.single-gadget .ts-hero__title {
    max-width: 640px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: clamp(34px, 3.6vw, 48px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: 0;
}

body.single-gadget .ts-hero__tagline {
    max-width: 520px;
    margin-bottom: 26px;
    color: rgba(238, 240, 255, 0.86);
    font-size: 16px;
    line-height: 1.45;
}

body.single-gadget .ts-hero__cta {
    gap: 12px;
}

body.single-gadget .vote-button,
body.single-gadget .ts-btn-specs,
body.single-gadget .ts-btn-secondary,
body.single-gadget .ts-btn-buy {
    min-height: 42px;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

body.single-gadget .vote-button {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
}

body.single-gadget .vote-button.voted,
body.single-gadget .vote-button:disabled {
    background: #2563eb;
    color: #ffffff;
}

body.single-gadget .ts-btn-specs {
    background: rgba(15, 23, 42, 0.42);
    border-color: rgba(238, 240, 255, 0.52);
    color: #ffffff;
}

body.single-gadget .ts-btn-secondary {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(59, 130, 246, 0.72);
    color: #93c5fd;
}

body.single-gadget .ts-btn-buy {
    background: #006b55;
    color: #ffffff;
}

body.single-gadget .ts-hero__image-wrap {
    align-items: center;
    justify-content: center;
}

body.single-gadget .ts-gallery {
    gap: 12px;
}

body.single-gadget .ts-gallery__main {
    min-height: 318px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.single-gadget .ts-gallery__main img,
body.single-gadget .ts-hero__image-wrap > img {
    max-height: 318px;
    filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.28));
}

body.single-gadget .ts-gallery__thumbs {
    gap: 9px;
}

body.single-gadget .ts-gallery__thumb {
    width: 48px;
    height: 48px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

body.single-gadget .ts-gallery__thumb:hover,
body.single-gadget .ts-gallery__thumb.is-active {
    border-color: #60a5fa;
    background: #ffffff;
}

body.single-gadget .ts-hero__brand-badge {
    display: none;
}

body.single-gadget .ts-verdict {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 14px;
    color: #ffffff;
}

body.single-gadget .ts-verdict__label {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

body.single-gadget .ts-verdict__ring {
    width: 210px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, #172033 0 54%, transparent 55%),
        conic-gradient(#3b82f6 0 var(--score-angle), rgba(59, 130, 246, 0.2) var(--score-angle) 360deg);
    box-shadow:
        0 0 0 12px rgba(59, 130, 246, 0.07),
        0 0 52px rgba(59, 130, 246, 0.58);
}

body.single-gadget .ts-verdict__inner {
    width: 146px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, #1d283a 0%, #111827 72%);
}

body.single-gadget .ts-verdict__inner strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

body.single-gadget .ts-verdict__inner span {
    margin-left: 4px;
    color: rgba(238, 240, 255, 0.8);
    font-size: 20px;
}

body.single-gadget .ts-key-specs {
    margin-top: 22px;
    margin-bottom: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.single-gadget .ts-key-specs__header {
    margin-bottom: 14px;
}

body.single-gadget .ts-key-specs__title,
body.single-gadget .ts-section__title {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

body.single-gadget .ts-key-specs__sub {
    color: #475569;
}

body.single-gadget .ts-key-specs__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.single-gadget .ts-key-spec,
body.single-gadget .ts-spec-chip,
body.single-gadget .ts-pros-card,
body.single-gadget .ts-cons-card,
body.single-gadget .ts-spec-group,
body.single-gadget .ts-rival-card,
body.single-gadget .ts-cmp-card,
body.single-gadget .ts-discussion__buzz,
body.single-gadget .ts-comment,
body.single-gadget .comment-respond {
    background: #ffffff;
    border: 1px solid #d8e0ea;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

body.single-gadget .ts-key-spec {
    min-height: 72px;
    padding: 14px 16px;
    border-radius: 10px;
}

body.single-gadget .ts-key-spec__label,
body.single-gadget .ts-spec-chip__label,
body.single-gadget .ts-spec-row__label,
body.single-gadget .ts-spec-group__title {
    font-family: var(--font-body);
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.single-gadget .ts-key-spec__value,
body.single-gadget .ts-spec-chip__value,
body.single-gadget .ts-spec-row__value {
    color: #0f172a;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
}

body.single-gadget .ts-spec-highlights {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(4, minmax(108px, 0.32fr));
    gap: 10px;
    margin-bottom: 24px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

body.single-gadget .ts-spec-chip {
    min-width: 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: none;
}

body.single-gadget .ts-spec-chip:first-child {
    grid-column: span 2;
}

body.single-gadget .ts-stats-strip {
    display: none;
}

body.single-gadget .ts-decision-summary {
    margin-bottom: 28px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

body.single-gadget .ts-decision-summary__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

body.single-gadget .ts-decision-summary__eyebrow {
    margin: 0 0 3px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-gadget .ts-decision-summary h2 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
}

body.single-gadget .ts-decision-summary__method {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

body.single-gadget .ts-decision-summary__verdict {
    max-width: 900px;
    margin: 0 0 18px;
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
}

body.single-gadget .ts-decision-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.single-gadget .ts-decision-summary__fit {
    padding: 16px 18px;
    border-radius: 10px;
}

body.single-gadget .ts-decision-summary__fit--best {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

body.single-gadget .ts-decision-summary__fit--avoid {
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

body.single-gadget .ts-decision-summary__fit h3 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

body.single-gadget .ts-decision-summary__fit p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
}

body.single-gadget .ts-decision-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 12px;
}

body.single-gadget .ts-decision-summary__meta a {
    color: #2563eb;
    font-weight: 700;
}

body.single-gadget .ts-proscons {
    gap: 22px;
    margin-bottom: 28px;
}

body.single-gadget .ts-pros-card,
body.single-gadget .ts-cons-card {
    padding: 22px 24px;
    border-radius: 12px;
}

body.single-gadget .ts-card-heading {
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 14px;
}

body.single-gadget .ts-procon-list {
    gap: 9px;
}

body.single-gadget .ts-procon-list li {
    color: #0f172a;
    font-size: 14px;
}

body.single-gadget .ts-procon-icon {
    width: 18px;
    height: 18px;
}

body.single-gadget .ts-section {
    margin-bottom: 28px;
}

body.single-gadget .ts-section__title {
    margin-bottom: 12px;
    font-size: 15px;
    text-transform: uppercase;
}

body.single-gadget .ts-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body.single-gadget .ts-spec-group {
    padding: 18px 20px;
    border-radius: 12px;
}

body.single-gadget .ts-spec-group__title {
    margin-bottom: 8px;
    padding-bottom: 10px;
    color: #006b55;
}

body.single-gadget .ts-spec-row {
    min-height: 36px;
    padding: 8px 0;
}

body.single-gadget .ts-spec-row:nth-child(even) {
    background: #f1f5f9;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

body.single-gadget .ts-spec-row__value {
    font-size: 13px;
    line-height: 1.25;
}

body.single-gadget .ts-rivals-grid {
    gap: 22px;
}

body.single-gadget .ts-rival-card {
    overflow: hidden;
    border-radius: 12px;
}

body.single-gadget .ts-rival-card__image {
    min-height: 160px;
    padding: 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
}

body.single-gadget .ts-rival-card__body {
    min-height: 124px;
    padding: 18px;
}

body.single-gadget .ts-rival-card__name {
    color: #0f172a;
    font-size: 15px;
}

body.single-gadget .ts-comparisons-carousel {
    gap: 14px;
}

body.single-gadget .ts-cmp-card {
    width: 190px;
    border-radius: 12px;
}

body.single-gadget .ts-discussion__buzz,
body.single-gadget .ts-comment,
body.single-gadget .comment-respond {
    border-radius: 12px;
}

body.single-gadget .ts-discussion__buzz {
    border-left: 0;
    color: #0f172a;
}

@media (max-width: 1023px) {
    body.single-gadget .ts-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 86px;
        text-align: left;
    }

    body.single-gadget .ts-hero__image-wrap {
        order: 0;
    }

    body.single-gadget .ts-verdict {
        justify-self: start;
        align-items: flex-start;
    }

    body.single-gadget .ts-verdict__ring {
        width: 170px;
    }

    body.single-gadget .ts-verdict__inner {
        width: 118px;
    }

    body.single-gadget .ts-verdict__inner strong {
        font-size: 42px;
    }

    body.single-gadget .ts-key-specs__grid,
    body.single-gadget .ts-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-gadget .ts-spec-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-gadget .ts-spec-chip:first-child {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    body.single-gadget .ts-breadcrumb,
    body.single-gadget .ts-key-specs,
    body.single-gadget .ts-spec-highlights,
    body.single-gadget .ts-decision-summary,
    body.single-gadget .ts-proscons,
    body.single-gadget .ts-section {
        width: min(100% - 32px, 1280px);
    }

    body.single-gadget .ts-breadcrumb {
        margin-bottom: -46px;
        padding-top: 24px;
        overflow-x: auto;
        white-space: nowrap;
    }

    body.single-gadget .ts-hero {
        padding: 76px 16px 28px;
    }

    body.single-gadget .ts-hero__title {
        font-size: 34px;
    }

    body.single-gadget .ts-hero__cta {
        align-items: stretch;
    }

    body.single-gadget .vote-button,
    body.single-gadget .ts-btn-specs,
    body.single-gadget .ts-btn-secondary,
    body.single-gadget .ts-btn-buy {
        flex: 1 1 100%;
    }

    body.single-gadget .ts-gallery__main {
        min-height: 260px;
    }

    body.single-gadget .ts-gallery__main img,
    body.single-gadget .ts-hero__image-wrap > img {
        max-height: 260px;
    }

    body.single-gadget .ts-key-specs__grid,
    body.single-gadget .ts-spec-highlights,
    body.single-gadget .ts-decision-summary__grid,
    body.single-gadget .ts-proscons,
    body.single-gadget .ts-spec-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Compare Page Refresh
   Rebuilds compare as a light storefront screen instead of a
   leftover dark utility page.
   ============================================================= */

.ts-compare-shell {
    background:
        radial-gradient(circle at top right, rgba(31, 111, 235, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
    padding: 20px 0 88px;
    border-top: 1px solid rgba(219, 228, 238, 0.9);
}

.ts-compare-bar {
    background: rgba(248, 251, 255, 0.92);
    border-bottom: 1px solid var(--ts-border);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(14px);
}

.ts-compare-bar__label {
    color: var(--ts-muted);
}

.ts-compare-bar__input {
    background: #f7faff;
    border: 1px solid #d7e2ef;
    color: var(--ts-text);
    border-radius: 12px;
}

.ts-compare-bar__input::placeholder {
    color: #8a97a8;
}

.ts-compare-bar__input:focus {
    border-color: var(--ts-accent);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.08);
}

.ts-compare-bar__vs {
    color: var(--ts-accent);
}

.ts-compare-bar__btn {
    background: var(--ts-accent);
    color: #ffffff;
    border-radius: 12px;
}

.ts-compare-bar__btn:hover {
    background: #175dca;
}

.ts-compare-page {
    max-width: 1240px;
    padding: 24px 24px 96px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(219, 228, 238, 0.9);
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.ts-compare-pick-state,
.ts-compare-message {
    max-width: 720px;
    margin: 72px auto;
    text-align: center;
    padding: 40px 32px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 28px;
    box-shadow: var(--ts-shadow-sm);
}

/* Compare selection workspace */
.ts-compare-page > .ts-compare-bar { margin: 0; padding: 22px 24px; border: 1px solid #dfe7f1; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(15, 35, 65, .06); }
.ts-compare-page > .ts-compare-bar .ts-compare-bar__form { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) auto; gap: 12px; align-items: end; max-width: none; }
.ts-compare-page > .ts-compare-bar .ts-compare-bar__field { min-width: 0; }
.ts-compare-page > .ts-compare-bar .ts-compare-bar__vs { display: grid; height: 44px; place-items: center; font-size: 12px; font-weight: 900; }
.ts-compare-page > .ts-compare-bar .ts-compare-bar__btn { min-height: 44px; padding: 0 24px; }
.ts-compare-pick-state { max-width: none; margin: 26px 0 0; padding: clamp(28px, 5vw, 58px); text-align: left; background: linear-gradient(145deg, #fff 0%, #f8fbff 100%); border-radius: 24px; box-shadow: 0 18px 45px rgba(15, 35, 65, .07); }
.ts-compare-pick-state__header { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.ts-compare-pick-state__header h1 { margin: 6px 0 10px; color: #101828; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.035em; }
.ts-compare-pick-state__header p { margin: 0; color: #627086; font-size: 16px; line-height: 1.65; }
.ts-compare-pick-state__stage { display: grid; grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); gap: 14px; align-items: stretch; max-width: 980px; margin: 0 auto; }
.ts-compare-pick-card { position: relative; display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 20px; min-height: 190px; align-items: center; padding: 24px; border: 1px solid #dce5ef; border-radius: 20px; background: #fff; }
.ts-compare-pick-card.is-selected { border-color: #bcd4f6; box-shadow: 0 12px 30px rgba(23, 105, 210, .1); }
.ts-compare-pick-card.is-empty { border-style: dashed; background: #f8fbff; }
.ts-compare-pick-card__step { position: absolute; top: 14px; left: 14px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #1769d2; color: #fff; font-size: 12px; font-weight: 800; }
.ts-compare-pick-card__media { display: grid; width: 128px; height: 128px; place-items: center; overflow: hidden; border-radius: 16px; background: #f3f6fa; color: #1769d2; font-size: 2rem; font-weight: 850; }
.ts-compare-pick-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.ts-compare-pick-card small { display: block; margin-bottom: 7px; color: #1769d2; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ts-compare-pick-card h2 { margin: 0 0 10px; color: #172033; font-size: clamp(18px, 2vw, 24px); line-height: 1.18; }
.ts-compare-pick-card strong { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #eaf7ef; color: #167548; font-size: 12px; }
.ts-compare-pick-card p { margin: 0; color: #758196; font-size: 13px; }
.ts-compare-pick-card__plus { display: grid; width: 74px; height: 74px; place-items: center; justify-self: center; border: 1px solid #c8d7e9; border-radius: 18px; background: #fff; color: #1769d2; font-size: 32px; }
.ts-compare-pick-state__versus { display: grid; width: 54px; height: 54px; align-self: center; place-items: center; border-radius: 50%; background: #1769d2; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(23,105,210,.22); }
.ts-compare-pick-state__benefits { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ts-compare-pick-state__benefits span { padding: 8px 12px; border: 1px solid #dfe7f1; border-radius: 999px; background: #fff; color: #536176; font-size: 12px; font-weight: 700; }

@media (max-width: 760px) {
    .ts-compare-page > .ts-compare-bar { padding: 16px; }
    .ts-compare-page > .ts-compare-bar .ts-compare-bar__form { grid-template-columns: 1fr; }
    .ts-compare-page > .ts-compare-bar .ts-compare-bar__vs { height: 24px; }
    .ts-compare-page > .ts-compare-bar .ts-compare-bar__btn { width: 100%; }
    .ts-compare-pick-state { padding: 28px 16px; }
    .ts-compare-pick-state__stage { grid-template-columns: 1fr; }
    .ts-compare-pick-state__versus { justify-self: center; margin: -4px 0; }
    .ts-compare-pick-card { grid-template-columns: 86px minmax(0, 1fr); min-height: 150px; padding: 20px 16px; }
    .ts-compare-pick-card__media { width: 86px; height: 86px; }
    .ts-compare-pick-card__plus { width: 64px; height: 64px; }
}

.ts-compare-pick-state__hint,
.ts-compare-message p {
    color: var(--ts-muted);
}

.ts-compare-pick-state__hint strong,
.ts-compare-message h2 {
    color: var(--ts-text);
}

.ts-compare-hero {
    padding: 20px 8px 28px;
}

.ts-compare-eyebrow {
    color: var(--ts-accent);
    margin-bottom: 8px;
}

.ts-compare-category {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.ts-compare-hero h1 {
    color: var(--ts-text);
    font-size: clamp(28px, 5vw, 48px);
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.ts-compare-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: var(--ts-muted);
    font-size: 16px;
    line-height: 1.6;
}

.ts-compare-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ts-compare-meta__pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 999px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.ts-compare-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.ts-compare-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 44px;
    align-items: stretch;
}

.ts-device-card {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    box-shadow: var(--ts-shadow-sm);
    overflow: hidden;
    min-width: 0;
}

.ts-device-card.is-leading {
    border-color: rgba(31, 111, 235, 0.24);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.ts-device-media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, #fbfdff 0%, #f1f5fa 100%);
}

.ts-device-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
}

.ts-device-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 22px 22px 20px;
    align-items: start;
    gap: 16px;
}

.ts-device-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.ts-device-content h2 {
    font-size: 18px;
    color: var(--ts-text);
}

.ts-device-brand {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ts-accent);
}

.ts-device-brand-logo {
    height: 18px;
    width: auto;
    max-width: 88px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) opacity(0.78);
}

.ts-device-release {
    color: var(--ts-muted);
}

.ts-device-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ts-device-stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    background: #f7faff;
    border: 1px solid #dce6f2;
    border-radius: 999px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.ts-device-stat strong {
    color: var(--ts-text);
}

.ts-device-score {
    margin-left: auto;
    color: var(--ts-accent);
    text-align: right;
}

.ts-device-score span {
    color: var(--ts-muted);
}

.ts-result-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    border-color: #d6e3ff;
    color: var(--ts-accent);
    padding: 8px 14px;
    max-width: 100%;
    white-space: normal;
}

.ts-share-btn {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    color: #64748b;
    border-radius: 999px;
}

.ts-share-btn:hover {
    color: var(--ts-accent);
    background: #eef4ff;
    border-color: #d6e3ff;
}

.ts-share-btn.is-copied {
    background: #eef4ff;
    border-color: #d6e3ff;
    color: var(--ts-accent);
}

.ts-compare-table-section {
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 28px;
    box-shadow: var(--ts-shadow-sm);
    padding: 18px 18px 14px;
}

.ts-compare-table-section .ts-compare-table-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.ts-compare-table-section .ts-compare-table-header h2 {
    color: var(--ts-text);
    font-size: 20px;
}

.ts-compare-table-wrap {
    background: transparent;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ts-compare-table {
    min-width: 920px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ts-compare-table thead th {
    background: #f8fbff;
    border-bottom: 1px solid #e6edf5;
    color: #64748b;
    padding: 14px 18px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ts-compare-table thead th:not(:first-child) {
    color: var(--ts-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
}

.ts-compare-table tbody tr {
    border-bottom: 1px solid #eaf0f6;
}

.ts-compare-table tbody tr:nth-child(even) {
    background: #fbfdff;
}

.ts-compare-table tbody tr.ts-compare-spec-group-row {
    background: #f3f7fd;
    border-top: 1px solid #d6e3ff;
    border-bottom: 1px solid #d6e3ff;
}

.ts-compare-table td {
    padding: 12px 18px;
    vertical-align: top;
    border-bottom: 1px solid #eaf0f6;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.ts-compare-table td + td,
.ts-compare-table th + th {
    border-left: 1px solid #eef3f8;
}

.ts-compare-spec-group-row td {
    padding: 10px 18px;
    color: var(--ts-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-compare-spec-label {
    color: #64748b;
    width: 30%;
    min-width: 220px;
    white-space: normal;
    font-size: 13px;
    font-weight: 600;
    background: transparent;
}

.ts-compare-spec-value {
    color: var(--ts-text);
    min-width: 320px;
    text-align: left;
    line-height: 1.55;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
}

.ts-compare-spec-value.is-win {
    color: #0f766e;
    background: rgba(16, 185, 129, 0.10);
    font-weight: 700;
}

.ts-compare-spec-value.is-win::after {
    content: none;
}

.ts-compare-spec-value.is-lose {
    color: #9aa8bb;
    background: rgba(239, 68, 68, 0.08);
}

.ts-compare-spec-value.is-tie {
    color: #64748b;
    background: #ffffff;
}

.ts-spec-icon {
    filter: none;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .ts-compare-shell {
        padding: 12px 0 72px;
    }

    .ts-compare-page {
        padding: 18px 16px 72px;
        border-radius: 24px;
    }

    .ts-compare-summary {
        grid-template-columns: 1fr;
    }

    .ts-device-content {
        flex-direction: column;
        display: flex;
    }

    .ts-device-score {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .ts-compare-table-section .ts-compare-table-header {
        margin-bottom: 12px;
    }

    .ts-compare-page {
        padding: 16px 12px 56px;
        border-radius: 20px;
    }

    .ts-compare-spec-label {
        width: 40%;
        min-width: 180px;
    }

    .ts-compare-spec-value {
        min-width: 240px;
    }

    .ts-compare-hero { padding: 12px 0 20px; }
    .ts-compare-summary { gap: 14px; margin-bottom: 24px; }
    .ts-compare-table-section { padding: 14px 10px 10px; border-radius: 16px; }
    .ts-compare-table { min-width: 700px; }
    .ts-compare-table thead th,
    .ts-compare-table td { padding: 10px 12px; }
    .ts-compare-spec-label { min-width: 150px; font-size: 12px; }
    .ts-compare-spec-value { min-width: 210px; font-size: 12px; }
}

/* =============================================================
   Archive Refresh
   Brings listing, category, and brand pages into the same
   light storefront system.
   ============================================================= */

.ts-archive {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 24px 96px;
    background: transparent;
}

.ts-archive-spotlight {
    margin-bottom: 26px;
}

.ts-archive-spotlight__media {
    position: relative;
    display: block;
    min-height: 340px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #dce6f4 0%, #bacce2 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
    text-decoration: none;
}

.ts-archive-spotlight__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ts-archive-spotlight__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 72% 40%, #eaf2ff 0, #d8e5f5 34%, #b8cae0 100%);
    color: #5b6d83;
    font-size: .82rem;
    font-weight: 750;
}

.ts-archive-spotlight__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 20, 35, 0.82) 0%, rgba(11, 20, 35, 0.58) 36%, rgba(11, 20, 35, 0.16) 72%, rgba(11, 20, 35, 0.08) 100%);
}

.ts-archive-spotlight__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    height: 100%;
    max-width: 520px;
    padding: 28px;
    color: #ffffff;
}

.ts-archive-spotlight__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-archive-spotlight__title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.ts-archive-spotlight__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.ts-archive-spotlight__footer {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ts-archive-spotlight__score {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.ts-archive-spotlight__score strong {
    font-size: 52px;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.ts-archive-spotlight__score span {
    display: block;
    max-width: 70px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.ts-archive-spotlight__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d5fe2 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.ts-archive-spotlight__meta {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ts-archive__header {
    padding: 14px 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--ts-border);
}

.ts-archive__header-top {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: end;
}

.ts-archive__intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ts-archive__eyebrow {
    margin: 0;
    color: var(--ts-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ts-archive__title {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--ts-text);
}

.ts-archive__title-accent {
    color: var(--ts-accent);
}

.ts-archive__subtitle {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ts-muted);
}

.ts-archive__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ts-archive__meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 999px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.ts-archive__header-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ts-archive__header-note {
    margin: 0;
    color: var(--ts-muted);
    font-size: 13px;
    line-height: 1.55;
}

.ts-archive__active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ts-archive__active-pill,
.ts-archive__clear {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.ts-archive__active-pill {
    background: #eef4ff;
    border: 1px solid #d6e3ff;
    color: var(--ts-accent);
}

.ts-archive__active-pill span {
    font-size: 15px;
    line-height: 1;
}

.ts-archive__clear {
    color: #64748b;
    border: 1px solid var(--ts-border);
    background: #ffffff;
}

.ts-archive__clear:hover {
    color: var(--ts-accent);
    border-color: #d6e3ff;
    background: #eef4ff;
}

.ts-archive__body {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    align-items: start;
}

.ts-archive__sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ts-filter-group {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    padding: 18px 16px;
    box-shadow: var(--ts-shadow-sm);
}

/* .ts-filter-group__title is a <summary> (the group is a <details>):
   reset the native disclosure marker and lay out our own chevron. */
.ts-filter-group__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ts-muted);
    cursor: pointer;
    list-style: none;
}

.ts-filter-group__title::-webkit-details-marker {
    display: none;
}

.ts-filter-group__title::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid var(--ts-muted);
    border-bottom: 1.5px solid var(--ts-muted);
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}

details[open] > .ts-filter-group__title::after {
    transform: rotate(-135deg);
}

.ts-filter-group__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ts-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.ts-filter-group__note {
    margin: -4px 0 10px;
    color: var(--ts-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ts-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ts-filter-list--brands {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.ts-filter-list--brands::-webkit-scrollbar {
    width: 6px;
}

.ts-filter-list--brands::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.ts-filter-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    color: var(--ts-muted);
    text-decoration: none;
}

.ts-filter-link:hover {
    background: #f8fbff;
    border-color: #e2eaf3;
}

.ts-filter-link.is-active {
    background: #eef4ff;
    border: 1px solid #d6e3ff;
}

.ts-filter-link__count {
    font-size: 11px;
    background: #eef3f8;
    padding: 3px 8px;
}

/* Gadget archive filter panel (template-parts/gadget-filters.php) — shared
   markup for the static desktop sidebar and the off-canvas mobile drawer. */
/* Extra .ts-archive qualifier bumps specificity above Elementor's global
   kit button reset (.elementor-kit-9272 button), which otherwise wins on
   background-color since it has an extra element-selector component. */
.ts-archive .ts-archive__filters-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 16px;
    min-height: 44px;
    border: 1px solid var(--ts-border);
    border-radius: 999px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    color: var(--ts-text);
    box-shadow: var(--ts-shadow-sm);
}

.ts-archive__filters-toggle-count {
    color: var(--ts-muted);
    font-weight: 500;
}

.ts-archive__sidebar-wrap {
    display: contents;
}

.ts-archive__sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 59;
    background: rgba(15, 23, 42, 0.5);
}

.ts-archive__sidebar-backdrop[hidden] {
    display: none;
}

.ts-filter-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ts-filter-panel__header {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ts-filter-panel__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--ts-text);
}

.ts-filter-panel__reset {
    font-size: 13px;
    font-weight: 600;
    color: var(--ts-accent);
    text-decoration: none;
}

.ts-filter-panel__close {
    display: none;
}

.ts-filter-panel__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ts-filter-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ts-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 14px;
    color: var(--ts-text);
    cursor: pointer;
}

.ts-filter-checkbox:hover {
    background: #f8fbff;
}

.ts-filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--ts-accent);
}

.ts-filter-checkbox__label {
    flex: 1;
}

.ts-filter-checkbox__count {
    font-size: 11px;
    color: var(--ts-muted);
    background: #eef3f8;
    padding: 3px 8px;
    border-radius: 999px;
}

.ts-filter-panel__footer {
    display: none;
}

.ts-archive__toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.ts-archive__toolbar-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ts-archive__count {
    font-size: 15px;
    font-weight: 700;
    color: var(--ts-text);
    margin: 0;
}

.ts-archive__count-sub {
    font-size: 13px;
    color: var(--ts-muted);
    margin: 0;
}

.ts-sort-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 999px;
    box-shadow: var(--ts-shadow-sm);
}

.ts-sort-label {
    margin: 0 2px 0 6px;
    font-size: 12px;
    color: var(--ts-muted);
}

.ts-sort-link {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    color: var(--ts-muted);
    text-decoration: none;
    border: 1px solid transparent;
}

.ts-sort-link:hover {
    background: #f8fbff;
}

.ts-sort-link.is-active {
    background: #eef4ff;
}

.ts-archive .ts-gadget-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ts-archive .ts-gadget-card {
    display: grid;
    grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
    gap: 24px;
    padding: 18px;
    border: 1px solid rgba(195, 198, 215, 0.45);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ts-archive .ts-gadget-card:hover {
    border-color: rgba(0, 74, 198, 0.35);
    box-shadow: 0 16px 36px rgba(0, 74, 198, 0.08);
    transform: translateY(-4px);
}

.ts-archive .ts-gadget-card__image-link {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #edf3fb 100%);
    overflow: hidden;
}

.ts-archive .ts-gadget-card__image {
    width: 100%;
    height: 100%;
    max-height: 230px;
    padding: 0;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.ts-archive .ts-gadget-card:hover .ts-gadget-card__image {
    transform: scale(1.03);
}

.ts-archive .ts-gadget-card__placeholder {
    display: grid;
    width: 70%;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 74, 198, 0.12), rgba(108, 74, 255, 0.12));
    color: #64748b;
    font-size: .76rem;
    font-weight: 750;
    text-align: center;
}

.ts-archive .ts-gadget-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 6px 0 0;
}

.ts-archive .ts-gadget-card__brand-row {
    display: flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 2px;
}

.ts-archive .ts-gadget-card__category {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-family: "JetBrains Mono", monospace;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.ts-archive .ts-gadget-card__category--green {
    background: #e2ff11;
    color: #182100;
    box-shadow: 0 10px 20px rgba(226, 255, 17, 0.24);
}

.ts-archive .ts-gadget-card__category--purple {
    background: #6c4aff;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(108, 74, 255, 0.18);
}

.ts-archive .ts-gadget-card__brand {
    color: #64748b;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ts-archive .ts-brand-logo--card {
    max-width: 72px;
    max-height: 28px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) opacity(0.78);
}

.ts-archive .ts-gadget-card__title {
    margin: 0 0 16px;
    color: #131b2e;
    font-family: "Geist", "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.ts-archive .ts-gadget-card__title a {
    color: inherit;
    text-decoration: none;
}

.ts-archive .ts-gadget-card__score {
    min-width: 72px;
    height: 72px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.09);
    color: #004ac6;
    font-family: "Geist", "Space Grotesk", system-ui, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.ts-archive .ts-gadget-card--green .ts-gadget-card__score {
    background: rgba(58, 254, 207, 0.12);
    color: #00725b;
}

.ts-archive .ts-gadget-card--purple .ts-gadget-card__score {
    background: rgba(108, 74, 255, 0.1);
    color: #6c4aff;
}

.ts-archive .ts-gadget-card__score-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.ts-archive .ts-gadget-card__community {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin: -7px 0 14px;
    color: #64748b;
    font-size: .74rem;
}

.ts-archive .ts-gadget-card__community strong {
    color: #15835f;
}

.ts-archive .ts-gadget-card__score-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.ts-archive .ts-gadget-card__stars {
    color: #2563eb;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
}

.ts-archive .ts-gadget-card--green .ts-gadget-card__stars {
    color: #00725b;
}

.ts-archive .ts-gadget-card--purple .ts-gadget-card__stars {
    color: #6c4aff;
}

.ts-archive .ts-gadget-card__score-label,
.ts-archive .ts-gadget-card__score-text {
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    line-height: 1.35;
    text-transform: uppercase;
}

.ts-archive .ts-gadget-card__score-label {
    color: #64748b;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ts-archive .ts-gadget-card__score-text {
    color: #004ac6;
    font-weight: 800;
}

.ts-archive .ts-gadget-card--green .ts-gadget-card__score-text {
    color: #00725b;
}

.ts-archive .ts-gadget-card--purple .ts-gadget-card__score-text {
    color: #6c4aff;
}

.ts-archive .ts-gadget-card__metrics {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.ts-archive .ts-gadget-card__metric-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 5px;
    color: #131b2e;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.ts-archive .ts-gadget-card__metric-head strong {
    flex-shrink: 0;
}

.ts-archive .ts-gadget-card__bar {
    height: 5px;
    border-radius: 999px;
    background: #e8edf7;
    overflow: hidden;
}

.ts-archive .ts-gadget-card__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #2563eb;
}

.ts-archive .ts-gadget-card--green .ts-gadget-card__bar span {
    background: #00725b;
}

.ts-archive .ts-gadget-card--purple .ts-gadget-card__bar span {
    background: #6c4aff;
}

.ts-archive .ts-gadget-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: auto;
    margin-bottom: 14px;
}

.ts-archive .ts-gadget-card__spec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid rgba(195, 198, 215, 0.45);
    border-radius: 9px;
    background: #ffffff;
    color: #131b2e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.18;
    text-align: center;
}

.ts-archive .ts-gadget-card__spec:has(br) {
    grid-column: 1 / -1;
}

.ts-archive .ts-gadget-card__compare {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    border: 1px solid #004ac6;
    border-radius: 8px;
    background: #004ac6;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.ts-archive .ts-gadget-card__compare:hover {
    background: #0053db;
    color: #ffffff;
    filter: brightness(1.04);
}

.ts-archive__pagination {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ts-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 54px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(210, 222, 237, 0.95);
    border-radius: 18px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ts-archive__pagination a.page-numbers:hover {
    color: var(--ts-accent);
    border-color: rgba(59, 130, 246, 0.35);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.ts-archive__pagination .page-numbers.current {
    background: linear-gradient(135deg, #1d5fe2 0%, #2563eb 100%);
    border-color: transparent;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}

.ts-archive__pagination .page-numbers.prev,
.ts-archive__pagination .page-numbers.next {
    padding: 0 22px;
}

.ts-archive__pagination .dots {
    min-width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.56);
    color: #64748b;
    box-shadow: none;
}

@media (max-width: 640px) {
    .ts-archive__pagination {
        gap: 8px;
    }

    .ts-archive__pagination .page-numbers {
        min-width: 46px;
        height: 46px;
        padding: 0 14px;
        border-radius: 15px;
        font-size: 0.94rem;
    }

    .ts-archive__pagination .page-numbers.prev,
    .ts-archive__pagination .page-numbers.next {
        padding: 0 16px;
    }
}

.ts-archive__empty {
    background: #ffffff;
    border: 1px solid var(--ts-border);
    border-radius: 24px;
    box-shadow: var(--ts-shadow-sm);
    text-align: center;
    padding: 60px 20px;
    color: var(--ts-muted);
}

@media (max-width: 1024px) {
    .ts-archive {
        padding: 16px 16px 72px;
    }

    .ts-archive-spotlight__media {
        min-height: 300px;
    }

    .ts-archive__header-top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ts-archive .ts-gadget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-archive__body {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .ts-archive-spotlight__media {
        min-height: 260px;
    }

    .ts-archive-spotlight__content {
        max-width: none;
        padding: 22px 20px;
    }

    .ts-archive-spotlight__footer {
        gap: 12px;
    }

    .ts-archive-spotlight__score strong {
        font-size: 42px;
    }

    .ts-archive__meta,
    .ts-archive__active-filters {
        gap: 8px;
    }

    .ts-archive__sidebar {
        grid-template-columns: 1fr;
    }

    .ts-archive__toolbar {
        flex-direction: column;
    }

    .ts-sort-links {
        border-radius: 18px;
    }

    .ts-archive .ts-gadget-grid {
        grid-template-columns: 1fr;
    }

    .ts-archive .ts-gadget-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .ts-archive .ts-gadget-card__image-link {
        min-height: 240px;
    }

    .ts-archive .ts-gadget-card__specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ts-search-bar--archive .ts-autocomplete-wrap {
        display: block;
    }

    .ts-search-bar--archive .ts-search-bar__input {
        min-height: 56px;
        padding-right: 14px;
    }

    .ts-search-bar__submit {
        position: static;
        width: 100%;
        min-height: 48px;
        margin-top: 10px;
    }
}

/* Gadget archive filter drawer — placed after the 1024px/768px archive
   overrides above so it wins the cascade at true mobile widths (both
   media conditions are true simultaneously below 768px; later source
   order decides ties on the same selector/property). */
@media (max-width: 767px) {
    .ts-archive .ts-archive__filters-toggle {
        display: inline-flex;
        margin-bottom: 16px;
    }

    .ts-archive__sidebar-wrap {
        display: block;
    }

    .ts-archive__sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: min(340px, 85vw);
        z-index: 60;
        overflow-y: auto;
        background: #ffffff;
        padding: 20px;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
    }

    .ts-archive__sidebar-wrap.is-open .ts-archive__sidebar {
        transform: translateX(0);
    }

    .ts-filter-panel__header,
    .ts-filter-panel__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    /* .ts-archive qualifier: see the note above .ts-archive__filters-toggle
       — beats Elementor's .elementor-kit-9272 button background reset. */
    .ts-archive .ts-filter-panel__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        font-size: 22px;
        line-height: 1;
        color: var(--ts-muted);
        background: transparent;
        border: none;
    }

    .ts-filter-panel__reset-mobile,
    .ts-archive .ts-filter-panel__submit {
        min-height: 44px;
        padding: 0 20px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
    }

    .ts-filter-panel__reset-mobile {
        color: var(--ts-text);
        background: #f1f4f9;
        flex: 1;
    }

    .ts-archive .ts-filter-panel__submit {
        color: #ffffff;
        background: var(--ts-accent);
        border: none;
        flex: 2;
    }
}

/* =============================================================
   Categories Page  (/categories/)
   ============================================================= */

.ts-cats-page {
    min-height: 60vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.08), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

/* ── Hero ── */
.ts-cats-page__hero {
    padding: 74px 24px 44px;
    text-align: center;
}

.ts-cats-page__hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.ts-cats-page__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.14);
    background: rgba(59, 130, 246, 0.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ts-accent);
}

.ts-cats-page__title {
    font-family: var(--font-display);
    font-size: clamp(2.75rem, 5vw, 4.45rem);
    font-weight: 800;
    color: var(--ts-text);
    margin: 0 auto 18px;
    line-height: 0.98;
    letter-spacing: -0.055em;
    max-width: 920px;
    text-wrap: balance;
}

.ts-cats-page__accent {
    color: var(--ts-accent);
}

.ts-cats-page__sub {
    max-width: 760px;
    font-size: clamp(1.02rem, 1vw, 1.18rem);
    color: var(--ts-muted);
    margin: 0 auto;
    line-height: 1.65;
}

.ts-cats-page__search {
    margin: 32px auto 0;
    max-width: 860px;
}

.ts-cats-page__search-shell {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 10px 12px 10px 18px;
    border: 1px solid rgba(210, 222, 237, 0.96);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.ts-cats-page__search-icon {
    width: 24px;
    height: 24px;
    color: #7c8ca2;
}

.ts-cats-page__search-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ts-cats-page__search-input {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--ts-text);
    font-size: 1rem;
    padding: 0;
    box-shadow: none;
}

.ts-cats-page__search-input::placeholder {
    color: #8a97a8;
}

.ts-cats-page__search-input:focus {
    outline: none;
    box-shadow: none;
}

.ts-cats-page__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #1d5fe2 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.ts-cats-page__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.ts-cats-page__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(168, 183, 204, 0.7);
    background: rgba(255, 255, 255, 0.72);
    color: #334155;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.ts-cats-page__chip:hover {
    color: var(--ts-accent);
    border-color: rgba(59, 130, 246, 0.34);
    background: rgba(59, 130, 246, 0.08);
}

/* ── Body / grid ── */
.ts-cats-page__body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 24px 88px;
}

.ts-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

/* ── Category card ── */
.ts-cat-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(215, 226, 239, 0.88);
    border-radius: 24px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ts-cat-card:hover {
    border-color: rgba(59, 130, 246, 0.28);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
    transform: translateY(-4px);
    color: inherit;
}

.ts-cat-card__media {
    position: relative;
    aspect-ratio: 1.45 / 0.82;
    overflow: hidden;
    background: linear-gradient(180deg, #edf3fb 0%, #dde8f7 100%);
}

.ts-cat-card__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ts-cat-card__rank,
.ts-cat-card__hero-count {
    position: absolute;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ts-cat-card__rank {
    top: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #2459db 0%, #2563eb 100%);
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.25);
}

.ts-cat-card__hero-count {
    bottom: 16px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ts-cat-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px 18px 18px;
    min-height: 272px;
}

.ts-cat-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ts-cat-card__name {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 1.8vw, 2rem);
    font-weight: 800;
    color: var(--ts-text);
    margin: 0;
    line-height: 1.05;
}

.ts-cat-card__desc {
    font-size: var(--text-body-md);
    color: var(--ts-muted);
    margin: 0;
    line-height: 1.5;
}

.ts-cat-card__gadgets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ts-cat-card__gadget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f6f9fd;
    border: 1px solid rgba(225, 232, 241, 0.9);
}

.ts-cat-card__gadget-name {
    font-size: var(--text-body-md);
    color: var(--ts-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.ts-cat-card__score {
    flex-shrink: 0;
    min-width: 38px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2459db 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ts-cat-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: var(--ts-accent);
    background: rgba(255, 255, 255, 0.95);
    font-size: 0.98rem;
    font-weight: 700;
    gap: 8px;
}

.ts-cat-card:hover .ts-cat-card__cta {
    background: rgba(59, 130, 246, 0.06);
}

.ts-cats-page__empty {
    text-align: center;
    color: var(--ts-muted);
    padding: 60px 0;
}

.ts-cats-leaders {
    margin-top: 72px;
    padding-top: 36px;
    border-top: 1px solid rgba(207, 218, 232, 0.94);
}

.ts-cats-leaders__header {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

.ts-cats-leaders__eyebrow {
    margin: 0 0 10px;
    color: var(--ts-accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ts-cats-leaders__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.ts-cats-leaders__sub {
    margin: 0;
    color: var(--ts-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.ts-cats-leaders__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.ts-cats-leader-card {
    min-height: 118px;
    padding: 18px 14px;
    border-radius: 18px;
    border: 1px solid rgba(220, 229, 239, 0.92);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.ts-cats-leader-card__logo {
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-cats-leader-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) opacity(0.72);
    opacity: 0.82;
    transition: filter 0.18s ease, opacity 0.18s ease;
}

.ts-cats-leader-card__wordmark,
.ts-cats-leader-card__name {
    color: var(--ts-text);
    font-weight: 700;
}

.ts-cats-leader-card__wordmark {
    font-size: 0.96rem;
    text-align: center;
}

.ts-cats-leader-card__meta {
    color: var(--ts-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
}

.ts-cats-leader-card:hover .ts-cats-leader-card__logo img {
    filter: brightness(0) saturate(100%) opacity(0.92);
    opacity: 1;
}

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

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

@media (max-width: 767px) {
    .ts-cats-page__hero {
        padding: 46px 16px 30px;
    }

    .ts-cats-page__body {
        padding: 24px 16px 60px;
    }

    .ts-cats-page__search-shell {
        grid-template-columns: 24px minmax(0, 1fr);
        padding: 14px 14px 14px 16px;
    }

    .ts-cats-page__search-btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .ts-cat-grid {
        grid-template-columns: 1fr;
    }

    .ts-cats-leaders__header {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ts-cats-leaders__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .ts-cats-leaders__grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Homepage Final Cleanup
   Authoritative homepage block to beat older duplicated rules.
   ============================================================= */

.ts-home .ts-home-hero {
    background:
        radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.10), transparent 42%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    padding: 74px 24px 44px;
    text-align: center;
}

.ts-home .ts-home-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.ts-home .ts-home-hero__eyebrow {
    grid-column: 3 / 11;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 18px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.14);
    color: var(--ts-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ts-home .ts-home-hero__title {
    grid-column: 2 / 12;
    max-width: none;
    margin: 0 auto;
    color: var(--ts-text);
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.ts-home .ts-home-hero__accent {
    color: #3b82f6;
}

.ts-home .ts-home-hero__sub {
    grid-column: 3 / 11;
    max-width: none;
    margin: 18px auto 36px;
    font-size: 17px;
    line-height: 1.65;
    color: var(--ts-muted);
}

.ts-home .ts-home-hero__tools {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.ts-home .ts-home-tool-card {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d9e4f0;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    text-align: left;
}

.ts-home .ts-home-tool-card--compare {
    grid-column: span 7;
}

.ts-home .ts-home-tool-card--search {
    grid-column: span 5;
}

.ts-home .ts-home-tool-card__head {
    margin-bottom: 20px;
}

.ts-home .ts-home-tool-card__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ts-home .ts-home-tool-card__icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    flex-shrink: 0;
    color: var(--ts-accent);
    background: rgba(59, 130, 246, 0.08);
}

.ts-home .ts-home-tool-card__eyebrow {
    margin: 0 0 10px;
    color: var(--ts-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ts-home .ts-home-tool-card__title {
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.14;
    margin: 0;
}

.ts-home .ts-home-tool-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.ts-home .ts-compare-picker {
    align-items: stretch;
    gap: 16px;
}

.ts-home .ts-compare-picker__selects {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 18px;
    padding: 18px;
    border-radius: 28px;
    background: #f7faff;
    border: 1px solid #d9e4f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ts-home .ts-compare-picker__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ts-home .ts-compare-picker__label {
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #64748b;
}

.ts-home .ts-compare-picker__input,
.ts-home .ts-home-hero__search .ts-search-bar__input {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid #cad7e6;
    background: #ffffff;
    color: var(--ts-text);
    box-shadow: none;
}

.ts-home .ts-home-hero__search .ts-search-bar__input {
    padding-left: 50px;
}

.ts-home .ts-compare-picker__vs {
    width: 52px;
    height: 52px;
    align-self: center;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d8e2ef;
    color: var(--ts-accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    padding-bottom: 0;
}

.ts-home .ts-compare-picker__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    align-self: flex-start;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #2f79f6 0%, #1d57d8 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
    cursor: pointer;
}

.ts-home .ts-compare-picker__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.24);
}

.ts-home .ts-compare-picker__btn:focus,
.ts-home .ts-compare-picker__btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.14),
        0 16px 34px rgba(37, 99, 235, 0.22);
}

.ts-home .ts-home-hero__search {
    display: block;
    margin-top: 0;
}

.ts-home .ts-home-hero__search .ts-search-bar {
    width: 100%;
}

.ts-home .ts-home-hero__search .ts-search-bar__icon {
    left: 18px;
    color: #94a3b8;
}

.ts-home .ts-home-trending {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ts-home .ts-home-trending__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ts-home .ts-home-trending__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ts-home .ts-home-trending__chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    color: var(--ts-text);
    font-size: 12px;
    font-weight: 600;
}

.ts-home .ts-home-body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--home-pad) 96px;
}

.ts-home .ts-home-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 10px;
    padding: 28px 0 42px;
}

.ts-home .ts-home-cat-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #d9e4f0;
    color: var(--ts-muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.ts-home .ts-home-cat-pill--all,
.ts-home .ts-home-cat-pill:hover {
    border-color: rgba(31, 111, 235, 0.22);
    background: rgba(31, 111, 235, 0.06);
    color: var(--ts-accent);
}

.ts-home .ts-home-section {
    margin-bottom: 72px;
}

.ts-home .ts-home-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.ts-home .ts-home-section__title {
    margin: 0 0 4px;
    color: var(--ts-text);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ts-home .ts-home-section__title-accent,
.ts-home .ts-home-section__link {
    color: var(--ts-accent);
}

.ts-home .ts-home-section__sub {
    margin: 0;
    color: var(--ts-muted);
    font-size: 14px;
}

.ts-home .ts-home-section__link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ts-home .ts-home-section__header--centered {
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
}

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

.ts-home .ts-gadget-card {
    overflow: hidden;
}

.ts-home .ts-gadget-card__image-link {
    position: relative;
}

.ts-home .ts-home-brands {
    padding: 52px 0 0;
    border-top: 1px solid var(--ts-border);
}

.ts-home .ts-home-brands__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 16px;
    align-items: stretch;
}

.ts-home .ts-home-brand-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 116px;
    padding: 18px 16px 16px;
    text-align: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--ts-border);
    color: var(--ts-muted);
    text-decoration: none;
}

.ts-home .ts-home-brand-pill:hover {
    border-color: rgba(31, 111, 235, 0.22);
    background: rgba(31, 111, 235, 0.06);
    color: var(--ts-accent);
}

.ts-home .ts-home-brand-pill--logo {
    padding-top: 16px;
}

.ts-home .ts-home-brand-pill__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
}

.ts-home .ts-home-brand-pill__logo {
    height: 30px;
    max-width: min(100%, 120px);
    opacity: 0.82;
    filter: brightness(0) saturate(100%) opacity(0.72);
}

.ts-home .ts-home-brand-pill:hover .ts-home-brand-pill__logo,
.ts-home .ts-home-brand-pill--logo:hover .ts-home-brand-pill__logo {
    opacity: 1;
    filter: brightness(0) saturate(100%) opacity(0.92);
}

.ts-home .ts-home-brand-pill__label {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ts-home .ts-gadget-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ts-home .ts-gadget-card__head-main {
    min-width: 0;
}

.ts-home .ts-gadget-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(31, 111, 235, 0.95);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(31, 111, 235, 0.2);
}

.ts-home .ts-gadget-card__score {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ts-accent);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    flex-shrink: 0;
}

.ts-home .ts-gadget-card__score::before {
    content: '☆';
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .ts-home .ts-home-hero {
        padding-top: 64px;
    }

    .ts-home .ts-home-hero__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ts-home .ts-home-hero__eyebrow,
    .ts-home .ts-home-hero__title,
    .ts-home .ts-home-hero__sub,
    .ts-home .ts-home-hero__tools {
        grid-column: 1 / -1;
    }

    .ts-home .ts-home-hero__tools {
        grid-template-columns: 1fr;
    }

    .ts-home .ts-home-hero__title {
        font-size: clamp(38px, 7vw, 64px);
        max-width: 13ch;
    }

    .ts-home .ts-home-tool-card {
        padding: 24px;
    }

    .ts-home .ts-home-tool-card--compare,
    .ts-home .ts-home-tool-card--search {
        grid-column: auto;
    }

    .ts-home .ts-gadget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ts-home .ts-home-hero {
        padding: 56px var(--home-pad) 48px;
    }

    .ts-home .ts-home-hero__title {
        font-size: clamp(34px, 11vw, 48px);
        max-width: 9ch;
        line-height: 1.03;
    }

    .ts-home .ts-home-hero__sub {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .ts-home .ts-home-tool-card {
        padding: 20px;
        border-radius: 24px;
    }

    .ts-home .ts-home-tool-card__title-row {
        gap: 8px;
    }

    .ts-home .ts-compare-picker__selects {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .ts-home .ts-compare-picker__btn {
        width: 100%;
        min-width: 0;
    }

    .ts-home .ts-home-cats {
        gap: 8px;
        padding: 24px 0 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-home .ts-home-section__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ts-home .ts-home-trending {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ts-home .ts-gadget-grid {
        grid-template-columns: 1fr;
    }

    .ts-home .ts-home-brands__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ts-home .ts-home-brand-pill {
        min-height: 104px;
        padding: 16px 12px 14px;
    }

    .ts-home .ts-home-brand-pill__logo {
        height: 26px;
        max-width: min(100%, 104px);
    }
}

/* =============================================================
   Stitch Homepage Refresh
   Based on stitch_design_enhancement_engine home mockup.
   ============================================================= */

body.home {
    background: #f8fafc !important;
    color: #0f172a;
}

body.home .ts-home {
    --home-pad: 32px;
    background: #f8fafc;
    color: #0f172a;
}

body.home .ts-home-hero {
    padding: 48px var(--home-pad) 56px;
    background: #f8fafc;
    text-align: left;
}

body.home .ts-home-hero__inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 492px);
    gap: 96px;
    align-items: center;
}

body.home .ts-home-hero__copy {
    grid-column: auto;
    min-width: 0;
}

body.home .ts-home-hero__title {
    max-width: 620px;
    margin: 0 0 22px;
    color: #0f172a;
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

body.home .ts-home-hero__sub {
    max-width: 620px;
    margin: 0 0 32px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

body.home .ts-home-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

body.home .ts-home-btn {
    min-width: 176px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease;
}

body.home .ts-home-btn:hover {
    transform: translateY(-1px);
}

body.home .ts-home-btn--primary {
    background: #004ac6;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 74, 198, 0.18);
}

body.home .ts-home-btn--secondary {
    background: #dbe1ff;
    color: #0f172a;
}

body.home .ts-home-hero__tools {
    grid-column: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px;
}

body.home .ts-home-tool-card {
    padding: 32px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.home .ts-home-tool-card--compare {
    grid-column: 1 / -1 !important;
    background: linear-gradient(135deg, #2563eb 0%, #2f6df0 100%);
    color: #ffffff;
}

body.home .ts-home-tool-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

body.home .ts-home-tool-card__title {
    margin: 0 0 16px;
    color: inherit;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

body.home .ts-home-tool-card__text {
    max-width: 390px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

body.home .ts-home .ts-compare-picker,
body.home .ts-compare-picker {
    display: block;
}

body.home .ts-compare-picker__selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.home .ts-compare-picker__field {
    min-width: 0;
}

body.home .ts-compare-picker__input {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
}

body.home .ts-compare-picker__input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

body.home .ts-home-search-card {
    grid-column: 1 / -1 !important;
    justify-self: stretch;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    gap: 18px;
    min-height: 124px;
    width: 100%;
    padding: 26px 30px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body.home .ts-home-search-card:hover {
    color: #0f172a;
    border-color: #c7d2fe;
}

body.home .ts-home-search-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e8f0ff;
    color: #004ac6;
}

body.home .ts-home-search-card h2 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
}

body.home .ts-home-search-card span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.35;
}

body.home .ts-home-search-card__body {
    display: block;
    min-width: 0;
}

body.home .ts-home-search-card__arrow {
    justify-self: end;
    color: #64748b;
    font-size: 22px;
}

body.home .ts-home-body {
    max-width: 1280px;
    padding: 0 var(--home-pad) 128px;
}

body.home .ts-home-section {
    margin-bottom: 66px;
}

body.home .ts-home-section__header {
    align-items: flex-end;
    margin-bottom: 54px;
}

body.home .ts-home-section__eyebrow {
    margin: 0 0 8px;
    color: #004ac6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.home .ts-home-section__title {
    margin: 0;
    color: #0f172a;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.home .ts-home-section__sub {
    margin-top: 12px;
    color: #64748b;
    font-size: 14px;
}

body.home .ts-home-section__link {
    color: #004ac6;
    font-size: 13px;
    font-weight: 800;
}

body.home .ts-gadget-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.home .ts-gadget-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

body.home .ts-gadget-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

body.home .ts-gadget-card__image-link {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: #f1f5f9;
}

body.home .ts-gadget-card__image {
    max-height: 190px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

body.home .ts-gadget-card__score {
    position: absolute;
    top: 16px;
    right: 16px;
    min-width: 48px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #e2ff11;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
}

body.home .ts-gadget-card__score::before {
    content: none;
}

body.home .ts-gadget-card__body {
    padding: 28px 24px 26px;
}

body.home .ts-gadget-card__brand {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

body.home .ts-gadget-card__title {
    margin: 0 0 22px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.home .ts-gadget-card__title a {
    color: inherit;
}

body.home .ts-gadget-card__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

body.home .ts-gadget-card__details,
body.home .ts-gadget-card__compare {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

body.home .ts-gadget-card__details {
    background: #004ac6;
    color: #ffffff;
}

body.home .ts-gadget-card__compare {
    background: #dbe1ff;
    border: 0;
    color: #0f172a;
}

body.home .ts-home-brands {
    max-width: none;
    margin-left: calc(var(--home-pad) * -1);
    margin-right: calc(var(--home-pad) * -1);
    padding: 88px var(--home-pad);
    border: 0;
    border-radius: 0;
    background: #eef2ff;
}

body.home .ts-home-section__header--centered {
    margin-bottom: 34px;
}

body.home .ts-home-brands__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

body.home .ts-home-brand-pill {
    min-height: 116px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

body.home .ts-home-brand-pill:hover {
    background: #ffffff;
    color: #004ac6;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.home .ts-home-brand-pill__initial {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8fafc;
    color: #004ac6;
    font-size: 12px;
    font-weight: 800;
}

body.home .ts-home-brand-pill__label {
    color: #0f172a;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

body.home .ts-footer,
.ts-footer {
    margin-top: 0;
    background: #283044;
    border-top: 0;
    color: #eef0ff;
}

.ts-footer__inner {
    max-width: 1280px;
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    padding: 72px 32px 58px;
    gap: 76px;
}

.ts-footer__logo {
    color: #ffffff;
    font-size: 22px;
}

.ts-footer__tagline {
    max-width: 290px;
    color: #cbd5e1;
}

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

.ts-footer__social a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.ts-footer__col-title {
    color: #e2ff11;
    font-size: 10px;
    letter-spacing: 0.14em;
}

.ts-footer__links {
    gap: 12px;
}

.ts-footer__links a {
    color: #cbd5e1;
    font-size: 14px;
}

.ts-footer__links a:hover {
    color: #ffffff;
}

.ts-footer__bottom {
    max-width: 1280px;
    padding: 26px 32px;
    border-top-color: rgba(255, 255, 255, 0.1);
}

.ts-footer__copy,
.ts-footer__system {
    margin: 0;
    color: #94a3b8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-footer__system {
    display: flex;
    gap: 24px;
}

@media (max-width: 1024px) {
    body.home .ts-home-hero__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.home .ts-gadget-grid,
    body.home .ts-home-brands__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }
}

@media (max-width: 767px) {
    body.home .ts-home {
        --home-pad: 16px;
    }

    body.home .ts-home-hero {
        padding-top: 34px;
    }

    body.home .ts-home-hero__title {
        font-size: clamp(34px, 11vw, 44px);
    }

    body.home .ts-home-hero__actions,
    body.home .ts-home-btn {
        width: 100%;
    }

    body.home .ts-compare-picker__selects,
    body.home .ts-gadget-card__footer {
        grid-template-columns: 1fr;
    }

    body.home .ts-home-search-card {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 22px;
    }

    body.home .ts-home-search-card__arrow {
        display: none;
    }

    body.home .ts-home-section__header {
        align-items: flex-start;
    }

    body.home .ts-gadget-grid,
    body.home .ts-home-brands__list {
        grid-template-columns: 1fr;
    }

    body.home .ts-gadget-card__image-link {
        min-height: 220px;
    }

    .ts-footer__inner {
        grid-template-columns: 1fr;
        padding: 54px 24px 42px;
    }

    .ts-footer__bottom,
    .ts-footer__system {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Final compare decision overrides: keep these after legacy compare rules. */
.ts-decision-page .ts-decision-hero {
    padding: 18px 8px 16px;
}

.ts-decision-page .ts-decision-hero h1 {
    max-width: 980px;
    margin: 8px auto 10px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}

.ts-decision-page .ts-compare-subtitle {
    color: var(--decision-muted);
    font-size: 14px;
    line-height: 1.5;
}

.ts-decision-page .ts-compare-table-section {
    margin-top: 0;
}

.ts-decision-page .ts-detailed-comparison .ts-compare-table-header {
    align-items: flex-start;
    justify-content: space-between;
}

.ts-decision-page .ts-compare-spec-value.is-win {
    color: var(--decision-win);
    background: var(--decision-win-bg);
    font-weight: 800;
}

.ts-decision-page .ts-compare-spec-value.is-win > span::after {
    content: " Winner";
    display: inline-flex;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #d1fae5;
    color: var(--decision-win);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ts-decision-page .ts-compare-spec-value.is-lose {
    color: #98a2b3;
    background: #f8fafc;
}

.ts-decision-page .ts-compare-spec-value.is-tie {
    color: var(--decision-muted);
    background: #ffffff;
}

@media (max-width: 760px) {
    .ts-decision-page .ts-detailed-comparison .ts-compare-table-header {
        display: grid;
        gap: 12px;
    }
}

/* =============================================================
   Homepage Decision Platform Refresh
   Scoped to the WordPress front page only.
   ============================================================= */

body.home .ts-home-v2 {
    --home-bg: #f7f9fc;
    --home-card: #ffffff;
    --home-border: #e5eaf0;
    --home-text: #101828;
    --home-muted: #667085;
    --home-blue: #1f6feb;
    --home-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
    background: var(--home-bg);
    color: var(--home-text);
    padding: 28px 0 80px;
}

body.home .ts-home-v2__container {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

body.home .ts-home-kicker {
    margin: 0 0 8px;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .ts-home-hero-card,
body.home .ts-home-panel,
body.home .ts-home-side-card,
body.home .ts-home-newsletter,
body.home .ts-home-trust-strip article {
    background: var(--home-card);
    border: 1px solid var(--home-border);
    border-radius: 18px;
    box-shadow: var(--home-shadow);
}

body.home .ts-home-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 24px;
    align-items: stretch;
    padding: 26px;
}

body.home .ts-home-hero-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

body.home .ts-home-hero-card h1 {
    max-width: 720px;
    margin: 0;
    color: var(--home-text);
    font-size: clamp(38px, 6vw, 72px);
    letter-spacing: -0.04em;
    line-height: 0.95;
}

body.home .ts-home-hero-card p {
    max-width: 680px;
    margin: 16px 0 0;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.6;
}

body.home .ts-home-compare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    margin-top: 28px;
    padding: 12px;
    background: #f8fbff;
    border: 1px solid var(--home-border);
    border-radius: 16px;
}

body.home .ts-home-compare__field {
    min-width: 0;
}

body.home .ts-home-compare__field label {
    display: block;
    margin: 0 0 6px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.home .ts-home-compare .ts-compare-picker__input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid #d8e2ee;
    border-radius: 12px;
    color: var(--home-text);
    font-size: 15px;
    outline: none;
}

body.home .ts-home-compare .ts-compare-picker__input:focus {
    border-color: var(--home-blue);
    box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.1);
}

body.home .ts-home-compare__vs {
    display: grid;
    place-items: center;
    width: 42px;
    height: 48px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 900;
}

body.home .ts-home-compare button,
body.home .ts-home-newsletter button {
    min-height: 48px;
    padding: 0 20px;
    background: var(--home-blue);
    border: 1px solid var(--home-blue);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

body.home .ts-home-popular-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
}

body.home .ts-home-popular-chips span {
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 800;
}

body.home .ts-home-popular-chips a,
body.home .ts-home-section-head > a,
body.home .ts-home-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    border: 1px solid #dbe5f1;
    border-radius: 999px;
    color: var(--home-blue);
    background: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

body.home .ts-home-hero-feature {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    border: 1px solid var(--home-border);
    border-radius: 16px;
}

body.home .ts-home-hero-feature > span {
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .ts-home-hero-feature a:first-of-type {
    display: grid;
    place-items: center;
    flex: 1;
    min-height: 220px;
}

body.home .ts-home-hero-feature img {
    max-height: 230px;
    object-fit: contain;
}

body.home .ts-home-hero-feature h2 {
    margin: 8px 0 6px;
    color: var(--home-text);
    font-size: 24px;
    letter-spacing: -0.02em;
}

body.home .ts-home-hero-feature p {
    margin: 0 0 14px;
    color: var(--home-muted);
    font-size: 14px;
}

body.home .ts-home-category-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(88px, 1fr);
    gap: 10px;
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

body.home .ts-home-category-chip {
    display: grid;
    gap: 8px;
    place-items: center;
    min-width: 88px;
    min-height: 82px;
    padding: 12px 8px;
    background: var(--home-card);
    border: 1px solid var(--home-border);
    border-radius: 16px;
    color: var(--home-text);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

body.home .ts-home-category-chip span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #eef4ff;
    color: var(--home-blue);
    font-weight: 900;
}

body.home .ts-home-category-chip .ts-category-icon {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
}

body.home .ts-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
    margin-top: 22px;
}

body.home .ts-home-main,
body.home .ts-home-sidebar {
    display: grid;
    gap: 22px;
    min-width: 0;
}

body.home .ts-home-panel,
body.home .ts-home-side-card {
    padding: 20px;
}

body.home .ts-home-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

body.home .ts-home-section-head h2,
body.home .ts-home-side-card h2,
body.home .ts-home-newsletter h2 {
    margin: 0;
    color: var(--home-text);
    font-size: 24px;
    letter-spacing: -0.025em;
}

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

body.home .ts-home-trending-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .ts-home-product-card,
body.home .ts-home-comparison-card,
body.home .ts-home-guide-row a {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.home .ts-home-product-card__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 178px;
    padding: 18px;
    background: #f8fbff;
}

body.home .ts-home-product-card--compact .ts-home-product-card__media {
    min-height: 142px;
}

body.home .ts-home-product-card__image {
    max-height: 150px;
    object-fit: contain;
}

body.home .ts-home-product-card__score {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 30px;
    padding: 0 8px;
    border-radius: 999px;
    background: #101828;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

body.home .ts-home-product-card__body {
    padding: 14px;
}

body.home .ts-home-product-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

body.home .ts-home-product-card__meta a,
body.home .ts-home-product-card__meta span {
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

body.home .ts-home-product-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

body.home .ts-home-product-card h3 a {
    color: var(--home-text);
}

body.home .ts-home-product-card p {
    margin: 8px 0 0;
    color: var(--home-muted);
    font-size: 13px;
}

body.home .ts-home-product-card__actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

body.home .ts-home-product-card__actions a {
    flex: 1;
    padding: 8px 10px;
    border-radius: 10px;
    background: #eef4ff;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

body.home .ts-home-product-card__actions a:last-child {
    background: #ffffff;
    border: 1px solid var(--home-border);
    color: var(--home-muted);
}

body.home .ts-home-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.home .ts-home-comparison-card {
    padding: 14px;
}

body.home .ts-home-comparison-card__images {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

body.home .ts-home-comparison-card__images a {
    display: grid;
    place-items: center;
    min-height: 112px;
    background: #f8fbff;
    border-radius: 12px;
}

body.home .ts-home-comparison-card__images img {
    max-height: 92px;
    object-fit: contain;
}

body.home .ts-home-comparison-card__images strong {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 900;
}

body.home .ts-home-comparison-card h3 {
    margin: 12px 0 6px;
    color: var(--home-text);
    font-size: 17px;
    line-height: 1.3;
}

body.home .ts-home-comparison-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
}

body.home .ts-home-comparison-card > a {
    display: inline-flex;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 10px;
    background: var(--home-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

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

body.home .ts-home-guide-row a {
    padding: 18px;
}

body.home .ts-home-guide-row strong,
body.home .ts-home-guide-row span {
    display: block;
}

body.home .ts-home-guide-row strong {
    color: var(--home-text);
    font-size: 17px;
}

body.home .ts-home-guide-row span {
    margin-top: 8px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.home .ts-home-rank-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: top-picks;
}

body.home .ts-home-rank-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    counter-increment: top-picks;
}

body.home .ts-home-rank-list li::before {
    content: counter(top-picks);
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #eef4ff;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 900;
}

body.home .ts-home-rank-list a {
    min-width: 0;
    overflow: hidden;
    color: var(--home-text);
    font-size: 14px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home .ts-home-rank-list span {
    grid-column: 2;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 700;
}

body.home .ts-home-deal-list,
body.home .ts-home-brand-cloud {
    display: grid;
    gap: 10px;
}

body.home .ts-home-deal-list a {
    display: grid;
    gap: 4px;
    padding: 11px;
    background: #f8fbff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
}

body.home .ts-home-deal-list span {
    color: var(--home-text);
    font-size: 13px;
    font-weight: 800;
}

body.home .ts-home-deal-list strong {
    color: #0f766e;
    font-size: 13px;
}

body.home .ts-home-brand-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .ts-home-brand-cloud a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 48px;
    padding: 7px 10px;
    background: #f8fbff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    color: var(--home-text);
    font-size: 12px;
    font-weight: 800;
}

body.home .ts-home-brand-cloud__logo,
body.home .ts-home-brand-cloud__fallback {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 9px;
}

body.home .ts-home-brand-cloud__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.home .ts-home-brand-cloud__fallback {
    padding: 0;
    color: var(--home-accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
}

body.home .ts-home-brand-cloud__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home .ts-home-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 18px;
    align-items: center;
    margin-top: 22px;
    padding: 24px;
}

body.home .ts-home-newsletter p {
    margin: 8px 0 0;
    color: var(--home-muted);
}

body.home .ts-home-newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

body.home .ts-home-newsletter input {
    min-height: 48px;
    min-width: 0;
    padding: 0 14px;
    background: #f8fbff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    color: var(--home-text);
}

body.home .ts-home-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

body.home .ts-home-trust-strip article {
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.home .ts-home-trust-strip strong,
body.home .ts-home-trust-strip span {
    display: block;
}

body.home .ts-home-trust-strip strong {
    color: var(--home-text);
    font-size: 15px;
}

body.home .ts-home-trust-strip span {
    margin-top: 6px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    body.home .ts-home-hero-card,
    body.home .ts-home-layout,
    body.home .ts-home-newsletter {
        grid-template-columns: 1fr;
    }

    body.home .ts-home-trending-grid,
    body.home .ts-home-decision-grid,
    body.home .ts-home-guide-row,
    body.home .ts-home-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.home .ts-home-v2 {
        padding-top: 16px;
    }

    body.home .ts-home-v2__container {
        width: min(100% - 24px, 1240px);
    }

    body.home .ts-home-hero-card {
        padding: 18px;
        border-radius: 16px;
    }

    body.home .ts-home-hero-card h1 {
        font-size: clamp(36px, 12vw, 48px);
    }

    body.home .ts-home-compare,
    body.home .ts-home-newsletter form {
        grid-template-columns: 1fr;
    }

    body.home .ts-home-compare__vs {
        width: 100%;
        height: 34px;
    }

    body.home .ts-home-category-row {
        grid-template-columns: repeat(11, 92px);
    }

    body.home .ts-home-section-head {
        display: grid;
    }

    body.home .ts-home-trending-grid,
    body.home .ts-home-decision-grid,
    body.home .ts-home-comparison-grid,
    body.home .ts-home-guide-row,
    body.home .ts-home-brand-cloud,
    body.home .ts-home-trust-strip {
        grid-template-columns: 1fr;
    }

    body.home .ts-home-panel,
    body.home .ts-home-side-card,
    body.home .ts-home-newsletter {
        padding: 16px;
        border-radius: 16px;
    }
}
/* Archive card compact redesign */
.ts-archive .ts-gadget-card {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding: 14px;
    border-radius: 18px;
}

.ts-archive .ts-gadget-card__image-link {
    min-height: 210px;
    padding: 18px;
    align-items: center;
}

.ts-archive .ts-gadget-card__image {
    max-height: 175px;
}

.ts-archive .ts-gadget-card__category {
    top: 10px;
    left: 10px;
    min-height: 22px;
    font-size: 8px;
    padding: 0 9px;
}

.ts-archive .ts-gadget-card__body {
    padding: 0;
}

.ts-archive .ts-gadget-card__brand-row {
    min-height: 18px;
    margin-bottom: 4px;
}

.ts-archive .ts-gadget-card__title {
    margin-bottom: 10px;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.08;
}

.ts-archive .ts-gadget-card__score-row {
    gap: 10px;
    margin-bottom: 12px;
}

.ts-archive .ts-gadget-card__score {
    min-width: 54px;
    height: 54px;
    border-radius: 12px;
    font-size: 14px;
}

.ts-archive .ts-gadget-card__stars {
    font-size: 13px;
}

.ts-archive .ts-gadget-card__score-label,
.ts-archive .ts-gadget-card__score-text {
    font-size: 9px;
    line-height: 1.25;
}

.ts-archive .ts-gadget-card__metrics {
    gap: 7px;
    margin-bottom: 12px;
}

.ts-archive .ts-gadget-card__metric-head {
    margin-bottom: 3px;
    font-size: 11px;
}

.ts-archive .ts-gadget-card__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 10px;
}

.ts-archive .ts-gadget-card__spec {
    min-height: 36px;
    padding: 6px 7px;
    border-radius: 8px;
}

/* Archive list card — real-data adaptation of the approved list layout. */
.ts-archive .ts-gadget-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.ts-archive .ts-gadget-card--list {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px 210px;
    grid-template-areas: "info media commerce";
    gap: 22px;
    min-height: 232px;
    padding: 22px 22px 22px 24px;
    align-items: stretch;
    border: 1px solid #dde6f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.ts-archive .ts-gadget-card--list::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 92, 245, .035), transparent 35%);
    pointer-events: none;
}

.ts-archive .ts-gadget-card--list:hover {
    transform: translateY(-2px);
}

.ts-archive .ts-gadget-card__info {
    position: relative;
    z-index: 1;
    grid-area: info;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 11px;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__category {
    position: static;
    width: max-content;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 10px;
    box-shadow: none;
}

.ts-archive .ts-gadget-card__title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: baseline;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__title {
    margin: 0;
    color: #111827;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__brand {
    color: #475569;
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__score-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0;
    align-items: center;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__score {
    display: inline;
    min-width: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #004ac6;
    font-size: 16px;
    font-weight: 900;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__score.is-pending {
    color: #64748b;
    font-size: 13px;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__score-label {
    padding-left: 10px;
    border-left: 1px solid #d8e0ea;
    color: #64748b;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__community {
    margin: 0 0 0 auto;
    color: #475569;
    font-size: 12px;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__community strong { color: #0a9b73; }

.ts-archive .ts-gadget-card__summary {
    max-width: 620px;
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.45;
}

.ts-archive .ts-gadget-card__summary.is-pending { color: #64748b; }

.ts-archive .ts-gadget-card--list .ts-gadget-card__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    margin: auto 0 0;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__spec {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    min-height: 0;
    padding: 0;
    align-items: center;
    justify-content: initial;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}

.ts-archive .ts-gadget-card__spec-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #aab8c9;
    border-radius: 7px;
    background: #fff;
}

.ts-archive .ts-gadget-card__spec-icon:empty::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0b5cf5;
}

.ts-archive .ts-gadget-card__spec-icon .ts-spec-icon { width: 16px; height: 16px; }
.ts-archive .ts-gadget-card__spec strong,
.ts-archive .ts-gadget-card__spec small { display: block; overflow-wrap: anywhere; }
.ts-archive .ts-gadget-card__spec strong { color: #111827; font-size: 12px; line-height: 1.15; }
.ts-archive .ts-gadget-card__spec small { margin-top: 2px; color: #64748b; font-size: 10px; line-height: 1.15; }

.ts-archive .ts-gadget-card--list .ts-gadget-card__image-link {
    grid-area: media;
    min-height: 188px;
    aspect-ratio: auto;
    padding: 12px;
    border-left: 1px solid #edf2f7;
    border-radius: 0;
    background: transparent;
}

.ts-archive .ts-gadget-card--list .ts-gadget-card__image { max-height: 195px; filter: drop-shadow(0 16px 22px rgba(15, 23, 42, .12)); }

.ts-archive .ts-gadget-card__commerce {
    position: relative;
    z-index: 1;
    grid-area: commerce;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-left: 22px;
    border-left: 1px solid #dfe7f1;
}

.ts-archive .ts-gadget-card__price-label { display: block; color: #334155; font-size: 12px; }
.ts-archive .ts-gadget-card__price { display: block; margin-top: 4px; color: #004ac6; font-size: 28px; line-height: 1; }
.ts-archive .ts-gadget-card__deal { display: flex; min-height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: #0b5cf5; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.ts-archive .ts-gadget-card__buy-pending { padding: 10px 12px; border-radius: 8px; background: #f4f7fb; color: #64748b; font-size: 12px; text-align: center; }
.ts-archive .ts-gadget-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px solid #edf2f7; }
.ts-archive .ts-gadget-card--list .ts-gadget-card__compare,
.ts-archive .ts-gadget-card__details { display: flex; min-height: 40px; align-items: center; justify-content: center; margin: 0; border: 1px solid #cfd9e6; border-radius: 8px; background: #fff; color: #334155; font-size: 12px; font-weight: 750; text-decoration: none; }
.ts-archive .ts-gadget-card--list .ts-gadget-card__compare:hover,
.ts-archive .ts-gadget-card__details:hover { border-color: #0b5cf5; background: #eef4ff; color: #004ac6; }

@media (max-width: 1100px) {
    .ts-archive .ts-gadget-card.ts-gadget-card--list { grid-template-columns: minmax(0, 1fr) 220px; grid-template-areas: "info media" "commerce commerce"; }
    .ts-archive .ts-gadget-card__commerce { display: grid; grid-template-columns: 1fr auto minmax(220px, auto); align-items: center; padding: 16px 0 0; border-top: 1px solid #dfe7f1; border-left: 0; }
    .ts-archive .ts-gadget-card__actions { margin: 0; padding: 0; border: 0; }
}

@media (max-width: 720px) {
    .ts-archive .ts-gadget-card.ts-gadget-card--list { grid-template-columns: 1fr; grid-template-areas: "media" "info" "commerce"; gap: 18px; padding: 16px; }
    .ts-archive .ts-gadget-card--list .ts-gadget-card__image-link { min-height: 170px; padding: 8px; border-left: 0; }
    .ts-archive .ts-gadget-card--list .ts-gadget-card__image { max-height: 160px; }
    .ts-archive .ts-gadget-card--list .ts-gadget-card__community { width: 100%; margin-left: 0; }
    .ts-archive .ts-gadget-card--list .ts-gadget-card__specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ts-archive .ts-gadget-card__commerce { display: flex; }
}

.ts-archive .ts-gadget-card__spec--wide {
    grid-column: span 2;
}

.ts-archive .ts-gadget-card__compare {
    min-height: 38px;
    font-size: 12px;
    border-radius: 8px;
}

/* Mobile */
@media (max-width: 768px) {
    .ts-archive .ts-gadget-card {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 12px;
    }

    .ts-archive .ts-gadget-card__image-link {
        min-height: 180px;
        padding: 14px;
    }

    .ts-archive .ts-gadget-card__image {
        max-height: 145px;
    }
}

/* Product media consistency and final mobile safeguards */
.ts-archive .ts-gadget-card__image-link {
    min-height: 0;
    aspect-ratio: 1;
    align-self: center;
}

.ts-archive .ts-gadget-card__image,
.ts-product-hero-card__media img,
body.single-gadget .ts-rival-card__image img,
body.single-gadget .ts-cmp-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ts-product-hero-card h2,
.ts-archive .ts-gadget-card__title,
body.single-gadget .ts-rival-card__name,
body.single-gadget .ts-cmp-card__label {
    overflow-wrap: anywhere;
}

@media (max-width: 520px) {
    .ts-archive .ts-gadget-card {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .ts-archive .ts-gadget-card__image-link {
        padding: 12px;
        align-self: center;
    }

    .ts-archive .ts-gadget-card__title {
        font-size: 17px;
    }

    .ts-archive .ts-gadget-card__compare,
    .ts-decision-page button,
    .ts-decision-page select {
        min-height: 44px;
    }

    .ts-compare-sticky__links {
        scrollbar-width: none;
    }

    .ts-compare-sticky__links::-webkit-scrollbar {
        display: none;
    }
}

body.single-gadget .ts-breadcrumb,
body.single-gadget .ts-breadcrumb a { color: #667286; }
body.single-gadget .ts-product-hero h1 { color: #152033; }

/* Single gadget visual hierarchy — screenshot-aligned, data-safe components */
body.single-gadget .ts-page { background: #f6f8fb; }
body.single-gadget .ts-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
body.single-gadget .ts-single-gadget { width: 100%; max-width: none; padding-inline: 0; }
body.single-gadget .ts-layout-grid { display: grid; gap: 20px; align-items: stretch; }
body.single-gadget .ts-layout-grid > .ts-section { height: calc(100% - 24px); }
body.single-gadget .ts-layout-grid--decision { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); }
body.single-gadget .ts-layout-grid--details { grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); }
body.single-gadget .ts-layout-grid--social { grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr); }
body.single-gadget .ts-priority-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); grid-template-areas: "specs community"; gap: 20px; align-items: start; margin-top: 24px; }
body.single-gadget .ts-priority-grid > .ts-spec-tabs { grid-area: specs; }
body.single-gadget .ts-priority-grid > .ts-community { grid-area: community; }
body.single-gadget .ts-priority-grid > .ts-section { min-width: 0; margin-block: 0; }

body.single-gadget .ts-hero-card { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); padding-bottom: 0; overflow: hidden; }
body.single-gadget .ts-product-gallery:has(.ts-product-hero__thumbs) { display: grid; grid-template-columns: 72px minmax(0, 1fr); grid-template-areas: "thumbs main"; gap: 16px; align-items: center; }
body.single-gadget .ts-product-gallery > #ts-gallery-main-img { grid-area: main; }
body.single-gadget .ts-product-hero__thumbs { grid-area: thumbs; flex-direction: column; max-height: 420px; margin: 0; overflow-y: auto; }
body.single-gadget .ts-product-hero__thumbs button { flex: 0 0 64px; width: 64px; }
body.single-gadget .ts-score-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 22px 0; }
body.single-gadget .ts-score-pair .ts-score-box { display: flex; min-height: 76px; flex-direction: column; align-items: flex-start; justify-content: center; margin: 0; }
body.single-gadget .ts-score-box strong { color: #111827; font-size: 1.65rem; }
body.single-gadget .ts-score-box:not(.is-pending) strong { color: #15835f; }
body.single-gadget .ts-key-spec-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 16px -24px 0; border-top: 1px solid #e4e9f0; background: #fff; }
body.single-gadget .ts-key-spec-strip > div { min-width: 0; padding: 17px 18px; border-right: 1px solid #edf0f4; }
body.single-gadget .ts-key-spec-strip > div:last-child { border-right: 0; }
body.single-gadget .ts-key-spec-strip span, body.single-gadget .ts-key-spec-strip strong { display: block; overflow-wrap: anywhere; }
body.single-gadget .ts-key-spec-strip span { margin-bottom: 5px; color: #718096; font-size: .72rem; }
body.single-gadget .ts-key-spec-strip strong { color: #172033; font-size: .84rem; }

body.single-gadget .ts-verdict-card .ts-empty-state { padding: 10px 12px; text-align: left; }
body.single-gadget .ts-community { padding: 24px; border: 1px solid #dfe5ee; background: #fff; }
body.single-gadget .ts-community .ts-community-card { padding: 0; border: 0; box-shadow: none; }
body.single-gadget .ts-community-card__summary { padding-bottom: 16px; }
body.single-gadget .ts-community-stack { display: flex; flex-basis: 100%; height: 12px; overflow: hidden; border-radius: 999px; background: #e8edf3; }
body.single-gadget .ts-community-stack span { display: block; min-width: 0; transition: width .25s ease; }
body.single-gadget .ts-community-stack__yes { background: #2fbd82; }
body.single-gadget .ts-community-stack__maybe { background: #f1b84b; }
body.single-gadget .ts-community-stack__no { background: #ef6b77; }
body.single-gadget .ts-community__rating-grid { grid-template-columns: 1fr; gap: 7px; margin-top: 18px; }
body.single-gadget .ts-community__rating-grid .ts-rating-row { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 8px; align-items: center; padding: 9px 0; border: 0; border-bottom: 1px solid #edf0f4; border-radius: 0; background: transparent; }
body.single-gadget .ts-community__rating-grid .ts-rating-row legend { float: left; width: 105px; margin: 7px 0 0; }
body.single-gadget .ts-rating-row .ts-community__rating-result { grid-column: 2; margin: 2px 0 0; }
body.single-gadget .ts-community__rating-options { flex-wrap: nowrap; }
body.single-gadget .ts-community__rating-options span { min-height: 30px; padding: 5px 8px; }
body.single-gadget .ts-community__submit { width: 100%; }

body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.single-gadget .ts-spec-key-card { display: grid; grid-template-columns: 36px minmax(0, 1fr); column-gap: 10px; align-items: center; }
body.single-gadget .ts-spec-key-card__icon { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: #eef5ff; }
body.single-gadget .ts-spec-key-card__icon:empty::before,
body.single-gadget .ts-spec-row__icon:empty::before,
body.single-gadget .ts-highlight-card__icon:empty::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #1769d2; }
body.single-gadget .ts-spec-key-card__icon .ts-spec-icon { width: 18px; height: 18px; }
body.single-gadget .ts-spec-key-card__label { grid-column: 2; }
body.single-gadget .ts-spec-key-card strong { grid-column: 2; overflow-wrap: anywhere; }
body.single-gadget .ts-spec-details > summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; width: 100%; padding: 12px 14px; border: 1px solid #dfe5ee; border-radius: 10px; }
body.single-gadget .ts-spec-details > summary::after { content: "›"; font-size: 1.25rem; }
body.single-gadget .ts-spec-accordions { display: grid; gap: 9px; margin-top: 12px; }
body.single-gadget .ts-spec-accordions > details { border: 1px solid #e4e9f0; border-radius: 10px; }
body.single-gadget .ts-spec-accordions > details > summary { padding: 12px 14px; color: #243248; cursor: pointer; font-weight: 750; }
body.single-gadget .ts-spec-accordions .ts-spec-grid--full { grid-template-columns: 1fr; margin: 0; padding: 0 14px 12px; }
body.single-gadget .ts-spec-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, auto); gap: 16px; align-items: center; }
body.single-gadget .ts-spec-row__name { display: flex; align-items: center; gap: 10px; min-width: 0; }
body.single-gadget .ts-spec-row__icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: #f2f6fc; }
body.single-gadget .ts-spec-row__icon .ts-spec-icon { width: 16px; height: 16px; }

.ts-field-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.ts-field-help__trigger {
    display: inline-grid;
    width: 20px;
    height: 20px;
    padding: 0;
    place-items: center;
    border: 2px solid #687386;
    border-radius: 50%;
    background: transparent;
    color: #566174;
    font: 700 12px/1 system-ui, sans-serif;
    cursor: help;
}

.ts-field-help__trigger:hover,
.ts-field-help__trigger:focus-visible {
    border-color: var(--ts-product-navy);
    color: var(--ts-product-navy);
    outline: 3px solid rgba(37, 99, 235, .2);
    outline-offset: 2px;
}

.ts-field-help__content {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: calc(100% + 10px);
    width: min(320px, calc(100vw - 32px));
    padding: 12px 14px;
    border-radius: 8px;
    background: #111827;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .24);
    color: #fff;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity .16s ease, transform .16s ease;
}

.ts-field-help:hover .ts-field-help__content,
.ts-field-help:focus-within .ts-field-help__content {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce) {
    .ts-field-help__content { transition: none; }
}

body.single-gadget .ts-compare-list { display: grid; gap: 10px; }
body.single-gadget .ts-compare-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid #e3e8ef; border-radius: 12px; }
body.single-gadget .ts-compare-row__image { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: #f5f7fa; color: #1769d2; font-size: .7rem; font-weight: 800; }
body.single-gadget .ts-compare-row__image img { width: 100%; height: 100%; object-fit: contain; }
body.single-gadget .ts-compare-row__names { display: flex; flex-wrap: wrap; gap: 5px; color: #596579; font-size: .78rem; }
body.single-gadget .ts-compare-row__names strong { color: #172033; }
body.single-gadget .ts-compare-row__names b { color: #1769d2; text-transform: uppercase; }

body.single-gadget .ts-alternatives-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.single-gadget .ts-alternative-card { display: flex; min-width: 0; flex-direction: column; }
body.single-gadget .ts-alternative-card__scores { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
body.single-gadget .ts-alternative-card__compare { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e5e9ef; color: #1769d2; font-size: .82rem; font-weight: 750; text-align: center; text-decoration: none; }
body.single-gadget .ts-community-opinions .ts-comments { padding: 0; }
body.single-gadget .ts-community-opinions .ts-comment-list { gap: 12px; }
body.single-gadget .ts-opinion-card { margin-bottom: 12px; padding: 0; border: 0; background: transparent; }
body.single-gadget .ts-opinion-card .ts-comment__inner { padding: 18px; border: 1px solid #e1e7ef; border-radius: 14px; background: #fff; box-shadow: none; }
body.single-gadget .ts-opinion-card .ts-comment__meta { padding-bottom: 12px; border-bottom: 1px solid #edf0f4; }
body.single-gadget .ts-opinion-card .ts-comment__body { color: #2d3748; }
body.single-gadget .ts-opinion-card .ts-comment__actions { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 4px; }
body.single-gadget .ts-opinion-card .ts-comment__actions a { color: #1769d2; text-decoration: none; }
body.single-gadget .ts-community-opinions .comment-respond { border: 1px solid #e1e7ef; background: #f8fafc; }

body.single-gadget .ts-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 26px 0 4px; }
body.single-gadget .ts-trust-strip span { display: flex; min-height: 72px; align-items: center; justify-content: center; padding: 14px; border: 1px solid #dfe5ee; border-radius: 14px; background: #fff; color: #344156; font-size: .82rem; font-weight: 750; text-align: center; }

@media (max-width: 900px) {
    body.single-gadget .ts-layout-grid--decision,
    body.single-gadget .ts-layout-grid--details,
    body.single-gadget .ts-layout-grid--social { grid-template-columns: 1fr; }
    body.single-gadget .ts-layout-grid > .ts-section { height: auto; }
    body.single-gadget .ts-priority-grid { grid-template-columns: 1fr; grid-template-areas: "community" "specs"; }
    body.single-gadget .ts-key-spec-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.single-gadget .ts-alternatives-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    body.single-gadget .ts-container { width: min(100% - 20px, 1180px); }
    body.single-gadget .ts-hero-card { grid-template-columns: 1fr; }
    body.single-gadget .ts-product-gallery:has(.ts-product-hero__thumbs) { grid-template-columns: 1fr; grid-template-areas: "main" "thumbs"; }
    body.single-gadget .ts-product-hero__thumbs { flex-direction: row; max-height: none; overflow-x: auto; }
    body.single-gadget .ts-key-spec-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-community__rating-grid .ts-rating-row { grid-template-columns: 1fr; }
    body.single-gadget .ts-community__rating-grid .ts-rating-row legend { float: none; width: auto; }
    body.single-gadget .ts-rating-row .ts-community__rating-result { grid-column: 1; }
    body.single-gadget .ts-community__rating-options { flex-wrap: wrap; }
    body.single-gadget .ts-compare-row { grid-template-columns: 46px minmax(0, 1fr); }
    body.single-gadget .ts-compare-row .ts-button { grid-column: 1 / -1; }
    body.single-gadget .ts-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
    body.single-gadget .ts-score-pair, body.single-gadget .ts-alternatives-grid { grid-template-columns: 1fr; }
}

/* Decision-page sequence */
body.single-gadget { scroll-behavior: smooth; }
body.single-gadget .ts-breadcrumb { position: static; z-index: auto; margin: 0 0 18px; padding: 0; color: #667286; }
body.single-gadget .ts-breadcrumb a { color: #667286; }
body.single-gadget .ts-hero { display: block; width: 100%; max-width: none; min-height: 0; margin: 0; padding: clamp(24px, 4vw, 48px); border: 1px solid #dfe5ee; border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(20,38,70,.06); color: #172033; }
body.single-gadget .ts-hero h1 { color: #101828; }
body.single-gadget .ts-hero-price { width: fit-content; margin: 10px 0 0; padding: 6px 10px; border-radius: 999px; background: #f2f5f9; color: #4b586d; font-size: .82rem; font-weight: 700; }
body.single-gadget .ts-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
body.single-gadget .ts-kicker { display: inline-block; color: #1769d2; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.single-gadget .ts-section-nav { position: sticky; top: 0; z-index: 20; display: flex; gap: 4px; margin: 18px 0 0; padding: 7px; overflow-x: auto; border: 1px solid #dfe5ee; border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 8px 22px rgba(20,38,70,.06); backdrop-filter: blur(12px); scrollbar-width: none; }
body.single-gadget.admin-bar .ts-section-nav { top: 32px; }
body.single-gadget .ts-section-nav::-webkit-scrollbar { display: none; }
body.single-gadget .ts-section-nav a { flex: 0 0 auto; padding: 9px 14px; border-radius: 9px; color: #5c6879; font-size: .82rem; font-weight: 700; text-decoration: none; }
body.single-gadget .ts-section-nav a:hover, body.single-gadget .ts-section-nav a.is-active { background: #eaf2ff; color: #1769d2; }
body.single-gadget #overview, body.single-gadget #scores, body.single-gadget #community, body.single-gadget #compare, body.single-gadget #alternatives, body.single-gadget #opinions, body.single-gadget #specs { scroll-margin-top: 86px; }
body.single-gadget .ts-legacy-anchor { display: block; position: relative; top: -86px; visibility: hidden; }

body.single-gadget .ts-decision-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.single-gadget .ts-highlights { padding-inline: 0; }
body.single-gadget .ts-highlight-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
body.single-gadget .ts-highlight-card { display: grid; min-height: 112px; grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: auto auto; gap: 5px 12px; align-content: center; padding: 18px; border: 1px solid #dfe5ee; border-radius: 16px; background: #fff; }
body.single-gadget .ts-highlight-card__icon { grid-row: 1 / 3; display: grid; width: 40px; height: 40px; place-items: center; align-self: center; border-radius: 11px; background: #eef5ff; }
body.single-gadget .ts-highlight-card__icon .ts-spec-icon { width: 20px; height: 20px; }
body.single-gadget .ts-highlight-card__label { color: #687386; font-size: .76rem; }
body.single-gadget .ts-highlight-card strong { margin-top: 5px; color: #172033; font-size: 1rem; line-height: 1.35; overflow-wrap: anywhere; }

body.single-gadget .ts-score-breakdown__rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; }
body.single-gadget .ts-score-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) 48px; gap: 12px; align-items: center; padding: 10px 0; }
body.single-gadget .ts-score-row > span { color: #344156; font-weight: 700; }
body.single-gadget .ts-score-row > div { height: 9px; overflow: hidden; border-radius: 999px; background: #e8edf3; }
body.single-gadget .ts-score-row i { display: block; height: 100%; border-radius: inherit; background: #1769d2; }
body.single-gadget .ts-score-row strong { color: #172033; font-size: .82rem; text-align: right; }
body.single-gadget .ts-score-card { display: inline-flex; min-width: 190px; flex-direction: column; padding: 22px; border-radius: 16px; background: #eef5ff; }
body.single-gadget .ts-score-card strong { color: #1769d2; font-size: 2rem; }
body.single-gadget .ts-score-card span { color: #5d6879; }
body.single-gadget .ts-empty-state--compact { width: fit-content; margin-top: 16px; padding: 9px 12px; text-align: left; }
body.single-gadget .ts-community-opinion-link { width: 100%; margin-top: 10px; }

body.single-gadget .ts-compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
body.single-gadget .ts-compare-grid .ts-compare-row { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); padding: 18px; }
body.single-gadget .ts-compare-device { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 10px; color: #566276; font-size: .78rem; text-align: center; }
body.single-gadget .ts-compare-device img { width: 100%; height: 110px; object-fit: contain; }
body.single-gadget .ts-compare-device span, body.single-gadget .ts-compare-device strong { overflow-wrap: anywhere; }
body.single-gadget .ts-compare-vs { color: #1769d2; font-size: .72rem; }
body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: 1 / -1; margin-top: 8px; }

@media (max-width: 900px) {
    body.single-gadget .ts-decision-grid, body.single-gadget .ts-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-compare-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    body.single-gadget .ts-hero-inner { grid-template-columns: 1fr; gap: 22px; }
    body.single-gadget .ts-section-nav { top: 0; margin-inline: -2px; }
    body.single-gadget .ts-score-breakdown__rows { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    body.single-gadget .ts-decision-grid, body.single-gadget .ts-highlight-grid { grid-template-columns: 1fr; }
    body.single-gadget .ts-score-row { grid-template-columns: 92px minmax(0, 1fr) 44px; gap: 8px; }
    body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: 1fr; }
    body.single-gadget .ts-spec-row { grid-template-columns: 1fr; gap: 5px; }
    body.single-gadget .ts-spec-row > strong { padding-left: 40px; }
}

/* Premium product hero commerce column and mobile decision actions. */
body.single-gadget .ts-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .82fr) minmax(230px, .52fr);
    gap: clamp(22px, 3vw, 38px);
    align-items: stretch;
}

body.single-gadget .ts-product-hero__content { align-self: center; }
body.single-gadget .ts-product-hero__variants { display: grid; gap: 8px; margin-top: 16px; }
body.single-gadget .ts-product-hero__variants > span { color: #667286; font-size: .78rem; font-weight: 750; }
body.single-gadget .ts-product-hero__variants > div { display: flex; flex-wrap: wrap; gap: 8px; }
body.single-gadget .ts-product-hero__variants a { min-width: 64px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #dce4ef; border-radius: 10px; background: #fff; color: #152033; font-size: .82rem; font-weight: 800; text-decoration: none; }
body.single-gadget .ts-product-hero__variants a:hover,
body.single-gadget .ts-product-hero__variants a:focus-visible { border-color: #0b5cf5; outline: 2px solid rgba(11, 92, 245, .22); outline-offset: 2px; }
body.single-gadget .ts-product-hero__variants a.is-selected { border-color: #0b5cf5; background: #eef4ff; color: #0b5cf5; }
body.single-gadget .ts-product-hero__meta { gap: 8px 14px; }
body.single-gadget .ts-product-hero__meta > span:not(.ts-pill) { color: #667286; font-size: .78rem; }

body.single-gadget .ts-product-hero__score-bars { display: grid; gap: 7px; margin-top: -8px; }
body.single-gadget .ts-product-hero__score-bars > div { display: grid; grid-template-columns: 82px minmax(70px, 1fr) 30px; gap: 8px; align-items: center; color: #667286; font-size: .7rem; }
body.single-gadget .ts-product-hero__score-bars i { height: 5px; overflow: hidden; border-radius: 999px; background: #e5ebf3; }
body.single-gadget .ts-product-hero__score-bars b { display: block; height: 100%; border-radius: inherit; background: #0b5cf5; }
body.single-gadget .ts-product-hero__score-bars strong { color: #344156; font-size: .7rem; text-align: right; }

body.single-gadget .ts-product-hero__commerce {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid #dfe5ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 38, 70, .08);
}

body.single-gadget .ts-product-hero__commerce-kicker {
    color: #667286;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.single-gadget .ts-product-hero__price {
    color: #0b5cf5;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

body.single-gadget .ts-product-hero__buy { width: 100%; }
body.single-gadget .ts-product-hero__buy .ts-external-link-icon { margin-left: 7px; }
body.single-gadget .ts-product-hero__commerce > .ts-affiliate-disclosure { margin: -5px 0 0; text-align: center; }
body.single-gadget .ts-product-hero__commerce .ts-buy-pending { margin: 0; padding: 13px; border-radius: 10px; background: #f3f6fa; color: #667286; font-size: .82rem; text-align: center; }
body.single-gadget .ts-product-hero__action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.single-gadget .ts-product-hero__action-grid .ts-button { min-width: 0; padding-inline: 10px; }

body.single-gadget .ts-product-hero__verification {
    display: grid;
    gap: 5px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid #e8edf3;
    color: #667286;
    font-size: .72rem;
}

body.single-gadget .ts-product-hero__verification a { color: #1769d2; font-weight: 750; text-decoration: none; }
body.single-gadget .ts-product-sticky-actions { display: none; }

@media (max-width: 1020px) {
    body.single-gadget .ts-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); }
    body.single-gadget .ts-product-hero__commerce { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(150px, 1fr) minmax(220px, auto); align-items: center; }
    body.single-gadget .ts-product-hero__commerce-kicker,
    body.single-gadget .ts-product-hero__price,
    body.single-gadget .ts-product-hero__commerce > .ts-buy-pending { grid-column: 1; }
    body.single-gadget .ts-product-hero__buy,
    body.single-gadget .ts-product-hero__action-grid { grid-column: 2; }
    body.single-gadget .ts-product-hero__verification { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    body.single-gadget { padding-bottom: 72px; }
    body.single-gadget .ts-hero-inner { grid-template-columns: 1fr; }
    body.single-gadget .ts-product-hero__commerce { grid-column: auto; display: flex; padding: 18px; }
    body.single-gadget .ts-product-sticky-actions {
        position: fixed;
        z-index: 80;
        right: 10px;
        bottom: 10px;
        left: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border: 1px solid #dfe5ee;
        border-radius: 14px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 14px 36px rgba(16, 24, 40, .16);
        backdrop-filter: blur(12px);
    }
    body.single-gadget .ts-product-sticky-actions:has(.ts-button--buy) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.single-gadget .ts-product-sticky-actions .ts-button { min-width: 0; min-height: 44px; padding: 9px 8px; font-size: .76rem; }
    body.single-gadget .ts-product-sticky-actions .ts-external-link-icon { width: 20px; height: 20px; margin-left: 4px; }
    body.single-gadget .ts-product-sticky-actions .ts-affiliate-disclosure--sticky { grid-column: 1 / -1; margin: -2px 0 0; text-align: center; }
}

/* Reference-led single product composition. */
body.single-gadget .ts-container { width: min(1320px, calc(100% - 32px)); }
body.single-gadget .ts-hero { padding: clamp(22px, 2.5vw, 34px); }
body.single-gadget .ts-product-hero__media { display: grid; min-height: 390px; align-items: center; border-radius: 18px; background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%); }
body.single-gadget .ts-product-hero__media > img { max-height: 430px; }
body.single-gadget .ts-product-hero h1 { margin-block: 16px 10px; font-size: clamp(2.35rem, 3.6vw, 3.35rem); letter-spacing: -.045em; }

body.single-gadget .ts-highlights { margin: 24px 0 20px; }
body.single-gadget .ts-highlights .ts-section-header { display: none; }
body.single-gadget .ts-highlights { width: 100%; padding: 0; border: 0; background: transparent; box-shadow: none; }
body.single-gadget .ts-highlight-grid { display: flex; width: 100%; flex-wrap: wrap; gap: 12px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.single-gadget .ts-highlight-card { flex: 1 1 190px; min-width: 0; min-height: 118px; grid-template-columns: 44px minmax(0, 1fr); gap: 5px 13px; align-content: center; padding: 20px; border: 1px solid #dde5ef; border-radius: 16px; background: linear-gradient(145deg, #fff 0%, #f8fbff 100%); box-shadow: 0 8px 22px rgba(16, 24, 40, .045); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
body.single-gadget .ts-highlight-card:hover { transform: translateY(-2px); border-color: #bfd4ee; box-shadow: 0 14px 30px rgba(16, 24, 40, .08); }
body.single-gadget .ts-highlight-card .ts-spec-key-card__icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf3ff; color: #1769d2; }
body.single-gadget .ts-highlight-card .ts-spec-key-card__icon .ts-spec-icon { width: 21px; height: 21px; }
body.single-gadget .ts-highlight-card__label { color: #68758a; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
body.single-gadget .ts-highlight-card strong { display: -webkit-box; margin: 0; overflow: hidden; color: #172033; font-size: .94rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

body.single-gadget .ts-section-nav { margin-bottom: 24px; justify-content: flex-start; border-width: 0 0 1px; border-radius: 0; box-shadow: none; }
body.single-gadget .ts-section-nav a { border-radius: 0; }
body.single-gadget .ts-section-nav a.is-active { box-shadow: inset 0 -3px #1769d2; }

body.single-gadget .ts-layout-grid--decision { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
body.single-gadget .ts-layout-grid--decision.ts-layout-grid--single { grid-template-columns: 1fr; }
body.single-gadget .ts-layout-grid--details { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
body.single-gadget .ts-layout-grid > .ts-section { margin-top: 0; }
body.single-gadget .ts-verdict-card { padding: 28px; }
body.single-gadget .ts-verdict-card .ts-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.single-gadget .ts-verdict-card .ts-pros-cons { margin-top: 22px; }
body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1100px) {
    body.single-gadget .ts-highlight-card { flex-basis: 210px; }
}

@media (max-width: 900px) {
    body.single-gadget .ts-layout-grid--decision,
    body.single-gadget .ts-layout-grid--details { grid-template-columns: 1fr; }
    body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    body.single-gadget .ts-container { width: min(100% - 20px, 1320px); }
    body.single-gadget .ts-product-hero__media { min-height: 260px; }
    body.single-gadget .ts-highlight-grid { gap: 10px; }
    body.single-gadget .ts-highlight-card { flex-basis: calc(50% - 5px); min-height: 108px; padding: 16px 14px; grid-template-columns: 38px minmax(0, 1fr); }
    body.single-gadget .ts-highlight-card__icon { width: 38px; height: 38px; }
    body.single-gadget .ts-verdict-card .ts-decision-grid,
    body.single-gadget .ts-spec-tabs .ts-spec-grid--key { grid-template-columns: 1fr; }
}

/* Keep populated compare polish after all legacy overrides. */
.ts-decision-page { grid-template-columns: minmax(0, 1fr); min-width: 0; }
.ts-decision-page > *, .ts-decision-page section { min-width: 0; }
.ts-decision-page .ts-decision-hero { margin: 0; padding: 34px 28px 30px; border: 0; border-radius: 22px; background: linear-gradient(135deg, #edf5ff 0%, #fff 52%, #f3f8ff 100%); }
.ts-decision-page .ts-decision-hero h1 { max-width: 900px; font-size: clamp(34px, 4.4vw, 54px); }
.ts-decision-page .ts-hero-showdown { grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); gap: 16px; margin-bottom: 0; }
.ts-decision-page .ts-product-hero-card { min-height: 330px; border-radius: 20px; }
.ts-decision-page .ts-quick-verdict, .ts-decision-page .ts-decision-cards, .ts-decision-page .ts-why-wins, .ts-decision-page .ts-profile-fit, .ts-decision-page .ts-score-breakdown, .ts-decision-page .ts-community-decision, .ts-decision-page .ts-user-opinions, .ts-decision-page .ts-price-comparison, .ts-decision-page .ts-upgrade-advisor, .ts-decision-page .ts-compare-table-section { margin-top: 0; margin-bottom: 0; }
@media (max-width: 980px) { .ts-decision-page .ts-hero-showdown { grid-template-columns: 1fr; } }
@media (max-width: 700px) {
    .ts-decision-page .ts-decision-hero { padding: 26px 16px; }
    .ts-decision-page .ts-product-hero-card { min-height: 250px; }
    .ts-decision-page .ts-quick-verdict, .ts-decision-page .ts-decision-cards, .ts-decision-page .ts-why-wins ul { grid-template-columns: 1fr; }
}

/* Comparison design system: keep the live data model, give it the handoff's
   compact contender, verdict, and spec-by-spec hierarchy. */
.ts-decision-page {
    --compare-blue: #0867ed;
    --compare-teal: #00a7a0;
    --compare-navy: #101c33;
    --compare-ink: #14213a;
    --compare-muted: #69768a;
    --compare-border: #dce5ef;
    --compare-soft: #f4f7fb;
    gap: 26px;
    padding: 8px 0 44px;
}

.ts-decision-page .ts-decision-hero {
    padding: 28px 28px 22px;
    border-radius: 0;
    background: transparent;
    text-align: left;
}

.ts-decision-page .ts-compare-eyebrow,
.ts-decision-page .ts-compare-category,
.ts-decision-page .ts-section-kicker {
    color: var(--compare-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ts-decision-page .ts-compare-eyebrow {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.ts-decision-page .ts-decision-hero h1 {
    max-width: 940px;
    margin: 9px 0 10px;
    color: var(--compare-navy);
    font-size: clamp(32px, 4.6vw, 58px);
    letter-spacing: -.055em;
}

.ts-decision-page .ts-compare-subtitle {
    max-width: 680px;
    color: var(--compare-muted);
    font-size: 16px;
}

.ts-decision-page .ts-hero-showdown {
    grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.ts-decision-page .ts-product-hero-card {
    grid-template-columns: minmax(145px, .72fr) minmax(0, 1.28fr);
    min-height: 282px;
    overflow: visible;
    border: 2px solid var(--compare-blue);
    border-radius: 18px;
    box-shadow: none;
}

.ts-decision-page .ts-product-hero-card:nth-child(3) {
    border-color: var(--compare-teal);
}

.ts-decision-page .ts-product-hero-card__media {
    min-height: 0;
    padding: 18px;
    border-radius: 15px 0 0 15px;
    background: linear-gradient(145deg, #f8fbff, #edf4ff);
}

.ts-decision-page .ts-product-hero-card:nth-child(3) .ts-product-hero-card__media {
    background: linear-gradient(145deg, #f4fffe, #e8f8f7);
}

.ts-decision-page .ts-product-hero-card__media img { max-height: 190px; }
.ts-decision-page .ts-product-hero-card__body { gap: 10px; padding: 22px 18px; }
.ts-decision-page .ts-product-hero-card h2 { color: var(--compare-ink); font-size: clamp(20px, 2.2vw, 28px); }
.ts-decision-page .ts-product-meta { gap: 6px; }
.ts-decision-page .ts-product-meta span { padding: 0; border: 0; color: var(--compare-muted); background: none; font-size: 11px; }
.ts-decision-page .ts-key-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.ts-decision-page .ts-key-stat-grid div { min-width: 0; padding: 8px; border: 1px solid var(--compare-border); border-radius: 9px; background: #fff; }
.ts-decision-page .ts-key-stat-grid dt { overflow: hidden; color: var(--compare-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ts-decision-page .ts-key-stat-grid dd { overflow: hidden; color: var(--compare-ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.ts-decision-page .ts-product-actions { margin-top: 2px; }
.ts-decision-page .ts-buy-btn { background: var(--compare-blue); }
.ts-decision-page .ts-product-hero-card:nth-child(3) .ts-buy-btn { background: var(--compare-teal); }

.ts-decision-page .ts-vs-panel {
    min-height: 0;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ts-decision-page .ts-vs-panel__label {
    width: 58px;
    height: 58px;
    background: var(--compare-navy);
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px var(--compare-border);
}

.ts-decision-page .ts-vs-panel__result,
.ts-decision-page .ts-vs-panel__summary,
.ts-decision-page .ts-vs-panel__confidence,
.ts-decision-page .ts-vs-panel > small { display: none; }

.ts-decision-page .ts-quick-verdict {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--compare-border);
    border-radius: 18px;
    background: #fff;
}

.ts-decision-page .ts-verdict-summary {
    padding: 30px;
    color: #fff;
    background: var(--compare-navy);
}

.ts-decision-page .ts-verdict-summary .ts-section-kicker,
.ts-decision-page .ts-verdict-summary h2,
.ts-decision-page .ts-verdict-summary p { color: #fff; }
.ts-decision-page .ts-verdict-summary p { opacity: .74; }
.ts-decision-page .ts-verdict-meta { border-top-color: rgba(255,255,255,.2); }
.ts-decision-page .ts-verdict-meta span { color: rgba(255,255,255,.72); }
.ts-decision-page .ts-verdict-meta strong { color: #fff; }
.ts-decision-page .ts-verdict-grid { padding: 18px; align-content: center; }
.ts-decision-page .ts-verdict-grid article { min-height: 0; border-left-color: var(--compare-blue); box-shadow: none; }
.ts-decision-page .ts-verdict-grid article:nth-child(even) { border-left-color: var(--compare-teal); }

.ts-decision-page .ts-score-breakdown,
.ts-decision-page .ts-compare-table-section {
    padding: 26px;
    border: 1px solid var(--compare-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.ts-decision-page .ts-score-breakdown { background: var(--compare-soft); }
.ts-decision-page .ts-score-row { padding: 14px 0; border-bottom-color: var(--compare-border); }
.ts-decision-page .ts-score-meter { height: 8px; background: #dfe7f0; }
.ts-decision-page .ts-score-row > div:first-of-type .ts-score-meter > span { background: var(--compare-blue); }
.ts-decision-page .ts-score-row > div:last-of-type .ts-score-meter > span { background: var(--compare-teal); }

.ts-decision-page .ts-detailed-comparison .ts-compare-table-header h2 { color: var(--compare-navy); }
.ts-decision-page .ts-spec-nav a { border-color: var(--compare-border); color: var(--compare-muted); }
.ts-decision-page .ts-compare-table { border: 1px solid var(--compare-border); border-radius: 12px; }
.ts-decision-page .ts-compare-table thead th { padding: 15px 16px; background: var(--compare-navy); color: #fff; }
.ts-decision-page .ts-compare-table thead th a { color: #fff; }
.ts-decision-page .ts-compare-table thead th:first-child { background: var(--compare-navy); }
.ts-decision-page .ts-compare-table td { padding: 13px 16px; }
.ts-decision-page .ts-compare-spec-group-row td,
.ts-decision-page .ts-compare-spec-group-row td:first-child { padding: 10px 16px; background: #eef3f9; color: var(--compare-blue); }
.ts-decision-page .ts-compare-spec-value.is-win { color: #087c76; background: #eafaf8; }
.ts-decision-page .ts-compare-spec-value.is-win > span::after { background: #c9f3ed; color: #087c76; }

@media (max-width: 700px) {
    .ts-decision-page { gap: 16px; padding-top: 0; }
    .ts-decision-page .ts-decision-hero { padding: 18px 6px 8px; }
    .ts-decision-page .ts-decision-hero h1 { font-size: clamp(29px, 10vw, 42px); }
    .ts-decision-page .ts-compare-subtitle { font-size: 14px; }
    .ts-decision-page .ts-hero-showdown { grid-template-columns: 1fr; gap: 12px; }
    .ts-decision-page .ts-product-hero-card,
    .ts-decision-page .ts-product-hero-card:nth-child(3) { grid-template-columns: 110px minmax(0, 1fr); min-height: 214px; }
    .ts-decision-page .ts-product-hero-card__media { padding: 11px; }
    .ts-decision-page .ts-product-hero-card__body { padding: 15px 12px; }
    .ts-decision-page .ts-product-hero-card h2 { font-size: 17px; }
    .ts-decision-page .ts-key-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ts-decision-page .ts-key-stat-grid div:nth-child(n+3) { display: block; }
    .ts-decision-page .ts-key-stat-grid div { padding: 6px; }
    .ts-decision-page .ts-key-stat-grid dd { font-size: 10px; }
    .ts-decision-page .ts-vs-panel { order: 0; min-height: 42px; }
    .ts-decision-page .ts-vs-panel__label { width: 42px; height: 42px; font-size: 13px; }
    .ts-decision-page .ts-quick-verdict { grid-template-columns: 1fr; }
    .ts-decision-page .ts-verdict-summary { padding: 24px 18px; }
    .ts-decision-page .ts-verdict-grid { grid-template-columns: 1fr; padding: 12px; }
    .ts-decision-page .ts-score-breakdown,
    .ts-decision-page .ts-compare-table-section { padding: 18px 10px; border-radius: 14px; }
    .ts-decision-page .ts-score-breakdown .ts-section-header { padding: 0 8px; }
}

/* Single-product information-rich redesign. */
body.single-gadget {
    --ts-product-blue: #0867ed;
    --ts-product-navy: #14213a;
    --ts-product-muted: #66748a;
    --ts-product-border: #dfe7f1;
    --ts-product-soft: #f5f8fc;
}

body.single-gadget .ts-page {
    background:
        radial-gradient(circle at 50% 0, rgba(8, 103, 237, .045), transparent 420px),
        #f6f8fc;
}

body.single-gadget .ts-container { width: min(1380px, calc(100% - 40px)); }
body.single-gadget .ts-breadcrumb { padding-top: 6px; font-size: .72rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }

body.single-gadget .ts-hero {
    padding: 26px;
    border-color: var(--ts-product-border);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(20, 33, 58, .07);
}

body.single-gadget .ts-hero-inner {
    grid-template-columns: minmax(360px, 1.05fr) minmax(320px, .8fr) minmax(240px, .48fr);
    gap: clamp(24px, 3vw, 42px);
}

body.single-gadget .ts-product-hero__media {
    min-height: 430px;
    padding: 24px;
    border: 1px solid #edf1f6;
    background: linear-gradient(145deg, #fff 0%, #f3f7fb 100%);
}

body.single-gadget .ts-product-hero__media > img { max-height: 390px; }
body.single-gadget .ts-product-hero h1 { color: var(--ts-product-navy); font-size: clamp(2.4rem, 3.5vw, 3.65rem); }
body.single-gadget .ts-product-hero__verdict { max-width: 46ch; color: var(--ts-product-muted); font-size: .95rem; }
body.single-gadget .ts-score-pair { gap: 12px; }
body.single-gadget .ts-score-box { min-height: 88px; justify-content: center; border-color: var(--ts-product-border); border-radius: 13px; background: #f8faff; }
body.single-gadget .ts-product-hero__commerce { border-radius: 16px; box-shadow: 0 14px 35px rgba(20, 33, 58, .08); }

body.single-gadget .ts-highlight-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.single-gadget .ts-highlight-card {
    min-height: 124px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px;
}

body.single-gadget .ts-section-nav {
    top: 0;
    z-index: 30;
    margin-top: 20px;
    padding: 0;
    background: rgba(255, 255, 255, .94);
}

body.single-gadget.admin-bar .ts-section-nav { top: 32px; }
body.single-gadget .ts-section-nav a { padding: 13px 18px; }

body.single-gadget .ts-section,
body.single-gadget .ts-community-card {
    border-color: var(--ts-product-border);
    border-radius: 18px;
}

body.single-gadget .ts-section-header h2 { color: var(--ts-product-navy); letter-spacing: -.025em; }
body.single-gadget .ts-section-header p { color: var(--ts-product-muted); }
body.single-gadget .ts-verdict-card .ts-empty-state:first-of-type {
    position: relative;
    min-height: 118px;
    padding: 34px 34px 34px 104px;
    border-style: solid;
    background: linear-gradient(135deg, #f7faff, #fff);
    color: #40506a;
    text-align: left;
}

body.single-gadget .ts-verdict-card .ts-empty-state:first-of-type::before {
    content: "✓";
    position: absolute;
    top: 28px;
    left: 32px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid #96bfff;
    border-radius: 15px;
    background: #eaf3ff;
    color: var(--ts-product-blue);
    font-size: 1.35rem;
    font-weight: 900;
}

body.single-gadget .ts-spec-tabs { padding: 28px; }
body.single-gadget .ts-spec-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--ts-product-border);
    border-radius: 14px;
}

body.single-gadget .ts-spec-overview__group { min-width: 0; padding: 0; border-right: 1px solid var(--ts-product-border); }
body.single-gadget .ts-spec-overview__group:last-child { border-right: 0; }
body.single-gadget .ts-spec-overview__group h3 { margin: 0; padding: 14px 16px; border-bottom: 1px solid var(--ts-product-border); background: #f8faff; color: var(--ts-product-navy); font-size: .88rem; }
body.single-gadget .ts-spec-overview__rows { padding: 6px 14px; }
body.single-gadget .ts-spec-overview .ts-spec-row { display: grid; min-height: 54px; grid-template-columns: minmax(0, 1fr); gap: 4px; align-content: center; padding: 9px 0; border-bottom: 1px solid #edf1f5; }
body.single-gadget .ts-spec-overview .ts-spec-row:last-child { border-bottom: 0; }
body.single-gadget .ts-spec-overview .ts-spec-row__name { gap: 7px; color: var(--ts-product-muted); font-size: .72rem; }
body.single-gadget .ts-spec-overview .ts-spec-row__icon { width: 24px; height: 24px; }
body.single-gadget .ts-spec-overview .ts-spec-row__icon .ts-spec-icon { width: 14px; height: 14px; }
body.single-gadget .ts-spec-overview .ts-spec-row strong { padding-left: 31px; color: var(--ts-product-navy); font-size: .78rem; overflow-wrap: anywhere; }
body.single-gadget .ts-spec-details { margin-top: 14px; }

body.single-gadget .ts-layout-grid--details { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); }
body.single-gadget .ts-alternatives-grid { gap: 12px; }
body.single-gadget .ts-alternative-card { padding: 14px; border-radius: 14px; box-shadow: none; }
body.single-gadget .ts-alternative-card > a:first-child img { width: 100%; height: 132px; object-fit: contain; }
body.single-gadget .ts-alternative-card h3 { min-height: 2.5em; margin: 10px 0 8px; color: var(--ts-product-navy); font-size: .84rem; line-height: 1.25; }
body.single-gadget .ts-alternative-card__specs { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
body.single-gadget .ts-alternative-card__specs span { max-width: 100%; padding: 5px 7px; overflow: hidden; border: 1px solid #dbe5f2; border-radius: 999px; background: #f5f9ff; color: #526177; font-size: .64rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

body.single-gadget .ts-compare-grid { grid-template-columns: 1fr; }
body.single-gadget .ts-compare-grid .ts-compare-row {
    grid-template-columns: 62px 28px minmax(82px, .65fr) minmax(130px, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
}

body.single-gadget .ts-compare-device { align-items: flex-start; text-align: left; }
body.single-gadget .ts-compare-device:first-child span { display: none; }
body.single-gadget .ts-compare-device img { width: 58px; height: 58px; }
body.single-gadget .ts-compare-row__differences { min-width: 0; color: var(--ts-product-muted); font-size: .68rem; }
body.single-gadget .ts-compare-row__differences > span { font-weight: 750; }
body.single-gadget .ts-compare-row__differences ul { margin: 5px 0 0; padding-left: 16px; }
body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: auto; margin: 0; }

body.single-gadget .ts-community-card { padding: 26px; }
body.single-gadget .ts-community-card__summary { padding: 20px; border: 1px solid var(--ts-product-border); border-radius: 14px; background: #f8faff; }
body.single-gadget .ts-community__choice-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.single-gadget .ts-community__choice-row label span { display: flex; min-height: 46px; align-items: center; justify-content: center; }
body.single-gadget .ts-community__submit { min-height: 48px; }
body.single-gadget .ts-trust-strip span::before { content: "✓"; margin-right: 9px; color: var(--ts-product-blue); font-weight: 900; }

@media (max-width: 1180px) {
    body.single-gadget .ts-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); }
    body.single-gadget .ts-product-hero__commerce { grid-column: 1 / -1; }
    body.single-gadget .ts-highlight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.single-gadget .ts-spec-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-spec-overview__group:nth-child(2) { border-right: 0; }
    body.single-gadget .ts-spec-overview__group:nth-child(-n+2) { border-bottom: 1px solid var(--ts-product-border); }
}

@media (max-width: 900px) {
    body.single-gadget .ts-layout-grid--details { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    body.single-gadget .ts-container { width: min(100% - 20px, 1380px); }
    body.single-gadget .ts-hero-inner,
    body.single-gadget .ts-spec-overview { grid-template-columns: 1fr; }
    body.single-gadget .ts-product-hero__media { min-height: 280px; }
    body.single-gadget .ts-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-highlight-card { min-height: 106px; }
    body.single-gadget .ts-spec-overview__group { border-right: 0; border-bottom: 1px solid var(--ts-product-border); }
    body.single-gadget .ts-spec-overview__group:last-child { border-bottom: 0; }
    body.single-gadget .ts-compare-grid .ts-compare-row { grid-template-columns: 52px 24px minmax(0, 1fr); }
    body.single-gadget .ts-compare-row__differences,
    body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
    body.single-gadget .ts-highlight-grid { grid-template-columns: 1fr; }
    body.single-gadget .ts-community__choice-row { grid-template-columns: 1fr; }
}

/* Refined single-product composition: spacious editorial cards, not a data table. */
body.single-gadget .ts-container { width: min(1180px, calc(100% - 40px)); }
body.single-gadget .ts-section { margin-top: 30px; padding: 32px; }
body.single-gadget .ts-section-header { margin-bottom: 24px; }
body.single-gadget .ts-section-header h2 { margin-top: 5px; font-size: clamp(1.55rem, 2.2vw, 2rem); }
body.single-gadget .ts-section-header p { margin-top: 7px; font-size: .9rem; }

body.single-gadget .ts-hero-inner {
    grid-template-columns: minmax(330px, 1.08fr) minmax(300px, .82fr) 220px;
    gap: 34px;
}

body.single-gadget .ts-product-hero__media { min-height: 390px; }
body.single-gadget .ts-highlight-grid { gap: 14px; }
body.single-gadget .ts-highlight-card { min-height: 132px; padding: 20px 16px; }
body.single-gadget .ts-highlight-card strong { font-size: 1rem; }

body.single-gadget .ts-verdict-card { padding: 34px; }
body.single-gadget .ts-verdict-card .ts-empty-state:first-of-type { min-height: 132px; display: flex; align-items: center; font-size: 1rem; }

body.single-gadget .ts-spec-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
    border: 0;
    border-radius: 0;
}

body.single-gadget .ts-spec-overview__group,
body.single-gadget .ts-spec-overview__group:nth-child(2),
body.single-gadget .ts-spec-overview__group:nth-child(-n+2) {
    overflow: hidden;
    border: 1px solid var(--ts-product-border);
    border-radius: 14px;
    background: #fff;
}

body.single-gadget .ts-spec-overview__group h3 {
    padding: 16px 18px;
    background: #f6f9fd;
    font-size: .95rem;
}

body.single-gadget .ts-spec-overview__rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 10px 18px;
}

body.single-gadget .ts-spec-overview .ts-spec-row { min-height: 68px; padding: 12px 0; }
body.single-gadget .ts-spec-overview .ts-spec-row__name { font-size: .78rem; }
body.single-gadget .ts-spec-overview .ts-spec-row strong { font-size: .88rem; }

body.single-gadget #alternatives,
body.single-gadget #compare { width: 100%; }
body.single-gadget .ts-alternatives-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
body.single-gadget .ts-alternative-card { padding: 18px; border-radius: 16px; box-shadow: 0 8px 22px rgba(20, 33, 58, .045); }
body.single-gadget .ts-alternative-card > a:first-child img { height: 170px; }
body.single-gadget .ts-alternative-card h3 { min-height: 2.6em; font-size: 1rem; }
body.single-gadget .ts-alternative-card__specs span { padding: 6px 9px; font-size: .7rem; }

body.single-gadget .ts-compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
body.single-gadget .ts-compare-grid .ts-compare-row {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
    border-radius: 15px;
}

body.single-gadget .ts-compare-device { align-items: center; text-align: center; }
body.single-gadget .ts-compare-device:first-child span { display: block; }
body.single-gadget .ts-compare-device img { width: 100%; height: 105px; }
body.single-gadget .ts-compare-row__differences { grid-column: 1 / -1; min-height: 58px; padding: 12px; border-radius: 10px; background: #f6f9fd; font-size: .74rem; }
body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: 1 / -1; width: 100%; }

body.single-gadget .ts-community-card { padding: 28px; }
body.single-gadget .ts-community-vote-form {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px 30px;
    margin-top: 0;
}

body.single-gadget .ts-community-card__summary {
    grid-row: 1 / 3;
    align-content: start;
    padding: 26px;
}

body.single-gadget .ts-community-card__summary > strong { font-size: 2rem; }
body.single-gadget .ts-community-vote-form > fieldset,
body.single-gadget .ts-community__rating-grid { grid-column: 2; }
body.single-gadget .ts-community-vote-form > fieldset { margin: 0; }
body.single-gadget .ts-community__rating-grid { margin-top: 0; }
body.single-gadget .ts-community__rating-grid .ts-rating-row { grid-template-columns: 120px minmax(0, 1fr); padding: 13px 0; }
body.single-gadget .ts-community__rating-grid .ts-rating-row legend { width: 120px; }
body.single-gadget .ts-community__submit,
body.single-gadget .ts-community-vote-form > [data-community-status] { grid-column: 1 / -1; }
body.single-gadget .ts-community-opinion-link { max-width: 320px; margin: 16px auto 0; }

body.single-gadget .ts-community-opinions { padding: 34px; }
body.single-gadget .ts-community-opinions .comment-respond { padding: 24px; border-radius: 14px; }

@media (max-width: 1020px) {
    body.single-gadget .ts-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); }
    body.single-gadget .ts-highlight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.single-gadget .ts-alternatives-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.single-gadget .ts-compare-grid { grid-template-columns: 1fr; }
    body.single-gadget .ts-compare-grid .ts-compare-row { grid-template-columns: 100px 30px 100px minmax(0, 1fr) auto; }
    body.single-gadget .ts-compare-row__differences,
    body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: auto; }
}

@media (max-width: 760px) {
    body.single-gadget .ts-section { padding: 22px; }
    body.single-gadget .ts-hero-inner { grid-template-columns: minmax(0, 1fr); }
    body.single-gadget .ts-product-hero__media,
    body.single-gadget .ts-product-gallery:has(.ts-product-hero__thumbs) {
        width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "main" "thumbs";
    }
    body.single-gadget .ts-product-hero__media > img { width: 100%; height: auto; }
    body.single-gadget .ts-product-hero__thumbs { flex-direction: row; max-height: none; overflow-x: auto; }
    body.single-gadget .ts-product-hero__commerce { width: 100%; grid-column: auto; }
    body.single-gadget .ts-spec-overview,
    body.single-gadget .ts-community-vote-form { grid-template-columns: 1fr; }
    body.single-gadget .ts-community-card__summary { grid-row: auto; }
    body.single-gadget .ts-community-vote-form > fieldset,
    body.single-gadget .ts-community__rating-grid { grid-column: 1; }
    body.single-gadget .ts-community__rating-grid .ts-rating-row { grid-template-columns: 1fr; }
    body.single-gadget .ts-community__rating-grid .ts-rating-row legend { float: none; width: auto; }
    body.single-gadget .ts-rating-row .ts-community__rating-result { grid-column: 1; }
}

@media (max-width: 560px) {
    body.single-gadget .ts-container { width: min(100% - 20px, 1180px); }
    body.single-gadget .ts-spec-overview__rows,
    body.single-gadget .ts-alternatives-grid { grid-template-columns: 1fr; }
    body.single-gadget .ts-compare-grid .ts-compare-row { grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr); }
    body.single-gadget .ts-compare-row__differences,
    body.single-gadget .ts-compare-grid .ts-compare-row > .ts-button { grid-column: 1 / -1; }
}

/* Single gadget: compact icon/spec rail directly under the hero. */
body.single-gadget .ts-highlights {
    margin: 18px 0 26px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.single-gadget .ts-highlights .ts-section-header {
    display: none;
}

body.single-gadget .ts-highlight-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid #dfe7f1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(20, 33, 58, .07);
}

body.single-gadget .ts-highlight-card {
    display: grid;
    min-height: 84px;
    min-width: 0;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 3px 10px;
    align-content: center;
    padding: 15px 14px;
    border: 0;
    border-right: 1px solid #edf1f6;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    transform: none;
}

body.single-gadget .ts-highlight-card:last-child {
    border-right: 0;
}

body.single-gadget .ts-highlight-card:hover {
    border-color: #edf1f6;
    box-shadow: none;
    transform: none;
}

body.single-gadget .ts-highlight-card .ts-spec-key-card__icon {
    grid-row: 1 / 3;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    align-self: center;
    border-radius: 9px;
    background: #eff6ff;
    color: #1769d2;
}

body.single-gadget .ts-highlight-card .ts-spec-key-card__icon .ts-spec-icon {
    width: 17px;
    height: 17px;
}

body.single-gadget .ts-highlight-card__label {
    overflow: hidden;
    color: #6b7688;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.single-gadget .ts-highlight-card strong {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #172033;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Single gadget: visible key specifications grid, not grouped dropdowns. */
body.single-gadget .ts-spec-tabs {
    padding: 34px;
}

body.single-gadget .ts-specs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

body.single-gadget .ts-specs-header__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ts-product-blue, #1769d2);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
}

body.single-gadget .ts-key-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #edf1f6;
}

body.single-gadget .ts-key-spec {
    display: grid;
    min-width: 0;
    min-height: 96px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 20px 22px 20px 0;
    border-bottom: 1px solid #edf1f6;
}

body.single-gadget .ts-key-spec__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #657386;
}

body.single-gadget .ts-key-spec__icon .ts-spec-icon {
    width: 24px;
    height: 24px;
    opacity: .82;
}

body.single-gadget .ts-key-spec__text {
    min-width: 0;
}

body.single-gadget .ts-key-spec__label {
    display: block;
    margin-bottom: 5px;
    color: #172033;
    font-size: .86rem;
    font-weight: 850;
    line-height: 1.2;
}

body.single-gadget .ts-key-spec strong {
    display: -webkit-box;
    overflow: hidden;
    color: #48566b;
    font-size: .86rem;
    font-weight: 650;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.single-gadget .ts-spec-details {
    margin-top: 18px;
}

body.single-gadget .ts-spec-details > summary {
    width: 100%;
    min-height: 50px;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    color: var(--ts-product-blue, #1769d2);
    font-weight: 850;
}

body.single-gadget .ts-spec-details > summary::after {
    content: "›";
    font-size: 1.2rem;
}

body.single-gadget .ts-spec-details[open] > summary::after {
    transform: rotate(90deg);
}

body.single-gadget .ts-spec-details .ts-spec-grid--full {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #edf1f6;
}

body.single-gadget .ts-spec-details .ts-spec-grid--full > .ts-spec-row {
    padding: 13px 0;
    border-bottom: 1px solid #edf1f6;
}

@media (max-width: 1180px) {
    body.single-gadget .ts-highlight-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.single-gadget .ts-highlight-card:nth-child(4n) {
        border-right: 0;
    }
}

@media (max-width: 900px) {
    body.single-gadget .ts-key-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.single-gadget .ts-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-gadget .ts-highlight-card {
        min-height: 78px;
        padding: 13px 12px;
    }

    body.single-gadget .ts-highlight-card:nth-child(2n) {
        border-right: 0;
    }

    body.single-gadget .ts-spec-tabs {
        padding: 24px 18px;
    }

    body.single-gadget .ts-specs-header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.single-gadget .ts-key-spec-grid {
        grid-template-columns: 1fr;
    }

    body.single-gadget .ts-key-spec {
        min-height: 82px;
        padding-right: 0;
    }
}


/* Blog archive */
body.blog .elementor-1732 {
    /* background: #f5f7fa; */
}

body.blog .elementor-1732 .elementor-element-5b7a1bec {
    min-height: 0;
    padding: clamp(56px, 7vw, 92px) 24px clamp(38px, 5vw, 64px);
    background: #f5f7fa;
}

body.blog .elementor-1732 .elementor-element-1849532 {
    width: min(1180px, 100%);
    min-height: 0;
    margin: 0 auto;
    align-items: flex-start;
}

body.blog .elementor-1732 .elementor-element-20b19ad1 .elementor-heading-title {
    max-width: 780px;
    color: #111827;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 750;
    letter-spacing: -.055em;
    line-height: .96;
}

body.blog .elementor-1732 .elementor-element-675ac14b {
    max-width: 640px;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.65;
}

body.blog .elementor-1732 .elementor-element-3463e2b2 {
    padding: 0 24px 88px;
    background: #f5f7fa;
}

body.blog .elementor-1732 .elementor-element-77a7432b {
    width: min(1180px, 100%);
    margin: 0 auto;
}

body.blog .elementor-1732 .elementor-posts-container {
    gap: 28px;
}

body.blog .elementor-1732 .elementor-post {
    overflow: hidden;
    border: 1px solid #dde3eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 24, 39, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

body.blog .elementor-1732 .elementor-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(17, 24, 39, .11);
}

body.blog .elementor-1732 .elementor-post__thumbnail__link {
    margin: 0;
}

body.blog .elementor-1732 .elementor-post__thumbnail {
    padding-bottom: 62%;
    background: #e9edf3;
}

body.blog .elementor-1732 .elementor-post__thumbnail img {
    object-fit: cover;
}

body.blog .elementor-1732 .elementor-post__text {
    padding: 24px 24px 28px;
}

body.blog .elementor-1732 .elementor-post__title,
body.blog .elementor-1732 .elementor-post__title a {
    color: #111827;
    font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.18;
}

body.blog .elementor-1732 .elementor-post__meta-data {
    color: #7b8492;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.blog .elementor-1732 .elementor-post__excerpt {
    color: #667085;
    font-size: .95rem;
    line-height: 1.65;
}

body.blog .elementor-1732 .elementor-post__read-more {
    color: #1d5fcc;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.blog .elementor-1732 .elementor-posts-nothing-found {
    width: 100%;
    padding: 44px;
    border: 1px dashed #cbd3df;
    border-radius: 14px;
    background: #fff;
    color: #667085;
    text-align: center;
}

@media (max-width: 640px) {
    body.blog .elementor-1732 .elementor-element-5b7a1bec {
        padding: 42px 18px 30px;
    }

    body.blog .elementor-1732 .elementor-element-3463e2b2 {
        padding: 0 18px 60px;
    }

    body.blog .elementor-1732 .elementor-element-20b19ad1 .elementor-heading-title {
        font-size: clamp(2.5rem, 13vw, 3.5rem);
    }

    body.blog .elementor-1732 .elementor-post__text {
        padding: 20px;
    }
}

body.blog .elementor-1732 .elementor-posts-nothing-found {
    grid-column: 1 / -1;
}

body.blog .elementor-1732 .elementor-element-5b7a1bec {
    justify-content: flex-start;
    padding: 64px 24px 48px;
}

body.blog .elementor-1732 .elementor-post:only-child {
    grid-column: span 2;
}

@media (max-width: 640px) {
    body.blog .elementor-1732 .elementor-post:only-child {
        grid-column: span 1;
    }
}
/* Archive layout v2 */

/* Single editorial article */
body.single-post .elementor-463 {
    padding: 56px 24px 88px;
}

body.single-post .elementor-463 .elementor-element-7def699,
body.single-post .elementor-463 .elementor-element-ab92966 {
    width: min(1180px, 100%);
    min-height: 0;
    margin: 0 auto;
}

body.single-post .elementor-463 .elementor-element-db2a872 {
    width: min(920px, 100%);
    margin: 0 0 34px;
}

body.single-post .elementor-463 .elementor-element-db2a872 .elementor-heading-title {
    color: #111827;
    font-size: clamp(2.8rem, 5.8vw, 5.2rem) !important;
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: .98;
}

body.single-post .elementor-463 .elementor-element-2dfb60d {
    overflow: hidden;
    border-radius: 16px;
    background: #e7ebf1;
    box-shadow: 0 18px 46px rgba(17, 24, 39, .12);
}

body.single-post .elementor-463 .elementor-element-2dfb60d img {
    display: block;
    width: 100%;
    height: clamp(420px, 49vw, 620px);
    object-fit: cover;
}

body.single-post .elementor-463 .elementor-element-ab92966 {
    margin-top: 42px;
}

body.single-post .elementor-463 .elementor-element-6c9a795 {
    width: min(860px, 100%);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid #e0e5ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(17, 24, 39, .07);
    color: #303846;
    font-size: 1.08rem;
    line-height: 1.75;
}

body.single-post .elementor-463 .elementor-element-6c9a795 p {
    margin: 0 0 1.35em;
}

body.single-post .elementor-463 .elementor-element-6c9a795 > .elementor-widget-container > p:first-child {
    margin-bottom: 28px;
    padding: 22px 24px;
    border-left: 4px solid #2f68dc;
    border-radius: 0 10px 10px 0;
    background: #eef4ff;
    color: #1d2939;
}

body.single-post .elementor-463 .elementor-element-6c9a795 h2 {
    margin: 2.1em 0 .75em;
    color: #111827;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 740;
    letter-spacing: -.035em;
    line-height: 1.12;
}

body.single-post .elementor-463 .elementor-element-6c9a795 h3 {
    margin: 1.75em 0 .55em;
    color: #172033;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
}

body.single-post .elementor-463 .elementor-element-6c9a795 a {
    color: #1d5fcc;
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.single-post .elementor-463 .elementor-element-6c9a795 table {
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
    border: 1px solid #dfe5ed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    font-size: .9rem;
}

body.single-post .elementor-463 .elementor-element-6c9a795 th {
    background: #f1f4f8;
    color: #344054;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.single-post .elementor-463 .elementor-element-6c9a795 th,
body.single-post .elementor-463 .elementor-element-6c9a795 td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #e5e9ef;
    text-align: left;
    vertical-align: top;
}

body.single-post .elementor-463 .elementor-element-6c9a795 tbody tr:last-child td {
    border-bottom: 0;
}

body.single-post .elementor-463 .elementor-element-6c9a795 hr {
    margin: 42px 0 28px;
    border: 0;
    border-top: 1px solid #dfe5ed;
}

@media (max-width: 680px) {
    body.single-post .elementor-463 {
        padding: 34px 14px 64px;
    }

    body.single-post .elementor-463 .elementor-element-db2a872 .elementor-heading-title {
        font-size: clamp(2.35rem, 12vw, 3.4rem) !important;
    }

    body.single-post .elementor-463 .elementor-element-2dfb60d img {
        height: 250px;
    }

    body.single-post .elementor-463 .elementor-element-ab92966 {
        margin-top: 22px;
    }

    body.single-post .elementor-463 .elementor-element-6c9a795 {
        padding: 26px 20px;
        border-radius: 12px;
        font-size: 1rem;
    }
}
/* Single article layout v1 */
/* Single article cache refresh v2 */

body.single-post .elementor-463 {
    padding: 56px 24px 88px;
    background: #f5f7fa;
}

body.single-post .elementor-463 .elementor-element-7def699,
body.single-post .elementor-463 .elementor-element-ab92966 {
    width: min(1180px, 100%);
    min-height: 0;
    margin: 0 auto;
}

body.single-post .elementor-463 .elementor-element-db2a872 {
    width: min(920px, 100%);
    margin: 0 0 34px;
}

body.single-post .elementor-463 .elementor-element-db2a872 .elementor-heading-title {
    color: #111827;
    font-size: clamp(2.8rem, 5.8vw, 5.2rem) !important;
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: .98;
}

body.single-post .elementor-463 .elementor-element-2dfb60d {
    overflow: hidden;
    border-radius: 16px;
    background: #e7ebf1;
    box-shadow: 0 18px 46px rgba(17, 24, 39, .12);
}

body.single-post .elementor-463 .elementor-element-2dfb60d img {
    display: block;
    width: 100%;
    height: clamp(420px, 49vw, 620px);
    object-fit: cover;
}

body.single-post .elementor-463 .elementor-element-ab92966 {
    margin-top: 42px;
}

body.single-post .elementor-463 .elementor-element-6c9a795 {
    width: min(860px, 100%);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid #e0e5ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(17, 24, 39, .07);
    color: #303846;
    font-size: 1.08rem;
    line-height: 1.75;
}

body.single-post .elementor-463 .elementor-element-6c9a795 p {
    margin: 0 0 1.35em;
}

body.single-post .elementor-463 .elementor-element-6c9a795 > .elementor-widget-container > p:first-child {
    margin-bottom: 28px;
    padding: 22px 24px;
    border-left: 4px solid #2f68dc;
    border-radius: 0 10px 10px 0;
    background: #eef4ff;
    color: #1d2939;
}

body.single-post .elementor-463 .elementor-element-6c9a795 h2 {
    margin: 2.1em 0 .75em;
    color: #111827;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 740;
    letter-spacing: -.035em;
    line-height: 1.12;
}

body.single-post .elementor-463 .elementor-element-6c9a795 h3 {
    margin: 1.75em 0 .55em;
    color: #172033;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
}

body.single-post .elementor-463 .elementor-element-6c9a795 a {
    color: #1d5fcc;
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.single-post .elementor-463 .elementor-element-6c9a795 table {
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
    border: 1px solid #dfe5ed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    font-size: .9rem;
}

body.single-post .elementor-463 .elementor-element-6c9a795 th {
    background: #f1f4f8;
    color: #344054;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.single-post .elementor-463 .elementor-element-6c9a795 th,
body.single-post .elementor-463 .elementor-element-6c9a795 td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #e5e9ef;
    text-align: left;
    vertical-align: top;
}

body.single-post .elementor-463 .elementor-element-6c9a795 tbody tr:last-child td {
    border-bottom: 0;
}

body.single-post .elementor-463 .elementor-element-6c9a795 hr {
    margin: 42px 0 28px;
    border: 0;
    border-top: 1px solid #dfe5ed;
}

@media (max-width: 680px) {
    body.single-post .elementor-463 {
        padding: 34px 14px 64px;
    }
	
	    body.single-post .elementor-463 .elementor-element-db2a872 .elementor-heading-title {
        font-size: clamp(2.35rem, 12vw, 3.4rem) !important;
    }
	
	    body.single-post .elementor-463 .elementor-element-2dfb60d img {
        height: 250px;
    }
	
	    body.single-post .elementor-463 .elementor-element-ab92966 {
        margin-top: 22px;
    }
	
	    body.single-post .elementor-463 .elementor-element-6c9a795 {
        padding: 26px 20px;
        border-radius: 12px;
        font-size: 1rem;
    }
}

/* =============================================================
   Gadgets archive artboard — Image 2 layout + Image 1 dense cards.
   The archive remains a coded dynamic component inside Elementor's
   global header/footer and token system.
   ============================================================= */

.ts-archive {
    max-width: var(--ts-container);
    padding-top: 44px;
    background: #ffffff;
}

.ts-archive__header {
    padding: 0 0 32px;
    border: 0;
}

.ts-archive__header-top {
    grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
    align-items: center;
}

.ts-archive__title {
    font-size: clamp(40px, 5vw, 64px);
    color: var(--ts-color-text, var(--ts-text));
}

.ts-archive__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ts-space-4, 16px);
}

.ts-archive__benefit {
    min-width: 0;
    text-align: center;
}

.ts-archive__benefit > span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: var(--ts-color-surface-subtle, #eef4ff);
    color: var(--ts-color-primary, #0967d8);
    font-size: 22px;
    font-weight: 800;
}

.ts-archive__benefit strong,
.ts-archive__benefit small {
    display: block;
}

.ts-archive__benefit strong {
    color: var(--ts-color-text, var(--ts-text));
    font-size: 12px;
    line-height: 1.3;
}

.ts-archive__benefit small {
    margin-top: 3px;
    color: var(--ts-color-text-muted, var(--ts-muted));
    font-size: 10px;
    line-height: 1.35;
}

.ts-search-bar--archive {
    max-width: 680px;
    margin-top: 26px;
}

.ts-archive__body {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
}

.ts-filter-panel {
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--ts-color-border, var(--ts-border));
    border-radius: var(--ts-radius-lg, 14px);
    background: var(--ts-color-surface, #fff);
}

.ts-filter-panel__header {
    display: flex;
    padding: 16px;
    border-bottom: 1px solid var(--ts-color-border, var(--ts-border));
}

.ts-filter-panel__body {
    gap: 0;
}

.ts-filter-group {
    padding: 16px;
    border: 0;
    border-bottom: 1px solid var(--ts-color-border, var(--ts-border));
    border-radius: 0;
    box-shadow: none;
}

.ts-filter-group:last-child {
    border-bottom: 0;
}

.ts-filter-group__title {
    margin-bottom: 8px;
    color: var(--ts-color-text, var(--ts-text));
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.ts-filter-checkbox {
    min-height: 36px;
    padding: 5px 2px;
    font-size: 12px;
}

.ts-filter-checkbox__count {
    padding: 0;
    background: transparent;
}

.ts-archive .ts-gadget-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ts-archive .ts-gadget-card--v2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    padding: 0;
    border: 1px solid var(--ts-color-border, #e5e9f0);
    border-radius: var(--ts-radius-lg, 14px);
    background: var(--ts-color-surface, #fff);
    box-shadow: var(--ts-shadow-sm, 0 4px 16px rgba(15, 23, 42, .05));
    overflow: hidden;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--ts-color-text, #101828);
    box-shadow: none;
    cursor: pointer;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__favorite svg {
    width: 22px;
    height: 22px;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__favorite:hover,
.ts-archive .ts-gadget-card--v2 .ts-gadget-card__favorite:focus-visible {
    color: var(--ts-color-primary, #0967d8);
    background: var(--ts-color-primary-soft, #eaf2ff);
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__favorite[aria-pressed="true"] svg {
    fill: currentColor;
}

.ts-archive .ts-gadget-card--v2:hover {
    transform: translateY(-2px);
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__image-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 18px;
    border-radius: 0;
    background: #fff;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__image {
    width: 100%;
    height: 185px;
    max-height: none;
    object-fit: contain;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 170px;
    aspect-ratio: auto;
    border-radius: var(--ts-radius-md, 10px);
    background: var(--ts-color-surface-subtle, #f7f9fc);
    color: var(--ts-color-text-muted, var(--ts-muted));
    font-size: 12px;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__category {
    top: 12px;
    left: 12px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 8px;
    background: var(--ts-color-primary, #0967d8);
    box-shadow: none;
    font-family: var(--ts-font-body, Inter), sans-serif;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: none;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 0 14px 14px;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__title {
    margin: 0;
    color: var(--ts-color-text, #101828);
    font-family: var(--ts-font-heading, "Space Grotesk"), sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.ts-gadget-card--v2 .ts-gadget-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    font-size: 12px;
}

.ts-gadget-card--v2 .ts-gadget-card__stars {
    display: inline-flex;
    gap: 1px;
    color: #d8dee9;
    font-size: 14px;
    letter-spacing: 0;
}

.ts-gadget-card--v2 .ts-gadget-card__stars .is-filled {
    color: #f5a300;
}

.ts-gadget-card--v2 .ts-gadget-card__stars .is-half {
    position: relative;
    color: #d8dee9;
}

.ts-gadget-card--v2 .ts-gadget-card__stars .is-half::before {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
    color: #f5a300;
    content: '★';
}

.ts-gadget-card--v2 .ts-gadget-card__rating strong {
    color: var(--ts-color-text, #101828);
}

.ts-gadget-card--v2 .ts-gadget-card__rating > span:last-child {
    color: var(--ts-color-text-muted, var(--ts-muted));
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__summary {
    min-height: 34px;
    margin: 0;
    color: var(--ts-color-text-muted, var(--ts-muted));
    font-size: 12px;
    line-height: 1.4;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 4px 0 0;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__spec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    min-height: 52px;
    padding: 7px;
    border: 1px solid var(--ts-color-border, #e5e9f0);
    border-radius: 9px;
    background: #fff;
    text-align: left;
}

.ts-gadget-card--v2 .ts-gadget-card__spec-icon {
    display: grid;
    place-items: center;
    flex: 0 0 18px;
    color: var(--ts-color-primary, #0967d8);
}

.ts-gadget-card--v2 .ts-gadget-card__spec-icon svg,
.ts-gadget-card--v2 .ts-gadget-card__spec-icon img {
    width: 18px;
    height: 18px;
}

.ts-gadget-card--v2 .ts-gadget-card__spec div {
    min-width: 0;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__spec dd,
.ts-archive .ts-gadget-card--v2 .ts-gadget-card__spec dt {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__spec dd {
    color: var(--ts-color-text, #101828);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__spec dt {
    margin-top: 2px;
    color: var(--ts-color-text-muted, var(--ts-muted));
    font-size: 9px;
    white-space: nowrap;
}

.ts-gadget-card--v2 .ts-gadget-card__offers {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding-top: 4px;
}

.ts-gadget-card--v2 .ts-gadget-card__offer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    min-width: 0;
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid var(--ts-color-border, #e5e9f0);
    border-radius: 9px;
    text-decoration: none;
}

.ts-external-link-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-affiliate-disclosure {
    color: var(--ts-color-text-muted, #667085);
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
}

.ts-gadget-card--v2 .ts-affiliate-disclosure {
    margin: 0;
}

.ts-gadget-card--v2 .ts-gadget-card__offer .ts-external-link-icon {
    margin-left: auto;
    color: var(--ts-color-text-muted, #667085);
}

.ts-gadget-card--v2 .ts-gadget-card__offer-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px;
    align-items: center;
    width: 100%;
    gap: 12px;
    min-width: 0;
}

.ts-gadget-card--v2 .ts-gadget-card__offer strong,
.ts-gadget-card--v2 .ts-gadget-card__offer small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-gadget-card--v2 .ts-gadget-card__offer strong {
    min-width: 0;
    color: var(--ts-color-text, #101828);
    font-size: 18px;
    line-height: 36px;
    overflow: visible;
    text-overflow: clip;
}

.ts-gadget-card--v2 .ts-gadget-card__offer small {
    margin-top: 0;
    color: var(--ts-color-text-muted, var(--ts-muted));
    font-size: 12px;
}

.ts-gadget-card--v2 .ts-gadget-card__offer small.ts-gadget-card__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 76px;
    width: 76px;
    min-width: 76px;
    height: 36px;
    min-height: 36px;
    padding: 6px 9px;
    border: 1px solid #c9d6e8;
    border-radius: 9px;
    background: linear-gradient(180deg, #fff 0%, #f5f8fd 100%);
    box-shadow: 0 2px 5px rgba(16, 24, 40, .08);
    line-height: 1;
    overflow: visible;
}

.ts-gadget-card--v2 .ts-gadget-card__offer:hover .ts-gadget-card__offer-logo {
    border-color: var(--ts-color-primary, #0967d8);
    box-shadow: 0 3px 8px rgba(9, 103, 216, .16);
}

.ts-gadget-card--v2 .ts-gadget-card__offer:focus-visible {
    outline: 2px solid var(--ts-color-primary, #0967d8);
    outline-offset: 3px;
}

.ts-gadget-card--v2 .ts-gadget-card__offer-logo img {
    display: block;
    width: 48px;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.ts-gadget-card--v2 .ts-gadget-card__offer:only-child {
    justify-content: flex-start;
    padding-inline: 14px;
}

.ts-gadget-card--v2 .ts-gadget-card__offer:only-child strong {
    font-size: 18px;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__compare,
.ts-archive .ts-gadget-card--v2 .ts-gadget-card__details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__compare {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 2px;
    border: 0;
    background: transparent;
    color: var(--ts-color-text, #101828);
}

.ts-gadget-card--v2 .ts-gadget-card__compare > span {
    width: 20px;
    height: 20px;
    border: 1px solid var(--ts-color-text-muted, #667085);
    border-radius: 5px;
    background: #fff;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__details {
    gap: 8px;
    padding: 0 14px;
    background: var(--ts-color-text, #101828);
    color: #fff;
}

.ts-archive .ts-gadget-card--v2 .ts-gadget-card__details:hover {
    background: var(--ts-color-primary, #0967d8);
    color: #fff;
}

@media (max-width: 1180px) {
    .ts-archive__header-top {
        grid-template-columns: 1fr;
    }

    .ts-archive__benefits {
        max-width: 700px;
    }

    .ts-archive .ts-gadget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .ts-archive {
        padding-top: 28px;
    }

    .ts-archive__body {
        grid-template-columns: 1fr;
    }

    .ts-archive__sidebar {
        display: block;
    }

    .ts-filter-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-filter-panel__header {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .ts-archive__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-archive .ts-gadget-grid {
        grid-template-columns: 1fr;
    }

    .ts-filter-panel {
        display: flex;
    }

    .ts-archive .ts-gadget-card--v2 .ts-gadget-card__image-link {
        min-height: 230px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ts-archive .ts-gadget-card--v2,
    .ts-archive .ts-gadget-card--v2 .ts-gadget-card__image {
        transition: none;
    }
}

/* Tablet uses the same focused filter drawer as mobile. The 1024px archive
   layout is a single column, so an inline filter panel would push results far
   below the fold. This follows the archive artboard overrides above. */
@media (max-width: 1024px) {
    .ts-archive .ts-archive__filters-toggle {
        display: inline-flex;
        margin-bottom: 16px;
    }

    .ts-archive__sidebar-wrap { display: block; }

    .ts-archive__sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 60;
        width: min(380px, 90vw);
        height: 100%;
        padding: 20px;
        overflow-y: auto;
        background: #fff;
        transform: translateX(-100%);
        transition: transform .25s ease;
    }

    .ts-archive__sidebar-wrap.is-open .ts-archive__sidebar { transform: translateX(0); }
    .ts-filter-panel { display: flex; }
}
