.auth-layout{z-index:9999;background:#f8fafc;position:fixed;inset:0;overflow-y:auto}body:has(.auth-layout) .sidebar{display:none!important}body:has(.auth-layout) .app-header{display:none!important}body:has(.auth-layout) .app-main{margin-left:0!important;padding:0!important}body:has(.auth-layout) .app-content{padding:0!important}body:has(.auth-layout){overflow:hidden}.login-page{background:#f8fafc;min-height:100vh;display:flex}.login-branding{flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.login-branding__bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);position:absolute;inset:0}.login-branding__bg:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='50' cy='50' r='6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.login-branding__bg:after{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.login-branding__content{color:#fff;z-index:1;max-width:480px;position:relative}.login-branding__logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.login-branding__logo .material-symbols-outlined{font-size:40px}.login-branding__title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.5rem;font-weight:800}.login-branding__subtitle{opacity:.9;margin:0 0 3rem;font-size:1.125rem;line-height:1.6}.login-branding__features{flex-direction:column;gap:1.5rem;display:flex}.login-branding__feature{align-items:flex-start;gap:1rem;display:flex}.login-branding__feature .material-symbols-outlined{background:#fff3;border-radius:10px;flex-shrink:0;padding:.5rem;font-size:28px}.login-branding__feature h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.login-branding__feature p{opacity:.85;margin:0;font-size:.875rem}.login-form-section{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.login-form-container{width:100%;max-width:400px}.login-form-header{text-align:center;margin-bottom:2rem}.login-form-header h2{color:#1a1a2e;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.login-form-header p{color:#64748b;margin:0;font-size:.9375rem}.login-error{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.login-error .material-symbols-outlined{color:#ef4444;font-size:20px}.login-error span:last-child{color:#dc2626;font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-field{flex-direction:column;gap:.5rem;display:flex}.login-label{color:#334155;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.login-label .material-symbols-outlined{color:#667eea;font-size:18px}.login-input{color:#1a1a2e;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.login-input:hover{border-color:#cbd5e1}.login-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.login-input::placeholder{color:#94a3b8}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 16px #667eea4d}.login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-submit .material-symbols-outlined{font-size:20px}.login-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.login-footer p{color:#64748b;margin:0 0 .75rem;font-size:.9375rem}.login-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .15s}.login-link:hover{color:#764ba2;text-decoration:underline}.login-help{color:#94a3b8!important;font-size:.8125rem!important}.login-copyright{text-align:center;margin-top:3rem}.login-copyright p{color:#94a3b8;margin:0;font-size:.75rem}@media (max-width:900px){.login-page{flex-direction:column}.login-branding{min-height:auto;padding:2rem}.login-branding__content{text-align:center;max-width:100%}.login-branding__logo{margin:0 auto 1.5rem}.login-branding__title{font-size:1.75rem}.login-branding__subtitle{margin-bottom:1.5rem;font-size:1rem}.login-branding__features{display:none}.login-form-section{padding:2rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form-container{animation:.5s fadeInUp}.login-branding__content{animation:.5s .1s both fadeInUp}
