﻿:root {
    --dict-grad-1: #0ea5e9;
    --dict-grad-2: #10b981;
    --dict-grad-3: #111827;
}

.dict-hero {
    background: radial-gradient(1200px circle at 10% 10%, rgba(14,165,233,.25), transparent 60%), radial-gradient(1000px circle at 80% 20%, rgba(16,185,129,.22), transparent 55%), linear-gradient(135deg, rgba(17,24,39,1), rgba(15,23,42,1));
    color: #fff;
    border-radius: 1.25rem;
}

.dict-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1.25rem;
    transition: transform .12s ease, box-shadow .12s ease;
}

    .dict-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0,0,0,.10);
    }

.dict-pill {
    border-radius: 999px;
    font-weight: 600;
}

.dict-muted {
    color: rgba(255,255,255,.75);
}

.dict-sticky {
    position: sticky;
    top: .75rem;
    z-index: 10;
}

.dict-list {
    max-height: calc(100vh - 260px);
    overflow: auto;
}

.dict-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
