@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--cream: #FEFCF9;--cream-dark: #F5F0E8;--cream-border: #E8E0D0;--gold: #D4A853;--gold-dark: #B8922E;--gold-light: #F0D88A;--gold-dim: rgba(212,168,83,.12);--text: #1A1208;--text-mid: #5C4A2A;--text-light: #8A7558;--white: #FFFFFF;--red: #DC2626;--green: #059669;--blue: #2563EB;--card-shadow: 0 1px 3px rgba(0,0,0,.08);--card-shadow-hover: 0 4px 12px rgba(0,0,0,.12);--radius: 8px}.dark{--cream: #1A1208;--cream-dark: #100C07;--cream-border: #2A2018;--text: #F0E8DC;--text-mid: #C8B090;--text-light: #8A7558;--white: #1C1610;--card-shadow: 0 1px 3px rgba(0,0,0,.3);--card-shadow-hover: 0 4px 12px rgba(0,0,0,.4)}body{font-family:Inter,sans-serif;background:var(--cream-dark);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .2s,color .2s}h1,h2,h3,h4,h5{font-family:Lora,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Inter,sans-serif}input,textarea,select{font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--cream-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:32px;height:32px;border:3px solid var(--cream-border);border-top-color:var(--gold);border-radius:50%;animation:spin .7s linear infinite}.spinner-sm{width:18px;height:18px;border-width:2px}.loading-state{display:flex;align-items:center;justify-content:center;padding:3rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-light)}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem}.empty-state h3{font-family:Lora,serif;font-size:1.1rem;color:var(--text-mid);margin-bottom:.5rem}.empty-state p{font-size:.875rem;color:var(--text-light)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}*,*:before,*:after{transition-property:background-color,border-color,color;transition-duration:.15s;transition-timing-function:ease}
