/* PhotoPilot design tokens */
:root{
  --bg:#0a0a0b;
  --bg-2:#0f0f11;
  --panel:#141416;
  --panel-2:#18191c;
  --panel-3:#1e1f23;
  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.14);
  --line-gold:rgba(212,181,122,.35);

  --gold:#d4b57a;
  --gold-2:#e6c98a;
  --gold-3:#b8965a;
  --gold-dim:rgba(212,181,122,.14);
  --cream:#f1e9d8;
  --text:#f2efe8;
  --text-2:#c9c5bb;
  --muted:#8f8c84;
  --muted-2:#6a6862;

  --danger:#e07a6a;
  --success:#8fc7a0;
  --info:#8fb3d9;

  --grad-gold:linear-gradient(135deg,#efd9a5 0%,#d9b978 45%,#c3a25f 100%);
  --grad-glass:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  --shadow-1:0 1px 2px rgba(0,0,0,.4),0 8px 24px -8px rgba(0,0,0,.6);
  --shadow-2:0 20px 60px -20px rgba(0,0,0,.8);
  --shadow-gold:0 10px 30px -10px rgba(212,181,122,.35);

  --font-display:"Playfair Display","Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-ui:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  --r-xs:4px; --r-sm:6px; --r-md:10px; --r-lg:14px; --r-xl:20px; --r-pill:999px;
  --s-1:4px; --s-2:8px; --s-3:12px; --s-4:16px; --s-5:20px; --s-6:24px; --s-7:32px; --s-8:40px; --s-9:56px; --s-10:80px;

  --ease:cubic-bezier(.22,.61,.36,1);
  --t-fast:.15s var(--ease);
  --t-med:.3s var(--ease);
  --t-slow:.6s var(--ease);

  --container:1320px;
  --sidebar-w:232px;
  --panel-w:300px;
  --topbar-h:64px;
}
