/* /Components/MapHotspot.razor.rz.scp.css */
.map-hotspot[b-itnq2bm9ll] {
    position: absolute;
    transform: translate(-50%, -50%);
    width: clamp(44px, 8.2vw, 52px);
    height: clamp(44px, 8.2vw, 52px);
    border-radius: 50%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: grid;
    place-items: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.25);
    color: #fff;
    font: inherit;
    font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.map-hotspot[b-itnq2bm9ll]::before,
.map-hotspot[b-itnq2bm9ll]::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.map-hotspot[b-itnq2bm9ll]::before {
    width: clamp(20px, 4.4vw, 26px);
    height: clamp(20px, 4.4vw, 26px);
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: radial-gradient(circle at 35% 35%, #d84863 0%, #c41e3a 55%, #8f142a 100%);
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.28), 0 6px 12px rgba(0, 0, 0, 0.25);
}

.map-hotspot__number[b-itnq2bm9ll] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(20px, 4.4vw, 26px);
    min-height: clamp(20px, 4.4vw, 26px);
    padding: 0 0.1rem;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.map-hotspot:hover[b-itnq2bm9ll],
.map-hotspot:focus-visible[b-itnq2bm9ll] {
    box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.45);
}

.map-hotspot:hover[b-itnq2bm9ll]::before {
    transform: scale(1.06);
    box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.34), 0 7px 14px rgba(0, 0, 0, 0.28);
}

.map-hotspot:focus-visible[b-itnq2bm9ll]::before {
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(196, 30, 58, 0.65), 0 8px 16px rgba(0, 0, 0, 0.32);
}

