.neumorphic-card{width:100%;max-width:460px!important;padding:40px 30px;background:#dde1e7f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;box-shadow:-3px -3px 7px #ffffff73,2px 2px 5px #5e687949;position:relative;z-index:10}.neumorphic-card .text{font-size:33px;font-weight:600;margin-bottom:35px;color:#595959;text-align:center}.neumorphic-field{height:55px;width:100%;display:flex;position:relative;margin-bottom:25px}.neumorphic-field .input{height:100%;width:100%;padding-left:45px;outline:none;border:none;font-size:16px;background:#dde1e7;color:#595959;border-radius:25px;box-shadow:inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73;transition:all .3s ease}.neumorphic-field .input:focus{box-shadow:inset 1px 1px 2px #babecc,inset -1px -1px 2px #ffffff73}.neumorphic-field .span{position:absolute;color:#595959;width:50px;height:100%;display:flex;align-items:center;justify-content:center;z-index:10}.neumorphic-field .label{position:absolute;top:50%;transform:translateY(-50%);left:45px;pointer-events:none;color:#666;transition:all .3s ease}.neumorphic-field .input:focus~.label,.neumorphic-field .input:not(:placeholder-shown)~.label{opacity:0;visibility:hidden}.forgot-pass{text-align:left;margin:-10px 0 20px 5px}.forgot-pass a{font-size:14px;color:#666;text-decoration:none;font-weight:500}.forgot-pass:hover a{text-decoration:underline}.neumorphic-button{margin:15px 0;width:100%;height:50px;font-size:18px;font-weight:600;background:#dde1e7;border-radius:25px;border:none;outline:none;cursor:pointer;color:#595959;box-shadow:2px 2px 5px #babecc,-5px -5px 10px #ffffff73;transition:all .3s ease}.neumorphic-button:active,.neumorphic-button:focus{color:#3498db;box-shadow:inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73}.neumorphic-button:disabled{opacity:.6;cursor:not-allowed}.shield-icon-mask{mix-blend-mode:multiply;filter:contrast(1.5) brightness(1.2)}.google-btn-neumorphic{margin-top:10px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:600;background:#dde1e7;border-radius:25px;border:none;color:#595959;box-shadow:2px 2px 5px #babecc,-5px -5px 10px #ffffff73;cursor:pointer;transition:all .3s ease}.google-btn-neumorphic:hover{transform:translateY(-2px)}.google-btn-neumorphic:active{box-shadow:inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73}.sign-up{margin:20px 0 10px;color:#595959;font-size:14px;text-align:center}.sign-up a{color:#3498db;text-decoration:none;font-weight:600}.sign-up a:hover{text-decoration:underline}.login-split-container{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;background-image:url(/loginbg.png)!important;background-size:cover!important;background-position:center!important;padding:2rem}.login-panel-centered{z-index:10;position:relative;width:100%;display:flex;justify-content:center}.login-form-container{width:100%;max-width:460px!important}.login-error{color:#ef4444;background-color:#ef44441a;padding:.75rem;border-radius:.75rem;border:1px solid rgba(239,68,68,.2);font-size:.875rem;text-align:center;margin-bottom:1.5rem}@media(max-width:480px){.login-split-container{padding:1rem;background-attachment:scroll}.neumorphic-card{padding:30px 20px;border-radius:16px}.neumorphic-card .text{font-size:26px;margin-bottom:25px}.neumorphic-field{height:50px;margin-bottom:20px}.neumorphic-field .input{font-size:14px}.neumorphic-button,.google-btn-neumorphic{height:45px;font-size:16px}}.chatBtn{width:55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background-color:#ffe53b;background-image:linear-gradient(147deg,#ffe53b,#ff2525,#ffe53b);cursor:pointer;padding-top:3px;box-shadow:5px 5px 10px #0000002a;position:relative;background-size:300%;background-position:left;transition-duration:1s}.chatBtn .tooltip{position:absolute;top:-40px;opacity:0;background-color:#ffb452;color:#fff;padding:5px 10px;border-radius:5px;display:flex;align-items:center;justify-content:center;transition-duration:.5s;pointer-events:none;letter-spacing:.5px;white-space:nowrap}.chatBtn:hover .tooltip{opacity:1;transition-duration:.5s}.chatBtn:hover{background-position:right;transition-duration:1s}.help-chatbot-trigger{position:fixed;bottom:6.5rem;right:1.5rem;z-index:99;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 20px #6366f166;transition:all .3s cubic-bezier(.4,0,.2,1)}.help-chatbot-trigger:hover{transform:scale(1.1);box-shadow:0 6px 28px #6366f18c}.help-chatbot-trigger.open{transform:rotate(90deg) scale(1.05)}.help-chatbot-panel{position:fixed;bottom:7.5rem;right:1.5rem;z-index:100;width:370px;max-height:500px;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 48px #0003;animation:helpChatSlideIn .3s cubic-bezier(.4,0,.2,1)}.help-chatbot-panel{background:#fffffff7;border:1px solid rgba(226,232,240,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dark .help-chatbot-panel{background:#0f172af7;border:1px solid rgba(51,65,85,.6)}@keyframes helpChatSlideIn{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.help-chatbot-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(226,232,240,.6);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;flex-shrink:0}.help-chatbot-header h4{font-size:.875rem;font-weight:700;display:flex;align-items:center;gap:.5rem;margin:0}.help-chatbot-header-subtitle{font-size:.65rem;opacity:.8;font-weight:400;margin-top:2px}.help-chatbot-close{background:none;border:none;color:#fffc;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s;display:flex;align-items:center}.help-chatbot-close:hover{color:#fff;background:#ffffff26}.help-chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:260px;max-height:340px}.help-chatbot-messages::-webkit-scrollbar{width:4px}.help-chatbot-messages::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.help-chat-msg{max-width:85%;padding:.625rem .875rem;border-radius:1rem;font-size:.8125rem;line-height:1.5;word-break:break-word;animation:helpMsgFadeIn .25s ease}@keyframes helpMsgFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.help-chat-msg.user{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.help-chat-msg.bot{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.dark .help-chat-msg.bot{background:#1e293b;color:#e2e8f0}.help-chat-typing{display:flex;align-items:center;gap:4px;padding:.625rem .875rem;align-self:flex-start;background:#f1f5f9;border-radius:1rem;border-bottom-left-radius:4px}.dark .help-chat-typing{background:#1e293b}.help-chat-typing-dot{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:helpTypingBounce 1.4s infinite ease-in-out}.help-chat-typing-dot:nth-child(2){animation-delay:.2s}.help-chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes helpTypingBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.help-chatbot-input-area{padding:.75rem 1rem;border-top:1px solid rgba(226,232,240,.6);display:flex;gap:.5rem;align-items:center;flex-shrink:0}.dark .help-chatbot-input-area{border-top-color:#33415580}.help-chatbot-input{flex:1;padding:.5rem .75rem;border-radius:.75rem;border:1px solid #e2e8f0;font-size:.8125rem;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff;color:#1e293b}.dark .help-chatbot-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.help-chatbot-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.help-chatbot-input::placeholder{color:#94a3b8}.help-chatbot-send{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transition:all .2s;flex-shrink:0}.help-chatbot-send:hover:not(:disabled){transform:scale(1.08);box-shadow:0 3px 12px #6366f166}.help-chatbot-send:disabled{opacity:.5;cursor:not-allowed}.help-chat-limit{text-align:center;padding:.5rem;font-size:.7rem;color:#94a3b8}@media(max-width:480px){.help-chatbot-panel{width:calc(100vw - 2rem);right:1rem;bottom:7rem;max-height:70vh}}
