:root {
--lm-bg: #0b1020;
--lm-bg2: #10172e;
--lm-bg3: #1a2342;
--lm-border: #263156;
--lm-text: #e8ecf8;
--lm-muted: #9aa7cc;
--lm-gold: #f5c76a;
--lm-gold-dim: #c9a355;
--lm-good: #6fd98f;
--lm-mid:  #e8d477;
--lm-bad:  #f08a8a;
}
html, body {
background: var(--lm-bg);
color: var(--lm-text);
font-family: 'Inter', 'PT Sans', Arial, sans-serif;
}
body {
background-image: radial-gradient(ellipse 80% 50% at 50% -10%, #1c2750 0%, var(--lm-bg) 60%);
background-repeat: no-repeat;
min-height: 100vh;
}
a { color: var(--lm-gold); }
a:hover { color: #ffe1a0; }
h1, .h1 { font-size: 1.9rem; font-weight: 800; margin-bottom: 1.25rem; }
h2, .h2 { font-size: 1.4rem; font-weight: 700; }
.lmHeader {
background: rgba(11, 16, 32, .85);
border-bottom: 1px solid var(--lm-border);
backdrop-filter: blur(6px);
}
.lmBrandMark { font-size: 1.9rem; margin-right: .55rem; filter: drop-shadow(0 0 8px rgba(245,199,106,.45)); }
.lmBrandText { display: flex; flex-direction: column; line-height: 1.15; }
.lmBrandTitle { color: var(--lm-gold); font-weight: 800; font-size: 1.25rem; letter-spacing: .02em; }
.lmBrandSub { color: var(--lm-muted); font-size: .78rem; }
.lmNavLink { color: var(--lm-text) !important; font-weight: 500; }
.lmNavLink:hover { color: var(--lm-gold) !important; }
.lmPwaLink { color: var(--lm-gold) !important; }
#lmPwaBar {
align-items: center; gap: .7rem; padding: .55rem .9rem;
background: var(--lm-bg3); border-bottom: 1px solid var(--lm-border); font-size: .9rem;
}
.lmPwaBarText { flex: 1 1 0; min-width: 0; }
#lmPwaBar .lmBtn { padding: .3rem .9rem; font-size: .85rem; flex-shrink: 0; }
#lmPwaBarClose {
background: none; border: none; color: var(--lm-muted);
font-size: 1.05rem; padding: .1rem .35rem; flex-shrink: 0;
}
#lmPwaBarClose:hover { color: var(--lm-text); }
@media (min-width: 768px) { #lmPwaBar { display: none !important; } }
.lmFactNote { color: var(--lm-muted); font-size: .8rem; font-weight: 500; white-space: nowrap; }
.lmDayTime { color: var(--lm-muted); font-weight: 500; font-size: .95rem; white-space: nowrap; }
@media (max-width: 991.98px) {
.lmBrandSub { font-size: .7rem; }
.lmHeader { backdrop-filter: none; background: rgba(11, 16, 32, .97); }
.lmBigNum { font-size: 2.1rem; }
.lmOffcanvas {
background: var(--lm-bg2); color: var(--lm-text);
width: 290px; max-width: 85vw; border-right: 1px solid var(--lm-border);
}
.lmOffcanvas .offcanvas-header { border-bottom: 1px solid var(--lm-border); }
.lmOffcanvas .lmNavLink { font-size: 1.08rem; padding: .6rem 0; border-bottom: 1px solid rgba(38,49,86,.5); }
.lmOffcanvas .nav-item:last-child .lmNavLink { border-bottom: none; }
}
.lmCard {
background: var(--lm-bg2);
border: 1px solid var(--lm-border);
border-radius: 16px;
padding: 1.25rem 1.4rem;
}
.lmCard + .lmCard { margin-top: 1rem; }
.lmHero {
background: linear-gradient(160deg, #131c3a 0%, var(--lm-bg2) 70%);
border: 1px solid var(--lm-border);
border-radius: 20px;
padding: 1.6rem 1.6rem 1.4rem;
}
.lmMoonIcon { font-size: 4.2rem; line-height: 1; filter: drop-shadow(0 0 18px rgba(245,199,106,.35)); }
.lmBigNum { font-size: 2.6rem; font-weight: 800; color: var(--lm-gold); line-height: 1; }
.lmHeroTitle { flex: 1 1 0; min-width: 0; }
.lmLabel { color: var(--lm-muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.lmValue { font-size: 1.15rem; font-weight: 600; }
.lmFacts { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 1rem; }
.lmFact { min-width: 120px; }
.lmVerdict {
border-radius: 12px;
padding: .7rem 1rem;
font-weight: 600;
border: 1px solid transparent;
}
.lmVerdict.good { background: rgba(111,217,143,.12); color: var(--lm-good); border-color: rgba(111,217,143,.35); }
.lmVerdict.mid  { background: rgba(232,212,119,.10); color: var(--lm-mid);  border-color: rgba(232,212,119,.30); }
.lmVerdict.bad  { background: rgba(240,138,138,.10); color: var(--lm-bad);  border-color: rgba(240,138,138,.35); }
.lmTable { width: 100%; border-collapse: collapse; }
.lmTable th {
color: var(--lm-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .05em;
padding: .55rem .6rem; border-bottom: 1px solid var(--lm-border); text-align: left;
}
.lmTable td { padding: .55rem .6rem; border-bottom: 1px solid #1c2544; }
.lmTable tr:last-child td { border-bottom: none; }
.lmTable tr.today td { background: rgba(245,199,106,.08); }
.lmDateMon { display: none; }
.lmDot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: .4rem; }
.lmDot.good { background: var(--lm-good); }
.lmDot.mid  { background: var(--lm-mid); }
.lmDot.bad  { background: var(--lm-bad); }
.lmBtn {
background: var(--lm-gold); color: #1a1206; font-weight: 700;
border: none; border-radius: 10px; padding: .55rem 1.2rem;
}
.lmBtn:hover { background: #ffe1a0; color: #1a1206; }
.lmBtnGhost {
background: transparent; color: var(--lm-gold); font-weight: 600;
border: 1px solid var(--lm-gold-dim); border-radius: 10px; padding: .5rem 1.1rem;
}
.lmBtnGhost:hover { background: rgba(245,199,106,.1); color: var(--lm-gold); }
.lmBtn:disabled { opacity: .45; cursor: not-allowed; }
.lmCityBox { position: relative; width: min(340px, 100%); }
.lmCityInput {
width: 100%; background: var(--lm-bg3); border: 1px solid var(--lm-border);
color: var(--lm-text); border-radius: 10px; padding: .55rem .8rem;
}
.lmCityInput:focus { outline: none; border-color: var(--lm-gold-dim); }
.lmCityInput::placeholder { color: var(--lm-muted); }
.lmCitySuggest {
position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 50;
background: var(--lm-bg3); border: 1px solid var(--lm-border); border-radius: 10px;
max-height: 260px; overflow-y: auto; box-shadow: 0 8px 24px rgba(0,0,0,.45);
}
.lmCityOpt { padding: .45rem .8rem; cursor: pointer; }
.lmCityOpt:hover { background: rgba(245,199,106,.12); color: var(--lm-gold); }
.lmChips { display: flex; flex-wrap: wrap; gap: .5rem; }
.lmChip {
background: var(--lm-bg3); border: 1px solid var(--lm-border); color: var(--lm-text);
border-radius: 999px; padding: .3rem .9rem; font-size: .9rem; text-decoration: none;
}
.lmChip:hover { border-color: var(--lm-gold-dim); color: var(--lm-gold); }
.lmChip.active { background: var(--lm-gold); color: #1a1206; border-color: var(--lm-gold); font-weight: 700; }
.lmPhaseStrip { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: .6rem; }
.lmPhaseCard {
background: var(--lm-bg2); border: 1px solid var(--lm-border); border-radius: 12px;
padding: .65rem .9rem; display: flex; gap: .65rem; align-items: center; line-height: 1.3;
}
.lmPhaseIco { font-size: 1.7rem; filter: drop-shadow(0 0 8px rgba(245,199,106,.25)); }
.lmPhaseWhen { color: var(--lm-muted); font-size: .84rem; }
.lmScore {
display: inline-block; border-radius: 999px; padding: .12rem .7rem;
font-size: .82rem; font-weight: 700; white-space: nowrap; border: 1px solid transparent;
}
.lmScore.best { background: rgba(245,199,106,.15); color: var(--lm-gold); border-color: rgba(245,199,106,.45); }
.lmScore.good { background: rgba(111,217,143,.12); color: var(--lm-good); border-color: rgba(111,217,143,.35); }
.lmScore.mid  { background: rgba(232,212,119,.10); color: var(--lm-mid);  border-color: rgba(232,212,119,.30); }
.lmScore.bad  { background: rgba(240,138,138,.10); color: var(--lm-bad);  border-color: rgba(240,138,138,.35); }
.lmFert { display: block; font-size: .74rem; color: var(--lm-muted); line-height: 1.2; }
.lmFert.fertile { color: var(--lm-good); }
.lmFert.barren  { color: var(--lm-bad); }
.lmDayChips { display: flex; flex-wrap: wrap; gap: .3rem; }
.lmDayChip {
min-width: 30px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
border-radius: 8px; background: rgba(111,217,143,.12); color: var(--lm-good);
font-weight: 700; font-size: .85rem; padding: 0 .35rem;
}
.lmDayChip.top { background: rgba(245,199,106,.16); color: var(--lm-gold); box-shadow: 0 0 0 1px var(--lm-gold-dim); }
.lmDayChip.bad { background: rgba(240,138,138,.12); color: var(--lm-bad); }
.lmNoDays { color: var(--lm-muted); font-size: .88rem; }
.lmGardenGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: .8rem; }
.lmGardenGrid .lmCard { padding: 1rem 1.1rem; }
.lmGardenGrid .lmCard + .lmCard { margin-top: 0; }
.lmHowto { color: var(--lm-muted); font-size: .92rem; margin: .35rem 0 0; }
.lmTable td.lmTdWorks { min-width: 260px; font-size: .92rem; }
.lmPastCollapsed tr.lmPastDay { display: none; }
.lmGeo { padding: .9rem 1.1rem; font-size: .95rem; }
.lmGeo p { margin: 0; }
.lmGeo p + p, .lmGeo #lmCityPick + p { margin-top: .4rem; }
.lmGeoNote { color: var(--lm-muted); font-size: .85rem; }
.lmSow p { margin: 0 0 .45rem; }
.lmSow p:last-child { margin-bottom: 0; }
.lmSowNote { color: var(--lm-muted); font-size: .85rem; padding-top: .35rem; border-top: 1px solid var(--lm-border); }
.lmTodayGarden { border-color: var(--lm-gold-dim); }
.lmTgHead { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; font-size: 1.1rem; margin-bottom: .8rem; }
.lmTgWorks { background: rgba(245,199,106,.07); border: 1px solid rgba(245,199,106,.2);
border-radius: 10px; padding: .6rem .9rem; margin: .8rem 0; }
.lmPopFacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .6rem .9rem; }
.lmPopCols { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.2rem; margin-bottom: .8rem; }
@media (max-width: 576px) { .lmPopCols { grid-template-columns: 1fr; } }
.lmPopColTitle { font-weight: 700; margin-bottom: .3rem; }
.lmPopColTitle.good { color: var(--lm-good); }
.lmPopColTitle.bad  { color: var(--lm-bad); }
.lmPopCols ul { margin: 0; padding-left: 1.15rem; font-size: .93rem; }
.lmPopCols li { margin-bottom: .25rem; }
.lmDayMore {
display: inline-block; margin-top: .5rem; padding: .3rem .95rem; border-radius: 999px;
background: transparent; border: 1px solid var(--lm-gold-dim); color: var(--lm-gold);
font-size: .85rem; font-weight: 600; line-height: 1.2; cursor: pointer;
}
.lmDayMore:hover { background: rgba(245,199,106,.12); color: #ffe1a0; }
#lmDayOverlay { position: fixed; inset: 0; background: rgba(4, 7, 16, .65); z-index: 1060; }
#lmDayPop {
position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.97);
width: min(600px, 94vw); max-height: 86vh; overflow-y: auto; z-index: 1070;
background: var(--lm-bg2); border: 1px solid var(--lm-border); border-radius: 16px;
padding: 1rem 1.2rem 1.2rem; opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
#lmDayPop.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
#lmDayPop .lmSheetHead b { font-size: 1.1rem; }
#lmDayPop .lmPopFacts { margin: .5rem 0 .3rem; }
#lmDayPop { scrollbar-width: thin; scrollbar-color: var(--lm-bg3) var(--lm-bg2); }
#lmDayPop::-webkit-scrollbar { width: 8px; }
#lmDayPop::-webkit-scrollbar-track { background: var(--lm-bg2); border-radius: 8px; }
#lmDayPop::-webkit-scrollbar-thumb { background: var(--lm-bg3); border: 1px solid var(--lm-border); border-radius: 8px; }
#lmDayPop::-webkit-scrollbar-thumb:hover { background: #243055; }
#lmDayPopClose, #lmCityClose {
width: 36px; height: 36px; flex-shrink: 0;
display: flex; align-items: center; justify-content: center;
background: var(--lm-bg3); border: 1px solid var(--lm-gold-dim); border-radius: 50%;
color: var(--lm-gold); font-size: 1.05rem; line-height: 1; padding: 0;
}
#lmDayPopClose:hover, #lmCityClose:hover { background: rgba(245,199,106,.15); color: #ffe1a0; }
.lmPopSow { border-top: 1px solid var(--lm-border); margin-top: .9rem; padding-top: .7rem; font-size: .92rem; }
.lmPopSow p { margin: 0 0 .35rem; }
.lmPopSow p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) { #lmDayPop { transition: none; } }
@media (max-width: 767.98px) {
#lmDayPop {
left: 0; top: 0; right: 0; bottom: 0; width: auto; max-height: none;
border-radius: 0; border: none; padding-top: .8rem;
opacity: 1; transform: translateY(100%);
transition: transform .45s cubic-bezier(.22, .8, .3, 1), visibility .45s;
}
#lmDayPop.open { transform: translateY(0); }
}
.lmDaysLegend {
display: flex; flex-wrap: wrap; gap: .35rem 1.2rem;
color: var(--lm-muted); font-size: .88rem;
}
.lmLegendItem { display: flex; align-items: baseline; gap: .45rem; }
.lmLegendItem .lmDayChip { flex-shrink: 0; }
@media (max-width: 767.98px) {
.lmTable td.lmTdWorks, .lmTable td.lmTdChips {
flex-direction: column; align-items: flex-start; text-align: left; gap: .15rem; min-width: 0;
}
}
#lmCityFab {
position: fixed; right: 14px; bottom: 14px; z-index: 1030;
display: inline-flex; align-items: center; gap: .3rem;
border-radius: 999px; padding: .5rem 1rem; font-weight: 600; text-decoration: none;
box-shadow: 0 4px 16px rgba(0, 0, 0, .5); white-space: nowrap;
}
.lmCityFabCta { background: var(--lm-gold); color: #1a1206; }
.lmCityFabCta:hover { background: #ffe1a0; color: #1a1206; }
.lmCityFabSet { background: var(--lm-bg3); color: var(--lm-text); border: 1px solid var(--lm-gold-dim); }
.lmCityFabSet:hover { color: var(--lm-gold); }
#lmCityOverlay { position: fixed; inset: 0; background: rgba(4, 7, 16, .6); z-index: 1040; }
#lmCitySheet {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 1050;
background: var(--lm-bg2); border-top: 1px solid var(--lm-border);
border-radius: 16px 16px 0 0; padding: 1rem 1.2rem 1.4rem;
transform: translateY(110%); transition: transform .25s ease;
}
#lmCitySheet.open { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { #lmCitySheet { transition: none; } }
.lmSheetHead { display: flex; justify-content: space-between; align-items: center; }
#lmCityClose { background: none; border: none; color: var(--lm-muted); font-size: 1.15rem; padding: .1rem .4rem; }
#lmCityClose:hover { color: var(--lm-text); }
.lmSheetNote { color: var(--lm-muted); font-size: .88rem; margin: .2rem 0 .6rem; }
#lmCitySheet .lmCityBox { width: 100%; max-width: 420px; }
#lmCitySheet .lmCitySuggest { top: auto; bottom: calc(100% + 4px); }
@media (min-width: 768px) {
#lmCitySheet {
left: auto; right: 14px; bottom: 14px; width: 420px;
border: 1px solid var(--lm-border); border-radius: 16px;
}
}
.lmFooter { background: #080d1a; border-top: 1px solid var(--lm-border); color: var(--lm-muted); font-size: .9rem; padding-bottom: 3.4rem; }
.lmFooterLink { color: var(--lm-gold-dim); text-decoration: none; }
.lmFooterLink:hover { color: var(--lm-gold); }
@media (max-width: 576px) {
h1, .h1 { font-size: 1.45rem; }
.lmHero { padding: 1.1rem 1rem 1rem; }
.lmMoonIcon { font-size: 2.6rem; }
.lmBigNum { font-size: 1.25rem; }
.lmFacts { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem .9rem; }
.lmFact { min-width: 0; }
.lmFactRise { order: 1; } .lmFactSet { order: 2; }
.lmFactIllum { order: 3; } .lmFactAge { order: 4; }
.lmFactDist { order: 5; }
.lmFactAge .lmFactNote { display: block; margin-top: -3px; line-height: 1.15; }
.lmCard { padding: 1rem; border-radius: 14px; }
.lmTable td, .lmTable th { padding: .45rem .4rem; font-size: .92rem; }
}
@media (max-width: 767.98px) {
.lmMonthWrap { background: none; border: none; border-radius: 0; padding: 0; box-shadow: none; }
.lmTable, .lmTable tbody, .lmTable tr, .lmTable td { display: block; width: 100%; }
.lmTable tr:first-child { display: none; }
.lmTable tr {
background: var(--lm-bg3); border: 1px solid var(--lm-border);
border-radius: 12px; padding: .2rem .85rem; margin-bottom: .6rem;
}
.lmTable tr:last-child { margin-bottom: 0; }
.lmTable tr.today { border-color: var(--lm-gold-dim); box-shadow: 0 0 0 1px var(--lm-gold-dim); }
.lmTable tr.today td { background: none; }
.lmTable td {
display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
padding: .38rem 0; font-size: .95rem; border-bottom: 1px solid var(--lm-border); text-align: right;
}
.lmTable tr td:last-child { border-bottom: none; }
.lmTable td[data-label]::before {
content: attr(data-label); color: var(--lm-muted); font-size: .8rem;
text-transform: uppercase; letter-spacing: .04em; text-align: left; flex-shrink: 0;
}
.lmTable td .lmDot { margin-left: auto; flex-shrink: 0; }
.lmTable td.lmTdDate {
display: block; text-align: left; font-size: 1.02rem; color: var(--lm-gold);
}
.lmDateMon { display: inline; }
}
.lmSvNav { text-decoration: none; color: var(--lm-text); transition: border-color .15s; }
.lmSvNav:hover { border-color: var(--lm-gold-dim); color: var(--lm-text); }
.lmSvNav h2 { color: var(--lm-gold); font-size: 1.15rem; }
.lmSvNavIcon { font-size: 2rem; margin-bottom: .4rem; }
.lmSvForm .lmSvLabel { display: block; color: var(--lm-muted); font-size: .85rem; margin-bottom: .3rem; }
.lmSvInput {
width: 100%; padding: .55rem .8rem; border-radius: .6rem;
background: var(--lm-bg3); border: 1px solid var(--lm-border); color: var(--lm-text);
}
.lmSvInput:focus { outline: none; border-color: var(--lm-gold-dim); }
.lmSvInput::placeholder { color: var(--lm-muted); opacity: .6; }
select.lmSvInput { appearance: auto; }
.lmSvInput::-webkit-calendar-picker-indicator { filter: invert(.8); }
.sv-best { color: #7de8a0; }
.sv-good { color: var(--lm-good); }
.sv-mid  { color: var(--lm-mid); }
.sv-hard { color: #f0b27a; }
.sv-bad  { color: var(--lm-bad); }
.lmSvRingWrap { text-align: center; }
.lmSvRing {
--p: 50;
width: 110px; height: 110px; border-radius: 50%;
background: conic-gradient(currentColor calc(var(--p) * 1%), var(--lm-bg3) 0);
display: flex; align-items: center; justify-content: center;
}
.lmSvRing span {
width: 86px; height: 86px; border-radius: 50%;
background: var(--lm-bg2); color: var(--lm-text);
display: flex; align-items: center; justify-content: center;
font-size: 1.5rem; font-weight: 700;
}
.lmSvRingLabel { color: var(--lm-muted); font-size: .8rem; margin-top: .4rem; }
.lmSvBarRow { display: flex; align-items: center; gap: .8rem; margin: .45rem 0; }
.lmSvBarLabel { flex: 0 0 9.5rem; color: var(--lm-muted); font-size: .9rem; }
.lmSvBar { flex: 1; height: 10px; border-radius: 5px; background: var(--lm-bg3); overflow: hidden; }
.lmSvBar i { display: block; height: 100%; border-radius: 5px; background: currentColor; }
.lmSvBarPct { flex: 0 0 3rem; text-align: right; font-weight: 600; }
@media (max-width: 576px) { .lmSvBarLabel { flex-basis: 7.5rem; font-size: .8rem; } }
.lmSvBadge {
display: inline-block; padding: .25rem .7rem; border-radius: 1rem;
border: 1px solid currentColor; font-size: .9rem;
}
.lmSvDot { display: inline-block; width: .7rem; height: .7rem; border-radius: 50%; background: currentColor; }
.lmSvMatrixWrap { overflow-x: auto; }
.lmSvMatrix { border-collapse: collapse; min-width: 640px; width: 100%; }
.lmSvMatrix th, .lmSvMatrix td {
border: 1px solid var(--lm-border); text-align: center; padding: .35rem .3rem; font-size: .9rem;
}
.lmSvMatrix th { background: var(--lm-bg3); }
.lmSvMatrixRow { white-space: nowrap; text-align: left !important; padding: .35rem .6rem !important; }
.lmSvMatrixRow a { color: var(--lm-text); text-decoration: none; }
.lmSvMatrixRow a:hover { color: var(--lm-gold); }
.lmSvMatrix td a { display: block; text-decoration: none; font-weight: 600; }
.lmSvMatrix td a:hover { text-decoration: underline; }
.lmSvPairsTable { border-collapse: collapse; width: 100%; }
.lmSvPairsTable th, .lmSvPairsTable td {
border-bottom: 1px solid var(--lm-border); padding: .55rem .6rem; text-align: left;
}
.lmSvPairsTable th { color: var(--lm-muted); font-weight: 500; font-size: .85rem; }
.lmSvPairsTable .lmSvPct { font-weight: 700; }
.lmSvPairsTable .lmBtnGhost { white-space: nowrap; }
@media (max-width: 576px) {
.lmSvPairsTable th:nth-child(3), .lmSvPairsTable td:nth-child(3) { display: none; }
}
.lmSvList li { margin-bottom: .45rem; }
.lmSvDisc { color: var(--lm-muted); font-size: .85rem; margin-top: 1.2rem; }
.lmSvCrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; font-size: .85rem; }
.lmSvCrumbs a { color: var(--lm-muted); text-decoration: none; }
.lmSvCrumbs a:hover { color: var(--lm-gold); }
.lmSvCrumbs span { color: var(--lm-border); }
.lmSvCrumbs b { color: var(--lm-text); font-weight: 500; }
.lmSvOther h2 { font-size: 1.05rem; margin-bottom: .7rem; }
@media (min-width: 992px) {
#lmPwaLi { display: none !important; }
}