/* Static phone mockup mini-styles for landing page */

/* ====== Phone screen content ====== */
.mock-screen {
  width: 100%; height: 100%;
  background: #fefaf0;
  font-family: 'Quicksand', system-ui, sans-serif;
  color: #2d2a26;
  display: flex; flex-direction: column;
  overflow: hidden;
  position: relative;
}

.mock-statusbar {
  height: 38px; flex-shrink: 0;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 0 22px 4px;
  font-size: 13px; font-weight: 700;
  background: transparent;
  position: relative; z-index: 6;
}
.mock-statusbar .icons { display: flex; gap: 5px; align-items: center; opacity: 0.85; }
.mock-statusbar .icons span {
  display: inline-block; width: 14px; height: 9px;
  border-radius: 2px; background: currentColor;
}
.mock-statusbar .icons .battery {
  width: 22px; height: 11px; border-radius: 3px;
  border: 1.5px solid currentColor; background: transparent;
  position: relative;
}
.mock-statusbar .icons .battery::before {
  content: ''; position: absolute; inset: 1.5px;
  width: 70%; background: currentColor; border-radius: 1px;
}

/* HOME SCREEN */
.mock-home-hero {
  height: 280px; flex-shrink: 0;
  background: linear-gradient(180deg, #c8dcb0 0%, #a7c48a 100%);
  position: relative; overflow: hidden;
  padding: 0 18px 16px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.mock-home-hero::before {
  content: ''; position: absolute;
  bottom: -10px; left: -10%; right: -10%; height: 70px;
  background:
    radial-gradient(40px 30px at 20% 100%, #7ba05b 50%, transparent 51%),
    radial-gradient(60px 40px at 50% 100%, #4a7856 50%, transparent 51%),
    radial-gradient(45px 32px at 80% 100%, #7ba05b 50%, transparent 51%),
    #b6d08a;
}
.mock-home-hero::after {
  content: ''; position: absolute;
  top: 60px; left: 30px; width: 60px; height: 22px;
  background: rgba(254,250,240,0.9);
  border-radius: 999px;
  box-shadow:
    20px -6px 0 -3px rgba(254,250,240,0.85),
    -16px -2px 0 -4px rgba(254,250,240,0.85);
}
.mock-home-topbar { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.mock-kid-chip {
  display: flex; align-items: center; gap: 8px;
  background: rgba(254,250,240,0.92);
  padding: 5px 14px 5px 5px;
  border-radius: 999px;
  font-weight: 700; font-size: 13px;
  box-shadow: 0 2px 6px rgba(45,42,38,0.08);
}
.mock-kid-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: #e8803a;
  display: flex; align-items: center; justify-content: center;
  color: #fefaf0; font-family: 'Fraunces', serif; font-weight: 800;
  font-size: 14px;
}
.mock-hearts-pill {
  display: flex; align-items: center; gap: 6px;
  background: rgba(254,250,240,0.92);
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 800; font-size: 14px;
  color: #b8513f;
  box-shadow: 0 2px 6px rgba(45,42,38,0.08);
}
.mock-greeting {
  position: relative; z-index: 2;
  margin-bottom: 6px;
}
.mock-greeting h1 {
  font-family: 'Fraunces', serif; font-weight: 800;
  font-size: 28px; line-height: 1.05; color: #2d2a26;
  margin: 0 0 4px; letter-spacing: -0.02em;
}
.mock-greeting p { font-size: 13px; color: #4a3f30; margin: 0; font-weight: 600; }
.mock-creature {
  position: absolute; right: 20px; bottom: 8px;
  width: 90px; height: 90px;
  background: #e8803a;
  border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
  z-index: 2;
}
.mock-creature::before, .mock-creature::after {
  content: '';
  position: absolute; top: 22px;
  width: 14px; height: 14px; border-radius: 50%;
  background: #2d2a26;
}
.mock-creature::before { left: 22px; }
.mock-creature::after { right: 22px; }
.mock-creature-mouth {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 10px; border-bottom: 2.5px solid #2d2a26;
  border-radius: 0 0 22px 22px;
}
.mock-creature-ears {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 70px; display: flex; justify-content: space-between;
}
.mock-creature-ears span {
  width: 22px; height: 22px; background: #c1591a;
  border-radius: 50% 50% 0 50%;
}
.mock-creature-ears span:last-child { border-radius: 50% 50% 50% 0; }

.mock-stats {
  display: flex; gap: 8px; padding: 14px 16px 6px; flex-shrink: 0;
}
.mock-stat {
  flex: 1; padding: 12px;
  background: #f8f0e0;
  border-radius: 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.mock-stat .label { font-size: 10px; color: #6b5f52; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.mock-stat .value { font-family: 'Fraunces', serif; font-weight: 800; font-size: 22px; color: #2d2a26; }
.mock-stat.acc .value { color: #4a7856; }

.mock-section-title {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: 17px; color: #2d2a26;
  padding: 14px 18px 10px;
  letter-spacing: -0.01em;
}
.mock-quest-list {
  flex: 1; overflow: hidden;
  padding: 0 16px;
  display: flex; flex-direction: column; gap: 10px;
}
.mock-quest {
  background: #fefaf0;
  border: 1px solid rgba(45,42,38,0.08);
  border-radius: 18px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 2px 0 rgba(45,42,38,0.04);
}
.mock-quest.done { background: #f4efe2; opacity: 0.85; }
.mock-quest-icon {
  width: 42px; height: 42px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.mock-quest-body { flex: 1; min-width: 0; }
.mock-quest-title { font-weight: 700; font-size: 14px; color: #2d2a26; line-height: 1.2; }
.mock-quest-meta { font-size: 11px; color: #6b5f52; font-weight: 600; margin-top: 2px; }
.mock-quest-reward {
  background: #fef3df; color: #b8513f;
  padding: 4px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; gap: 3px;
}
.mock-quest.done .mock-quest-reward { background: rgba(74,120,86,0.15); color: #4a7856; }
.mock-quest.done .mock-quest-title { text-decoration: line-through; text-decoration-color: rgba(45,42,38,0.4); }

.mock-tabbar {
  height: 64px; flex-shrink: 0;
  background: #fefaf0;
  border-top: 1px solid rgba(45,42,38,0.05);
  display: flex; align-items: center; justify-content: space-around;
  padding: 0 12px 8px;
  margin-top: auto;
}
.mock-tab {
  width: 38px; height: 38px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #a89b8c;
}
.mock-tab.active { background: #4a7856; color: #fefaf0; }

/* QUESTS SCREEN (list) */
.mock-quests-header {
  padding: 16px 18px 10px; flex-shrink: 0;
}
.mock-quests-header h1 {
  font-family: 'Fraunces', serif; font-weight: 800;
  font-size: 28px; margin: 0; letter-spacing: -0.02em;
}
.mock-quests-header p { font-size: 13px; color: #6b5f52; margin: 4px 0 0; font-weight: 600; }
.mock-filter-row {
  display: flex; gap: 6px; padding: 4px 18px 14px; flex-shrink: 0;
  overflow: hidden;
}
.mock-pill {
  padding: 6px 12px; border-radius: 999px;
  background: #f4efe2; color: #6b5f52;
  font-size: 12px; font-weight: 700;
  white-space: nowrap;
}
.mock-pill.active { background: #4a7856; color: #fefaf0; }
.mock-quest-list-full {
  flex: 1; overflow: hidden;
  padding: 0 16px;
  display: flex; flex-direction: column; gap: 10px;
}

/* REWARDS SCREEN */
.mock-rewards-hero {
  padding: 16px 18px 22px; flex-shrink: 0;
  background: linear-gradient(180deg, #f4d6c0 0%, #f8f0e0 100%);
  border-bottom: 1px solid rgba(45,42,38,0.06);
}
.mock-rewards-hero h1 {
  font-family: 'Fraunces', serif; font-weight: 800;
  font-size: 26px; margin: 0; letter-spacing: -0.02em;
}
.mock-balance-card {
  margin-top: 12px;
  background: #fefaf0;
  border-radius: 16px;
  padding: 14px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 2px 8px rgba(45,42,38,0.06);
}
.mock-balance-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: #d85a5a; color: #fefaf0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.mock-balance-text .v {
  font-family: 'Fraunces', serif; font-weight: 800; font-size: 22px; color: #2d2a26;
}
.mock-balance-text .l { font-size: 11px; color: #6b5f52; font-weight: 600; }
.mock-rewards-grid {
  flex: 1; padding: 14px 16px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  align-content: start;
  overflow: hidden;
}
.mock-reward {
  background: #fefaf0;
  border: 1px solid rgba(45,42,38,0.08);
  border-radius: 16px;
  padding: 10px 12px 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.mock-reward-tile {
  height: 60px; border-radius: 12px;
  margin-bottom: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
}
.mock-reward-title { font-weight: 700; font-size: 12px; line-height: 1.2; color: #2d2a26; }
.mock-reward-cost { font-size: 11px; color: #b8513f; font-weight: 800; margin-top: 2px; display: flex; align-items: center; gap: 3px; }

/* PARENT PORTAL MOCKUP */
.mock-portal {
  width: 100%; height: 100%;
  background: #f4efe2;
  font-family: 'Quicksand', system-ui, sans-serif;
  color: #2d2a26;
  display: flex;
  overflow: hidden;
}
.mock-portal-side {
  width: 180px; flex-shrink: 0;
  background: #fefaf0;
  border-right: 1px solid rgba(45,42,38,0.08);
  padding: 18px 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.mock-portal-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 8px; margin-bottom: 18px;
  font-family: 'Fraunces', serif; font-weight: 800; font-size: 17px;
}
.mock-portal-nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #6b5f52;
}
.mock-portal-nav-item.active { background: #4a7856; color: #fefaf0; }
.mock-portal-nav-item .dot {
  width: 16px; height: 16px; border-radius: 5px; background: currentColor; opacity: 0.85;
}
.mock-portal-main {
  flex: 1; padding: 22px 26px; overflow: hidden;
  display: flex; flex-direction: column; gap: 14px;
}
.mock-portal-topbar {
  display: flex; align-items: baseline; gap: 10px; flex-shrink: 0;
}
.mock-portal-topbar h1 {
  font-family: 'Fraunces', serif; font-weight: 800; font-size: 26px;
  margin: 0; letter-spacing: -0.02em;
}
.mock-portal-topbar .sub { font-size: 13px; color: #6b5f52; font-weight: 600; }
.mock-portal-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  flex-shrink: 0;
}
.mock-pcard {
  background: #fefaf0;
  border: 1px solid rgba(45,42,38,0.08);
  border-radius: 14px;
  padding: 14px;
}
.mock-pcard .label { font-size: 11px; color: #6b5f52; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.mock-pcard .value { font-family: 'Fraunces', serif; font-weight: 800; font-size: 26px; color: #2d2a26; margin-top: 4px; }
.mock-pcard .change { font-size: 11px; font-weight: 700; color: #4a7856; margin-top: 4px; }

.mock-portal-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px;
  flex: 1; min-height: 0;
}
.mock-panel {
  background: #fefaf0;
  border: 1px solid rgba(45,42,38,0.08);
  border-radius: 14px;
  padding: 16px;
  display: flex; flex-direction: column;
}
.mock-panel h3 {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 14px;
  margin: 0 0 12px; letter-spacing: -0.01em;
}
.mock-row {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(45,42,38,0.06);
  font-size: 12px;
}
.mock-row:first-of-type { border-top: 0; padding-top: 0; }
.mock-row .who {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fefaf0; font-family: 'Fraunces', serif; font-weight: 800; font-size: 12px;
  flex-shrink: 0;
}
.mock-row .what { flex: 1; min-width: 0; }
.mock-row .what b { font-weight: 700; color: #2d2a26; }
.mock-row .what .meta { font-size: 11px; color: #6b5f52; }
.mock-pill-tiny {
  padding: 3px 8px; border-radius: 999px;
  font-size: 10px; font-weight: 700;
  background: #f4efe2; color: #6b5f52;
}
.mock-pill-tiny.warn { background: rgba(232,128,58,0.18); color: #c1591a; }
.mock-pill-tiny.ok { background: rgba(123,160,91,0.22); color: #4a7856; }
