@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:100vh;padding: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__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:1000;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__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}
.ConsentGate-module__ClUjsq__loadingContainer{color:#6b7280;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;display:flex}.ConsentGate-module__ClUjsq__gateContainer{background:linear-gradient(navy 0%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.ConsentGate-module__ClUjsq__gateCard{background:#fff;border-radius:16px;width:100%;max-width:700px;padding:3rem;box-shadow:0 20px 40px #00000026}.ConsentGate-module__ClUjsq__title{color:navy;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.ConsentGate-module__ClUjsq__subtitle{color:#4b5563;margin-bottom:2rem;font-size:1rem;line-height:1.5}.ConsentGate-module__ClUjsq__policySection{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.ConsentGate-module__ClUjsq__policyContent{color:#1f2937;background:#f9fafb;border-radius:8px;max-height:300px;margin-bottom:1rem;padding:1rem;font-size:.95rem;line-height:1.7;overflow-y:auto}.ConsentGate-module__ClUjsq__policyContent h1{color:navy;margin-bottom:.5rem;font-size:1.25rem}.ConsentGate-module__ClUjsq__policyContent h2{color:#1a1a5c;margin-top:1rem;margin-bottom:.35rem;font-size:1.1rem}.ConsentGate-module__ClUjsq__policyContent p{margin-bottom:.5rem}.ConsentGate-module__ClUjsq__policyContent ul{margin-bottom:.5rem;padding-left:1.25rem}.ConsentGate-module__ClUjsq__viewButton{color:#06c;cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:0;font-size:1rem;text-decoration:underline;display:block}.ConsentGate-module__ClUjsq__viewButton:hover{color:#049}.ConsentGate-module__ClUjsq__collapseButton{color:#06c;cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.95rem;text-decoration:underline;display:block}.ConsentGate-module__ClUjsq__checkboxLabel{color:#1f2937;cursor:pointer;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.5;display:flex}.ConsentGate-module__ClUjsq__checkbox{accent-color:navy;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:.25rem}.ConsentGate-module__ClUjsq__continueButton{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#d2691e 0%,#b8571a 100%);border:none;border-radius:8px;width:100%;margin-top:1.5rem;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.ConsentGate-module__ClUjsq__continueButton:hover:not(:disabled){background:linear-gradient(135deg,#b8571a 0%,#a04d17 100%);transform:translateY(-1px);box-shadow:0 4px 12px #d2691e4d}.ConsentGate-module__ClUjsq__continueButton:disabled{cursor:not-allowed;background:#9ca3af}@media (max-width:768px){.ConsentGate-module__ClUjsq__gateCard{padding:2rem 1.5rem}.ConsentGate-module__ClUjsq__policyContent{max-height:200px}}
.dashboards-module__JcObGG__page{width:100%;font-family:var(--font-lexend),"Lexend",sans-serif}.dashboards-module__JcObGG__title{color:#fff;padding-top:4rem}.dashboards-module__JcObGG__sub-title{color:#fff;padding-top:1rem}.dashboards-module__JcObGG__backgroundImage{z-index:0;background-image:url(/faridah-studio-3.jpg);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;min-height:100vh;position:relative}.dashboards-module__JcObGG__backgroundImage:before{content:"";z-index:1;background-color:#00000080;position:absolute;inset:0}@media (max-width:480px){.dashboards-module__JcObGG__backgroundImage{background-position:-50px -10px;background-size:170%;background-attachment:scroll}}.dashboards-module__JcObGG__gradient-background{background:linear-gradient(navy 0%,#fff 100%);min-height:100vh;padding-top:2rem}.dashboards-module__JcObGG__top-dashboard-overview{z-index:2;flex-direction:column;justify-content:center;align-items:center;max-width:1152px;min-height:100vh;margin:0 auto;padding-top:1rem;display:flex;position:relative}.dashboards-module__JcObGG__dashboard-title-box{z-index:2;background-color:#00008080;border-radius:1rem;width:fit-content;margin:4rem;padding:3rem;position:relative;box-shadow:0 4px 12px #00000080}.dashboards-module__JcObGG__dashboard-title{color:#fff;text-align:center;margin-bottom:2rem}.dashboards-module__JcObGG__dashboard-summary,.dashboards-module__JcObGG__dashboard-quick-access{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:5rem;min-height:fit-content;margin:0 auto;display:flex;position:relative}.dashboards-module__JcObGG__dashboard-summary-item{color:#fff;text-align:center}.dashboards-module__JcObGG__dashboard-quick-access{flex-wrap:nowrap;justify-content:center;gap:2rem;width:100%;margin-bottom:6rem;display:flex}.dashboards-module__JcObGG__dashboard-quick-access-item{text-align:center;background-color:#fff;border-radius:1rem;flex-direction:column;flex:auto;justify-content:space-between;align-items:center;width:100%;min-width:300px;max-width:400px;min-height:350px;padding:2rem;display:flex}.dashboards-module__JcObGG__quick-access-button{color:navy;background-color:#fff;border:2px solid navy;border-radius:.5rem;align-self:center;margin-top:auto;padding:1rem;font-size:14pt;font-weight:700;text-decoration:none}.dashboards-module__JcObGG__quick-access-button:hover{color:#9a3b00;border:2px solid #9a3b00;transform:translateY(-1px)}.dashboards-module__JcObGG__provider-home-container{gap:2rem;width:100%;max-width:110rem;margin:2rem auto;display:flex}.dashboards-module__JcObGG__client-list-container{background-color:#efeff0;border-radius:.75rem;width:100%;max-width:110rem;margin:2rem auto;padding:1rem;box-shadow:0 1px 3px #0000001a}.dashboards-module__JcObGG__client-list-heading{text-align:center;color:#9a3b00;margin-bottom:1rem;font-weight:700}.dashboards-module__JcObGG__table-container{max-height:20rem;overflow-y:auto}.dashboards-module__JcObGG__table{table-layout:fixed;width:100%;font-size:18pt}.dashboards-module__JcObGG__table-header th{text-align:center;font-weight:700}.dashboards-module__JcObGG__tbody tr:nth-child(odd){background-color:#fef9c3}.dashboards-module__JcObGG__tbody tr:nth-child(2n){background-color:#fff}.dashboards-module__JcObGG__cell{vertical-align:middle;padding:.75rem .5rem}.dashboards-module__JcObGG__center-cell{text-align:center}.dashboards-module__JcObGG__center-cell>*{margin:0 auto;display:inline-block}.dashboards-module__JcObGG__email-cell{word-break:break-all;white-space:normal}.dashboards-module__JcObGG__name{font-weight:700}.dashboards-module__JcObGG__profile-img{object-fit:cover;border-radius:9999px;width:150px;height:150px;margin-right:2rem}.dashboards-module__JcObGG__status-container{justify-content:space-between;gap:4px;margin-bottom:-2rem;padding-top:2rem;display:flex}.dashboards-module__JcObGG__viewall-container{justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;display:flex}.dashboards-module__JcObGG__btn-blue{color:#fff;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;background-color:navy;border:2px solid navy;border-radius:6px;margin-top:2rem;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;transition:all .2s}.dashboards-module__JcObGG__btn-blue:hover{background-color:#0d0d60}.dashboards-module__JcObGG__btn-white{color:navy;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;background-color:#fff;border:2px solid #8e8e8e;border-radius:6px;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;transition:all .2s}.dashboards-module__JcObGG__btn-white:hover{background-color:#c8c8c8}@media (max-width:900px){.dashboards-module__JcObGG__provider-home-container{flex-direction:column;gap:1rem}}@media (max-width:768px){.dashboards-module__JcObGG__status-container{flex-direction:column;align-self:flex-start;width:fit-content;max-width:100%}.dashboards-module__JcObGG__dashboard-quick-access{flex-wrap:wrap;gap:1.5rem}.dashboards-module__JcObGG__dashboard-quick-access-item{min-width:min(280px,100%)}.dashboards-module__JcObGG__dashboard-summary{gap:2rem}.dashboards-module__JcObGG__dashboard-title-box{box-sizing:border-box;width:100%;max-width:calc(100% - 4rem)}.dashboards-module__JcObGG__table .dashboards-module__JcObGG__cell{padding-left:1rem;padding-right:1rem}.dashboards-module__JcObGG__table{font-size:1.1rem}.dashboards-module__JcObGG__profile-img{width:clamp(80px,15vw,120px);height:clamp(80px,15vw,120px);margin-right:1rem}}@media (max-width:700px){.dashboards-module__JcObGG__status-container{margin:auto}.dashboards-module__JcObGG__dashboard-title-box{margin:1rem;padding:1rem}.dashboards-module__JcObGG__dashboard-summary{flex-direction:column;gap:2rem}.dashboards-module__JcObGG__dashboard-quick-access{flex-direction:column}.dashboards-module__JcObGG__dashboard-quick-access-item{width:100%;min-width:0;max-width:300px;margin:.5rem auto}.dashboards-module__JcObGG__client-list-container{max-width:100vw;padding:.5rem;overflow-x:visible}.dashboards-module__JcObGG__table-container{max-width:100vw;overflow-x:auto}.dashboards-module__JcObGG__table{min-width:600px;font-size:1rem}.dashboards-module__JcObGG__cell{word-break:break-word;padding:.5rem .25rem;font-size:.95rem}.dashboards-module__JcObGG__email-cell{word-break:break-all;font-size:.9rem}}
.components-module__LFfjrG__message-icon,.components-module__LFfjrG__profile-icon,.components-module__LFfjrG__heart-icon,.components-module__LFfjrG__home-icon{color:#9a3b00;stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:60px;height:60px}.components-module__LFfjrG__profile-icon-black{margin-left:auto;margin-right:auto;display:block;color:#000!important}.components-module__LFfjrG__checkmark-icon{width:3rem;height:3rem;margin-left:auto;margin-right:auto;display:block}.components-module__LFfjrG__colour-outline-black{color:#000}.components-module__LFfjrG__message-icon-wrapper{width:60px;height:60px;position:relative}.components-module__LFfjrG__unread-dot{background-color:navy;border-radius:9999px;width:24px;height:24px;position:absolute;top:0;right:0}
.default-module__IIsk9a__title{color:#fff;padding-top:4rem;padding-bottom:1rem}.default-module__IIsk9a__sub-title{color:#fff;padding-bottom:2rem;font-size:1.3333rem;font-weight:700}.default-module__IIsk9a__section-title{color:#fff;padding-top:3rem;padding-bottom:1rem}.default-module__IIsk9a__section-title-first-box,.default-module__IIsk9a__main-para{color:#fff;padding-bottom:1rem}.default-module__IIsk9a__external-link{color:#fff;font-weight:600;display:inline-block}.default-module__IIsk9a__external-link:hover{color:#9a3b00}.default-module__IIsk9a__email-link,.default-module__IIsk9a__email-link-no-hover{color:#fff;font-weight:600;text-decoration:none;transition:transform .3s,color .3s;display:inline-block}.default-module__IIsk9a__email-link:hover{transform:scale(1.2)}.default-module__IIsk9a__list-style{color:#fff;padding-left:1.5rem;font-size:1.5rem}.default-module__IIsk9a__black-color{color:#000}.default-module__IIsk9a__mobile-background{background-color:#000080cc;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.default-module__IIsk9a__mobile-background-white{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.default-module__IIsk9a__canada-map{justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex}@media (max-width:768px){.default-module__IIsk9a__title,.default-module__IIsk9a__sub-title{text-align:center}.default-module__IIsk9a__email-link{color:#fff;font-weight:600;transition:transform .3s,color .3s}.default-module__IIsk9a__email-link:hover{transform:scale(1.05)}}
.profiles-module__2s4GSq__profile-card{text-align:center;background-color:#fff;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;width:30%;max-width:400px;min-height:350px;margin-bottom:.65rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000001a}.profiles-module__2s4GSq__profile-card p{text-align:center;word-break:break-word}.profiles-module__2s4GSq__input-group{margin-bottom:1rem}.profiles-module__2s4GSq__input-group label{text-align:left;margin-bottom:.5rem;font-size:1.5rem;font-weight:500;display:block}.profiles-module__2s4GSq__input-field{border:1px solid #ccc;border-radius:4px;width:100%;padding:.5rem;font-size:1.5rem}.profiles-module__2s4GSq__text-area{resize:vertical;width:100%;font-size:1.5rem;font-family:var(--font-lexend),"Lexend",sans-serif;border:1px solid #ccc;border-radius:4px;padding:.5rem}.profiles-module__2s4GSq__input-field:focus,.profiles-module__2s4GSq__text-area:focus,.profiles-module__2s4GSq__cost-field:focus{border-color:navy;outline:none;box-shadow:0 0 0 2px #0000803c}.profiles-module__2s4GSq__cost-slider{appearance:none;background:#ddd;border-radius:3px;outline:none;width:100%;height:6px}.profiles-module__2s4GSq__cost-slider-input{align-items:center;gap:10px;margin-bottom:10px;font-size:1.5rem;display:flex}.profiles-module__2s4GSq__price-field{color:#666;justify-content:space-between;margin-top:5px;font-size:1.5rem;display:flex}.profiles-module__2s4GSq__cost-field{border:1px solid #ccc;border-radius:4px;width:20%;margin-top:5px;padding:.5rem;font-size:1.5rem}.profiles-module__2s4GSq__cost-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#9a3b00;border-radius:50%;width:20px;height:20px}.profiles-module__2s4GSq__cost-slider::-moz-range-thumb{cursor:pointer;background:#9a3b00;border:none;border-radius:50%;width:20px;height:20px}.profiles-module__2s4GSq__checkbox-container{align-items:center;margin-bottom:.75rem;display:flex;position:relative}.profiles-module__2s4GSq__checkbox-container:last-child{margin-bottom:0}.profiles-module__2s4GSq__checkbox-container input[type=checkbox]{accent-color:navy;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-right:12px;transition:all .2s}.profiles-module__2s4GSq__checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.5rem;font-weight:400;line-height:1.4}.profiles-module__2s4GSq__radio-container{align-items:left;cursor:pointer;margin-bottom:.75rem;display:flex;position:relative}.profiles-module__2s4GSq__radio-container:last-child{margin-bottom:0}.profiles-module__2s4GSq__radio-container input[type=radio]{accent-color:navy;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-right:12px;transition:all .2s}.profiles-module__2s4GSq__radio-label{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.5rem;font-weight:400;line-height:1.4;position:relative}.profiles-module__2s4GSq__row{gap:1rem;display:flex}.profiles-module__2s4GSq__row input{flex:1}.profiles-module__2s4GSq__checkboxRow{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.profiles-module__2s4GSq__checkboxRow label{color:#555;align-items:center;gap:.4rem;font-weight:500;display:flex}.profiles-module__2s4GSq__input-group input[type=file]{border:none;padding:.2rem 0}.profiles-module__2s4GSq__custom-file::-webkit-file-upload-button{color:#fff;cursor:pointer;background-color:navy;border:none;border-radius:8px;padding:8px 16px}.profiles-module__2s4GSq__custom-file{color:#111827;font-size:20px}.profiles-module__2s4GSq__profile-img-container{cursor:pointer;width:150px;height:150px;margin-bottom:1rem;transition:transform .2s;position:relative}.profiles-module__2s4GSq__profile-img-container:hover{transform:scale(1.02)}.profiles-module__2s4GSq__profile-img{object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.profiles-module__2s4GSq__profile-img-overlay{background-color:#0009;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.profiles-module__2s4GSq__overlay-text{color:#fff;text-align:center;font-size:.875rem;font-weight:600}.profiles-module__2s4GSq__profile-card .profiles-module__2s4GSq__btn-blue,.profiles-module__2s4GSq__profile-card .profiles-module__2s4GSq__btn-white{text-align:center;box-sizing:border-box;width:100%;max-width:300px;display:block}.profiles-module__2s4GSq__btn-blue{color:#fff;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;background-color:navy;border:2px solid navy;border-radius:6px;margin-top:2rem;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;transition:all .2s}.profiles-module__2s4GSq__btn-blue:hover{background-color:#0d0d60}.profiles-module__2s4GSq__btn-white{color:navy;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;background-color:#fff;border:2px solid #8e8e8e;border-radius:6px;margin-top:1rem;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;transition:all .2s}.profiles-module__2s4GSq__btn-white:hover{background-color:#c8c8c8}.profiles-module__2s4GSq__profile-header{margin-bottom:2rem}.profiles-module__2s4GSq__profile-layout{flex-direction:column;align-items:flex-start;gap:2rem;width:100%;display:flex}.profiles-module__2s4GSq__profile-top{flex-shrink:0;gap:1.5rem;width:100%;display:flex}.profiles-module__2s4GSq__profile-bottom{background-color:#fff;border-radius:1rem;flex:1;width:100%;min-height:500px;padding:2rem;box-shadow:0 4px 12px #0000001a}.profiles-module__2s4GSq__profile-layout .profiles-module__2s4GSq__profile-card{width:100%;max-width:none}.profiles-module__2s4GSq__file-row{gap:0 5px;padding:0;list-style:none;display:flex}.profiles-module__2s4GSq__form-nav-sidebar{flex:none;min-width:180px}.profiles-module__2s4GSq__form-dropdown{display:none}.profiles-module__2s4GSq__form-dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:max-content;height:40vh;transition:all .2s;position:absolute;top:3rem;left:-1em;overflow-y:scroll;transform:translateY(-10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.profiles-module__2s4GSq__show{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:1024px){.profiles-module__2s4GSq__profile-layout{flex-direction:column}.profiles-module__2s4GSq__profile-top{width:100%}.profiles-module__2s4GSq__profile-layout .profiles-module__2s4GSq__profile-card{width:100%;max-width:400px;margin:0 auto 2rem}.profiles-module__2s4GSq__form-nav-sidebar{display:none}.profiles-module__2s4GSq__form-dropdown{width:max-content;display:block}}@media (max-width:768px){.profiles-module__2s4GSq__profile-top{flex-direction:column}.profiles-module__2s4GSq__profile-layout{gap:1rem}.profiles-module__2s4GSq__profile-bottom{padding:1.5rem}.profiles-module__2s4GSq__profile-card{width:95%;min-height:auto;margin:auto auto 2rem;padding:1.5rem}.profiles-module__2s4GSq__profile-img,.profiles-module__2s4GSq__profile-img-container{width:120px;height:120px}}
.adminDashboard-module__CFbAaG__shell{--ink:#0f172a;--muted:#475569;--surface:#fff;--surface-soft:#f8fafc;--line:#dbe4ef;--brand:#0f766e;--accent:#1d4ed8;--danger:#b91c1c;--ok:#166534;--warn:#92400e;font-family:Poppins,Segoe UI,Tahoma,sans-serif}.adminDashboard-module__CFbAaG__headerSpacing{margin-bottom:18px}.adminDashboard-module__CFbAaG__quickAccessGrid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:14px;width:min(940px,100%);margin:10px auto 22px;display:grid}.adminDashboard-module__CFbAaG__quickAccessGrid .dashboard-quick-access-item{border:1px solid var(--line);border-radius:14px;justify-content:flex-start;gap:8px;width:100%;min-width:0;max-width:100%;min-height:0;padding:18px 16px;box-shadow:0 10px 24px #0f172a1a}.adminDashboard-module__CFbAaG__quickAccessGrid .dashboard-quick-access-item h2{color:var(--ink);margin:2px 0;font-size:1.28rem;line-height:1.25}.adminDashboard-module__CFbAaG__quickAccessGrid .dashboard-quick-access-item p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.4}.adminDashboard-module__CFbAaG__quickAccessGrid .quick-access-button{border-radius:8px;width:100%;max-width:180px;margin-top:10px;padding:.7rem .9rem}.adminDashboard-module__CFbAaG__sectionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}@media (max-width:1080px){.adminDashboard-module__CFbAaG__quickAccessGrid{grid-template-columns:1fr;width:min(620px,100%)}.adminDashboard-module__CFbAaG__quickAccessGrid .dashboard-quick-access-item{min-height:0}.adminDashboard-module__CFbAaG__sectionGrid{grid-template-columns:1fr}}.adminDashboard-module__CFbAaG__panel{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:14px;min-width:0;overflow:clip;box-shadow:0 10px 24px #0f172a14}.adminDashboard-module__CFbAaG__panelHeading{color:var(--ink);letter-spacing:.01em;border-bottom:1px solid var(--line);background:var(--surface);margin:0;padding:16px 18px;font-size:1.35rem}.adminDashboard-module__CFbAaG__tableWrap{background:var(--surface);-webkit-overflow-scrolling:touch;max-height:355px;overflow:auto}.adminDashboard-module__CFbAaG__table{border-collapse:collapse;table-layout:auto;width:100%;min-width:500px}.adminDashboard-module__CFbAaG__table th{z-index:1;text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#334155;border-bottom:1px solid var(--line);background:#eef3fb;padding:12px 14px;font-size:.84rem;position:sticky;top:0}.adminDashboard-module__CFbAaG__table td{color:#0f172a;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:12px 14px}.adminDashboard-module__CFbAaG__nameCell{overflow-wrap:anywhere;font-weight:700}.adminDashboard-module__CFbAaG__emailCell{color:#1e293b;overflow-wrap:anywhere}.adminDashboard-module__CFbAaG__actionsCell{width:280px}.adminDashboard-module__CFbAaG__actions{flex-wrap:wrap;gap:8px;display:flex}.adminDashboard-module__CFbAaG__btn{color:#fff;letter-spacing:.01em;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:7px 11px;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex}.adminDashboard-module__CFbAaG__btnMessage{background:#0f766e}.adminDashboard-module__CFbAaG__btnProfile{background:#1d4ed8}.adminDashboard-module__CFbAaG__btnDanger{background:var(--danger)}.adminDashboard-module__CFbAaG__badges{flex-wrap:wrap;gap:8px;display:flex}.adminDashboard-module__CFbAaG__badge{border:1px solid var(--line);background:var(--surface-soft);color:#0f172a;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.adminDashboard-module__CFbAaG__infoBar{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 12px;padding:10px 12px;display:flex}.adminDashboard-module__CFbAaG__infoText{color:var(--muted);font-size:.92rem;font-weight:600}.adminDashboard-module__CFbAaG__select{color:#0f172a;background:#fff;border:1px solid #a9b8cc;border-radius:8px;width:100%;padding:8px;font-weight:600}.adminDashboard-module__CFbAaG__status{border:1px solid #0000;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.adminDashboard-module__CFbAaG__statusLoading{color:var(--warn);background:#fef3c7;border-color:#fde68a}.adminDashboard-module__CFbAaG__statusLinked{color:var(--ok);background:#dcfce7;border-color:#86efac}.adminDashboard-module__CFbAaG__statusUnlinked{color:var(--danger);background:#fee2e2;border-color:#fecaca}.adminDashboard-module__CFbAaG__emptyRow{text-align:center;color:#64748b;font-weight:600}.adminDashboard-module__CFbAaG__matchActivityState{color:#334155;padding:14px 16px;font-weight:600}.adminDashboard-module__CFbAaG__matchActivityError{color:#b91c1c}.adminDashboard-module__CFbAaG__matchActivityList{gap:12px;padding:0 12px 14px;display:grid}.adminDashboard-module__CFbAaG__matchActivityListCompact{gap:10px;display:grid}.adminDashboard-module__CFbAaG__matchActivityCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;padding:12px;box-shadow:0 6px 18px #0f172a0f}.adminDashboard-module__CFbAaG__matchActivityHeader{margin-bottom:8px}.adminDashboard-module__CFbAaG__matchActivityTitle{color:#0f172a;margin:0;font-size:1rem}.adminDashboard-module__CFbAaG__matchActivityMeta{color:#64748b;margin:5px 0 0;font-size:.8rem;font-weight:600}.adminDashboard-module__CFbAaG__matchActivityTimeline{gap:8px;display:grid}.adminDashboard-module__CFbAaG__matchActivityEvent{grid-template-columns:10px 1fr;gap:8px;display:grid}.adminDashboard-module__CFbAaG__matchActivityEventRail{position:relative}.adminDashboard-module__CFbAaG__matchActivityEventRail:before{content:"";background:#1d4ed8;border-radius:999px;width:7px;height:7px;position:absolute;top:3px;left:3px}.adminDashboard-module__CFbAaG__matchActivityEventContent{background:#f8fbff;border:1px solid #e2e8f0;border-radius:10px;padding:9px 10px}.adminDashboard-module__CFbAaG__matchActivityEventTopRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.adminDashboard-module__CFbAaG__matchActivityEventTagRow{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.adminDashboard-module__CFbAaG__matchActivityEventType{color:#1e3a8a;letter-spacing:.03em;text-transform:uppercase;background:#eaf2ff;border:1px solid #bfd6ff;border-radius:999px;align-items:center;padding:2px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.adminDashboard-module__CFbAaG__matchActivityDirectionBadge{letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;padding:2px 7px;font-size:.65rem;font-weight:800;display:inline-flex}.adminDashboard-module__CFbAaG__matchActivityDirectionOutgoing{color:#155e75;background:#ecfeff;border-color:#a5f3fc}.adminDashboard-module__CFbAaG__matchActivityDirectionIncoming{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.adminDashboard-module__CFbAaG__matchActivityEventTime{color:#64748b;font-size:.76rem;font-weight:700}.adminDashboard-module__CFbAaG__matchActivityEventTitle{color:#0f172a;margin:0;font-size:.9rem;font-weight:700}.adminDashboard-module__CFbAaG__matchActivityEventDescription{color:#334155;margin:3px 0 0;font-size:.82rem;line-height:1.35}.adminDashboard-module__CFbAaG__matchActivityMessageClamp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.adminDashboard-module__CFbAaG__matchActivityMessageActions{align-items:center;gap:6px;margin-top:6px;display:inline-flex}.adminDashboard-module__CFbAaG__matchActivityMessageActionBtn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:4px 8px;font-size:.74rem;font-weight:700}.adminDashboard-module__CFbAaG__matchActivityMessageActionBtn:hover{border-color:#94a3b8}.adminDashboard-module__CFbAaG__modalOverlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172aad;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.adminDashboard-module__CFbAaG__modalPanel{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #d9e3f0;border-radius:16px;grid-template-rows:auto minmax(0,1fr);width:min(1560px,99vw);max-height:min(94vh,980px);display:grid;overflow:hidden;box-shadow:0 30px 70px #02061757}.adminDashboard-module__CFbAaG__modalHeader{background:#fff;border-bottom:1px solid #d9e3f0;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.adminDashboard-module__CFbAaG__modalTitle{color:var(--ink);margin:0;font-size:1.36rem}.adminDashboard-module__CFbAaG__modalSubtitle{color:var(--muted);margin:6px 0 0;font-size:.95rem;font-weight:600}.adminDashboard-module__CFbAaG__modalActions{flex-wrap:wrap;gap:8px;display:flex}.adminDashboard-module__CFbAaG__modalSummary{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:.9rem;font-weight:700}.adminDashboard-module__CFbAaG__modalCloseBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #c8d4e6;border-radius:8px;padding:7px 11px;font-size:.76rem;font-weight:700}.adminDashboard-module__CFbAaG__modalBody{padding:14px;overflow:auto}.adminDashboard-module__CFbAaG__adminProfileFormShell{align-items:flex-start;gap:3rem;display:flex;position:relative}.adminDashboard-module__CFbAaG__adminProfileFormSidebar{flex:none;min-width:220px;max-width:260px;padding:1rem 1rem 1rem 0}.adminDashboard-module__CFbAaG__adminProfileFormSidebarHeading{color:#0f172a;margin:0 0 1rem;font-size:1.15rem}.adminDashboard-module__CFbAaG__adminProfileFormSidebarGroup{margin-bottom:1.5rem}.adminDashboard-module__CFbAaG__adminProfileFormSidebarGroupTitle{color:#0f172a;margin:0 0 .5rem;font-size:1rem;font-weight:700}.adminDashboard-module__CFbAaG__adminProfileFormSidebarItem{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;padding:.25rem 0;display:block}.adminDashboard-module__CFbAaG__adminProfileFormSidebarCount{color:#64748b;margin-top:.25rem;font-size:.78rem;font-weight:600;display:block}.adminDashboard-module__CFbAaG__adminProfileFormMain{flex:2;min-width:0}.adminDashboard-module__CFbAaG__adminProfileFormFooter{border-top:1px solid #dbe4ef;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.adminDashboard-module__CFbAaG__adminProfileFormFooterNote{color:#334155;font-weight:600}.adminDashboard-module__CFbAaG__adminProfileFormFooterActions{flex-wrap:wrap;gap:.75rem;display:flex}.adminDashboard-module__CFbAaG__adminProfileFormHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.adminDashboard-module__CFbAaG__adminProfileFormHeaderCopy{min-width:0}.adminDashboard-module__CFbAaG__adminProfileFormTitle{color:#0f172a;margin:0;font-size:1.6rem}.adminDashboard-module__CFbAaG__adminProfileFormDescription{color:#334155;margin:.5rem 0 0;font-weight:600}.adminDashboard-module__CFbAaG__adminProfileFormLead{color:#334155;margin:0 0 1.25rem;font-size:1rem;font-weight:600}.adminDashboard-module__CFbAaG__adminProfileFormDropdownWrap{display:none;position:relative}.adminDashboard-module__CFbAaG__adminProfileFormDropdownButton,.adminDashboard-module__CFbAaG__adminProfileFormNavButton{color:#fff;cursor:pointer;background:navy;border:2px solid navy;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1rem;font-family:Poppins,Segoe UI,Tahoma,sans-serif;font-weight:700;transition:all .2s;display:inline-flex}.adminDashboard-module__CFbAaG__adminProfileFormDropdownButton:hover,.adminDashboard-module__CFbAaG__adminProfileFormNavButton:hover{background:#0d0d60}.adminDashboard-module__CFbAaG__adminProfileFormDropdownButton:disabled,.adminDashboard-module__CFbAaG__adminProfileFormNavButton:disabled{opacity:.55;cursor:not-allowed;background:#94a3b8;border-color:#94a3b8}.adminDashboard-module__CFbAaG__adminProfileFormDropdownArrow{margin-left:.4rem}.adminDashboard-module__CFbAaG__adminProfileFormDropdownMenu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:max-content;min-width:11rem;max-height:40vh;transition:all .2s;position:absolute;top:3rem;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.adminDashboard-module__CFbAaG__adminProfileFormDropdownItem{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:1rem 1em;display:block}.adminDashboard-module__CFbAaG__adminProfileFormDropdownItem:hover,.adminDashboard-module__CFbAaG__adminProfileFormSidebarItem:hover{color:#9a3b00!important}.adminDashboard-module__CFbAaG__adminProfileTabs{display:none}.adminDashboard-module__CFbAaG__show{opacity:1;visibility:visible;transform:translateY(0)}.adminDashboard-module__CFbAaG__modalState{color:#334155;margin:8px;font-size:.96rem;font-weight:600}.adminDashboard-module__CFbAaG__modalError{color:#b91c1c}.adminDashboard-module__CFbAaG__modalSections{gap:12px;display:grid}.adminDashboard-module__CFbAaG__modalSection{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden}.adminDashboard-module__CFbAaG__modalSectionTitle{color:#0f172a;background:#eef3fb;margin:0;padding:10px 12px;font-size:1.02rem}.adminDashboard-module__CFbAaG__modalFieldValue{color:#0f172a;overflow-wrap:anywhere;background:#fff;margin:0;padding:12px;font-size:.96rem;line-height:1.45}.adminDashboard-module__CFbAaG__modalCodeBlock{color:#0f172a;background:#f8fbff;max-height:300px;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.adminDashboard-module__CFbAaG__adminProfileLayout{gap:12px;display:grid}.adminDashboard-module__CFbAaG__adminProfileSearchCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;gap:8px;padding:14px 16px;display:grid;box-shadow:0 8px 24px #0f172a0f}.adminDashboard-module__CFbAaG__adminProfileSearchLabel{color:#0f172a;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:800}.adminDashboard-module__CFbAaG__adminProfileSearchInput{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #c6d3e5;border-radius:8px;padding:10px 12px}.adminDashboard-module__CFbAaG__adminProfileHeroCard,.adminDashboard-module__CFbAaG__adminProfileCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;box-shadow:0 8px 24px #0f172a0f}.adminDashboard-module__CFbAaG__adminProfileHeroCard{padding:14px 16px}.adminDashboard-module__CFbAaG__adminProfileEyebrow{color:#475569;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.76rem;font-weight:800}.adminDashboard-module__CFbAaG__adminProfileName{color:#0f172a;margin:6px 0 0;font-size:1.35rem;line-height:1.2}.adminDashboard-module__CFbAaG__adminProfileMeta{color:#475569;margin:6px 0 0;font-size:.92rem;font-weight:600}.adminDashboard-module__CFbAaG__adminProfileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.adminDashboard-module__CFbAaG__adminProfileCard{padding:16px 18px}.adminDashboard-module__CFbAaG__adminProfileCardHeader{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.adminDashboard-module__CFbAaG__adminProfileRowMeta{color:#64748b;margin:0;font-size:.76rem;font-weight:700}.adminDashboard-module__CFbAaG__adminProfileCardTitle{color:#0f172a;margin:0 0 10px;font-size:1.02rem}.adminDashboard-module__CFbAaG__adminSectionEditor{gap:14px;display:grid}.adminDashboard-module__CFbAaG__adminFormStepTabs{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;margin-bottom:.5rem;display:grid}.adminDashboard-module__CFbAaG__adminFormStepTab{text-align:left;cursor:pointer;color:#334155;background:#fff;border:1px solid #cfd9e8;border-radius:10px;align-items:center;gap:.45rem;padding:.55rem .6rem;display:flex}.adminDashboard-module__CFbAaG__adminFormStepTabActive{color:navy;border-color:navy;box-shadow:0 0 0 2px #0000801f}.adminDashboard-module__CFbAaG__adminFormStepNumber{border:1px solid #c2cfdf;border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:.78rem;font-weight:700;display:inline-flex}.adminDashboard-module__CFbAaG__adminFormStepTabActive .adminDashboard-module__CFbAaG__adminFormStepNumber{color:#fff;background:navy;border-color:navy}.adminDashboard-module__CFbAaG__adminFormStepLabel{font-size:.82rem;font-weight:700;line-height:1.1}.adminDashboard-module__CFbAaG__adminFormStepHeader{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.adminDashboard-module__CFbAaG__adminFormStepTitle{color:#0f172a;margin:0;font-size:1rem}.adminDashboard-module__CFbAaG__adminFormStepMeta{color:#64748b;margin:0;font-size:.78rem;font-weight:700}.adminDashboard-module__CFbAaG__adminSectionFieldGrid{grid-template-columns:1fr;gap:12px;display:grid}.adminDashboard-module__CFbAaG__adminSectionField{border-bottom:1px solid #eef3fb;gap:8px;padding:0 0 12px;display:grid}.adminDashboard-module__CFbAaG__adminOptionGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;display:grid}.adminDashboard-module__CFbAaG__adminOptionCard{color:#1e293b;text-align:left;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:.55rem;min-height:44px;padding:.62rem .65rem;transition:border-color .15s,box-shadow .15s;display:flex}.adminDashboard-module__CFbAaG__adminOptionCard:hover{border-color:#94a3b8}.adminDashboard-module__CFbAaG__adminOptionCardActive{border-color:navy;box-shadow:0 0 0 2px #0000801f}.adminDashboard-module__CFbAaG__adminOptionCheck,.adminDashboard-module__CFbAaG__adminOptionRadio{color:navy;flex:none;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.82rem;display:inline-flex}.adminDashboard-module__CFbAaG__adminSectionField:last-child{border-bottom:0;padding-bottom:0}.adminDashboard-module__CFbAaG__adminSectionFieldHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.adminDashboard-module__CFbAaG__adminSectionFieldLabel{color:#475569;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:800}.adminDashboard-module__CFbAaG__adminSectionFieldMeta{color:#94a3b8;font-size:.7rem;font-weight:700}.adminDashboard-module__CFbAaG__adminSectionDirty{color:#64748b;margin:0 0 8px;font-size:.8rem;font-weight:700}.adminDashboard-module__CFbAaG__adminProfileList{gap:8px;margin:0;display:grid}.adminDashboard-module__CFbAaG__adminPreviewLabel{color:#64748b;text-transform:uppercase;letter-spacing:.07em;font-size:.7rem;font-weight:800}.adminDashboard-module__CFbAaG__adminPreviewValue{color:#0f172a;overflow-wrap:anywhere;font-size:.92rem;font-weight:600}.adminDashboard-module__CFbAaG__adminProfileRow{border-bottom:1px solid #eef3fb;gap:3px;padding-bottom:8px;display:grid}.adminDashboard-module__CFbAaG__adminProfileRow:last-child{border-bottom:0;padding-bottom:0}.adminDashboard-module__CFbAaG__adminProfileTerm{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:800}.adminDashboard-module__CFbAaG__adminNestedListCompact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .75rem;margin:0;display:grid}.adminDashboard-module__CFbAaG__adminNestedGridCompact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.adminDashboard-module__CFbAaG__adminNestedChipRow{flex-wrap:wrap;gap:.4rem;display:flex}.adminDashboard-module__CFbAaG__adminNestedChip{color:#1d4ed8;background:#eff6ff;border:1px solid #2563eb24;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.82rem;font-weight:700;line-height:1.2;display:inline-flex}.adminDashboard-module__CFbAaG__adminProfileValue{color:#0f172a;overflow-wrap:anywhere;margin:0;font-size:.93rem;font-weight:600;line-height:1.45}.adminDashboard-module__CFbAaG__adminProfileInput{width:100%;font:inherit;color:#0f172a;resize:vertical;background:#fff;border:1px solid #c6d3e5;border-radius:12px;padding:10px 12px}.adminDashboard-module__CFbAaG__adminProfileInput:disabled{color:#475569;background:#f1f5f9}.adminDashboard-module__CFbAaG__matchStatusFiltersRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.adminDashboard-module__CFbAaG__adminProfileActions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;display:flex}.adminDashboard-module__CFbAaG__adminProfileActions .adminDashboard-module__CFbAaG__btn:disabled{opacity:.6;cursor:not-allowed}.adminDashboard-module__CFbAaG__adminProfileError{color:#b91c1c;margin:0;font-size:.8rem;font-weight:700}.adminDashboard-module__CFbAaG__adminAttachmentList{gap:10px;display:grid}.adminDashboard-module__CFbAaG__adminAttachmentRow{background:#fff;border:1px solid #dbe4ef;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.adminDashboard-module__CFbAaG__adminAttachmentCopy{min-width:0}.adminDashboard-module__CFbAaG__adminAttachmentName{color:#0f172a;word-break:break-word;font-size:.95rem;font-weight:700}.adminDashboard-module__CFbAaG__adminAttachmentMeta{color:#64748b;margin-top:4px;font-size:.8rem;font-weight:600}.adminDashboard-module__CFbAaG__adminAttachmentViewButton{flex:none;min-width:84px}.adminDashboard-module__CFbAaG__adminAttachmentEmpty{color:#64748b;background:#f8fbff;border:1px dashed #c7d2e0;border-radius:10px;padding:12px 14px;font-size:.9rem;font-weight:600}@media (max-width:760px){.adminDashboard-module__CFbAaG__adminProfileSearchCard{padding:12px}.adminDashboard-module__CFbAaG__matchActivityEventTopRow{flex-direction:column;align-items:flex-start}.adminDashboard-module__CFbAaG__adminSectionFieldGrid,.adminDashboard-module__CFbAaG__adminNestedListCompact,.adminDashboard-module__CFbAaG__adminNestedGridCompact,.adminDashboard-module__CFbAaG__adminOptionGrid,.adminDashboard-module__CFbAaG__matchStatusFiltersRow{grid-template-columns:1fr}.adminDashboard-module__CFbAaG__adminFormStepTabs{grid-template-columns:repeat(2,minmax(0,1fr))}.adminDashboard-module__CFbAaG__adminFormStepHeader{flex-direction:column;align-items:flex-start}.adminDashboard-module__CFbAaG__modalHeader{flex-direction:column;align-items:stretch}.adminDashboard-module__CFbAaG__modalActions{justify-content:flex-start}.adminDashboard-module__CFbAaG__adminProfileGrid{grid-template-columns:1fr}.adminDashboard-module__CFbAaG__adminProfileFormShell{flex-direction:column;gap:1rem}.adminDashboard-module__CFbAaG__adminProfileFormSidebar{display:none}.adminDashboard-module__CFbAaG__adminProfileFormDropdownWrap{display:block}.adminDashboard-module__CFbAaG__adminProfileFormHeader,.adminDashboard-module__CFbAaG__adminProfileFormFooter{flex-direction:column;align-items:stretch}.adminDashboard-module__CFbAaG__adminProfileFormFooterActions{justify-content:flex-end}}
.blog-module__JsT-Oq__page{width:100%;font-family:var(--font-lexend),"Lexend",sans-serif}.blog-module__JsT-Oq__title{color:#fff;padding-top:4rem}.blog-module__JsT-Oq__sub-title{color:#fff;padding-top:1rem}.blog-module__JsT-Oq__blogs-coming-soon-text,.blog-module__JsT-Oq__blog-does-not-exist-text{color:#fff;text-align:center;justify-content:center;align-items:center;height:60vh;font-size:2rem;display:flex}.blog-module__JsT-Oq__background{background:linear-gradient(navy 0%,#fff 100%);width:100%;min-height:100vh}.blog-module__JsT-Oq__posts-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;margin-bottom:4rem;padding-top:12px;display:grid}.blog-module__JsT-Oq__post-card{cursor:pointer;width:100%;height:100%;min-height:600px;font-family:var(--font-lexend),"Lexend",sans-serif;background-color:#fff;border-radius:5px;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a}.blog-module__JsT-Oq__post-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.blog-module__JsT-Oq__post-card-image{object-fit:contain;background-color:#f5f5f5;width:100%;height:auto;max-height:550px;display:block}.blog-module__JsT-Oq__post-card-content{text-align:left;flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-module__JsT-Oq__post-category{color:#5d3fd3;margin-bottom:.5rem;font-size:14pt;font-weight:700}.blog-module__JsT-Oq__post-title{color:#000;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__post-description{color:#000;flex:1;margin-bottom:1rem;font-size:1.5rem;line-height:1.6;overflow:hidden}.blog-module__JsT-Oq__post-author{border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.blog-module__JsT-Oq__author-avatar{object-fit:cover;border-radius:50%;width:70px;height:70px}.blog-module__JsT-Oq__author-info{color:#555;text-align:left;flex-direction:column;display:flex}.blog-module__JsT-Oq__load-more-button{justify-content:center;align-items:center;margin:2rem auto;display:flex}.blog-module__JsT-Oq__load-more-button button,.blog-module__JsT-Oq__btn-yellow{color:navy;cursor:pointer;background-color:#f5c518;border:none;border-radius:5px;padding:.75rem 1.5rem;font-size:14pt;font-weight:700;transition:all .3s}.blog-module__JsT-Oq__load-more-button button:hover,.blog-module__JsT-Oq__btn-yellow:hover{background-color:#ddb114}@media (max-width:1024px){.blog-module__JsT-Oq__posts-grid{grid-template-columns:repeat(1,1fr)}.blog-module__JsT-Oq__post-description{color:#000;flex:1;font-size:1.5rem;overflow:hidden}.blog-module__JsT-Oq__post-card-content{flex:1}}@media (max-width:768px){.blog-module__JsT-Oq__posts-grid{grid-template-columns:1fr}.blog-module__JsT-Oq__post-card{min-height:clamp(320px,80vw,600px)}.blog-module__JsT-Oq__title,.blog-module__JsT-Oq__sub-title{text-align:center}.blog-module__JsT-Oq__post-card-image{object-fit:contain;background-color:#f5f5f5;width:100%;height:auto;max-height:600px;display:block}.blog-module__JsT-Oq__post-description{color:#000;flex:1;font-size:1.5rem;overflow:hidden}}.blog-module__JsT-Oq__specific-back-link{color:#fff;align-self:flex-start;margin-bottom:1rem;padding-top:4rem;font-size:16pt;font-weight:700;text-decoration:none}.blog-module__JsT-Oq__specific-link{color:#fff;text-decoration:none}.blog-module__JsT-Oq__specific-post-detail{background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;margin-top:2rem;margin-bottom:4rem;padding:0 6rem;display:flex;box-shadow:0 4px 6px #0000001a}.blog-module__JsT-Oq__specific-post-title{text-align:center;color:#000;margin:1rem;font-size:clamp(1.5rem,5vw,36pt);font-weight:700}.blog-module__JsT-Oq__specific-post-author-meta{align-items:center;gap:.75rem;margin-top:1rem;margin-bottom:2rem;display:flex}.blog-module__JsT-Oq__specific-author-avatar{object-fit:cover;object-fit:cover;border-radius:50%;width:70px;height:70px}.blog-module__JsT-Oq__specific-author-info{color:#555;flex-direction:column;display:flex}.blog-module__JsT-Oq__specific-post-hero-image{object-fit:contain;align-content:center;width:100%;max-width:1152px;height:auto;max-height:800px;margin-bottom:2rem;display:block}.blog-module__JsT-Oq__specific-post-body{width:100%;max-width:1152px;margin-bottom:2rem;padding-top:1rem;padding-bottom:1rem;line-height:1.75}.blog-module__JsT-Oq__specific-post-body blockquote{color:#555;border-left:4px solid #ccc;margin:1.5rem 0;padding-left:1rem;font-size:18pt;font-style:italic}@media (max-width:768px){.blog-module__JsT-Oq__specific-post-detail{background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;margin-top:2rem;margin-bottom:4rem;padding:0 1rem;display:flex}}
.userDashboard-module__kMKkrq__tracking-box{background:#fff;border-radius:1.5rem;margin-top:4rem;margin-bottom:4rem;padding:3rem}.userDashboard-module__kMKkrq__tracking-info-row{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.userDashboard-module__kMKkrq__tracking-info-inner-row{align-items:center;gap:1.5rem;display:flex}.userDashboard-module__kMKkrq__tracking-text-group{flex-direction:column;justify-content:center;gap:.25rem;display:flex}.userDashboard-module__kMKkrq__tracking-detail-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:1.1rem;display:flex}.userDashboard-module__kMKkrq__progress-bar-container{background:#e0e0e0;border-radius:8px;width:100%;height:16px;margin-top:.25rem;margin-bottom:.25rem;overflow:hidden}.userDashboard-module__kMKkrq__progress-bar-fill{background:navy;border-radius:8px 0 0 8px;height:100%;transition:width .3s}.userDashboard-module__kMKkrq__tracking-status{justify-content:flex-end;align-items:center;gap:.5rem;min-width:90px;display:flex}.userDashboard-module__kMKkrq__status-circle{border:2px solid #e0e0e0;border-radius:50%;width:16px;height:16px;display:inline-block}.userDashboard-module__kMKkrq__on-the-way{background:#2ecc40}.userDashboard-module__kMKkrq__waiting{background:#707070}.userDashboard-module__kMKkrq__status-text-on-the-way{color:#2ecc40}.userDashboard-module__kMKkrq__status-text-waiting{color:#707070}.userDashboard-module__kMKkrq__status-text{font-size:1.5rem;font-weight:700}.userDashboard-module__kMKkrq__application-box{box-sizing:border-box;background:#fff;border-radius:1.5rem;flex-direction:column;justify-content:space-between;min-width:320px;max-width:400px;min-height:340px;margin-top:2rem;margin-bottom:2rem;padding:2rem 1.5rem;display:flex}.userDashboard-module__kMKkrq__application-info-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.userDashboard-module__kMKkrq__application-title{padding-bottom:1rem}.userDashboard-module__kMKkrq__applications-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0;display:grid}.userDashboard-module__kMKkrq__focused-provider-application{border-radius:12px;animation:2s userDashboard-module__kMKkrq__providerApplicationFocusPulse}@keyframes userDashboard-module__kMKkrq__providerApplicationFocusPulse{0%{box-shadow:0 0 #00008080}50%{box-shadow:0 0 0 10px #3b82f633}to{box-shadow:0 0 #3b82f600}}.userDashboard-module__kMKkrq__providerModalBody{background:linear-gradient(#f8fbff 0%,#fff 100%);gap:18px;padding:4px;display:grid}.userDashboard-module__kMKkrq__providerSummaryLayout,.userDashboard-module__kMKkrq__providerProfileLayout{gap:16px;display:grid}.userDashboard-module__kMKkrq__providerSummaryHero,.userDashboard-module__kMKkrq__providerProfileHero,.userDashboard-module__kMKkrq__providerNoteCard,.userDashboard-module__kMKkrq__providerDetailCard,.userDashboard-module__kMKkrq__providerProfileCard{background:#fff;border:1px solid #dbe4ef;border-radius:14px;box-shadow:0 8px 24px #0f172a0f}.userDashboard-module__kMKkrq__providerSummaryHero{padding:18px}.userDashboard-module__kMKkrq__providerSummaryHeader{gap:4px;display:grid}.userDashboard-module__kMKkrq__providerEyebrow{color:#475569;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.82rem;font-weight:700}.userDashboard-module__kMKkrq__providerName{color:#0f172a;margin:0;font-size:1.55rem;line-height:1.2}.userDashboard-module__kMKkrq__providerMeta{color:#475569;margin:0;font-size:.94rem;font-weight:600}.userDashboard-module__kMKkrq__providerStatusRow{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.userDashboard-module__kMKkrq__providerStatusChip{color:#fff;letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.userDashboard-module__kMKkrq__providerStatusText{color:#475569;font-size:.9rem;font-weight:600}.userDashboard-module__kMKkrq__providerSummaryHeroCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;gap:12px;padding:14px;display:grid}.userDashboard-module__kMKkrq__providerSummaryHeroClean{gap:12px;padding:16px 18px;display:grid}.userDashboard-module__kMKkrq__providerSummaryIdentity{gap:4px;display:grid}.userDashboard-module__kMKkrq__providerSummaryStatusRow{flex-wrap:wrap;align-items:center;gap:8px 10px;display:flex}.userDashboard-module__kMKkrq__providerSummaryNarrative{color:#334155;margin:0;font-size:.96rem;font-weight:600;line-height:1.45}.userDashboard-module__kMKkrq__providerSummaryFullWidth{grid-column:1/-1}.userDashboard-module__kMKkrq__scrollableCard{max-height:none;overflow:visible}.userDashboard-module__kMKkrq__providerSummaryText{color:#334155;margin:14px 0 0;font-size:.96rem;line-height:1.5}.userDashboard-module__kMKkrq__providerSummaryActions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.userDashboard-module__kMKkrq__providerSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.userDashboard-module__kMKkrq__providerDetailCard{padding:14px 16px}.userDashboard-module__kMKkrq__providerCardLabel,.userDashboard-module__kMKkrq__providerNoteLabel{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.78rem;font-weight:800}.userDashboard-module__kMKkrq__providerCardValue,.userDashboard-module__kMKkrq__providerNoteText{color:#0f172a;margin:8px 0 0;font-size:.96rem;font-weight:600;line-height:1.45}.userDashboard-module__kMKkrq__providerNoteCard{padding:14px 16px}.userDashboard-module__kMKkrq__providerProfileHero{align-items:center;gap:16px;padding:18px;display:flex}.userDashboard-module__kMKkrq__providerProfileAvatar{background:#eef3fb;border:1px solid #dbe4ef;border-radius:18px;flex-shrink:0;width:96px;height:96px;overflow:hidden}.userDashboard-module__kMKkrq__providerProfileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.userDashboard-module__kMKkrq__providerProfileCard{padding:14px 16px}.userDashboard-module__kMKkrq__providerProfileCardTitle{color:#0f172a;margin:0 0 12px;font-size:1rem}.userDashboard-module__kMKkrq__providerProfileList{gap:10px;margin:0;display:grid}.userDashboard-module__kMKkrq__providerProfileRow{gap:4px;display:grid}.userDashboard-module__kMKkrq__providerProfileTerm{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:800}.userDashboard-module__kMKkrq__providerProfileValue{color:#0f172a;overflow-wrap:anywhere;margin:0;font-size:.95rem;font-weight:600;line-height:1.45}@media (max-width:1024px){.userDashboard-module__kMKkrq__applications-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.userDashboard-module__kMKkrq__applications-grid{grid-template-columns:1fr;gap:1.25rem}.userDashboard-module__kMKkrq__providerSummaryGrid,.userDashboard-module__kMKkrq__providerProfileGrid{grid-template-columns:1fr}.userDashboard-module__kMKkrq__providerProfileHero,.userDashboard-module__kMKkrq__providerSummaryStatusRow{align-items:flex-start}.userDashboard-module__kMKkrq__application-box{min-width:0;min-height:260px;margin-top:1rem;margin-bottom:1rem;padding:1.5rem 2rem}.userDashboard-module__kMKkrq__tracking-box{margin-top:1rem;margin-bottom:1rem;padding:1.5rem 1rem}.userDashboard-module__kMKkrq__tracking-info-row{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.userDashboard-module__kMKkrq__tracking-info-inner-row{flex-direction:column;align-items:center;gap:.5rem}.userDashboard-module__kMKkrq__tracking-status{align-self:center;margin-top:1rem}.userDashboard-module__kMKkrq__tracking-text-group{align-items:center;gap:.15rem}}@media (prefers-reduced-motion:reduce){.userDashboard-module__kMKkrq__focused-provider-application{animation:none}}
.careProviderDashboard-module__K2eCgW__list-container{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dbe4ef;border-radius:14px;width:min(100%,960px);margin:18px auto;padding:0;overflow:hidden;box-shadow:0 10px 24px #0f172a14}.careProviderDashboard-module__K2eCgW__list-container table{width:100%}.careProviderDashboard-module__K2eCgW__list-container h2{text-align:left;color:#0f172a;background:#fff;border-bottom:1px solid #dbe4ef;margin:0;padding:16px 18px;font-size:1.35rem;font-weight:700}.careProviderDashboard-module__K2eCgW__list-container thead{background:#eef3fb}.careProviderDashboard-module__K2eCgW__list-container thead th{text-transform:uppercase;letter-spacing:.05em;color:#334155;font-size:.82rem}.careProviderDashboard-module__K2eCgW__list-container tbody tr{background:#fff}.careProviderDashboard-module__K2eCgW__list-container tbody tr:nth-child(2n){background:#f8fbff}:is(.careProviderDashboard-module__K2eCgW__list-container th,.careProviderDashboard-module__K2eCgW__list-container td){border-bottom:1px solid #edf2f7;padding-top:12px;padding-bottom:12px}.careProviderDashboard-module__K2eCgW__list-container p{margin:0;padding:16px 18px}.careProviderDashboard-module__K2eCgW__create-next-visit-table{table-layout:fixed;width:100%;font-size:18pt}.careProviderDashboard-module__K2eCgW__create-next-visit-heading{text-align:center;color:#9a3b00;margin:1rem 0;font-weight:700}.careProviderDashboard-module__K2eCgW__add-new-visit-cell{text-align:center;padding:.75rem .5rem}.careProviderDashboard-module__K2eCgW__viewProfileButton{color:#fff;cursor:pointer;letter-spacing:.01em;background:#1d4ed8;border:none;border-radius:8px;margin-right:8px;padding:7px 11px;font-size:.76rem;font-weight:700;transition:transform .14s,box-shadow .14s}.careProviderDashboard-module__K2eCgW__viewProfileButton:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1d4ed847}.careProviderDashboard-module__K2eCgW__profileModalOverlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172aad;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.careProviderDashboard-module__K2eCgW__profileModalPanel{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #d9e3f0;border-radius:16px;grid-template-rows:auto minmax(0,1fr);width:min(1040px,100%);max-height:min(92vh,980px);display:grid;overflow:hidden;box-shadow:0 30px 70px #02061757}.careProviderDashboard-module__K2eCgW__profileModalHeader{background:#fff;border-bottom:1px solid #d9e3f0;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.careProviderDashboard-module__K2eCgW__profileModalTitle{color:#0f172a;margin:0;font-size:1.36rem}.careProviderDashboard-module__K2eCgW__profileModalSubtitle{color:#334155;margin:6px 0 0;font-size:.95rem;font-weight:600}.careProviderDashboard-module__K2eCgW__profileModalActions{flex-wrap:wrap;gap:8px;display:flex}.careProviderDashboard-module__K2eCgW__profileModalBtn{cursor:pointer;border:0;border-radius:8px;padding:7px 11px;font-size:.76rem;font-weight:700;transition:transform .14s}.careProviderDashboard-module__K2eCgW__profileModalBtn:hover{transform:translateY(-1px)}.careProviderDashboard-module__K2eCgW__profileModalMessageBtn{color:#fff;background:#0f766e}.careProviderDashboard-module__K2eCgW__profileModalCloseBtn{color:#0f172a;background:#fff;border:1px solid #c8d4e6}.careProviderDashboard-module__K2eCgW__profileModalState{color:#334155;margin:8px;font-size:.96rem;font-weight:600}.careProviderDashboard-module__K2eCgW__notesSavedPopup{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;margin:0;padding:10px 12px;font-size:.86rem;font-weight:700}.careProviderDashboard-module__K2eCgW__profileModalError{color:#b91c1c;font-weight:700}.careProviderDashboard-module__K2eCgW__profileContentWrap{padding:14px;overflow:auto}.careProviderDashboard-module__K2eCgW__profileContentTitle{color:#0f172a;margin:0 0 10px;font-size:1.02rem}.careProviderDashboard-module__K2eCgW__intakeSubmissionList{gap:.85rem;display:grid}.careProviderDashboard-module__K2eCgW__intakeSubmissionCount{color:#0f172a;white-space:nowrap;background:#eef3fb;border:1px solid #c8d4e6;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.careProviderDashboard-module__K2eCgW__availabilityShell{gap:14px;padding:14px;display:grid}.careProviderDashboard-module__K2eCgW__availabilityHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.careProviderDashboard-module__K2eCgW__availabilityEyebrow{color:#0f172a;margin:0 0 4px;font-size:.98rem;font-weight:800}.careProviderDashboard-module__K2eCgW__availabilityDescription{color:#475569;font-size:.92rem;line-height:1.4}.careProviderDashboard-module__K2eCgW__availabilityWeekControls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.careProviderDashboard-module__K2eCgW__availabilityViewToggle{flex-wrap:wrap;gap:8px;display:flex}.careProviderDashboard-module__K2eCgW__availabilityWeekLabel{color:#0f172a;white-space:nowrap;background:#f8fafc;border:1px solid #dbe4ef;border-radius:999px;padding:8px 12px;font-size:.86rem;font-weight:700}.careProviderDashboard-module__K2eCgW__availabilityFormRow{flex-wrap:nowrap;align-items:end;gap:10px;display:flex}.careProviderDashboard-module__K2eCgW__availabilityFormRow>.careProviderDashboard-module__K2eCgW__availabilityField{flex:1 1 0;min-width:0}.careProviderDashboard-module__K2eCgW__availabilityFormRow>.careProviderDashboard-module__K2eCgW__availabilityDurationPreview{flex:0 0 150px}.careProviderDashboard-module__K2eCgW__availabilityFormRow>button{white-space:nowrap;flex:none;align-self:end;width:250px}.careProviderDashboard-module__K2eCgW__availabilityField{color:#0f172a;gap:6px;font-size:.82rem;font-weight:700;display:grid}.careProviderDashboard-module__K2eCgW__availabilityField input,.careProviderDashboard-module__K2eCgW__availabilityField select{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #c8d4e6;border-radius:10px;padding:8px 10px}.careProviderDashboard-module__K2eCgW__fieldError{color:#b91c1c;margin:2px 0 0;font-size:.74rem;font-weight:700}.careProviderDashboard-module__K2eCgW__todayStrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.careProviderDashboard-module__K2eCgW__todayCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;padding:10px 12px}.careProviderDashboard-module__K2eCgW__todayLabel{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.78rem;font-weight:700}.careProviderDashboard-module__K2eCgW__todayValue{color:#0f172a;margin:6px 0 0;font-size:1.28rem;font-weight:800}.careProviderDashboard-module__K2eCgW__todayValueText{color:#0f172a;margin:6px 0 0;font-size:.9rem;font-weight:700}.careProviderDashboard-module__K2eCgW__visitSchedulerFormRow{flex-wrap:nowrap;align-items:end;gap:10px;display:flex}.careProviderDashboard-module__K2eCgW__visitSchedulerFormRow>.careProviderDashboard-module__K2eCgW__availabilityField{flex:1 1 0;min-width:0}.careProviderDashboard-module__K2eCgW__visitSchedulerFormRow>button{white-space:nowrap;flex:none;align-self:end;width:220px}.careProviderDashboard-module__K2eCgW__visitFilterRow{flex-wrap:wrap;gap:8px;display:flex}.careProviderDashboard-module__K2eCgW__visitSchedulerTableCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden}.careProviderDashboard-module__K2eCgW__visitSchedulerTableHeader{background:#eef3fb;border-bottom:1px solid #dbe4ef;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.careProviderDashboard-module__K2eCgW__visitSchedulerTableTitle{color:#0f172a;margin:0;font-size:.94rem;font-weight:800}.careProviderDashboard-module__K2eCgW__visitSchedulerTableBadge{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #c8d4e6;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.careProviderDashboard-module__K2eCgW__availabilityDurationPreview{color:#0f172a;background:#f8fafc;border:1px solid #dbe4ef;border-radius:10px;gap:6px;width:100%;max-width:150px;padding:8px 10px;font-size:.82rem;font-weight:700;display:grid}.careProviderDashboard-module__K2eCgW__availabilityDurationPreview strong{line-height:1.2}.careProviderDashboard-module__K2eCgW__availabilityNotice{border:1px solid #0000;border-radius:10px;margin:0;padding:10px 12px;font-size:.86rem;font-weight:700}.careProviderDashboard-module__K2eCgW__availabilityNoticeInfo{color:#0f766e;background:#ecfeff;border-color:#99f6e4}.careProviderDashboard-module__K2eCgW__availabilityNoticeWarning{color:#92400e;background:#fffbeb;border-color:#fcd34d}.careProviderDashboard-module__K2eCgW__availabilityNoticeError{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.careProviderDashboard-module__K2eCgW__availabilityCalendarGrid{grid-template-columns:repeat(7,minmax(165px,1fr));align-items:start;gap:12px;display:grid}.careProviderDashboard-module__K2eCgW__availabilityDayMuted{opacity:.62}.careProviderDashboard-module__K2eCgW__availabilityDayCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;flex-direction:column;min-width:0;height:260px;display:flex;overflow:hidden}.careProviderDashboard-module__K2eCgW__availabilityDayHeader{background:#eef3fb;border-bottom:1px solid #dbe4ef;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.careProviderDashboard-module__K2eCgW__availabilityDayName{color:#0f172a;margin:0;font-size:.92rem;font-weight:800}.careProviderDashboard-module__K2eCgW__availabilityDayDate{color:#475569;margin:3px 0 0;font-size:.78rem;font-weight:600}.careProviderDashboard-module__K2eCgW__availabilitySlotCount{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #c8d4e6;border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.careProviderDashboard-module__K2eCgW__availabilitySlotList{flex:auto;gap:8px;padding:10px;display:grid;overflow:hidden auto}.careProviderDashboard-module__K2eCgW__availabilityEmptyState{color:#64748b;margin:0;padding:12px 2px 4px;font-size:.84rem;font-weight:600}.careProviderDashboard-module__K2eCgW__availabilitySlotItem{background:#f8fafc;border:1px solid #dbe4ef;border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;padding:10px;display:flex}.careProviderDashboard-module__K2eCgW__availabilitySlotBooked{background:#eef2ff;border-color:#c7d2fe}.careProviderDashboard-module__K2eCgW__availabilitySlotOpen{background:#f0fdf4;border-color:#bbf7d0}.careProviderDashboard-module__K2eCgW__availabilitySlotTime{color:#0f172a;margin:0;font-size:.84rem;font-weight:800}.careProviderDashboard-module__K2eCgW__availabilitySlotStatus{color:#475569;margin:3px 0 0;font-size:.74rem;font-weight:600}.careProviderDashboard-module__K2eCgW__slotActionsRow{gap:6px;display:flex}.careProviderDashboard-module__K2eCgW__availabilitySlotUse{color:#0f766e;cursor:pointer;background:#ecfeff;border:1px solid #99f6e4;border-radius:8px;padding:6px 10px;font-size:.74rem;font-weight:700}.careProviderDashboard-module__K2eCgW__availabilitySlotRemove{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #c8d4e6;border-radius:8px;padding:6px 10px;font-size:.74rem;font-weight:700}.careProviderDashboard-module__K2eCgW__intakeSubmissionCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden}.careProviderDashboard-module__K2eCgW__intakeSubmissionTitle{color:#0f172a;background:#eef3fb;border-bottom:1px solid #dbe4ef;margin:0;padding:10px 12px;font-size:.94rem}.careProviderDashboard-module__K2eCgW__intakeFieldGrid{gap:0;padding:10px 12px;display:grid}.careProviderDashboard-module__K2eCgW__intakeFieldRow{border-bottom:1px solid #edf2f7;padding:7px 0}.careProviderDashboard-module__K2eCgW__intakeFieldLabel{color:#0f172a;letter-spacing:.01em;margin:0;font-size:.8rem;font-weight:700}.careProviderDashboard-module__K2eCgW__intakeFieldValue{color:#334155;white-space:pre-wrap;word-break:break-word;margin:.2rem 0 0;font-size:.94rem;font-weight:600;line-height:1.4}.careProviderDashboard-module__K2eCgW__applicantProfileLayout{gap:10px;margin-top:10px;display:grid}.careProviderDashboard-module__K2eCgW__applicantProfileHeroCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;align-items:center;gap:14px;padding:14px;display:flex}.careProviderDashboard-module__K2eCgW__applicantAvatarPlaceholder{background:#eef3fb;border:1px solid #dbe4ef;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;display:inline-flex}.careProviderDashboard-module__K2eCgW__applicantHeroCopy{min-width:0}.careProviderDashboard-module__K2eCgW__applicantHeroEyebrow{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.68rem;font-weight:800}.careProviderDashboard-module__K2eCgW__applicantHeroName{color:#0f172a;margin:3px 0 0;font-size:1.24rem;line-height:1.2}.careProviderDashboard-module__K2eCgW__applicantHeroMeta{color:#334155;margin:4px 0 0;font-size:.86rem;font-weight:600}.careProviderDashboard-module__K2eCgW__applicantProfileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.careProviderDashboard-module__K2eCgW__applicantInfoCard{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden}.careProviderDashboard-module__K2eCgW__applicantInfoCardTitle{color:#0f172a;background:#eef3fb;border-bottom:1px solid #dbe4ef;margin:0;padding:10px 12px;font-size:.92rem;font-weight:800}.careProviderDashboard-module__K2eCgW__applicantInfoList{gap:0;padding:8px 12px;display:grid}.careProviderDashboard-module__K2eCgW__applicantInfoRow{border-bottom:1px solid #edf2f7;padding:7px 0}.careProviderDashboard-module__K2eCgW__applicantInfoRow:last-child{border-bottom:0}.careProviderDashboard-module__K2eCgW__applicantInfoLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.68rem;font-weight:800}.careProviderDashboard-module__K2eCgW__applicantInfoValue{color:#0f172a;word-break:break-word;margin:.2rem 0 0;font-size:.92rem;font-weight:600;line-height:1.35}.careProviderDashboard-module__K2eCgW__actionsInline{flex-wrap:nowrap;gap:6px;width:100%;display:flex}:is(.careProviderDashboard-module__K2eCgW__actionsInline button,.careProviderDashboard-module__K2eCgW__actionsInline a){white-space:nowrap;flex:auto;min-width:0}.careProviderDashboard-module__K2eCgW__actionsCellWide{width:240px}@media (max-width:768px){.careProviderDashboard-module__K2eCgW__profileModalHeader{flex-direction:column;align-items:stretch}.careProviderDashboard-module__K2eCgW__todayStrip{grid-template-columns:1fr 1fr}.careProviderDashboard-module__K2eCgW__availabilityFormRow,.careProviderDashboard-module__K2eCgW__visitSchedulerFormRow{flex-flow:column wrap}.careProviderDashboard-module__K2eCgW__visitSchedulerFormRow>button{width:100%}.careProviderDashboard-module__K2eCgW__availabilityCalendarGrid{grid-template-columns:1fr}.careProviderDashboard-module__K2eCgW__availabilityViewToggle{width:100%}.careProviderDashboard-module__K2eCgW__availabilityWeekControls{justify-content:space-between;width:100%}.careProviderDashboard-module__K2eCgW__applicantProfileGrid{grid-template-columns:1fr}.careProviderDashboard-module__K2eCgW__profileModalActions{justify-content:flex-start}.careProviderDashboard-module__K2eCgW__profileModalTitle{font-size:1.12rem}}@media (max-width:480px){.careProviderDashboard-module__K2eCgW__todayStrip{grid-template-columns:1fr}.careProviderDashboard-module__K2eCgW__availabilityFormRow>button{width:100%}}
.matching-module__3LCKgW__provider-box{background:#fff;border-radius:1.5rem;margin-top:4rem;margin-bottom:4rem;padding:3rem}.matching-module__3LCKgW__demo-match-badge{color:#fff;letter-spacing:.07em;text-transform:uppercase;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;background:#f59e0b;border-radius:9999px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 1px 4px #0000002e}.matching-module__3LCKgW__demo-match-badge-inline{color:#fff;letter-spacing:.07em;text-transform:uppercase;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f59e0b;border-radius:9999px;flex-shrink:0;align-self:flex-start;padding:.3rem .8rem;font-size:.7rem;font-weight:700;box-shadow:0 1px 4px #0000002e}.matching-module__3LCKgW__outline-box{border:2px solid #8e8e8e;border-radius:1.5rem;flex-direction:column;gap:2rem;margin-top:2rem;padding:3rem;display:flex;position:relative;overflow:hidden}.matching-module__3LCKgW__score-banner{background:#f0f5ff;border-bottom:1px solid #dbe2ea;border-radius:1.4rem 1.4rem 0 0;flex-direction:row;align-items:center;gap:1rem;margin:-3rem -3rem 0;padding:.75rem 1.5rem;display:flex}.matching-module__3LCKgW__score-banner-text{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.matching-module__3LCKgW__score-circle{background:#fff;border:2.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.05rem;font-weight:700;line-height:1;display:inline-flex}.matching-module__3LCKgW__score-label{text-transform:uppercase;letter-spacing:.05em;color:#1e3a8a;margin:0 0 .2rem;font-size:1.1667rem;font-weight:700}.matching-module__3LCKgW__score-summary{color:#374151;margin:0;font-size:1.5rem;line-height:1.4}.matching-module__3LCKgW__top-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.matching-module__3LCKgW__right-content{position:absolute;top:1.5rem;right:1.5rem}.matching-module__3LCKgW__left-content{flex-direction:row;align-items:center;display:flex}.matching-module__3LCKgW__profile-img{object-fit:cover;border-radius:9999px;width:180px;height:180px;margin-right:2rem}.matching-module__3LCKgW__care-types{word-wrap:break-word;word-break:break-word;white-space:normal;text-align:center;box-sizing:border-box;background-color:#e2e2e2;border-radius:1.5rem;max-width:fit-content;padding:.25rem 1rem;font-size:clamp(1.1667rem,1.3vw,1.5rem);font-weight:500}.matching-module__3LCKgW__availability-text,.matching-module__3LCKgW__location-text{word-break:break-word;white-space:normal;text-align:center;color:#333;max-width:100%;margin:0;font-size:clamp(1.25rem,1.4vw,1.5rem);font-weight:500;line-height:1.5}.matching-module__3LCKgW__name-text{font-size:clamp(1.5rem,2.2vw,2.25rem);font-weight:700;line-height:1.2}.matching-module__3LCKgW__location-box{flex-direction:row;align-items:center;gap:.5rem;padding-bottom:1rem;display:flex}.matching-module__3LCKgW__availability-box{align-items:center;gap:.5rem;display:flex}.matching-module__3LCKgW__see-more-wrapper{justify-content:center;margin-top:2rem;display:flex}.matching-module__3LCKgW__button-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;width:100%;margin-top:2rem;display:flex}.matching-module__3LCKgW__button-left{flex-direction:column;flex:16rem;align-items:flex-start;gap:.5rem;min-width:12rem;display:flex}.matching-module__3LCKgW__match-access-note{color:#333;overflow-wrap:anywhere;margin:0;font-size:clamp(1.1667rem,1.2vw,1.5rem);font-weight:500;line-height:1.4}.matching-module__3LCKgW__button-right{flex:none;gap:1rem;margin-left:auto;display:flex}.matching-module__3LCKgW__btn-white{color:#000;font-family:var(--font-lexend),"Lexend",sans-serif;white-space:normal;text-align:center;cursor:pointer;background-color:#0000;border:2px solid #8e8e8e;border-radius:6px;padding:.75rem 2rem;font-size:clamp(1.1667rem,1.5vw,1.5rem);font-weight:700;transition:all .2s}.matching-module__3LCKgW__btn-white:hover{background-color:#c8c8c8}.matching-module__3LCKgW__btn-gray{color:#333;font-family:var(--font-lexend),"Lexend",sans-serif;white-space:normal;text-align:center;cursor:pointer;background-color:#d4d4d4;border:2px solid #d4d4d4;border-radius:6px;padding:.75rem 2rem;font-size:clamp(1.1667rem,1.5vw,1.5rem);font-weight:700;transition:all .2s}.matching-module__3LCKgW__btn-gray:hover{background-color:#bfbfbf}.matching-module__3LCKgW__btn-blue{color:#fff;font-family:var(--font-lexend),"Lexend",sans-serif;white-space:normal;text-align:center;cursor:pointer;background-color:navy;border:2px solid navy;border-radius:6px;padding:.75rem 2rem;font-size:clamp(1.1667rem,1.5vw,1.5rem);font-weight:700;transition:all .2s}.matching-module__3LCKgW__btn-blue:hover{background-color:#0d0d60}.matching-module__3LCKgW__btn-cancel{color:#dc2626;font-family:var(--font-lexend),"Lexend",sans-serif;white-space:normal;text-align:center;cursor:pointer;background-color:#0000;border:2px solid #dc2626;border-radius:6px;padding:.75rem 2rem;font-size:clamp(1.1667rem,1.5vw,1.5rem);font-weight:700;transition:all .2s}.matching-module__3LCKgW__btn-cancel:hover{color:#fff;background-color:#dc2626}.matching-module__3LCKgW__btn-cancel:disabled{opacity:.6;cursor:not-allowed}.matching-module__3LCKgW__btn-cancel:focus-visible{outline-offset:2px;outline:3px solid #dc2626}.matching-module__3LCKgW__provider-information{flex-direction:column;justify-content:center;display:flex}.matching-module__3LCKgW__provider-modal-overlay{z-index:12000;background-color:#02061799;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.matching-module__3LCKgW__provider-modal-dialog{background:#fff;border:1px solid #dbe2ea;border-radius:1rem;flex-direction:column;width:min(960px,100%);min-height:0;max-height:88vh;padding:0;display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a3d}.matching-module__3LCKgW__provider-modal-dialog:focus-visible{outline-offset:2px;outline:3px solid navy}.matching-module__3LCKgW__provider-modal-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;margin-bottom:0;padding:1rem 1.5rem .875rem;box-shadow:0 1px #0f172a0f}.matching-module__3LCKgW__provider-modal-body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:1rem 1.5rem 1.25rem;overflow:hidden auto}.matching-module__3LCKgW__provider-modal-title{color:#111827;margin:0;font-size:clamp(1.25rem,1.8vw,1.75rem);line-height:1.2}.matching-module__3LCKgW__provider-modal-subtitle{color:#374151;margin:.45rem 0 0;font-size:1.5rem;line-height:1.5}.matching-module__3LCKgW__provider-modal-sections{gap:1rem;display:grid}.matching-module__3LCKgW__provider-modal-section{background:#fcfdff;border:1px solid #e5e7eb;border-radius:.85rem;padding:1rem}.matching-module__3LCKgW__provider-modal-section h3{color:#111827;margin:0 0 .75rem;font-size:1.1667rem}.matching-module__3LCKgW__provider-modal-data-list{margin:0}.matching-module__3LCKgW__provider-modal-data-row{border-bottom:1px solid #f0f1f5;grid-template-columns:minmax(12rem,16rem) 1fr;align-items:start;gap:.75rem;padding:.45rem 0;display:grid}.matching-module__3LCKgW__provider-modal-data-row:last-child{border-bottom:none}.matching-module__3LCKgW__provider-modal-data-row-match{background:#f0fdf4;border-left:4px solid #16a34a;border-radius:.4rem;padding-left:.6rem}.matching-module__3LCKgW__provider-modal-data-row-concern{background:#fef2f2;border-left:4px solid #dc2626;border-radius:.4rem;padding-left:.6rem}.matching-module__3LCKgW__provider-modal-data-row dt{color:#374151;font-weight:600}.matching-module__3LCKgW__provider-modal-dt-with-help{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.matching-module__3LCKgW__provider-modal-dt-label-text{flex:0 auto}.matching-module__3LCKgW__provider-modal-help-wrap{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.matching-module__3LCKgW__provider-modal-help-btn{color:navy;cursor:pointer;width:1.35rem;height:1.35rem;font-size:.8rem;font-weight:700;line-height:1;font-family:var(--font-lexend),"Lexend",sans-serif;background:#fff;border:2px solid navy;border-radius:50%;padding:0}.matching-module__3LCKgW__provider-modal-help-btn:hover{background:#eff6ff}.matching-module__3LCKgW__provider-modal-help-btn:focus-visible{outline-offset:2px;outline:3px solid navy}.matching-module__3LCKgW__provider-modal-help-popover{color:#1f2937;background:#fff;border:1px solid #dbe2ea;border-radius:.5rem;min-width:min(280px,72vw);max-width:min(340px,88vw);padding:.65rem .8rem;font-size:1.1667rem;font-weight:500;line-height:1.45;box-shadow:0 10px 28px #0f172a24}.matching-module__3LCKgW__provider-modal-data-row dd{color:#111827;overflow-wrap:anywhere;margin:0}.matching-module__3LCKgW__provider-modal-chip-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.65rem;display:grid}.matching-module__3LCKgW__provider-modal-chip{background:#f8fbff;border:1px solid #d9e2ef;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:1.1667rem;display:flex}.matching-module__3LCKgW__provider-modal-chip strong{color:#0f172a}.matching-module__3LCKgW__provider-modal-section-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.matching-module__3LCKgW__provider-modal-note{color:#475569;font-size:1.1667rem}.matching-module__3LCKgW__provider-modal-week-grid{border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:minmax(6rem,1fr) minmax(8rem,1fr);display:grid;overflow:hidden}.matching-module__3LCKgW__provider-modal-week-header{text-align:center;color:#1e3a8a;background:#eff6ff;border-right:1px solid #e5e7eb;padding:.6rem .5rem;font-weight:700}.matching-module__3LCKgW__provider-modal-week-header:nth-child(2){border-right:none}.matching-module__3LCKgW__provider-modal-week-row{display:contents}.matching-module__3LCKgW__provider-modal-week-row span{text-align:center;color:#1f2937;border-top:1px solid #edf2f7;border-right:1px solid #edf2f7;padding:.55rem .5rem;font-size:1.1667rem}.matching-module__3LCKgW__provider-modal-week-row span:nth-child(2n){border-right:none}.matching-module__3LCKgW__provider-modal-status-available{color:#166534;font-weight:700}.matching-module__3LCKgW__provider-modal-status-unavailable{color:#64748b;font-weight:700}.matching-module__3LCKgW__provider-modal-schedule-grid{border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:minmax(5rem,1fr) repeat(3,minmax(6rem,1fr));display:grid;overflow:hidden}.matching-module__3LCKgW__provider-modal-schedule-header{text-align:center;color:#1e3a8a;background:#eff6ff;border-right:1px solid #e5e7eb;padding:.6rem .5rem;font-weight:700}.matching-module__3LCKgW__provider-modal-schedule-header:nth-child(4){border-right:none}.matching-module__3LCKgW__provider-modal-schedule-row{display:contents}.matching-module__3LCKgW__provider-modal-schedule-row span{text-align:center;color:#1f2937;border-top:1px solid #edf2f7;border-right:1px solid #edf2f7;padding:.55rem .5rem;font-size:1.1667rem}.matching-module__3LCKgW__provider-modal-schedule-row span:nth-child(4n){border-right:none}.matching-module__3LCKgW__provider-modal-day-label{font-weight:700}.matching-module__3LCKgW__provider-modal-insight{color:#1f2937;margin:.4rem 0 0;line-height:1.5}.matching-module__3LCKgW__provider-modal-insight-strength{color:#166534;background:#f0fdf4;border-left:4px solid #16a34a;border-radius:.4rem;padding:.5rem .7rem}.matching-module__3LCKgW__provider-modal-insight-concern{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626;border-radius:.4rem;padding:.5rem .7rem}.matching-module__3LCKgW__provider-modal-footer{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-end;margin-top:0;padding:.875rem 1.5rem 1rem;display:flex;box-shadow:0 -4px 12px #0f172a0f}.matching-module__3LCKgW__btn-white:focus-visible,.matching-module__3LCKgW__btn-gray:focus-visible,.matching-module__3LCKgW__btn-blue:focus-visible{outline-offset:2px;outline:3px solid navy}.matching-module__3LCKgW__match-success-overlay{z-index:1100;background:#02061794;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out matching-module__3LCKgW__matchOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes matching-module__3LCKgW__matchOverlayFadeIn{0%{opacity:0}to{opacity:1}}.matching-module__3LCKgW__match-success-dialog{text-align:center;background:#fff;border:1px solid #dbeafe;border-radius:1.25rem;gap:1.25rem;width:min(520px,100%);padding:2rem 2rem 1.75rem;animation:.35s cubic-bezier(.34,1.56,.64,1) matching-module__3LCKgW__matchDialogPopIn;display:grid;position:relative;box-shadow:0 32px 64px #00008024,0 0 0 1px #0000800f}@keyframes matching-module__3LCKgW__matchDialogPopIn{0%{opacity:0;transform:scale(.9)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.matching-module__3LCKgW__match-success-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.matching-module__3LCKgW__match-success-close-btn:hover{color:#0f172a;background:#f1f5f9}.matching-module__3LCKgW__match-success-close-btn:focus-visible{outline-offset:2px;outline:3px solid navy}.matching-module__3LCKgW__match-success-celebration{flex-direction:column;align-items:center;gap:.6rem;display:flex}.matching-module__3LCKgW__match-success-icon{justify-content:center;align-items:center;animation:.55s cubic-bezier(.34,1.56,.64,1) .2s both matching-module__3LCKgW__matchCheckBounce;display:inline-flex}@keyframes matching-module__3LCKgW__matchCheckBounce{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.15)}to{transform:scale(1)}}.matching-module__3LCKgW__match-success-title{color:navy;margin:0;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:800;line-height:1.15}.matching-module__3LCKgW__match-success-subtitle{color:#334155;margin:0;font-size:clamp(1.1667rem,1.3vw,1.5rem);font-weight:500;line-height:1.4}.matching-module__3LCKgW__match-success-description{color:#1f2937;margin:0;font-size:1.5rem;line-height:1.6}.matching-module__3LCKgW__match-success-description strong{color:navy}.matching-module__3LCKgW__match-success-next-steps{text-align:left;background:linear-gradient(#f0f5ff 0%,#f8fbff 100%);border:1px solid #dbeafe;border-radius:1rem;gap:.75rem;padding:1.25rem;display:grid}.matching-module__3LCKgW__match-success-next-steps-header{align-items:center;gap:.5rem;display:flex}.matching-module__3LCKgW__match-success-next-steps-icon{color:navy;flex-shrink:0;display:inline-flex}.matching-module__3LCKgW__match-success-next-steps-title{color:#1e3a8a;margin:0;font-size:1.1667rem;font-weight:700}.matching-module__3LCKgW__match-success-next-steps-body{color:#334155;margin:0;font-size:1.5rem;line-height:1.55}.matching-module__3LCKgW__match-success-dashboard-btn{color:#fff;width:100%;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:pointer;background:navy;border:2px solid navy;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.1667rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.matching-module__3LCKgW__match-success-dashboard-btn:hover{background:#0d0d60}.matching-module__3LCKgW__match-success-dashboard-btn:active{transform:scale(.98)}.matching-module__3LCKgW__match-success-dashboard-btn:focus-visible{outline-offset:2px;outline:3px solid navy}@media (max-width:768px){.matching-module__3LCKgW__score-banner{flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.matching-module__3LCKgW__score-circle{order:1}.matching-module__3LCKgW__demo-match-badge-inline{order:2}.matching-module__3LCKgW__score-banner-text{flex:100%;order:3}.matching-module__3LCKgW__top-content{flex-direction:column;align-items:center;gap:1rem;position:relative}.matching-module__3LCKgW__left-content{text-align:center;flex-direction:column;align-items:center}.matching-module__3LCKgW__provider-information{text-align:center;align-items:center}.matching-module__3LCKgW__right-content{justify-content:center;margin-top:1rem;display:flex;position:static}.matching-module__3LCKgW__availability-box{text-align:center;justify-content:center}.matching-module__3LCKgW__button-container{flex-direction:column;align-items:center;gap:1rem}.matching-module__3LCKgW__button-left,.matching-module__3LCKgW__button-right{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.matching-module__3LCKgW__button-left{align-items:center}.matching-module__3LCKgW__match-access-note{text-align:center}.matching-module__3LCKgW__btn-white,.matching-module__3LCKgW__btn-blue,.matching-module__3LCKgW__btn-gray,.matching-module__3LCKgW__btn-cancel{width:90%;max-width:300px}.matching-module__3LCKgW__profile-img{width:clamp(100px,22vw,150px);height:clamp(100px,22vw,150px);margin-bottom:1rem;margin-right:0}.matching-module__3LCKgW__left-content{flex-direction:column;align-items:center}.matching-module__3LCKgW__see-more-wrapper{justify-content:center}.matching-module__3LCKgW__provider-modal-dialog{max-height:92vh}.matching-module__3LCKgW__provider-modal-header{padding:.875rem 1rem .75rem}.matching-module__3LCKgW__provider-modal-body{padding:.75rem 1rem 1rem}.matching-module__3LCKgW__provider-modal-footer{padding:.75rem 1rem .875rem}.matching-module__3LCKgW__provider-modal-data-row{grid-template-columns:1fr;gap:.25rem}.matching-module__3LCKgW__provider-modal-week-grid{grid-template-columns:1fr}.matching-module__3LCKgW__provider-modal-week-header{display:none}.matching-module__3LCKgW__provider-modal-week-row{border-top:1px solid #edf2f7;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.matching-module__3LCKgW__provider-modal-week-row span{text-align:left;border-right:none;padding:.45rem .6rem}.matching-module__3LCKgW__provider-modal-schedule-grid{grid-template-columns:1fr}.matching-module__3LCKgW__provider-modal-schedule-header{display:none}.matching-module__3LCKgW__provider-modal-schedule-row{border-top:1px solid #edf2f7;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.matching-module__3LCKgW__provider-modal-schedule-row span{text-align:left;border-right:none;padding:.45rem .6rem}.matching-module__3LCKgW__match-success-dialog{padding:1.25rem 1rem}.matching-module__3LCKgW__provider-modal-day-label{background:#f8fafc;grid-column:1/-1}}@media (max-width:480px){.matching-module__3LCKgW__outline-box{width:100%;padding:1.5rem}.matching-module__3LCKgW__score-banner{margin:-1.5rem -1.5rem 0}.matching-module__3LCKgW__name-text{text-align:center;word-break:break-word;font-size:1.1667rem}.matching-module__3LCKgW__care-types{font-size:1.1667rem}.matching-module__3LCKgW__availability-text,.matching-module__3LCKgW__location-text{font-size:1.1667rem;line-height:1.4}.matching-module__3LCKgW__availability-box,.matching-module__3LCKgW__location-box{text-align:center;flex-wrap:wrap;justify-content:center}.matching-module__3LCKgW__button-left,.matching-module__3LCKgW__button-right{flex-direction:column;align-items:center}.matching-module__3LCKgW__btn-white,.matching-module__3LCKgW__btn-blue,.matching-module__3LCKgW__btn-gray,.matching-module__3LCKgW__btn-cancel{padding:.6rem 1.2rem;font-size:1.1667rem}}
.SearchableSelect-module__3e4MEG__container{flex-direction:column;gap:8px;display:flex}.SearchableSelect-module__3e4MEG__label{color:#111827;font-weight:600}.SearchableSelect-module__3e4MEG__required{color:#dc2626;margin-left:4px}.SearchableSelect-module__3e4MEG__hint{color:#6b7280;margin:0;font-size:.9rem}.SearchableSelect-module__3e4MEG__selectedWrap{flex-wrap:wrap;gap:8px;display:flex}.SearchableSelect-module__3e4MEG__chip{background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.9rem;display:inline-flex}.SearchableSelect-module__3e4MEG__chipRemove{cursor:pointer;color:#1f2937;background:0 0;border:none;font-size:.95rem;line-height:1}.SearchableSelect-module__3e4MEG__trigger{text-align:left;cursor:pointer;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px}.SearchableSelect-module__3e4MEG__trigger:focus{outline-offset:1px;border-color:navy;outline:2px solid navy}.SearchableSelect-module__3e4MEG__dropdown{background:#fff;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden}.SearchableSelect-module__3e4MEG__search{box-sizing:border-box;border:none;border-bottom:1px solid #e5e7eb;width:100%;padding:10px 12px;font-size:.95rem}.SearchableSelect-module__3e4MEG__search:focus{outline-offset:-2px;outline:2px solid navy}.SearchableSelect-module__3e4MEG__list{flex-direction:column;gap:6px;max-height:220px;margin:0;padding:8px;list-style:none;display:flex;overflow-y:auto}.SearchableSelect-module__3e4MEG__option{text-align:left;cursor:pointer;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:8px 10px}.SearchableSelect-module__3e4MEG__option:hover{background:#f0f4ff;border-color:navy}.SearchableSelect-module__3e4MEG__optionActive{background:#e8eeff;border-color:navy}.SearchableSelect-module__3e4MEG__otherInput{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:1rem}.SearchableSelect-module__3e4MEG__otherInput:focus{outline-offset:1px;border-color:navy;outline:2px solid navy}
.adminUserProfile-module__ils5Ha__shell{--ink:#0f172a;--muted:#334155;--surface:#fff;--surface-soft:#f8fafc;--line:#dbe4ef;--brand:#0f766e;--accent:#0f172a;font-family:Poppins,Segoe UI,Tahoma,sans-serif}.adminUserProfile-module__ils5Ha__header{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:16px 18px;display:flex;box-shadow:0 10px 24px #0f172a14}.adminUserProfile-module__ils5Ha__title{color:var(--ink);margin:0;font-size:1.95rem}.adminUserProfile-module__ils5Ha__subtitle{color:var(--muted);margin:8px 0 0;font-weight:600}.adminUserProfile-module__ils5Ha__headerActions{flex-wrap:wrap;gap:10px;display:flex}.adminUserProfile-module__ils5Ha__actionBtn{color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:130px;padding:10px 14px;font-weight:700;text-decoration:none;display:inline-flex}.adminUserProfile-module__ils5Ha__messageBtn{background:var(--brand)}.adminUserProfile-module__ils5Ha__backBtn{background:var(--accent)}.adminUserProfile-module__ils5Ha__stateCard{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;margin-top:14px;padding:14px;font-weight:600}.adminUserProfile-module__ils5Ha__error{color:#b91c1c}.adminUserProfile-module__ils5Ha__section{border:1px solid var(--line);background:var(--surface);border-radius:12px;margin-top:14px;overflow:hidden}.adminUserProfile-module__ils5Ha__sectionHeading{border-bottom:1px solid var(--line);background:var(--surface-soft);color:var(--ink);margin:0;padding:12px 14px;font-size:1.2rem}.adminUserProfile-module__ils5Ha__pre{color:#0f172a;background:#f9fbff;border-top:0;max-height:340px;margin:0;padding:14px;font-size:12px;line-height:1.55;overflow:auto}
.contact-module__swMWYG__social-media-container{justify-content:start;gap:2rem;margin-top:1rem;margin-bottom:2rem;display:flex}.contact-module__swMWYG__social-media-link{text-align:center;background:0 0;border-radius:.75rem;flex-direction:column;align-items:center;padding:.75rem;text-decoration:none;transition:background-color .3s;display:flex}.contact-module__swMWYG__social-media-link:hover{background-color:navy}.contact-module__swMWYG__social-media-link img{filter:brightness(0)invert();transition:transform .2s}.contact-module__swMWYG__social-media-link:hover img{transform:scale(1.1)}.contact-module__swMWYG__social-media-link span{color:#fff;margin-top:.5rem;font-weight:600}.contact-module__swMWYG__email-link{color:#fff;font-weight:600;text-decoration:none;transition:transform .3s,color .3s;display:inline-block}.contact-module__swMWYG__email-link:hover{transform:scale(1.2)}@media (max-width:440px){.contact-module__swMWYG__social-media-container{flex-direction:column;align-items:flex-start;gap:1rem}.contact-module__swMWYG__social-media-link{background-color:navy;flex-direction:row;gap:.75rem}.contact-module__swMWYG__social-media-link span{color:#fff;margin-top:0}.contact-module__swMWYG__email-link{color:#fff;font-weight:600;transition:transform .3s,color .3s}.contact-module__swMWYG__email-link:hover{transform:scale(1.05)}}
.services-module__ssNDEa__img{border-radius:1rem;width:100%;height:auto;box-shadow:0 10px 15px -3px #0000001a}
