* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

:root {
    --bg: #0E1017;
    --bg2: #141720;
    --bg3: #1A1E2A;
    --line: #252A38;
    --text: #E8E0CC;
    --muted: #5A6070;
    --dim: #353B4A;
    --gold: #F5C842;
    --live: var(--gold)
}

html.light-mode,
body.light-mode {
    --bg: #F4F1EB;
    --bg2: #EAE7E0;
    --bg3: #DDD8CC;
    --line: #C0BBB0;
    --text: #1A1714;
    --muted: #5A564E;
    --dim: #9A9690;
    --gold: #8A6800;
    --current-set: #E8E2C4;
    --live: #9E3030;
    --conflict-bg: #FFCCA8;
    --subtitle-color: #3A2810
}

:root {
    --current-set: #1A1A00;
    --conflict-bg: #1A0800;
    --subtitle-color: #EAE0CC
}

html {
    background: var(--bg)
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "DM Mono", monospace;
    font-size: 13px;
    transition: background .3s, color .3s;
    overscroll-behavior-y: none
}

/* HEADER */
#hdr {
    position: sticky;
    top: 0;
    z-index: 300;
    background: var(--bg2);
    border-bottom: 1px solid var(--line)
}

.brand {
    padding: 8px 14px 7px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px
}

.brand-left .ey {
    font-size: 9px;
    letter-spacing: .25em;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 4px
}

.brand-title {
    line-height: 1.15
}

.title-zh {
    font-family: "Noto Serif SC", "Source Han Serif SC", "serif";
    font-weight: 200;
    font-size: 22px;
    letter-spacing: .12em;
    color: var(--gold);
    margin-bottom: 1px
}

.lang-sep {
    color: var(--muted);
    font-size: 11px;
    align-self: center;
    pointer-events: none;
    user-select: none;
    padding: 0 1px
}
.title-stagehop {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .04em;
    color: var(--gold);
    opacity: .6;
    margin-left: 8px;
    vertical-align: baseline
}

.title-en {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--muted);
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

/* nav column: buttons + lang stacked */
.nav-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    flex-shrink: 0
}

.nav-row-btns {
    display: flex;
    gap: 4px
}

.vt {
    background: var(--bg3);
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 5px 9px;
    font-size: 11px;
    letter-spacing: .04em;
    cursor: pointer;
    transition: all .15s;
    line-height: 1;
    flex-shrink: 0;
    min-width: 44px
}

.vt.on {
    background: var(--gold);
    color: #000;
    border-color: var(--gold)
}

.lang-theme-row {
    display: flex;
    align-items: center;
    gap: 5px
}

.theme-btn {
    background: var(--bg3);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    transition: all .15s;
    color: var(--text)
}

.theme-btn:active {
    transform: scale(.92)
}

.theme-icon-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    line-height: 0;
    color: var(--text);
    opacity: .7;
    transition: opacity .15s
}

.theme-icon-btn:active {
    opacity: 1
}

.lang-grp-inline {
    display: flex;
    gap: 0;
    background: var(--bg2);
    border: 1px solid var(--line);
    border-radius: 5px;
    overflow: hidden
}

.lang-btn {
    background: none;
    color: var(--muted);
    border: none;
    padding: 3px 8px;
    font-size: 10px;
    cursor: pointer;
    font-family: "DM Mono", monospace;
    transition: all .15s;
    white-space: nowrap
}

.lang-btn.on {
    background: var(--gold)22;
    color: var(--gold)
}

/* day tabs row */
#dtabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid var(--line)
}

#dtabs::-webkit-scrollbar {
    display: none
}

.dtab {
    flex-shrink: 0;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: #3A3A3A;
    padding: 6px 12px;
    cursor: pointer;
    font-family: "DM Mono", monospace;
    text-align: left;
    transition: all .15s
}

.dtab.on {
    color: var(--text)
}

.dtab .dl {
    font-size: 11px;
    font-weight: 500
}

.dtab .ds {
    font-size: 9px;
    margin-top: 1px
}

/* NOW PLAYING / UP NEXT */
#now-playing {
    display: none;
    background: linear-gradient(135deg, var(--bg3), var(--bg));
    border-bottom: 1px solid var(--gold)66;
    padding: 6px 0;
    position: sticky;
    top: var(--hdr-h, 0px);
    z-index: 150;
    overflow: hidden
}

#now-playing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent)
}

.np-header {
    font-size: 9px;
    letter-spacing: .2em;
    color: var(--gold);
    text-transform: uppercase;
    padding: 8px 14px 2px
}

.np-group {
    display: flex;
    align-items: center
}

.np-group-artists {
    flex: 1;
    min-width: 0
}

.np-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0 3px 14px
}

