/* Child (tablet 2.0) — dark home + bottom nav. Loads after tablet.css */

.v2-stage {
  background:
    radial-gradient(ellipse 50% 35% at 20% 0%, rgba(88, 101, 242, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 30% at 80% 10%, rgba(45, 212, 191, 0.15), transparent 50%),
    #c8ced8;
}

.frame-tablet.v2-frame {
  border-color: #0d1220;
  background: #0d1220;
}

.v2-screen {
  background: #0a132e !important;
  color: #e8eef8;
}

.v2-status {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: none !important;
  padding: 4px 12px !important;
  font-size: 10px !important;
  min-height: 0 !important;
}
.v2-status .bat i {
  background: rgba(255, 255, 255, 0.7);
}

.v2-app {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: #0a132e;
}

.v2-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 12px 2px;
  flex-shrink: 0;
}
.v2-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.v2-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}
.v2-greeting {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-top-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.v2-lang.lang-seg {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 2px;
  position: relative;
  z-index: 6;
  pointer-events: auto;
}
.v2-lang.lang-seg [data-lang] {
  color: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(45, 212, 191, 0.35);
}
.v2-lang.lang-seg [data-lang].on {
  background: #2dd4bf;
  color: #042f2e;
}
.v2-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #6366f1, #a855f7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.v2-avatar .ico {
  width: 14px;
  height: 14px;
}

.v2-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 12px 6px;
  flex-shrink: 0;
}
.v2-toolbar .title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.v2-toolbar .credit {
  background: rgba(45, 212, 191, 0.15);
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.35);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
}

.v2-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 2px 10px 6px;
  display: block !important;
  grid-template-columns: none !important;
  -webkit-overflow-scrolling: touch;
}
.v2-body.v2-home-body {
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  padding: 2px 10px 4px;
}

/* —— Dark theme: panels / cards / buttons (fix light-on-light) —— */
.v2-screen .tab-panel,
.v2-screen .tip,
.v2-screen .tab-continue,
.v2-screen .kid-key,
.v2-screen .banner,
.v2-screen .card,
.v2-screen .stat-grid .card,
.v2-screen .list-row,
.v2-screen .word-card,
.v2-screen .mcq-choice {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #f1f5f9 !important;
}
.v2-screen .tip {
  display: none !important;
}
.v2-screen .tab-panel {
  padding: 8px;
  gap: 6px;
}
.v2-screen .tab-col {
  gap: 6px;
}
.v2-screen .h1,
.v2-screen .h2,
.v2-screen .name,
.v2-screen .t,
.v2-screen label,
.v2-screen .tab-toolbar .title,
.v2-screen .card .name,
.v2-screen .stat-grid .name {
  color: #ffffff !important;
}
.v2-screen .h2 {
  font-size: 16px !important;
  font-weight: 800;
}
.v2-screen .name {
  font-size: 14px !important;
}
.v2-screen .list-row {
  min-height: 52px;
  padding: 10px 12px !important;
}
.v2-screen .tab-tile.kid {
  min-height: 88px;
  padding: 12px !important;
}
.v2-screen .tab-tile.kid .name {
  font-size: 14px !important;
}
.v2-screen .tab-tile.kid .ico {
  width: 28px;
  height: 28px;
}

