@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600&display=swap";:root{--bg-base:#f5f1eb;--bg-surface:#fdfaf6;--bg-subtle:#ede9e1;--accent:#c17c54;--accent-dim:#e8c9b3;--status-to-review:#8a9bb5;--status-contacted:#b5a87f;--status-visited:#7fa98a;--status-discarded:#b5938a;--text-primary:#2c2420;--text-secondary:#7a6f69;--text-muted:#b0a79f;--border:#ddd8cf;--shadow-card:0 1px 3px #2c242014, 0 4px 12px #2c24200d;--radius-card:10px;--radius-sm:6px;--col-width:300px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:15px;line-height:1.5}h1,h2,h3{font-family:DM Serif Display,serif;line-height:1.2}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{background:linear-gradient(90deg, var(--bg-subtle) 25%, var(--bg-surface) 50%, var(--bg-subtle) 75%);background-size:1200px 100%;border-radius:4px;animation:1.6s ease-in-out infinite shimmer}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.shake{animation:.4s ease-in-out shake}
