/* Listotrip brand tokens — source of truth (v1.4 "ready, set, go.").
   Consumers: admin shell (wwwroot/admin/style.css), public landing
   (wwwroot/index.cfm), future ops + traveller surfaces.
   Anything that touches Listotrip color or type should reference these
   tokens, not redefine its own hex values.

   v1.4 uses the paper-airplane mark with all strokes recolored to white
   sitting on a flat teal surface. The icon tile bg matches the sidebar
   bg exactly so the logo disappears into the chrome, leaving only the
   white airplane + LISTOTRIP wordmark visible. No gradients anywhere. */
:root {
    /* Teal — primary brand surface (icon tile, admin sidebar bg, landing).
       Picked to read as a clean greenish-teal that pairs well with the
       all-white airplane + wordmark strokes. */
    --lt-teal:        #197784;
    --lt-teal-deep:   #0F5C66;   /* hover/pressed, headings on light surfaces */
    --lt-teal-canvas: #021A20;   /* very dark backdrop reserved for assets
                                    that need a black-ish surface behind
                                    them (e.g. apple-touch-icon). */

    /* Vibrant green — UI accent (active sidebar pill, success states).
       Not used in the v1.4 logo itself (the mark is monochromatic white
       on teal), but the active-pill on the sidebar still needs a clear
       "selected" punctuation that the teal surface can't provide. */
    --lt-green:       #00C67E;
    --lt-green-mid:   #00A669;

    /* Type */
    --lt-font-sans: 'Noto Sans', system-ui, -apple-system, 'Segoe UI',
                    Roboto, 'Helvetica Neue', Arial, sans-serif;
}
