:root {
    --wuanto-bg: #f6f1e8;
    --wuanto-surface: #fffdf9;
    --wuanto-primary: #1f4b43;
    --wuanto-primary-soft: #dbe9df;
    --wuanto-accent: #cb6b34;
    --wuanto-text: #1f2933;
    --wuanto-muted: #6b7280;
    --wuanto-border: #ddd4c8;
}

body {
    background:
        radial-gradient(circle at top right, rgba(203, 107, 52, 0.12), transparent 28%),
        linear-gradient(180deg, #fbf7f1 0%, var(--wuanto-bg) 100%);
    color: var(--wuanto-text);
    min-height: 100vh;
}

.wuanto-navbar {
    background: rgba(255, 253, 249, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
}

.wuanto-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wuanto-header-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
}

.wuanto-header-select {
    width: auto;
    min-width: 10.5rem;
    border-color: rgba(31, 75, 67, 0.16);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.78);
    color: var(--wuanto-primary);
    font-weight: 700;
}

.wuanto-header-tool-select {
    min-width: 12.25rem;
}

.wuanto-history-link {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(31, 75, 67, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--wuanto-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.wuanto-history-link:hover {
    background: var(--wuanto-primary-soft);
    color: var(--wuanto-primary);
}

.wuanto-history-link svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.wuanto-ebay-epn-badge {
    display: block;
    flex: 0 0 auto;
    width: 90px;
    max-width: 90px;
    height: auto;
}

.wuanto-footer {
    margin-top: 3rem;
    border-top: 1px solid rgba(31, 75, 67, 0.1);
    background: rgba(255, 253, 249, 0.84);
}

.wuanto-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0;
    color: var(--wuanto-muted);
    font-size: 0.92rem;
}

.wuanto-footer-copy {
    display: grid;
    gap: 0.25rem;
    max-width: 760px;
}

.wuanto-footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.wuanto-footer-link {
    color: var(--wuanto-primary);
    font-weight: 700;
    text-decoration: none;
}

.wuanto-footer-link:hover,
.wuanto-footer-link:focus {
    color: #173b35;
    text-decoration: underline;
}

.wuanto-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--wuanto-primary);
    font-weight: 700;
    text-decoration: none;
}