.v2-screen .meta,
.v2-screen .s,
.v2-screen .tip,
.v2-screen .card .meta,
.v2-screen .stat-grid .meta,
.v2-screen .list-row .s {
  color: rgba(241, 245, 249, 0.88) !important;
}
.v2-screen .ui-input,
.v2-screen textarea.ui-input,
.v2-screen input.ui-input {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.v2-screen .tab-tile.kid {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}
.v2-screen .tab-tile.kid .name {
  color: #fff !important;
}
.v2-screen .tab-tile.kid .meta {
  color: rgba(241, 245, 249, 0.85) !important;
}
.v2-screen .btn {
  font-weight: 700;
  min-height: 40px;
  font-size: 13px;
  padding: 8px 14px;
}
.v2-screen .btn.outline,
.v2-screen .btn.ghost {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #f8fafc !important;
}
.v2-screen .btn.primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
  border: none !important;
  color: #fff !important;
}
.v2-screen .btn.sm {
  padding: 8px 12px;
  font-size: 12px;
  min-height: 36px;
}
.v2-screen .tab-foot {
  gap: 6px;
  margin-top: 6px;
}
.v2-screen .tab-foot .btn {
  width: 100%;
  justify-content: center;
}
.v2-screen .lang-seg:not(.v2-lang) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}
.v2-screen .lang-seg:not(.v2-lang) [data-lang],
.v2-screen .lang-seg:not(.v2-lang) [data-dict-lang],
.v2-screen .lang-seg:not(.v2-lang) [data-ocr-src] {
  color: rgba(255, 255, 255, 0.8);
}
.v2-screen .lang-seg:not(.v2-lang) [data-lang].on,
.v2-screen .lang-seg:not(.v2-lang) [data-dict-lang].on,
.v2-screen .lang-seg:not(.v2-lang) [data-ocr-src].on {
  background: #2dd4bf;
  color: #042f2e;
}
.v2-screen .bubble.bot {
  background: rgba(255, 255, 255, 0.12);
  color: #f1f5f9;
}
.v2-screen .bubble.user {
  background: #6366f1;
  color: #fff;
}
.v2-screen .lock-banner {
  background: rgba(251, 146, 60, 0.2);
  border-color: rgba(251, 146, 60, 0.45);
  color: #fdba74;
}
.v2-screen .home-bar {
  display: none;
}
.v2-screen .pill {
  color: #042f2e;
}
.v2-screen .pill.on {
  background: #2dd4bf;
  color: #042f2e;
}
.v2-screen .banner.ok {
  background: rgba(45, 212, 191, 0.18) !important;
  border-color: rgba(45, 212, 191, 0.4) !important;
  color: #99f6e4 !important;
}
.v2-screen .banner.warn {
  background: rgba(251, 146, 60, 0.2) !important;
  border-color: rgba(251, 146, 60, 0.45) !important;
  color: #fdba74 !important;
}
.v2-screen .stat-grid {
  gap: 6px;
}
.v2-screen .stat-grid .card {
  padding: 8px 10px;
}
.v2-screen .stat-grid .card .name {
  font-size: 18px !important;
  color: #fff !important;
}
.v2-screen .stat-grid .card .meta {
  color: rgba(241, 245, 249, 0.9) !important;
  font-weight: 600;
}
.v2-screen a.btn {
  text-decoration: none;
}

/* —— Home dashboard (kid-scale: bigger type/targets, filled cards) —— */
.v2-home {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
  justify-content: space-between;
}
.v2-hero-row {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 8px;
  flex-shrink: 0;
}
.v2-card {
  border-radius: 16px;
  padding: 10px 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}
.v2-card-ai {
  background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 40%, #312e81 100%);
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-height: 76px;
}
.v2-card-ai-art {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v2-hero-ico {
  width: 28px;
  height: 28px;
  color: #e9d5ff;
}
.v2-card-ai-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v2-card-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}
.v2-card-sub {
  font-size: 11px;
  margin-top: 2px;
  color: #ecfeff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  font-weight: 600;
}
.v2-ask-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 6px 8px 6px 12px;
  min-height: 40px;
}
.v2-ask-ph {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-mini-ico {
  width: 16px;
  height: 16px;
  color: #475569;
}
.v2-ask-mic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #7c3aed, #4f46e5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v2-ask-mic .v2-mini-ico {
  color: #fff;
  width: 14px;
  height: 14px;
}

