.msp-wl {
    position: fixed;
    right: 12px;
    bottom: 16px;
    z-index: 120;
    width: 248px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #0a0a0a;
    pointer-events: auto;
}
.admin-bar .msp-wl {
    bottom: 20px;
}
.msp-wl[hidden] {
    display: none !important;
}
.msp-wl.is-hid .msp-wl-panel {
    display: none;
}
.msp-wl-tab,
.msp-wl-hide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #0a0a0a;
    border-radius: 8px;
    background: #fff;
    color: #0a0a0a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(10, 10, 10, 0.12);
}
.msp-wl-tab {
    width: 100%;
}
.msp-wl:not(.is-hid) .msp-wl-tab {
    display: none;
}
.msp-wl-panel {
    border: 1px solid #0a0a0a;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 10, 10, 0.14);
    overflow: hidden;
}
.msp-wl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    background: #0a0a0a;
    color: #fafafa;
}
.msp-wl-head b {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.msp-wl-hide {
    min-height: 24px;
    padding: 0 8px;
    background: transparent;
    color: #fafafa;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
}
.msp-wl-add {
    display: flex;
    gap: 6px;
    padding: 8px 10px;
    border-bottom: 1px solid #e4e4e7;
}
.msp-wl-add input {
    flex: 1;
    min-width: 0;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #0a0a0a;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.msp-wl-add button {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #0a0a0a;
    border-radius: 6px;
    background: #0a0a0a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}
.msp-wl-list {
    max-height: 280px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.msp-wl-list li {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 6px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #f4f4f5;
    font-size: 11px;
}
.msp-wl-tk {
    font-weight: 800;
    letter-spacing: 0.04em;
}
.msp-wl-px {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}
.msp-wl-chg {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}
.msp-wl-chg.is-up { color: #15803d; }
.msp-wl-chg.is-down { color: #b45309; }
.msp-wl-x {
    grid-column: 1 / -1;
    justify-self: start;
    border: 0;
    background: none;
    color: #71717a;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}
.msp-wl-empty,
.msp-wl-note {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #52525b;
    line-height: 1.4;
}
@media (max-width: 720px) {
    .msp-wl {
        right: 8px;
        bottom: 8px;
        width: min(248px, calc(100vw - 16px));
    }
    html body.msp-anom-page .msp-wl.is-hid,
    html.msp-anom-page .msp-wl.is-hid {
        left: auto;
        right: 8px;
        bottom: 8px;
        width: calc(50% - 12px) !important;
        max-width: none;
    }
    html body.msp-anom-page .msp-wl:not(.is-hid),
    html.msp-anom-page .msp-wl:not(.is-hid) {
        right: 8px;
        left: auto;
        bottom: 8px;
        width: calc(100vw - 16px);
        max-width: none;
    }
    html body.msp-anom-page .msp-wl .msp-wl-tab,
    html.msp-anom-page .msp-wl .msp-wl-tab {
        width: 100%;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 11px !important;
        color: #0a0a0a !important;
        white-space: nowrap;
        overflow: visible;
        text-indent: 0;
    }
}