.map-hotspot:active[b-itnq2bm9ll]::before {
    transform: scale(0.95);
    background: radial-gradient(circle at 35% 35%, #dc516b 0%, #cb2542 55%, #9b1730 100%);
    box-shadow: 0 0 0 5px rgba(196, 30, 58, 0.62), 0 4px 10px rgba(0, 0, 0, 0.26);
}

@supports not selector(:focus-visible) {
    .map-hotspot:focus[b-itnq2bm9ll]::before {
        transform: scale(1.1);
        box-shadow: 0 0 0 5px rgba(196, 30, 58, 0.65), 0 8px 16px rgba(0, 0, 0, 0.32);
    }
}

@media (pointer: coarse) {
    .map-hotspot[b-itnq2bm9ll]::before {
        width: clamp(22px, 5vw, 28px);
        height: clamp(22px, 5vw, 28px);
    }

    .map-hotspot__number[b-itnq2bm9ll] {
        min-width: clamp(22px, 5vw, 28px);
        min-height: clamp(22px, 5vw, 28px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .map-hotspot[b-itnq2bm9ll]::before,
    .map-hotspot[b-itnq2bm9ll]::after {
        transition: none;
    }

    .map-hotspot:hover[b-itnq2bm9ll]::before,
    .map-hotspot:focus-visible[b-itnq2bm9ll]::before,
    .map-hotspot:active[b-itnq2bm9ll]::before {
        transform: none;
    }
}
/* /Layout/BottomNav.razor.rz.scp.css */
.bottom-nav[b-2rb0ubr1ou] {
    position: fixed;
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    z-index: 200;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(252, 249, 244, 0.96);
    border: 1px solid #ddd6c8;
    box-shadow: 0 8px 24px rgba(40, 32, 22, 0.16);
    backdrop-filter: saturate(130%) blur(4px);
}

.bottom-nav[b-2rb0ubr1ou]  .bottom-nav-item {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    text-decoration: none;
    color: #000000;
    border-radius: 999px;
    outline: none;
}

.bottom-nav-link-body[b-2rb0ubr1ou] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    border-radius: 999px;
    padding: 0.44rem 0.62rem;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.bottom-nav-icon[b-2rb0ubr1ou] {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.bottom-nav-label[b-2rb0ubr1ou] {
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-nav-item:hover .bottom-nav-link-body[b-2rb0ubr1ou] {
    color: #000000;
    background: rgba(45, 106, 79, 0.08);
}

.bottom-nav-item.active .bottom-nav-link-body[b-2rb0ubr1ou] {
    color: #000000;
    background: radial-gradient(circle at 50% 35%, #fffdf8 0%, #f7efe3 68%, #f0e3d3 100%);
    box-shadow: inset 0 0 0 1px rgba(196, 30, 58, 0.24);
    position: relative;
}

.bottom-nav-item.active .bottom-nav-link-body[b-2rb0ubr1ou]::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 999px;
    border: 1px dashed rgba(196, 30, 58, 0.45);
    pointer-events: none;
}

.bottom-nav-item.active .bottom-nav-icon svg[b-2rb0ubr1ou] {
    stroke: currentColor;
}

.bottom-nav-item:focus-visible .bottom-nav-link-body[b-2rb0ubr1ou] {
    outline: 3px solid rgba(196, 30, 58, 0.45);
    outline-offset: 1px;
}

@media (prefers-reduced-motion: reduce) {
    .bottom-nav-link-body[b-2rb0ubr1ou] {
        transition: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-che8oliqbk] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    width: 100%;
    background: #f5f0e6;
    overflow-x: clip;
}

.app-shell__top-bar[b-che8oliqbk] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd6c8;
    background: #faf7f2;
    backdrop-filter: saturate(120%) blur(4px);
}

.app-shell__top-inner[b-che8oliqbk] {
    width: min(100%, 64rem);
    padding: 8px 16px;
    text-align: center;
}

.app-shell__title[b-che8oliqbk] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.1rem, 1rem + 0.8vw, 1.45rem);
    line-height: 1.1;
    color: #2c2218;
}

.app-shell__subtitle[b-che8oliqbk] {
    margin: 4px 0 0;
    font-family: system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b5b4e;
}

.app-shell__main[b-che8oliqbk] {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 8px 88px;
}

.app-shell__content[b-che8oliqbk] {
    width: min(100%, 52rem);
}

.app-shell__main--full[b-che8oliqbk] {
    padding: 0 !important;
    justify-content: stretch;
}

.app-shell__content--full[b-che8oliqbk] {
    width: 100%;
}

@media (min-width: 768px) {
    .app-shell__main[b-che8oliqbk] {
        padding: 12px 12px 100px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home[b-gnh4mtnk4n] {
    display: block;
}

.home__image[b-gnh4mtnk4n] {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .home__image[b-gnh4mtnk4n] {
        height: 100dvh;
        object-fit: cover;
        object-position: center center;
    }
}
/* /Pages/Introduction.razor.rz.scp.css */
.introduction[b-h6bandzval] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 0 1.5rem;
}

.intro-kicker[b-h6bandzval] {
    display: none;
}

.intro-content[b-h6bandzval] {
    display: block;
}

.intro-card[b-h6bandzval] {
    background: var(--color-surface, #fff);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 0.3rem solid rgba(31, 115, 70, 0.25);
    border-radius: 0.65rem;
    padding: 1rem 1rem 1.05rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.intro-card p[b-h6bandzval] {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text);
    margin: 0 0 0.85rem;
}

.intro-card p:last-child[b-h6bandzval] {
    margin-bottom: 0;
}
/* /Pages/Map.razor.rz.scp.css */
.map-page[b-hh1s9i2pjr] {
    padding: 0 0 1.5rem;
    display: grid;
    gap: 1.1rem;
}

.map-section[b-hh1s9i2pjr] {
    background: #fff;
    border: 1px solid rgba(45, 106, 79, 0.18);
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 0.95rem;
    display: grid;
    gap: 0.8rem;
}

.map-section-primary[b-hh1s9i2pjr] {
    border-color: rgba(45, 106, 79, 0.34);
    box-shadow: 0 8px 20px rgba(45, 106, 79, 0.18);
}

.map-section-header[b-hh1s9i2pjr] {
    display: grid;
    gap: 0.2rem;
}

.map-section-header h2[b-hh1s9i2pjr] {
    margin: 0;
    color: #1f5a41;
    font-size: clamp(1.02rem, 1.8vw, 1.25rem);
}

.map-section-header p[b-hh1s9i2pjr] {
    margin: 0;
    font-size: 0.92rem;
    color: #31463d;
}

.map-layout[b-hh1s9i2pjr] {
    display: grid;
    gap: 0.8rem;
}

.map-container[b-hh1s9i2pjr] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    background: #edf3ef;
    border: 1px solid rgba(45, 106, 79, 0.2);
}

.map-container img[b-hh1s9i2pjr] {
    width: 100%;
    height: auto;
    display: block;
}

.map-legend[b-hh1s9i2pjr] {
    border: 1px solid rgba(45, 106, 79, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0.6rem;
    display: grid;
    gap: 0.5rem;
}

.map-legend h3[b-hh1s9i2pjr] {
    margin: 0;
    color: #1f5a41;
    font-size: 0.95rem;
}

.legend-columns[b-hh1s9i2pjr] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
}

.number-column[b-hh1s9i2pjr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2.75rem, 1fr));
    gap: 0.35rem;
    max-height: 15rem;
    overflow-y: auto;
    scrollbar-width: thin;
    align-content: start;
    padding-right: 0.1rem;
}

.number-column-map1[b-hh1s9i2pjr] {
    max-height: none;
}

[b-hh1s9i2pjr] .number-circle {
    min-width: 2.75rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #2f7a57 0%, #1f5f42 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(31, 95, 66, 0.3);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

[b-hh1s9i2pjr] .number-circle:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 11px rgba(31, 95, 66, 0.4);
}

[b-hh1s9i2pjr] .number-circle:focus-visible {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.75), 0 3px 10px rgba(31, 95, 66, 0.45);
}

