@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;font-family:Poppins,sans-serif}.user-settings-wrapper{position:relative;display:flex;align-items:center}.user-settings-wrapper .user-info{display:flex;align-items:center;gap:8px;cursor:pointer}.user-settings-wrapper .dropdown-wrapper{right:-23px;position:absolute;top:100%;margin-top:10px;z-index:9999}.font-style-css{color:#242524;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:22px}.famrec-text{color:#000;font-family:JejuMyeongjo;font-size:18px;font-style:normal;font-weight:400;margin-left:5px;line-height:22px}.desktop-menu{display:flex;justify-content:center;align-items:center;border-bottom:none;background:transparent}.desktop-menu .ant-menu-item{font-weight:600;font-size:16px;padding:0 20px;border-bottom:2px solid transparent;transition:all .3s ease}.desktop-menu .ant-menu-item-selected{color:#c7709c!important;font-weight:700;border-bottom:2px solid #000000;background:transparent!important}.desktop-menu .ant-menu-item:hover{color:#c7709c;border-bottom:2px solid #C7709C;background:transparent}.desktop-menu .ant-menu-overflow-item-rest{display:none!important}.desktop-menu .ant-menu-item:after{display:none!important}.mobile-menu-dropdown{display:none;height:80px;margin-top:60px!important}@media (max-width: 768px){.desktop-menu{display:none!important}.mobile-menu-dropdown{display:block}}.active-hvr-button:hover{color:#68a6a3!important;border-color:#68a6a3!important}.active-auth-button{background-color:#c7709c!important;color:#fff!important;border-color:#c7709c!important;font-weight:700}.profile-dropdown-container{width:280px;background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #f1f5f9}.profile-header{display:flex;align-items:center;gap:12px}.avatar{flex-shrink:0}.profile-info{flex:1}.profile-info .name{font-size:16px;font-weight:600;color:#1e293b;display:block;margin-bottom:4px;line-height:1.4}.profile-info .email{font-size:14px;color:#64748b;display:block;line-height:1.4}.menu-items{display:flex;flex-direction:column;gap:2px}.menu-item{display:flex;align-items:center;justify-content:space-between;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#374151;-webkit-user-select:none;user-select:none}.menu-item:hover{background-color:#f8fafc;color:#1e293b}.menu-item:hover .menu-icon{color:#374151}.menu-item:hover .arrow-icon{transform:translate(2px);color:#6b7280}.menu-item .menu-item-left{display:flex;align-items:center;gap:12px}.menu-item .menu-item-left .menu-icon{color:#6b7280;transition:color .2s ease}.menu-item .menu-item-left .menu-label{font-size:15px;font-weight:500;line-height:1.4}.menu-item .menu-item-right{display:flex;align-items:center;gap:8px}.menu-item .menu-item-right .right-text{font-size:13px;color:#10b981;font-weight:500}.menu-item .menu-item-right .arrow-icon{color:#9ca3af;transition:transform .2s ease,color .2s ease}@media (max-width: 320px){.profile-dropdown-container{width:260px;padding:20px}.name{font-size:15px}.email{font-size:13px}}.login-layout{height:100vh;overflow:hidden;background:linear-gradient(to bottom right,#f3f6fd,#fff)}.login-header-fixed{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 2px 8px #0000000d}.login-content{height:100vh;display:flex;justify-content:center;align-items:center;padding-top:80px;overflow:hidden}@media (max-width: 768px){.login-content{align-items:flex-start;padding:120px 16px 32px;overflow-y:auto}}.login-card{width:100%;max-width:465px;background-color:#fff;padding:0 2rem;margin-top:-35px;border-radius:0;box-shadow:0 8px 30px #0000000d;text-align:center}.login-logo{display:flex;justify-content:center;align-items:center}.login-logo img{width:50px;margin-right:.75rem}.login-logo-title{color:#68a6a3;font-family:JejuMyeongjo,serif;font-size:36px;font-weight:400}.login-title{color:#65799b!important;font-family:Inter,sans-serif;font-size:32px;font-weight:400!important;margin-bottom:.5rem}.login-subtitle{color:#65799b;font-family:Inter,sans-serif}.login-form{text-align:left;margin-top:15px}.login-password{margin-bottom:1rem;margin-bottom:10px}.login-checkbox{font-size:13px;color:#333}.forgot-password-link{font-size:13px;color:#65799b;text-decoration:none}.forgot-password-link:hover{color:#519083;text-decoration:underline}.login-btn{background-color:#519083;border-color:#519083;color:#fff;font-weight:500;border-radius:25px}.login-btn:hover{background-color:#3f7c70;border-color:#3f7c70}.login-footer{text-align:center;margin-top:1rem}.login-signup{color:#c7709c;font-family:Inter;font-weight:400}.google-btn{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d9d9d9;background-color:#fff}.login-content .ant-divider{color:#1b528c;margin:24px 0}.login-content .ant-divider-inner-text{color:#65799b}.login-content .ant-card-body{padding:26px 20px!important;width:420px}@media (max-width: 768px){.login-content{flex-direction:column;align-items:center;padding-top:100px;padding-bottom:40px;height:auto;overflow-y:auto}.login-card{padding:1.5rem 1.25rem;margin-top:0;border-radius:12px;box-shadow:0 4px 20px #0000000d;width:100%;max-width:100%}.login-logo img{width:40px;margin-right:.5rem}.login-logo-title{font-size:28px}.login-title{font-size:24px}.login-subtitle{font-size:14px}.login-form{margin-top:12px}.login-btn{font-size:14px;padding:10px 16px}.forgot-password-link,.login-checkbox,.login-signup{font-size:13px}.google-btn{font-size:14px;padding:10px 12px}.google-btn img{width:18px;height:18px}.login-content .ant-card-body{width:100%!important;padding:20px!important}.login-content .ant-divider{margin:20px 0}.login-footer{font-size:13px}}@media (max-width: 480px){.login-logo-title{font-size:24px}.login-title{font-size:20px}.login-subtitle,.login-btn{font-size:13px}.google-btn{font-size:13px;gap:6px}}.signup-layout{min-height:100vh;background:linear-gradient(to bottom right,#f3f6fd,#fff);overflow:hidden}.signup-logo{display:flex;justify-content:center;align-items:center}.signup-logo img{width:50px;margin-right:.75rem}.signup-logo-title{color:#68a6a3;font-family:JejuMyeongjo,serif;font-size:36px;font-weight:400}.signup-header-fixed{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 2px 8px #0000000d}.signup-content{display:flex;justify-content:center;align-items:center;padding-top:80px;height:calc(100vh - 80px);overflow:hidden}@media (max-width: 768px){.signup-content{align-items:flex-start;overflow-y:auto;height:auto;min-height:calc(100vh - 80px);padding-bottom:2rem}}.signup-card{width:100%;max-width:530px;background-color:#fff;padding:1.5rem 2rem;margin-top:-30px;border-radius:0;box-shadow:0 4px 25px #0000000d;text-align:center}.signup-title{color:#65799b!important;font-family:Inter,sans-serif;font-size:26px;font-weight:400!important;margin-bottom:.5rem}.signup-subtitle{color:#7d7d7d;margin-bottom:1.5rem;display:block;font-size:14px}.signup-form{text-align:left}.signup-btn{background-color:#519083;border-color:#519083;width:100%;border-radius:25px}.signup-footer{text-align:center;margin-top:1rem;color:#65799b}.signup-footer a{color:#c7709c}.input-field-item{margin-bottom:10px}.btn-field-item{margin-top:10px!important;margin-bottom:10px}.input-field-item .ant-form-item-label{margin-bottom:-5px!important}.signup-content .ant-card-body{padding:0 24px!important}@media (max-width: 768px){.signup-logo img{width:40px}.signup-logo-title{font-size:28px}.signup-card{margin-top:0;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:none}.signup-title{font-size:22px}.signup-subtitle{font-size:13px;text-align:center}.signup-btn{font-size:14px;padding:10px 16px}.signup-footer,.signup-footer a{font-size:13px}.signup-content{flex-direction:column;padding:100px 1rem 2rem;align-items:center}}@media (max-width: 480px){.signup-logo-title{font-size:24px}.signup-card{padding:1rem 1.25rem}.signup-title{font-size:20px}.signup-subtitle{font-size:12px}.signup-btn{font-size:13px}}.ant-form-item-has-success .ant-input-affix-wrapper,.ant-form-item-has-success .ant-input{border-color:#52c41a!important}.ant-form-item-has-error .ant-input-affix-wrapper,.ant-form-item-has-error .ant-input{border-color:#ff4d4f!important}.forgot-password-layout{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to bottom,#f5faff,#fff);padding:1rem}.forgot-password-card{max-width:450px;width:100%;border:none;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px 32px;text-align:center;background-color:#fff}@media (max-width: 480px){.forgot-password-card{padding:32px 20px}}.logo-container{display:flex;justify-content:center;margin-bottom:24px}.forgot-logo{width:150px}.forgot-title{font-size:24px;color:#4a5a78;font-family:Inter,sans-serif;margin-bottom:8px}.forgot-description{font-size:14px;color:#8c8d8b;margin-bottom:24px}.email-input{border-radius:6px;height:40px;font-size:14px}.submit-btn{background-color:#68a6a3;border:none;width:100%;height:40px;border-radius:24px;font-weight:500}.submit-btn:hover{background-color:#5e998c}.divider-text{margin:24px 0;color:#b0b0b0}.divider-text .ant-divider-inner-text{color:#65799b;font-size:13px}.google-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;font-size:14px;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;margin-top:8px}.google-btn img{width:20px;height:20px}.google-btn:hover{border-color:#519083}@media (max-width: 480px){.forgot-title{font-size:20px}.forgot-description{font-size:13px}.submit-btn,.google-btn{font-size:13px;height:38px}.google-btn img{width:18px;height:18px}}.reset-password-container{height:100vh;margin:0;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right,#f4f8ff,#fff)}.reset-password-card{width:100%;max-width:500px;padding:10px 30px;border:none;text-align:center;box-shadow:0 8px 20px #0000000d;border-radius:0;background-color:#fff}.logo-container{margin-bottom:20px}.logo{width:150px}.title{margin-bottom:8px;font-size:24px}.subtitle{color:#666;margin-bottom:24px;display:block}.reset-password-form{text-align:left}.otp-input{text-align:center;font-size:18px;height:45px}.otp-footer{display:flex;align-items:center;gap:5px}.resend-link{color:#4f46e5}.otp-timer{display:block;margin-bottom:20px;color:#555}.submit-btn{width:100%;background-color:#3aafa9;color:#fff;border:none}.back-btn{width:100%;margin-top:12px;border-color:#3aafa9;color:#3aafa9}.reset-password-container .ant-form-item-required{font-size:13px!important;font-weight:600!important;color:#4d4d4d!important}*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}.album-gallery{max-width:100%}.album-gallery .hero-section{background:linear-gradient(107.72deg,#f35338,#fff 48.5%,#e26897);padding:40px;margin-bottom:30px}.album-gallery .hero-section .hero-content{display:flex;flex-direction:row;gap:30px}.album-gallery .hero-section .hero-content .hero-text{flex:3;margin-left:50px}.album-gallery .hero-section .hero-content .hero-text h1{font-weight:700;font-size:65px;color:#2d3748;line-height:1.1;margin-bottom:20px}.album-gallery .hero-section .hero-content .hero-text h1 .headingdots{position:relative;top:7px;font-size:2rem;gap:5px}.album-gallery .hero-section .hero-content .hero-text h1 strong{background-color:#fbebf1;padding:0 8px 4px;border-radius:3px}.album-gallery .hero-section .hero-content .hero-text p{color:#2b3d4fbf;margin-bottom:30px;font-size:14px;font-weight:400;line-height:1.5;width:500px}.album-gallery .hero-section .hero-content .hero-text .add-button{background-color:#c0392b;color:#fff;border:none;border-radius:8px;padding:15px 25px;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .3s}.album-gallery .hero-section .hero-content .hero-text .add-button:hover{background-color:#a93226}.album-gallery .hero-section .hero-content .hero-text .add-button span{font-size:1.2rem;margin-top:2.8px}.album-gallery .hero-section .hero-content .hero-images{flex:2;display:flex;justify-content:flex-end;align-items:center;position:relative;right:45px}.album-gallery .album-tabs{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px}.album-gallery .album-tabs .tab-header{display:flex;justify-content:space-between;align-items:center;width:98%;margin:0 auto}.album-gallery .album-tabs .tab-buttons{display:flex;gap:15px;padding:0 25px}.album-gallery .album-tabs .tab-buttons .tab-button{padding:8px 16px;border:none;background:transparent;cursor:pointer;font-weight:300;font-size:20px;border-bottom:1px solid black}.album-gallery .album-tabs .tab-buttons .tab-button button{color:#000}.album-gallery .album-tabs .tab-buttons .tab-button.active{background-color:#e74c3c;color:#fff;border-radius:10px 10px 0 0;padding:10px 20px;border-bottom:1px solid white}.album-gallery .album-tabs .sort-options{color:#666;font-size:14px;margin-right:50px;font-size:20px}.album-gallery .album-tabs .sort-options span{display:flex;justify-content:center;align-items:center;gap:2px}.album-gallery .album-tabs .sort-options span strong{margin-top:2px}.album-gallery .album-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;width:94%;margin:0 auto}.album-gallery .album-grid .album-item{position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease}.album-gallery .album-grid .album-item img{width:100%;aspect-ratio:1/1;object-fit:cover}.album-gallery .album-grid .album-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}@media (max-width: 992px){.album-gallery .hero-section .hero-content{flex-direction:column}.album-gallery .hero-section .hero-content .hero-text h1{font-size:2.5rem}.album-gallery .album-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.album-gallery .hero-section{padding:25px}.album-gallery .hero-section .hero-content .hero-text h1{font-size:2rem}.album-gallery .hero-section .hero-content .hero-images{grid-template-columns:1fr}.album-gallery .hero-section .hero-content .hero-images .main-image{grid-row:auto}.album-gallery .hero-section .hero-content .hero-images .small-images{flex-direction:row}.album-gallery .hero-section .hero-content .hero-images .small-images .small-image-top,.album-gallery .hero-section .hero-content .hero-images .small-images .small-image-bottom{height:150px;width:calc(50% - 7.5px)}.album-gallery .album-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.album-gallery .album-grid{grid-template-columns:1fr}}.photo-gallery{width:15cm;height:15cm;position:relative}.gallery-grid{display:grid;grid-template-columns:7.5cm 7.5cm;grid-template-rows:7.5cm 7.5cm;position:relative;width:100%;height:100%;margin-right:20x}.image-container{overflow:hidden;margin:0 0 0 10px}.image-container img{width:100%;height:100%;object-fit:cover;display:block;left:2;border-radius:20px}.full-span{grid-column:span 2;width:15cm;height:7cm}.middle-image{position:absolute;top:3.5cm;left:-3cm;width:7cm;height:7cm;z-index:2;border-radius:15px;background:linear-gradient(to right,#fff0,#fff 30%)}.no-images-message{font-size:1.2rem;text-align:center;color:#888;margin-top:2rem}.upload-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#fff6;z-index:9999;display:flex;justify-content:center;align-items:center}.upload-loader-centered{text-align:center;color:#e31f25;font-weight:500;font-size:18px}.upload-loader-centered .spinner{width:50px;height:50px;margin:0 auto 12px;border:4px solid rgba(227,31,37,.2);border-top:4px solid #e31f25;border-radius:50%;animation:spin .8s linear infinite}.family-tree-container{height:calc(100vh - 60px);overflow-y:auto;background:linear-gradient(135deg,#e3f2fd,#f1f8e9,#fff3e0);position:relative;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tree-scroll-area{position:relative;width:100%;height:100%;overflow:auto;display:flex;justify-content:center;align-items:center;zoom:100%}@media (max-width: 1400px){.tree-scroll-area{zoom:90%}}@media (max-width: 1024px){.tree-scroll-area{zoom:80%}}@media (max-width: 768px){.tree-scroll-area{zoom:70%;align-items:flex-start;padding:20px 10px}}@media (max-width: 480px){.tree-scroll-area{zoom:60%}}.background-trees{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.background-trees .tree-left{position:absolute;bottom:0;left:0;opacity:.15}.background-trees .tree-left img{height:80vh;filter:sepia(30%) saturate(.8)}.background-trees .tree-right{position:absolute;bottom:0;right:0;opacity:.15}.background-trees .tree-right img{height:85vh;filter:sepia(30%) saturate(.8)}.family-tree{position:relative;z-index:10;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:60px}.level-title{font-size:24px;font-weight:600;color:#3f587a;margin-bottom:30px;text-align:center;position:relative}.level-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,#3f587a,#3f587a);border-radius:2px}.family-level{width:100%;position:relative}.family-level.parents-level .members-row,.family-level.children-level .members-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.family-level.others-level{margin-top:80px}.family-level.others-level .members-row{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;max-width:800px;margin:0 auto}.family-level.others-level .members-row.wrap{flex-wrap:wrap}.siblings-level .siblings-container{display:flex;align-items:center;justify-content:center;gap:80px;flex-wrap:wrap}.siblings-level .siblings-container .siblings-left,.siblings-level .siblings-container .siblings-right{display:flex;flex-direction:column;gap:40px}.siblings-level .siblings-container .center-user{position:relative;top:50px;z-index:20}.connection-line{position:absolute;left:50%;transform:translate(-50%);width:3px;height:40px;background:linear-gradient(to bottom,#3f587a,#3f587a);border-radius:2px}.connection-line.down{bottom:-50px}.connection-line.up{top:-50px}.connection-line:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#3f587a;border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #00000026}.center-user{position:relative;display:inline-block}.user-card-rect{width:200px;border-radius:22px;background:#8c8d8b;border:6px solid rgba(0,0,0,.08);box-shadow:0 18px 30px #0000002e,0 6px 10px #00000014;overflow:hidden}.user-photo-rect{height:180px;overflow:hidden}.user-photo-rect img{width:200px;height:200px;object-fit:cover;display:block}.user-footer{background:linear-gradient(180deg,#eef6f5,#e0eeee);padding:14px 12px 16px;text-align:center}.user-name{font-size:16px;font-weight:800;letter-spacing:.2px;color:#0c0c0c;margin:2px 0 4px}.user-name .you{font-weight:600;font-size:16px;color:#1a1a1a}.user-age{font-size:12px;color:#2a2a2a}.add-dot{position:absolute;width:42px;height:42px;border-radius:50%;background:#3f587a;color:#fff;border:3px solid #fff;box-shadow:0 10px 18px #0000002e;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;z-index:3}.add-dot:hover{transform:translateY(-1px);background:#334a68;box-shadow:0 12px 22px #00000038}.add-dot.top{top:-50px;left:50%;transform:translate(-50%)}.add-dot.bottom{bottom:-50px;left:50%;transform:translate(-50%)}.add-dot.left{left:-50px;top:50%;transform:translateY(-50%)}.add-dot.right{right:-50px;top:50%;transform:translateY(-50%)}@media (max-width: 420px){.user-card-rect{width:230px}.user-photo-rect{height:195px}.user-name{font-size:20px}.user-age{font-size:16px}}.family-tree.draggable-tree{cursor:grab;position:absolute}.family-tree.draggable-tree:active{cursor:grabbing}.member-link-card-rect{width:200px;border-radius:22px;background:#8c8d8b;border:6px solid rgba(0,0,0,.08);box-shadow:0 18px 30px #0000002e,0 6px 10px #00000014;overflow:hidden}.member-link-photo-rect{height:180px;overflow:hidden}.member-link-photo-rect img{width:200px;height:200px;object-fit:cover;display:block}.photo-fallback{width:100%;height:100%;background:#e9e9ed;display:grid;place-items:center;font-size:64px;font-weight:800;color:#111}.member-link-footer{background:linear-gradient(180deg,#eef6f5,#e0eeee);padding:14px 12px 16px;text-align:center}.member-link-name{font-size:16px;font-weight:800;letter-spacing:.2px;color:#0c0c0c;margin:0}.member-link-relation{font-size:14px;color:#2a2a2a}.member-link-age{font-size:12px;color:#2a2a2a}.member-card{transition:all .3s ease;position:relative}.member-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.member-card .card-inner{text-align:center}.member-card .member-photo{width:80px;height:80px;margin:0 auto 15px;border-radius:50%;overflow:hidden;border:4px solid #f5f5f5;box-shadow:0 4px 16px #0000001a}.member-card .member-photo img{width:100%;height:100%;object-fit:cover}.member-card .member-photo .photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#81c784,#4caf50);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff}.member-card .member-details .member-name{font-size:18px;font-weight:600;color:#2e7d32;margin:0 0 8px}.member-card .member-details .member-relation{display:block;font-size:14px;color:#666;margin-bottom:5px;font-weight:500}.member-card .member-details .member-age{font-size:13px;color:#888}.form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.form-modal{background:#fff;border-radius:25px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.form-header{padding:30px 30px 20px;text-align:center;position:relative;background:linear-gradient(135deg,#e8f5e8,#f1f8e9);border-radius:25px 25px 0 0;border-bottom:3px solid #4caf50}.form-header h2{font-size:28px;font-weight:700;color:#2e7d32;margin:0 0 10px}.form-header p{color:#666;font-size:16px;margin:0}.form-header .close-btn{position:absolute;top:20px;right:20px;width:35px;height:35px;border:none;background:#f44336;color:#fff;border-radius:50%;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease}.form-header .close-btn:hover{background:#d32f2f;transform:scale(1.1)}.form-body{padding:30px}.form-body .form-group{margin-bottom:25px}.form-body .form-group label{display:block;font-weight:600;color:#2e7d32;margin-bottom:8px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.form-body .form-group input,.form-body .form-group select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fafafa;box-sizing:border-box}.form-body .form-group input:focus,.form-body .form-group select:focus{outline:none;border-color:#4caf50;background:#fff;box-shadow:0 0 0 3px #4caf501a}.form-body .form-group input::placeholder,.form-body .form-group select::placeholder{color:#bbb}.form-body .form-row{display:flex;gap:20px}.form-body .form-row .form-group{flex:1}.form-body .file-upload input[type=file]{display:none}.form-body .file-upload .file-label{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border:2px dashed #4caf50;border-radius:12px;background:#f1f8e9;color:#2e7d32;cursor:pointer;transition:all .3s ease;font-weight:500}.form-body .file-upload .file-label:hover{background:#e8f5e8;border-color:#388e3c}.form-body .file-upload .file-label span:first-child{font-size:18px}.form-body .submit-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#4caf50,#66bb6a);border:none;border-radius:15px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #4caf504d;margin-top:10px}.form-body .submit-btn:hover{background:linear-gradient(135deg,#66bb6a,#4caf50);transform:translateY(-2px);box-shadow:0 8px 25px #4caf5066}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.tree-with-lines{position:relative;width:100%;height:100%}.connector-lines{position:absolute;width:100%;height:100%;z-index:0;pointer-events:none}.form-modal{margin:10px}.form-body{padding:20px}.form-body .form-row{flex-direction:column;gap:0}.level-title{font-size:20px}.submit-btn{position:relative;display:flex;align-items:center;justify-content:center}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.loader{border:3px solid #f3f3f3;border-top:3px solid #333;border-radius:50%;width:18px;height:18px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-card-rect,.member-link-card-rect{width:clamp(160px,40vw,200px)}.user-photo-rect,.member-link-photo-rect{height:auto;aspect-ratio:1/1}.user-photo-rect img,.member-link-photo-rect img{width:100%;height:100%;object-fit:cover}.user-name,.member-link-name{font-size:clamp(14px,2.5vw,16px)}.user-age,.member-link-age,.member-link-relation{font-size:clamp(12px,2vw,14px)}.family-tree{gap:clamp(20px,5vw,60px)}.siblings-level .siblings-container{flex-direction:row;gap:clamp(20px,5vw,80px);flex-wrap:wrap}.add-dot{width:clamp(30px,8vw,42px);height:clamp(30px,8vw,42px);font-size:clamp(16px,4vw,22px)}.level-title{font-size:clamp(18px,4vw,24px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.photo-collections{width:100%}.photo-collections .carousel{margin-bottom:5px}.photo-collections .carousel .carousel-background{position:relative;width:100%;height:90%;z-index:0}.photo-collections .carousel .carousel-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(./assets/bg-carausel.png);background-size:cover;background-position:center;opacity:.75;z-index:0}.photo-collections .carousel .carousel-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:1}.photo-collections .carousel .carousel-images{display:flex;justify-content:center;align-items:center;gap:20px;position:absolute;width:100%;height:100%;z-index:2;transition:transform .3s ease-in-out}.photo-collections .carousel .carousel-image{width:210px;height:256px;background-size:cover;background-position:center;border-radius:15px;border:2px solid rgba(255,255,255,.6);transition:all .3s ease;cursor:pointer;filter:brightness(.8);opacity:.6;transform:scale(.8)}.photo-collections .carousel .carousel-image.nearby{opacity:.85;transform:scale(.9)}.photo-collections .carousel .carousel-image.active{opacity:1;transform:scale(1.1);z-index:3;border-color:#fff;box-shadow:0 0 10px #fffc;filter:brightness(1)}.photo-collections .carousel .carousel-quote{display:flex;justify-content:center;align-items:center;position:absolute;bottom:20px;left:50%;transform:translate(-50%);border:2px solid #fff;background-color:#00000070;color:#fff;border-radius:25px 0;text-align:center;font-style:italic;width:90%;height:70px;z-index:3}.photo-collections .carousel .carousel-quote p{width:100%;box-sizing:border-box;margin:0;padding:0 10px;text-align:center;transform:scale(1.5);letter-spacing:2px;overflow:hidden}.photo-collections .section{display:flex;padding:30px;align-items:center;background-color:#f5f5f5;margin-bottom:10px;align-items:stretch;min-height:100%}.photo-collections .section.section-even{flex-direction:row}.photo-collections .section.section-odd{flex-direction:row-reverse}.photo-collections .section .section-image{flex:0 0 150px;height:200px;border-radius:0 50% 50% 0;overflow:hidden;margin:0 20px}.photo-collections .section .section-image img{width:100%;height:100%;object-fit:cover}.photo-collections .team-member-container{position:relative;margin-bottom:15px;background-color:#cfcfcfc4;border-radius:7px}.photo-collections .team-member-container:first-child{margin-top:3px}.photo-collections .team-member-container .team-member{position:relative;display:flex;width:100%;min-height:480px;align-items:stretch;overflow:hidden}.photo-collections .team-member-container .team-member.even{flex-direction:row}.photo-collections .team-member-container .team-member.odd{flex-direction:row-reverse}.photo-collections .team-member-container .team-member .member-image{flex:0 0 30%;overflow:hidden}.photo-collections .team-member-container .team-member .member-image img{width:100%;height:100%;object-fit:cover;border-radius:0 55% 55% 0;display:block}.photo-collections .team-member-container .team-member.odd .member-image img{border-radius:55% 0 0 55%}.photo-collections .team-member-container .team-member .member-info{flex:0 0 67%;padding:40px 30px;display:flex;flex-direction:column;justify-content:center;margin-left:50px}.photo-collections .team-member-container .team-member .member-info h2{margin-bottom:10px;font-size:32px;color:#131313;width:fit-content;border-bottom:5px dotted rgb(14,13,13)}.photo-collections .team-member-container .team-member .member-info p{color:#555;line-height:1.6;font-size:16px}.photo-collections .team-member-container .team-member .member-info .section-buttons{margin-top:20px;display:flex;align-items:flex-start;flex-direction:column;gap:15px}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn{margin-right:15px;padding:10px 20px;border-radius:10px;text-decoration:none;font-weight:700;display:inline-block;font-size:16px;border:none;cursor:pointer;transition:all .3s ease}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn.pink-btn{background-color:#e91e63;color:#fff}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn.teal-btn{background-color:#009688;color:#fff}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn:hover{opacity:.9;transform:translateY(-2px)}.photo-collections .team-member-container .team-member.hover-replacement{position:relative;height:100%;min-height:530px;width:100%;border-radius:7px;overflow:hidden;background-color:#0a0a0a;display:flex;justify-content:center;align-items:center}.photo-collections .team-member-container .hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;overflow:hidden}.photo-collections .team-member-container .hover-overlay.even{transform:translate(-100%);animation:slideInFromLeft .3s ease-out forwards;border-radius:0 500px 500px 0}.photo-collections .team-member-container .hover-overlay.odd{transform:translate(100%);animation:slideInFromRight .3s ease-out forwards;border-radius:500px 0 0 500px}.photo-collections .team-member-container:hover{background-color:#c0c0c0e5;cursor:pointer}.photo-collections .team-member-container:last-child{margin-bottom:0}@media (max-width: 1024px){.photo-collections .team-member-container .team-member .member-info{padding:30px 20px;margin-left:30px}.photo-collections .team-member-container .team-member .member-info h2{font-size:28px}.photo-collections .team-member-container .team-member .member-info p{font-size:15px}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn{font-size:15px;padding:10px 18px}}@media (max-width: 768px){.photo-collections .team-member-container .team-member{flex-direction:column!important;min-height:auto}.photo-collections .team-member-container .team-member .member-image{flex:none;width:100%;height:250px}.photo-collections .team-member-container .team-member .member-image img{border-radius:20px 20px 0 0!important}.photo-collections .team-member-container .team-member .member-info{flex:none;width:100%;padding:25px 20px;margin-left:0}.photo-collections .team-member-container .team-member .member-info h2{font-size:24px;margin-bottom:15px;text-align:center}.photo-collections .team-member-container .team-member .member-info p{font-size:14px;text-align:center;line-height:1.5}.photo-collections .team-member-container .team-member .member-info .section-buttons{align-items:center;margin-top:25px}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn{font-size:14px;padding:12px 20px;width:100%;max-width:250px;text-align:center}.photo-collections .team-member-container .team-member.hover-replacement{flex-direction:column;min-height:auto}.photo-collections .team-member-container .hover-overlay.even,.photo-collections .team-member-container .hover-overlay.odd{border-radius:20px 20px 0 0;transform:translateY(-100%);animation:slideInFromTop .3s ease-out forwards}}@media (max-width: 480px){.photo-collections .team-member-container .team-member .member-image{height:200px}.photo-collections .team-member-container .team-member .member-info{padding:20px 15px}.photo-collections .team-member-container .team-member .member-info h2{font-size:20px;margin-bottom:12px}.photo-collections .team-member-container .team-member .member-info p{font-size:13px;line-height:1.4}.photo-collections .team-member-container .team-member .member-info .section-buttons{margin-top:20px}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn{font-size:13px;padding:10px 16px;width:100%;max-width:200px}}@media (max-width: 360px){.photo-collections .team-member-container .team-member .member-image{height:180px}.photo-collections .team-member-container .team-member .member-info{padding:15px 10px}.photo-collections .team-member-container .team-member .member-info h2{font-size:18px;margin-bottom:10px}.photo-collections .team-member-container .team-member .member-info p{font-size:12px;line-height:1.3}.photo-collections .team-member-container .team-member .member-info .section-buttons{margin-top:15px}.photo-collections .team-member-container .team-member .member-info .section-buttons .view-btn{font-size:12px;padding:8px 14px;width:100%;max-width:180px}}@keyframes slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.hover-gallery{position:relative;width:100%;height:100%;background:linear-gradient(145deg,#2e4f70f2,#f1f5f9eb,#f8fafcf2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(203,213,225,.3);border-radius:5px;padding:28px;box-sizing:border-box;overflow:hidden;animation:memoryFadeIn .5s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #0000001f,0 10px 20px -8px #00000014,inset 0 1px #fff9}.hover-gallery:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(251,191,36,.05) 0%,transparent 45%),radial-gradient(circle at 75% 75%,rgba(168,85,247,.04) 0%,transparent 45%);pointer-events:none;z-index:0}.precise-collage{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1fr;gap:16px;height:100%;width:100%}.col-1 .tall-item,.col-2 .half-item,.col-3 .middle-item,.col-4 .half-item{background-size:cover;background-position:center;border-radius:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;border:3px solid rgba(255,255,255,.8);background-clip:padding-box;box-shadow:0 8px 25px -8px #00000026,0 4px 12px -4px #0000001a,0 2px 4px -2px #0000000d,inset 0 1px #ffffff4d}.col-1 .tall-item{box-shadow:0 12px 35px -10px #0000002e,0 6px 16px -6px #0000001f,0 3px 6px -3px #00000014,inset 0 2px #fff6,inset 0 0 0 1px #fff3}.col-2 .half-item,.col-4 .half-item{box-shadow:0 6px 20px -6px #00000029,0 3px 8px -3px #0000001a,0 1px 3px -1px #0000000f,inset 0 1px #ffffff4d,inset 0 0 0 1px #ffffff26}.col-3 .middle-item{box-shadow:0 10px 30px -8px #0000002b,0 5px 12px -5px #0000001c,0 2px 5px -2px #00000012,inset 0 1px #ffffff59,inset 0 0 0 1px #ffffff2e}.col-1 .tall-item:before,.col-2 .half-item:before,.col-3 .middle-item:before,.col-4 .half-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d 25%,#00000005 75%,#0000000d);opacity:0;transition:opacity .3s ease;z-index:1;border-radius:13px}.col-1 .tall-item:after,.col-2 .half-item:after,.col-3 .middle-item:after,.col-4 .half-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 20%,transparent 20%,rgba(255,255,255,.03) 21%,rgba(255,255,255,.03) 34%,transparent 35%),linear-gradient(0deg,transparent 24%,rgba(255,255,255,.02) 25%,rgba(255,255,255,.02) 26%,transparent 27%);opacity:0;transition:opacity .4s ease;z-index:2;border-radius:13px}.tall-item{height:100%}.middle-item{height:80%;margin-top:10%}.col-2,.col-4{display:flex;flex-direction:column;gap:16px}.col-2 .half-item,.col-4 .half-item{flex:1;height:calc(50% - 8px)}.tall-item:hover,.half-item:hover,.middle-item:hover{transform:scale(1.04) translateY(-2px) rotateX(1deg);border-color:#ffffffe6;z-index:10}.tall-item:hover:before,.half-item:hover:before,.middle-item:hover:before{opacity:1}.tall-item:hover:after,.half-item:hover:after,.middle-item:hover:after{opacity:.6}.tall-item:hover{box-shadow:0 20px 45px -12px #00000040,0 10px 20px -8px #0000002e,0 5px 8px -4px #0000001f,inset 0 2px #ffffff80,inset 0 0 0 1px #ffffff4d}.half-item:hover{box-shadow:0 12px 35px -10px #00000038,0 6px 16px -6px #00000029,0 3px 6px -3px #0000001a,inset 0 1px #fff6,inset 0 0 0 1px #ffffff40}.middle-item:hover{box-shadow:0 16px 40px -11px #0000003d,0 8px 18px -7px #0000002b,0 4px 7px -3px #0000001c,inset 0 2px #ffffff73,inset 0 0 0 1px #ffffff47}.col-1 .tall-item{border-width:4px 3px 6px 3px;border-color:#ffffffd9}.col-2 .half-item,.col-4 .half-item{border-width:3px 3px 4px 3px;border-color:#fffc}.col-3 .middle-item{border-width:3px 3px 5px 3px;border-color:#ffffffd1}@keyframes memoryFadeIn{0%{opacity:0;transform:translateY(30px) scale(.92);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width: 1024px){.hover-gallery{padding:22px;border-radius:18px}.precise-collage{grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.col-1{grid-column:1;grid-row:1/span 2}.col-2{grid-column:2;grid-row:1}.col-3{grid-column:2;grid-row:2}.col-4{grid-column:1;grid-row:3}.middle-item{height:100%;margin-top:0}}@media (max-width: 768px){.hover-gallery{padding:18px;border-radius:16px}.precise-collage{grid-template-columns:1fr 1fr;gap:12px}.col-1 .tall-item,.col-2 .half-item,.col-3 .middle-item,.col-4 .half-item{border-radius:12px}}@media (max-width: 600px){.hover-gallery{padding:16px;background:#f8fafcfa}.precise-collage{display:flex;flex-direction:column;gap:12px}.col-1,.col-2,.col-3,.col-4{width:100%}.col-1 .tall-item{height:260px}.col-2,.col-4{flex-direction:row;height:140px;gap:12px}.col-2 .half-item,.col-4 .half-item{width:50%;height:100%}.col-3 .middle-item{height:200px;margin:0;width:100%}.tall-item:hover,.half-item:hover,.middle-item:hover{transform:scale(1.02) translateY(-1px)}}@media (prefers-color-scheme: dark){.hover-gallery{background:linear-gradient(145deg,#2e4f70f2,#f1f5f9eb,#f8fafcf2)}.col-1 .tall-item,.col-2 .half-item,.col-3 .middle-item,.col-4 .half-item{border-color:#ffffff26}}@media (prefers-reduced-motion: reduce){.hover-gallery,.col-1 .tall-item,.col-2 .half-item,.col-3 .middle-item,.col-4 .half-item{animation:none;transition:box-shadow .2s ease,border-color .2s ease}.tall-item:hover,.half-item:hover,.middle-item:hover{transform:none}}@media print{.hover-gallery{background:#fff;border:1px solid #ddd;box-shadow:none}.col-1 .tall-item,.col-2 .half-item,.col-3 .middle-item,.col-4 .half-item{border:2px solid #f0f0f0;box-shadow:0 2px 4px #0000001a}}.dialog-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.dialog-box{background:linear-gradient(135deg,#fff,#f8f9ff);padding:2.5rem 2rem;border-radius:20px;max-width:700px;height:470px;width:90%;text-align:center;box-shadow:0 15px 40px #00000026;border:3px solid #ff6b9d;position:relative;animation:fadeIn .3s ease-in-out}.dialog-logo{width:120px;height:auto;margin-bottom:1rem}.dialog-box h2{color:#c7709c;font-size:1.8rem;font-weight:700;margin:1.5rem 0 .5rem;font-family:Arial,sans-serif}.dialog-box p{color:#65799b;font-size:1rem;line-height:1.4;margin:1rem 0 1.5rem;font-weight:500}.dialog-box p:first-of-type{margin-top:.5rem}.dialog-box p:last-of-type{margin-bottom:2rem}.dialog-box h3{color:#c7709c;font-size:1.2rem;font-weight:600;margin:1.5rem 0 1rem}.dialog-button{background:linear-gradient(45deg,#c7709c,#ff6b35);color:#fff;padding:1rem 2.5rem;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;margin:1rem 0;box-shadow:0 4px 15px #ff98004d;transition:all .3s ease}.dialog-button:hover{background:linear-gradient(45deg,#65799b,#c7709c);transform:translateY(-2px);box-shadow:0 6px 20px #ff980066}.dialog-close{position:absolute;top:15px;right:15px;width:35px;height:35px;background:linear-gradient(45deg,#c7709c);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.dialog-close:hover{background:linear-gradient(45deg,#65799b);transform:scale(1.1)}.dialog-close-icon{font-size:18px!important;color:#fff!important;font-weight:700}.about-link{position:absolute;bottom:20px;right:25px;color:#c7709c;font-size:.9rem;text-decoration:none;font-weight:600}.about-link:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.about-us-wrapper{font-family:Segoe UI,sans-serif;text-align:center}.about-us-wrapper .about-hero{background-color:#f9fafb;padding:60px 20px}.about-us-wrapper .about-hero .about-hero-logo{width:200px;margin-bottom:20px}.about-us-wrapper .about-hero h1{font-size:2.5rem;font-weight:600;margin-bottom:16px;color:#222}.about-us-wrapper .about-hero h1 .highlight-green{color:#5e998c}.about-us-wrapper .about-hero h1 .highlight-blue{color:#7ba7aa}.about-us-wrapper .about-hero .cta-btn{margin:20px 0;padding:12px 28px;font-size:16px;background-color:#7ba7aa;color:#fff;border:none;border-radius:24px;cursor:pointer;transition:background .3s ease}.about-us-wrapper .about-hero .cta-btn:hover{background-color:#5e998c}.about-us-wrapper .about-hero .about-hero-description{max-width:85%;text-align:start;margin:0 auto;color:#444;font-size:1.2rem;line-height:1.6}.about-us-wrapper .image-gallery{display:flex;justify-content:center;padding:30px 0;background-color:#fff}.about-us-wrapper .image-gallery img{width:305px;height:340px;object-fit:cover}@media (max-width: 768px){.about-us-wrapper .image-gallery img{width:100px;height:100px}}.about-us-wrapper .mission-section{background:#f9fafb;padding:60px 20px;text-align:center}.about-us-wrapper .mission-section .mission-heading{font-family:Playfair Display;font-size:2.5rem;color:#4a5a78;margin-bottom:30px}.about-us-wrapper .mission-section .mission-card{display:flex;justify-content:space-between;background:#fff;border:1px solid #e1e5ea;border-radius:12px;padding:0 0 0 40px;max-width:98%;margin:0 auto;box-shadow:0 2px 10px #0000000a;text-align:left}@media (max-width: 768px){.about-us-wrapper .mission-section .mission-card{flex-direction:column;text-align:center}}.about-us-wrapper .mission-section .mission-card .mission-left{display:flex;justify-content:center;flex-direction:column;width:50%}.about-us-wrapper .mission-section .mission-card .mission-left h3{font-size:3rem;font-weight:600;color:#242524;font-family:Inter}.about-us-wrapper .mission-section .mission-card .mission-left p{font-size:1rem;color:#8c8d8b;line-height:1.6}.about-us-wrapper .mission-section .mission-card .mission-right{display:flex;justify-content:center;align-items:center}.about-us-wrapper .mission-section .mission-card .mission-right img{max-width:100%;height:auto}.about-us-wrapper .why-famrec-section{background:#f9fafb;padding:60px 20px;text-align:center}.about-us-wrapper .why-famrec-section h2{font-size:2.5rem;font-family:Playfair Display;font-weight:600;color:#000;margin-bottom:50px}.about-us-wrapper .why-famrec-section .features-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin:0 auto;padding:0 10px}.about-us-wrapper .why-famrec-section .features-grid .feature-box{background:#dae7f1;max-width:26%;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000d;text-align:left;transition:transform .2s ease}.about-us-wrapper .why-famrec-section .features-grid .feature-box:hover{transform:translateY(-4px)}.about-us-wrapper .why-famrec-section .features-grid .feature-box h4{color:#12375d;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;color:#0a2a49;text-transform:uppercase;margin-bottom:10px}.about-us-wrapper .why-famrec-section .features-grid .feature-box p{color:#474646;font-family:Inter;font-size:14px;line-height:1.6}.about-us-wrapper .about-cta{padding:40px 20px;background:#fff}.about-us-wrapper .about-cta h2{font-size:1.8rem;color:#68a6a3;margin-bottom:20px}.about-us-wrapper .about-cta .cta-btn{padding:12px 28px;background-color:#68a6a3;color:#fff;border:none;border-radius:24px;font-size:16px;cursor:pointer}.about-us-wrapper .about-cta .cta-btn:hover{background-color:#1a8d79}@media (max-width: 992px){.about-us-wrapper .mission-section .mission-card{flex-direction:column;padding:20px}.about-us-wrapper .mission-section .mission-card .mission-left,.about-us-wrapper .mission-section .mission-card .mission-right{width:100%;text-align:center}.about-us-wrapper .mission-section .mission-card .mission-left h3,.about-us-wrapper .mission-section .mission-card .mission-right h3{font-size:2rem}.about-us-wrapper .mission-section .mission-card .mission-left p,.about-us-wrapper .mission-section .mission-card .mission-right p{font-size:1rem}.about-us-wrapper .mission-section .mission-card .mission-right{margin-top:20px}.about-us-wrapper .mission-section .mission-card .mission-right img{max-width:80%}.about-us-wrapper .why-famrec-section .features-grid{flex-direction:column;align-items:center}.about-us-wrapper .why-famrec-section .features-grid .feature-box{max-width:90%}.about-us-wrapper .image-gallery{flex-wrap:wrap;gap:10px}.about-us-wrapper .image-gallery img{width:45%;height:auto}}@media (max-width: 600px){.about-us-wrapper .about-hero h1{font-size:1.8rem}.about-us-wrapper .about-hero .cta-btn{font-size:14px;padding:10px 20px}.about-us-wrapper .about-hero .about-hero-description{font-size:1rem;text-align:center}.about-us-wrapper .about-hero .about-hero-logo{width:140px}.about-us-wrapper .mission-section .mission-heading{font-size:2rem}.about-us-wrapper .mission-section .mission-card{padding:20px}.about-us-wrapper .mission-section .mission-card .mission-left h3{font-size:1.6rem}.about-us-wrapper .mission-section .mission-card .mission-left p{font-size:.95rem}.about-us-wrapper .mission-section .mission-card .mission-right img{max-width:100%}.about-us-wrapper .why-famrec-section h2{font-size:2rem}.about-us-wrapper .why-famrec-section .features-grid .feature-box{max-width:100%;padding:16px}.about-us-wrapper .why-famrec-section .features-grid .feature-box h4{font-size:1rem}.about-us-wrapper .why-famrec-section .features-grid .feature-box p{font-size:13px}.about-us-wrapper .image-gallery img{width:100%}.about-us-wrapper .about-cta h2{font-size:1.5rem}.about-us-wrapper .about-cta .cta-btn{font-size:14px;padding:10px 20px}}.memory-container{position:relative;width:100%;padding:20px;display:flex;justify-content:center}.memory-img{width:700px;height:600px;cursor:pointer;transition:transform .3s ease}.memory-img:hover{transform:scale(1.05)}.full-img-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;z-index:9999;display:flex;justify-content:center;align-items:center}.full-img{max-width:100%;max-height:100%;object-fit:contain}.hide-btn{position:absolute;top:20px;right:30px;font-size:30px;background:transparent;color:#fff;border:none;cursor:pointer;z-index:10000}.hide-btn:hover{color:red}.profile-page{font-family:Arial,sans-serif;padding:40px;color:#333}.top-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.profile-left{display:flex;align-items:center;gap:15px}.profile-left .profile-avatar{display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:600;background-color:#bcc5d4;width:80px;height:80px;border-radius:50%;object-fit:cover}.profile-left .profile-text{text-align:left}.profile-left .profile-text h2{margin:0;font-size:20px;font-weight:700}.profile-left .profile-text .email,.profile-left .profile-text p{margin:2px 0 0;color:#b46e88;font-size:14px}.edit-btn{background:#5a6d8c;color:#fff;border:none;padding:8px 18px;border-radius:6px;cursor:pointer}.cross-btn{background:#5a6d8c;color:#fff;font-weight:600;border:none;margin-left:10px;padding:8px 18px;border-radius:6px;cursor:pointer}.profile-form{max-width:1200px;margin:0 auto 40px;display:flex;flex-direction:column;gap:20px}.profile-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}.profile-form .form-field{display:flex;flex-direction:column}.profile-form .form-field .form-profile-dob input{height:38px;margin-right:10px;margin-left:-10px;border:none}.profile-form .form-field label{font-size:14px;margin-bottom:6px;color:#555}.profile-form .form-field input{padding:12px;border:1px solid #eee;border-radius:6px;background:#fafafa}.profile-form .save-btn{margin-top:20px;align-self:center;padding:10px 24px;background:#58a692;border:none;color:#fff;border-radius:20px;cursor:pointer;font-size:14px}.profile-form .save-btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.members-section h2{margin-bottom:16px}.members-section .members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.members-section .member-card{display:flex;align-items:center;background:#fff;border-radius:8px;padding:16px 24px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease;cursor:pointer}.members-section .member-card:hover{transform:translateY(-3px)}.members-section .member-card .selected{border:1px solid #4a7c7d}.members-section .member-card .member-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-right:16px}.members-section .member-card .member-info{display:flex;flex-direction:column}.members-section .member-card .member-info h4{margin:0;font-size:16px;font-weight:600;color:#222}.members-section .member-card .member-info p{margin:4px 0 0;font-size:14px;color:#666}.member-form{max-width:1400px!important;margin-top:20px}
