/*
Theme Name: DNFS Theme Daylight
Theme URI: https://domainnamesforsale.io
Description: Editorial light theme for DomainNamesForSale.io. Cream paper, serif display type, mono domains, ink-blue accent with amber-gold CTA. Self-hosted fonts, no external requests. All SEO hooks, schema, FAQ, rate-limiter, GDPR logic preserved from v2.
Version: 3.0.0
Author: ABTdomain
Author URI: https://abtdomain.com
License: Proprietary
Text Domain: dnfs_daylight
*/

@font-face {
    font-family: 'Inter Tight';
    src: url('/static/fonts/Inter-VariableFont.woff2') format('woff2-variations'),
         url('/static/fonts/Inter-VariableFont.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('/static/fonts/JetBrainsMono-VariableFont.woff2') format('woff2-variations'),
         url('/static/fonts/JetBrainsMono-VariableFont.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
    font-family: 'Instrument Serif';
    src: url('/static/fonts/SourceSerif4-VariableFont.woff2') format('woff2-variations'),
         url('/static/fonts/SourceSerif4-VariableFont.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
    font-family: 'Instrument Serif';
    src: url('/static/fonts/SourceSerif4-Italic-VariableFont.woff2') format('woff2-variations'),
         url('/static/fonts/SourceSerif4-Italic-VariableFont.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}

:root {
    
    --surface-0: #FFFFFF;          
    --surface-1: #FAFAF7;          
    --surface-2: #F2EEE2;          
    --surface-3: #EAE6DC;          
    --surface-4: #CFC9BA;          

    
    --text-0: #14110C;             
    --text-1: #3A362E;             
    --text-2: #6B665C;             
    --text-3: #A8A49A;             

    
    --accent: #C47A1C;             
    --accent-hover: #A86614;
    --accent-glow: rgba(196, 122, 28, 0.12);
    --accent-glow-strong: rgba(196, 122, 28, 0.25);
    --ink-blue: #0F1B3C;           
    --amber: #B8842C;              

    
    --green: #1F8A5A;
    --green-dim: rgba(31, 138, 90, 0.10);

    
    --border: #EAE6DC;
    --border-hover: #CFC9BA;

    
    --font-serif: 'Instrument Serif', 'Source Serif 4', Georgia, serif;
    --font-body: 'Inter Tight', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'JetBrains Mono', 'IBM Plex Mono', 'SF Mono', 'Cascadia Code', Consolas, monospace;

    
    --r-sm: 2px;
    --r-md: 4px;
    --r-lg: 6px;
    --r-xl: 8px;

    
    --ease: cubic-bezier(0.25, 0.1, 0.25, 1);

    
    --max-w: 1320px;
    --topbar-h: 68px;

    
    --text-primary: var(--text-0);
    --text-secondary: var(--text-2);
    --text-light: var(--text-3);
    --dns-primary: var(--ink-blue);
    --dns-cta: var(--accent);
    --bg-white: var(--surface-0);
    --border-light: var(--border);
    --error: #B02A2A;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    background: var(--surface-0);
    color: var(--text-1);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: var(--topbar-h);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern", "liga";
}
a { text-decoration: none; color: inherit; }
.section-desc a, .qa-body a, .alpha-example a:not(.carousel-card-btn), p a[style*="color:var(--accent)"] {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
img { max-width: 100%; height: auto; }
::selection { background: var(--ink-blue); color: #fff; }

.dnfs-wrap {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 48px 32px;
}

.topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: var(--topbar-h);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: 1px solid var(--border);
    z-index: 9999;
}
.topbar-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    height: 100%;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-logo {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-0);
    letter-spacing: -0.3px;
}
.topbar-logo:hover { color: var(--ink-blue); }
.topbar-menu { display: flex; gap: 4px; }
.topbar-link {
    padding: 8px 14px;
    color: var(--text-1);
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: var(--r-sm);
    transition: color 0.15s var(--ease);
}
.topbar-link:hover { color: var(--text-0); background: transparent; }
.topbar-link:last-child {
    color: var(--ink-blue);
    font-weight: 600;
    border-bottom: 1px solid var(--ink-blue);
    border-radius: 0;
    padding: 8px 0;
    margin-left: 10px;
}
.topbar-link:last-child:hover { color: var(--accent); border-bottom-color: var(--accent); }

.landing-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: -48px;
    padding: 96px 32px 64px;
    text-align: center;
    position: relative;
    background: var(--surface-0);
    overflow: hidden;
}
.landing-banner::before {
    content: '';
    position: absolute;
    top: 42%; left: 50%;
    transform: translate(-50%, -50%);
    width: 900px; height: 360px;
    background: radial-gradient(ellipse, var(--surface-2) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.7;
}
.landing-headline {
    font-family: var(--font-serif);
    font-size: 76px;
    font-weight: 400;
    color: var(--text-0);
    line-height: 1.0;
    letter-spacing: -2px;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.landing-headline em, .landing-headline i {
    font-style: italic;
    color: var(--text-2);
    font-weight: 400;
}
.landing-tagline {
    font-size: 17px;
    color: var(--text-2);
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    position: relative;
}
.landing-stats {
    margin-top: 16px;
    font-size: 11px;
    font-family: var(--font-mono);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}
.landing-stats strong { color: var(--text-0); font-size: 11px; font-weight: 600; }
.landing-stats .sep { opacity: 0.4; }

.finder {
    max-width: 720px;
    margin: 36px auto 0;
    position: relative;
}
.finder-box {
    position: relative;
    background: var(--surface-1);
    border: 1px solid var(--border-hover);
    border-radius: var(--r-sm);
    overflow: hidden;
    transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.finder-box:focus-within {
    border-color: var(--ink-blue);
    box-shadow: 0 0 0 3px rgba(15, 27, 60, 0.08);
}
.finder-field {
    width: 100%;
    padding: 20px 150px 20px 24px;
    font-size: 17px;
    font-family: var(--font-mono);
    border: none;
    outline: none;
    background: transparent;
    color: var(--text-0);
    font-weight: 400;
}
.finder-field::placeholder { color: var(--text-3); font-style: italic; }
.finder-go {
    position: absolute;
    right: 6px; top: 50%;
    transform: translateY(-50%);
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    cursor: pointer;
    transition: all 0.2s var(--ease);
    letter-spacing: 0.3px;
}
.finder-go:hover {
    background: var(--accent-hover);
    box-shadow: 0 4px 18px var(--accent-glow-strong);
}
.finder-filters {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    position: relative;
}
.finder-opt {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: var(--text-2);
    transition: color 0.2s;
    font-family: var(--font-mono);
}
.finder-opt:hover { color: var(--text-0); }
.finder-opt input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
    accent-color: var(--ink-blue);
}
.finder-opt input[type="radio"]:checked + span { color: var(--ink-blue); font-weight: 600; }

.results-area {
    margin-top: 40px;
    animation: fadeUp 0.4s var(--ease);
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.results-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}
.results-bar-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}
.results-bar h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-0);
    margin: 0;
    font-family: var(--font-serif);
    letter-spacing: -0.3px;
}
.results-meta { font-size: 14px; color: var(--text-2); }

.hit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    background: var(--surface-1);
}
.hit {
    background: var(--surface-1);
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 20px 22px;
    transition: background 0.15s var(--ease);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
    min-height: 160px;
}
.hit:nth-child(2n) { border-right: none; }
.hit:hover { background: var(--surface-2); }
.hit-domain {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-0);
    word-break: break-all;
    font-family: var(--font-mono);
    letter-spacing: -0.2px;
}
.hit-info {
    font-size: 13px;
    color: var(--text-2);
    line-height: 1.5;
}
.hit-info span { display: inline-block; margin-right: 10px; }
.hit-tld {
    display: inline-block;
    padding: 2px 8px;
    background: var(--surface-3);
    color: var(--text-1);
    border-radius: var(--r-sm);
    font-size: 10px;
    font-weight: 600;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hit-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.hit-btn {
    padding: 10px 12px;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: all 0.2s var(--ease);
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    letter-spacing: 0.2px;
}
.hit-btn-buy {
    background: var(--accent);
    color: #fff;
}
.hit-btn-buy:hover {
    background: var(--accent-hover);
    box-shadow: 0 2px 12px var(--accent-glow-strong);
}
.hit-btn-info {
    background: transparent;
    color: var(--text-1);
    border: 1px solid var(--border-hover);
}
.hit-btn-info:hover { background: var(--surface-2); color: var(--text-0); border-color: var(--text-2); }

.kw-mark {
    background: rgba(196, 122, 28, 0.15);
    color: var(--accent-hover);
    font-weight: 700;
    padding: 0 2px;
    border-radius: var(--r-sm);
}

.section-block { margin: 56px 0; }
.section-label {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-0);
    margin-bottom: 6px;
    font-family: var(--font-serif);
    letter-spacing: -0.8px;
    line-height: 1.1;
}
.section-desc {
    font-size: 14px;
    color: var(--text-2);
    margin-bottom: 28px;
    max-width: 680px;
    line-height: 1.6;
}

.carousel-wrap {
    position: relative;
    overflow: hidden;
}
.carousel-track {
    display: flex;
    transition: transform 0.6s var(--ease);
}
.carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    padding: 0;
}
.carousel-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    background: var(--surface-1);
}
.carousel-card {
    background: transparent;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: background 0.15s var(--ease);
    min-height: 160px;
}
.carousel-card:nth-child(4n) { border-right: none; }
.carousel-card:nth-child(n+5) { border-bottom: none; }
@media (min-width: 1025px) {
    .carousel-card:nth-last-child(-n+4) { border-bottom: none; }
}
.carousel-card:hover { background: var(--surface-2); }
.carousel-card-domain {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-0);
    font-family: var(--font-mono);
    word-break: break-all;
    letter-spacing: -0.2px;
}
.carousel-card-meta {
    font-size: 12px;
    color: var(--text-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.carousel-card-comp { color: var(--text-1); font-weight: 500; }
.carousel-card-date { text-align: right; white-space: nowrap; font-family: var(--font-mono); color: var(--text-3); }
.carousel-card-btn {
    display: block;
    text-align: center;
    padding: 10px 14px;
    background: var(--accent);
    color: #fff;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: all 0.2s var(--ease);
    margin-top: auto;
    letter-spacing: 0.2px;
}
.carousel-card-btn:hover {
    background: var(--accent-hover);
    box-shadow: 0 2px 12px var(--accent-glow-strong);
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--text-2);
}
.carousel-dot {
    width: auto; height: auto;
    padding: 4px 8px;
    border-radius: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: color 0.15s var(--ease);
    position: relative;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--text-2);
}
.carousel-dot::after { display: none; }
.carousel-dot::before {
    content: '○';
    margin-right: 4px;
    color: var(--text-3);
}
.carousel-dot.active { color: var(--text-0); }
.carousel-dot.active::before { content: '●'; color: var(--text-0); }

