* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.lvn-homepage-v36 {
  --lvn-red-dark: #b40000;
  --lvn-red: #e31b23;
  --lvn-gold: #f7c35f;
  --lvn-cream: #fffaf5;
  --lvn-card: #fffdf9;
  --lvn-line: #f0dac5;
  --lvn-line-soft: rgba(180, 0, 0, .12);
  --lvn-text: #17120f;
  --lvn-muted: #635a55;
  --lvn-shadow: 0 18px 48px rgba(120, 45, 12, .075);
  --lvn-shadow-soft: 0 10px 26px rgba(120, 45, 12, .055);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--lvn-text);
  background:
    radial-gradient(circle at 50% 0, rgba(247, 195, 95, .18), transparent 360px),
    var(--lvn-cream);
  padding: 24px 0 56px;
  overflow-x: clip;
}

body.home .lvn-homepage-v36,
body.front-page .lvn-homepage-v36 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 0 56px;
}

.lvn-homepage-v36 a {
  color: inherit;
  text-decoration: none;
}

.lvn-v36-shell {
  width: min(100% - 48px, 1560px);
  margin-inline: auto;
  min-width: 0;
}

.lvn-v36-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lvn-line);
  border-radius: 28px;
  background: var(--lvn-card);
  box-shadow: var(--lvn-shadow);
}

.lvn-v36-hero-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
}

.lvn-v36-today-card {
  position: relative;
  min-width: 0;
  padding: 24px 18px;
  background:
    radial-gradient(circle at 84% 35px, rgba(247, 195, 95, .26), transparent 46px),
    linear-gradient(180deg, #fffefb 0%, #fff8f1 100%);
}

.lvn-v36-today-bg {
  position: absolute;
  inset: auto 0 0;
  height: 168px;
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(ellipse at 14% 100%, rgba(247, 195, 95, .18), transparent 48%),
    radial-gradient(ellipse at 78% 100%, rgba(247, 195, 95, .14), transparent 44%),
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 17px, rgba(180, 0, 0, .08) 18px 19px, transparent 20px 36px);
}

.lvn-v36-today-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
}

.lvn-v36-today-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--lvn-red), var(--lvn-red-dark));
  box-shadow: 0 12px 26px rgba(227, 27, 35, .18);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.lvn-v36-sun {
  position: absolute;
  top: -2px;
  right: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 195, 95, .9);
  border-radius: 50%;
  color: #ff8c00;
  background: #fff0bd;
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(247, 195, 95, .18);
}

.lvn-v36-weekday {
  margin: 18px 0 4px;
  color: var(--lvn-red-dark);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.lvn-v36-day-number {
  margin: 0 0 8px;
  color: #e10000;
  font-size: 112px;
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .88;
  text-align: center;
  text-shadow: 0 14px 28px rgba(227, 27, 35, .12);
}

.lvn-v36-month-year {
  margin: 0 0 20px;
  color: #17120f;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.lvn-v36-lunar-box {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon sub";
  gap: 2px 10px;
  align-items: center;
  padding: 14px 13px;
  border: 1px solid var(--lvn-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

.lvn-v36-lunar-box span {
  grid-area: icon;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--lvn-red);
  font-size: 13px;
}

.lvn-v36-lunar-box strong {
  grid-area: title;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.lvn-v36-lunar-box small {
  grid-area: sub;
  color: var(--lvn-muted);
  font-size: 13px;
}

.lvn-v36-day-status {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--lvn-red), var(--lvn-red-dark));
  box-shadow: 0 14px 30px rgba(227, 27, 35, .18);
  font-size: 15px;
  font-weight: 950;
}

.lvn-v36-mini-info {
  width: 100%;
  margin: 0;
  border: 1px solid var(--lvn-line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .70);
}

.lvn-v36-mini-info div {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 43px;
  padding: 10px 13px;
  border-bottom: 1px solid #f1e0d2;
}

.lvn-v36-mini-info div:last-child {
  border-bottom: 0;
}

.lvn-v36-mini-info dt,
.lvn-v36-mini-info dd {
  min-width: 0;
  margin: 0;
  line-height: 1.3;
}

.lvn-v36-mini-info dt {
  color: #2a211c;
  font-size: 12px;
  font-weight: 950;
}

.lvn-v36-mini-info dd {
  color: #2c241f;
  font-size: 12px;
  text-align: right;
}

.lvn-v36-stat-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.lvn-v36-stat-grid div {
  min-height: 84px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--lvn-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .70);
  text-align: center;
}

