/* ================================================
   CaseBuddy STUDENT platform design tokens -
   Porcelain & Gold. CORE tokens under the same
   names as shared-tokens.css (the CRM/staff sheet)
   so a tool re-skins by swapping one <link>.
   Deliberately NOT carried over: the --tag-* pill
   vars and the html[data-theme=dark] block (the
   student platform is light-only).
   Sources: --bg is the hub BODY porcelain
   (platform.css body #F6F4EE); accent/border/text
   values from index.html #panel-course; the navy
   family and shadows carried from shared-tokens.
   ================================================ */
:root {
    --primary:     #0E2535;
    --primary-mid: #1E4A68;
    --navy-deep:   #091a28;
    --accent:      #C9A84C;
    --accent-dark: #A8882E;
    --success:     #25795A;
    --danger:      #C41E24;
    --bg:          #F6F4EE;
    --card:        #ffffff;
    --text:        #0E2535;
    --text-light:  #7A7263;
    --border:      #E3DCC9;
    --border-light:#EDE6D6;
    --radius:      6px;
    --radius-md:   10px;
    --radius-lg:   14px;
    --serif:       'Libre Baskerville', Georgia, serif;
    --sans:        'Inter', -apple-system, sans-serif;
    --shadow:      0 1px 4px rgba(5,28,44,0.06);
    --shadow-md:   0 2px 8px rgba(5,28,44,0.08);
    --shadow-lg:   0 4px 16px rgba(5,28,44,0.10);
    --shadow-xl:   0 8px 32px rgba(5,28,44,0.14);
    --spring:      cubic-bezier(0.16, 1, 0.3, 1);
}