.listing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    overflow: hidden;
    background: var(--surface-1);
}
.listing-row {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
    background: transparent;
    transition: background 0.15s;
}
.listing-row:last-child { border-bottom: none; }
.listing-row:hover { background: var(--surface-2); }
.listing-domain {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-0);
    font-family: var(--font-mono);
    letter-spacing: -0.2px;
}
.listing-date { font-size: 12px; color: var(--text-3); white-space: nowrap; font-family: var(--font-mono); }
.listing-badge {
    padding: 2px 8px;
    background: var(--surface-3);
    color: var(--text-2);
    border-radius: var(--r-sm);
    font-size: 10px;
    font-weight: 600;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    background: var(--surface-1);
}
.tile {
    background: transparent;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 24px 22px;
    text-align: left;
    text-decoration: none;
    transition: background 0.2s var(--ease);
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 120px;
}
.tile:nth-child(4n) { border-right: none; }
@media (min-width: 1025px) {
    .tile:nth-last-child(-n+4) { border-bottom: none; }
}
.tile:hover {
    background: var(--surface-2);
}
.tile-icon {
    width: 28px; height: 28px;
    margin: 0 0 8px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--amber);
}
.tile-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
.tile:hover .tile-icon { color: var(--ink-blue); }
.tile-label {
    font-size: 17px;
    font-weight: 500;
    color: var(--text-0);
    margin-bottom: 2px;
    font-family: var(--font-serif);
    letter-spacing: -0.2px;
}
.tile-desc { font-size: 13px; color: var(--text-2); line-height: 1.45; }

