flowchart TD
    A[🌅 Thức dậy] --> B[☕ Cà phê]
    B --> C{💭 Whats todo ?}
    C  --> D[👻 Nghe truyện ma]
    C  --> E[🎧 Lofi: ON]
    C  --> F[âš½ Messi/Faker Highlights]
 

    D --> H{💻 Bắt đầu code chưa?}
    E --> H
    F --> H

    H -- "Deep thinking =))" --> C
    H -- "Chuẩn bị code" --> I[💻 Mở Vim]
    I --> J[🚀 1 passed, 2 warning, 3 failed]
    J --> K[🎉 Thành công]

    style C fill:#f9f,stroke:#333,stroke-width:2px
    style H fill:#ffb347,stroke:#333,stroke-width:2px
    style J fill:#8fbc8f,stroke:#333,stroke-width:2px