.app{height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;height:100vh;overflow:hidden;display:flex;flex-direction:column}#root{height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in}.highlight{background:#d4ecf5;padding:2px 6px;border-radius:3px;font-weight:500;color:#0a1f3d}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #5eb3d6;outline-offset:2px}.spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #5eb3d6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