.qa-block {
    margin: 56px 0;
    background: transparent;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--border);
    overflow: visible;
}
.qa-header {
    padding: 28px 0 22px;
    border-bottom: none;
}
.qa-title {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-0);
    margin-bottom: 6px;
    font-family: var(--font-serif);
    letter-spacing: -0.8px;
    line-height: 1.1;
}
.qa-subtitle { font-size: 14px; color: var(--text-2); max-width: 640px; line-height: 1.6; }
.qa-entry { border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); margin-top: -1px; }
.qa-entry:last-child { border-bottom: 1px solid var(--border); }
.qa-trigger {
    width: 100%;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    text-align: left;
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 500;
    color: var(--text-0);
    transition: color 0.15s;
    list-style: none;
    letter-spacing: -0.3px;
    line-height: 1.3;
}
.qa-trigger::-webkit-details-marker { display: none; }
.qa-trigger::marker { content: ''; }
.qa-trigger:hover { background: transparent; color: var(--ink-blue); }
.qa-trigger .qa-icon {
    font-size: 13px;
    font-family: var(--font-mono);
    font-weight: 400;
    color: var(--text-3);
    transition: transform 0.25s, color 0.15s;
    flex-shrink: 0;
}
.qa-entry[open] .qa-trigger { background: transparent; color: var(--text-0); }
.qa-entry[open] .qa-trigger .qa-icon { transform: rotate(45deg); color: var(--ink-blue); }
.qa-body p {
    padding: 0 0 22px;
    color: var(--text-1);
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    max-width: 720px;
}
.qa-body a { color: var(--ink-blue); text-decoration: underline; text-underline-offset: 2px; }