.wuanto-social-link svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.wuanto-social-link:hover,
.wuanto-social-link:focus {
    color: #173b35;
    text-decoration: underline;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
    background: linear-gradient(145deg, var(--wuanto-primary), #0f2b25);
    color: #fff;
    font-weight: 700;
}

.hero-card,
.results-panel,
.product-card {
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid var(--wuanto-border);
    box-shadow: 0 20px 60px rgba(31, 41, 51, 0.08);
}

.hero-card {
    border-radius: 1.5rem;
}

.results-panel,
.product-card {
    border-radius: 1.25rem;
}

.search-input,
.search-button,
.category-select,
.category-button {
    min-height: 3.25rem;
}

.search-button {
    background: var(--wuanto-primary);
    border-color: var(--wuanto-primary);
}

.search-button:hover,
.search-button:focus {
    background: #173b35;
    border-color: #173b35;
}

.search-panel-copy {
    max-width: 100%;
    margin-bottom: 1.25rem;
}

.search-panel-form {
    width: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.fresh-window-select {
    font-weight: 600;
}

.fresh-helper-text {
    margin-top: 0.45rem;
    color: var(--wuanto-muted);
    font-size: 0.8rem;
    line-height: 1.35;
}

.search-panel-stack {
    display: block;
}

.landing-hero-panel {
    position: relative;
    overflow: hidden;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65rem;
    color: var(--wuanto-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trending-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.35rem;
    background: rgba(255, 253, 249, 0.94);
    box-shadow: 0 18px 44px rgba(31, 41, 51, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trending-card:hover {
    transform: translateY(-3px);
    border-color: rgba(203, 107, 52, 0.25);
    box-shadow: 0 24px 60px rgba(31, 41, 51, 0.11);
}

.trending-card-image-wrap {
    display: block;
    text-decoration: none;
}

.trending-card-image {
    display: block;
    width: 100%;
    height: 13rem;
    object-fit: cover;
    background: linear-gradient(135deg, #f6efe4 0%, #e9dfd0 100%);
}

.trending-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(31, 75, 67, 0.28);
    font-size: 4rem;
    font-weight: 900;
}

.top-trending-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0.1rem 1rem;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(31, 75, 67, 0.35) transparent;
}

.top-trending-scroll::-webkit-scrollbar {
    height: 0.65rem;
}

.top-trending-scroll::-webkit-scrollbar-track {
    background: rgba(31, 75, 67, 0.06);
    border-radius: 999px;
}

.top-trending-scroll::-webkit-scrollbar-thumb {
    background: rgba(31, 75, 67, 0.34);
    border-radius: 999px;
}

.top-trending-card {
    flex: 0 0 16.25rem;
    overflow: hidden;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 253, 249, 0.96);
    scroll-snap-align: start;
}

.top-trending-image-link {
    display: block;
    text-decoration: none;
    background: linear-gradient(135deg, #f6efe4 0%, #e9dfd0 100%);
}

.top-trending-image {
    display: block;
    width: 100%;
    height: 10.5rem;
    object-fit: contain;
    background: #fff;
}

.top-trending-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(31, 75, 67, 0.28);
    font-size: 3rem;
    font-weight: 900;
}

.top-trending-body {
    padding: 0.95rem;
}

.top-trending-title {
    min-height: 2.7rem;
    margin-bottom: 0.65rem;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.28;
}

.top-trending-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--wuanto-ink);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top-trending-title a:hover {
    color: var(--wuanto-accent);
}

.top-trending-price {
    color: var(--wuanto-primary);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.1;
}

.top-trending-detail-button {
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.86rem;
}

.top-trending-analyze-button {
    width: 100%;
    margin-top: 0.45rem;
    padding: 0.52rem 0.8rem;
    border: 1px solid rgba(31, 75, 67, 0.18);
    border-radius: 0.85rem;
    background: rgba(31, 75, 67, 0.06);
    color: var(--wuanto-primary);
    font-size: 0.84rem;
    font-weight: 800;
    text-align: center;
}

.top-trending-analyze-button:hover,
.top-trending-analyze-button:focus {
    background: var(--wuanto-primary-soft);
    color: #173b35;
}

.top-trending-source {
    display: block;
    overflow: hidden;
    margin-top: 0.6rem;
    color: var(--wuanto-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-trending-source:hover {
    color: var(--wuanto-accent);
}

.fee-calculator-page .form-control,
.fee-calculator-page .form-select,
.fee-calculator-page .input-group-text {
    border-color: var(--wuanto-border);
}

.fee-hero {
    position: relative;
    overflow: hidden;
}

.fee-hero::before {
    content: "";
    position: absolute;
    inset: -35% -12% auto auto;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(31, 75, 67, 0.14) 0%, rgba(31, 75, 67, 0) 68%);
    pointer-events: none;
}

.fee-hero > .row {
    position: relative;
}

.fee-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.fee-hero-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(31, 75, 67, 0.11);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    color: var(--wuanto-primary);
    font-size: 0.84rem;
    font-weight: 800;
}

.fee-result-card {
    padding: clamp(1.5rem, 4vw, 2.35rem);
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(31, 75, 67, 0.95) 0%, rgba(46, 95, 83, 0.92) 100%);
    color: #fff;
    box-shadow: 0 22px 60px rgba(31, 75, 67, 0.18);
}

.fee-result-card span,
.fee-result-card small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.fee-result-card strong {
    display: block;
    margin: 0.35rem 0;
    font-size: clamp(2.4rem, 7vw, 4.4rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.fee-calculator-form,
.fee-summary-panel {
    position: relative;
}

.fee-advanced-panel {
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.035);
}

.fee-profit-box {
    padding: 1.25rem;
    border-radius: 1.15rem;
    background: rgba(203, 107, 52, 0.1);
}

.fee-profit-box span,
.fee-profit-box small,
.fee-target-box span,
.fee-metric-grid span,
.fee-breakdown span {
    display: block;
    color: var(--wuanto-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.fee-profit-box strong {
    display: block;
    color: var(--wuanto-accent);
    font-size: clamp(2rem, 6vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.fee-bar {
    display: flex;
    overflow: hidden;
    height: 0.75rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
}

.fee-bar span {
    display: block;
    min-width: 0;
    transition: width 0.2s ease;
}

#feeBarFees {
    background: #c95f42;
}

#feeBarCosts {
    background: #d6a357;
}

#feeBarProfit {
    background: var(--wuanto-primary);
}

.fee-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.fee-metric-grid div,
.fee-target-box {
    padding: 0.95rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.fee-metric-grid strong,
.fee-target-box strong {
    display: block;
    color: var(--wuanto-ink);
    font-size: 1.1rem;
    font-weight: 900;
}

.fee-breakdown {
    display: grid;
    gap: 0.55rem;
}

.fee-breakdown div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
}

.fee-breakdown strong {
    color: var(--wuanto-ink);
    font-weight: 900;
}

.fee-related-tool-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.2rem;
    background: rgba(255, 253, 249, 0.94);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.fee-related-tool-card:hover {
    transform: translateY(-2px);
    border-color: rgba(203, 107, 52, 0.24);
    background: rgba(255, 255, 255, 0.98);
}

.fee-related-tool-icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(31, 75, 67, 0.96) 0%, rgba(57, 111, 96, 0.92) 100%);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 900;
}

.title-builder-page .form-control,
.title-builder-page .form-select {
    border-color: var(--wuanto-border);
}

.title-builder-hero {
    position: relative;
    overflow: hidden;
}

.title-builder-hero::before {
    content: "";
    position: absolute;
    inset: -32% auto auto -10%;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(44, 92, 131, 0.12) 0%, rgba(44, 92, 131, 0) 68%);
    pointer-events: none;
}

.title-builder-hero > .row {
    position: relative;
}

.title-builder-search-card {
    padding: 1.2rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.74);
}

.item-analyzer-page .form-control,
.item-analyzer-page .form-select {
    border-color: var(--wuanto-border);
}

.item-analyzer-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 14%, rgba(203, 107, 52, 0.1) 0%, rgba(203, 107, 52, 0) 34%),
        rgba(255, 253, 249, 0.94);
}

.item-analyzer-search-card {
    padding: 1.2rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.76);
}

.item-analyzer-result-grid {
    display: grid;
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
    gap: 1.5rem;
}

.item-analyzer-score-panel,
.item-analyzer-product-panel {
    min-height: 100%;
}