.lvn-v36-stat-grid span {
  color: #17a34a;
  font-size: 26px;
  line-height: 1;
}

.lvn-v36-stat-grid strong {
  color: #07913a;
  font-size: 30px;
  line-height: 1;
}

.lvn-v36-stat-grid small {
  color: #1e1a17;
  font-size: 12px;
  font-weight: 800;
}

.lvn-v36-primary-btn {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--lvn-red), var(--lvn-red-dark));
  box-shadow: 0 16px 30px rgba(180, 0, 0, .20);
  font-size: 15px;
  font-weight: 950;
}

.lvn-v36-main-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffefb 0%, #fffaf5 100%);
}

.lvn-v36-main-card > [class*="lvn-v36-decor"] {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.lvn-v36-decor-sun {
  top: 28px;
  right: 52px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ff6e55 0, var(--lvn-red) 58%, #bf0000 100%);
  filter: blur(.15px);
  box-shadow: 0 18px 40px rgba(227, 27, 35, .18);
}

.lvn-v36-decor-cloud {
  height: 18px;
  border: 2px solid rgba(247, 195, 95, .48);
  border-left: 0;
  border-right: 0;
  border-radius: 999px;
}

.lvn-v36-decor-cloud.is-one {
  top: 108px;
  right: 0;
  width: 118px;
}

.lvn-v36-decor-cloud.is-two {
  top: 134px;
  right: 146px;
  width: 84px;
}

.lvn-v36-decor-branch {
  top: 102px;
  right: 20px;
  width: 190px;
  height: 78px;
  border-bottom: 3px solid rgba(127, 67, 36, .76);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.lvn-v36-decor-branch i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff8a7a;
  box-shadow: 10px 7px 0 #f36c61, 4px 15px 0 #ffb3a9;
}

.lvn-v36-decor-branch i:nth-child(1) { left: 28px; top: 48px; }
.lvn-v36-decor-branch i:nth-child(2) { left: 72px; top: 38px; }
.lvn-v36-decor-branch i:nth-child(3) { left: 116px; top: 28px; }
.lvn-v36-decor-branch i:nth-child(4) { left: 152px; top: 16px; }

.lvn-v36-main-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.lvn-v36-main-head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  max-width: calc(100% - 190px);
  min-height: 132px;
}

.lvn-v36-calendar-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--lvn-red);
  box-shadow: 0 12px 24px rgba(227, 27, 35, .18);
  font-size: 22px;
}

.lvn-v36-main-head h1 {
  margin: 0 0 10px;
  color: var(--lvn-text);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.lvn-v36-main-head p {
  margin: 0;
  color: #332b28;
  font-size: 18px;
  line-height: 1.45;
}

.lvn-v36-meta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 8px 0 24px;
  padding: 18px 16px;
  border: 1px solid var(--lvn-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .75);
}

.lvn-v36-meta-grid article {
  min-width: 0;
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  border-right: 1px solid var(--lvn-line);
  text-align: center;
}

.lvn-v36-meta-grid article:last-child {
  border-right: 0;
}

.lvn-v36-meta-grid span {
  color: var(--lvn-muted);
  font-size: 14px;
  line-height: 1.25;
}

.lvn-v36-meta-grid span::before {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
}

