/* Audit HUD layer — incremental; does not replace existing OS chrome */
#hmcOfflineBar{
  position:fixed;top:0;left:0;right:0;z-index:240;
  background:rgba(10,14,23,.92);color:#f59e0b;
  border-bottom:1px solid rgba(245,158,11,.35);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  text-align:center;font-size:12px;letter-spacing:.06em;
  padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));
}
/* Logged-in chrome: never show guest/login CTAs on the dashboard */
body.hmc-signed-in #hmcDashLoginBtn,
body.hmc-signed-in #hmcCloudGate{
  display:none !important;
}

#energyPill{
  min-height:44px;border:1px solid rgba(245,158,11,.28);
  background:rgba(10,14,23,.55);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  box-shadow:0 0 0 1px rgba(6,182,212,.08),0 8px 24px rgba(0,0,0,.28);
}
#energyPill.is-hold{
  animation:hmcEnergyPulse 1.1s ease-in-out infinite;
  border-color:rgba(6,182,212,.55);
}
@keyframes hmcEnergyPulse{
  0%,100%{box-shadow:0 0 0 1px rgba(245,158,11,.2)}
  50%{box-shadow:0 0 18px rgba(6,182,212,.45)}
}
@media (max-width:900px){
  .iconbtn,.hmc-login-cta,.btn-forge,.btn-col,.btn-share,.pay-rail-btn{
    min-height:44px;
  }
}

