@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{font-size:18px}:root{--bg:#0e1a2e;--bg-mid:#162236;--cream:#e8e4f0;--muted:#8a9bbf;--tangerine:#e8622a;--azure:#4a8fa8;--border:#e8622a59}[data-theme=light]{--bg:#f7f4ef;--bg-mid:#fff;--cream:#1e1814;--muted:#3d5060;--tangerine:#e8622a;--azure:#3a7a94;--border:#e8622a73}[data-theme=light] .fesl-card{box-shadow:0 2px 10px #00000012,0 0 0 1px #0000000a}body{background-color:var(--bg);color:var(--cream);font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;line-height:1.9}@layer components{@apply px-6 py-3 bg-tangerine text-bg rounded-sm font-semibold hover:opacity-90 active:opacity-80 disabled:opacity-50 transition-all duration-200 uppercase tracking-widest text-sm;@apply px-6 py-3 border border-tangerine text-tangerine rounded-sm font-semibold hover:bg-tangerine hover:text-bg transition-all duration-200 uppercase tracking-widest text-sm;@apply px-4 py-2 text-cream rounded-sm font-medium hover:text-tangerine active:text-tangerine transition-colors duration-200;@apply bg-bg-mid rounded-sm border border-tangerine border-opacity-35;@apply w-full px-4 py-3 border-b border-cream border-opacity-20 rounded-sm focus:outline-none focus:border-tangerine focus:border-opacity-70 bg-bg-mid text-cream placeholder-cream placeholder-opacity-20 transition-all duration-200 font-serif;@apply text-5xl font-semibold text-tangerine leading-tight tracking-wide;@apply text-4xl font-semibold text-tangerine leading-tight tracking-wide;@apply text-2xl font-semibold text-cream leading-tight;@apply text-muted;@apply text-muted opacity-75;@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hintPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.15;transform:scale(1.18)}}@keyframes archiveRing{0%{box-shadow:0 0 #4a8fa88c}70%{box-shadow:0 0 0 9px #4a8fa800}to{box-shadow:0 0 #4a8fa800}}.archive-hint-pulse{animation:1.6s ease-out infinite archiveRing!important}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.4s ease-out fadeIn}.animate-slideUp{animation:.3s ease-out slideUp}}
