:root{--tp-blue: #2b4ea8;--tp-blue-soft: #e8edfb;--tp-bg: #f3f5fa;--tp-text: #151c33}*{box-sizing:border-box;margin:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--tp-bg);color:var(--tp-text);-webkit-font-smoothing:antialiased}input:focus,select:focus{border-color:var(--tp-blue)!important;box-shadow:0 0 0 3px var(--tp-blue-soft)}table{font-family:inherit}.tp-spin{animation:tp-spin 1s linear infinite}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-pop{transform-origin:top center;animation:tp-pop .13s ease-out}@keyframes tp-pop{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
