/* --- base.css --- */
 /* ============================================
    HOME - BASE v3.4 — iPHONE CARTOON PRETO & BRANCO
    ✅ v3.4: Carrossel não cresce mais — anúncio com espaço
    Squircle iOS + traço cartoon + halftone + mola
    © 2026 LITE STUDIO
    ============================================ */
 .st-home-container {
     min-height: 100vh;
     min-height: 100dvh;
     padding: 20px;
     padding-top: max(20px, env(safe-area-inset-top, 20px));
     padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
     position: relative;
     z-index: 2;
     display: flex;
     flex-direction: column;
     gap: 16px;
     overflow-y: auto !important;
     overflow-x: hidden !important;
     -webkit-overflow-scrolling: touch;
     background: #000000;
     background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1.6px);
     background-size: 16px 16px;
     --accent-light: #ffffff;
     --accent-dark: #8a8a8a;
     font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Rajdhani', sans-serif;
 }
 .st-home-container .st-icon { color: #ffffff !important; }
 .st-home-container::before { content: none; }
 /* ============================================
    HEADER (pill iOS)
    ============================================ */
 .st-home-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-shrink: 0;
 }
 .st-home-brand {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 10px 18px;
     background: #101010;
     border: 2px solid #ffffff;
     border-radius: 999px;
     box-shadow: 0 4px 0 rgba(255,255,255,0.18);
 }
 .st-home-brand-logo {
     color: #ffffff;
     display: flex;
 }
 .st-home-brand-name {
     font-family: inherit;
     font-size: 1.05rem;
     font-weight: 800;
     color: #ffffff;
     letter-spacing: 0.02em;
     text-transform: none;
 }
 .st-home-header-right {
     display: flex;
     align-items: center;
     gap: 10px;
 }
 .st-home-add-small {
     width: 46px;
     height: 46px;
     background: #ffffff;
     border: none;
     color: #000000;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     border-radius: 999px;
     box-shadow: 0 4px 0 rgba(255,255,255,0.25);
     transition: transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.15s ease;
 }
 .st-home-add-small:active { transform: translateY(3px) scale(0.95); box-shadow: 0 1px 0 rgba(255,255,255,0.25); }
 .st-home-add-small:disabled { background: #2a2a2a; color: #666; box-shadow: none; cursor: not-allowed; }
 .st-home-counter-badge {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 8px 14px;
     background: #101010;
     border: 2px solid rgba(255,255,255,0.85);
     border-radius: 20px;
     box-shadow: 0 4px 0 rgba(255,255,255,0.15);
 }
 .st-home-counter-badge-count {
     font-size: 1rem;
     font-weight: 800;
     color: #ffffff;
     line-height: 1;
 }
 .st-home-counter-badge-label {
     font-size: 0.58rem;
     font-weight: 600;
     color: rgba(255,255,255,0.5);
     letter-spacing: 0.08em;
     text-transform: uppercase;
     margin-top: 2px;
 }
 .st-home-limit-warning {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 14px 16px;
     background: #101010;
     border: 2px dashed rgba(255,255,255,0.6);
     border-radius: 24px;
     flex-shrink: 0;
 }
 .st-home-limit-warning-icon { color: #ffffff; flex-shrink: 0; display: flex; }
 .st-home-limit-warning-text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
 .st-home-limit-warning-text strong { font-size: 0.85rem; font-weight: 800; color: #ffffff; }
 .st-home-limit-warning-text span { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.3; }
 /* ============================================
    STATS BAR (widget iOS)
    ============================================ */
 .st-home-stats-bar { flex-shrink: 0; }
 .st-home-stats-row {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 0;
     background: #101010;
     border: 2px solid #ffffff;
     border-radius: 28px;
     box-shadow: 0 5px 0 rgba(255,255,255,0.15);
     position: relative;
     overflow: hidden;
 }
 .st-home-stats-row::before,
 .st-home-stats-row::after {
     content: '';
     position: absolute;
     top: 18%;
     bottom: 18%;
     width: 2px;
     background: rgba(255,255,255,0.15);
     border-radius: 2px;
 }
 .st-home-stats-row::before { left: 33.33%; }
 .st-home-stats-row::after { left: 66.66%; }
 .st-home-stat { text-align: center; padding: 14px 8px; }
 .st-home-stat-icon {
     color: #ffffff;
     display: flex;
     justify-content: center;
     margin-bottom: 4px;
 }
 .st-home-stat-value {
     font-size: 1.5rem;
     font-weight: 800;
     color: #ffffff;
     letter-spacing: -0.02em;
     line-height: 1;
 }
 .st-home-stat-label {
     font-size: 0.6rem;
     font-weight: 600;
     color: rgba(255,255,255,0.5);
     text-transform: uppercase;
     letter-spacing: 0.1em;
 }
 /* ============================================
    STREAK BANNER (cartoon)
    ============================================ */
 .st-streak-banner {
     display: flex;
     align-items: center;
     gap: 14px;
     padding: 16px 18px;
     background: #101010;
     border: 2px solid #ffffff;
     border-radius: 30px;
     position: relative;
     overflow: hidden;
     flex-shrink: 0;
     box-shadow: 0 5px 0 rgba(255,255,255,0.15);
 }
 .st-streak-banner.milestone { border-color: #ffffff; box-shadow: 0 5px 0 rgba(255,255,255,0.3), 0 0 30px rgba(255,255,255,0.15); }
 .st-streak-fire {
     font-size: 2rem;
     flex-shrink: 0;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .st-streak-fire .st-streak-icon-svg { width: 40px; height: 40px; color: #ffffff; }
 .st-streak-info { flex: 1; min-width: 0; }
 .st-streak-count { display: flex; align-items: baseline; gap: 6px; }
 .st-streak-number {
     font-size: 2.1rem;
     font-weight: 800;
     color: #ffffff;
     line-height: 1;
     letter-spacing: -0.02em;
 }
 .st-streak-unit { font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
 .st-streak-message { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.6); margin-top: 3px; line-height: 1.3; }
 .st-streak-particles { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 4px; }
 .st-streak-particle { width: 5px; height: 5px; background: #ffffff; border-radius: 50%; opacity: 0; }
 /* ============================================
    ✅ v3.4: CAROUSEL / SLIDES — NÃO CRESCE MAIS
    ============================================ */
 .st-home-carousel-section {
     flex: 0 0 auto;              /* ✅ não expande infinitamente */
     display: flex;
     flex-direction: column;
     gap: 12px;
     min-height: 0;
 }
 .st-home-carousel {
     display: flex;
     overflow-x: auto;
     overflow-y: hidden;
     scroll-snap-type: x mandatory;
     -webkit-overflow-scrolling: touch;
     scrollbar-width: none;
     gap: 16px;
     padding: 10px 4px 14px;
     touch-action: pan-x;
     /* ✅ altura natural, sem flex: 1 */
 }
 .st-home-carousel::-webkit-scrollbar { display: none; }
 .st-home-slide {
     flex: 0 0 calc(100% - 8px);
     min-width: calc(100% - 8px);
     scroll-snap-align: center;
     scroll-snap-stop: always;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
     gap: 16px;
     padding: 22px 20px;
     background: #101010;
     border: 2px solid #ffffff;
     border-radius: 34px;
     position: relative;
     box-shadow: 0 7px 0 rgba(255,255,255,0.16);
 }
 .st-home-slide-delete {
     position: absolute;
     top: 14px;
     right: 14px;
     width: 36px;
     height: 36px;
     background: #1c1c1c;
     border: 2px solid rgba(255,255,255,0.7);
     color: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     border-radius: 999px;
     z-index: 11;
     opacity: 0.8;
     transition: transform 0.15s cubic-bezier(0.34,1.56,0.64,1);
 }
 .st-home-slide-delete:active { transform: scale(0.85); }
 /* ============================================
    CLOCK (lock screen iOS, B&W)
    ============================================ */
 .st-home-clock-wrapper {
     position: relative;
     width: min(260px, 65vw);
     height: min(260px, 65vw);
     flex-shrink: 0;
 }
 .st-home-clock-glow {
     position: absolute;
     inset: -20px;
     background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 70%);
     opacity: 0.35;
     pointer-events: none;
     border-radius: 50%;
 }
 .st-home-clock-svg { width: 100%; height: 100%; transform: rotate(-90deg); }
 .st-home-clock-bg { fill: none; stroke: rgba(255,255,255,0.12); stroke-width: 12; stroke-linecap: round; }
 .st-home-clock-progress {
     fill: none;
     stroke: url(#clockGradient);
     stroke-width: 12;
     stroke-linecap: round;
     transition: stroke-dashoffset 1s var(--ease-out);
     filter: drop-shadow(0 0 6px rgba(255,255,255,0.5));
 }
 .st-home-clock-content {
     position: absolute;
     inset: 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 20px;
 }
 .st-home-clock-vice-icon {
     width: 46px;
     height: 46px;
     background: #1c1c1c;
     border: 2px solid rgba(255,255,255,0.8);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #ffffff;
     margin-bottom: 8px;
     border-radius: 16px;
 }
 .st-home-clock-time {
     font-size: clamp(2.2rem, 10vw, 2.9rem);
     font-weight: 800;
     color: #ffffff;
     letter-spacing: -0.03em;
     line-height: 1;
     margin-bottom: 4px;
     font-variant-numeric: tabular-nums;
 }
 .st-home-clock-time.st-home-clock-time-compact {
     font-size: clamp(1.5rem, 7vw, 1.9rem);
     color: rgba(255,255,255,0.9);
     margin-bottom: 2px;
 }
 .st-home-clock-label {
     font-size: 0.68rem;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.18em;
     color: #ffffff;
     margin-bottom: 6px;
 }
 .st-home-clock-content:has(.st-home-days-counter) .st-home-clock-label { font-size: 0.6rem; color: rgba(255,255,255,0.5); }
 .st-home-clock-vice-name { font-size: 0.95rem; font-weight: 700; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 0.06em; }
 .st-home-days-counter { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-bottom: 2px; }
 .st-home-days-value { font-size: 2.4rem; font-weight: 800; color: #ffffff; line-height: 1; letter-spacing: -0.02em; }
 .st-home-days-label { font-size: 0.62rem; font-weight: 700; color: rgba(255,255,255,0.6); letter-spacing: 0.15em; text-transform: uppercase; }
 /* ============================================
    SLIDE INFO
    ============================================ */
 .st-home-slide-info { width: 100%; max-width: 320px; display: flex; flex-direction: column; gap: 12px; }
 .st-home-slide-breakdown {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 0;
     background: #1c1c1c;
     border: 2px solid rgba(255,255,255,0.85);
     border-radius: 22px;
     overflow: hidden;
     position: relative;
 }
 .st-home-slide-unit { padding: 12px 4px; text-align: center; position: relative; }
 .st-home-slide-unit:not(:last-child)::after {
     content: '';
     position: absolute;
     top: 20%;
     right: 0;
     bottom: 20%;
     width: 2px;
     background: rgba(255,255,255,0.12);
     border-radius: 2px;
 }
 .st-home-slide-unit-value { font-size: 1.3rem; font-weight: 800; color: #ffffff; line-height: 1; margin-bottom: 2px; letter-spacing: -0.02em; }
 .st-home-slide-unit-label { font-size: 0.55rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); }
 .st-home-slide-achievement {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     padding: 9px 16px;
     background: #1c1c1c;
     border: 2px solid rgba(255,255,255,0.85);
     border-radius: 999px;
     align-self: center;
     filter: grayscale(1) brightness(1.4);
 }
 .st-home-slide-achievement-text { font-size: 0.85rem; font-weight: 800; color: #ffffff; letter-spacing: 0.04em; text-transform: uppercase; }
 .st-home-clock-btn {
     width: 100%;
     padding: 15px;
     min-height: 50px;
     background: #ffffff;
     border: none;
     color: #000000;
     font-family: inherit;
     font-size: 1rem;
     font-weight: 800;
     letter-spacing: 0.02em;
     text-transform: none;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     border-radius: 999px;
     box-shadow: 0 5px 0 rgba(255,255,255,0.3);
     transition: transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.15s ease;
 }
 .st-home-clock-btn .st-icon { color: #000000 !important; }
 .st-home-clock-btn:active { transform: translateY(3px) scale(0.97); box-shadow: 0 1px 0 rgba(255,255,255,0.3); }
 /* ============================================
    DOTS
    ============================================ */
 .st-home-dots { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 0; flex-shrink: 0; }
 .st-home-dot {
     width: 8px;
     height: 8px;
     background: rgba(255,255,255,0.25);
     border: none;
     padding: 0;
     cursor: pointer;
     border-radius: 999px;
     transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
 }
 .st-home-dot.active { width: 26px; background: #ffffff; }
 /* ============================================
    ✅ v3.4: ANÚNCIO — ESPAÇO PRÓPRIO, NUNCA CORTADO
    ============================================ */
 .st-home-container > .st-ad-block {
     flex-shrink: 0;              /* ✅ nunca comprimido */
     flex-grow: 0;
     margin-top: 28px;            /* ✅ respiro claro acima */
     margin-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
     width: 100%;
 }
 /* ============================================
    EMPTY STATE
    ============================================ */
 .st-home-empty {
     flex: 1;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 40px 24px;
     text-align: center;
     min-height: 60vh;
 }
 .st-home-empty-icon {
     width: 100px;
     height: 100px;
     background: #101010;
     border: 2px solid #ffffff;
     border-radius: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 24px;
     color: #ffffff;
     box-shadow: 0 6px 0 rgba(255,255,255,0.2);
 }
 .st-home-empty h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 8px; color: #ffffff; }
 .st-home-empty p { color: rgba(255,255,255,0.55); font-size: 0.9rem; max-width: 260px; margin-bottom: 16px; }
 .st-home-empty-limit {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 10px 16px;
     background: #101010;
     border: 2px dashed rgba(255,255,255,0.5);
     border-radius: 999px;
     margin-bottom: 24px;
     font-size: 0.75rem;
     font-weight: 600;
     color: rgba(255,255,255,0.6);
 }
 .st-home-empty-limit-icon { color: #ffffff; display: flex; }
 .st-home-empty-btn {
     padding: 16px 34px;
     min-height: 52px;
     background: #ffffff;
     color: #000000;
     border: none;
     font-family: inherit;
     font-size: 1rem;
     font-weight: 800;
     cursor: pointer;
     display: flex;
     align-items: center;
     gap: 10px;
     border-radius: 999px;
     box-shadow: 0 5px 0 rgba(255,255,255,0.3);
     transition: transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.15s ease;
 }
 .st-home-empty-btn .st-icon { color: #000000 !important; }
 .st-home-empty-btn:active { transform: translateY(3px) scale(0.97); box-shadow: 0 1px 0 rgba(255,255,255,0.3); }
 /* ============================================
    RESPONSIVO
    ============================================ */
 @media (max-width: 380px) {
     .st-streak-banner { padding: 12px 14px; gap: 10px; }
     .st-streak-number { font-size: 1.7rem; }
     .st-streak-message { font-size: 0.75rem; }
     .st-home-stat-value { font-size: 1.25rem; }
     .st-home-clock-time { font-size: clamp(1.8rem, 9vw, 2.2rem); }
     .st-home-clock-time.st-home-clock-time-compact { font-size: clamp(1.3rem, 6.5vw, 1.6rem); }
     .st-home-days-value { font-size: 2rem; }
 }
 @media (min-width: 600px) {
     .st-home-container { padding: 28px; gap: 20px; }
     .st-streak-banner { padding: 20px 24px; }
     .st-streak-number { font-size: 2.6rem; }
     .st-home-stat-value { font-size: 1.7rem; }
     .st-home-days-value { font-size: 3rem; }
     .st-home-clock-time.st-home-clock-time-compact { font-size: 2rem; }
 }
 @media (prefers-reduced-motion: reduce) {
     .st-home-days-counter { animation: none; }
 }
 .st-home-container { padding-bottom: 90px !important; min-height: calc(100vh - 90px); }
 .st-home-scroll { padding-bottom: 20px; }
 /* --- ui.css --- */
 /* ============================================
    HOME - UI v3.4 — iPHONE CARTOON PRETO & BRANCO
    Animações "mola" (spring) + wiggle cartoon
    © 2026 LITE STUDIO
    ============================================ */
 @keyframes stSpin { to { transform: rotate(360deg); } }
 @keyframes fireFlicker {
     0%, 100% { transform: scale(1) rotate(0deg); }
     25% { transform: scale(1.12) rotate(-4deg); }
     50% { transform: scale(1.06) rotate(3deg); }
     75% { transform: scale(1.14) rotate(-3deg); }
 }
 @keyframes fireIntense {
     0%, 100% { transform: scale(1) rotate(0deg); }
     20% { transform: scale(1.18) rotate(-5deg); }
     40% { transform: scale(1.1) rotate(4deg); }
     60% { transform: scale(1.2) rotate(-4deg); }
     80% { transform: scale(1.12) rotate(3deg); }
 }
 @keyframes sproutSway {
     0%, 100% { transform: rotate(0deg) scale(1); }
     25% { transform: rotate(-6deg) scale(1.06); }
     75% { transform: rotate(6deg) scale(1.06); }
 }
 .st-streak-fire .st-streak-icon-svg {
     animation: fireFlicker 1.4s ease-in-out infinite;
     filter: none;
 }
 .st-streak-fire.sprout .st-streak-icon-svg {
     color: rgba(255,255,255,0.4);
     animation: sproutSway 2s ease-in-out infinite;
 }
 .st-streak-fire.intense .st-streak-icon-svg {
     color: #ffffff;
     animation: fireIntense 0.8s ease-in-out infinite;
     filter: drop-shadow(0 0 10px rgba(255,255,255,0.6));
 }
 @keyframes particleFloat {
     0% { opacity: 0; transform: translateY(0) scale(1); }
     20% { opacity: 1; }
     100% { opacity: 0; transform: translateY(-22px) scale(0); }
 }
 .st-streak-particle { animation: particleFloat 2s ease-out infinite; }
 .st-streak-particle:nth-child(2) { animation-delay: 0.4s; width: 4px; height: 4px; }
 .st-streak-particle:nth-child(3) { animation-delay: 0.8s; width: 6px; height: 6px; }
 .st-home-days-counter { position: relative; }
 .st-home-days-counter::after {
     content: '';
     position: absolute;
     inset: -8px -14px;
     background: radial-gradient(ellipse, rgba(255,255,255,0.35) 0%, transparent 70%);
     opacity: 0.3;
     pointer-events: none;
     z-index: -1;
     border-radius: 50%;
     animation: daysGlow 3s ease-in-out infinite;
 }
 @keyframes daysGlow {
     0%, 100% { opacity: 0.2; transform: scale(1); }
     50% { opacity: 0.5; transform: scale(1.1); }
 }
 .st-home-days-counter[data-just-unlocked="true"] { animation: dayUnlock 0.7s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes dayUnlock {
     0% { opacity: 0; transform: translateY(-20px) scale(0.5) rotate(-10deg); }
     50% { opacity: 1; transform: translateY(-5px) scale(1.2) rotate(5deg); }
     100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
 }
 .st-home-clock-time.st-home-clock-time-near-day { animation: nearDayPulse 2s ease-in-out infinite; }
 @keyframes nearDayPulse {
     0%, 100% { text-shadow: none; }
     50% { text-shadow: 0 0 24px rgba(255,255,255,0.7); }
 }
 .st-home-clock-time.st-home-clock-time-celebrate { animation: celebrateDay 1.5s ease-out; }
 @keyframes celebrateDay {
     0% { transform: scale(0.8); opacity: 0.5; }
     50% { transform: scale(1.15); text-shadow: 0 0 30px rgba(255,255,255,0.8); }
     100% { transform: scale(1); opacity: 1; }
 }
 .st-home-slide { transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease; }
 .st-home-slide.st-home-slide-new { animation: slideNew 0.6s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes slideNew {
     0% { opacity: 0; transform: translateX(60px) scale(0.85) rotate(3deg); }
     60% { transform: translateX(-6px) scale(1.03) rotate(-1deg); }
     100% { opacity: 1; transform: translateX(0) scale(1) rotate(0); }
 }
 .st-home-dot:hover:not(.active) { background: rgba(255,255,255,0.5); transform: scale(1.3); }
 .st-home-slide-unit-value { transition: color 0.3s ease, transform 0.3s ease; }
 .st-home-slide-unit-value.changing { animation: valueChange 0.3s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes valueChange {
     0% { transform: translateY(0); }
     50% { transform: translateY(-3px) scale(1.15); color: #ffffff; }
     100% { transform: translateY(0); }
 }
 .st-home-slide-achievement { transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); }
 .st-home-slide-achievement:hover { transform: translateY(-2px) scale(1.03); }
 .st-home-slide-achievement.level-up { animation: levelUp 1s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes levelUp {
     0% { transform: scale(0.7) rotate(-6deg); opacity: 0.4; }
     60% { transform: scale(1.15) rotate(3deg); }
     100% { transform: scale(1) rotate(0); opacity: 1; }
 }
 .st-home-stat-value.updating { animation: statUpdate 0.6s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes statUpdate {
     0% { transform: scale(1); }
     50% { transform: scale(1.25); color: #ffffff; }
     100% { transform: scale(1); }
 }
 .st-home-counter-badge-count.updating { animation: counterUpdate 0.5s cubic-bezier(0.34,1.56,0.64,1); }
 @keyframes counterUpdate {
     0%, 100% { transform: scale(1); }
     50% { transform: scale(1.3); }
 }
 .st-home-limit-warning { animation: warningPulse 2s ease-in-out infinite; }
 @keyframes warningPulse {
     0%, 100% { box-shadow: 0 4px 0 rgba(255,255,255,0.15); }
     50% { box-shadow: 0 4px 0 rgba(255,255,255,0.15), 0 0 24px rgba(255,255,255,0.2); }
 }
 .st-home-empty-icon { animation: emptyFloat 3s ease-in-out infinite; }
 @keyframes emptyFloat {
     0%, 100% { transform: translateY(0) rotate(0deg); }
     50% { transform: translateY(-8px) rotate(-2deg); }
 }
 .st-home-brand-logo { animation: brandPulse 3s ease-in-out infinite; }
 @keyframes brandPulse {
     0%, 100% { transform: scale(1); }
     50% { transform: scale(1.1) rotate(-4deg); }
 }
 .st-home-clock-progress { transition: stroke-dashoffset 1s cubic-bezier(0.16, 1, 0.3, 1); }
 @media (prefers-reduced-motion: reduce) {
     .st-home-days-counter::after,
     .st-streak-fire .st-streak-icon-svg,
     .st-streak-particle,
     .st-home-empty-icon,
     .st-home-brand-logo { animation: none !important; }
     .st-home-clock-progress { transition: none; }
 }
 /* ============================================
    ✅ OVERRIDES PRETO-NO-BRANCO (v3.4)
    ============================================ */
 .st-home-container .st-home-add-small { color: #000000 !important; }
 .st-home-container .st-home-add-small .st-icon { color: #000000 !important; }
 .st-home-container .st-home-add-small:disabled { color: #666666 !important; }
 .st-home-container .st-home-add-small:disabled .st-icon { color: #666666 !important; }
 .st-home-container .st-home-clock-btn { color: #000000 !important; }
 .st-home-container .st-home-clock-btn span { color: #000000 !important; }
 .st-home-container .st-home-clock-btn .st-icon { color: #000000 !important; }
 .st-home-container .st-home-empty-btn { color: #000000 !important; }
 .st-home-container .st-home-empty-btn span { color: #000000 !important; }
 .st-home-container .st-home-empty-btn .st-icon { color: #000000 !important; }