@import '_content/ChatApp.Component.WebUI/ChatApp.Component.WebUI.62mbkx8vcr.bundle.scp.css';
@import '_content/PSC.Blazor.Components.AutoComplete/PSC.Blazor.Components.AutoComplete.qmilxblkum.bundle.scp.css';
@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.mlg14ggzcc.bundle.scp.css';
@import '_content/PSC.Blazor.Components.TreeView/PSC.Blazor.Components.TreeView.4raloxxm9g.bundle.scp.css';

/* /Layout/PublicLayout.razor.rz.scp.css */
.public-site[b-nzs6iescmm] {
    background: #fafafa;
}

.public-header[b-nzs6iescmm] {
    position: sticky;
    top: 0;
    z-index: 100;
}

.public-nav-link[b-nzs6iescmm] {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
}

.public-nav-link:hover[b-nzs6iescmm] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
}
/* /Pages/My/Languages.razor.rz.scp.css */
/* The LanguagePicker's autocomplete dropdown is positioned absolutely relative to the
   input. Any ancestor with overflow:hidden|auto|scroll clips it — Bootstrap's `.card`
   and any responsive table wrapper qualify. Force overflow:visible on the chain that
   sits between the dropdown and the page so the suggestions can extend below the card. */

[b-xfxgeno3rd] .languages-table-wrap,
[b-xfxgeno3rd] .languages-table-wrap table {
    overflow: visible;
}

[b-xfxgeno3rd] .card,
[b-xfxgeno3rd] .card-body {
    overflow: visible;
}
/* /Pages/Posts/Edit.razor.rz.scp.css */
/* Tag autocomplete result — Stack-Overflow-ish grid of small cards. */

[b-19qmedayow] .tag-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
}

[b-19qmedayow] .tag-item {
    border: 1px solid #d6d9dc;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.1s, border-color 0.1s;
    min-height: 70px;
}

    [b-19qmedayow] .tag-item:hover {
        background-color: #f0f7ff;
        border-color: #0095ff;
    }

.tag-result[b-19qmedayow] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tag-label[b-19qmedayow] {
    align-self: flex-start;
    padding: 3px 8px;
    background-color: #e1ecf4;
    color: #39739d;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.tag-description[b-19qmedayow] {
    color: #6a737c;
    font-size: 11px;
    line-height: 1.35;
    margin-top: 2px;
}

/* ----- AI analysis image picker ---------------------------------------------
   Thumbnail grid inside the preview modal. A ticked tile gets a coloured ring
   so the admin has instant visual feedback; clicking anywhere on the tile
   flips the checkbox (label wraps input + img). */
.ai-image-grid[b-19qmedayow] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
}

.ai-image-tile[b-19qmedayow] {
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: border-color 0.12s ease;
    display: block;
    margin: 0;
    background: #f1f3f5;
}

.ai-image-tile:hover[b-19qmedayow] {
    border-color: #dee2e6;
}

.ai-image-tile.picked[b-19qmedayow] {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
}

.ai-image-tile img[b-19qmedayow] {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.ai-image-check[b-19qmedayow] {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    accent-color: #0d6efd;
    cursor: pointer;
    z-index: 2;
}

.ai-image-credit[b-19qmedayow] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 6px;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    text-align: right;
    pointer-events: none;
}

/* ----- Row delete button ---------------------------------------------------
   Trash icon inside Associate-words / Associate-definitions rows. Keeps the
   danger colour but drops the bordered-box look — the icon is strong enough
   on its own, and a subtle hover pill keeps it feeling interactive. */
.remove-row-btn[b-19qmedayow] {
    border: 0;
    line-height: 1;
    color: #dc3545;
    border-radius: 6px;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.remove-row-btn:hover[b-19qmedayow],
.remove-row-btn:focus-visible[b-19qmedayow] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #a71d2a;
}

.remove-row-btn i[b-19qmedayow] {
    font-size: 1rem;
}

/* ----- Live post preview --------------------------------------------------- */
.post-preview[b-19qmedayow] {
    padding: 8px 4px;
    color: #212529;
    line-height: 1.5;
}

    .post-preview h1[b-19qmedayow], .post-preview h2[b-19qmedayow], .post-preview h3[b-19qmedayow] {
        margin-top: 0.8em;
    }

    .post-preview img[b-19qmedayow] {
        max-width: 100%;
        height: auto;
    }

    .post-preview pre[b-19qmedayow] {
        background: #f8f9fa;
        padding: 8px;
        border-radius: 4px;
        overflow-x: auto;
    }

    .post-preview blockquote[b-19qmedayow] {
        border-left: 4px solid #dee2e6;
        padding-left: 12px;
        color: #6c757d;
        margin-left: 0;
    }