/* Dual-rail checkout polish */
.pay-rail-methods{
  display:flex;flex-wrap:wrap;gap:6px;justify-content:center;
  margin:10px 0 4px;
}
.pay-rail-methods span{
  font-size:10px;letter-spacing:.04em;color:#c8c4b8;
  border:1px solid rgba(245,198,107,.22);border-radius:99px;
  padding:4px 8px;background:rgba(10,14,23,.45);
}
.pay-rail-methods span.dim{border:0;background:transparent;padding:4px 2px;color:#6b6b78}
.pay-rail-status{
  min-height:1.4em;margin:8px 0 0;font-size:11px;line-height:1.5;
  color:var(--gold);text-align:center;letter-spacing:.03em;
}
.pay-rail-status.is-err{color:var(--rose,#e07070)}
.pay-rail-status.is-ok{color:#6dcea0}
#packModal .nbox{
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
}

/* Coach bubbles */
.hmc-coach-msg.thinking .hmc-coach-bubble{opacity:.75}
.hmc-coach-text code{
  font-size:11px;background:rgba(6,182,212,.1);padding:1px 5px;border-radius:4px;
}
.hmc-coach-text strong{color:#ffe9c9}
#hmcCoachChips{max-height:88px;overflow:auto}

/* ══════════════════════════════════════════════════════════════════════
   CIV ACADEMY & INTERACTIVE LEARNING LAB STYLES
   ══════════════════════════════════════════════════════════════════════ */
.hmc-academy-panel {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.hmc-academy-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.hmc-lab-nav-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.hmc-lab-nav-tab {
  background: rgba(22, 22, 29, 0.6);
  border: 1px solid var(--line);
  color: var(--text-secondary, #a0aec0);
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 11px;
  font-family: inherit;
  cursor: pointer;
  transition: var(--transition-smooth, all 0.2s ease);
}
.hmc-lab-nav-tab:hover {
  border-color: var(--gold-dim);
  color: #fff;
}
.hmc-lab-nav-tab.active {
  background: rgba(245, 198, 107, 0.12);
  border-color: var(--gold);
  color: var(--gold);
  font-weight: bold;
  box-shadow: 0 0 16px rgba(245, 198, 107, 0.2);
}
.hmc-lab-chips-bar {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.hmc-lab-chip {
  background: rgba(14, 14, 20, 0.85);
  border: 1px solid var(--line);
  color: #c5c5d2;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.hmc-lab-chip:hover {
  border-color: var(--jade-dim);
  color: #fff;
}
.hmc-lab-chip.active {
  background: rgba(110, 231, 183, 0.12);
  border-color: var(--jade);
  color: var(--jade);
  font-weight: 600;
}
.hmc-prog-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: rgba(10, 10, 14, 0.6);
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 16px;
}
.hmc-prog-title {
  font-size: 14px;
  font-weight: bold;
  color: #ffe9c9;
  font-family: 'Cinzel', 'Noto Serif TC', serif;
}
.hmc-prog-desc {
  font-size: 10px;
  color: #8a8a96;
  margin-top: 3px;
}
.hmc-prog-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hmc-lab-select {
  background: rgba(18, 18, 24, 0.85);
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11px;
  cursor: pointer;
}
.hmc-chord-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.hmc-chord-card {
  background: rgba(14, 14, 20, 0.7);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hmc-chord-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.hmc-chord-card.active {
  background: rgba(245, 198, 107, 0.08);
  border-color: var(--gold);
  box-shadow: 0 0 16px rgba(245, 198, 107, 0.25);
}
.hmc-chord-roman {
  font-size: 10px;
  color: #8a8a96;
  font-family: 'Cinzel', serif;
  letter-spacing: .08em;
}
.hmc-chord-name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 4px 0;
  font-family: 'Cinzel', serif;
}
.hmc-chord-notes {
  font-size: 9px;
  color: var(--gold-dim);
  margin-bottom: 8px;
}
.hmc-chord-play-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ddd;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 9px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.hmc-chord-play-btn:hover {
  background: rgba(245, 198, 107, 0.2);
  border-color: var(--gold);
  color: var(--gold);
}

/* Interactive Piano Roll */
.hmc-piano-container {
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}
.hmc-piano-keyboard {
  display: flex;
  position: relative;
  height: 90px;
  background: #08080c;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid var(--line);
  min-width: 580px;
  user-select: none;
}
.hmc-piano-key {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4px;
  border-radius: 0 0 4px 4px;
  transition: background-color 0.12s ease;
}
.hmc-piano-key.white {
  background: #2a2a35;
  border: 1px solid #1a1a24;
  margin: 0 1px;
  z-index: 1;
}
.hmc-piano-key.black {
  background: #111116;
  border: 1px solid #000;
  margin: 0 -8px;
  height: 60%;
  z-index: 2;
}
.hmc-piano-key.hit {
  background: linear-gradient(180deg, var(--gold-dim), var(--gold)) !important;
  box-shadow: 0 0 14px var(--gold);
}
.hmc-piano-key.hit .hmc-key-label {
  color: #000 !important;
  font-weight: bold;
}
.hmc-key-label {
  font-size: 8px;
  color: #6e6e7c;
}
.hmc-lab-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Lyric Forge Section Styles */
.hmc-lyric-sections-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hmc-lyric-sec-card {
  background: rgba(14, 14, 20, 0.55);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}
.hmc-lyric-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.hmc-lyric-sec-badge {
  font-size: 10px;
  font-weight: bold;
  color: var(--gold);
}
.hmc-lyric-sec-bars {
  font-size: 9px;
  color: #8a8a96;
}
.hmc-lyric-sec-desc {
  font-size: 9px;
  color: #8a8a96;
  margin-bottom: 6px;
}
.hmc-lyric-input {
  width: 100%;
  min-height: 48px;
  background: rgba(8, 8, 12, 0.7);
  border: 1px solid var(--input-border, #3a3a44);
  border-radius: 6px;
  color: #e9e9ef;
  font-family: inherit;
  font-size: 11px;
  padding: 6px 8px;
  resize: vertical;
  line-height: 1.5;
}
.hmc-lyric-input:focus {
  outline: none;
  border-color: var(--gold);
}

/* Academy Track Styles */
.hmc-academy-track-card {
  background: rgba(16, 16, 22, 0.7);
  transition: all 0.2s ease;
}
.hmc-academy-track-card.completed {
  border-left: 4px solid var(--jade);
  background: rgba(110, 231, 183, 0.03);
}
.hmc-academy-track-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hmc-academy-lesson-box {
  background: rgba(10, 10, 14, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 6px;
}
.hmc-academy-lesson-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--amber, #fde0b8);
  margin-bottom: 4px;
}
.hmc-academy-lesson-body {
  font-size: 10px;
  color: #a5a5b1;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════════════════
   CIV RHYTHM MATRIX (16-STEP DRUM SEQUENCER)
   ══════════════════════════════════════════════════════════════════════ */
.hmc-rhythm-matrix-box {
  background: rgba(8, 8, 12, 0.7);
  border: 1px solid var(--line, #282833);
  border-radius: 8px;
  padding: 12px;
  margin: 14px 0;
  overflow-x: auto;
}
.hmc-rhythm-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.hmc-rhythm-row:last-child {
  margin-bottom: 0;
}
.hmc-voice-label {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: rgba(20, 20, 28, 0.8);
  border-radius: 4px;
  font-size: 11px;
  color: #e2e2ec;
}
.hmc-voice-audition {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 11px;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.hmc-voice-audition:hover {
  opacity: 1;
}
.hmc-step-grid {
  display: grid;
  grid-template-columns: repeat(16, minmax(22px, 1fr));
  gap: 5px;
  flex: 1;
}
.hmc-step-cell {
  height: 28px;
  min-width: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.hmc-step-cell.downbeat {
  border-left: 2px solid rgba(245, 198, 107, 0.4);
}
.hmc-step-cell:hover {
  border-color: var(--gold, #f5c66b);
}
.hmc-step-cell.playing {
  outline: 2px solid #ffffff;
  outline-offset: 1px;
  filter: brightness(1.4);
}

/* ══════════════════════════════════════════════════════════════════════
   CITIZEN HOLOGRAPHIC ID CARD (3D TILT & FOIL SHIMMER)
   ══════════════════════════════════════════════════════════════════════ */
.hmc-holo-card-wrapper {
  perspective: 1000px;
  margin: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hmc-holo-card {
  position: relative;
  width: 100%;
  max-width: 540px;
  border-radius: 14px;
  background: linear-gradient(135deg, #12131c 0%, #0a0b10 50%, #171924 100%);
  border: 1.5px solid #f5c66b;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 198, 107, 0.15);
  padding: 20px 24px;
  color: #fff;
  transition: transform 0.15s ease-out, box-shadow 0.2s ease;
  transform-style: preserve-3d;
  overflow: hidden;
}
.hmc-holo-glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: 14px;
  mix-blend-mode: color-dodge;
}
.hmc-holo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(245, 198, 107, 0.25);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.hmc-holo-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hmc-holo-emblem {
  font-size: 24px;
  color: #f5c66b;
  text-shadow: 0 0 10px rgba(245, 198, 107, 0.5);
}
.hmc-holo-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #ffe9c9;
}
.hmc-holo-subtitle {
  font-size: 9px;
  color: #8a8a96;
  letter-spacing: 0.05em;
}
.hmc-holo-badge-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(110, 231, 183, 0.12);
  border: 1px solid #6ee7b7;
  color: #6ee7b7;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  font-family: 'Cinzel', sans-serif;
}
.hmc-holo-dot {
  width: 6px;
  height: 6px;
  background: #6ee7b7;
  border-radius: 50%;
  box-shadow: 0 0 6px #6ee7b7;
}
.hmc-holo-body {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.hmc-holo-avatar-frame {
  width: 72px;
  height: 72px;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.hmc-holo-avatar-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1c1d2a, #0d0e14);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.hmc-holo-avatar-icon {
  font-size: 32px;
}
.hmc-holo-info-col {
  flex: 1;
}
.hmc-holo-citizen-name {
  font-family: 'Cinzel', 'Noto Serif TC', serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
}
.hmc-holo-epithet {
  font-size: 11px;
  color: #a5a5b1;
  margin-bottom: 10px;
}
.hmc-holo-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.hmc-holo-meta-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
}
.hmc-holo-meta-lbl {
  font-size: 8px;
  color: #8a8a96;
  font-family: 'Cinzel', sans-serif;
}
.hmc-holo-meta-val {
  font-size: 11px;
  font-weight: bold;
  color: #e2e2ec;
  font-family: 'Cinzel', monospace;
}
.hmc-holo-meta-val.gold { color: #f5c66b; }
.hmc-holo-meta-val.code { color: #06b6d4; }
.hmc-holo-meta-val.jade { color: #6ee7b7; }
.hmc-holo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  font-size: 9px;
  color: #8a8a96;
}
.hmc-holo-seal {
  font-family: 'Cinzel', sans-serif;
  color: #a5a5b1;
}
.hmc-holo-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════════════════
   SMART PROMPT ALCHEMIST (5D PALETTE BAR)
   ══════════════════════════════════════════════════════════════════════ */
.hmc-alchemist-container {
  background: rgba(14, 15, 22, 0.85);
  border: 1px solid rgba(245, 198, 107, 0.25);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
}
.hmc-alchemist-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.hmc-alchemist-title {
  font-size: 11px;
  font-weight: bold;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hmc-alchemist-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.hmc-alchemist-row:last-child {
  margin-bottom: 0;
}
.hmc-alchemist-lbl {
  font-size: 9px;
  color: #8a8a96;
  width: 60px;
  flex-shrink: 0;
  font-family: 'Cinzel', sans-serif;
}
.hmc-alchemist-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d1d1db;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.hmc-alchemist-pill:hover {
  background: rgba(245, 198, 107, 0.12);
  border-color: var(--gold);
  color: #ffe9c9;
}

/* ══════════════════════════════════════════════
   Multi-device layout: phone · tablet · laptop · desktop
   ══════════════════════════════════════════════ */
html,body{max-width:100%;overflow-x:hidden}
img,video,svg{max-width:100%;height:auto}
#app,.tabpage,.panel,.artifact,.nbox,.dashboard-hub{min-width:0;box-sizing:border-box}
.artifact .atitle,.arow,.ptitle{overflow-wrap:anywhere;word-break:break-word}

/* Phone */
@media (max-width:479.98px){
  #app{padding:12px 12px calc(92px + env(safe-area-inset-bottom,0px)) !important}
  .top{flex-wrap:wrap;gap:8px;align-items:flex-start}
  .logo{gap:8px}
  .logo h1{font-size:13px;letter-spacing:.12em}
  .hex{font-size:22px}
  .toprt{width:100%;justify-content:flex-start;gap:6px}
  .hmc-auth-slot{margin-left:auto}
  .iconbtn{min-width:40px;min-height:40px}
  .grid,.grid-2,.grid-3{grid-template-columns:1fr !important;gap:14px}
  .panel{padding:16px}
  .metrics-hud-row{grid-template-columns:1fr !important;gap:10px}
  .hud-metric-val{font-size:18px}
  .dashboard-hub{padding:16px}
  .dashboard-user-greeting{flex-direction:column;align-items:flex-start}
  .artifact{flex-direction:column;align-items:stretch;gap:10px;padding:12px}
  .artifact .play{align-self:flex-start}
  .artifact .acol{align-items:flex-start;width:100%}
  .minirow{justify-content:flex-start;width:100%}
  .minirow .btn-share,.minirow .btn-master,.minirow .btn-col{
    flex:1 1 calc(50% - 8px);min-width:0;justify-content:center
  }
  #consentWindow .nbox.consent-card{
    max-width:100%;
    max-height:min(96dvh,96vh);
    padding:18px 14px 16px !important;
    border-radius:16px
  }
  .nbox{padding:22px 16px;max-width:100%}
  .pay-rail-btn{width:100%}
  .primary-nav-group{flex-wrap:wrap}
  .era-strip{font-size:11px;padding:8px 10px}
  #packModal .nbox{max-width:100%;margin:8px}
  .hmc-alchemist-lbl{width:100%}
}

/* Large phone */
@media (min-width:480px) and (max-width:767.98px){
  #app{padding:16px 16px calc(92px + env(safe-area-inset-bottom,0px)) !important}
  .grid,.grid-2{grid-template-columns:1fr !important}
  .metrics-hud-row{grid-template-columns:1fr 1fr}
  .artifact{flex-wrap:wrap}
  .artifact .acol{margin-left:auto}
  #consentWindow .nbox.consent-card{max-width:min(520px,96vw)}
}

/* Tablet */
@media (min-width:768px) and (max-width:1023.98px){
  #app{padding:24px 20px 48px;max-width:960px}
  .grid{grid-template-columns:1fr !important;gap:18px}
  .grid-2{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .desktop-nav{flex-wrap:wrap;gap:10px}
  .primary-nav-group{flex:1;min-width:0;overflow-x:auto}
  .metrics-hud-row{grid-template-columns:repeat(3,1fr)}
  .secondary-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}
  #hmcCoachFab{bottom:20px}
}

/* Laptop / notebook */
@media (min-width:1024px) and (max-width:1279.98px){
  #app{max-width:1080px;padding:28px 24px 56px}
  .grid{grid-template-columns:280px 1fr;gap:20px}
  .metrics-hud-row{grid-template-columns:repeat(3,1fr)}
}

/* Desktop */
@media (min-width:1280px){
  #app{max-width:1180px;padding:32px 28px 64px}
  .grid{grid-template-columns:320px 1fr;gap:26px}
}

/* Landscape phones: don't hide content under notch / home indicator */
@media (max-height:500px) and (orientation:landscape){
  #consentWindow .nbox.consent-card{max-height:92vh;overflow-y:auto}
  #hmcCoachPanel{height:min(88vh,420px);bottom:12px}
  .mobile-nav{padding-top:4px;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))}
}

/* Touch: 44px targets everywhere small screens */
@media (max-width:1023.98px){
  button,.tab,.primary-tab,.gact,.btn-share,.btn-master,.btn-col,.btn-forge,
  .pay-rail-btn,.hmc-alchemist-pill,.style-tag,.checkin-btn{
    min-height:44px
  }
  .hmc-alchemist-pill{padding:8px 12px;font-size:11px}
}

html[data-theme="light"] .mobile-nav,
html[data-theme="light"] #mobileChipBar:not(.hidden){
  background:rgba(255,253,248,.94);
  border-top-color:var(--line)
}


