

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e293b;
    background: #f8fafc;
    min-height: 100vh;
}

a { color: #84a59d; text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; }

.wl-nav {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.wl-nav__inner {
    max-width: 960px;
    margin: 0 auto;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.wl-nav__brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
    text-decoration: none;
    flex-shrink: 0;
}

.wl-nav__brand:hover { text-decoration: none; }

.wl-nav__logo {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    object-fit: cover;
}

.wl-nav__sep  { color: #cbd5e1; font-size: 1rem; user-select: none; }
.wl-nav__link { color: #64748b; font-size: 0.9rem; text-decoration: none; }
.wl-nav__link:hover { color: #1e293b; text-decoration: none; }
.wl-nav__current { color: #475569; font-size: 0.9rem; }

.wl-nav__spacer { flex: 1; }

.wl-nav__cta {
    padding: 0.4rem 0.9rem;
    background: #84a59d;
    color: #fff;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
    white-space: nowrap;
}
.wl-nav__cta:hover { background: #6b9e95; text-decoration: none; color: #fff; }

.wl-main {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem 5rem;
}

.wl-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    list-style: none;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.wl-breadcrumb li + li::before {
    content: '/';
    margin-right: 0.5rem;
    color: #cbd5e1;
}

.wl-breadcrumb a { color: #84a59d; }
.wl-breadcrumb a:hover { text-decoration: underline; }

.wl-header {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.wl-header__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.wl-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.7rem;
    background: #f0fdf4;
    color: #166534;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #bbf7d0;
}

.wl-header h1 {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.wl-header__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

.wl-header__meta strong { color: #1e293b; }

.wl-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.25rem;
    background: #84a59d;
    color: #fff;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}
.wl-header__cta:hover {
    background: #6b9e95;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.wl-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.wl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.wl-table thead th {
    background: #f8fafc;
    padding: 0.7rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.wl-table thead th:first-child {
    width: 3.5rem;
    text-align: center;
}

.wl-table tbody td {
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    vertical-align: middle;
}

.wl-table tbody td:first-child {
    text-align: center;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.wl-table tbody tr:last-child td { border-bottom: none; }
.wl-table tbody tr:hover td { background: #f8fafc; }

.wl-table__word        { font-weight: 600; color: #0f172a; }
.wl-table__translation { color: #475569; }

.wl-index-hero {
    margin-bottom: 2.5rem;
}

.wl-index-hero h1 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.6rem;
}

.wl-index-hero p {
    color: #64748b;
    font-size: 1rem;
    max-width: 640px;
    line-height: 1.6;
}

.wl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.wl-col-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.1rem 1.4rem;
    text-decoration: none;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.wl-col-card:hover {
    border-color: #84a59d;
    box-shadow: 0 4px 16px rgba(132, 165, 157, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
}

.wl-col-card__pair {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #84a59d;
    margin-bottom: 0.35rem;
}

.wl-col-card__title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.wl-col-card__count {
    font-size: 0.8rem;
    color: #94a3b8;
}

.wl-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
    line-height: 2;
}

.wl-footer a { color: #84a59d; }

.wl-404 {
    text-align: center;
    padding: 4rem 1rem;
}
.wl-404 h1 { font-size: 1.5rem; color: #0f172a; margin-bottom: 1rem; }
.wl-404 p  { color: #64748b; margin-bottom: 1.5rem; }

@media (max-width: 600px) {
    .wl-main { padding: 1.5rem 1rem 4rem; }
    .wl-table thead th:first-child,
    .wl-table tbody td:first-child { display: none; }
}