.np-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.np-time {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    min-width: 40px;
    text-align: right;
    padding: 0 14px 0 8px
}

.np-more-link {
    display: block;
    font-size: 11px;
    color: var(--muted);
    text-align: right;
    padding: 2px 14px 6px;
    cursor: pointer
}

@keyframes upnextglow {
    0%, 100% { box-shadow: 0 0 8px 2px var(--gc)33 }
    50%       { box-shadow: 0 0 16px 5px var(--gc)66 }
}

/* VIEWS */
.view {
    display: none
}

.view.on {
    display: block
}

/* FILTER + SORT */
#fbar {
    padding: 8px 12px;
    background: var(--bg2);
    border-bottom: 1px solid #1E2330;
    position: sticky;
    top: calc(var(--hdr-h, 0px) + var(--np-h, 0px));
    z-index: 200;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

#fbar::-webkit-scrollbar {
    display: none
}

.dbadge {
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 10px;
    letter-spacing: .04em;
    margin-bottom: 8px;
    border: 1px solid transparent
}

.sfs {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    width: max-content
}

.sfb {
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: "DM Mono", monospace;
    transition: all .15s;
    white-space: nowrap
}

.sfb.all {
    background: var(--bg3);
    color: var(--muted);
    border-color: var(--line)
}

.sfb.all.on {
    background: var(--gold);
    color: #000
}

#sort-bar {
    padding: 5px 12px 6px;
    background: var(--bg3);
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 6px;
    align-items: center
}

#sort-bar .slbl {
    font-size: 9px;
    color: var(--muted);
    letter-spacing: .1em;
    text-transform: uppercase
}

.srt {
    background: var(--bg3);
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 2px 9px;
    font-size: 10px;
    font-family: "DM Mono", monospace;
    cursor: pointer;
    transition: all .15s
}

.srt.on {
    background: var(--gold);
    color: #000
}

.srt-fav {
    margin-left: auto
}

/* HAMBURGER */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: var(--bg3);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 7px 8px;
    cursor: pointer;
    transition: background .15s
}

.hamburger-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform .2s, opacity .2s
}

.hamburger-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg) }
.hamburger-btn.open span:nth-child(2) { opacity: 0 }
.hamburger-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) }

/* NAV MENU */
#nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 240;
    background: rgba(0,0,0,.35)
}

#nav-backdrop.open { display: block }

#nav-menu {
    display: none;
    position: fixed;
    top: var(--brand-h, 0px);
    left: 0;
    right: 0;
    background: var(--bg2);
    border-bottom: 1px solid var(--line);
    z-index: 310;
    box-shadow: 0 8px 28px rgba(0,0,0,.45);
    overflow: hidden
}

#nav-menu.open { display: block }

.nm-nav-row {
    display: flex;
    border-bottom: 1px solid var(--line)
}

.nm-nav-item {
    flex: 1;
    padding: 14px 10px;
    text-align: center;
    background: none;
    border: none;
    border-right: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
    font-family: "DM Mono", monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .15s, color .15s
}

.nm-nav-item:last-child { border-right: none }

.nm-nav-item.on {
    color: var(--gold);
    background: var(--bg3)
}

.nm-nav-item:active { background: var(--bg3) }

.nm-settings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px
}

.nm-settings-row + .nm-settings-row {
    border-top: 1px solid var(--line)
}

.nm-setting-lbl {
    font-size: 9px;
    color: var(--muted);
    letter-spacing: .1em;
    text-transform: uppercase
}


/* RESPONSIVE: hamburger on mobile */
@media (max-width: 540px) {
    .nav-row-btns { display: none }
    .lang-theme-row { display: none }
    .hamburger-btn { display: flex }
}

.weather-loading {
    padding: 18px 0;
    text-align: center;
    color: var(--muted);
    font-size: 18px
}

/* SHOW LIST */
.past-toggle {
    display: block;
    width: 100%;
    padding: 7px 14px;
    background: var(--bg2);
    border: none;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
    font-family: "DM Mono", monospace;
    letter-spacing: .08em;
    text-align: left;
    cursor: pointer
}
.past-toggle.on { color: var(--text) }
.past-toggle:active { background: var(--bg3) }
.past-sep {
    height: 1px;
    background: var(--line);
    margin: 2px 0
}
.si.past { opacity: 0.42 }

#slist {
    padding-bottom: 80px;
    background: var(--bg)
}

.si {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    position: relative;
    overflow: hidden;
    transition: background .3s, opacity .3s
}

.si.dimmed {
    opacity: .3
}

.si.current-set {
    background: var(--current-set)
}

@keyframes softpulse {

    0%,
    100% {
        background: var(--current-set)
    }

    50% {
        background: var(--current-set);
        filter: brightness(1.08)
    }
}

