.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.2rem}.app-layout{display:flex;flex-direction:column;min-height:100vh;background:#f5f5f5}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:12px 20px 30px}@media (min-width: 1920px){.main-content{max-width:1800px;padding:40px 30px}}@media (min-width: 2560px){.main-content{max-width:2400px;padding:50px 40px}}@media (max-width: 768px){.main-content{padding:12px 10px 70px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}html,body,#root{height:100%;width:100%}.container{max-width:1400px;margin:0 auto;padding:20px}@media (min-width: 1920px){.container{max-width:1800px;padding:30px}}@media (min-width: 2560px){.container{max-width:2400px;padding:40px}}.flex{display:flex}.flex-col{flex-direction:column}.gap-4{gap:1rem}.gap-2{gap:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 10px 25px #0000001a}.bg-white{background:#fff}.bg-blue{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.text-white{color:#fff}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}button{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;transition:all .3s ease}button:hover{opacity:.9}input,textarea,select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}@media (max-width: 768px){.container{padding:10px}.flex{flex-direction:column}}