/* ----- Article-link modal --------------------------------------------------- */
.article-link-modal[b-19qmedayow] {
    background-color: rgba(0, 0, 0, 0.45);
}

/* ----- Categories TreeView ------------------------------------------------ */

[b-19qmedayow] .default-tree-view-ul {
    list-style: none;
    padding-inline-start: 18px;
    margin-bottom: 0;
}

    [b-19qmedayow] .default-tree-view-ul:first-child {
        padding-inline-start: 0;
    }

[b-19qmedayow] .tv-item {
    padding: 2px 0;
    border-radius: 4px;
    transition: background-color 0.1s;
}

    [b-19qmedayow] .tv-item > div {
        padding: 4px 6px;
        border-radius: 4px;
    }

    [b-19qmedayow] .tv-item:not(.tv-item-disabled) > div:hover {
        background-color: #f0f7ff;
    }

/* Disclosure arrow */
[b-19qmedayow] .tv-item svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

    [b-19qmedayow] .tv-item svg path {
        stroke: #6c757d;
        stroke-width: 2;
    }

[b-19qmedayow] .tv-item-nochildren svg {
    visibility: hidden;
}

/* Native checkbox styling */
[b-19qmedayow] .tv-item input[type="checkbox"] {
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    accent-color: #0d6efd;
    cursor: pointer;
    flex-shrink: 0;
}

/* Item label */
[b-19qmedayow] .tv-item-span {
    margin: 0 !important;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
}

/* Indent visual cue: vertical guide line on nested levels */
[b-19qmedayow] .default-tree-view-ul .default-tree-view-ul {
    border-left: 1px solid #e9ecef;
    margin-left: 8px;
    padding-inline-start: 14px;
}
/* /Pages/Read.razor.rz.scp.css */
/* Gap between bilingual tables in the right-hand sidebar (WORDS + WORD DEFINITIONS
   sections). Uses margin-bottom rather than gap on a flex container because each
   block's own flag-row → table internal spacing already uses margin. The last
   block drops the extra gap so the section's own bottom border isn't doubled. */
.bilingual-table-block[b-23xlu7cud8] {
    margin-bottom: 2rem;
}

.bilingual-table-block:last-child[b-23xlu7cud8] {
    margin-bottom: 0;
}
/* /Pages/Search/VerbSearch.razor.rz.scp.css */
/* Verb-search results render as a Popover-API element so the browser's top-layer
   guarantees the dropdown sits above all stacking contexts (newsletter input,
   footer, etc.). Strip the default popover layout — JS positions it via inline
   style. The `.bg-white .border .rounded-2 .shadow-sm` utilities on the same
   element supply the visual chrome, so we leave background/border alone.
   Width is fixed to a sensible dropdown size — without it, the popover would
   grow to whatever the browser's default popover width yields (often the
   viewport). */
[b-m4oboa8ldo] .verb-results[popover] {
    width: 320px;
    max-width: 90vw;
    padding: 0;
    margin: 0;
    inset: auto;
    z-index: 10000;
}

[b-m4oboa8ldo] .verb-results[popover]:not(:popover-open) {
    display: none;
}
/* /Pages/Shared/CountryPicker.razor.rz.scp.css */
/* Autocomplete-library-level fixes that apply to every CountryPicker:
   1. Width: the library's flex bar doesn't enforce width:100% / min-width:0 on the input,
      so in a narrow column (col-md-3) the input's placeholder width pushes the 40px
      chevron icon past the column edge. Constrain both.
   2. Flag glyph: the shared flags.css applies `float: left` to .flag, which breaks the
      flexbox vertical-centering inside our row. Drop the float so align-items:center wins. */
[b-8p2rewp2c0] .autocomplete,
[b-8p2rewp2c0] .autocomplete__controls {
    width: 100%;
    box-sizing: border-box;
}

[b-8p2rewp2c0] .autocomplete__input {
    min-width: 0;
}

[b-8p2rewp2c0] .flag {
    float: none;
    flex-shrink: 0;
    vertical-align: middle;
}

