/* Deferred homepage phone mockup styling */
.phone-dashboard { padding: 48px 18px 18px; height: 100%; display: flex; flex-direction: column; }
.phone-status-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding: 0 4px; }
.phone-time { font-size: 0.75rem; font-weight: 600; color: #1e293b; }
.phone-icons { display: flex; gap: 4px; align-items: center; }
.phone-icons i { font-size: 0.65rem; color: #1e293b; }
.phone-app-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.phone-app-logo { font-size: 1.1rem; font-weight: 700; color: #1e293b; }
.phone-live-badge { display: flex; align-items: center; gap: 6px; background: rgba(16, 185, 129, 0.1); padding: 4px 10px; border-radius: 20px; }
.phone-live-dot { width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite; }
.phone-live-text { font-size: 0.65rem; font-weight: 600; color: #10b981; }
.phone-greeting { margin-bottom: 20px; }
.phone-greeting-sub { display: block; font-size: 0.85rem; color: #64748b; }
.phone-greeting-name { display: block; font-size: 1.35rem; font-weight: 700; color: #1e293b; }
.phone-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.phone-stat-card { padding: 14px; border-radius: 14px; color: white; }
.phone-stat-card.blue { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); }
.phone-stat-card.purple { background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%); }
.phone-stat-label { display: block; font-size: 0.65rem; opacity: 0.9; margin-bottom: 4px; }
.phone-stat-value { display: block; font-size: 1.35rem; font-weight: 700; }
.phone-circle-card { background: white; border-radius: 16px; padding: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.05); flex: 1; }
.phone-circle-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.phone-circle-emoji { font-size: 1.75rem; }
.phone-circle-name { display: block; font-size: 0.95rem; font-weight: 600; color: #1e293b; }
.phone-circle-status { display: block; font-size: 0.7rem; color: #047857; font-weight: 600; }
.phone-progress-section { margin-bottom: 14px; }
.phone-progress-header { display: flex; justify-content: space-between; margin-bottom: 6px; }
.phone-progress-label { font-size: 0.65rem; color: #64748b; }
.phone-progress-count { font-size: 0.65rem; color: #64748b; font-weight: 600; }
.phone-progress-bar { height: 6px; background: #e2e8f0; border-radius: 3px; overflow: hidden; }
.phone-progress-fill { width: 75%; height: 100%; background: linear-gradient(90deg, #2563eb, #7c3aed); border-radius: 3px; }
.phone-payout { display: flex; justify-content: space-between; align-items: center; padding: 12px; background: linear-gradient(135deg, rgba(37,99,235,0.08) 0%, rgba(124,58,237,0.08) 100%); border-radius: 10px; }
.phone-payout-label { font-size: 0.75rem; color: #64748b; }
.phone-payout-value { font-size: 1.1rem; font-weight: 700; color: #2563eb; }
.phone-bottom-nav { display: flex; justify-content: space-around; padding: 12px 0 4px; margin-top: 12px; border-top: 1px solid #f1f5f9; }
.phone-nav-icon { font-size: 1.1rem; opacity: 0.4; }
.phone-nav-icon.active { opacity: 1; }
.phone-nav-add { width: 36px; height: 36px; background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: -20px; box-shadow: 0 4px 12px rgba(37,99,235,0.4); }
.phone-nav-add span { font-size: 1rem; filter: grayscale(1) brightness(10); }
.phone-screen-custom { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important; border-radius: 36px !important; padding: 0 !important; overflow: hidden !important; position: relative !important; }

@media (max-width: 768px) {
  .phone-dashboard { padding: 40px 14px 14px; }
  .phone-greeting-name { font-size: 1.15rem; }
  .phone-stat-value { font-size: 1.15rem; }
  .phone-stat-card { padding: 10px; }
  .phone-circle-card { padding: 12px; }
  .phone-circle-emoji { font-size: 1.5rem; }
  .phone-payout { padding: 10px; }
  .phone-nav-add { width: 32px; height: 32px; margin-top: -16px; }
}

@media (max-width: 380px) {
  .phone-dashboard { padding: 36px 10px 10px; }
  .phone-app-logo { font-size: 0.95rem; }
  .phone-greeting-name { font-size: 1rem; }
  .phone-stat-value { font-size: 1rem; }
  .phone-stats-grid { gap: 6px; }
  .phone-stat-card { padding: 8px; border-radius: 10px; }
  .phone-stat-label { font-size: 0.55rem; }
  .phone-circle-card { padding: 10px; border-radius: 12px; }
}
