.MoodPixels-module__-5P43a__loading{color:var(--ink-soft)}.MoodPixels-module__-5P43a__app{flex-direction:column;gap:1.25rem;max-width:560px;display:flex}.MoodPixels-module__-5P43a__card{background:var(--surface);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.MoodPixels-module__-5P43a__sectionTitle{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.MoodPixels-module__-5P43a__todayBadge{background:var(--yellow);border:2px solid var(--ink);border-radius:999px;padding:0 .5rem;font-size:.7rem;font-weight:700;line-height:1.5}.MoodPixels-module__-5P43a__moodButtons{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.MoodPixels-module__-5P43a__moodButton{background:var(--surface);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .15rem;display:flex}.MoodPixels-module__-5P43a__moodButton:active,.MoodPixels-module__-5P43a__moodButton[aria-pressed=true]{box-shadow:none;transform:translate(2px,2px)}.MoodPixels-module__-5P43a__moodButton[aria-pressed=true][data-level="5"]{background:var(--mood-5)}.MoodPixels-module__-5P43a__moodButton[aria-pressed=true][data-level="4"]{background:var(--mood-4)}.MoodPixels-module__-5P43a__moodButton[aria-pressed=true][data-level="3"]{background:var(--mood-3)}.MoodPixels-module__-5P43a__moodButton[aria-pressed=true][data-level="2"]{background:var(--mood-2)}.MoodPixels-module__-5P43a__moodButton[aria-pressed=true][data-level="1"]{background:var(--mood-1)}.MoodPixels-module__-5P43a__moodEmoji{font-size:1.5rem;line-height:1.2}.MoodPixels-module__-5P43a__moodLabel{font-size:.7rem;font-weight:700}.MoodPixels-module__-5P43a__noteRow{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.MoodPixels-module__-5P43a__noteLabel{flex-shrink:0;font-size:.8rem;font-weight:700}.MoodPixels-module__-5P43a__noteInput{border:var(--border);background:var(--surface);min-width:0;color:var(--ink);border-radius:8px;flex:1;padding:.4rem .6rem;font-family:inherit;font-size:.9rem}.MoodPixels-module__-5P43a__hint{color:var(--ink-soft);margin-top:.5rem;font-size:.75rem}.MoodPixels-module__-5P43a__tabs{gap:.5rem;margin-bottom:1rem;display:flex}.MoodPixels-module__-5P43a__tab{border:var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:999px;padding:.25rem 1.1rem;font-size:.85rem;font-weight:700}.MoodPixels-module__-5P43a__tab:active{box-shadow:none;transform:translate(2px,2px)}.MoodPixels-module__-5P43a__tab[data-active=true]{background:var(--blue);color:var(--surface);box-shadow:none;transform:translate(2px,2px)}.MoodPixels-module__-5P43a__navRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.MoodPixels-module__-5P43a__navLabel{font-family:var(--font-display,monospace), monospace;font-size:1rem}.MoodPixels-module__-5P43a__navButton{border:var(--border);background:var(--surface);width:2rem;height:2rem;box-shadow:var(--shadow-sm);border-radius:8px;font-size:.8rem}.MoodPixels-module__-5P43a__navButton:active{box-shadow:none;transform:translate(2px,2px)}.MoodPixels-module__-5P43a__pixel{background:var(--mood-none);padding:0}.MoodPixels-module__-5P43a__pixel[data-mood="5"]{background:var(--mood-5)}.MoodPixels-module__-5P43a__pixel[data-mood="4"]{background:var(--mood-4)}.MoodPixels-module__-5P43a__pixel[data-mood="3"]{background:var(--mood-3)}.MoodPixels-module__-5P43a__pixel[data-mood="2"]{background:var(--mood-2)}.MoodPixels-module__-5P43a__pixel[data-mood="1"]{background:var(--mood-1)}.MoodPixels-module__-5P43a__pixel:disabled{border-color:var(--mood-none);cursor:default;background:0 0}.MoodPixels-module__-5P43a__pixel[data-selected=true]{outline:3px solid var(--blue);outline-offset:1px}.MoodPixels-module__-5P43a__monthGrid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.MoodPixels-module__-5P43a__weekday{text-align:center;color:var(--ink-soft);font-size:.7rem;font-weight:700}.MoodPixels-module__-5P43a__dayPixel{aspect-ratio:1;border:2px solid var(--ink);width:100%;color:var(--ink);border-radius:6px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.MoodPixels-module__-5P43a__dayPixel:disabled{color:var(--ink-soft)}.MoodPixels-module__-5P43a__dayPixel:not(:disabled):active{transform:translate(1px,1px)}.MoodPixels-module__-5P43a__dayPixel[data-today=true]{box-shadow:inset 0 0 0 2px var(--surface)}.MoodPixels-module__-5P43a__yearGrid{grid-template-columns:1.5rem repeat(12,1fr);gap:2px;max-width:440px;display:grid}.MoodPixels-module__-5P43a__yearHeader{text-align:center;color:var(--ink-soft);font-size:.6rem;font-weight:700}.MoodPixels-module__-5P43a__yearDayLabel{color:var(--ink-soft);justify-content:flex-end;align-items:center;padding-right:3px;font-size:.6rem;display:flex}.MoodPixels-module__-5P43a__yearPixel{aspect-ratio:1;border:1px solid var(--ink);border-radius:3px;width:100%}.MoodPixels-module__-5P43a__yearPixel:not(:disabled):active{transform:translate(1px,1px)}.MoodPixels-module__-5P43a__yearBlank{aspect-ratio:1}.MoodPixels-module__-5P43a__legend{color:var(--ink-soft);flex-wrap:wrap;gap:.25rem .75rem;margin-top:.75rem;font-size:.7rem;list-style:none;display:flex}.MoodPixels-module__-5P43a__legendItem{align-items:center;gap:.3rem;display:inline-flex}.MoodPixels-module__-5P43a__legendSwatch{border:1px solid var(--ink);background:var(--mood-none);border-radius:3px;width:.75rem;height:.75rem;display:inline-block}.MoodPixels-module__-5P43a__legendSwatch[data-level="5"]{background:var(--mood-5)}.MoodPixels-module__-5P43a__legendSwatch[data-level="4"]{background:var(--mood-4)}.MoodPixels-module__-5P43a__legendSwatch[data-level="3"]{background:var(--mood-3)}.MoodPixels-module__-5P43a__legendSwatch[data-level="2"]{background:var(--mood-2)}.MoodPixels-module__-5P43a__legendSwatch[data-level="1"]{background:var(--mood-1)}.MoodPixels-module__-5P43a__statChips{flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem;display:flex}.MoodPixels-module__-5P43a__statChip{border:2px solid var(--ink);background:var(--yellow);box-shadow:var(--shadow-sm);border-radius:999px;padding:.1rem .75rem;font-size:.8rem;font-weight:700}.MoodPixels-module__-5P43a__statsTitle{margin-bottom:.5rem;font-size:.85rem}.MoodPixels-module__-5P43a__distList{flex-direction:column;gap:.35rem;list-style:none;display:flex}.MoodPixels-module__-5P43a__distRow{grid-template-columns:1.5rem 1fr 2rem;align-items:center;gap:.5rem;font-size:.85rem;display:grid}.MoodPixels-module__-5P43a__distTrack{border:1px solid var(--ink);background:var(--bg);border-radius:999px;height:.9rem;display:block;overflow:hidden}.MoodPixels-module__-5P43a__distFill{height:100%;display:block}.MoodPixels-module__-5P43a__distFill[data-level="5"]{background:var(--mood-5)}.MoodPixels-module__-5P43a__distFill[data-level="4"]{background:var(--mood-4)}.MoodPixels-module__-5P43a__distFill[data-level="3"]{background:var(--mood-3)}.MoodPixels-module__-5P43a__distFill[data-level="2"]{background:var(--mood-2)}.MoodPixels-module__-5P43a__distFill[data-level="1"]{background:var(--mood-1)}.MoodPixels-module__-5P43a__distCount{text-align:right;font-variant-numeric:tabular-nums}.MoodPixels-module__-5P43a__dangerRow{justify-content:flex-end;display:flex}.MoodPixels-module__-5P43a__deleteButton{border:var(--border);background:var(--surface);color:var(--red);box-shadow:var(--shadow-sm);border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:700}.MoodPixels-module__-5P43a__deleteButton:active{box-shadow:none;transform:translate(2px,2px)}