.item-analyzer-score-circle {
    width: 8.5rem;
    height: 8.5rem;
    margin-bottom: 1.25rem;
    padding: 0.78rem;
    border-radius: 50%;
    --score: 0;
    --score-color: var(--wuanto-primary);
    background:
        conic-gradient(var(--score-color) calc(var(--score) * 1%), rgba(31, 75, 67, 0.08) 0);
    box-shadow:
        0 14px 34px rgba(31, 75, 67, 0.12),
        inset 0 0 0 1px rgba(31, 75, 67, 0.06);
}

.item-analyzer-score-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.98), rgba(255, 253, 249, 0.96));
}

.item-analyzer-score-inner span {
    color: var(--wuanto-ink);
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.92;
}

.item-analyzer-score-inner small {
    margin-top: 0.35rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
    color: var(--wuanto-primary);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
}

.item-analyzer-score-strong,
.item-analyzer-score-good {
    --score-color: #1f7a4d;
}

.item-analyzer-score-warning {
    --score-color: #c77725;
}

.item-analyzer-score-danger {
    --score-color: #b74434;
}

.item-analyzer-subscore-list {
    display: grid;
    gap: 1rem;
}

.item-analyzer-subscore strong,
.item-analyzer-subscore span {
    font-size: 0.9rem;
}

.item-analyzer-subscore small {
    display: block;
    margin-top: 0.35rem;
    color: var(--wuanto-muted);
    font-weight: 700;
}

.item-analyzer-bar {
    overflow: hidden;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
}

.item-analyzer-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wuanto-primary), var(--wuanto-accent));
}

.item-analyzer-product {
    display: grid;
    grid-template-columns: 11rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.item-analyzer-product img,
.item-analyzer-image-placeholder {
    width: 11rem;
    height: 11rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1.1rem;
    background: #fff;
    object-fit: contain;
}

.item-analyzer-image-placeholder {
    display: grid;
    place-items: center;
    color: var(--wuanto-primary);
    font-size: 2.8rem;
    font-weight: 900;
}

.item-analyzer-price {
    color: var(--wuanto-primary);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.05;
}

.item-analyzer-signal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.item-analyzer-signal-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.07);
    color: var(--wuanto-primary);
    font-size: 0.82rem;
    font-weight: 800;
}

.item-analyzer-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.item-analyzer-fact-grid div {
    min-width: 0;
    padding: 0.58rem 0.68rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.68);
}

.item-analyzer-fact-grid span,
.item-analyzer-fact-grid strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-analyzer-fact-grid span {
    color: var(--wuanto-muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.item-analyzer-fact-grid strong {
    color: var(--wuanto-ink);
    font-size: 0.86rem;
}

.item-analyzer-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.item-analyzer-signal-chip {
    padding: 0.85rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.item-analyzer-signal-chip span {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--wuanto-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.item-analyzer-signal-chip strong {
    color: var(--wuanto-ink);
    font-size: 0.95rem;
}

.item-analyzer-signal-good {
    border-color: rgba(31, 122, 77, 0.18);
    background: rgba(31, 122, 77, 0.06);
}

.item-analyzer-signal-warning {
    border-color: rgba(203, 107, 52, 0.22);
    background: rgba(203, 107, 52, 0.06);
}

.item-analyzer-signal-muted {
    opacity: 0.78;
}

.item-analyzer-notes {
    display: grid;
    gap: 0.65rem;
}

.item-analyzer-notes div {
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: rgba(31, 75, 67, 0.04);
    color: var(--wuanto-muted);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.item-analyzer-similar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.item-analyzer-similar-card {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
}

.item-analyzer-similar-card img {
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    object-fit: contain;
    background: #fff;
}

.item-analyzer-similar-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 0.35rem;
    color: var(--wuanto-ink);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-analyzer-similar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    color: var(--wuanto-muted);
    font-size: 0.82rem;
}

.item-analyzer-similar-meta strong {
    color: var(--wuanto-primary);
    font-size: 0.96rem;
}

.item-analyzer-match-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.46rem;
    border-radius: 999px;
    background: rgba(203, 107, 52, 0.1);
    color: var(--wuanto-accent);
    font-size: 0.72rem;
    font-weight: 900;
}

.item-analyzer-small-button {
    min-height: 2.35rem;
    margin-top: 0.6rem;
    padding: 0.48rem 0.72rem;
    border-radius: 0.75rem;
    font-size: 0.8rem;
}

.title-workspace-card,
.title-keyword-panel {
    min-height: 100%;
}

.title-score-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.1);
    color: var(--wuanto-primary);
    font-size: 0.84rem;
    font-weight: 900;
}

.title-builder-editor {
    min-height: 8.5rem;
    border-radius: 1rem;
    border-color: var(--wuanto-border);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.35;
    resize: vertical;
}

.title-length-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
}

.title-length-bar {
    overflow: hidden;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
}

.title-length-bar span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--wuanto-primary);
    transition: width 0.2s ease, background 0.2s ease;
}

.title-length-bar span.is-warning {
    background: #c95f42;
}

.title-length-count {
    color: var(--wuanto-primary);
    font-weight: 900;
}

.title-builder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.title-copy-feedback {
    min-height: 1.25rem;
    color: var(--wuanto-accent);
    font-size: 0.9rem;
    font-weight: 700;
}

.title-check-list {
    display: grid;
    gap: 0.5rem;
}

.title-check-list div {
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 0.85rem;
    background: rgba(31, 75, 67, 0.035);
    color: var(--wuanto-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.title-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.title-keyword-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--wuanto-ink);
    font-size: 0.88rem;
    font-weight: 800;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.title-keyword-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(203, 107, 52, 0.32);
    color: var(--wuanto-accent);
}