.action-card {
    margin-top: 36px;
    text-align: left;
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: 0;
    padding: 32px 32px 28px;
    transition: background 0.2s;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 200px;
}
.action-card:hover { background: var(--surface-2); }
.action-card-eyebrow {
    font-size: 11px;
    font-family: var(--font-mono);
    letter-spacing: 2px;
    color: var(--amber);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.action-card-meta {
    font-size: 13px;
    color: var(--text-2);
    margin-bottom: 10px;
    font-family: var(--font-mono);
}
.action-card-meta strong { color: var(--text-0); }
.action-card-title {
    font-size: 28px;
    font-weight: 400;
    color: var(--text-0);
    margin-bottom: 6px;
    line-height: 1.1;
    font-family: var(--font-serif);
    letter-spacing: -0.5px;
}
.action-card-desc { font-size: 14px; color: var(--text-2); line-height: 1.6; margin-bottom: 20px; flex: 1; }
.action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 0 2px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: all 0.2s var(--ease);
    letter-spacing: 0.2px;
    text-decoration: none;
    background: transparent !important;
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    align-self: flex-start;
}
.action-link-primary { color: var(--accent); border-bottom-color: var(--accent); }
.action-link-primary:hover { color: var(--accent-hover); border-bottom-color: var(--accent-hover); background: transparent !important; box-shadow: none; }
.action-link-secondary { color: var(--text-0); border-bottom-color: var(--text-0); }
.action-link-secondary:hover { color: var(--ink-blue); border-bottom-color: var(--ink-blue); background: transparent !important; }
.action-link .arrow { font-size: 14px; transition: transform 0.2s; }
.action-link:hover .arrow { transform: translateX(3px); }

.stats-kpi-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 24px 0 40px;
    border: 1px solid var(--border);
    background: var(--surface-1);
}
.stats-kpi {
    background: transparent;
    border-right: 1px solid var(--border);
    border-radius: 0;
    padding: 24px 16px;
    text-align: center;
}
.stats-kpi:last-child { border-right: none; }
.stats-kpi-value {
    font-size: 32px;
    font-weight: 500;
    color: var(--text-0);
    margin-bottom: 4px;
    font-family: var(--font-mono);
    letter-spacing: -0.5px;
}
.stats-kpi-label {
    font-size: 10px;
    color: var(--text-2);
    font-weight: 500;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.stats-table-wrap {
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    overflow: hidden;
}
.stats-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.stats-table thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: var(--text-2);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 1px solid var(--border);
    background: var(--surface-3);
    font-family: var(--font-mono);
}
.stats-table tbody tr { border-bottom: 1px solid var(--border); transition: background 0.1s; }
.stats-table tbody tr:last-child { border-bottom: none; }
.stats-table tbody tr:hover { background: var(--surface-2); }
.stats-table td { padding: 11px 16px; }
.stats-table-name { font-weight: 500; color: var(--text-0); }
.stats-table-num { font-family: var(--font-mono); color: var(--text-1); white-space: nowrap; font-size: 13px; }
.stats-table-pct { color: var(--text-2); white-space: nowrap; font-size: 13px; font-family: var(--font-mono); }
.stats-table-bar { width: 180px; }
.stats-bar {
    height: 6px;
    background: var(--ink-blue);
    border-radius: 0;
    min-width: 2px;
}

