/**
 * 涨停天梯 — 交易者盘面风格
 * 暗色矩阵：列=题材，行=连板高度
 */

body.lul-page {
    --sa-topbar-max-width: 1680px;
    --lul-bg: #0b1220;
    --lul-panel: #121a2b;
    --lul-panel-2: #182235;
    --lul-border: rgba(148, 163, 184, 0.16);
    --lul-text: #e8eef8;
    --lul-muted: #8b9bb4;
    --lul-up: #ff5a5f;
    --lul-up-soft: rgba(255, 90, 95, 0.16);
    --lul-break: #f5a524;
    --lul-down: #3dd68c;
    --lul-accent: #5b8def;
    --lul-dragon: #ffd166;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(900px 420px at 10% -10%, rgba(91, 141, 239, 0.12), transparent 55%),
        radial-gradient(700px 360px at 90% 0%, rgba(255, 90, 95, 0.08), transparent 50%),
        var(--lul-bg);
    color: var(--lul-text);
    font-family: "DIN Alternate", "Tabular Numbers", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}

/* 本地 GUI 弹窗宿主：复用同一套颜色 token */
#limitUpLadderModal {
    --lul-bg: #0b1220;
    --lul-panel: #121a2b;
    --lul-panel-2: #182235;
    --lul-border: rgba(148, 163, 184, 0.16);
    --lul-text: #e8eef8;
    --lul-muted: #8b9bb4;
    --lul-up: #ff5a5f;
    --lul-up-soft: rgba(255, 90, 95, 0.16);
    --lul-break: #f5a524;
    --lul-down: #3dd68c;
    --lul-accent: #5b8def;
    --lul-dragon: #ffd166;
    color: var(--lul-text);
}

@media (min-width: 1680px) {
    body.lul-page { --sa-topbar-max-width: 1800px; }
}
@media (min-width: 1920px) {
    body.lul-page { --sa-topbar-max-width: 1920px; }
}

body.lul-page .sa-page-shell.lul-shell {
    max-width: var(--sa-topbar-max-width);
    width: 100%;
    margin-inline: auto;
    padding-top: 0;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
}
.lul-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border-radius: 8px;
    border: 1px solid var(--lul-border);
    background: var(--lul-panel);
    color: var(--lul-text);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}
.lul-btn--primary {
    background: linear-gradient(135deg, #3d6fd4, #2a4f9c);
    border-color: transparent;
}
.lul-btn--ghost.is-on {
    border-color: rgba(61, 214, 140, 0.45);
    color: var(--lul-down);
}
.lul-btn.is-loading {
    opacity: 0.72;
    pointer-events: none;
}
.lul-btn.is-loading i {
    animation: lul-spin 0.8s linear infinite;
}
@keyframes lul-spin {
    to { transform: rotate(360deg); }
}

/* 完整天梯导出离屏画布（暗色盘面，不受页面滚动裁切） */
.lul-export-host {
    box-sizing: border-box;
    position: fixed;
    left: -14000px;
    top: 0;
    z-index: -1;
    pointer-events: none;
    padding: 22px 24px 18px;
    background: #0b1220;
    color: #e8eef8;
    font-family: "DIN Alternate", "Tabular Numbers", "PingFang SC", "Microsoft YaHei", sans-serif;
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.lul-export-host .lul-export-title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.lul-export-host .lul-export-meta {
    margin: 0 0 14px;
    font-size: 12px;
    color: #8b9bb4;
}
.lul-export-host .lul-hud {
    margin-bottom: 14px;
}
.lul-export-host .lul-board-scroll {
    overflow: visible;
    max-height: none;
    height: auto;
}
.lul-export-host .lul-matrix thead th,
.lul-export-host .lul-height-cell {
    position: static;
}
.lul-export-host .lul-stock {
    cursor: default;
}
.lul-export-host .lul-stock:hover {
    background: transparent;
}
.lul-export-host .lul-export-foot {
    margin: 12px 0 0;
    font-size: 11px;
    color: #6b7c96;
}

/* Tier-2：情绪胶囊 + 日期筛选（复用 sa-page-toolbar--dark） */
.lul-page-toolbar.sa-page-toolbar {
    margin: 10px 0 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--lul-border);
    min-height: 0;
}
.lul-toolbar-inner.sa-page-toolbar__inner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
/* 导出离屏仍可能带 .lul-hud */
.lul-hud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 12px;
    background: linear-gradient(180deg, rgba(24, 34, 53, 0.95), rgba(18, 26, 43, 0.92));
    border: 1px solid var(--lul-border);
    border-radius: 12px;
}
.lul-hud-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lul-pill {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    min-width: 88px;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--lul-border);
}
.lul-pill span {
    font-size: 11px;
    color: var(--lul-muted);
    font-weight: 700;
    letter-spacing: 0.04em;
}
.lul-pill b {
    font-size: 1.35rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}