.title-keyword-chip span {
    display: inline-grid;
    place-items: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
    color: var(--wuanto-primary);
    font-size: 0.72rem;
}

.title-sample-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.title-sample-card {
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
}

.title-sample-card img {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 0.75rem;
    object-fit: contain;
    background: #fff;
}

.title-sample-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 0.25rem;
    color: var(--wuanto-ink);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.title-sample-card span {
    display: block;
    color: var(--wuanto-primary);
    font-size: 0.84rem;
    font-weight: 900;
}

.title-sample-ebay-button {
    margin-top: 0.6rem;
    padding: 0.42rem 0.72rem;
    font-size: 0.78rem;
}

.title-sample-analyze-button {
    margin-top: 0.45rem;
    min-height: 2.35rem;
    padding: 0.42rem 0.72rem;
    font-size: 0.78rem;
}

.title-seo-card {
    position: relative;
    overflow: hidden;
    padding: 1.35rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(44, 92, 131, 0.1) 0%, rgba(44, 92, 131, 0) 36%),
        rgba(255, 253, 249, 0.94);
}

.title-seo-step {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
    background: var(--wuanto-primary);
    color: #fff;
    font-weight: 900;
}

.title-guideline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.title-guideline-grid div {
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.title-guideline-grid strong,
.title-guideline-grid span {
    display: block;
}

.title-guideline-grid strong {
    margin-bottom: 0.35rem;
    color: var(--wuanto-ink);
    font-size: 0.95rem;
    font-weight: 900;
}

.title-guideline-grid span {
    color: var(--wuanto-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.title-faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(31, 75, 67, 0.09);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.74);
}

.title-faq-accordion .accordion-button {
    background: transparent;
    color: var(--wuanto-ink);
    font-weight: 900;
    box-shadow: none;
}

.title-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(31, 75, 67, 0.05);
    color: var(--wuanto-primary);
}

.title-faq-accordion .accordion-body {
    color: var(--wuanto-muted);
    line-height: 1.55;
}

.misspelling-page .form-control,
.misspelling-page .form-select {
    border-color: var(--wuanto-border);
}

.misspelling-hero {
    position: relative;
    overflow: hidden;
}

.misspelling-hero::before {
    content: "";
    position: absolute;
    inset: -30% -10% auto auto;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(203, 107, 52, 0.14) 0%, rgba(203, 107, 52, 0) 68%);
    pointer-events: none;
}

.misspelling-hero > .row {
    position: relative;
}

.misspelling-search-card {
    padding: 1.2rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.74);
}

.misspelling-query-box {
    overflow-wrap: anywhere;
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.04);
    color: var(--wuanto-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.92rem;
    font-weight: 800;
}

.misspelling-ebay-button {
    padding-inline: 1.1rem;
}

.misspelling-inline-result {
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.035);
}

.misspelling-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.misspelling-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(31, 75, 67, 0.11);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--wuanto-ink);
    font-size: 0.86rem;
    font-weight: 800;
}

.misspelling-seo-card {
    padding: 1.35rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(203, 107, 52, 0.1) 0%, rgba(203, 107, 52, 0) 36%),
        rgba(255, 253, 249, 0.94);
}

.misspelling-seo-step {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
    background: var(--wuanto-accent);
    color: #fff;
    font-weight: 900;
}

.misspelling-guideline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.misspelling-guideline-grid div {
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.misspelling-guideline-grid strong,
.misspelling-guideline-grid span {
    display: block;
}

.misspelling-guideline-grid strong {
    margin-bottom: 0.35rem;
    color: var(--wuanto-ink);
    font-size: 0.95rem;
    font-weight: 900;
}

.misspelling-guideline-grid span {
    color: var(--wuanto-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.misspelling-faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(31, 75, 67, 0.09);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.74);
}

.misspelling-faq-accordion .accordion-button {
    background: transparent;
    color: var(--wuanto-ink);
    font-weight: 900;
    box-shadow: none;
}

.misspelling-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(203, 107, 52, 0.08);
    color: var(--wuanto-accent);
}

.misspelling-faq-accordion .accordion-body {
    color: var(--wuanto-muted);
    line-height: 1.55;
}

.tool-helper-alert {
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 0.95rem;
    background: rgba(31, 75, 67, 0.035);
    color: var(--wuanto-muted);
    font-size: 0.89rem;
    line-height: 1.45;
}

.tool-helper-alert-link {
    color: var(--wuanto-primary);
    font-weight: 800;
    text-decoration: none;
}

.tool-helper-alert-link:hover {
    color: var(--wuanto-accent);
}

.home-tool-card {
    position: relative;
    overflow: hidden;
    min-height: 15rem;
    padding: 1.35rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(203, 107, 52, 0.1) 0%, rgba(203, 107, 52, 0) 32%),
        rgba(255, 253, 249, 0.94);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-tool-card:hover {
    transform: translateY(-3px);
    border-color: rgba(203, 107, 52, 0.24);
    background:
        radial-gradient(circle at 100% 0%, rgba(203, 107, 52, 0.15) 0%, rgba(203, 107, 52, 0) 34%),
        rgba(255, 255, 255, 0.98);
}

.home-tool-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.home-tool-icon {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1.05rem;
    background: linear-gradient(135deg, rgba(31, 75, 67, 0.96) 0%, rgba(57, 111, 96, 0.92) 100%);
    color: #fff;
}

.home-tool-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: currentColor;
}

