/* shared-desktop.css — entry point for the .d-app shell.
 *
 * Imports the .d-* / desktop-only sheets only. Apps load this AFTER
 * shared-base.css (tokens + responsive components) — all three suite
 * consumers (campscout, matos, secretariat) link the entry files
 * explicitly in <head> in base → desktop → mobile order, so the
 * cascade is established without a chained @import here.
 */

/* ── Desktop shell ─────────────────────────────────────────────────── */
@import "../desktop/app-shell.css";
@import "../desktop/sidebar.css";
@import "../desktop/topbar.css";
@import "../desktop/browse.css";
@import "../desktop/detail-pane.css";
@import "../desktop/cmdk.css";
@import "../desktop/hover.css";
@import "../desktop/visibility.css";
@import "../desktop/modal.css";