.lul-pill--up b { color: var(--lul-up); }
.lul-pill--break b { color: var(--lul-break); }
.lul-pill--down b { color: var(--lul-down); }

.lul-hud-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}
.lul-date-field,
.lul-field {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--lul-muted);
}
.lul-date-field input,
.lul-field select {
    height: 30px;
    border-radius: 7px;
    border: 1px solid #2b3b55;
    background: #0f1728;
    color: var(--lul-text);
    padding: 0 8px;
    font-size: 12px;
    font-weight: 650;
}
.lul-meta-text {
    margin: 0;
    font-size: 12px;
    color: var(--lul-muted);
}

.lul-theme-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 10px;
    min-width: 0;
}
.lul-theme-row[hidden] {
    display: none !important;
}

/* 读盘提示：题材行最左，点击展开浮层，不抢横向空间 */
.lul-howto {
    position: relative;
    flex: 0 0 auto;
    align-self: center;
    z-index: 6;
}
.lul-howto-summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(240, 215, 140, 0.28);
    background: linear-gradient(180deg, rgba(40, 34, 22, 0.95), rgba(24, 20, 14, 0.92));
    color: #f0d78c;
    cursor: pointer;
    font-size: 13px;
    font-weight: 750;
    user-select: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.lul-howto-summary::-webkit-details-marker { display: none; }
.lul-howto-summary::marker { content: ""; }
.lul-howto-summary i {
    font-size: 13px;
    opacity: 0.9;
}
.lul-howto-summary:hover,
.lul-howto[open] .lul-howto-summary {
    border-color: rgba(240, 215, 140, 0.55);
    background: linear-gradient(180deg, rgba(52, 44, 28, 0.98), rgba(28, 24, 16, 0.96));
}
.lul-howto-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: min(320px, calc(100vw - 32px));
    padding: 12px 14px 12px;
    border-radius: 12px;
    border: 1px solid var(--lul-border);
    background: rgba(18, 26, 43, 0.98);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
}
.lul-howto-title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 780;
    color: var(--lul-text);
}
.lul-howto-list {
    margin: 0;
    padding-left: 1.15em;
    color: var(--lul-muted);
    font-size: 12px;
    line-height: 1.55;
}

.lul-theme-rail {
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    min-width: 0;
    scrollbar-width: thin;
}