.home-tool-icon-hammer,
.home-tool-icon-timer {
    background: linear-gradient(135deg, rgba(203, 107, 52, 0.96) 0%, rgba(218, 139, 79, 0.92) 100%);
}

.home-tool-icon-spark,
.home-tool-icon-title,
.home-tool-icon-typo,
.home-tool-icon-analyzer,
.home-tool-icon-calculator {
    background: linear-gradient(135deg, #2c5c83 0%, #4782aa 100%);
}

.home-tool-icon-seller,
.home-tool-icon-image {
    background: linear-gradient(135deg, #6d5740 0%, #a1784d 100%);
}

.home-tool-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 999px;
    color: var(--wuanto-primary);
    font-weight: 900;
    transition: transform 0.2s ease, background 0.2s ease;
}

.home-tool-card:hover .home-tool-arrow {
    transform: translateX(3px);
    background: rgba(31, 75, 67, 0.08);
}

.trending-hero,
.trending-detail-hero {
    position: relative;
    overflow: hidden;
}

.trending-hero::before,
.trending-detail-hero::before {
    content: "";
    position: absolute;
    inset: -30% -10% auto auto;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(203, 107, 52, 0.18) 0%, rgba(203, 107, 52, 0) 68%);
    pointer-events: none;
}

.trending-hero-stat {
    display: grid;
    place-items: center;
    min-height: 12rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.7);
}

.trending-hero-stat span {
    color: var(--wuanto-primary);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.trending-hero-stat strong {
    color: var(--wuanto-muted);
}

.trending-detail-image {
    display: block;
    width: 100%;
    max-height: 22rem;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 20px 60px rgba(31, 41, 51, 0.14);
}

.trending-detail-image.trending-card-image-placeholder {
    display: flex;
    min-height: 18rem;
}

.trending-intro {
    max-width: 52rem;
}

.trending-product-list {
    display: grid;
    gap: 1.25rem;
}

.trending-ranking-note {
    border-style: dashed;
    background: rgba(255, 255, 255, 0.72);
}

.trending-product-row {
    position: relative;
}

.trending-rank {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.94);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(31, 75, 67, 0.2);
}

.landing-hero-panel::before {
    content: "";
    position: absolute;
    inset: -35% auto auto -10%;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
    pointer-events: none;
}

.landing-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.landing-hero-copy {
    max-width: 44rem;
}

.landing-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.landing-hero-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--wuanto-primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.landing-search-card {
    padding: 1.35rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 245, 237, 0.92) 100%);
    box-shadow: 0 24px 54px rgba(31, 41, 51, 0.12);
}

.category-context-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.08);
    color: var(--wuanto-primary);
    font-size: 0.88rem;
    font-weight: 600;
}

.clear-category-link {
    color: var(--wuanto-primary);
    font-weight: 600;
    text-decoration: none;
}

.clear-category-link:hover {
    color: #173b35;
    text-decoration: underline;
}

.filter-toggle-button {
    border-radius: 0.95rem;
}

.search-filters-box {
    padding: 1rem 1.1rem;
    border: 1px dashed rgba(31, 75, 67, 0.22);
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.03);
}

.filter-check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.filter-check-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.75);
    color: var(--wuanto-text);
    font-weight: 500;
}

.filter-check-item input {
    margin: 0;
}

.eyebrow {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wuanto-accent);
    font-size: 0.8rem;
    font-weight: 700;
}

.stat-pill,
.watch-badge,
.view-switch-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.stat-pill,
.watch-badge {
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
}

.stat-pill {
    background: var(--wuanto-primary-soft);
    color: var(--wuanto-primary);
}

.watch-badge {
    background: rgba(203, 107, 52, 0.14);
    color: #8a431b;
}

.fresh-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(31, 75, 67, 0.1);
    color: var(--wuanto-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.ending-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(203, 107, 52, 0.14);
    color: #8a431b;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.product-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f7f4ee 0%, #f1ebe0 100%);
    padding: 0.75rem;
}

.product-card .card-title {
    line-height: 1.35;
}

.product-title-grid {
    font-size: 1.1rem;
}

.product-title-list {
    font-size: 1.45rem;
    line-height: 1.3;
}

.product-card-price {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.1;
}

.product-card-price,
.list-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
}

.price-current {
    display: block;
}

.price-before-line {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1;
}

.price-current-sale {
    color: #b44922;
}

.price-original {
    display: block;
    color: var(--wuanto-muted);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
}

.price-discount-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(203, 107, 52, 0.12);
    color: #8a431b;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.product-detail-link {
    color: inherit;
    text-decoration: none;
}

.product-detail-link:hover {
    color: var(--wuanto-primary);
    text-decoration: none;
}

