@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--color-primary:#1e293b;--color-primary-hover:#0f172a;--color-accent:#0f766e;--color-accent-hover:#115e59;--color-background:#f8fafc;--color-surface:#fff;--color-text-primary:#334155;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-card:#16161f;--bg-card-hover:#1c1c28;--border-color:#2a2a3a;--border-glow:#6366f14d;--text-primary:#e8e8f0;--text-secondary:#9898b0;--accent-primary:#6366f1;--accent-secondary:#a855f7;--accent-gradient:linear-gradient(135deg, #6366f1, #a855f7);--focused-color:#22c55e;--neutral-color:#6366f1;--confused-color:#eab308;--frustrated-color:#ef4444;--bored-color:#64748b;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-card:0 10px 25px -5px #0000000d, 0 8px 10px -6px #00000003;--shadow-glow:0 0 15px #0f766e33;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--font:"Inter", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--color-background);color:var(--color-text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGreen{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}@keyframes pipeGlow{0%,to{box-shadow:0 0 8px #6366f133}50%{box-shadow:0 0 20px #6366f180}}
.ReminderToast-module__NzTwWG__toast{z-index:1000;background:#f0fdfa;border:1px solid #99f6e4;border-left:4px solid #0f766e;border-radius:8px;width:min(23rem,100vw - 2rem);padding:1rem 1.1rem 1.1rem;animation:.22s ease-out ReminderToast-module__NzTwWG__toastEnter;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 16px 36px #0f766e33}.ReminderToast-module__NzTwWG__topLine{justify-content:space-between;align-items:center;display:flex}.ReminderToast-module__NzTwWG__eyebrow{color:#0f766e;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800}.ReminderToast-module__NzTwWG__close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;width:1.75rem;height:1.75rem;font-size:1.25rem;line-height:1}.ReminderToast-module__NzTwWG__close:hover{color:#0f766e;background:#0f766e1a}.ReminderToast-module__NzTwWG__title{color:#1e293b;margin:.65rem 0 .35rem;font-size:.98rem;font-weight:750;line-height:1.35}.ReminderToast-module__NzTwWG__detail{color:#64748b;margin:0;font-size:.82rem;line-height:1.45}.ReminderToast-module__NzTwWG__actions{gap:.5rem;margin-top:.9rem;display:flex}.ReminderToast-module__NzTwWG__review,.ReminderToast-module__NzTwWG__snooze{cursor:pointer;border-radius:6px;min-height:2.25rem;padding:.5rem .8rem;font-size:.78rem;font-weight:700}.ReminderToast-module__NzTwWG__review{color:#fff;background:#0f766e;border:1px solid #0f766e}.ReminderToast-module__NzTwWG__review:hover{background:#115e59}.ReminderToast-module__NzTwWG__snooze{color:#64748b;background:0 0;border:1px solid #cbd5e1}.ReminderToast-module__NzTwWG__snooze:hover{color:#0f766e;border-color:#0f766e}@keyframes ReminderToast-module__NzTwWG__toastEnter{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.ReminderToast-module__NzTwWG__toast{bottom:.75rem;right:.75rem}}