.si.current-set {
    animation: softpulse 3s ease-in-out infinite
}

.hlbar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    transition: opacity .3s
}

.hlbar.live {
    animation: pulsebar 2s ease-in-out infinite
}

@keyframes pulsebar {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

.stime {
    min-width: 44px
}

.tstart {
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.tend {
    font-size: 9px;
    color: var(--muted);
    margin-top: 2px;
    opacity: .7
}

.tlate {
    font-size: 8px;
    color: #3A3A3A;
    margin-top: 1px
}

.scur {
    font-size: 8px;
    color: var(--live);
    margin-top: 1px;
    animation: blink 1s step-end infinite
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.spill {
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 8px;
    letter-spacing: .03em;
    border: 1px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity .3s
}

.sartist {
    flex: 1;
    min-width: 0
}

.aname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2
}

.hllabel {
    font-size: 8px;
    letter-spacing: .12em;
    margin-top: 2px;
    opacity: .7
}

.conflict-badge {
    font-size: 8px;
    color: #FF5722;
    background: #FF572218;
    border: 1px solid #FF572244;
    border-radius: 3px;
    padding: 1px 5px;
    margin-top: 2px;
    display: inline-block
}

.fav-star {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    flex-shrink: 0;
    padding: 2px 0 2px 4px;
    line-height: 1;
    transition: color .15s
}

/* A-Z */
#azlist {
    padding-bottom: 80px;
    background: var(--bg);
    transition: background .3s
}

.azletter {
    padding: 5px 14px;
    background: var(--bg3);
    border-bottom: 1px solid #1A1E2A;
    font-size: 10px;
    color: var(--muted);
    letter-spacing: .2em;
    position: sticky;
    top: 0;
    z-index: 10
}

.azitem {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-bottom: 1px solid var(--line);
    background: var(--bg)
}

.azitem .aname {
    font-size: 13px;
    flex: 1
}

.aztime {
    font-size: 11px;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
    white-space: nowrap
}

.azitem .fav-star {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    padding: 2px
}

.azitem.faved .fav-star,
.si.faved .fav-star {
    color: var(--gold)
}

.azitem.faved .aname {
    color: var(--gold)
}

/* MY LINEUP */
#mylist {
    padding-bottom: 80px;
    background: var(--bg);
    transition: background .3s
}

.my-day-header {
    padding: 8px 14px;
    background: var(--bg3);
    border-bottom: 1px solid #1A1E2A;
    font-size: 10px;
    color: var(--muted);
    letter-spacing: .15em;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 10
}

.my-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    position: relative;
    overflow: hidden
}

.my-item.conflict {
    background: #1A0800
}

.my-conflict-label {
    font-size: 8px;
    color: #FF5722;
    margin-top: 2px
}

.my-empty {
    padding: 40px 20px;
    text-align: center;
    color: var(--muted);
    font-size: 12px;
    line-height: 2
}

/* INFO TAB */
#vinfo {
    padding-bottom: 80px;
    background: var(--bg);
    transition: background .3s;
    min-height: 100vh
}

.info-section {
    border-bottom: 1px solid var(--line);
    padding: 16px 14px;
    background: var(--bg);
    transition: background .3s
}

.info-section:last-child {
    border-bottom: none
}

.info-h {
    font-size: 11px;
    letter-spacing: .2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 10px
}

.info-row {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: baseline
}

.info-row:last-child {
    margin-bottom: 0
}

.info-icon {
    font-size: 16px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    margin-top: 0;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1px
}

.info-text {
    font-size: 12px;
    color: var(--text);
    opacity: .85;
    line-height: 1.5
}

.info-text strong {
    color: var(--text);
    opacity: 1
}

.info-chip {
    display: inline-block;
    background: var(--bg3);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 10px;
    color: var(--muted);
    margin: 2px 3px 2px 0
}

.info-chip.red {
    border-color: #FF572244;
    color: #FF5722;
    background: #FF572210
}

.info-chip.green {
    border-color: #4ADE8044;
    color: #4ADE80;
    background: #4ADE8010
}

.weather-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px
}

.weather-day {
    background: var(--bg3);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    flex: 1;
    min-width: 60px
}

.wd-date {
    font-size: 9px;
    color: var(--muted);
    margin-bottom: 4px
}

.wd-icon {
    font-size: 20px;
    margin-bottom: 2px
}

.wd-temp {
    font-size: 12px;
    color: var(--text)
}

.wd-desc {
    font-size: 9px;
    color: var(--muted);
    margin-top: 2px;
    transition: color .3s
}

/* MAP */
#mapview {
    padding: 0 0 20px;
    background: var(--bg)
}

.map-hint-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 12px;
    background: var(--bg2);
    border-bottom: 1px solid var(--line)
}