.view-switch {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.25rem;
    border: 1px solid rgba(31, 75, 67, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.view-switch-link {
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    background: transparent;
    color: var(--wuanto-primary);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.view-switch-link:hover {
    background: rgba(31, 75, 67, 0.08);
    border-color: rgba(31, 75, 67, 0.1);
    color: #173b35;
}

.view-switch-link.active {
    background: var(--wuanto-primary);
    border-color: var(--wuanto-primary);
    box-shadow: 0 12px 24px rgba(31, 75, 67, 0.18);
    color: #fff;
}

.list-stack {
    display: grid;
    gap: 1.75rem;
}

.product-card-list {
    overflow: hidden;
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
}

.product-image-list {
    min-height: 170px;
}

.list-side-box {
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #faf5ed 0%, #f5ede2 100%);
}

.list-price {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
}

.list-price-compact {
    font-size: 1.45rem;
}

.product-card-actions {
    display: grid;
    gap: 0.55rem;
}

.product-card-ebay-button {
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #cb6b34 0%, #d8842d 100%);
    box-shadow: 0 12px 24px rgba(203, 107, 52, 0.22);
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.product-card-ebay-button:hover,
.product-card-ebay-button:focus {
    background: linear-gradient(135deg, #ba5e29 0%, #cc7a27 100%);
    color: #fff;
}

.product-card-detail-button {
    width: 100%;
}

.product-card-analyze-button {
    width: 100%;
    min-height: 3rem;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(31, 75, 67, 0.22);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    color: var(--wuanto-primary);
    font-weight: 800;
    text-align: center;
}

.product-card-analyze-button:hover,
.product-card-analyze-button:focus {
    border-color: rgba(31, 75, 67, 0.34);
    background: var(--wuanto-primary-soft);
    color: #173b35;
}

.product-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.meta-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--wuanto-primary);
    font-size: 0.78rem;
    font-weight: 600;
}

.meta-chip-promoted {
    border-color: rgba(203, 107, 52, 0.25);
    background: rgba(203, 107, 52, 0.12);
    color: #8a431b;
}

.seller-feedback {
    color: var(--wuanto-muted);
    font-size: 0.92em;
    font-weight: 500;
}

.category-select {
    border-radius: 1rem;
    border-color: var(--wuanto-border);
    background-color: #fff;
}

.category-mobile-toggle {
    border-radius: 0.95rem;
}

.category-sidebar {
    position: sticky;
    top: 6rem;
}

.category-sidebar-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.category-nav-link {
    display: block;
    padding: 0.8rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
    background: transparent;
    color: var(--wuanto-primary);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.category-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.8rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
    background: transparent;
    color: var(--wuanto-primary);
    font-weight: 600;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.category-nav-toggle-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
    background: transparent;
}

.category-nav-toggle-link {
    flex: 1;
    display: block;
    padding: 0.8rem 1rem;
    color: var(--wuanto-primary);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.category-nav-toggle-link:hover {
    background: rgba(31, 75, 67, 0.06);
    color: #173b35;
    padding-left: 1.15rem;
}

.category-nav-toggle-link.active {
    background: var(--wuanto-primary);
    color: #fff;
}

.category-nav-toggle-button {
    flex: 0 0 3rem;
    border: 0;
    border-left: 1px solid rgba(31, 75, 67, 0.08);
    background: transparent;
    color: var(--wuanto-primary);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.category-nav-toggle-button:hover {
    background: rgba(31, 75, 67, 0.08);
    color: #173b35;
}

.category-nav-toggle:hover {
    background: rgba(31, 75, 67, 0.06);
    color: #173b35;
    padding-left: 1.15rem;
}

.category-nav-toggle-icon {
    color: var(--wuanto-muted);
    font-weight: 700;
}

.category-sidebar-group .category-nav-link:last-child {
    border-bottom: 0;
}

.category-root-children {
    border-bottom: 1px solid rgba(31, 75, 67, 0.08);
    background: rgba(31, 75, 67, 0.03);
}

.category-nav-link:hover {
    background: rgba(31, 75, 67, 0.06);
    color: #173b35;
    padding-left: 1.15rem;
}

.category-nav-link.active {
    background: var(--wuanto-primary);
    color: #fff;
}

.category-nav-link-child {
    padding-left: 1.6rem;
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(31, 75, 67, 0.03);
}

.category-nav-link-child:hover {
    padding-left: 1.8rem;
}

.category-cta-wrap {
    width: 100%;
    max-width: 22rem;
}

.category-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--wuanto-primary);
    font-weight: 600;
    text-decoration: none;
}

.category-back-link:hover {
    text-decoration: underline;
}

.category-browse-form .form-control {
    min-height: 3rem;
    border-radius: 0.95rem;
    border-color: var(--wuanto-border);
}

.browse-help-box {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(203, 107, 52, 0.18);
    border-radius: 1rem;
    background: rgba(203, 107, 52, 0.1);
    color: #8a431b;
    font-weight: 600;
    line-height: 1.4;
}

.wuanto-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    font-size: 0.92rem;
}

.wuanto-breadcrumb-link {
    color: var(--wuanto-primary);
    text-decoration: none;
    font-weight: 600;
}

.wuanto-breadcrumb-link:hover {
    text-decoration: underline;
}

.wuanto-breadcrumb-separator,
.wuanto-breadcrumb-current {
    color: var(--wuanto-muted);
}

.browse-children-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.browse-child-link {
    display: block;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdfa 0%, #f8f2e8 100%);
    color: var(--wuanto-primary);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.browse-child-link:hover {
    transform: translateY(-1px);
    border-color: rgba(31, 75, 67, 0.18);
    background: rgba(31, 75, 67, 0.08);
    color: #173b35;
}

.product-detail-modal {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(203, 107, 52, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(250, 246, 239, 0.98) 100%);
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 1.6rem;
    box-shadow: 0 26px 80px rgba(31, 41, 51, 0.28);
}

.product-detail-modal .modal-header {
    position: relative;
    z-index: 3;
}

.product-detail-modal .btn-close {
    margin-left: auto;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 24px rgba(31, 41, 51, 0.12);
}

.product-detail-modal .modal-body {
    overflow-x: hidden;
    padding: 0 1.25rem 1.25rem;
}

.product-modal-detail {
    width: 100%;
    max-width: 100%;
    text-align: left;
    overflow-x: hidden;
}

.product-detail-loading {
    min-height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-detail-gallery-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.35rem 0 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(31, 75, 67, 0.28) transparent;
}

.product-detail-gallery-strip {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.85rem;
    min-width: max-content;
    max-width: none;
    padding-bottom: 0.35rem;
}

.product-detail-gallery-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: min(34rem, 72vw);
    height: 28vh;
    min-height: 13rem;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.1rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 232, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.product-detail-gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
}

.product-detail-gallery-count {
    position: absolute;
    left: 0.8rem;
    bottom: 0.75rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(31, 41, 51, 0.72);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
}

.product-detail-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    border: 1px dashed rgba(31, 75, 67, 0.2);
    border-radius: 1rem;
    color: var(--wuanto-muted);
    font-weight: 700;
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
    gap: 1rem;
    align-items: stretch;
}

.product-detail-title-block,
.product-detail-price-panel,
.product-detail-section {
    min-width: 0;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.06);
}