.tld-chart { display: flex; flex-direction: column; gap: 2px; }
.tld-chart-row {
    display: grid;
    grid-template-columns: 64px 1fr 80px 50px;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    text-decoration: none;
    transition: background 0.15s;
}
.tld-chart-row:hover { background: var(--surface-2); }
.tld-chart-label { font-size: 14px; font-weight: 500; color: var(--ink-blue); font-family: var(--font-mono); }
.tld-chart-bar-wrap { height: 14px; background: var(--surface-3); border-radius: 0; overflow: hidden; }
.tld-chart-bar {
    display: block; height: 100%;
    background: var(--ink-blue);
    border-radius: 0;
    min-width: 2px;
}
.tld-chart-value { font-size: 13px; font-weight: 500; color: var(--text-1); text-align: right; font-family: var(--font-mono); }
.tld-chart-pct { font-size: 13px; color: var(--text-2); text-align: right; font-family: var(--font-mono); }

.alpha-len-strip { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 16px; }
.alpha-len-btn {
    padding: 8px 14px;
    border: 1px solid var(--border-hover);
    border-radius: var(--r-sm);
    background: var(--surface-0);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-1);
    font-family: var(--font-mono);
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.alpha-len-btn:hover { border-color: var(--ink-blue); color: var(--text-0); }
.alpha-len-btn.active { background: var(--ink-blue); color: #fff; border-color: var(--ink-blue); }
.alpha-len-count { font-size: 10px; color: var(--text-3); }
.alpha-len-btn.active .alpha-len-count { color: rgba(255,255,255,0.75); }
.alpha-example {
    margin-top: 12px;
    padding: 20px;
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
}
.alpha-example-title { font-size: 14px; font-weight: 600; color: var(--text-0); margin-bottom: 12px; font-family: var(--font-mono); letter-spacing: 0.3px; }

.crumbs {
    font-size: 11px;
    font-family: var(--font-mono);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-2);
    margin-bottom: 20px;
}
.crumbs a { color: var(--text-2); transition: color 0.15s; }
.crumbs a:hover { color: var(--ink-blue); }
.crumbs .crumbs-sep { margin: 0 6px; opacity: 0.5; }

