@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
    body { font-family: 'Inter', system-ui, sans-serif; }
    .fade-in { animation: fadeIn 0.25s ease; }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
    .photo-preview { max-height: 180px; object-fit: cover; }
    input[type="file"] { display: none; }
    .scroll-thin::-webkit-scrollbar { width: 4px; }
    .scroll-thin::-webkit-scrollbar-thumb { background: #3b82f6; border-radius: 4px; }

    /* Calendar is informational: actions are performed from Today/Tasks, not here. */
    #calendar-task-list button { display: none !important; }