[b-hh1s9i2pjr] .number-circle.active {
    border-color: #fff;
    background: linear-gradient(180deg, #c41e3a 0%, #9f1730 100%);
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.28), 0 4px 11px rgba(159, 23, 48, 0.45);
}

@media (min-width: 900px) {
    .map-layout[b-hh1s9i2pjr] {
        grid-template-columns: minmax(0, 1fr) minmax(14rem, 16.5rem);
        align-items: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-hh1s9i2pjr] .number-circle {
        transition: none;
    }

    [b-hh1s9i2pjr] .number-circle:hover {
        transform: none;
    }
}
/* /Pages/WinemakerDetail.razor.rz.scp.css */
.detail-page[b-krekt1kw0n] {
    max-width: 880px;
    margin: 0 auto;
    padding: 0.5rem 0.5rem 1.5rem;
}

.status-shell[b-krekt1kw0n] {
    text-align: center;
    padding: 2.5rem 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #ece4d6;
}

.page-heading[b-krekt1kw0n] {
    color: var(--color-green);
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
}

.page-header[b-krekt1kw0n] {
    margin-bottom: 0.8rem;
}

.back-link[b-krekt1kw0n] {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
    padding: 0.35rem 0;
}

.detail-card[b-krekt1kw0n] {
    background: #fff;
    border: 1px solid #ece4d6;
    border-radius: 14px;
    padding: 0.75rem;
    margin-bottom: 0.6rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.identity-card[b-krekt1kw0n] {
    padding-bottom: 0.75rem;
}

.detail-header-row[b-krekt1kw0n] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.detail-contact-col[b-krekt1kw0n] {
    flex: 1;
    min-width: 0;
}

.detail-name[b-krekt1kw0n] {
    margin: 0;
    font-size: 1.3rem;
    color: var(--color-text);
}

.detail-location[b-krekt1kw0n] {
    margin: 0.15rem 0 0;
    color: #8a8378;
    font-size: 0.94rem;
}

.description[b-krekt1kw0n] {
    margin: 0.85rem 0 0;
    line-height: 1.55;
    font-size: 0.97rem;
}

.detail-photo-col[b-krekt1kw0n] {
    position: relative;
    width: 110px;
    height: 140px;
    flex-shrink: 0;
}

.detail-photo-col.no-photo[b-krekt1kw0n] {
    width: 56px;
    height: 56px;
}

.winemaker-photo[b-krekt1kw0n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background: #eee;
}

.detail-number[b-krekt1kw0n] {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2f7a57 0%, #1f5f42 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.section-heading[b-krekt1kw0n] {
    font-size: 1.06rem;
    color: var(--color-text);
    margin: 0 0 0.55rem;
}

.sub-heading[b-krekt1kw0n] {
    font-size: 0.88rem;
    color: #8a8378;
    margin: 0.65rem 0 0.35rem;
}

.contact-grid p[b-krekt1kw0n] {
    margin: 0.3rem 0;
    font-size: 0.9rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.contact-grid--inline[b-krekt1kw0n] {
    margin-top: 0.5rem;
}

.contact-grid--inline p[b-krekt1kw0n] {
    margin: 0.25rem 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.contact-empty-inline[b-krekt1kw0n] {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
}

.label[b-krekt1kw0n] {
    color: var(--color-green);
    font-weight: 700;
}

.muted[b-krekt1kw0n] {
    color: #8a8378;
}

.callout[b-krekt1kw0n] {
    background: #fbf3e0;
    border-left: 4px solid var(--color-orange);
    padding: 0.75rem 0.9rem;
    border-radius: 9px;
    margin-top: 0.75rem;
}

.callout p[b-krekt1kw0n] {
    margin: 0.25rem 0;
    font-size: 0.92rem;
}

.pill-row[b-krekt1kw0n] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.pill[b-krekt1kw0n] {
    display: inline-block;
    padding: 0.34rem 0.72rem;
    border-radius: 18px;
    font-size: 0.82rem;
    font-weight: 650;
}

.pill-white[b-krekt1kw0n] {
    background: #f7f2d8;
    color: #8a6d1c;
}

.pill-red[b-krekt1kw0n] {
    background: #f4dde1;
    color: var(--color-red);
}

.pill-other[b-krekt1kw0n] {
    background: #e2eee7;
    color: var(--color-green);
}

.pill-feature[b-krekt1kw0n] {
    background: #eee5f3;
    color: #6a3f8a;
}

.btn-visited[b-krekt1kw0n] {
    width: 100%;
    min-height: 48px;
    padding: 0.8rem;
    border-radius: 12px;
    border: 2px solid var(--color-green);
    background: #eaf5ee;
    color: var(--color-green);
    font-weight: 700;
    font-size: 1rem;
}

.btn-visited.is-visited[b-krekt1kw0n] {
    background: var(--color-green);
    color: #fff;
}

.notes-label[b-krekt1kw0n] {
    display: block;
    font-size: 0.84rem;
    font-weight: 600;
    color: #8a8378;
    margin-bottom: 0.35rem;
}

.notes-textarea[b-krekt1kw0n] {
    width: 100%;
    min-height: 108px;
    border: 1px solid #d7cebf;
    border-radius: 11px;
    padding: 0.72rem;
    font-size: 0.96rem;
    font-family: inherit;
    resize: vertical;
    box-sizing: border-box;
}

.notes-actions[b-krekt1kw0n] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.saved-badge[b-krekt1kw0n] {
    color: var(--color-green);
    font-weight: 650;
    font-size: 0.9rem;
}

.btn-photo[b-krekt1kw0n] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0.85rem;
    border-radius: 12px;
    background: var(--color-orange);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
}

.photo-input[b-krekt1kw0n] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.photo-error[b-krekt1kw0n] {
    color: var(--color-red);
    font-size: 0.86rem;
    margin-top: 0;
}

.photo-grid[b-krekt1kw0n] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.photo-thumb[b-krekt1kw0n] {
    position: relative;
    aspect-ratio: 1;
    border-radius: 9px;
    overflow: hidden;
    background: #eee;
}

.photo-thumb img[b-krekt1kw0n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-delete[b-krekt1kw0n] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 720px) {
    .detail-page[b-krekt1kw0n] {
        padding: 0.75rem 0.75rem 1.75rem;
    }

    .detail-card[b-krekt1kw0n] {
        padding: 0.9rem;
    }

    .photo-grid[b-krekt1kw0n] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* /Pages/Winemakers.razor.rz.scp.css */
.winemakers-page[b-wsy4hvxa3h] {
    padding: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filter-buttons[b-wsy4hvxa3h] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-button[b-wsy4hvxa3h] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 36px;
    border: 1px solid #d8d0bf;
    border-radius: 999px;
    background: #f7f3eb;
    color: #574f43;
    font-weight: 700;
    font-size: 0.78rem;
    line-height: 1;
    padding: 0.42rem 0.74rem;
    cursor: pointer;
    white-space: nowrap;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

.filter-icon[b-wsy4hvxa3h] {
    flex-shrink: 0;
}

.filter-button:hover[b-wsy4hvxa3h] {
    border-color: #c5bba7;
    background: #f1ecdf;
}

.filter-button.active[b-wsy4hvxa3h] {
    background: var(--color-green);
    border-color: var(--color-green);
    color: #fff;
    box-shadow: 0 2px 8px rgba(47, 99, 79, 0.25);
}

.filter-button:focus-visible[b-wsy4hvxa3h] {
    outline: 3px solid rgba(230, 126, 34, 0.45);
    outline-offset: 2px;
}

@media (max-width: 360px) {
    .filter-button[b-wsy4hvxa3h] {
        padding: 0.3rem 0.45rem;
        gap: 0.2rem;
    }

    .filter-label[b-wsy4hvxa3h] {
        display: none;
    }
}

.winemaker-list[b-wsy4hvxa3h] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.winemaker-list[b-wsy4hvxa3h]  .winemaker-row {
    display: flex;
    align-items: stretch;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8e1d4;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: var(--color-text);
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.winemaker-list[b-wsy4hvxa3h]  .winemaker-row:hover {
    border-color: #cfbea1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.winemaker-list[b-wsy4hvxa3h]  .winemaker-row:focus-visible {
    outline: 3px solid rgba(230, 126, 34, 0.45);
    outline-offset: 2px;
}

.winemaker-list[b-wsy4hvxa3h]  .row-body {
    min-width: 0;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.winemaker-list[b-wsy4hvxa3h]  .row-line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: nowrap;
    min-width: 0;
}

.winemaker-list[b-wsy4hvxa3h]  .row-line2 {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #7d7569;
    font-size: 0.84rem;
    min-width: 0;
}

.winemaker-list[b-wsy4hvxa3h]  .row-pin {
    flex-shrink: 0;
    color: #7d7569;
}

.winemaker-list[b-wsy4hvxa3h]  .row-name {
    flex: 1;
    min-width: 0;
    font-weight: 800;
    font-size: 1rem;
    color: #1a5276;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.winemaker-list[b-wsy4hvxa3h]  .row-location {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.winemaker-list[b-wsy4hvxa3h]  .row-icons {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.winemaker-list[b-wsy4hvxa3h]  .icon-visited {
    color: #ccc4b6;
    display: flex;
}

.winemaker-list[b-wsy4hvxa3h]  .icon-visited.is-visited {
    color: var(--color-green);
}

.winemaker-list[b-wsy4hvxa3h]  .icon-note {
    color: #ccc4b6;
    display: flex;
}

.winemaker-list[b-wsy4hvxa3h]  .icon-note.has-note {
    color: var(--color-orange);
}

.empty-state[b-wsy4hvxa3h] {
    border: 1px dashed #d8cdb8;
    border-radius: 14px;
    background: #faf7f1;
    padding: 1.05rem 1rem;
}

.empty-state-title[b-wsy4hvxa3h] {
    margin: 0;
    font-size: 1rem;
    color: #5d5447;
}

.empty-state-context[b-wsy4hvxa3h] {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    color: #877f72;
}

@media (max-width: 640px) {
    .winemaker-list[b-wsy4hvxa3h]  .winemaker-row {
        padding: 0.78rem 0.8rem;
    }

    .winemaker-list[b-wsy4hvxa3h]  .row-name {
        font-size: 0.94rem;
    }

    .winemaker-list[b-wsy4hvxa3h]  .row-line2 {
        font-size: 0.8rem;
    }
}
