.app-container[data-v-9bab63dc]{width:100%;min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh}button{font-family:inherit;font-size:inherit;cursor:pointer;outline:none;transition:all .3s ease}button:disabled{cursor:not-allowed;opacity:.6}input{font-family:inherit;font-size:inherit;outline:none;transition:all .3s ease}form{width:100%}.card{background:white;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:24px}h1,h2,h3,h4,h5,h6{color:#333;line-height:1.2}a{color:#4a90e2;text-decoration:none;transition:color .3s ease}a:hover{color:#357abd;text-decoration:underline}@media (max-width: 768px){.container{padding:0 16px}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}.error{color:#e74c3c;font-size:14px;margin-top:8px}.success{color:#2ecc71;font-size:14px;margin-top:8px}.center-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.justify-between{justify-content:space-between}.gap-16{gap:16px}.gap-24{gap:24px}
