:root{--pink: #ff6b9e;--purple: #c471ed;--text-primary: #2d1b3d;--text-secondary: #7a6089;--bg: #faf8fc;--card: #ffffff;--border: #f0e6f6;--success: #2ecc71;--error: #e74c3c;--inactive: #b8a8c8}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-size:14px;overflow-x:hidden}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}@media (max-width: 899px){button,a[role=button]{min-height:44px}input,select,textarea{font-size:16px}}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::placeholder{color:var(--inactive)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#e7dcf0;border-radius:999px;border:2px solid var(--bg)}tr.row-clickable:hover{background:var(--bg)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}
