*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#0a0f1e;color:#f8fafc}#root{min-height:100vh}button{font-family:inherit;border:none;outline:none}input{font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3b82f680}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.loading-content{text-align:center;animation:slideUp .6s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading-logo{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #3b82f666;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 10px 40px #3b82f666}50%{transform:scale(1.05);box-shadow:0 15px 50px #3b82f699}}.loading-logo svg{width:40px;height:40px;color:#fff;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text h2{font-size:32px;font-weight:700;color:#0c4a6e;margin-bottom:8px;background:linear-gradient(135deg,#0c4a6e,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-text p{color:#64748b;font-size:16px;margin-bottom:32px}.loading-bar{width:280px;height:4px;background:#3b82f633;border-radius:2px;overflow:hidden;margin:0 auto}.loading-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;border-radius:2px;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{width:0%;background-position:0% 0%}50%{width:70%;background-position:100% 0%}to{width:100%;background-position:0% 0%}}.loading-screen.fade-out{animation:fadeOut .4s ease forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc)}.auth-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;background:linear-gradient(135deg,#38bdf81a,#3b82f60d);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:float 20s infinite ease-in-out;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s;background:linear-gradient(135deg,#38bdf826,#3b82f614)}.shape-2{width:400px;height:400px;top:60%;right:10%;animation-delay:-5s;background:linear-gradient(135deg,#9333ea1f,#3b82f60f)}.shape-3{width:250px;height:250px;bottom:10%;left:30%;animation-delay:-10s;background:linear-gradient(135deg,#3b82f61a,#93c5fd0d)}.shape-4{width:350px;height:350px;top:30%;right:25%;animation-delay:-15s;background:linear-gradient(135deg,#0ea5e91a,#3b82f60d)}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1);border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{transform:translate(30px,-50px) rotate(90deg) scale(1.1);border-radius:70% 30% 30% 70%/70% 70% 30% 30%}50%{transform:translate(-20px,40px) rotate(180deg) scale(.9);border-radius:50%}75%{transform:translate(-40px,-30px) rotate(270deg) scale(1.05);border-radius:30% 70%/70% 30%}}.auth-card{position:relative;z-index:1;width:100%;max-width:900px;margin:0 20px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.auth-card-inner{background:#ffffff40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:24px;padding:0;box-shadow:0 20px 60px #0000001a,0 0 80px #3b82f626,inset 0 1px #fff6;transition:all .3s ease;display:flex;overflow:hidden}.auth-card-inner:hover{box-shadow:0 25px 70px #00000026,0 0 100px #3b82f64d,inset 0 1px #fff;border-color:#3b82f680}.auth-header{flex:0 0 40%;background:#ffffff26;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-right:1px solid rgba(255,255,255,.2)}.auth-content{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}.logo-container{margin-bottom:20px}.logo-circle{width:70px;height:70px;margin:0 auto;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #3b82f666;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #3b82f666}50%{transform:scale(1.05);box-shadow:0 15px 40px #3b82f699}}.logo-circle svg{width:36px;height:36px;color:#fff}.auth-header h1{font-size:28px;font-weight:700;color:#0c4a6e;margin-bottom:8px;background:linear-gradient(135deg,#0c4a6e,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header p{color:#64748b;font-size:15px;line-height:1.5}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:12px;color:#fca5a5;animation:shake .5s ease;font-size:14px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.error-message svg{width:20px;height:20px;flex-shrink:0}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#475569;font-size:13px;font-weight:500;margin-left:4px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;width:18px;height:18px;color:#64748b;pointer-events:none;transition:color .3s ease;z-index:1}.input-wrapper input,.input-wrapper .input-with-icon{width:100%;padding:10px 16px 10px 42px;background:#fff6;border:1px solid rgba(255,255,255,.5);border-radius:10px;color:#0f172a;font-size:14px;transition:all .3s ease;outline:none}.input-wrapper input::placeholder,.input-wrapper .input-with-icon::placeholder{color:#64748b}.input-wrapper input:focus,.input-wrapper .input-with-icon:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.input-wrapper:focus-within .input-icon{color:#3b82f6}.submit-btn{margin-top:8px;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-btn:hover:before{left:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-btn svg{width:18px;height:18px}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{margin-top:24px;text-align:center}.auth-footer p{color:#64748b;font-size:13px}.auth-footer a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-footer a:hover{color:#60a5fa;text-decoration:underline}@media(max-width:768px){.auth-card{max-width:480px}.auth-card-inner{flex-direction:column}.auth-header{flex:none;width:100%;padding:32px 24px 24px;border-right:none;border-bottom:1px solid rgba(59,130,246,.1)}.auth-content{flex:none;width:100%;padding:24px 24px 32px}.auth-header h1{font-size:24px}.shape{opacity:.5}}.dashboard-container{display:flex;min-height:100vh;background:#f0f9ff}.sidebar{position:fixed;left:0;top:0;height:100vh;background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid rgba(59,130,246,.2);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.sidebar.open{width:280px}.sidebar.closed{width:80px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:24px 20px;border-bottom:1px solid rgba(59,130,246,.1)}.sidebar-logo{display:flex;align-items:center;gap:12px;flex:1;overflow:hidden}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.logo-icon svg{width:24px;height:24px;color:#fff}.logo-text{font-size:18px;font-weight:700;color:#0c4a6e;white-space:nowrap;opacity:1;transition:opacity .2s ease}.sidebar.closed .logo-text{opacity:0;width:0}.sidebar-toggle{width:36px;height:36px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.sidebar-toggle svg{width:20px;height:20px;color:#3b82f6;transition:transform .3s ease}.sidebar-toggle:hover{background:#3b82f633;border-color:#3b82f64d}.sidebar.closed .sidebar-toggle svg{transform:rotate(180deg)}.sidebar-nav{flex:1;padding:20px 12px;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#3b82f633;border-radius:4px}.nav-item-wrapper{margin-bottom:8px}.nav-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:transparent;border:1px solid transparent;border-radius:12px;color:#64748b;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#3b82f6;transform:scaleY(0);transition:transform .3s ease}.nav-item:hover{background:#3b82f614;border-color:#3b82f633;color:#0c4a6e}.nav-item.active{background:#3b82f626;border-color:#3b82f666;color:#3b82f6}.nav-item.active:before{transform:scaleY(1)}.nav-item-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.nav-icon{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-icon svg{width:100%;height:100%}.nav-label{font-size:14px;font-weight:500;white-space:nowrap;opacity:1;transition:opacity .2s ease}.sidebar.closed .nav-label{opacity:0;width:0}.nav-arrow{width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.nav-item.expanded .nav-arrow{transform:rotate(180deg)}.submenu{margin-top:4px;margin-left:12px;padding-left:24px;border-left:2px solid rgba(59,130,246,.1);animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;background:transparent;border:1px solid transparent;border-radius:10px;color:#64748b;cursor:pointer;transition:all .3s ease;margin-bottom:4px;font-size:13px}.submenu-item:hover{background:#3b82f614;border-color:#3b82f633;color:#475569}.submenu-item.active{background:#3b82f626;border-color:#3b82f64d;color:#3b82f6}.submenu-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.submenu-icon svg{width:100%;height:100%}.submenu-label{font-weight:500;white-space:nowrap}.sidebar-footer{padding:20px 12px;border-top:1px solid rgba(59,130,246,.1)}.user-profile{display:flex;align-items:center;gap:12px;padding:12px;background:#3b82f61a;border-radius:12px;margin-bottom:12px;overflow:hidden}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0}.user-info{flex:1;min-width:0;opacity:1;transition:opacity .2s ease}.sidebar.closed .user-info{opacity:0;width:0}.user-name{font-size:14px;font-weight:600;color:#0c4a6e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#f87171;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:14px}.logout-btn svg{width:20px;height:20px}.logout-btn:hover{background:#ef444426;border-color:#ef44444d;transform:translateY(-2px)}.sidebar.closed .logout-btn span{display:none}.main-content{flex:1;margin-left:280px;padding:32px;background:#f0f9ff;min-height:100vh;transition:margin-left .3s cubic-bezier(.4,0,.2,1);position:relative}.sidebar.closed+.main-content{margin-left:80px}.mobile-menu-toggle{display:none;position:fixed;top:20px;left:20px;z-index:999;width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f666;transition:all .3s ease}.mobile-menu-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.mobile-menu-toggle svg{width:24px;height:24px}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.sidebar.open{width:260px}.main-content{margin-left:260px}.sidebar.closed+.main-content{margin-left:80px}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.sidebar-overlay{display:block}.sidebar{position:fixed;z-index:999}.sidebar.open{width:280px;box-shadow:4px 0 24px #00000080;transform:translate(0)}.sidebar.closed{width:280px;border:none;transform:translate(-100%)}.sidebar.closed .sidebar-overlay{display:none}.main-content{margin-left:0;padding:80px 20px 32px}.sidebar.closed+.main-content{margin-left:0}}