.lul-focus-bar {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: -2px 0 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(91, 141, 239, 0.28);
    background: rgba(24, 34, 53, 0.92);
}
.lul-focus-bar[hidden] {
    display: none !important;
}
.lul-focus-bar-main {
    flex: 1 1 auto;
    min-width: 0;
}
.lul-focus-bar h4 {
    margin: 0 0 4px;
    font-size: 14px;
    color: var(--lul-up);
}
.lul-focus-bar p {
    margin: 0;
    font-size: 12px;
    color: var(--lul-muted);
    line-height: 1.45;
}
.lul-focus-close {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: var(--lul-muted);
    font-size: 14px;
    cursor: pointer;
    padding: 2px 4px;
    line-height: 1;
}
.lul-focus-close:hover { color: var(--lul-text); }
.lul-theme-chip {
    flex: 0 0 auto;
    max-width: 220px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--lul-border);
    background: var(--lul-panel);
    cursor: pointer;
    text-align: left;
    color: inherit;
    transition: border-color .15s ease, transform .15s ease;
}
.lul-theme-chip:hover,
.lul-theme-chip.is-active {
    border-color: rgba(91, 141, 239, 0.55);
    transform: translateY(-1px);
}
.lul-theme-chip-name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    font-weight: 750;
}
.lul-theme-chip-name b {
    color: var(--lul-up);
    font-variant-numeric: tabular-nums;
}
.lul-theme-chip-sub {
    margin-top: 4px;
    font-size: 11px;
    color: var(--lul-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lul-status {
    min-height: 0;
}
.lul-status:not(:empty) {
    margin-bottom: 12px;
}
.lul-status-card {
    text-align: center;
    padding: 36px 16px;
    color: var(--lul-muted);
    background: var(--lul-panel);
    border: 1px solid var(--lul-border);
    border-radius: 12px;
}
.lul-status-card i { color: var(--lul-accent); margin-bottom: 8px; }
.lul-status-card p { margin: 0 0 4px; color: var(--lul-text); font-weight: 650; }
.lul-status-card.is-error i { color: var(--lul-up); }

.lul-board {
    display: block;
    min-width: 0;
}

.lul-echelon-section {
    margin-top: 16px;
    margin-bottom: 8px;
}
.lul-echelon-section .mh-section-head h2 {
    color: var(--lul-text);
}
.lul-echelon-section[hidden] {
    display: none !important;
}

.lul-height-section {
    margin-top: 16px;
    margin-bottom: 4px;
}
.lul-height-section .mh-section-head h2 {
    color: var(--lul-text);
}
.lul-height-section[hidden] {
    display: none !important;
}
.lul-height-chart-wrap {
    border: 1px solid var(--lul-border);
    border-radius: 12px;
    background: var(--lul-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    padding: 8px 10px 4px;
}
.lul-height-chart {
    width: 100%;
    height: 220px;
}
.lul-height-empty {
    margin: 0;
    padding: 48px 16px;
    text-align: center;
    color: var(--lul-muted);
    font-size: 13px;
}
@media (max-width: 640px) {
    .lul-height-chart {
        height: 180px;
    }
}

/* author display 会压过 UA 的 [hidden]{display:none}，导致切复盘后矩阵仍露出来 */
.lul-board[hidden],
.lul-height-section[hidden],
.mh-section[hidden],
.mh-focus[hidden],
.lul-focus-bar[hidden],
.mh-lhb-body[hidden],
.lul-field[hidden],
.lul-btn[hidden],
.lul-status:empty {
    display: none !important;
}
.lul-board-scroll {
    overflow: auto;
    max-height: calc(100vh - 210px);
    border: 1px solid var(--lul-border);
    border-radius: 12px;
    background: var(--lul-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.lul-matrix {
    border-collapse: separate;
    border-spacing: 0;
    width: max-content;
    min-width: 100%;
    font-size: 12px;
}
.lul-matrix th,
.lul-matrix td {
    border-right: 1px solid rgba(148, 163, 184, 0.1);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    vertical-align: top;
}
.lul-matrix thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #151f33;
    padding: 10px 10px 8px;
    min-width: 148px;
    max-width: 180px;
}
.lul-matrix thead th.lul-corner {
    left: 0;
    z-index: 4;
    min-width: 52px;
    max-width: 52px;
    text-align: center;
    color: var(--lul-muted);
}
.lul-col-title {
    font-size: 13px;
    font-weight: 780;
    color: var(--lul-text);
    line-height: 1.3;
}
.lul-col-count {
    margin-top: 4px;
    color: var(--lul-up);
    font-weight: 750;
    font-variant-numeric: tabular-nums;
}
.lul-col-catalyst {
    margin-top: 4px;
    font-size: 11px;
    color: var(--lul-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lul-height-cell {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #151f33;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #f8b4b4;
    min-width: 52px;
    padding: 10px 6px;
}
.lul-cell {
    padding: 6px;
    min-width: 148px;
    max-width: 180px;
    background: rgba(11, 18, 32, 0.35);
}
.lul-cell.is-hot {
    background: rgba(255, 90, 95, 0.06);
}
.lul-stock {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 5px 6px;
    border-radius: 6px;
    margin-bottom: 3px;
    transition: background .12s ease;
}
.lul-stock:hover {
    background: rgba(91, 141, 239, 0.14);
}
.lul-stock-line1 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 750;
    color: #ffd4d6;
}
.lul-stock-line1 .lul-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lul-badge {
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 5px;
    border-radius: 4px;
    background: var(--lul-up-soft);
    color: var(--lul-up);
    font-variant-numeric: tabular-nums;
}
.lul-badge--dragon {
    background: rgba(255, 209, 102, 0.18);
    color: var(--lul-dragon);
}
.lul-stock-line2 {
    margin-top: 2px;
    font-size: 11px;
    color: var(--lul-muted);
    font-variant-numeric: tabular-nums;
}
.lul-stock-note {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.25;
    color: #f0d78c;
    font-weight: 650;
    opacity: 0.92;
}
.lul-stock-pop {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 10px;
    font-weight: 650;
    color: var(--lul-muted);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.lul-empty-cell {
    color: #3d4d66;
    font-size: 11px;
    padding: 8px;
}

.lul-focus-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-self: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(91, 141, 239, 0.16);
    color: #9ec0ff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 650;
}

/* 模式 Tab（挂在 Tier-1 sa-topbar-nav） */
.lul-mode-tabs {
    display: inline-flex;
    gap: 2px;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid var(--lul-border);
    background: rgba(18, 26, 43, 0.85);
}
.lul-mode-tab {
    min-height: 30px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--lul-muted);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}
.lul-mode-tab.is-active {
    background: rgba(91, 141, 239, 0.22);
    color: #dbe7ff;
}
.lul-quality-host { margin: 10px 0 12px; }
.lul-quality {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--lul-border);
    background: var(--lul-panel);
}
.lul-quality-dot {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    flex: none;
    background: #8b9bb4;
}
.lul-quality--green { border-color: rgba(61, 214, 140, 0.35); }
.lul-quality--green .lul-quality-dot { background: #3dd68c; }
.lul-quality--yellow { border-color: rgba(245, 165, 36, 0.4); background: rgba(245, 165, 36, 0.06); }
.lul-quality--yellow .lul-quality-dot { background: #f5a524; }
.lul-quality--red { border-color: rgba(255, 90, 95, 0.45); background: rgba(255, 90, 95, 0.07); }
.lul-quality--red .lul-quality-dot { background: #ff5a5f; }
.lul-quality-main { display: grid; gap: 2px; min-width: 0; }
.lul-quality-main b { font-size: 13px; color: var(--lul-text); }
.lul-quality-main span { font-size: 12px; color: var(--lul-muted); }
.lul-miss-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-radius: 50%;
    vertical-align: middle;
    background: #f5a524;
    box-shadow: 0 0 0 2px rgba(245, 165, 36, 0.2);
}
.lul-stock.is-miss,
.mh-card.is-miss {
    border-color: rgba(245, 165, 36, 0.35);
}
body.is-mode-ladder .lul-hud-ext { display: none; }
body.is-mode-heat .lul-hud-ext { display: flex; }
.mh-lhb-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mh-ai-msg { margin: 0; color: var(--lul-muted); font-size: 12px; line-height: 1.5; }
.mh-ai-msg--err { color: #ff8a8e; }
.mh-ai-meta { margin: 0 0 8px; color: var(--lul-muted); font-size: 11px; }
.mh-ai-stale { color: #f5a524; }
.mh-ai-body { white-space: pre-wrap; color: var(--lul-text); font-size: 13px; line-height: 1.55; }

@media (max-width: 980px) {
    .lul-howto-panel { width: min(300px, calc(100vw - 24px)); }
    .lul-focus-bar { flex-wrap: wrap; }
    .lul-board-scroll {
        max-height: min(70vh, 560px);
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .lul-btn-label,
    .sa-toolbar-btn-label { display: none; }
    body.is-mode-ladder .lul-hud-ext { display: none; }
    body.is-mode-heat .lul-hud-ext { display: flex; }
}

@media (max-width: 720px) {
    body.lul-page {
        --sa-topbar-max-width: 100%;
    }
    body.lul-page .sa-page-shell.lul-shell {
        padding-top: 0;
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
    body.lul-page .lul-top-link {
        display: none;
    }
    body.lul-page .sa-topbar-nav {
        margin-left: 0;
    }
    body.lul-page .lul-mode-tab {
        min-height: 32px;
        padding: 0 10px;
    }
    .lul-page-toolbar.sa-page-toolbar {
        margin: 6px 0 8px;
        padding: 6px 8px;
        border-radius: 10px;
    }
    .lul-toolbar-inner.sa-page-toolbar__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    /* 情绪胶囊：三列横排，标签+数字同行，压低留白 */
    .lul-hud-pills {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        width: 100%;
    }
    .lul-pill {
        min-width: 0;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        gap: 4px;
        padding: 5px 8px;
        border-radius: 8px;
    }
    .lul-pill span {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1.2;
        flex-shrink: 0;
    }
    .lul-pill b {
        font-size: 14px;
        line-height: 1.1;
        text-align: right;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lul-hud-meta {
        width: 100%;
        gap: 6px 8px;
    }
    .lul-date-field,
    .lul-field {
        flex: 1 1 auto;
        font-size: 11px;
        gap: 4px;
    }
    .lul-date-field input,
    .lul-field select {
        min-height: 32px;
        height: 32px;
        flex: 1;
        font-size: 12px;
        padding: 0 6px;
    }
    .lul-meta-text {
        width: 100%;
        font-size: 11px;
        line-height: 1.35;
    }
    .lul-quality {
        padding: 8px 10px;
        gap: 8px;
    }
    .lul-quality-main b { font-size: 12px; }
    .lul-quality-main span {
        font-size: 11px;
        word-break: break-word;
    }
    .lul-theme-row {
        gap: 8px;
        align-items: flex-start;
    }
    .lul-howto-summary {
        min-height: 44px;
        padding: 10px 12px;
    }
    .lul-howto-summary-text { display: none; }
    .lul-theme-rail {
        margin: 0;
        padding: 0 0 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .lul-theme-chip {
        max-width: 70vw;
        min-height: 44px;
        scroll-snap-align: start;
        padding: 10px 12px;
    }
    .lul-board-scroll {
        border-radius: 10px;
        max-height: min(62vh, 520px);
    }
    .lul-height-cell {
        position: sticky;
        left: 0;
        z-index: 3;
        background: var(--lul-panel-2);
    }
    .lul-stock {
        min-height: 44px;
        padding: 8px;
    }
    .mh-card-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
    }
    .mh-card {
        min-height: 44px;
        padding: 12px;
    }
    .mh-lhb-grid {
        grid-template-columns: 1fr;
    }
    .mh-lhb-head {
        flex-direction: column;
        align-items: stretch;
    }
    .mh-focus {
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        width: auto;
    }
}

@media (max-width: 420px) {
    .lul-hud-pills {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3px;
    }
    .lul-pill {
        padding: 4px 6px;
    }
    .lul-pill span { font-size: 9px; }
    .lul-pill b { font-size: 13px; }
    .lul-btn {
        min-height: 36px;
        padding: 6px 9px;
    }
}
