/* Solo+ 會員端單身活動探索／活動搜尋頁
   2026-07-29 UI/UX v32
   只作用於 .stage383-search-shell，避免影響活動詳情與商家端頁面。 */

.stage383-search-shell {
    --ev-ink: #153a35;
    --ev-text: #3f4b47;
    --ev-muted: #766f67;
    --ev-coral: #ef735e;
    --ev-coral-dark: #d95f4b;
    --ev-teal: #0f8177;
    --ev-teal-dark: #075e57;
    --ev-paper: #fffdfa;
    --ev-paper-2: #fbf8f3;
    --ev-mint: #edf7f4;
    --ev-peach: #fff0e7;
    --ev-line: #eadbc8;
    --ev-shadow: 0 18px 46px rgba(71, 55, 37, .08);
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 80px;
    color: var(--ev-text);
    font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.stage383-search-shell *,
.stage383-search-shell *::before,
.stage383-search-shell *::after { box-sizing: border-box; }

.stage383-search-shell a { text-decoration: none; }
.stage383-search-shell button,
.stage383-search-shell input,
.stage383-search-shell select { font: inherit; }

/* 會員活動局部導覽 */
.stage383-search-shell .activity-local-nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 16px !important;
    padding: 6px !important;
    min-height: 54px;
    overflow-x: auto;
    border: 1px solid var(--ev-line) !important;
    border-radius: 16px !important;
    background: rgba(255, 253, 250, .94) !important;
    box-shadow: 0 8px 24px rgba(71, 55, 37, .05) !important;
    scrollbar-width: none;
}
.stage383-search-shell .activity-local-nav::-webkit-scrollbar { display: none; }
.stage383-search-shell .activity-local-nav a {
    flex: 0 0 auto;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 16px !important;
    border-radius: 11px !important;
    color: #5c554e !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.stage383-search-shell .activity-local-nav a:hover,
.stage383-search-shell .activity-local-nav a.active {
    color: var(--ev-coral-dark) !important;
    background: var(--ev-peach) !important;
}

/* Hero */
.stage383-search-shell .activity-search-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
    margin: 0 0 16px !important;
    padding: 24px !important;
    min-height: 0 !important;
    overflow: hidden;
    border: 1px solid var(--ev-line) !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 0 0, rgba(239,115,94,.11), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(15,129,119,.12), transparent 32%),
        var(--ev-paper) !important;
    box-shadow: var(--ev-shadow) !important;
}
.stage383-search-shell .activity-hero-copy {
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 8px 8px 8px 4px !important;
}
.stage383-search-shell .activity-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px;
    color: #c65f4d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.stage383-search-shell .activity-kicker > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ev-coral);
    box-shadow: 13px 0 0 var(--ev-teal);
}
.stage383-search-shell .activity-hero-copy h1 {
    max-width: 720px;
    margin: 0 !important;
    color: var(--ev-ink) !important;
    font-size: clamp(36px, 4vw, 56px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -.045em !important;
}
.stage383-search-shell .activity-hero-description {
    max-width: 700px;
    margin: 14px 0 0 !important;
    color: var(--ev-muted) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 650 !important;
}
.stage383-search-shell .activity-hero-actions {
    display: flex !important;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px !important;
}
.stage383-search-shell .activity-hero-actions a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 18px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-hero-actions .primary {
    color: #fff !important;
    background: linear-gradient(135deg, #f48872, var(--ev-coral)) !important;
    box-shadow: 0 10px 22px rgba(239,115,94,.2) !important;
}
.stage383-search-shell .activity-hero-actions .secondary {
    color: var(--ev-teal-dark) !important;
    border: 1px solid rgba(15,129,119,.22) !important;
    background: rgba(255,255,255,.78) !important;
}
.stage383-search-shell .activity-hero-points {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    color: #655e56;
    font-size: 12px;
    font-weight: 800;
}
.stage383-search-shell .activity-hero-points li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--ev-teal);
}
.stage383-search-shell .activity-map-card {
    position: relative;
    min-height: 238px !important;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(15,129,119,.17) !important;
    border-radius: 18px !important;
    background: #dcebe6 !important;
}
.stage383-search-shell .activity-map-card iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 238px !important;
    display: block;
    border: 0 !important;
    filter: saturate(.82) contrast(.96);
}
.stage383-search-shell .activity-map-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 10px 12px !important;
    border: 1px solid rgba(15,129,119,.15) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 8px 20px rgba(20,70,64,.12) !important;
}
.stage383-search-shell .activity-map-badge strong,
.stage383-search-shell .activity-map-badge span { display: block; }
.stage383-search-shell .activity-map-badge strong { color: var(--ev-teal-dark); font-size: 13px; }
.stage383-search-shell .activity-map-badge span { margin-top: 2px; color: #6d706b; font-size: 11px; font-weight: 700; }

/* 搜尋區 */
.stage383-search-shell .activity-search-panel {
    margin: 0 0 16px !important;
    padding: 18px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 22px !important;
    background: var(--ev-paper) !important;
    box-shadow: var(--ev-shadow) !important;
    scroll-margin-top: 90px;
}
.stage383-search-shell .activity-search-form {
    display: block !important;
    width: 100%;
}
.stage383-search-shell .activity-primary-search {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) minmax(190px, 250px) 150px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100%;
}
.stage383-search-shell .activity-search-input,
.stage383-search-shell .activity-city-select {
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    overflow: hidden;
    border: 1px solid var(--ev-line) !important;
    border-radius: 13px !important;
    background: #fff !important;
}
.stage383-search-shell .activity-search-input > span,
.stage383-search-shell .activity-city-select > span {
    flex: 0 0 auto;
    color: var(--ev-teal);
    font-size: 18px;
    font-weight: 900;
}
.stage383-search-shell .activity-search-input input,
.stage383-search-shell .activity-city-select select {
    width: 100% !important;
    height: 50px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #233b36 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}
.stage383-search-shell .activity-search-submit {
    width: 150px !important;
    height: 54px !important;
    min-height: 54px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #16877d, #0d6f67) !important;
    box-shadow: 0 10px 22px rgba(15,129,119,.18) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    cursor: pointer;
}
.stage383-search-shell .activity-category-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}
.stage383-search-shell .activity-category-tabs a {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 14px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 999px !important;
    color: #5d554d !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}
.stage383-search-shell .activity-category-tabs a:hover,
.stage383-search-shell .activity-category-tabs a.active {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--ev-coral) !important;
}
.stage383-search-shell .activity-advanced-filter {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid rgba(234,219,200,.8) !important;
}
.stage383-search-shell .activity-advanced-filter summary {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 34px;
    list-style: none;
    color: var(--ev-teal-dark) !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-advanced-filter summary::-webkit-details-marker { display: none; }
.stage383-search-shell .activity-advanced-filter summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border-radius: 50%;
    background: var(--ev-mint);
    font-size: 18px;
}
.stage383-search-shell .activity-advanced-filter[open] summary::after { content: "−"; }
.stage383-search-shell .activity-advanced-filter summary small {
    color: var(--ev-muted);
    font-size: 11px;
    font-weight: 650;
}
.stage383-search-shell .activity-filter-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 13px !important;
}
.stage383-search-shell .activity-filter-grid label {
    min-width: 0;
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 9px 11px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
}
.stage383-search-shell .activity-filter-grid label > span { color: #8b7d70; font-size: 10px; font-weight: 900; }
.stage383-search-shell .activity-filter-grid select {
    width: 100% !important;
    min-width: 0;
    height: 30px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #263d38 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.stage383-search-shell .activity-check-row,
.stage383-search-shell .activity-filter-actions {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px !important;
}
.stage383-search-shell .activity-check-row label {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #5c554e !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.stage383-search-shell .activity-check-row input { width: 15px; height: 15px; accent-color: var(--ev-teal); }
.stage383-search-shell .activity-filter-actions button,
.stage383-search-shell .activity-filter-actions a {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 16px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-filter-actions button { border: 0 !important; color: #fff !important; background: var(--ev-coral) !important; }
.stage383-search-shell .activity-filter-actions a { border: 1px solid var(--ev-line) !important; color: var(--ev-teal-dark) !important; background: #fff !important; }

/* 搜尋結果 */
.stage383-search-shell .activity-results-panel {
    margin: 0 !important;
    padding: 22px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 24px !important;
    background: var(--ev-paper) !important;
    box-shadow: var(--ev-shadow) !important;
}
.stage383-search-shell .activity-results-header {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 0 16px !important;
}
.stage383-search-shell .activity-results-header h2 {
    margin: 0 !important;
    color: var(--ev-ink) !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -.04em !important;
}
.stage383-search-shell .activity-results-header > div > p:last-child {
    margin: 6px 0 0 !important;
    color: var(--ev-muted) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}
.stage383-search-shell .activity-member-links { display: flex !important; flex-wrap: wrap; gap: 8px; }
.stage383-search-shell .activity-member-links a {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 14px !important;
    border: 1px solid rgba(15,129,119,.18) !important;
    border-radius: 11px !important;
    color: var(--ev-teal-dark) !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-active-filters {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    margin: -2px 0 14px !important;
    padding: 9px 11px !important;
    border-radius: 11px !important;
    background: var(--ev-mint) !important;
}
.stage383-search-shell .activity-active-filters span,
.stage383-search-shell .activity-active-filters b { font-size: 11px; }
.stage383-search-shell .activity-active-filters span { color: #6b736e; }
.stage383-search-shell .activity-active-filters b { color: var(--ev-teal-dark); }

.stage383-search-shell .activity-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100%;
}
.stage383-search-shell .activity-card-grid.single-result {
    grid-template-columns: 1fr !important;
}
.stage383-search-shell .activity-card-grid.single-result .activity-result-card {
    width: 100% !important;
    max-width: none !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr) !important;
}
.stage383-search-shell .activity-result-card {
    min-width: 0;
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: hidden;
    border: 1px solid var(--ev-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(71,55,37,.07) !important;
}
.stage383-search-shell .activity-card-cover {
    position: relative;
    min-height: 220px !important;
    max-height: 260px !important;
    display: block !important;
    overflow: hidden;
    background: #e6ece8;
}
.stage383-search-shell .activity-card-grid.single-result .activity-card-cover {
    min-height: 300px !important;
    max-height: 330px !important;
}
.stage383-search-shell .activity-card-cover img {
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    display: block;
    object-fit: cover !important;
    transition: transform .22s ease;
}
.stage383-search-shell .activity-result-card:hover .activity-card-cover img { transform: scale(1.02); }
.stage383-search-shell .activity-card-cover > span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 10px !important;
    border: 1px solid rgba(15,129,119,.14) !important;
    border-radius: 999px !important;
    color: var(--ev-teal-dark) !important;
    background: rgba(239,249,245,.95) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-card-content {
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    padding: 20px !important;
}
.stage383-search-shell .activity-card-grid.single-result .activity-card-content { padding: 24px !important; }
.stage383-search-shell .activity-card-topline {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #c86a45 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-card-topline strong { color: var(--ev-teal) !important; }
.stage383-search-shell .activity-card-content h3 {
    margin: 12px 0 7px !important;
    color: var(--ev-ink) !important;
    font-size: 24px !important;
    line-height: 1.24 !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
}
.stage383-search-shell .activity-card-grid.single-result .activity-card-content h3 { font-size: clamp(27px, 2.4vw, 34px) !important; }
.stage383-search-shell .activity-card-content h3 a { color: inherit !important; }
.stage383-search-shell .activity-card-summary {
    margin: 0 !important;
    color: #625b53 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    font-weight: 650 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.stage383-search-shell .activity-card-meta {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    color: #5b554d !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}
.stage383-search-shell .activity-card-meta span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: #e5a23a;
}
.stage383-search-shell .activity-card-tags { display: flex !important; flex-wrap: wrap; gap: 6px; margin-top: 12px !important; }
.stage383-search-shell .activity-card-tags span {
    padding: 5px 8px !important;
    border-radius: 999px !important;
    color: #ca614d !important;
    background: var(--ev-peach) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-capacity { margin: 11px 0 0 !important; color: var(--ev-ink) !important; font-size: 12px !important; font-weight: 900 !important; }
.stage383-search-shell .activity-card-actions {
    display: grid !important;
    grid-template-columns: minmax(140px, 1fr) auto auto !important;
    gap: 8px !important;
    margin-top: auto !important;
    padding-top: 15px !important;
}
.stage383-search-shell .activity-card-actions form { margin: 0 !important; }
.stage383-search-shell .activity-card-actions a,
.stage383-search-shell .activity-card-actions button {
    width: 100%;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 14px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap;
}
.stage383-search-shell .activity-card-actions .detail {
    color: var(--ev-teal-dark) !important;
    border: 1px solid rgba(15,129,119,.18) !important;
    background: var(--ev-mint) !important;
}
.stage383-search-shell .activity-card-actions form button,
.stage383-search-shell .activity-card-actions > a:not(.detail),
.stage383-search-shell .activity-card-actions .register {
    border: 0 !important;
    color: #fff !important;
    background: var(--ev-coral) !important;
}
.stage383-search-shell .activity-card-actions .registered {
    grid-column: 1 / -1;
    border: 1px solid var(--ev-line) !important;
    color: #81766c !important;
    background: #f4eee6 !important;
    cursor: default;
}
.stage383-search-shell .activity-empty-state {
    min-height: 180px !important;
    display: grid !important;
    place-items: center;
    align-content: center;
    text-align: center;
    padding: 24px !important;
    border: 1px dashed rgba(15,129,119,.24) !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #f7fcfa, #fffaf5) !important;
}
.stage383-search-shell .activity-empty-state > div {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--ev-teal);
    background: var(--ev-mint);
    font-size: 24px;
}
.stage383-search-shell .activity-empty-state h3 { margin: 12px 0 4px !important; color: var(--ev-ink) !important; font-size: 20px !important; }
.stage383-search-shell .activity-empty-state p { margin: 0 !important; color: var(--ev-muted) !important; font-size: 13px !important; }
.stage383-search-shell .activity-empty-state a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 0 14px;
    border-radius: 11px;
    color: var(--ev-teal-dark);
    background: var(--ev-mint);
    font-size: 12px;
    font-weight: 900;
}

/* 下方輔助區：縮成資訊帶，不再用兩張過大的卡片 */
.stage383-search-shell .activity-support-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    gap: 14px !important;
    margin-top: 16px !important;
}
.stage383-search-shell .activity-quick-filter-card,
.stage383-search-shell .activity-status-card {
    min-width: 0;
    padding: 18px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 20px !important;
    background: var(--ev-paper) !important;
    box-shadow: 0 12px 30px rgba(71,55,37,.06) !important;
}
.stage383-search-shell .activity-quick-filter-card {
    display: grid !important;
    grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr) !important;
    gap: 16px !important;
    align-items: center;
    background: linear-gradient(135deg, #f1f9f6, #fffdfa) !important;
}
.stage383-search-shell .activity-quick-filter-card h3,
.stage383-search-shell .activity-status-card h3 { margin: 0 !important; color: var(--ev-ink) !important; font-size: 22px !important; font-weight: 900 !important; }
.stage383-search-shell .activity-quick-filter-card > div > p:last-child,
.stage383-search-shell .activity-status-card.guest > div > p:last-child { margin: 6px 0 0 !important; color: var(--ev-muted) !important; font-size: 12px !important; line-height: 1.55 !important; }
.stage383-search-shell .activity-quick-filter-card nav { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 7px !important; }
.stage383-search-shell .activity-quick-filter-card nav a {
    min-height: 58px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 12px !important;
    border: 1px solid rgba(15,129,119,.15) !important;
    border-radius: 12px !important;
    color: var(--ev-teal-dark) !important;
    background: rgba(255,255,255,.82) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-status-heading { display: flex !important; align-items: flex-start; justify-content: space-between; gap: 12px; }
.stage383-search-shell .activity-status-heading > a {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center;
    padding: 0 11px !important;
    border-radius: 10px !important;
    color: var(--ev-teal-dark) !important;
    background: var(--ev-mint) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .activity-status-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 13px !important;
}
.stage383-search-shell .activity-status-stats a {
    min-height: 70px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px !important;
    border: 1px solid var(--ev-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
}
.stage383-search-shell .activity-status-stats span { color: #756c63 !important; font-size: 11px !important; font-weight: 800 !important; }
.stage383-search-shell .activity-status-stats strong { color: var(--ev-teal) !important; font-size: 24px !important; line-height: 1 !important; }
.stage383-search-shell .activity-status-card.guest { display: grid !important; grid-template-columns: 1fr auto !important; gap: 16px !important; align-items: center !important; }
.stage383-search-shell .guest-actions { display: flex !important; gap: 8px !important; }
.stage383-search-shell .guest-actions a {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    padding: 0 14px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.stage383-search-shell .guest-actions a:first-child { color: #fff !important; background: var(--ev-coral) !important; }
.stage383-search-shell .guest-actions a:last-child { color: var(--ev-teal-dark) !important; background: var(--ev-mint) !important; }

/* 舊版元件重設 */
.stage383-search-shell .stage383-search-hero,
.stage383-search-shell .stage383-search-card,
.stage383-search-shell .stage383-result-layout,
.stage383-search-shell .stage383-side-panel,
.stage383-search-shell .stage383-result-panel { all: unset; }

@media (max-width: 1080px) {
    .stage383-search-shell { width: min(100% - 32px, 960px); }
    .stage383-search-shell .activity-search-hero { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-map-card,
    .stage383-search-shell .activity-map-card iframe { min-height: 230px !important; }
    .stage383-search-shell .activity-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .stage383-search-shell .activity-card-grid { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-result-card { grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr) !important; }
    .stage383-search-shell .activity-card-cover { min-height: 280px !important; max-height: 320px !important; }
    .stage383-search-shell .activity-support-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 760px) {
    .stage383-search-shell { width: min(100% - 22px, 620px); padding-top: 12px; padding-bottom: 94px; }
    .stage383-search-shell .activity-local-nav { margin-bottom: 12px !important; }
    .stage383-search-shell .activity-search-hero,
    .stage383-search-shell .activity-search-panel,
    .stage383-search-shell .activity-results-panel { padding: 16px !important; border-radius: 20px !important; }
    .stage383-search-shell .activity-hero-copy h1 { font-size: clamp(34px, 10vw, 46px) !important; }
    .stage383-search-shell .activity-map-card,
    .stage383-search-shell .activity-map-card iframe { min-height: 210px !important; }
    .stage383-search-shell .activity-primary-search { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-search-submit { width: 100% !important; }
    .stage383-search-shell .activity-filter-grid { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-advanced-filter summary { align-items: flex-start !important; }
    .stage383-search-shell .activity-advanced-filter summary small { display: none; }
    .stage383-search-shell .activity-results-header { align-items: flex-start !important; flex-direction: column !important; }
    .stage383-search-shell .activity-result-card,
    .stage383-search-shell .activity-card-grid.single-result .activity-result-card { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-card-cover,
    .stage383-search-shell .activity-card-grid.single-result .activity-card-cover { min-height: 220px !important; max-height: 240px !important; }
    .stage383-search-shell .activity-card-content,
    .stage383-search-shell .activity-card-grid.single-result .activity-card-content { padding: 17px !important; }
    .stage383-search-shell .activity-card-actions { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-card-actions .registered { grid-column: auto; }
    .stage383-search-shell .activity-quick-filter-card { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-quick-filter-card nav { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-status-card.guest { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
    .stage383-search-shell .activity-hero-actions a,
    .stage383-search-shell .activity-member-links a,
    .stage383-search-shell .guest-actions a { width: 100%; }
    .stage383-search-shell .activity-status-stats { grid-template-columns: 1fr !important; }
    .stage383-search-shell .activity-status-stats a { min-height: 58px !important; }
}
