/* ========================================
   PUBLIC SHELL ENTRYPOINT
   Imports all shared shell infrastructure and variable definitions
   ======================================== */

/* ---- VARIABLES: FOUNDATION LAYER ---- */
/* Global design system variables (colors, sizes, animations) */
@import "../variables/global.css";

/* Visual effect variables (shimmer, firefly, atmosphere) */
@import "../variables/effects.css";

/* Layout and structure variables (dimensions, spacing) */
@import "../variables/layout.css";

/* ---- SHELL CHROME: TOP NAVIGATION ---- */
@import "../top-nav.css";

/* ---- SHELL CHROME: LEFT RAIL ---- */
@import "../left-rail.css";

/* ---- SHELL CHROME: FOOTER ---- */
@import "../footer-queue.css";

/* ---- SHELL OVERLAYS: DRAWERS AND SLIDERS ---- */
/* Tip/donation drawer UI */
@import "../tip-drawer.css";

/* Navigation and section explorer drawer tabs */
@import "./nav-explore-drawer.css";

/* Full-height explore content drawer */
@import "../explore-drawer.css";