.product-detail-title-block {
    padding: 1.15rem;
}

.product-detail-price-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.15rem;
}

.product-detail-badge-primary,
.product-detail-badge,
.product-detail-badge-warning {
    padding: 0.52rem 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.product-detail-badge-primary {
    background: rgba(31, 75, 67, 0.12);
    color: var(--wuanto-primary);
}

.product-detail-badge {
    background: rgba(31, 75, 67, 0.08);
    color: #38564f;
}

.product-detail-badge-warning {
    background: rgba(203, 107, 52, 0.13);
    color: #9b4d21;
}

.product-detail-price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.product-detail-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    min-width: 0;
}

.product-detail-metric {
    min-width: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.74);
}

.product-detail-metric span,
.product-detail-info-item span,
.product-detail-spec span,
.product-detail-facts span {
    display: block;
    color: var(--wuanto-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.product-detail-metric strong,
.product-detail-info-item strong,
.product-detail-spec strong,
.product-detail-facts strong {
    display: block;
    margin-top: 0.18rem;
    color: var(--wuanto-text);
    font-size: 0.98rem;
    overflow-wrap: anywhere;
}

.product-detail-ebay-button {
    min-height: 3.2rem;
    padding: 0.85rem 1.35rem;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #cb6b34 0%, #d8842d 100%);
    box-shadow: 0 14px 30px rgba(203, 107, 52, 0.24);
    color: #fff;
    font-weight: 700;
}

.product-detail-ebay-button:hover,
.product-detail-ebay-button:focus {
    background: linear-gradient(135deg, #ba5e29 0%, #cc7a27 100%);
    color: #fff;
}

.product-detail-price-ebay-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-detail-analyze-button {
    min-height: 3.2rem;
    padding: 0.85rem 1.15rem;
    border: 1px solid rgba(31, 75, 67, 0.18);
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.06);
    color: var(--wuanto-primary);
    font-weight: 800;
}

.product-detail-analyze-button:hover,
.product-detail-analyze-button:focus {
    background: var(--wuanto-primary-soft);
    color: #173b35;
}

.product-detail-price-panel .product-detail-analyze-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-detail-close-button {
    min-height: 3.2rem;
    padding: 0.85rem 1.1rem;
    border: 1px solid rgba(31, 75, 67, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    color: var(--wuanto-primary);
    font-weight: 600;
}

.product-detail-close-button:hover,
.product-detail-close-button:focus {
    background: rgba(31, 75, 67, 0.06);
    color: #173b35;
}

.product-detail-modal-footer {
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.25rem 1.25rem;
    background: rgba(255, 253, 249, 0.98);
    border-top: 1px solid rgba(31, 75, 67, 0.08);
}

.product-detail-section {
    padding: 1.15rem;
}

.product-detail-side-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 246, 239, 0.82));
}

.product-detail-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    min-width: 0;
}

.product-detail-info-item {
    min-width: 0;
    padding: 0.8rem 0.85rem;
    border-radius: 0.85rem;
    background: rgba(246, 241, 232, 0.64);
}

.product-detail-info-item-wide {
    grid-column: 1 / -1;
}

.product-detail-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.6rem;
    min-width: 0;
}

.product-detail-spec {
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(31, 75, 67, 0.08);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.86);
    min-width: 0;
}

.product-detail-seller-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.product-detail-seller-score {
    flex: 0 0 auto;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    background: rgba(31, 75, 67, 0.08);
    text-align: right;
}

.product-detail-seller-score strong,
.product-detail-seller-score span {
    display: block;
}

.product-detail-facts .list-group-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    background: transparent;
    border-color: rgba(31, 75, 67, 0.08);
}

.product-detail-facts .list-group-item:first-child {
    padding-top: 0;
}

.product-detail-facts .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-detail-facts strong {
    margin-top: 0;
    text-align: right;
}

.product-modal-detail h2,
.product-modal-detail p,
.product-modal-detail .fw-semibold,
.product-modal-detail .small,
.product-modal-detail strong {
    overflow-wrap: anywhere;
}

.pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-link-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid var(--wuanto-border);
    border-radius: 0.9rem;
    background: #fff;
    color: var(--wuanto-primary);
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-link-custom:hover {
    background: rgba(31, 75, 67, 0.08);
    border-color: rgba(31, 75, 67, 0.18);
    color: #173b35;
}

