@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&family=Roboto:wght@300;400;500;700&display=swap";
.chat-module__JRK4BG__chat-container{--md-sys-color-primary:navy;--md-sys-color-primary-container:#e6f0ff;--md-sys-color-on-primary:#fff;--md-sys-color-on-primary-container:#000040;--md-sys-color-secondary:#9a3b00;--md-sys-color-secondary-container:#ffe4d6;--md-sys-color-on-secondary:#fff;--md-sys-color-on-secondary-container:#4d1d00;--md-sys-color-tertiary:#9a3b00;--md-sys-color-tertiary-container:#ffe4d6;--md-sys-color-surface:#fdfbef;--md-sys-color-surface-variant:#f5f3e8;--md-sys-color-on-surface:#1c1b1f;--md-sys-color-on-surface-variant:#49454f;--md-sys-color-outline:#79747e;--md-sys-color-outline-variant:#cac4d0;--md-sys-color-background:#fffbfe;--md-sys-color-on-background:#1c1b1f;--md-sys-color-error:#ba1a1a;--md-sys-color-error-container:#ffdad6;--md-elevation-1:0px 1px 3px 1px #00000026,0px 1px 2px 0px #0000004d;--md-elevation-2:0px 2px 6px 2px #00000026,0px 1px 2px 0px #0000004d;--md-elevation-3:0px 4px 8px 3px #00000026,0px 1px 3px 0px #0000004d;--md-elevation-4:0px 6px 10px 4px #00000026,0px 2px 3px 0px #0000004d;--md-elevation-5:0px 8px 12px 6px #00000026,0px 4px 4px 0px #0000004d;--md-sys-typescale-display-large:2.5rem;--md-sys-typescale-headline-large:2rem;--md-sys-typescale-headline-medium:1.5rem;--md-sys-typescale-title-large:1.5rem;--md-sys-typescale-title-medium:1.1667rem;--md-sys-typescale-body-large:1.5rem;--md-sys-typescale-body-medium:1.1667rem;--md-sys-typescale-label-large:1.1667rem;--md-sys-typescale-label-medium:1.1667rem;--md-spacing-base:8px;--md-corner-radius:12px;--md-corner-radius-large:28px;--md-corner-radius-extra-large:32px}.chat-module__JRK4BG__messages-page-wrapper{background:linear-gradient(navy 0%,#fff 100%);flex-direction:column;align-items:center;min-height:calc(100vh - 280px);padding:4rem 1.5rem}.chat-module__JRK4BG__messages-page-header{text-align:left;color:#fff;width:100%;max-width:1280px;margin-bottom:40px}.chat-module__JRK4BG__messages-page-title{letter-spacing:-.5px;margin:0 0 12px;font-size:2.5rem;font-weight:600}.chat-module__JRK4BG__messages-page-subtitle{opacity:.95;margin:0;font-size:1.5rem;line-height:1.6}.chat-module__JRK4BG__messages-content-container{background:#fff;border-radius:16px;width:100%;max-width:1280px;min-height:600px;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.chat-module__JRK4BG__chat-container{background:var(--md-sys-color-background);width:100%;height:600px;display:flex;position:relative;overflow:hidden}.chat-module__JRK4BG__chat-sidebar{background:var(--md-sys-color-surface);border-right:1px solid var(--md-sys-color-outline-variant);flex-direction:column;width:360px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.chat-module__JRK4BG__chat-sidebar-header{color:#fff;background:linear-gradient(135deg,navy 0%,#4169e1 100%);border-bottom:1px solid #ffffff1a;padding:20px 24px;position:relative;overflow:hidden}.chat-module__JRK4BG__chat-sidebar-header:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite chat-module__JRK4BG__shimmer;position:absolute;top:-50%;right:-50%}@keyframes chat-module__JRK4BG__shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.chat-module__JRK4BG__chat-sidebar-header h1{z-index:1;margin:0 0 4px;font-size:1.5rem;font-weight:600;position:relative}.chat-module__JRK4BG__chat-sidebar-header p{opacity:.9;z-index:1;margin:0;font-size:1.1667rem;position:relative}.chat-module__JRK4BG__new-chat-button{color:#fff;cursor:pointer;z-index:2;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.chat-module__JRK4BG__new-chat-button:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.05)}.chat-module__JRK4BG__new-chat-button:active{transform:translateY(-50%)scale(.95)}.chat-module__JRK4BG__new-chat-button:after{content:"";background:radial-gradient(circle,var(--md-sys-color-primary)0%,transparent 70%);border-radius:inherit;opacity:0;width:100%;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;transform:scale(0)}.chat-module__JRK4BG__new-chat-button:active:after{opacity:.3;transition:all;transform:scale(1)}.chat-module__JRK4BG__chat-avatar{border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.chat-module__JRK4BG__chat-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.chat-module__JRK4BG__chat-avatar-placeholder{background:var(--md-sys-color-primary-container);width:100%;height:100%;color:var(--md-sys-color-on-primary-container);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:500;display:flex}.chat-module__JRK4BG__chat-header{background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant);align-items:center;gap:12px;padding:16px;display:flex}.chat-module__JRK4BG__chat-header-back{width:40px;height:40px;color:var(--md-sys-color-on-surface);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.chat-module__JRK4BG__chat-list{background:var(--md-sys-color-background);flex:1;padding:12px;overflow-y:auto}.chat-module__JRK4BG__chat-list::-webkit-scrollbar{width:8px}.chat-module__JRK4BG__chat-list::-webkit-scrollbar-track{background:0 0}.chat-module__JRK4BG__chat-list::-webkit-scrollbar-thumb{background:var(--md-sys-color-outline-variant);border-radius:4px}.chat-module__JRK4BG__chat-list::-webkit-scrollbar-thumb:hover{background:var(--md-sys-color-outline)}.chat-module__JRK4BG__chat-list-item{background:var(--md-sys-color-surface);border-radius:var(--md-corner-radius);cursor:pointer;border:1px solid #0000;align-items:center;gap:12px;margin-bottom:8px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.chat-module__JRK4BG__chat-list-item:before{content:"";background:var(--md-sys-color-primary);opacity:.1;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-module__JRK4BG__chat-list-item:hover{background:var(--md-sys-color-surface-variant);box-shadow:var(--md-elevation-1);transform:translateY(-2px)}.chat-module__JRK4BG__chat-list-item:hover:before{width:300px;height:300px}.chat-module__JRK4BG__chat-list-item.chat-module__JRK4BG__active{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);box-shadow:var(--md-elevation-2)}.chat-module__JRK4BG__chat-list-item-content{z-index:1;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex;position:relative}.chat-module__JRK4BG__chat-list-item-name{font-size:var(--md-sys-typescale-body-large);color:var(--md-sys-color-on-surface);margin-bottom:4px;font-weight:400}.chat-module__JRK4BG__chat-list-item-message{color:var(--md-sys-color-on-surface-variant);align-items:center;gap:4px;font-size:1.1667rem;font-weight:400;display:flex}.chat-module__JRK4BG__chat-list-item-time{color:var(--md-sys-color-outline);font-size:1.1667rem;font-weight:400}.chat-module__JRK4BG__chat-list-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.chat-module__JRK4BG__chat-list-empty-icon{background:var(--md-sys-color-primary-container);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;font-size:2.5rem;animation:3s ease-in-out infinite chat-module__JRK4BG__float;display:flex}@keyframes chat-module__JRK4BG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.chat-module__JRK4BG__chat-list-empty-text{color:var(--md-sys-color-on-surface-variant);margin-top:16px;font-size:1.5rem}.chat-module__JRK4BG__loading-spinner-large{border:4px solid var(--md-sys-color-outline-variant);border-top-color:var(--md-sys-color-primary);border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:1s cubic-bezier(.68,-.55,.265,1.55) infinite chat-module__JRK4BG__spin}@keyframes chat-module__JRK4BG__spin{to{transform:rotate(360deg)}}.chat-module__JRK4BG__chat-area{background:var(--md-sys-color-background);flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-module__JRK4BG__chat-header{background:var(--md-sys-color-surface);box-shadow:var(--md-elevation-1);border-bottom:1px solid var(--md-sys-color-outline-variant);align-items:center;gap:16px;padding:16px 24px;display:flex}.chat-module__JRK4BG__chat-header-back{cursor:pointer;width:40px;height:40px;color:var(--md-sys-color-on-surface);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__JRK4BG__chat-header-back:hover{background:var(--md-sys-color-surface-variant)}.chat-module__JRK4BG__chat-header-info h2{font-size:var(--md-sys-typescale-title-large);color:var(--md-sys-color-on-surface);margin:0;font-weight:400}.chat-module__JRK4BG__chat-header-info p{font-size:var(--md-sys-typescale-body-medium);color:var(--md-sys-color-on-surface-variant);margin:2px 0 0}.chat-module__JRK4BG__message-list{background:var(--md-sys-color-surface);flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.chat-module__JRK4BG__message-bubble-container{animation:.4s cubic-bezier(.4,0,.2,1) chat-module__JRK4BG__messageSlide;display:flex}@keyframes chat-module__JRK4BG__messageSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-module__JRK4BG__message-bubble-container.chat-module__JRK4BG__own{justify-content:flex-end}.chat-module__JRK4BG__message-bubble{border-radius:var(--md-corner-radius-large);word-wrap:break-word;max-width:70%;padding:12px 16px;animation:.3s cubic-bezier(.68,-.55,.265,1.55) chat-module__JRK4BG__messagePop;position:relative}@keyframes chat-module__JRK4BG__messagePop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.chat-module__JRK4BG__message-bubble.chat-module__JRK4BG__own{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-elevation-1);border-bottom-right-radius:4px}.chat-module__JRK4BG__message-bubble.chat-module__JRK4BG__other{background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-on-surface);box-shadow:var(--md-elevation-1);border-bottom-left-radius:4px}.chat-module__JRK4BG__message-content{margin-bottom:4px;font-size:1.1667rem;line-height:1.5}.chat-module__JRK4BG__message-time{opacity:.8;align-items:center;gap:4px;font-size:1.1667rem;font-weight:400;display:flex}.chat-module__JRK4BG__message-read-status{color:var(--md-sys-color-tertiary)}.chat-module__JRK4BG__message-input-container{background:var(--md-sys-color-surface);border-top:1px solid var(--md-sys-color-outline-variant);padding:16px}.chat-module__JRK4BG__message-input-form{align-items:center;gap:8px;display:flex}.chat-module__JRK4BG__message-input-form:focus-within .chat-module__JRK4BG__message-input-wrapper{box-shadow:inset 0 1px 3px #0000001a,0 0 0 2px var(--md-sys-color-primary)}.chat-module__JRK4BG__message-input-button{width:40px;height:40px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__JRK4BG__message-input-button:hover{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.chat-module__JRK4BG__message-input-wrapper{background:var(--md-sys-color-surface-variant);border-radius:var(--md-corner-radius-extra-large);flex:1;align-items:center;padding:0 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 1px 3px #0000001a}.chat-module__JRK4BG__message-input-field{width:100%;color:var(--md-sys-color-on-surface);resize:none;background:0 0;border:none;outline:none;padding:10px 0;font-family:inherit;font-size:1.1667rem;font-weight:400;line-height:1.5}.chat-module__JRK4BG__message-input-field::placeholder{color:var(--md-sys-color-on-surface-variant);opacity:.7}.chat-module__JRK4BG__message-send-button{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:var(--md-corner-radius-extra-large);font-weight:500;font-size:var(--md-sys-typescale-label-large);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.chat-module__JRK4BG__message-send-button:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-module__JRK4BG__message-send-button:hover:before{width:300px;height:300px}.chat-module__JRK4BG__message-send-button:hover{box-shadow:var(--md-elevation-2);transform:translateY(-2px)}.chat-module__JRK4BG__message-send-button:active{transform:scale(.95)}.chat-module__JRK4BG__message-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-module__JRK4BG__modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.3s cubic-bezier(.4,0,.2,1) chat-module__JRK4BG__fadeIn;display:flex;position:fixed;inset:0}.chat-module__JRK4BG__modal-content{background:var(--md-sys-color-surface);border-radius:var(--md-corner-radius-extra-large);width:90%;max-width:500px;max-height:80vh;box-shadow:var(--md-elevation-5);flex-direction:column;padding:24px;animation:.4s cubic-bezier(.4,0,.2,1) chat-module__JRK4BG__slideUp;display:flex;overflow:hidden}@keyframes chat-module__JRK4BG__slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.chat-module__JRK4BG__modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chat-module__JRK4BG__modal-header h3{font-size:var(--md-sys-typescale-headline-medium);color:var(--md-sys-color-on-surface);margin:0;font-weight:400}.chat-module__JRK4BG__modal-close{width:40px;height:40px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__JRK4BG__modal-close:hover{background:var(--md-sys-color-surface-variant)}.chat-module__JRK4BG__search-container{margin-bottom:24px}.chat-module__JRK4BG__search-input{border:1px solid var(--md-sys-color-outline);border-radius:var(--md-corner-radius);width:100%;font-size:var(--md-sys-typescale-body-large);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);padding:16px;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-module__JRK4BG__search-input:focus{border-color:var(--md-sys-color-primary);outline:none;box-shadow:0 0 0 3px #6750a41a}.chat-module__JRK4BG__search-results{flex:1;margin:0 -8px;overflow-y:auto}.chat-module__JRK4BG__search-result-item{background:var(--md-sys-color-surface-variant);border-radius:var(--md-corner-radius);cursor:pointer;margin:0 8px 8px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-module__JRK4BG__search-result-item:hover{background:var(--md-sys-color-primary-container);transform:translate(8px)}.chat-module__JRK4BG__search-result-name{font-size:var(--md-sys-typescale-title-medium);color:var(--md-sys-color-on-surface);margin-bottom:4px;font-weight:500}.chat-module__JRK4BG__search-result-email{font-size:var(--md-sys-typescale-body-medium);color:var(--md-sys-color-on-surface-variant)}.chat-module__JRK4BG__search-result-type{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container);border-radius:var(--md-corner-radius);font-size:var(--md-sys-typescale-label-medium);text-transform:uppercase;letter-spacing:.5px;margin-top:8px;padding:4px 12px;font-weight:500;display:inline-block}.chat-module__JRK4BG__loading-spinner{border:3px solid var(--md-sys-color-outline-variant);border-top-color:var(--md-sys-color-primary);border-radius:50%;width:24px;height:24px;animation:1s cubic-bezier(.68,-.55,.265,1.55) infinite chat-module__JRK4BG__spin}.chat-module__JRK4BG__loading-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.chat-module__JRK4BG__loading-box{background:var(--md-sys-color-surface);border-radius:var(--md-corner-radius-large);box-shadow:var(--md-elevation-5);align-items:center;gap:20px;padding:32px 48px;display:flex}@media (max-width:768px){.chat-module__JRK4BG__messages-page-wrapper{min-height:calc(100vh - 210px);padding:30px 12px}.chat-module__JRK4BG__messages-page-title{font-size:2rem}.chat-module__JRK4BG__messages-page-subtitle{font-size:1.5rem}.chat-module__JRK4BG__messages-content-container{border-radius:12px;min-height:500px}.chat-module__JRK4BG__chat-container{height:500px}.chat-module__JRK4BG__chat-sidebar{z-index:100;width:100%;height:100%;position:absolute}.chat-module__JRK4BG__chat-sidebar.chat-module__JRK4BG__hidden-mobile{transform:translate(-100%)}.chat-module__JRK4BG__chat-area{width:100%}.chat-module__JRK4BG__chat-header-back{display:flex}.chat-module__JRK4BG__message-bubble{max-width:85%}}@media (max-width:480px){.chat-module__JRK4BG__messages-page-wrapper{padding:20px 8px}.chat-module__JRK4BG__messages-page-title{font-size:1.75rem}.chat-module__JRK4BG__messages-page-subtitle{font-size:.9375rem}.chat-module__JRK4BG__messages-content-container{min-height:450px}.chat-module__JRK4BG__chat-container{height:450px}}@keyframes chat-module__JRK4BG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes chat-module__JRK4BG__ripple{to{opacity:0;transform:scale(4)}}.chat-module__JRK4BG__chat-list,.chat-module__JRK4BG__message-list{scroll-behavior:smooth}
.auth-module__Y2OPrW__authBg{font-family:var(--font-lexend),"Lexend",sans-serif;box-sizing:border-box;background:linear-gradient(navy 0%,#fff 100%);justify-content:center;align-items:center;width:100vw;height:auto;min-height:100vh;padding:40px 20px;display:flex}.auth-module__Y2OPrW__authContainer{font-family:var(--font-lexend),"Lexend",sans-serif;background:#fff;border-radius:16px;width:900px;max-width:90vw;height:auto;min-height:650px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.auth-module__Y2OPrW__leftPanel{color:#fff;text-align:center;background:navy;flex-direction:column;justify-content:center;align-items:center;width:45%;padding:60px 40px;transition:all .5s;display:flex}.auth-module__Y2OPrW__leftPanelTitle{letter-spacing:-.5px;margin-bottom:15px;font-size:2.5rem;font-weight:300}.auth-module__Y2OPrW__leftPanelText{opacity:.9;margin-bottom:30px;font-size:1rem;line-height:1.4}.auth-module__Y2OPrW__leftPanelButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border:2px solid #fff;border-radius:6px;padding:12px 30px;font-size:.95rem;font-weight:500;transition:all .3s}.auth-module__Y2OPrW__leftPanelButton:hover{color:#1a1a5c;background-color:#fff}.auth-module__Y2OPrW__rightPanel{background:#fff;flex-direction:column;justify-content:flex-start;width:60%;padding:50px 50px 60px;display:flex}.auth-module__Y2OPrW__formTitle{color:#d2691e;text-align:center;margin:16px 0 4px;font-size:2rem;font-weight:600}.auth-module__Y2OPrW__formSubtitle{color:#666;text-align:center;margin-bottom:24px;font-size:.95rem;line-height:1.4}.auth-module__Y2OPrW__form{flex-direction:column;gap:14px;display:flex}.auth-module__Y2OPrW__inputGroup{align-items:center;display:flex;position:relative}.auth-module__Y2OPrW__inputIcon{color:#999;z-index:1;font-size:1rem;position:absolute;left:15px}.auth-module__Y2OPrW__input{width:100%;font-size:1rem;font-family:var(--font-lexend),"Lexend",sans-serif;color:#333;box-sizing:border-box;background-color:#e8e8e8;border:none;border-radius:8px;padding:15px 15px 15px 45px;transition:all .3s}.auth-module__Y2OPrW__input::placeholder{color:#999;font-weight:400}.auth-module__Y2OPrW__input:focus{background-color:#ddd;outline:none;box-shadow:0 0 0 2px #d2691e33}.auth-module__Y2OPrW__select{width:100%;font-size:1rem;font-family:var(--font-lexend),"Lexend",sans-serif;color:#333;appearance:none;cursor:pointer;background-color:#e8e8e8;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 15px center;background-repeat:no-repeat;background-size:16px;border:none;border-radius:8px;padding:15px 45px}.auth-module__Y2OPrW__select:focus{background-color:#ddd;outline:none;box-shadow:0 0 0 2px #d2691e33}.auth-module__Y2OPrW__submitButton{color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d2691e 0%,#b8571a 100%);border:none;border-radius:8px;margin-top:4px;padding:15px;transition:all .3s}.auth-module__Y2OPrW__submitButton:hover{background:linear-gradient(135deg,#b8571a 0%,#a04d17 100%);transform:translateY(-1px);box-shadow:0 4px 12px #d2691e4d}.auth-module__Y2OPrW__providerSignupBlurb{color:#6b7280;text-align:center;margin:16px 0 0;font-size:.85rem;line-height:1.45}.auth-module__Y2OPrW__providerSignupLink{color:#06c;font-weight:600;text-decoration:underline}.auth-module__Y2OPrW__providerSignupLink:hover{color:#049}.auth-module__Y2OPrW__signupPanel{color:#fff;box-sizing:border-box;z-index:2;text-align:center;background:linear-gradient(135deg,#1a1a5c 0%,#2a2a7a 100%);flex-direction:column;justify-content:center;align-items:center;width:45%;height:100%;padding:60px 40px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.auth-module__Y2OPrW__signupPanel.auth-module__Y2OPrW__active{transform:translate(0%)}.auth-module__Y2OPrW__loginPanel{z-index:1;background-color:#fff;flex-direction:column;justify-content:center;width:55%;height:100%;padding:60px 50px;display:flex}.auth-module__Y2OPrW__successMsg{color:#000;text-align:center;margin-top:15px;font-weight:500}@keyframes auth-module__Y2OPrW__errorPulse{0%,to{box-shadow:none;background-color:#fef2f2;border-color:#fecaca;transform:scale(1)}25%,75%{background-color:#fecaca;transform:scale(1.02)}50%{box-shadow:none;background-color:#fef2f2;border-color:#fecaca;transform:scale(1)}}.auth-module__Y2OPrW__errorMsg{color:#b91c1c;text-align:center;background-color:#fef2f2;border:2px solid #fecaca;border-radius:8px;margin:12px 0;padding:10px 14px;font-size:.95rem;font-weight:500;animation:1.5s ease-in-out 2 auth-module__Y2OPrW__errorPulse}@media (max-width:768px){.auth-module__Y2OPrW__authContainer{flex-direction:column;width:95vw;height:auto}.auth-module__Y2OPrW__leftPanel,.auth-module__Y2OPrW__rightPanel,.auth-module__Y2OPrW__signupPanel,.auth-module__Y2OPrW__loginPanel{width:100%}.auth-module__Y2OPrW__leftPanel{padding:40px 30px}.auth-module__Y2OPrW__rightPanel,.auth-module__Y2OPrW__loginPanel{padding:36px 24px 48px}}.auth-module__Y2OPrW__inputGroupPwd{position:relative}.auth-module__Y2OPrW__pwdToggle{cursor:pointer;text-align:right;background:0 0;border:none;width:64px;padding:0;font-size:.875rem;line-height:1;text-decoration:underline;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-module__Y2OPrW__inputGroupPwd .auth-module__Y2OPrW__input{flex:auto;min-width:0;padding-right:80px}.auth-module__Y2OPrW__forgotPassword{color:#06c;cursor:pointer;text-align:right;background:0 0;border:none;align-self:flex-end;padding:0;font-size:.875rem;font-weight:500;text-decoration:underline}.auth-module__Y2OPrW__forgotPassword:hover{color:#049;text-decoration:none}.auth-module__Y2OPrW__forgotPassword:focus{outline-offset:2px;outline:2px solid #06c}.auth-module__Y2OPrW__resetModalOverlay{z-index:1200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-module__Y2OPrW__resetModalCard{background:#fff;border-radius:12px;min-width:min(400px,90vw);max-width:90vw;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.auth-module__Y2OPrW__resetEmailInput{border:1px solid #d1d5db;border-radius:8px;width:100%;margin:1rem 0;padding:.75rem;font-size:1rem}.auth-module__Y2OPrW__resetModalButtons{justify-content:flex-end;gap:1rem;display:flex}.auth-module__Y2OPrW__resetModalFooter{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.auth-module__Y2OPrW__resetModalPrimaryButton{cursor:pointer;color:#fff;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500}.auth-module__Y2OPrW__resetModalPrimaryButton:disabled{cursor:not-allowed;background:#9ca3af}.auth-module__Y2OPrW__resetModalButtons button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500}.auth-module__Y2OPrW__resetModalButtons button:first-child{color:#fff;background:#3b82f6}.auth-module__Y2OPrW__resetModalButtons button:first-child:disabled{cursor:not-allowed;background:#9ca3af}.auth-module__Y2OPrW__resetModalButtons button:last-child{color:#6b7280;background:0 0;border:1px solid #d1d5db}.auth-module__Y2OPrW__consentSection{flex-direction:column;gap:8px;display:flex}.auth-module__Y2OPrW__consentLabel{color:#374151;cursor:pointer;align-items:flex-start;gap:8px;font-size:.85rem;line-height:1.35;display:flex}.auth-module__Y2OPrW__consentCheckbox{accent-color:navy;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.auth-module__Y2OPrW__consentLink{color:#06c;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.auth-module__Y2OPrW__consentLink:hover{color:#049}.auth-module__Y2OPrW__consentLabelError{color:#b91c1c}.auth-module__Y2OPrW__consentCheckboxError{outline-offset:1px;border-radius:2px;outline:2px solid #b91c1c}.auth-module__Y2OPrW__consentErrorText{color:#b91c1c;margin:2px 0 0;font-size:.8rem}