.lvn-v36-meta-grid article:nth-child(1) span::before { content: "▣"; color: var(--lvn-red); }
.lvn-v36-meta-grid article:nth-child(2) span::before { content: "☯"; color: #111; }
.lvn-v36-meta-grid article:nth-child(3) span::before { content: "⚠"; color: #f0a600; }
.lvn-v36-meta-grid article:nth-child(4) span::before { content: "☘"; color: #159447; }
.lvn-v36-meta-grid article:nth-child(5) span::before { content: "⚓"; color: #8359d8; }

.lvn-v36-meta-grid strong {
  margin-top: 8px;
  color: var(--lvn-text);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.lvn-v36-meta-grid article:first-child strong {
  color: var(--lvn-red);
  font-size: 32px;
}

.lvn-v36-meta-grid small {
  margin-top: 7px;
  color: var(--lvn-muted);
  font-size: 13px;
  line-height: 1.3;
}

.lvn-v36-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  min-width: 0;
}

.lvn-v36-day-detail {
  min-width: 0;
}

.lvn-v36-hour-block {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--lvn-line);
}

.lvn-v36-round-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.lvn-v36-round-icon.is-red {
  background: var(--lvn-red);
}

.lvn-v36-hour-block h2 {
  margin: 0 0 10px;
  color: var(--lvn-text);
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.lvn-v36-hour-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
}

.lvn-v36-hour-list span {
  min-width: 0;
  color: #201815;
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
}

.lvn-v36-facts {
  display: grid;
  gap: 16px;
}

.lvn-v36-facts article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.lvn-v36-facts article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.lvn-v36-facts .is-good > span { background: #1fa34a; }
.lvn-v36-facts .is-star > span { background: #f0a600; }
.lvn-v36-facts .is-bad > span { background: #ef3333; }
.lvn-v36-facts .is-good h3 { color: #159342; }
.lvn-v36-facts .is-star h3 { color: #e49400; }
.lvn-v36-facts .is-bad h3 { color: var(--lvn-red); }

.lvn-v36-facts h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.lvn-v36-facts p {
  margin: 0;
  color: #3f3941;
  font-size: 15px;
  line-height: 1.55;
}

.lvn-v36-score-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 286px;
  padding: 28px 24px;
  border: 1px solid var(--lvn-line);
  border-radius: 22px;
  background: rgba(255, 253, 249, .78);
  text-align: center;
}

.lvn-v36-score-card h2 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.lvn-v36-score-ring {
  position: relative;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: conic-gradient(var(--lvn-red) calc(var(--score) * 1%), #cfd3d6 0);
}

.lvn-v36-score-ring::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--lvn-card);
}

.lvn-v36-score-ring strong,
.lvn-v36-score-ring span {
  position: relative;
  z-index: 1;
}

.lvn-v36-score-ring strong {
  color: var(--lvn-red);
  font-size: 38px;
  font-weight: 950;
}

.lvn-v36-score-ring span {
  color: #111;
  font-size: 15px;
  font-weight: 950;
  margin-left: 2px;
}

.lvn-v36-score-card > b {
  color: var(--lvn-red);
  font-size: 17px;
  line-height: 1.2;
}

.lvn-v36-stars {
  margin: 12px 0;
  color: #ff9900;
  font-size: 23px;
  letter-spacing: 3px;
}

.lvn-v36-stars span {
  color: #aeb4b8;
}

.lvn-v36-score-card p {
  max-width: 270px;
  margin: 0;
  color: #3f3941;
  font-size: 15px;
  line-height: 1.55;
}

.lvn-v36-do-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.lvn-v36-do-card {
  min-width: 0;
  min-height: 220px;
  padding: 24px 26px;
  border-radius: 22px;
}

.lvn-v36-do-card.is-good {
  border: 1px solid #ccefd6;
  background: #f2fff5;
}

.lvn-v36-do-card.is-bad {
  border: 1px solid #ffd3d3;
  background: #fff4f4;
}

.lvn-v36-do-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.lvn-v36-do-card.is-good h2 { color: #159342; }
.lvn-v36-do-card.is-bad h2 { color: var(--lvn-red); }

.lvn-v36-do-card h2 span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}

.lvn-v36-do-card.is-good h2 span { background: #20a84f; }
.lvn-v36-do-card.is-bad h2 span { background: #ed3333; }

.lvn-v36-do-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lvn-v36-do-card li {
  position: relative;
  min-width: 0;
  padding-left: 24px;
  color: #2b2623;
  font-size: 14px;
  line-height: 1.4;
}

.lvn-v36-do-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1ea54c;
  background: #dff8e5;
  font-size: 11px;
  font-weight: 950;
}

.lvn-v36-do-card.is-bad li::before {
  content: "×";
  color: #e13131;
  background: #ffe2e2;
}

.lvn-v36-footer-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 16px 12px;
  border: 1px solid var(--lvn-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .74);
}

.lvn-v36-footer-info article {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 8px 18px;
  border-right: 1px solid var(--lvn-line);
}

.lvn-v36-footer-info article:last-child {
  border-right: 0;
}

.lvn-v36-footer-info article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4c8ac7;
  font-size: 22px;
}

.lvn-v36-footer-info article:nth-child(2) > span { background: #e53a3a; }
.lvn-v36-footer-info article:nth-child(3) > span { background: #57b86b; }
.lvn-v36-footer-info article:nth-child(4) > span { background: #dd3344; }

.lvn-v36-footer-info b {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 950;
}

.lvn-v36-footer-info small {
  color: #332d29;
  font-size: 13px;
  line-height: 1.35;
}

.lvn-v36-sidebar {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 24px;
}

.lvn-v36-tool-card {
  padding: 28px 20px;
  border-radius: 24px;
}

.lvn-v36-tool-card h2 {
  margin: 0 0 22px;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.15;
}

.lvn-v36-tool-list {
  display: grid;
  gap: 14px;
}

.lvn-v36-tool-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  grid-template-areas: "icon title arrow" "icon sub arrow";
  align-items: center;
  gap: 4px 13px;
  min-height: 66px;
  padding: 8px;
  border-radius: 14px;
  transition: background-color .18s ease, transform .18s ease;
}

.lvn-v36-tool-item:hover {
  background: #fff4dc;
  transform: translateY(-1px);
}

.lvn-v36-tool-item > span {
  grid-area: icon;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-size: 20px;
}

.lvn-v36-tool-item .is-green { color: #159342; background: #eaf9ec; border: 1px solid #ccefd6; }
.lvn-v36-tool-item .is-gold { color: #de8d00; background: #fff4dc; border: 1px solid #f5d89a; }
.lvn-v36-tool-item .is-red { color: #e13131; background: #fff0ef; border: 1px solid #ffc9c6; }
.lvn-v36-tool-item .is-blue { color: #2b75ef; background: #edf4ff; border: 1px solid #c9dcff; }
.lvn-v36-tool-item .is-pink { color: #e13a8a; background: #fff0f7; border: 1px solid #ffc9df; }
.lvn-v36-tool-item .is-purple { color: #7d55d8; background: #f4efff; border: 1px solid #dacdff; }

.lvn-v36-tool-item b {
  grid-area: title;
  min-width: 0;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.lvn-v36-tool-item small {
  grid-area: sub;
  min-width: 0;
  color: #5f606f;
  font-size: 12px;
  line-height: 1.35;
}

.lvn-v36-tool-item i {
  grid-area: arrow;
  color: #756d68;
  font-style: normal;
  font-size: 28px;
}

.lvn-v36-red-banner {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 28px 20px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 50%, rgba(247, 195, 95, .24), transparent 76px),
    linear-gradient(135deg, #c90000 0%, #8c0000 100%);
  box-shadow: 0 20px 44px rgba(147, 0, 0, .18);
}

.lvn-v36-red-banner h2 {
  max-width: 170px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}

.lvn-v36-red-banner p {
  max-width: 170px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.lvn-v36-red-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  color: var(--lvn-red-dark);
  background: var(--lvn-gold);
  font-weight: 950;
}

.lvn-v36-red-banner > span {
  position: absolute;
  right: 18px;
  top: 54px;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 10px solid rgba(247, 195, 95, .9);
  border-radius: 50%;
  color: #fff4d0;
  background: rgba(105, 0, 0, .42);
  font-size: 52px;
}

.lvn-v36-actions {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.lvn-v36-actions a {
  min-width: 0;
  min-height: 88px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1px solid var(--lvn-line);
  border-radius: 16px;
  background: var(--lvn-card);
  box-shadow: var(--lvn-shadow-soft);
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.lvn-v36-actions a:hover {
  transform: translateY(-2px);
  box-shadow: var(--lvn-shadow);
}

.lvn-v36-actions i {
  color: var(--lvn-red);
  font-style: normal;
  font-size: 25px;
  line-height: 1;
}

.lvn-v36-actions span {
  color: #17120f;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}

.lvn-v36-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.lvn-v36-lower-main {
  min-width: 0;
  display: grid;
  gap: 24px;
}

.lvn-v36-month-card,
.lvn-v36-age-card,
.lvn-v36-convert-card,
.lvn-v36-good-days-card,
.lvn-v36-posts-card {
  padding: 28px;
}

.lvn-v36-month-card header {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.lvn-v36-month-card h2,
.lvn-v36-age-card h2,
.lvn-v36-convert-card h2,
.lvn-v36-good-days-card h2,
.lvn-v36-posts-card h2 {
  margin: 0;
  color: var(--lvn-text);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
}

.lvn-v36-month-card h2 span {
  font-size: 14px;
  font-weight: 750;
}

.lvn-v36-month-card nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.lvn-v36-month-card nav a,
.lvn-v36-month-card footer a,
.lvn-v36-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--lvn-line);
  border-radius: 10px;
  background: #fffaf5;
  color: #4a2b1c;
  font-size: 13px;
  font-weight: 850;
}

.lvn-v36-month-card nav strong {
  color: var(--lvn-red-dark);
  font-size: 18px;
  text-align: center;
}

.lvn-v36-calendar-week,
.lvn-v36-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.lvn-v36-calendar-week b {
  min-height: 40px;
  display: grid;
  place-items: center;
  color: #17120f;
  font-size: 13px;
}

.lvn-v36-calendar-week b:last-child {
  color: var(--lvn-red-dark);
}

.lvn-v36-calendar-grid {
  overflow: hidden;
  border: 1px solid var(--lvn-line);
  border-radius: 14px;
}

.lvn-v36-day-cell {
  min-width: 0;
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
  border-right: 1px solid var(--lvn-line);
  border-bottom: 1px solid var(--lvn-line);
  background: rgba(255,255,255,.66);
}

.lvn-v36-day-cell:nth-child(7n) {
  border-right: 0;
}

.lvn-v36-day-cell strong {
  color: #008433;
  font-size: 24px;
  line-height: 1;
}

.lvn-v36-day-cell.is-weekend strong,
.lvn-v36-day-cell.is-bad strong {
  color: var(--lvn-red-dark);
}

.lvn-v36-day-cell.is-muted strong {
  color: #9ca0a6;
}

.lvn-v36-day-cell small {
  color: #667085;
  font-size: 12px;
  justify-self: end;
  align-self: end;
}

.lvn-v36-day-cell.is-today {
  background: #fff5d7;
}

.lvn-v36-day-cell.is-today strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lvn-red);
}

.lvn-v36-month-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 18px;
  color: var(--lvn-muted);
  font-size: 13px;
}

.lvn-v36-month-card footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.lvn-v36-month-card footer span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #07913a;
}

.lvn-v36-month-card footer .is-bad::before { background: var(--lvn-red); }
.lvn-v36-month-card footer .is-today::before { background: var(--lvn-gold); }
.lvn-v36-month-card footer a { margin-left: auto; }

.lvn-v36-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lvn-v36-age-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.lvn-v36-age-card p,
.lvn-v36-convert-card p,
.lvn-v36-good-days-card p {
  color: var(--lvn-muted);
  font-size: 15px;
  line-height: 1.6;
}

.lvn-v36-age-card form,
.lvn-v36-convert-card form {
  display: grid;
  gap: 12px;
}

.lvn-v36-age-card label,
.lvn-v36-convert-card label {
  display: grid;
  gap: 7px;
  color: var(--lvn-muted);
  font-size: 13px;
}

.lvn-v36-age-card input,
.lvn-v36-age-card select,
.lvn-v36-convert-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--lvn-line);
  border-radius: 12px;
  background: #fff;
  color: var(--lvn-text);
  font: inherit;
}

.lvn-v36-age-card button,
.lvn-v36-convert-card button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--lvn-red), var(--lvn-red-dark));
  font-weight: 950;
  cursor: pointer;
}

.lvn-v36-age-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lvn-v36-age-result article {
  min-height: 138px;
  display: grid;
  place-items: center;
  padding: 16px 12px;
  border: 1px solid var(--lvn-line);
  border-radius: 16px;
  text-align: center;
}

.lvn-v36-age-result span {
  color: var(--lvn-muted);
  font-size: 12px;
}

.lvn-v36-age-result strong {
  color: #07913a;
  font-size: 30px;
  line-height: 1;
}

.lvn-v36-age-result small {
  color: #573e32;
  font-size: 13px;
  line-height: 1.4;
}

.lvn-v36-age-result b {
  color: var(--lvn-red);
}

.lvn-v36-convert-card form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lvn-v36-convert-card form > div button {
  min-height: 48px;
  border: 1px solid var(--lvn-line);
  border-radius: 12px;
  color: #573e32;
  background: #fff;
  font-weight: 850;
  cursor: pointer;
}

.lvn-v36-convert-card form > div button.is-active {
  color: #fff;
  background: var(--lvn-red-dark);
}

.lvn-v36-convert-card output {
  display: block;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--lvn-line);
  border-radius: 14px;
  color: var(--lvn-red-dark);
  background: #fffaf5;
  font-weight: 850;
}

.lvn-v36-good-days-card > div {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.lvn-v36-good-days-card > div a {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.lvn-v36-good-days-card > div b {
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #07913a;
  background: #dcf7df;
  font-size: 24px;
  line-height: 1;
}

.lvn-v36-good-days-card > div b small {
  display: block;
  color: #07913a;
  font-size: 12px;
}

.lvn-v36-good-days-card > div span {
  color: var(--lvn-text);
  font-weight: 850;
}

.lvn-v36-good-days-card > div span small {
  display: block;
  margin-top: 4px;
  color: var(--lvn-muted);
  font-weight: 400;
}

.lvn-v36-posts-card {
  position: sticky;
  top: 116px;
}

.lvn-v36-posts-card > div {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

.lvn-v36-posts-card > div a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.lvn-v36-posts-card > div span {
  width: 70px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 38% 30%, #ffe5a6, transparent 28px),
    linear-gradient(135deg, #8b1b0b, #e7a94f);
  font-size: 26px;
}

.lvn-v36-posts-card b {
  display: block;
  color: var(--lvn-text);
  font-size: 14px;
  line-height: 1.35;
}

.lvn-v36-posts-card time {
  display: block;
  margin-top: 4px;
  color: var(--lvn-muted);
  font-size: 12px;
}

.lvn-newsletter-popup {
  display: none !important;
}

@media (max-width: 1280px) {
  .lvn-v36-shell {
    width: min(100% - 36px, 980px);
  }

  .lvn-v36-hero-grid,
  .lvn-v36-lower-grid {
    grid-template-columns: 1fr;
  }

  .lvn-v36-today-card,
  .lvn-v36-main-card,
  .lvn-v36-sidebar {
    width: 100%;
  }

  .lvn-v36-today-content {
    min-height: 0;
  }

  .lvn-v36-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .lvn-v36-posts-card {
    position: static;
  }
}

@media (max-width: 980px) {
  .lvn-v36-main-head {
    max-width: 100%;
    min-height: 0;
  }

  .lvn-v36-decor-sun,
  .lvn-v36-decor-cloud,
  .lvn-v36-decor-branch {
    opacity: .18;
  }

  .lvn-v36-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lvn-v36-meta-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--lvn-line);
  }

  .lvn-v36-meta-grid article:nth-child(odd) {
    border-right: 1px solid var(--lvn-line);
  }

  .lvn-v36-meta-grid article:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .lvn-v36-body-grid,
  .lvn-v36-do-grid,
  .lvn-v36-footer-info,
  .lvn-v36-feature-grid,
  .lvn-v36-age-card,
  .lvn-v36-sidebar {
    grid-template-columns: 1fr;
  }

  .lvn-v36-footer-info article {
    border-right: 0;
    border-bottom: 1px solid var(--lvn-line);
  }

  .lvn-v36-footer-info article:last-child {
    border-bottom: 0;
  }

  .lvn-v36-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lvn-homepage-v36 {
    padding-top: 16px;
  }

  .lvn-v36-shell {
    width: min(100% - 24px, 560px);
  }

  .lvn-v36-card,
  .lvn-v36-today-card,
  .lvn-v36-main-card,
  .lvn-v36-tool-card,
  .lvn-v36-red-banner,
  .lvn-v36-month-card,
  .lvn-v36-age-card,
  .lvn-v36-convert-card,
  .lvn-v36-good-days-card,
  .lvn-v36-posts-card {
    border-radius: 22px;
  }

  .lvn-v36-main-card,
  .lvn-v36-month-card,
  .lvn-v36-age-card,
  .lvn-v36-convert-card,
  .lvn-v36-good-days-card,
  .lvn-v36-posts-card {
    padding: 20px;
  }

  .lvn-v36-day-number {
    font-size: 92px;
  }

  .lvn-v36-main-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .lvn-v36-calendar-icon {
    width: 40px;
    height: 40px;
  }

  .lvn-v36-main-head h1 {
    font-size: 28px;
  }

  .lvn-v36-main-head p {
    font-size: 15px;
  }

  .lvn-v36-meta-grid,
  .lvn-v36-hour-list,
  .lvn-v36-do-card ul,
  .lvn-v36-age-result,
  .lvn-v36-convert-card form > div,
  .lvn-v36-month-card nav {
    grid-template-columns: 1fr;
  }

  .lvn-v36-meta-grid article,
  .lvn-v36-meta-grid article:nth-child(odd) {
    border-right: 0;
  }

  .lvn-v36-meta-grid article:last-child {
    border-bottom: 0;
  }

  .lvn-v36-hour-list span {
    white-space: normal;
  }

  .lvn-v36-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lvn-v36-calendar-week b {
    font-size: 11px;
  }

  .lvn-v36-day-cell {
    min-height: 66px;
    padding: 8px;
  }

  .lvn-v36-day-cell strong {
    font-size: 17px;
  }

  .lvn-v36-day-cell small {
    font-size: 10px;
  }
}