.v2-card-eye {
  background: linear-gradient(145deg, #0f766e 0%, #0d9488 60%, #14b8a6 100%);
  justify-content: space-between;
  min-height: 76px;
}
.v2-eye-art {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}
.v2-eye-art .v2-hero-ico {
  color: #ecfeff;
}

.v2-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex-shrink: 0;
}
.v2-feat {
  min-height: 72px;
  padding: 10px 12px 10px 10px;
  justify-content: flex-start;
  gap: 6px;
}
.v2-feat-dict {
  background: linear-gradient(160deg, #1e3a8a, #2563eb);
}
.v2-feat-essay {
  background: linear-gradient(160deg, #581c87, #9333ea);
}
.v2-feat-vocab {
  background: linear-gradient(160deg, #115e59, #0d9488);
}
.v2-feat-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2-feat-ico .ico {
  width: 18px;
  height: 18px;
}
.v2-feat-name {
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
  margin-right: 22px;
  color: #fff;
  line-height: 1.25;
}
.v2-feat-go {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}

.v2-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-top: 0;
  flex-shrink: 0;
}
.v2-resume {
  background: #2dd4bf;
  color: #042f2e;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  min-height: 28px;
}

.v2-continue-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  align-items: stretch;
}
.v2-cont {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 10px;
  text-decoration: none;
  color: #f1f5f9;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 4px 8px;
  align-items: start;
  min-height: 96px;
  height: 100%;
}
.v2-cont-badge {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  grid-row: 1 / span 2;
}
.v2-cont-sub {
  font-size: 11px;
  color: rgba(241, 245, 249, 0.9);
  font-weight: 700;
}
.v2-cont-title {
  font-size: 13px;
  font-weight: 700;
  grid-column: 2;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.v2-cont-copy {
  display: contents;
}
.v2-prog {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  margin-top: auto;
  align-self: end;
}
.v2-prog i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2dd4bf, #6366f1);
  border-radius: 999px;
}
.v2-pct {
  display: none;
}

.v2-subjects {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.v2-subjects::-webkit-scrollbar {
  display: none;
}
.v2-subjects-stack {
  flex-direction: column;
  overflow: auto;
  gap: 8px;
}
.v2-subj {
  flex: 1 1 0;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.v2-subjects-stack .v2-subj {
  min-width: 0;
  width: 100%;
  flex: none;
  font-size: 13px;
  padding: 10px 12px;
  min-height: 48px;
}
.v2-subj-ico {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.v2-chev {
  margin-left: auto;
  opacity: 0.65;
  font-size: 14px;
  color: #fff;
}
.v2-b-cn { background: #f97316; color: #fff; }
.v2-b-en { background: #3b82f6; color: #fff; }
.v2-b-bm { background: #22c55e; color: #052e16; }
.v2-b-math { background: #eab308; color: #422006; }
.v2-b-sci { background: #a855f7; color: #fff; }

.v2-learn-lead {
  margin: 0 0 8px;
  font-size: 12px;
  color: rgba(241, 245, 249, 0.88);
}

/* MyApp — system / device shortcuts */
.v2-body.v2-app-body {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column;
}
.v2-app-screen {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.v2-app-panel {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.v2-app-foot {
  flex-shrink: 0;
}
.v2-app-foot .btn {
  width: 100%;
  justify-content: center;
}

.v2-myapp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex: 1;
  min-height: 0;
  align-content: start;
  padding-bottom: 4px;
}
.v2-myapp-page {
  margin-top: 4px;
  gap: 10px;
}
.v2-myapp-page .v2-myapp-item {
  min-height: 88px;
  padding: 12px 8px;
}
.v2-myapp-page .v2-myapp-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}
.v2-myapp-page .v2-myapp-ico .ico {
  width: 22px;
  height: 22px;
}
.v2-myapp-page .v2-myapp-name {
  font-size: 11px;
}
.v2-myapp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 72px;
  padding: 8px 4px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
}
.v2-myapp-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v2-myapp-ico .ico {
  width: 20px;
  height: 20px;
  color: #fff;
}
.v2-myapp-browser { background: linear-gradient(145deg, #2563eb, #1d4ed8); }
.v2-myapp-setting { background: linear-gradient(145deg, #64748b, #475569); }
.v2-myapp-parenting { background: linear-gradient(145deg, #f59e0b, #d97706); }
.v2-myapp-camera { background: linear-gradient(145deg, #0d9488, #0f766e); }
.v2-myapp-gallery { background: linear-gradient(145deg, #a855f7, #7e22ce); }
.v2-myapp-clock { background: linear-gradient(145deg, #f43f5e, #e11d48); }
.v2-myapp-name {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v2-browser-url {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(241, 245, 249, 0.85);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-setting-list {
  justify-content: center;
  gap: 10px;
}
.v2-setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.v2-parenting-panel {
  justify-content: center;
  gap: 12px;
}
.v2-parenting-stat {
  text-align: center;
  padding: 12px 8px 4px;
}
.v2-parenting-mins {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #2dd4bf;
  letter-spacing: -0.03em;
}
.v2-camera-panel {
  gap: 10px;
}
.v2-camera-view {
  position: relative;
  flex: 1;
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.v2-camera-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v2-camera-hint {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.v2-snap-toast {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(45, 212, 191, 0.95);
  color: #042f2e;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}
.v2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex: 1;
  min-height: 0;
}
.v2-gallery-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.v2-gallery-tile {
  display: block;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
}
.v2-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v2-clock-panel {
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.v2-clock-ring {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid rgba(45, 212, 191, 0.35);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.v2-clock-time {
  position: relative;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}
.v2-clock-date {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.85);
}

/* Bottom nav — primary kid touch target */
.v2-bottom-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
  background: rgba(6, 10, 24, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  backdrop-filter: blur(12px);
}
.v2-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  padding: 4px 1px;
  border-radius: 10px;
  min-height: 52px;
  line-height: 1.1;
}
.v2-bottom-nav a .ico {
  width: 20px;
  height: 20px;
}
.v2-bottom-nav a.on {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.12);
}
.v2-bottom-nav a.on .ico {
  color: #2dd4bf;
}

.v2-stage .tablet-caption {
  color: #3f4a5a;
}

/* Extra-tight when the device frame is short */
@media (max-height: 700px) {
  .v2-card-ai-art {
    display: none;
  }
  .v2-card-ai,
  .v2-card-eye {
    min-height: 64px;
  }
  .v2-feat {
    min-height: 60px;
  }
  .v2-cont {
    min-height: 84px;
  }
}

@media (max-width: 720px) {
  .v2-hero-row {
    grid-template-columns: 1fr 1fr;
  }
  .v2-continue-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
