/* =============================================================================
   Rate Mates — CSS Entry Point
   Imports all partial stylesheets in dependency order.
   Linked from index.html as: <link rel="stylesheet" href="src/css/index.css">
============================================================================= */

@import './tokens.css';     /* CSS custom properties — light + dark mode tokens */
@import './base.css';       /* Universal box-sizing reset, html/body defaults    */
@import './screens.css';    /* .screen show/hide + screenEnter entrance animation */
@import './glass.css';      /* .glass-card frosted-glass container               */
@import './navigation.css'; /* .top-bar, .app-name, .top-bar-btn, #theme-toggle  */
@import './slider.css';     /* Draggable rating / threshold slider               */
@import './chips.css';      /* Score chips (.score-chip) + .verdict on Screen 4  */
