@charset "UTF-8";
/*
 * Site stylesheet entry (plain CSS). Import order matters.
 * - vendor/: Bootstrap as shipped by npm (do not edit; upgrade via package.json).
 * - theme/: Ulearn color and Bootstrap variable overrides only.
 * - custom/: Your components and layout (edit here).
 * Font Awesome is linked in HTML before this file.
 *
 * Feature / instruction pages (owner_instructions, administrator_instructions, …):
 * - custom/17-feature-detail-pages.css — owns .features-sections.background-image and descendants
 *   (carousel grid, copy blocks, media cards). Layout tokens: --ufp-* on that section root.
 * - custom/18-instruction-copy-video-alternate.css — alternates copy vs video columns on consecutive
 *   instruction / index nav rows (see file header; depends on copy-then-video DOM).
 * - custom/07-feature-sections-grid.css — owns .carousel, .carousel-content, .features-section
 *   (tab glass panels), not the plural .features-sections shell.
 * - custom/05-layout-features-containers.css — generic .flex-container-carousel flex layout,
 *   mobile ordering, dropdown contexts; not the feature-page grid (see 17).
 * - custom/04-content-typography-media.css — global .feature-copy-panel resets; feature pages
 *   override in 17 with higher specificity.
 */
@import url("vendor/bootstrap.min.css");
@import url("theme/ulearn-bootstrap-variables.css");
@import url("custom/01-effects-media-hooks.css");
@import url("custom/02-feature-copy-toggle.css");
@import url("custom/03-expandable-text-search-cta.css");
@import url("custom/04-content-typography-media.css");
@import url("custom/05-layout-features-containers.css");
@import url("custom/06-nested-account-carousels.css");
@import url("custom/07-feature-sections-grid.css");
@import url("custom/08-navbar-navigation-menus.css");
@import url("custom/09-page-shell-footer-type-media.css");
@import url("custom/10-dropdowns-comparison-tables.css");
@import url("custom/11-home-accordion-background.css");
@import url("custom/12-modern-atmosphere.css");
@import url("custom/13-hero-intro-card.css");
@import url("custom/14-feature-video-showcase.css");
@import url("custom/15-cofounders-section.css");
@import url("custom/16-modern-nav-features.css");
@import url("custom/17-feature-detail-pages.css");
@import url("custom/18-instruction-copy-video-alternate.css");