[b-8p2rewp2c0] .country-picker-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

[b-8p2rewp2c0] .country-picker-label {
    font-weight: 500;
}

[b-8p2rewp2c0] .country-picker-results {
    max-height: 320px;
    overflow-y: auto;
    /* Same fix as LanguagePicker: autocomplete defaults to z-index:10, which the site
       footer covers. Force the dropdown above all page chrome. */
    z-index: 2000 !important;
}

[b-8p2rewp2c0] .country-picker-item {
    padding: 6px 10px;
}

[b-8p2rewp2c0] .country-picker-item:hover {
    background-color: rgba(37, 99, 235, 0.08);
    cursor: pointer;
}
/* /Pages/Shared/LanguageLevelBadge.razor.rz.scp.css */
.level-result-item-container[b-k63nuargw9] {
    flex: 1;
    margin: 8px;
    display: flex;
    flex-direction: row;
}

.level-result-item-container:hover .level-label[b-k63nuargw9] {
    color: #fff;
}

.level-result-item-container:hover .level-label-A1[b-k63nuargw9],
.level-result-item-container:hover .level-label-A2[b-k63nuargw9] {
    color: #009dff;
}

.level-result-item-container:hover .level-label-B1[b-k63nuargw9],
.level-result-item-container:hover .level-label-B2[b-k63nuargw9] {
    color: #a9d948;
}

.level-result-item-container:hover .level-label-C1[b-k63nuargw9] {
    color: #ff7300;
}

.level-result-item-container:hover .level-label-C2[b-k63nuargw9] {
    color: #ff3652;
}

.level-label[b-k63nuargw9] {
    color: #000;
    text-decoration: none;
    float: left;
    padding-top: 2px;
}

.level-label:hover[b-k63nuargw9] {
    color: #0094ff;
}

.level-eu[b-k63nuargw9] {
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    text-align: center;
    max-width: 30px;
    display: inline-flex;
}

.level-nm[b-k63nuargw9] {
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    text-align: center;
    max-width: 25px;
    display: inline-flex;
}
/* /Pages/Shared/LanguageLevelPicker.razor.rz.scp.css */
/* ─── Trigger button ────────────────────────────────────────────
   Match LanguageSelect's 38px height and left-inset.
   Bootstrap's .btn defaults to 0.75rem horizontal padding; LanguageSelect's
   ImageSelect widget uses ~0.5rem — tightening so the A1 pill lands where
   the flag lands in the sibling row. ::deep zeroes the badge's own 8px
   margin only inside this trigger. */
.level-picker-btn[b-rxscak3csa] {
    padding: 0.375rem 0.5rem;
    min-height: 38px;
}

