@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none!important}:root{--font-size: 16px;--background: #F8FAFC;--foreground: #0F172A;--card: #FFFFFF;--card-foreground: #0F172A;--primary: #F97316;--primary-foreground: #FFFFFF;--secondary: #0F172A;--secondary-foreground: #FFFFFF;--muted: #E2E8F0;--muted-foreground: #64748B;--accent: #16A34A;--accent-foreground: #FFFFFF;--destructive: #EF4444;--border: #E2E8F0;--radius: .75rem;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}html{font-size:var(--font-size)}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--foreground);min-height:100vh}.dark{--background: #0f172a;--foreground: #f8fafc;--card: #1e293b;--card-foreground: #f8fafc;--border: #334155;--muted: #334155;--muted-foreground: #94a3b8}.dark body{background-color:var(--background);color:var(--foreground)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-skeleton{display:inline-block;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}.dark .shimmer-skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%}.login-container{min-height:100vh;width:100%;display:flex;background-size:cover;background-position:center;position:relative;overflow:hidden;transition:all .5s ease}.login-overlay{position:absolute;inset:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.login-content{position:relative;z-index:10;width:100%;display:flex;flex-direction:column}.login-left{display:none;position:relative;-webkit-user-select:none;user-select:none}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}@media(min-width:1024px){.login-content{flex-direction:row}.login-left{display:flex;width:50%;align-items:center;justify-content:center;padding:16px}.login-right{width:50%}}.radial-glow{position:absolute;width:480px;height:480px;background:#f9731633;filter:blur(120px);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;animation:pulse-glow 4s infinite ease-in-out}.illustration-img{height:520px;max-height:520px;width:auto;object-fit:contain;transition:all .7s ease-out;filter:drop-shadow(0 25px 60px rgba(249,115,22,.4));mask-image:radial-gradient(circle,#000 65%,#0000 98%);-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 65%,rgba(0,0,0,0) 98%)}.illustration-img:hover{transform:scale(1.05)}@keyframes pulse-glow{0%,to{opacity:.8}50%{opacity:.4}}.login-input:focus{border-color:#f97316!important;box-shadow:0 0 0 2px #f9731633!important}.login-btn{transition:all .2s ease-in-out}.login-btn:hover{background-color:#ea580c!important}.login-btn:active{transform:scale(.98)}
