:root{--w-cream: #fdf6ec;--w-cream-deep: #f6e9d7;--w-gold: #a9773f;--w-gold-soft: #c9a267;--w-ink: #3e3226;--w-ink-soft: #6b5b4a;--w-line: #e0cdb0;--w-line-soft: rgba(169, 119, 63, .16);--font-script: "Dancing Script", cursive;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-sans);background:#f5f5f5;line-height:1.65;-webkit-font-smoothing:antialiased}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,var(--w-cream) 0%,var(--w-cream-deep) 100%)}.auth-card{width:100%;max-width:400px;border:1px solid var(--w-line);box-shadow:0 12px 40px #3e32261f}.ant-table-wrapper{overflow-x:auto}.inv-spinner{width:34px;height:34px;border:3px solid var(--w-line);border-top-color:var(--w-gold);border-radius:50%;animation:inv-spin .9s linear infinite}@keyframes inv-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.inv-spinner{animation-duration:2.4s}}