.level-picker-btn[b-rxscak3csa]  .level-result-item-container {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

/* ─── Dropdown list ─────────────────────────────────────────────
   Compact, single-line rows matching LanguageSelect's dropdown feel.
   Bootstrap's .dropdown-item already gives the gray hover background; we
   just need to pull the badge's 8px margin back to a tight 4px so rows
   don't bloat. Keep the hover — removing it made the list look dead. */
.level-dropdown-item[b-rxscak3csa] {
    padding: 0.375rem 0.75rem;
    line-height: 1.4;
}

.level-dropdown-item[b-rxscak3csa]  .level-result-item-container {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

/* ─── Popover panel ─────────────────────────────────────────────
   The menu is a `<div popover="manual">`, promoted to the browser's top-layer.
   Strip the default popover layout (margin/padding/inset) — JS positions the
   panel via inline style. The Bootstrap `.dropdown-menu` class on the same
   element supplies the white background, border, and padding that the menu
   actually shows. */
.level-picker-menu[popover][b-rxscak3csa] {
    margin: 0;
    inset: auto;
    z-index: 10000;
}

/* Bootstrap's `.dropdown-menu { display: none }` is on the same element and
   would normally lose to the UA `[popover]:popover-open` rule on specificity,
   but some browsers / theme stacks override it. Pin display:block explicitly
   when the popover is open so the menu always shows. */
.level-picker-menu[popover]:popover-open[b-rxscak3csa] {
    display: block !important;
}

.level-picker-menu[popover]:not(:popover-open)[b-rxscak3csa] {
    display: none !important;
}

/* Wrapper exists only so external layouts (form rows on /my/languages) can
   still target this picker; relative positioning isn't needed because the
   menu lives in the top-layer. */
.level-picker-wrap[b-rxscak3csa] {
    position: relative;
}
/* /Pages/Shared/LanguageMultiPicker.razor.rz.scp.css */
.language-multi-chips[b-ibg7t7swj8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.language-multi-chip[b-ibg7t7swj8] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.55rem;
    background: #f0f4ff;
    color: #1d4ed8;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.language-multi-chip-label[b-ibg7t7swj8] {
    white-space: nowrap;
}

.language-multi-chip-remove[b-ibg7t7swj8] {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.05rem;
    line-height: 1;
    padding: 0 0.15rem;
    cursor: pointer;
    opacity: 0.7;
}

.language-multi-chip-remove:hover[b-ibg7t7swj8] {
    opacity: 1;
    color: #b91c1c;
}
/* /Pages/Shared/LanguagePicker.razor.rz.scp.css */
/* Autocomplete-library-level fixes that apply to every LanguagePicker:
   1. Width: the library's flex bar doesn't enforce width:100% / min-width:0 on the input,
      so a narrow column pushes the 40px chevron icon past the column edge.
   2. Flag glyph: shared flags.css applies `float: left` to .flag, which breaks the
      flexbox vertical-centering inside our row. Drop the float so align-items:center wins. */
[b-qzb8wyc8h7] .autocomplete,
[b-qzb8wyc8h7] .autocomplete__controls {
    width: 100%;
    box-sizing: border-box;
}

[b-qzb8wyc8h7] .autocomplete__input {
    min-width: 0;
}

[b-qzb8wyc8h7] .flag {
    float: none;
    flex-shrink: 0;
    vertical-align: middle;
}

[b-qzb8wyc8h7] .language-picker-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

[b-qzb8wyc8h7] .language-picker-label {
    font-weight: 500;
}

[b-qzb8wyc8h7] .language-picker-native {
    font-size: 12px;
}

[b-qzb8wyc8h7] .language-picker-results {
    max-height: 320px;
    overflow-y: auto;
    /* Opaque chrome — the autocomplete library doesn't set any background by default,
       so when the dropdown extends down over the footer, footer text bleeds through
       individual rows. Force a white card here. */
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    /* The library's own stylesheet sets z-index:10. Bump well above any footer / fixed
       chrome so the dropdown always wins on stacking. */
    z-index: 2000 !important;
}

[b-qzb8wyc8h7] .language-picker-item {
    padding: 6px 10px;
    background: #ffffff;
}

[b-qzb8wyc8h7] .language-picker-item:hover {
    background-color: rgba(37, 99, 235, 0.08);
    cursor: pointer;
}
/* /Pages/Shared/NoteButton.razor.rz.scp.css */
.note-button-wrap[b-qxuutpr475] {
    position: relative;
    display: inline-block;
}

/* The panel is a Popover-API element (`<div popover="manual">`). Browsers add default
   border/padding/margin and an inset:auto fixed-positioning rule when the popover is
   open — strip the layout defaults. JS gives the panel its top/left via liuFloating.anchor.
   The `.card` class on the same element supplies the white background + border, so we
   leave background untouched. */
[b-qxuutpr475] .note-button-panel[popover] {
    width: 360px;
    max-width: 90vw;
    padding: 0;
    margin: 0;
    inset: auto;
    /* Top-layer doesn't strictly need a z-index, but keep one as a defensive
       fallback for browsers that don't fully promote a popover. */
    z-index: 10000;
}

[b-qxuutpr475] .note-button-panel[popover]:not(:popover-open) {
    display: none;
}
/* /Pages/Word.razor.rz.scp.css */
/* ── Gallery (sits under the hero, above the two-column body) ─────── */
.word-gallery-section[b-f5rn4cq4fu] {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.word-gallery[b-f5rn4cq4fu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem;
}

.word-gallery__tile[b-f5rn4cq4fu] {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.word-gallery__tile:hover[b-f5rn4cq4fu] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.word-gallery__tile img[b-f5rn4cq4fu] {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.word-gallery__credit[b-f5rn4cq4fu] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 8px;
    font-size: 0.7rem;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    text-align: right;
}

.word-gallery__credit a[b-f5rn4cq4fu] {
    color: #fff;
    text-decoration: none;
}

.word-gallery__credit a:hover[b-f5rn4cq4fu] {
    text-decoration: underline;
}

/* ── Loading + empty states ─────────────────────────────────────── */
.word-page-loading[b-f5rn4cq4fu] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.word-empty[b-f5rn4cq4fu] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 10px;
    color: #6c757d;
    font-size: 0.95rem;
}

.word-empty i[b-f5rn4cq4fu] {
    font-size: 1.25rem;
}

/* ── Hero ──────────────────────────────────────────────────────── */
.word-hero[b-f5rn4cq4fu] {
    /* Soft gradient band so the word gets visual weight without shouting. */
    background: linear-gradient(135deg, #eff6ff 0%, #fff 60%);
    border-bottom: 1px solid #e5e7eb;
    padding: 2.5rem 0 2rem;
    margin-bottom: 1.5rem;
}

.word-hero__breadcrumb[b-f5rn4cq4fu] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.word-hero__breadcrumb a[b-f5rn4cq4fu] {
    color: #6b7280;
    text-decoration: none;
}

.word-hero__breadcrumb a:hover[b-f5rn4cq4fu] {
    color: #1f2937;
}

.word-hero__main[b-f5rn4cq4fu] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.word-hero__flag[b-f5rn4cq4fu] {
    width: 64px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.word-hero__title[b-f5rn4cq4fu] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
}

.word-hero__meta[b-f5rn4cq4fu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.word-chip[b-f5rn4cq4fu] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 999px;
    line-height: 1.5;
}

.word-chip--lang[b-f5rn4cq4fu] {
    background: #dbeafe;
    color: #1e40af;
}

.word-chip--type[b-f5rn4cq4fu] {
    background: #ede9fe;
    color: #6d28d9;
    text-transform: capitalize;
}

.word-chip--count[b-f5rn4cq4fu] {
    background: #f3f4f6;
    color: #4b5563;
}

/* ── Cards ─────────────────────────────────────────────────────── */
.word-page-body[b-f5rn4cq4fu] {
    padding-bottom: 3rem;
}

.word-card[b-f5rn4cq4fu] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    height: 100%;
}

.word-card__header[b-f5rn4cq4fu] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.25rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.word-card__header i[b-f5rn4cq4fu] {
    color: #2563eb;
    font-size: 1.1rem;
}

.word-card__header h2[b-f5rn4cq4fu] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.word-card__body[b-f5rn4cq4fu] {
    padding: 1.25rem;
}

/* ── Definition groups ─────────────────────────────────────────── */
.word-def-group[b-f5rn4cq4fu] {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.word-def-group:last-child[b-f5rn4cq4fu] {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.word-def-group__header[b-f5rn4cq4fu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.word-def-group__header img[b-f5rn4cq4fu] {
    width: 26px;
    height: auto;
    border-radius: 3px;
}

.word-def-group__lang[b-f5rn4cq4fu] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #374151;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.word-def-group__count[b-f5rn4cq4fu] {
    font-size: 0.75rem;
    padding: 0.1rem 0.45rem;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 999px;
}

.word-def-list[b-f5rn4cq4fu] {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 0;
}

.word-def-list li[b-f5rn4cq4fu] {
    padding: 0.35rem 0;
    color: #1f2937;
    line-height: 1.55;
}

.word-def-list li[b-f5rn4cq4fu]::marker {
    color: #9ca3af;
    font-weight: 500;
}

.word-def-list__text[b-f5rn4cq4fu] {
    font-size: 0.95rem;
}

.word-def-list__domain[b-f5rn4cq4fu] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
    background: #f9fafb;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
}

/* ── Articles column ───────────────────────────────────────────── */
.word-article-list[b-f5rn4cq4fu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.word-article-list li + li[b-f5rn4cq4fu] {
    margin-top: 0.5rem;
}

.word-article[b-f5rn4cq4fu] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.word-article:hover[b-f5rn4cq4fu] {
    border-color: #93c5fd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
}

.word-article img[b-f5rn4cq4fu] {
    width: 28px;
    height: auto;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 2px;
}

.word-article__text[b-f5rn4cq4fu] {
    flex-grow: 1;
    min-width: 0;
}

.word-article__title[b-f5rn4cq4fu] {
    font-weight: 600;
    color: #111827;
    font-size: 0.95rem;
    line-height: 1.3;
}

.word-article__excerpt[b-f5rn4cq4fu] {
    margin-top: 0.25rem;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.45;
}

.word-article__date[b-f5rn4cq4fu] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.45rem;
    font-size: 0.75rem;
    color: #9ca3af;
}