.site-bottom {
    background: var(--surface-0);
    border-top: 1px solid var(--border);
    color: var(--text-2);
    padding: 56px 0 32px;
    margin-top: 80px;
}
.site-bottom-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}
.site-bottom-brand {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--text-0);
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}
.site-bottom-brand a { color: var(--text-0); }
.site-bottom-brand a:hover { color: var(--ink-blue); }
.site-bottom-desc { color: var(--text-2); font-size: 13px; line-height: 1.6; margin-bottom: 20px; max-width: 520px; margin-left: auto; margin-right: auto; }
.site-bottom-nav { display: flex; justify-content: center; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.site-bottom-link {
    color: var(--text-1);
    font-size: 13px;
    transition: color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.site-bottom-link:hover { color: var(--ink-blue); }
.site-bottom-affiliate {
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 18px 20px;
    margin: 24px auto;
    max-width: 820px;
    text-align: left;
}
.site-bottom-affiliate p { color: var(--text-1); font-size: 11px; line-height: 1.65; margin: 0 0 6px; }
.site-bottom-affiliate p:last-child { margin-bottom: 0; }
.site-bottom-affiliate strong { color: var(--text-0); }
.site-bottom-affiliate a { color: var(--ink-blue); text-decoration: underline; text-underline-offset: 2px; }
.site-bottom-affiliate em { font-style: italic; opacity: 0.85; }
.site-bottom-copy {
    color: var(--text-3);
    font-size: 11px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-family: var(--font-mono);
    letter-spacing: 0.3px;
}
.site-bottom-copy a { color: var(--text-2); text-decoration: underline; text-underline-offset: 2px; }
.site-bottom-copy a:hover { color: var(--ink-blue); }

.empty-block { text-align: center; padding: 48px 20px; color: var(--text-2); }
.empty-block-icon { width: 40px; height: 40px; margin: 0 auto 14px; opacity: 0.35; color: var(--text-3); }
.empty-block-icon svg { width: 40px; height: 40px; stroke: currentColor; fill: none; }
.empty-block-text { font-size: 16px; margin-bottom: 6px; color: var(--text-1); font-family: var(--font-serif); }
.empty-block-sub { font-size: 13px; color: var(--text-2); }
.spinner {
    display: inline-block;
    width: 16px; height: 16px;
    border: 2px solid var(--border-hover);
    border-top-color: var(--ink-blue);
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
    .tile-grid { grid-template-columns: repeat(2, 1fr); }
    .tile:nth-child(4n) { border-right: 1px solid var(--border); }
    .tile:nth-child(2n) { border-right: none; }
    .hit-grid { grid-template-columns: 1fr; }
    .hit:nth-child(2n) { border-right: none; }
    .hit { border-right: none; }
    .carousel-card-grid { grid-template-columns: repeat(2, 1fr); }
    .carousel-card:nth-child(4n) { border-right: 1px solid var(--border); }
    .carousel-card:nth-child(2n) { border-right: none; }
    .stats-kpi-row { grid-template-columns: repeat(2, 1fr); }
    .stats-kpi:nth-child(2n) { border-right: none; }
    .stats-kpi:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
    .landing-headline { font-size: 52px; }
}

@media (max-width: 768px) {
    .dnfs-wrap { padding: 32px 18px; }
    .landing-banner { margin-top: -32px; padding: 56px 18px 44px; }
    .landing-headline { font-size: 40px; letter-spacing: -1px; }
    .landing-tagline { font-size: 15px; }
    .finder { max-width: 100%; }
    .finder-field { padding: 16px 110px 16px 18px; font-size: 15px; }
    .finder-go { padding: 10px 18px; font-size: 13px; }
    .finder-filters { gap: 10px; flex-wrap: wrap; }
    .finder-opt { font-size: 12px; }
    .tile-grid { grid-template-columns: 1fr 1fr; }
    .tile { padding: 18px 14px; }
    .carousel-card-grid { grid-template-columns: 1fr 1fr; }
    .listing-row { grid-template-columns: 1fr auto; gap: 8px; padding: 12px 14px; }
    .listing-date { display: none; }
    .hit-buttons { grid-template-columns: 1fr; }
    .qa-trigger { padding: 18px 0; font-size: 17px; }
    .qa-body p { padding: 0 0 18px; font-size: 14px; }
    .action-card { padding: 24px 20px; }
    .action-card-title { font-size: 22px; }
    .section-label { font-size: 24px; }
    .qa-title { font-size: 24px; }
    .topbar-inner { padding: 0 18px; }
    .topbar-menu { display: none; }
    .topbar-logo { font-size: 1.05rem; }
    .site-bottom { padding: 36px 0 20px; }
    .site-bottom-inner { padding: 0 18px; }
    .site-bottom-nav { flex-direction: column; gap: 10px; }
    .landing-stats { flex-direction: column; gap: 4px; }
    .landing-stats .sep { display: none; }
    .stats-table-bar { display: none; }
    .stats-table { font-size: 13px; }
    .stats-table thead th, .stats-table td { padding: 10px 12px; }
    .tld-chart-row { grid-template-columns: 52px 1fr 60px; }
    .tld-chart-pct { display: none; }
}

.dnfs-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0 auto 20px;
}
.dnfs-share a,
.dnfs-share button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--text-2);
    background: none;
    border: 1px solid var(--border);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s var(--ease);
    text-decoration: none;
    padding: 0;
}
.dnfs-share a:hover,
.dnfs-share button:hover {
    color: var(--ink-blue);
    border-color: var(--ink-blue);
    background: transparent;
}
.dnfs-share-copy[data-copied] {
    color: var(--green);
    border-color: var(--green);
}
.dnfs-share-inline {
    margin: 0;
    gap: 8px;
    flex-shrink: 0;
}
.dnfs-share-inline a,
.dnfs-share-inline button {
    width: 28px;
    height: 28px;
}
.dnfs-share-inline svg {
    width: 14px;
    height: 14px;
}
