html,body,#app{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#1e293b}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#1e293b;background-color:#f8fafc;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input,textarea,button{font-family:inherit}input:focus,textarea:focus{outline:none}button{cursor:pointer}a{text-decoration:none;color:inherit}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.gap-2{gap:8px}.gap-4{gap:16px}.text-center{text-align:center}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#3b82f6}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.text-gray-500{color:#64748b}.text-gray-400{color:#94a3b8}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f8fafc}.rounded-lg{border-radius:12px}.rounded-full{border-radius:50%}.shadow-sm{box-shadow:0 2px 8px #0000000a}.shadow{box-shadow:0 4px 16px #00000014}.p-4{padding:16px}.mb-4{margin-bottom:16px}.transition-all{transition:all .25s ease}@media (max-width: 768px){.hidden-mobile{display:none}}@media (min-width: 768px){.hidden-desktop{display:none}}