.map-hint-bar span {
    font-size: 10px;
    color: var(--muted)
}

.zbtn {
    background: var(--bg3);
    border: 1px solid var(--line);
    color: var(--text);
    border-radius: 5px;
    padding: 3px 11px;
    font-size: 13px;
    cursor: pointer;
    font-family: "DM Mono", monospace
}

.rbtn {
    background: var(--bg3);
    border: 1px solid var(--line);
    color: var(--muted);
    border-radius: 5px;
    padding: 3px 9px;
    font-size: 10px;
    cursor: pointer;
    font-family: "DM Mono", monospace
}

.map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    touch-action: none;
    user-select: none
}

.map-inner {
    position: relative;
    transform-origin: 0 0;
    will-change: transform;
    line-height: 0;
    width: 100%
}

#mapimg {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none
}

.hs {
    position: absolute;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: border-color .3s, box-shadow .3s, background .3s
}

/* dimming removed */
.hs.selected {
    border-width: 2px !important;
    box-shadow: 0 0 12px 3px var(--hs-glow, rgba(255, 255, 255, .6)), 0 0 24px 6px var(--hs-glow, rgba(255, 255, 255, .3));
}

@keyframes hsglow {

    0%,
    100% {
        box-shadow: 0 0 8px var(--gc, #fff)44
    }

    50% {
        box-shadow: 0 0 18px var(--gc, #fff)88
    }
}

.hs-label {
    font-family: "DM Mono", monospace;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .95);
    background: rgba(0, 0, 0, .65);
    border-radius: 3px;
    padding: 2px 5px;
    pointer-events: none;
    white-space: nowrap;
    line-height: 1.3;
    transition: opacity .4s
}

#stagepop {
    display: none;
    margin: 10px 12px 0;
    background: var(--bg3);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s
}

#stagepop.visible {
    opacity: 1
}

.pop-head {
    padding: 11px 13px 9px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pop-stage {
    font-size: 14px;
    font-weight: 500
}

.pop-close {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0 3px;
    font-family: monospace
}

.pop-show {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    border-bottom: 1px solid var(--line)
}

.pop-show:last-child {
    border-bottom: none
}

.pop-show.live-row {
    background: var(--current-set)
}

.pop-time {
    font-size: 11px;
    color: var(--muted);
    min-width: 38px;
    font-variant-numeric: tabular-nums
}

.pop-artist {
    font-size: 13px;
    color: var(--text);
    flex: 1
}

.pop-artist.hl {
    font-weight: 500
}

.pop-fav {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: color .15s
}

.pop-fav.on {
    color: var(--gold)
}

.pop-cur {
    font-size: 9px;
    color: var(--live);
    margin-left: 4px;
    animation: blink 1s step-end infinite
}

.pop-empty {
    padding: 16px;
    font-size: 11px;
    color: var(--muted);
    text-align: center
}

.foot {
    padding: 12px 14px;
    font-size: 9px;
    color: var(--muted);
    text-align: center;
    letter-spacing: .05em
}

.map-official-btn {
    display: block;
    text-align: center;
    padding: 10px 14px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: .03em
}

.map-official-btn:active {
    opacity: .7
}

#app-footer {
    font-size: 10px;
    color: var(--muted);
    line-height: 1.6;
    padding: 18px 20px 6px;
    border-top: 1px solid var(--line);
    margin-top: 8px;
    text-align: center
}

.footer-mail,
.footer-link {
    color: var(--muted);
    text-decoration: underline;
    text-underline-offset: 2px
}

.watermark {
    padding: 20px 14px env(safe-area-inset-bottom, 40px);
    text-align: center;
    border-top: 1px solid var(--line);
    background: var(--bg)
}

.watermark-text {
    font-size: 9px;
    letter-spacing: .25em;
    color: var(--dim);
    text-transform: uppercase;
    margin-bottom: 10px
}

.ig-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .05em;
    padding: 5px 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    transition: all .2s
}

.ig-link:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.ig-icon {
    width: 16px;
    height: 16px;
    fill: currentColor
}

/* FAV SHEET */
#fav-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: var(--bg2);
    transition: background .3s;
    border-top: 1px solid var(--line);
    padding: 10px 14px 24px;
    max-height: 55vh;
    overflow-y: auto
}

#fav-bar.on {
    display: block
}

.fav-title {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 8px
}

#fav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.fav-chip {
    background: var(--bg3);
    border: 1px solid var(--gold)44;
    color: var(--gold);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px
}

.fav-chip .rm {
    color: var(--muted);
    font-size: 14px;
    line-height: 1;
    cursor: pointer
}

.fav-empty {
    font-size: 11px;
    color: var(--muted)
}

.fav-close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 20px;
    cursor: pointer
}