.page-link-custom.active {
    background: var(--wuanto-primary);
    border-color: var(--wuanto-primary);
    color: #fff;
}

.text-muted-soft {
    color: var(--wuanto-muted);
}

.affiliate-disclosure {
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.78);
    color: var(--wuanto-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.affiliate-disclosure-results {
    box-shadow: 0 10px 24px rgba(31, 41, 51, 0.05);
}

.affiliate-disclosure-modal {
    flex: 1 1 18rem;
    margin-right: auto;
    text-align: left;
}

.affiliate-redirect-card {
    min-height: 18rem;
}

.affiliate-redirect-spinner {
    width: 3rem;
    height: 3rem;
    color: var(--wuanto-accent);
}

.tool-seo-section {
    scroll-margin-top: 5rem;
}

.tool-seo-intro {
    max-width: 52rem;
}

.tool-seo-block {
    padding: 1.1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.68);
}

.tool-seo-steps,
.tool-seo-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--wuanto-text);
}

.tool-seo-steps li,
.tool-seo-list li {
    margin-bottom: 0.75rem;
    line-height: 1.55;
}

.tool-seo-steps li:last-child,
.tool-seo-list li:last-child {
    margin-bottom: 0;
}

.tool-faq-list {
    display: grid;
    gap: 0.75rem;
}

.tool-faq-item {
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.78);
}

.tool-faq-item summary {
    cursor: pointer;
    padding: 0.95rem 1rem;
    color: var(--wuanto-primary);
    font-weight: 700;
}

.tool-faq-item p {
    margin: 0;
    padding: 0 1rem 1rem;
    color: var(--wuanto-muted);
    line-height: 1.55;
}

.tool-related-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(31, 75, 67, 0.12);
    border-radius: 0.8rem;
    background: rgba(31, 75, 67, 0.06);
    color: var(--wuanto-primary);
    font-weight: 700;
    text-decoration: none;
}

.tool-related-link:hover,
.tool-related-link:focus {
    background: rgba(31, 75, 67, 0.12);
    color: #173b35;
}

.contact-form-shell {
    min-height: 18rem;
    padding: 1rem;
    border: 1px solid rgba(31, 75, 67, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 38px rgba(31, 41, 51, 0.08);
}

.contact-form-shell iframe {
    display: block;
    min-height: 18rem;
}

.policy-page {
    max-width: 980px;
    margin: 0 auto;
}

.policy-section {
    margin-bottom: 3rem;
}

.policy-section:last-child {
    margin-bottom: 0;
}

.policy-section h2 {
    margin-bottom: 1.2rem;
    color: var(--wuanto-primary);
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.policy-section h3 {
    margin: 2rem 0 0.9rem;
    color: var(--wuanto-text);
    font-size: 1.25rem;
    font-weight: 800;
}

.policy-section p,
.policy-section li {
    color: var(--wuanto-muted);
    line-height: 1.72;
}

.policy-section ul {
    margin-bottom: 1.2rem;
    padding-left: 1.25rem;
}

@media (max-width: 767.98px) {
    .wuanto-navbar-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .wuanto-header-controls {
        display: grid;
        grid-template-columns: 1fr 1fr auto auto;
        align-items: center;
        width: 100%;
    }

    .wuanto-header-select,
    .wuanto-header-tool-select {
        min-width: 0;
        width: 100%;
    }

    .wuanto-ebay-epn-badge {
        width: 72px;
        max-width: 72px;
    }

    .hero-card {
        border-radius: 1.1rem;
    }

    .landing-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .title-guideline-grid,
    .misspelling-guideline-grid,
    .title-sample-grid,
    .item-analyzer-result-grid,
    .item-analyzer-chip-grid,
    .item-analyzer-similar-grid {
        grid-template-columns: 1fr;
    }

    .landing-search-card {
        padding: 1rem;
    }

    .item-analyzer-product,
    .item-analyzer-similar-card {
        grid-template-columns: 1fr;
    }

    .item-analyzer-fact-grid {
        grid-template-columns: 1fr;
    }

    .item-analyzer-product img,
    .item-analyzer-image-placeholder {
        width: 100%;
        height: 14rem;
    }

    .wuanto-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .wuanto-footer-links {
        justify-content: flex-start;
    }

    .category-sidebar {
        position: static;
    }

    .category-sidebar {
        padding: 1rem !important;
    }

    .view-switch {
        width: 100%;
        justify-content: center;
    }

    .view-switch-link {
        flex: 1 1 auto;
        justify-content: center;
    }

    .product-detail-modal {
        border-radius: 0;
    }

    .product-detail-modal .modal-body {
        padding: 0 0.9rem 1rem;
    }

    .product-detail-gallery-frame {
        width: 82vw;
        height: 24vh;
        min-height: 11rem;
    }

    .product-detail-hero {
        grid-template-columns: 1fr;
    }

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

    .product-detail-price {
        font-size: 1.65rem;
    }

    .product-detail-seller-card,
    .product-detail-facts .list-group-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail-seller-score,
    .product-detail-facts strong {
        text-align: left;
    }

    .product-detail-modal-footer {
        padding: 0.75rem 0.9rem calc(0.75rem + env(safe-area-inset-bottom));
    }

    .product-detail-actions {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 0.5rem;
    }

    .product-detail-actions .btn {
        min-height: 2.8rem;
        padding: 0.72rem 0.65rem;
        font-size: 0.88rem;
    }

    .affiliate-disclosure-modal {
        grid-column: 1 / -1;
        margin-right: 0;
    }
}
