@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";:root{--accent:#7a0f0f;--muted:#6b7280;--bg:#ffffff;--surface:#f7fafc;--max-width:1200px;--radius:14px;--header-height:72px;--font-sans: "Poppins", system-ui, sans-serif}html,body,#root{height:100%;margin:0;padding:0}body{margin:0;font-family:Poppins,sans-serif;color:#0b1220;background:#faf9f6}.lp-root2{width:100%;max-width:100%;overflow-x:hidden}.lp-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#f2e9db;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #f0e6e6;z-index:1000}.lp-header-inner{max-width:var(--max-width);margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.lp-brand{display:flex;align-items:center;gap:12px}.lp-logo{width:90px;height:60px;border-radius:10px;overflow:hidden;background:none;display:flex;align-items:center;justify-content:center;box-shadow:none}.lp-logo img{width:100%;height:100%;object-fit:contain;display:block}.lp-logo.small{width:44px;height:44px;font-size:16px;border-radius:8px}.lp-logo2{display:flex;justify-content:center;align-items:center;margin:0 auto}.lp-logo2 img{width:160px;height:160px;object-fit:contain;display:block;margin:10px auto 0}.lp-brand-text .lp-name{font-family:UnifrakturMaguntia,cursive;font-size:30px;font-weight:700;letter-spacing:.6px;color:#a50d0d}.hero-left-inner .lp-tag{font-size:22px;color:#8b0000}.lp-nav{display:flex;gap:12px;align-items:center}.lp-btn{padding:12px 24px;border-radius:10px;text-decoration:none;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease}.lp-btn-primary{background:var(--accent);color:#fff;border:1px solid #0000000a;box-shadow:0 8px 20px #7a0f0f1f;padding:12px 24px}.lp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px #7a0f0f29;background:none;color:var(--accent)}.lp-hero{margin-top:4%;position:relative;padding-top:10px;padding-bottom:17px;overflow:hidden}.lp-hero:before{content:"";position:absolute;inset:0;background:url(/assets/hero-BQyKrDQD.webp) center/cover no-repeat;filter:blur(2px);transform:scale(1.05);opacity:.8;z-index:0}.lp-hero:after{content:"";position:absolute;inset:0;background:#ffffff40;z-index:0}.lp-hero-inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;margin-top:4rem;display:flex;gap:8px;align-items:center;padding-left:24px;padding-right:24px}.lp-hero-inner.hero-centered{justify-content:center}.lp-hero-left{flex:0 1 720px;min-width:320px;display:flex;align-items:center;justify-content:center;padding:6px}.hero-left-inner{max-width:640px;text-align:center;transform:translateY(8px);opacity:0;transition:all .6s cubic-bezier(.2,.9,.2,1)}.lp-hero-left.in-view .hero-left-inner{transform:none;opacity:1}.lp-hero .lp-hero-title{font-family:UnifrakturMaguntia,cursive;margin:0;line-height:.98;color:#a50d0d;display:block;font-size:clamp(24px,6.5vw,64px)}.lp-hero .lp-hero-sub{color:#0a0909;line-height:1.45;margin-left:50px;margin-top:6px;margin-bottom:12px;max-width:520px;font-weight:500;font-size:clamp(11px,2.2vw,15px)}.lp-hero .lp-brand{display:flex;align-items:center;gap:6px;margin:0;padding:0}.lp-hero .lp-logo{margin:0;padding:0;width:72px;height:72px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.lp-hero .lp-hero-actions{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:8px}.lp-hero .lp-cta{background:var(--accent);color:#fff;border:none;padding:10px 16px;border-radius:12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 30px #7a0f0f1f}.lp-about{padding:48px 0;background:linear-gradient(180deg,#fff,#fff)}.lp-about-inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:28px;align-items:center;padding:0}.about-left{flex:1;display:flex;justify-content:center}.about-couple{width:600px;height:370px;border-radius:18px;box-shadow:0 20px 50px #02061714;transform:translateY(30px);opacity:0;transition:transform .9s cubic-bezier(.2,.9,.2,1),opacity .9s ease;will-change:transform,opacity}.lp-about.in-view .about-couple{transform:translateY(0);opacity:1}.about-right{flex:1;padding:12px}.about-right p{margin:0;color:#374151;line-height:1.7;white-space:pre-wrap;padding-bottom:10px;font-size:15px;text-align:justify}.culture-slider{position:relative;height:360px;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;max-width:560px}.slide{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translate(100%);width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 18px 40px #0206170f;opacity:0;z-index:1;transition:transform .42s cubic-bezier(.2,.9,.2,1),opacity .42s ease}.slide.enter{transform:translate(-50%,-50%) translate(-100%);opacity:0}.slide.active{transform:translate(-50%,-50%) translate(0);opacity:1;z-index:2}.slide.exit{transform:translate(-50%,-50%) translate(100%);opacity:0}.slide img{width:100%;height:100%;object-fit:cover;display:block}.culture-info-panel{min-height:360px;display:block;position:relative;overflow:hidden;padding:22px;border-radius:12px;background:linear-gradient(180deg,#fff,#fff);box-shadow:0 10px 30px #0206170a}.info-slide{position:absolute;left:22px;top:50%;transform:translateY(-50%) translate(100%);width:calc(100% - 44px);opacity:0;z-index:1;text-align:justify;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .42s cubic-bezier(.2,.9,.2,1),opacity .42s ease}.info-slide.enter{transform:translateY(-50%) translate(100%);opacity:0}.info-slide.active{transform:translateY(-50%) translate(0);opacity:1;z-index:2}.info-slide.exit{transform:translateY(-50%) translate(-100%);opacity:0}.info-slide h3{margin:0 0 10px;color:var(--accent);font-size:23px}.info-slide p{margin:0;color:#374151;line-height:1.7;white-space:pre-wrap;font-size:14px}.culture-controls{position:absolute;left:50%;top:100%;transform:translate(-50%);bottom:8px;display:flex;align-items:center;gap:12px;z-index:20;pointer-events:auto}.arrow-btn{background:transparent;color:#7a1b1b;border:none;width:50px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:50px;top:5px;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .12s ease}.arrow-btn:hover{background:transparent;transform:scale(1.04)}.arrow-btn[disabled],.arrow-btn[aria-disabled=true]{opacity:.36;cursor:not-allowed;transform:none;box-shadow:none;pointer-events:none}.culture-controls .culture-dots{display:flex;gap:8px;align-items:center}.culture-controls .culture-dots .dot{width:7px;height:7px;border-radius:50%;background:#cfcfcf;border:1px solid rgba(12,17,26,.06);cursor:pointer;transition:transform .18s ease,background .18s ease}.culture-controls .culture-dots .dot:hover{transform:scale(1.08);background:#bfbfbf}.culture-controls .culture-dots .dot-active{background:var(--accent);box-shadow:0 6px 18px #7a0f0f2e;width:12px;height:12px}.lp-why{padding:20px;background:linear-gradient(180deg,#fff,#fff)}.why-grid{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding:10px}.why-item{flex:0 1 260px;background:#fff;border-radius:12px;padding:18px;box-shadow:0 8px 24px #0206170a}.why-item h3{margin:0 0 8px;color:var(--accent);font-size:15px;text-align:center}.why-item p{font-size:15px;text-align:justify}.lp-how{padding:48px 20px}.how-diagram{display:flex;justify-content:center;margin:18px 0 28px}.how-svg{width:100%;max-width:1000px;height:220px}.how-actions{display:flex;gap:12px;justify-content:center;margin-bottom:28px}.lp-footer{background:#faf6ee;color:#e6eefc;padding:36px 20px 10px;margin-top:20px}.lp-footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:24px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.lp-footer .lp-logo{width:95px;height:95px;padding:0;margin:0}.footer-brand{display:flex;gap:12px;align-items:center}.footer-text .lp-name{font-family:UnifrakturMaguntia,cursive;font-size:22px;font-weight:700;letter-spacing:.6px;color:#a50d0d}.lp-slogan{color:#080808;font-size:13px;font-weight:600}.footer-links a,.footer-links p{color:#0a0b0b;text-decoration:none;display:inline-block;margin-top:6px;cursor:pointer}.copy_right{text-align:center;margin-top:40px;font-size:13px;color:#0b0b0b;margin-left:20px;margin-bottom:0}.copy_right2{text-align:center;font-size:13px;color:#0b0b0b;margin-left:20px;margin-bottom:0;margin-top:0}.contact_p1{margin-top:12px;color:#7a221b}.contact_p2{margin-top:12px;color:#0b0b0b;gap:3px}.contact p{display:flex;gap:8px;align-items:center}.legal a{text-align:right;display:flex;margin-top:0}.legal a:hover{transform:translateY(-3px)}.legal p{margin-top:12px;color:#7a221b;cursor:auto}.footer-email{color:#080808;text-decoration:none;margin-left:4px}.contact_p1,.legal p{font-size:16px;font-weight:400}.contact_p2,.footer-email,.legal a{font-size:14px!important}.about-header{margin:0 auto 10px}.about-top{display:flex;align-items:center;gap:8px}.culture-header{margin-top:22px!important}.culture-top{display:flex;align-items:center;gap:8px}.why-header{margin-bottom:6px}.why-top{display:flex;align-items:center;gap:12px}.offer-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.offer-icon svg{width:44px;height:44px;display:block}.lp-culture{padding:20px 20px 48px;background:linear-gradient(180deg,#fff,#fff);margin-top:-14px}.culture-animated{max-width:var(--max-width);margin:22px auto 0;display:grid;grid-template-columns:560px 1fr;gap:24px;align-items:center;position:relative;padding-bottom:48px}.animate-on-scroll{transform:translateY(22px);opacity:0;transition:transform .56s cubic-bezier(.2,.9,.2,1),opacity .56s ease;will-change:transform,opacity}.animate-on-scroll.in-view{transform:translateY(0);opacity:1}.hero-left-inner.animate-on-scroll{transition-duration:.52s;transition-timing-function:cubic-bezier(.16,.9,.2,1)}.about-couple.animate-on-scroll{transform:translateY(28px) scale(.995);opacity:0;transition:transform .72s cubic-bezier(.2,.9,.2,1),opacity .72s ease}.about-couple.animate-on-scroll.in-view{transform:translateY(0) scale(1);opacity:1}.about-right.animate-on-scroll{transform:translateY(18px);opacity:0;transition:transform .64s cubic-bezier(.2,.9,.2,1),opacity .64s ease}.about-right.animate-on-scroll.in-view{transform:translateY(0);opacity:1}.why-grid .why-item{transform:translateY(18px);opacity:0;transition:transform .52s cubic-bezier(.2,.9,.2,1),opacity .52s ease,box-shadow .22s ease;will-change:transform,opacity;cursor:default}.why-grid .why-item:nth-child(1){transition-delay:40ms}.why-grid .why-item:nth-child(2){transition-delay:.12s}.why-grid .why-item:nth-child(3){transition-delay:.2s}.why-grid .why-item:nth-child(4){transition-delay:.28s}.why-grid .why-item:nth-child(5){transition-delay:.36s}.why-grid .why-item.in-view{transform:translateY(0);opacity:1}.why-grid .why-item:hover,.why-grid .why-item:focus{transform:translateY(-6px) scale(1.02);box-shadow:0 18px 40px #02061714;transition:transform .18s ease,box-shadow .18s ease;outline:none}.why-grid .why-item:hover h3{transform:translateY(-2px);transition:transform .16s ease}.why-grid .why-item:focus-visible{outline:3px solid rgba(122,15,15,.12);outline-offset:4px}.lp-title{display:block!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px!important;font-weight:500;color:#7a1b1b;letter-spacing:3px;text-transform:uppercase;text-align:left!important;margin:0 0 6px 10px!important;padding:0!important}.lp-line{display:block!important;width:28px!important;height:1px!important;background:#c4983a!important;margin:8px 0 16px 50px!important;padding:0!important;position:relative;clear:both!important}.lp-subtitle{display:block!important;font-family:Georgia,Times New Roman,serif;font-size:50px!important;font-weight:400;color:#7a1f2b;letter-spacing:-.5px;line-height:1.1!important;word-break:break-word;width:100%!important;max-width:600px!important;margin:4px 0 25px 120px!important}.available_p1{margin-top:30px;color:#7a221b;font-size:16px;font-weight:400}.app-download{display:flex;flex-direction:column}.store-icons{display:flex;align-items:center;gap:30px;margin-top:6px}.store-icons a:first-child{margin-right:12px}.store-icons a{display:flex;align-items:center;justify-content:center}.store-icons img{width:30px;height:30px;object-fit:contain;transition:transform .2s ease}.store-icons img:hover{transform:scale(1.08)}@media(min-width:601px)and (max-width:1020px){.lp-header-inner{padding:0 14px}.lp-header .lp-logo{width:70px;height:44px}.lp-brand-text .lp-name{font-size:22px}.lp-btn{padding:8px 14px;font-size:13px}.lp-hero{margin-top:9%;padding-top:4px;padding-bottom:8px}.lp-hero-inner{margin-top:1.5rem;padding-left:16px;padding-right:16px;gap:6px}.lp-hero-left{min-width:unset;padding:4px 0}.hero-left-inner{max-width:100%}.lp-hero .lp-hero-title{font-size:clamp(22px,5vw,42px)}.lp-hero .lp-hero-sub{font-size:clamp(11px,1.8vw,14px);margin-left:0;text-align:center}.hero-left-inner .lp-tag{font-size:clamp(14px,2.2vw,18px)}.lp-logo2 img{width:110px;height:110px;margin-top:6px}.lp-hero .lp-logo{width:58px;height:58px}.lp-about{padding:28px 16px}.lp-about-inner{flex-direction:column;align-items:center;gap:18px;padding:10px 4px}.about-couple{width:100%;max-width:480px;height:auto}.about-right{width:100%;padding:6px 0}.about-header{margin-top:0!important}.lp-culture{padding:14px 16px 44px;margin-top:0}.culture-header{margin-top:0!important}.culture-animated{grid-template-columns:1fr;gap:14px;padding-bottom:50px;margin-top:12px}.culture-slider{height:300px;max-width:100%}.slide{height:300px}.culture-info-panel{min-height:unset;height:auto;overflow:visible;position:relative;padding:14px;order:2}.info-slide{position:relative;top:auto;left:auto;transform:none;width:100%;opacity:0;transition:opacity .42s ease}.info-slide.active{opacity:1;transform:none}.info-slide.hidden{display:none}.info-slide.enter,.info-slide.exit{transform:none}.info-slide h3{font-size:18px}.info-slide p{font-size:13px}.lp-why{padding:14px 16px}.why-item{flex:0 1 calc(50% - 10px)}.why-item h3,.why-item p{font-size:13px}.offer-icon{width:46px;height:46px}.offer-icon svg{width:36px;height:36px}.lp-footer{padding:20px 16px 8px}.lp-footer .lp-logo{width:60px;height:60px}.lp-footer-inner{gap:14px}.footer-text .lp-name{font-size:20px}.copy_right,.copy_right2{font-size:11px}.modal-card{max-width:96vw;border-radius:10px}.modal-card>h2{font-size:22px;padding:12px 48px 10px 14px}.modal-card>.modal-close{font-size:24px;top:10px;right:10px}.modal-card .modal-content{padding:12px 14px 16px}}.contact_p1,.legal p{font-size:14px}.contact_p2,.footer-email,.legal a{font-size:12px!important}.available_p1{font-size:14px}.store-icons{gap:10px}.store-icons img{width:26px;height:26px}@media(max-width:600px){.lp-root2{width:100vw;overflow-x:hidden}.lp-header-inner{padding:0 8px}.lp-header .lp-logo{width:60px;height:38px}.lp-brand-text .lp-name{font-size:18px}.lp-btn{padding:5px 9px;font-size:11px}.lp-hero{margin-top:var(--header-height);padding-top:0;padding-bottom:0}.lp-hero-inner{margin-top:0;padding-left:12px;padding-right:12px;flex-direction:column;align-items:center;gap:0}.lp-hero-left{min-width:unset;width:100%;padding:4px 0}.hero-left-inner{max-width:100%;padding:8px 0}.lp-logo2 img{width:164px;height:164px;margin-top:4px}.lp-hero .lp-logo2{width:120px;height:120px}.lp-hero .lp-hero-title{font-size:clamp(20px,6vw,30px);text-align:center}.lp-hero .lp-hero-sub{font-size:clamp(10px,3vw,13px);margin-left:0;margin-top:4px;margin-bottom:6px;text-align:center}.hero-left-inner .lp-tag{font-size:clamp(12px,3.5vw,15px)}.lp-hero .lp-hero-actions{margin-top:50px!important}.lp-about{padding:20px 12px 4px}.lp-about-inner{flex-direction:column;align-items:center;gap:14px;padding:6px 0}.about-couple{width:100%;height:auto;max-width:100%;border-radius:12px;margin-bottom:34px}.about-right{width:100%;padding:4px 0}.about-right p{font-size:13px}.about-top{gap:10px}.lp-culture{padding:2px 12px 42px;margin-top:0}.culture-header{margin-top:0;margin-bottom:6px}.culture-animated{grid-template-columns:1fr;gap:12px;padding-bottom:46px;margin-top:10px}.culture-slider{height:220px;max-width:100%}.slide{height:220px}.culture-info-panel{min-height:unset;height:auto;overflow:visible;position:relative;padding:12px;order:2}.info-slide{position:relative;top:auto;left:auto;transform:none;width:100%;opacity:0;transition:opacity .42s ease}.info-slide.active{opacity:1;transform:none}.info-slide.hidden{display:none}.info-slide.enter,.info-slide.exit{transform:none}.info-slide h3{font-size:clamp(14px,4vw,17px);margin-bottom:6px}.info-slide p{font-size:clamp(11px,3vw,13px);line-height:1.6}.culture-top{gap:10px}.lp-why{padding:2px 14px 12px}.why-item{flex:1 1 100%}.why-top{gap:8px}.why-item h3{font-size:13px}.why-item p{font-size:12px}.offer-icon{width:42px;height:42px}.offer-icon svg{width:32px;height:32px}.lp-how{padding:24px 12px}.footer-text .lp-name{font-size:18px;font-weight:700}.copy_right{margin-top:18px;font-size:10px}.copy_right2{font-size:10px}.contact p{font-size:12px;margin-left:0;justify-content:center;text-align:center;flex-wrap:wrap;word-break:break-word}.legal{margin-right:0}.legal a{justify-content:center}.contact_p1,.legal p{font-size:12px;font-weight:400}.contact_p2,.footer-email,.legal a{font-size:10px!important}.lp-footer{padding:14px 12px 8px;margin-top:10px}.lp-footer .lp-logo{width:48px;height:48px}.lp-footer-inner{flex-direction:column;align-items:center;text-align:center;gap:10px}.footer-brand{flex-direction:row;align-items:center;justify-content:center;gap:10px}.footer-text .lp-name{font-size:14px;font-weight:700}.contact_p1{font-size:12px;font-weight:400}.copy_right{margin-top:18px;font-size:8px}.copy_right2{font-size:8px}.app-download{align-items:center}.available_p1{font-size:12px;font-weight:400;text-align:center;margin-top:12px}.store-icons{justify-content:center;gap:10px;margin-top:8px}.store-icons img{width:24px;height:24px}}@media(max-width:480px)and (min-width:381px){.lp-header .lp-logo{width:44px;height:38px}.lp-brand-text .lp-name{font-size:14px}.lp-btn{padding:5px 8px;font-size:11px}.lp-logo2 img{width:164px;height:164px;margin-top:-50px}.lp-hero .lp-hero-title{font-size:42px}.hero-left-inner .lp-tag{font-size:clamp(11px,3vw,14px)}.culture-slider,.slide{height:200px}.hero-get-started{padding:14px 36px!important;font-size:16px!important;border-radius:12px}.footer-text .lp-name{font-size:14px}.contact_p1,.legal p{font-size:12px!important}.contact_p2,.footer-email,.legal a{font-size:10px!important}.copy_right,.copy_right2{font-size:8px}}@media(max-width:380px){.lp-header-inner{padding:0 6px}.lp-header .lp-logo{width:40px;height:35px}.lp-brand-text .lp-name{font-size:14px}.lp-btn{padding:4px 7px;font-size:10px}.lp-logo2 img{width:150px;height:150px;margin-top:-50px}.lp-hero .lp-hero-title{font-size:38px}.hero-left-inner .lp-tag{font-size:clamp(10px,2.8vw,13px)}.lp-subtitle{font-size:clamp(18px,5vw,22px)}.culture-slider,.slide{height:180px}.info-slide h3{font-size:13px}.info-slide p{font-size:11px}.why-item h3{font-size:12px}.why-item p{font-size:11px}.footer-text .lp-name{font-size:13px}.copy_right,.copy_right2{font-size:9px}.footer-text .lp-name{font-size:14px}.hero-get-started{padding:12px 28px!important;font-size:16px!important;border-radius:12px}.contact_p1,.legal p{font-size:12px}.contact_p2,.footer-email,.legal a{font-size:10px!important}.copy_right,.copy_right2{font-size:8px}}@media(min-width:767px)and (max-width:1023px){.about-couple{width:100%;max-width:720px}.about-right p{padding-top:30px;padding-bottom:10px}.about-header{padding-left:10px}.culture-header{margin-top:-10px!important;padding-left:10px!important}.why-top{padding-left:10px!important}.lp-title{font-size:13px!important;margin:0 0 6px 10px!important;text-align:left!important}.lp-line{margin:8px 0 14px 1px!important;width:26px!important}.lp-subtitle{font-size:36px!important;line-height:1.15!important;max-width:85%!important;margin:4px 0 20px 65px!important}}@media(min-width:1022px)and (max-width:1300px){.lp-about{padding-left:22px;padding-right:22px}.culture-header{margin-top:20px!important;padding-left:2px!important}.lp-title{font-size:13px!important;margin:0 0 6px 10px!important;text-align:left!important}.lp-line{margin:8px 0 14px 1px!important;width:26px!important}.lp-subtitle{font-size:36px!important;line-height:1.15!important;max-width:85%!important;margin:4px 0 20px 65px!important}.why-top{padding-left:2px!important}.about-couple{width:100%;max-width:470px;height:auto}.culture-animated{grid-template-columns:1fr 1fr;align-items:center;gap:20px}.culture-slider{width:100%;max-width:100%;height:450px;transform:translate(8px)}.slide{width:100%;height:450px;overflow:hidden;border-radius:12px}.slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.culture-info-panel{width:100%;min-height:450px;height:450px;padding:22px;overflow:hidden;transform:translate(-8px)}.info-slide{top:4px;left:28px;width:calc(100% - 36px);padding-right:14px;transform:translate(100%)}.info-slide.active{transform:translate(0)}.info-slide.exit{transform:translate(-100%)}.info-slide h3{font-size:22px;margin-bottom:14px}}@media(min-width:1512px){.lp-about-inner,.culture-animated,.about-header,.culture-header{max-width:1380px}.culture-header,.why-top{margin-left:-8px!important}.about-header{margin-left:5px!important}.lp-about{padding-bottom:80px}.lp-culture{margin-top:20px}.lp-about-inner{gap:40px}.culture-animated{grid-template-columns:50% 50%;gap:40px}.about-couple{width:100%;max-width:680px}.culture-slider{max-width:680px;width:100%;height:430px}.slide{height:430px}.culture-info-panel{width:100%;max-width:680px;min-height:430px}}@media screen and (max-width:399px){.lp-title{font-size:11px!important;letter-spacing:2px!important;margin:0 0 4px 5px!important;text-align:left!important}.lp-line{width:22px!important;margin:6px 0 10px -18px!important}.lp-subtitle{font-size:26px!important;line-height:1.2!important;max-width:100%!important;margin:4px 0 15px 40px!important;text-align:left!important}.about-header,.culture-header,.why-top{padding-left:24px!important}}@media screen and (min-width:400px)and (max-width:767px){.lp-title{font-size:12px!important;letter-spacing:2.5px!important;margin:0 0 5px 8px!important;text-align:left!important}.lp-line{width:24px!important;margin:8px 0 12px -10px!important}.lp-subtitle{font-size:30px!important;line-height:1.15!important;max-width:90%!important;margin:4px 0 18px 55px!important;text-align:left!important}.about-header,.culture-header,.why-top{padding-left:24px!important}}.app-btn{width:240px;height:58px;font-size:20px;font-weight:600;border-radius:12px;cursor:pointer;margin-top:16px}.app-landing{min-height:100vh;background:url(/assets/hero-BQyKrDQD.webp) center center/cover no-repeat;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.app-landing:before{content:"";position:absolute;inset:0;background:#ffffff59}.app-content{position:relative;z-index:2;text-align:center;padding:20px;max-width:90%}.app-logo{height:auto;width:180px;margin-bottom:50px}.app-title{font-family:UnifrakturMaguntia,cursive;margin:0;line-height:.98;color:#a50d0d;display:block;font-size:30px;font-weight:700}.app-tag{font-size:20px;color:#8b0000;font-weight:400;margin-top:15px;margin-bottom:20px}.app-desc{color:#0a0909;line-height:1.45;max-width:500px;font-weight:500;font-size:clamp(11px,2.2vw,15px);margin:6px auto 12px;text-align:center}.app-buttons{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:40px}.app-btn{width:250px;height:58px;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer}.app-btn-primary{background:#8b0029;color:#fff;border:none}.app-btn-login{background:transparent;color:#8b0029;border:2px solid #8b0029}.app-btn-login:hover{background:#8b002914}@media(max-width:1024px)and (min-width:769px){.app-logo{width:170px}.app-title{font-size:30px}.app-tag{font-size:20px}.app-desc{max-width:500px;font-size:15px}.app-btn{width:250px;height:58px}}@media(max-width:768px)and (min-width:481px){.app-logo{width:180px}.app-title{font-size:36px}.app-tag{font-size:18px}.app-desc{max-width:340px;font-size:14px}.app-buttons{margin-top:45px}.app-btn{width:240px;height:56px;font-size:17px}}@media(max-width:480px)and (min-width:381px){.app-logo{width:150px;margin-bottom:35px}.app-title{font-size:30px}.app-tag{font-size:18px;line-height:1.4}.app-desc{max-width:300px;font-size:14px;line-height:1.5}.app-buttons{margin-top:50px}.app-btn{width:240px;height:54px;font-size:17px}}@media(max-width:380px){.app-logo{width:130px;margin-bottom:30px}.app-title{font-size:28px}.app-tag{font-size:16px;line-height:1.4}.app-desc{max-width:320px;font-size:13px;line-height:1.5}.app-buttons{margin-top:45px}.app-btn{width:220px;height:50px;font-size:16px}}.tm-overlay{position:fixed;inset:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-overflow-scrolling:touch}.tm-card{width:100%;max-width:800px;max-height:85vh;background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0206174d;font-family:Poppins,sans-serif;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06);box-sizing:border-box}.tm-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.tm-header h3{font-size:26px;font-weight:700;color:#7a0f0f;margin:0}.tm-close{font-size:26px;cursor:pointer;color:var(--accent);transition:.2s;background:transparent;border:none;line-height:1;padding:6px;border-radius:6px}.tm-close:hover{transform:scale(1.1)}.tm-close:focus{outline:2px solid rgba(122,15,15,.12);outline-offset:2px}.tm-content{flex:1;overflow-y:auto;padding:20px 24px;font-size:14px;line-height:1.7;background:#fff;color:#374151}.tm-content ol{padding-left:18px;margin:0;display:flex;flex-direction:column;gap:8px;list-style-position:outside}.tm-content li{text-align:justify;color:#374151;margin-bottom:4px;line-height:1.5;padding-left:0}.tm-content li strong{color:#000;font-weight:600;margin-bottom:2px}.tm-content li::marker{color:#000;font-weight:600}.tm-content li span{display:block;margin-top:2px;line-height:1.5}.tm-content::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}@media(min-width:1400px){.tm-card{max-width:1000px}.tm-header{padding:20px 28px;font-size:22px}.tm-content{padding:24px 32px;font-size:15px;line-height:1.8}}@media(max-width:1200px){.tm-overlay{padding:18px}.tm-card{max-width:900px;max-height:calc(100vh - 40px);border-radius:12px}.tm-header{padding:18px 20px;font-size:20px}.tm-content{padding:20px 22px;font-size:14px;line-height:1.7}}@media(max-width:1024px){.tm-overlay{padding:16px}.tm-card{max-width:760px;max-height:calc(100vh - 36px);border-radius:10px}.tm-header{padding:16px 18px;font-size:18px}.tm-close{font-size:24px;padding:6px}.tm-content{padding:16px 18px;font-size:14px;line-height:1.65}.tm-content ol{gap:12px;padding-left:16px}}@media(max-width:768px){.tm-overlay{padding:14px}.tm-card{max-width:640px;max-height:calc(100vh - 32px);border-radius:10px}.tm-header{padding:14px 16px;font-size:17px}.tm-close{font-size:22px}.tm-content{padding:14px 16px;font-size:14px;line-height:1.6;text-align:left}.tm-content ol{gap:12px;padding-left:14px}}@media(max-width:640px){.tm-overlay{padding:12px}.tm-card{max-width:520px;max-height:calc(100vh - 28px);border-radius:10px}.tm-header{padding:12px 14px;font-size:16px}.tm-close{font-size:20px}.tm-content{padding:12px 14px;font-size:13px;line-height:1.55;text-align:left}.tm-content ol{gap:10px;padding-left:14px}}@media(max-width:480px){.tm-overlay{padding:10px;align-items:flex-start}.tm-card{width:100%;max-width:420px;max-height:calc(100vh - 20px);border-radius:8px}.tm-header{padding:10px 12px;font-size:15px}.tm-close{font-size:18px}.tm-content{padding:10px 12px;font-size:13px;line-height:1.5;text-align:left}.tm-content ol{gap:8px;padding-left:12px}.tm-content li{font-size:13px}}@media(max-width:360px){.tm-overlay{padding:8px;align-items:flex-start}.tm-card{width:100%;max-width:360px;max-height:calc(100vh - 16px);border-radius:6px}.tm-header{padding:8px 10px;font-size:14px}.tm-close{font-size:18px}.tm-content{padding:8px 10px;font-size:12px;line-height:1.45;text-align:left}.tm-content ol{gap:6px;padding-left:10px}.tm-content li{font-size:12px}}@media(max-height:420px)and (max-width:420px){.tm-card{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.tm-header,.tm-content{padding:10px}}.tm-close,.tm-card a,.tm-card button{min-height:40px;min-width:40px}.tm-content::-webkit-scrollbar{width:6px}.tm-content::-webkit-scrollbar-thumb{background:#0000002e;border-radius:8px}.pm-overlay{position:fixed;inset:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-overflow-scrolling:touch}.pm-card{width:100%;max-width:800px;max-height:85vh;background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0206174d;font-family:Poppins,sans-serif;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06);box-sizing:border-box}.pm-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.pm-header h3{font-size:26px;font-weight:700;color:#7a0f0f;margin:0}.pm-close{font-size:26px;cursor:pointer;color:var(--accent);transition:.2s;background:transparent;border:none;line-height:1;padding:6px;border-radius:6px}.pm-close:hover{transform:scale(1.1)}.pm-close:focus{outline:2px solid rgba(122,15,15,.12);outline-offset:2px}.pm-content{flex:1;overflow-y:auto;padding:20px 24px;font-size:14px;line-height:1.7;background:#fff;color:#374151}.pm-content ol{padding-left:18px;margin:0;display:flex;flex-direction:column;gap:8px;list-style-position:outside}.pm-content li{text-align:justify;color:#374151;margin-bottom:4px;line-height:1.5;padding-left:0}.pm-content li strong{color:#000;font-weight:600;margin-bottom:2px}.pm-content li::marker{color:#000;font-weight:600}.pm-content li span{display:block;margin-top:2px;line-height:1.5}.pm-content::-webkit-scrollbar-thumb{background:#0003;border-radius:8px}@media(min-width:1200px){.pm-card{max-width:1000px;padding:0}.pm-header{padding:20px 28px;font-size:22px}.pm-content{padding:22px 28px;font-size:15px;line-height:1.75}}@media(max-width:1024px){.pm-overlay{padding:18px}.pm-card{max-width:760px;max-height:calc(100vh - 40px);border-radius:10px}.pm-header{padding:16px 18px;font-size:18px}.pm-close{font-size:24px;padding:6px}.pm-content{padding:18px 20px;font-size:14px;line-height:1.65}}@media(max-width:768px){.pm-overlay{padding:14px}.pm-card{max-width:640px;max-height:calc(100vh - 32px);border-radius:10px}.pm-header{padding:14px 16px;font-size:17px}.pm-close{font-size:22px}.pm-content{padding:14px 16px;font-size:14px;line-height:1.6;text-align:left}.pm-content ol{gap:12px;padding-left:16px}}@media(max-width:640px){.pm-overlay{padding:12px}.pm-card{max-width:520px;max-height:calc(100vh - 28px);border-radius:10px}.pm-header{padding:12px 14px;font-size:16px}.pm-close{font-size:20px}.pm-content{padding:12px 14px;font-size:13px;line-height:1.55;text-align:left}.pm-content ol{gap:10px;padding-left:14px}}@media(max-width:480px){.pm-overlay{padding:10px;align-items:flex-start}.pm-card{width:100%;max-width:420px;max-height:calc(100vh - 20px);border-radius:8px}.pm-header{padding:10px 12px;font-size:15px}.pm-close{font-size:18px}.pm-content{padding:10px 12px;font-size:13px;line-height:1.5;text-align:left}.pm-content ol{gap:8px;padding-left:12px}.pm-content li{font-size:13px}}@media(max-width:360px){.pm-overlay{padding:8px;align-items:flex-start}.pm-card{width:100%;max-width:360px;max-height:calc(100vh - 16px);border-radius:6px}.pm-header{padding:8px 10px;font-size:14px}.pm-close{font-size:18px}.pm-content{padding:8px 10px;font-size:12px;line-height:1.45;text-align:left}.pm-content ol{gap:6px;padding-left:10px}.pm-content li{font-size:12px}}@media(max-height:420px)and (max-width:420px){.pm-card{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.pm-header,.pm-content{padding:10px}}.pm-close,.pm-card a,.pm-card button{min-height:40px;min-width:40px}.pm-content::-webkit-scrollbar{width:6px}.pm-content::-webkit-scrollbar-thumb{background:#0000002e;border-radius:8px}:root{--accent: #c53a50;--accent-dark: #a02b3b;--card-bg: rgba(255,255,255,.94);--muted-bg: linear-gradient(180deg, #fff6f7 0%, #fff 100%);--input-border: #d6d6d6;--radius: 14px;--shadow: 0 18px 40px rgba(0,0,0,.12);--max-card-width: 370px;--gap: 12px;--text: #222}.landing-page{font-family:Poppins,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background:var(--muted-bg);padding:20px;overflow:hidden}.landing-bg{position:absolute;inset:0;width:100%;height:100%;z-index:0;background-repeat:no-repeat;background-position:center center;background-size:cover;filter:blur(2px) brightness(.7);pointer-events:none}.landing-card{position:relative;z-index:2;width:100%;max-width:var(--max-card-width);padding:22px;border-radius:var(--radius);background:#ffffff7e;box-shadow:0 12px 32px #0000002e;text-align:center;display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);border:1px solid rgba(255,255,255,.25)}.landing-logo{width:180px;height:160px;object-fit:cover;border-radius:10px;margin:0 auto;display:block}.landing-title{margin:6px 0 12px;font-size:40px;font-family:UnifrakturMaguntia,cursive;color:#a50d0d;letter-spacing:.6px}.landing-input-wrap{position:relative;width:100%}.landing-input{width:100%;height:44px;padding:0 44px 0 14px;border-radius:10px;border:1px solid var(--input-border);font-size:14px;color:var(--text);background:#fff;box-sizing:border-box;margin-top:4px}.landing-input2{width:100%;height:44px;padding:0 44px 0 14px;border-radius:10px;border:1px solid var(--input-border);font-size:14px;color:var(--text);background:#fff;box-sizing:border-box}.landing-input:focus,.landing-input2:focus{outline:none;border-color:var(--accent);box-shadow:0 6px 18px #c53a5014}.info-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--accent-dark);font-size:16px;padding:6px;border-radius:6px}.info-icon:focus{outline:2px solid rgba(197,58,80,.18)}.tooltip{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;padding:10px;border-radius:8px;box-shadow:0 8px 24px #0000001f;font-size:13px;text-align:left;z-index:5}.tooltip ul{margin:8px 0 0 16px;padding:0}.strength-wrap{width:100%;text-align:left;margin-top:6px;display:flex;align-items:center;gap:8px}.strength-bar{height:6px;width:0%;border-radius:6px;transition:width .22s ease,background .22s ease;flex:1 1 auto;background:#eee}.strength-label{font-size:12px;min-width:56px;text-align:right}.show-password-row{display:flex;justify-content:center;margin-top:6px}.show-password-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#444}.checkbox{width:18px;height:18px;accent-color:var(--accent)}.primary-btn{width:100%;padding:12px 14px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;margin-top:8px;box-shadow:0 8px 20px #c53a501f}.otp-btn-row{display:flex;gap:10px;margin-top:12px}.resend-btn,.verify-btn{flex:1;padding:10px 12px;font-size:14px;margin-top:0!important;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 8px 20px #c53a501f;border-radius:10px}.resend-btn:disabled{opacity:.5;filter:grayscale(10%);cursor:not-allowed;transform:none!important;pointer-events:none}.primary-btn:hover:not(:disabled),.primary-btn:focus{transform:translateY(-4px);box-shadow:0 14px 36px #c53a5029}.primary-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 6px 16px #c53a501a}.primary-btn:disabled{opacity:.6;box-shadow:none}.switch-row{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:8px}.switch-text{font-size:14px;color:#591616;margin:0}.link{cursor:pointer;color:#340101;font-weight:600;font-size:14px;margin:0}.otp-row{display:flex;justify-content:center;align-items:center;gap:8px;margin:4px 0 4px 15px}.otp-box{width:44px;height:48px;font-size:18px;text-align:center;border-radius:8px;border:1px solid var(--input-border);background:#fff}.otp-box:focus{outline:none;border-color:var(--accent);box-shadow:0 6px 18px #c53a5014}.landing-inputError{border:2px solid #e74c3c;box-shadow:0 0 6px #e74c3c80}.landing-inputSuccess{border:2px solid #27ae60;box-shadow:0 0 6px #27ae6080}.msg{margin:0 45px 4px;font-size:14px;line-height:1.2}.msg.error{color:#c62828}.msg.info{color:#eef3ee}@media(max-width:420px){:root{--max-card-width: 340px}.landing-card{padding:20px;border-radius:12px}.landing-input{padding-right:40px}.tooltip{right:-6px;left:6px;width:calc(100% - 12px)}.otp-box{width:40px;height:44px}}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin-top:2px;background:transparent;border:none;padding:6px;cursor:pointer;color:var(--accent-dark);display:flex;align-items:center;justify-content:center;z-index:4}.toggle-password-inline,.toggle-password2-inline,.toggle-password3-inline{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;color:#444;font-size:13px;padding:6px 8px;border-radius:8px}.toggle-password-inline:focus,.toggle-password2-inline:focus,.toggle-password3-inline:focus{outline:2px solid rgba(197,58,80,.12);box-shadow:0 4px 12px #c53a500f}.eye-icon,.eye-inline{display:block;color:var(--accent-dark);width:20px;height:20px}.toggle-password.open .eye-closed,.toggle-password-inline.open .eye-closed,.toggle-password2.open .eye-closed,.toggle-password2-inline.open .eye-closed,.toggle-password3.open .eye-closed,.toggle-password3-inline.open .eye-closed{display:none}.toggle-password.closed .eye-closed,.toggle-password-inline.closed .eye-closed,.toggle-password.closed2 .eye-closed,.toggle-password2-inline.closed .eye-closed,.toggle-password.closed3 .eye-closed,.toggle-password3-inline.closed .eye-closed{display:block}.eye-icon path,.eye-icon circle,.eye-inline path,.eye-inline circle{stroke:currentColor;fill:none}@media(max-width:420px){.toggle-password,.toggle-password2,.toggle-password3{right:8px}.toggle-password-inline,.toggle-password2-inline,.toggle-password3-inline{gap:6px;font-size:12px;padding:6px}}.password-row{display:flex;align-items:center;width:100%;padding:0;margin:0}.password-row .landing-input-wrap{flex:1;min-width:0}.info-icon-wrap{position:relative;display:flex;align-items:center;flex-shrink:0;cursor:pointer;width:16px;margin-left:5px;margin-right:0}.info-icon-svg{color:var(--accent-dark);transition:color .2s}.info-icon-wrap:hover .info-icon-svg{color:var(--accent)}.info-tooltip{display:none;position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:12px;color:#333;white-space:nowrap;box-shadow:0 4px 12px #0000001a;z-index:10;pointer-events:none;text-align:left}.info-tooltip strong{display:block;margin-bottom:4px}.info-tooltip ul{margin:0;padding-left:6px}.info-tooltip li{margin:3px 0}.info-icon-wrap:hover .info-tooltip{display:block}.password-info-box{width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:12px;color:#333;text-align:left;box-sizing:border-box}.password-info-box strong{display:block;margin-bottom:5px}.password-info-box ul{margin:0;padding-left:16px}.password-info-box li{margin:3px 0}.tm-footer{padding:10px 0;border-top:1px solid rgba(2,6,23,.06);display:flex;flex-direction:column;gap:8px;box-sizing:border-box;width:100%}.tm-checkbox{font-size:13px;display:flex;align-items:flex-start;gap:8px;flex-wrap:nowrap;width:100%;text-align:left}.tm-checkbox input[type=checkbox]{flex-shrink:0;margin-top:3px;width:14px;height:14px;accent-color:var(--accent);cursor:pointer}.tm-checkbox label{font-size:12px;color:#333;line-height:1.5;text-align:left;flex:1}.terms-link{color:#c0392b;text-decoration:underline;cursor:pointer;font-weight:500}@media(max-width:640px){.tm-footer{padding:8px 0}.tm-checkbox{gap:6px}.tm-checkbox label{font-size:11px}}@media(max-width:420px){.tm-footer{padding:6px 0}.tm-checkbox{gap:6px}.tm-checkbox label{font-size:11px;line-height:1.4}.tm-checkbox input[type=checkbox]{width:13px;height:13px;margin-top:2px}}.hm-overlay{position:fixed;inset:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-overflow-scrolling:touch}.hm-card{width:100%;max-width:420px;background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0206174d;font-family:Poppins,sans-serif;max-height:calc(100vh - 40px)}.hm-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(2,6,23,.06);gap:12px}.hm-header h3{font-size:26px;font-weight:700;color:#7a0f0f;margin:0}.hm-close{font-size:24px;cursor:pointer;color:var(--accent);line-height:1;background:transparent;border:none;padding:6px;border-radius:6px}.hm-close:focus{outline:2px solid rgba(122,15,15,.12);outline-offset:2px}.hm-content{padding:16px;text-align:center;font-size:15px;line-height:1.6;color:#374151;overflow:auto}.hm-content strong{color:var(--accent)}.hm-email{color:var(--accent);font-weight:600;text-decoration:none}.hm-email:hover{text-decoration:underline}.hm-card button,.hm-card a{-webkit-tap-highlight-color:transparent}@media(max-width:1024px){.hm-card{max-width:420px;margin:0 12px;border-radius:10px;max-height:calc(100vh - 36px)}.hm-header{padding:10px 14px;font-size:18px}.hm-content{padding:14px;font-size:15px}.hm-close{font-size:22px;padding:6px}}@media(max-width:768px){.hm-overlay{padding:16px}.hm-card{max-width:380px;max-height:calc(100vh - 32px);border-radius:10px}.hm-header{padding:10px 12px;font-size:17px}.hm-content{padding:12px;font-size:14px;line-height:1.55}.hm-close{font-size:20px;padding:6px}}@media(max-width:640px){.hm-overlay{padding:12px}.hm-card{max-width:340px;max-height:calc(100vh - 28px);border-radius:10px}.hm-header{padding:10px 12px;font-size:16px}.hm-content{padding:12px;font-size:12px;line-height:1.5;text-align:center}.hm-content p{margin:0 0 10px}.hm-close{font-size:20px;padding:6px}}@media(max-width:480px){.hm-overlay{padding:10px}.hm-card{max-width:320px;max-height:calc(100vh - 24px);border-radius:8px}.hm-header{padding:8px 10px;font-size:15px}.hm-content{padding:10px;font-size:12px;line-height:1.45;text-align:center}.hm-close{font-size:18px;padding:6px}}@media(max-width:360px){.hm-overlay{padding:8px}.hm-card{max-width:300px;max-height:calc(100vh - 20px);border-radius:8px}.hm-header{padding:8px 10px;font-size:14px}.hm-content{padding:8px;font-size:10px;line-height:1.4;text-align:center}.hm-close{font-size:18px;padding:6px}}.hm-close,.hm-card a,.hm-card button{min-height:40px;min-width:40px}.hm-content::-webkit-scrollbar{height:6px;width:6px}.hm-content::-webkit-scrollbar-thumb{background:#02061714;border-radius:6px}html,body{height:auto;min-height:100%;overflow-y:auto}body{padding-bottom:70px;box-sizing:border-box}.page2{font-family:Poppins,sans-serif;background:#faf9f6;min-height:100vh;margin:0;color:#333;display:flex;flex-direction:column}.page2>.section{flex:1 0 auto}.page2>footer.lp-footer5{flex-shrink:0;margin-top:auto}.loading{text-align:center;padding:40px;font-size:16px;color:#777}.header1{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-left{display:flex;align-items:center;gap:10px;font-weight:600;color:#7a0f0f}.profile-pic{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #eee}.profile-pic-name{font-size:20px}.header-centerhome{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-177px}.home-logo{width:90px;height:60px;object-fit:contain;display:block}.home-title{font-family:UnifrakturMaguntia,cursive;font-size:30px;font-weight:700;letter-spacing:.8px;color:#a50d0d}.header-right{position:relative}.menu-icon{color:#7a221b;font-size:30px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px;border-radius:6px;transition:background .2s ease,transform .2s ease}.menu-icon:hover{transform:scale(1.1)}.dropdown{position:absolute;right:0;top:100%;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 6px 16px #00000026;margin-top:19px;margin-right:10px;z-index:10;min-width:200px;animation:fadeIn .3s ease}.menu-item{padding:12px 16px;cursor:pointer;font-size:14px!important;color:#0a0b0b;border-bottom:1px solid #eee;transition:background .2s ease,color .2s ease}.menu-item:hover{background:#f9f9f9;color:#c53a50}.menu-item2{padding:12px;cursor:pointer;font-size:14px!important;color:#0a0b0b;border-bottom:1px solid #eee;transition:background .2s ease,color .2s ease}.menu-item2:hover{background:#f9f9f9;color:#c53a50}.logout{color:#333;font-weight:600}.logout:hover{color:#c62828}.section{padding:20px}.section h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#444}.card-row{display:flex;gap:16px;flex-wrap:nowrap;overflow-x:auto;padding-top:8px;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.card-row::-webkit-scrollbar{display:none}.card{flex:0 0 160px;background:#fff;border-radius:10px;padding:16px;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #eee;min-height:140px;min-width:110px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.card:hover{transform:translateY(-4px);box-shadow:0 6px 14px #000000b3;border:1px solid #c53a50}.card-img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:12px;border:2px solid #eee}.card-name{font-weight:600;font-size:16px;margin-bottom:6px;color:#b73229}.card-detail,.card .details{font-size:13px;color:#666}.footer-item{display:flex;flex-direction:column;align-items:center;padding:8px;cursor:pointer;color:#666;transition:color .2s ease,transform .2s ease}.active-footer{color:#c53a50;font-weight:600}.footer-icon{font-size:20px;margin-bottom:4px}.seeall-card-inline{display:flex;align-items:center;justify-content:center;border-radius:10px;padding:16px;text-align:center;min-height:180px;min-width:130px;background:linear-gradient(180deg,#fff0,#fafafa00);border:none;box-shadow:none;cursor:default;pointer-events:none}.seeall-inline-content{pointer-events:none;text-align:center}.seeall-card-inline .seeall-inline-count{font-size:18px;font-weight:700;color:#c53a50}.seeall-card-inline .seeall-inline-text{font-size:13px;color:#333;margin-top:6px}.seeall-inline-arrow{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#c53a5014;color:var(--accent, #c53a50);font-weight:700;cursor:pointer;margin-top:8px;transition:transform .14s ease,background .14s ease}.seeall-inline-arrow:hover,.seeall-inline-arrow:focus{transform:translateY(-3px);background:#c53a501f;outline:none}.seeall-card-inline,.card.seeall-card-inline{transition:none!important;transform:none!important;box-shadow:none!important;border:none!important;background:linear-gradient(180deg,#fff0,#fafafa00)!important}.seeall-card-inline:hover,.card.seeall-card-inline:hover{transform:none!important;box-shadow:none!important;border:none!important;background:linear-gradient(180deg,#fff0,#fafafa00)!important}.seeall-below{width:100%;margin-top:22px;display:flex;justify-content:center;align-items:center;gap:15px;text-align:center;font-weight:700;cursor:pointer;color:var(--primary-color, #c53a50);-webkit-user-select:none;user-select:none;outline:none;border-radius:20%}.seeall-below:hover,.seeall-below:focus{transform:scale(1.05)}.lp-footer5{background:#faf6ee;color:#e6eefc;padding:36px 20px 10px;margin-top:20px;flex-shrink:0}.lp-footer-inner5{max-width:var(--max-width, 1200px);margin:0 auto;display:flex;gap:24px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.lp-logo{width:95px;height:95px;padding:0;margin:0}.lp-logo img{width:100%;height:100%;object-fit:contain}.lp-logo5{width:95px;height:95px;padding:0;margin:0}.footer-brand5{display:flex;align-items:center;margin-bottom:0}.footer-text5 .lp-name5{color:#a50d0d;font-weight:700;font-family:UnifrakturMaguntia,cursive;font-size:clamp(16px,2.2vw,26px);letter-spacing:.6px}.footer-links5 a,.footer-links5 p{color:#0a0b0b;text-decoration:none;display:inline-block;margin-top:6px;cursor:pointer;font-size:12px}.footer-about5 p{margin:4px 3px 4px 0;color:#0a0b0b;font-size:12px}.footer-about5 a{text-decoration:none;color:#080808}.contact5-heading{margin-top:12px;color:#7a221b;font-size:16px;font-weight:400}.legal5 p{margin-top:12px;color:#7a221b;font-size:15px;font-weight:400;cursor:auto}.contact5-email-row{margin-top:12px;font-weight:500;font-size:14px;color:#0b0b0b;display:flex;align-items:center;gap:4px}.copy_right5{text-align:center;color:#080808;font-size:12px;margin-top:0;margin-bottom:0;margin-left:20px}.copy_right5-notice{margin-top:40px;font-size:12px;color:#0b0b0b;margin-bottom:0;margin-left:20px}.copy_right5-year{margin-top:0;font-size:12px;color:#0b0b0b;margin-bottom:0;margin-left:20px}.contact5 p{display:flex;font-size:14px;gap:8px;align-items:center;margin-left:0;margin-top:12px}.footer-email{color:#080808;text-decoration:none;margin-left:4px;font-size:14px}.footer-email:hover{text-decoration:underline}.legal5 a{display:flex;margin-top:0;font-size:14px;color:#080808;text-decoration:none;font-weight:500}.legal5 a:hover{transform:translateY(-3px)}.legal5{margin-right:45px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px)and (min-width:769px){.header1{padding:10px 16px;height:6rem!important}.profile-pic{width:50px;height:50px}.profile-pic-name{font-size:17px}.home-logo{width:70px;height:44px}.home-title{font-size:22px;letter-spacing:.4px}.header-centerhome{margin-left:-88px!important}.menu-icon{font-size:27px}.section{padding:16px}.section h3{font-size:17px}.card{flex:0 0 145px;min-width:105px;padding:14px}.card-img{width:85px;height:85px}.card-name{font-size:15px}.card-detail{font-size:12px}.seeall-below{font-size:14px;margin-top:18px}.dropdown{min-width:170px}.menu-item{font-size:12px!important;padding:9px 14px}.menu-item2{font-size:12px!important;padding:9px 12px}.lp-footer5{padding:16px 16px 12px}.footer-text5 .lp-name5{font-size:20px}.lp-logo{width:60px;height:60px}.copy_right5,.copy_right5-notice,.copy_right5-year{font-size:10px}.contact5 p{font-size:12px}.contact5-heading{font-size:14px}.contact5-email-row{font-size:12px}.legal5-heading{font-size:14px}.legal5 a{font-size:12px}}@media(max-width:768px)and (min-width:641px){.header1{padding:9px 12px;height:6rem!important}.profile-pic{width:44px;height:44px}.profile-pic-name{font-size:15px}.home-logo{width:65px;gap:2px}.home-title{font-size:22px}.header-centerhome{gap:12px;margin-left:-82px;margin-top:1px}.menu-icon{font-size:24px}.section{padding:12px}.section h3{font-size:16px}.card{flex:0 0 132px;min-width:98px;padding:12px}.card-img{width:75px;height:75px;margin-bottom:10px}.card-name{font-size:14px}.card-detail{font-size:12px}.seeall-below{font-size:13px;margin-top:14px}.seeall-card-inline{min-width:100px;min-height:160px;padding:12px}.seeall-inline-arrow{width:32px;height:32px}.dropdown{min-width:160px;margin-right:6px}.menu-item,.menu-item2{font-size:11px!important;padding:8px 12px}.lp-footer5{padding:14px 12px 12px}.lp-footer-inner5{gap:14px}.footer-text5 .lp-name5{font-size:18px}.lp-logo{width:65px;height:65px}.copy_right5,.copy_right5-notice,.copy_right5-year{font-size:8px}.contact5 p{font-size:10px}.contact5-heading{font-size:12px}.contact5-email-row{font-size:10px}.legal5-heading{font-size:12px}.legal5{margin-right:20px}.legal5 a{font-size:10px}}@media(max-width:640px)and (min-width:481px){.header1{padding:8px 10px;height:6rem!important}.profile-pic{width:42px;height:42px}.profile-pic-name{font-size:14px}.home-logo{width:60px;height:38px}.home-title{font-size:18px;letter-spacing:.4px}.header-center{gap:10px;margin-left:-74px;margin-top:1px}.menu-icon{font-size:23px;padding:4px}.section{padding:11px}.section h3{font-size:15px;margin-bottom:9px}.card{flex:0 0 118px;min-width:88px;padding:10px;min-height:130px}.card-img{width:68px;height:68px;margin-bottom:9px}.card-name{font-size:12px}.card-detail{font-size:11px}.seeall-below{font-size:13px;margin-top:12px;gap:12px}.seeall-card-inline{min-width:95px;min-height:148px;padding:11px}.seeall-inline-arrow{width:31px;height:31px}.seeall-card-inline .seeall-inline-count{font-size:16px}.seeall-card-inline .seeall-inline-text{font-size:11px}.dropdown{min-width:140px;margin-right:6px}.menu-item,.menu-item2{font-size:11px!important;padding:7px 10px}.lp-footer5{padding:10px 10px 12px;margin-top:10px}.lp-footer-inner5{flex-direction:column;align-items:center;text-align:center;gap:6px}.footer-brand5{flex-direction:row;align-items:center;justify-content:center;gap:8px}.footer-text5 .lp-name5{font-size:14px}.lp-logo{width:48px;height:48px}.copy_right5{font-size:8px;margin-top:8px}.copy_right5-notice{font-size:8px;margin-top:6px;margin-left:0}.copy_right5-year{font-size:8px}.contact5 p{font-size:10px;justify-content:center;margin-top:2px;margin-bottom:2px}.contact5-heading{font-size:12px;margin-top:4px;font-weight:400}.contact5-email-row{font-size:10px;margin-top:4px;justify-content:center}.legal5-heading{font-size:12px;margin-top:4px;font-weight:400}.legal5{margin-right:0}.legal5 a{font-size:10px;justify-content:center;margin-top:2px}.footer-links5 a,.footer-links5 p{font-size:10px;margin-top:2px}}@media(max-width:480px)and (min-width:381px){.header1{padding:8px}.profile-pic{width:36px;height:36px}.profile-pic-name{font-size:13px}.home-title{font-size:16px;letter-spacing:.3px}.header-centerhome{gap:8px;margin-left:-60px}.menu-icon{font-size:21px;padding:4px;margin-right:10px}.section{padding:10px}.section h3{font-size:14px;margin-bottom:8px}.card{flex:0 0 108px;min-width:82px;padding:9px;min-height:120px}.card-img{width:60px;height:60px;margin-bottom:8px}.card-name{font-size:11px}.card-detail{font-size:10px}.seeall-below{font-size:12px;margin-top:10px;gap:10px}.seeall-card-inline{min-width:88px;min-height:135px;padding:10px}.seeall-inline-arrow{width:29px;height:29px}.seeall-card-inline .seeall-inline-count{font-size:15px}.seeall-card-inline .seeall-inline-text{font-size:11px}.dropdown{min-width:125px;margin-right:4px}.menu-item{font-size:10px!important;padding:6px 8px}.menu-item2{font-size:10px!important;padding:6px 10px}.lp-footer5{padding:8px 8px 12px}.lp-footer-inner5{flex-direction:column;align-items:center;text-align:center;gap:6px}.footer-brand5{flex-direction:row;align-items:center;justify-content:center;gap:6px}.footer-text5 .lp-name5{font-size:14px}.lp-logo{width:30px;height:30px}.copy_right5{font-size:8px}.copy_right5-notice{font-size:8px;margin-left:0}.copy_right5-year{font-size:8px}.contact5 p{font-size:8px;justify-content:center;margin-top:2px}.contact5-heading{font-size:12px;margin-top:4px}.contact5-email-row{font-size:10px;margin-top:4px;justify-content:center}.legal5-heading{font-size:12px;margin-top:4px}.legal5{margin-right:0}.legal5 a{font-size:10px;justify-content:center}.footer-links5 a,.footer-links5 p{font-size:10px;margin-top:2px}}@media(max-width:380px){.header1{padding:6px}.profile-pic{width:34px;height:34px}.profile-pic-name{font-size:12px}.home-title{font-size:14px;letter-spacing:.2px}.header-centerhome{gap:6px;margin-left:-15px}.menu-icon{font-size:19px;padding:3px;margin-right:10px}.section{padding:8px}.section h3{font-size:13px;margin-bottom:7px}.card{flex:0 0 96px;min-width:76px;padding:8px;min-height:110px}.card-img{width:54px;height:54px;margin-bottom:7px}.card-name,.card-detail{font-size:10px}.seeall-below{font-size:11px;margin-top:8px;gap:8px}.seeall-card-inline{min-width:80px;min-height:120px;padding:8px}.seeall-inline-arrow{width:26px;height:26px}.seeall-card-inline .seeall-inline-count{font-size:14px}.seeall-card-inline .seeall-inline-text{font-size:10px}.dropdown{min-width:115px;margin-right:2px}.menu-item{font-size:9px!important;padding:5px 7px}.menu-item2{font-size:9px!important;padding:5px 10px}.lp-footer5{padding:6px 6px 12px}.lp-footer-inner5{flex-direction:column;align-items:center;text-align:center;gap:4px}.footer-brand5{flex-direction:row;align-items:center;justify-content:center;gap:4px}.footer-text5 .lp-name5{font-size:12px}.lp-logo{width:26px;height:26px}.copy_right5{font-size:6px}.copy_right5-notice{font-size:6px;margin-left:0}.copy_right5-year{font-size:6px}.contact5 p{font-size:8px;justify-content:center;margin-top:2px}.contact5-heading{font-size:10px;margin-top:2px}.contact5-email-row{font-size:8px;margin-top:2px;justify-content:center}.legal5-heading{font-size:10px;margin-top:2px}.legal5{margin-right:0}.legal5 a{font-size:8px;justify-content:center}.footer-links5 a,.footer-links5 p{font-size:8px;margin-top:2px}}@media(max-width:760px){.lp-footer-inner5{flex-direction:column;align-items:center;text-align:center;gap:12px;padding-bottom:8px}.footer-brand5{flex-direction:row;align-items:center;justify-content:center;gap:10px}.lp-logo{width:72px;height:72px}.footer-text5 .lp-name5{font-size:clamp(16px,4.5vw,22px)}.contact5 p{margin-left:0;justify-content:center;text-align:center;flex-wrap:wrap;word-break:break-word}.legal5{margin-right:0}.legal5 a{justify-content:center}.copy_right5-notice{margin-top:28px;margin-left:0;text-align:center}.copy_right5-year{margin-left:0;text-align:center}.contact5-email-row{justify-content:center;flex-wrap:wrap;word-break:break-all}}@media(min-width:1512px){.header-centerhome{margin-left:-12.2%!important}}@media screen and (max-width:1024px){.desktop-footer{display:none}}@media screen and (max-width:480px){.profile-pic-name,.home-title{display:none}.home-logo{width:62px!important;height:auto;margin-left:10%!important}}:root{--accent: #c53a50;--home-body-bg: #faf9f6}.allprofiles-container{height:100vh;overflow:hidden;background:var(--home-body-bg);color:#222;font-family:Poppins,sans-serif;box-sizing:border-box;padding-bottom:80px}.headerall{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centerall{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-82px;margin-top:1px}.allprofiles-toggle-wrapper{margin-top:.5rem;display:flex;justify-content:center;padding:12px;box-sizing:border-box}.switch{position:relative;display:inline-block;width:320px;height:44px;-webkit-user-select:none;user-select:none;cursor:pointer}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{position:absolute;inset:0;background-color:#dcdcdc;border-radius:28px;transition:background-color .2s ease;overflow:hidden;box-shadow:inset 0 1px #fff9}.slider .labels1{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:14px;font-weight:600;color:#444;pointer-events:none}.label-left1{color:#fff}.label-right1{color:#b73229}.slider .knob1{position:absolute;top:4px;left:3px;width:calc(50% - 8px);height:calc(100% - 8px);background:var(--accent);border-radius:24px;transition:transform .22s cubic-bezier(.2,.9,.2,1);box-shadow:0 4px 10px #0000001f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;z-index:2;overflow:hidden}.slider .knob1:before,.slider .knob1:after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .18s ease;white-space:nowrap}.slider .knob1:before{content:"Recently Joined";opacity:1}.slider .knob1:after{content:"Matches Found";opacity:0}.switch input:checked+.slider{background-color:#f1f1f2}.switch input:checked+.slider .knob1{transform:translate(100%)}.switch input:checked+.slider .knob1:before{opacity:0}.switch input:checked+.slider .knob1:after{opacity:1}.switch input:checked+.slider .labels1 .label-left1{color:#b73229}.switch input:checked+.slider .labels1 .label-right1{color:#fff}.switch input:not(:checked)+.slider .labels1 .label-left1{color:#fff}.switch input:not(:checked)+.slider .labels1 .label-right1{color:#b73229}.allprofiles-content{height:calc(100vh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 20px 20px;margin-top:0;box-sizing:border-box;-ms-overflow-style:auto;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06)}.allprofiles-card-row{display:grid;grid-template-columns:1fr;gap:15px}.profile-card,.allprofile-card1{background:#f2e9db;border-radius:12px;margin-bottom:25px;overflow:hidden;box-shadow:0 4px 14px #00000014;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;transition:transform .16s ease,box-shadow .16s ease;border:1px solid rgba(171,35,35,.04)}.profile-card:hover,.allprofile-card1:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014;border-color:var(--accent)}.profile-image-wrapper,.card-image-wrapper,.carousel-wrapper1{position:relative;width:100%;height:40vh;max-height:300px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.carousel-image1{display:block;object-fit:cover;object-position:center;height:100%;width:20%;position:relative;z-index:10;max-height:245px}.allprofile-actions{gap:8px;flex-wrap:nowrap;width:20rem;margin-left:40%;margin-bottom:15px;min-height:70px;display:flex;align-items:center;justify-content:center}.allprofile-actions .btn-primary,.allprofile-actions .btn-unsend,.allprofile-actions .btn-message,.allprofile-actions .btn-accept,.allprofile-actions .btn-reject{width:230px;height:44px;padding:0 16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:10px;font-size:15px;font-weight:600;white-space:nowrap;flex:0 0 220px}.btn-primary,.btn-unsend{width:230px;height:44px;padding:0 16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;border-radius:10px;font-weight:600;cursor:pointer;text-align:center}.btn-unsend{margin-bottom:-18px!important}.btn-primary{background:#e65100;color:#fff}.btn-unsend{background:linear-gradient(135deg,#d63b2f,#e65);color:#fff}.btn-disabled,.btn-primary[disabled]{flex:1 1 auto;padding:12px;background:#ccc;border:none;border-radius:10px;cursor:default;opacity:.9}.btn-accept{flex:1 1 auto;padding:12px;background:#2e7d32;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;text-align:center}.btn-reject{flex:1 1 auto;padding:12px;background:#c62828;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;text-align:center}.btn-message{flex:1 1 auto;padding:12px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.btn-primary,.btn-unsend,.btn-message,.btn-accept,.btn-reject{transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn-primary:hover,.btn-unsend:hover,.btn-message:hover,.btn-accept:hover,.btn-reject:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0000002e}.allprofile-card{padding-bottom:12px;min-height:180px;text-align:center}.allprofile-img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:12px auto 8px;border:2px solid #eee}.allprofile-name,.profile-name{font-weight:600;font-size:16px;margin-bottom:4px;margin-top:10px;color:#b73229;padding:0 14px}.allprofile-detail,.profile-detail{font-size:13px;color:#666;padding:0 14px 5px}.status-declined{color:#c62828;font-weight:700;padding:6px 8px;text-align:center}.loading-note{color:#777;padding:6px 0;text-align:center}.center-note{text-align:center;padding:24px;color:#666}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.switch{width:260px;height:40px}.slider .knob1{width:calc(50% - 8px);font-size:13px}.slider .knob1:before{content:"Recently Joined"}.slider .knob1:after{content:"Matches Found"}.carousel-wrapper{height:180px}.carousel-arrow{width:34px;height:34px;font-size:18px}.photo-count{padding:4px 8px;font-size:12px}.carousel-image.reduced-width{max-width:160px}}@media(max-width:360px){.carousel-arrow.left{left:6px}.carousel-arrow.right{right:6px}.photo-count{top:6px;right:6px;padding:3px 6px;font-size:11px}}@media(max-width:1024px){.headerall{width:100%;display:flex;height:6.8rem!important;align-items:center;justify-content:space-between;height:6rem!important;padding:6px 12px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerall{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;flex:1;margin-left:-14px!important;margin-top:1px}.allprofiles-container .allprofiles-toggle-wrapper{margin-top:.5rem;padding:10px}.allprofiles-container .switch{width:300px;height:42px}.allprofiles-container .slider .labels1,.allprofiles-container .slider .labels1>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.allprofiles-container .slider .knob1,.allprofiles-container .slider .knob1:before,.allprofiles-container .slider .knob1:after{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allprofiles-container .slider .labels1,.allprofiles-container .slider .knob1{font-size:13px}.allprofiles-container .slider .knob1:before,.allprofiles-container .slider .knob1:after{font-size:12px;padding:0 6px}.allprofiles-container .allprofiles-content{padding:18px;height:calc(100vh - 128px);margin-top:-10px!important}.allprofiles-container .profile-card,.allprofiles-container .allprofile-card1{border-radius:10px;margin-bottom:18px}.allprofiles-container .profile-image-wrapper,.allprofiles-container .card-image-wrapper,.allprofiles-container .carousel-wrapper1{height:34vh;max-height:260px}.allprofiles-container .carousel-image1{width:20%;height:100%;max-height:260px!important;object-fit:cover;object-position:center;display:block}.allprofiles-container .profile-image-wrapper img,.allprofiles-container .card-image-wrapper img,.allprofiles-container .carousel-wrapper1 img{width:auto;max-width:60%;height:100%;object-fit:cover;object-position:center;display:block;margin-left:auto;margin-right:auto}.allprofiles-container .allprofile-name,.allprofiles-container .profile-name{font-size:15px}.allprofiles-container .allprofile-detail,.allprofiles-container .profile-detail{font-size:13px}.allprofiles-container .allprofile-actions{width:auto;margin-left:4px!important;justify-content:center}.allprofile-actions .btn-primary,.allprofile-actions .btn-message,.allprofile-actions .btn-unsend,.allprofile-actions .btn-accept,.allprofile-actions .btn-reject{width:170px;height:42px;padding:0 12px;box-sizing:border-box;white-space:nowrap;flex:0 0 170px}}@media(max-width:760px){.headerall{padding:8px 10px;height:4.4rem!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centerall{gap:10px;margin-left:-25px!important;margin-top:1px!important}.allprofiles-container .allprofiles-toggle-wrapper{margin-top:.5rem;padding:8px}.allprofiles-container .switch{width:240px;height:40px}.allprofiles-container .slider .labels1,.allprofiles-container .slider .labels1>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allprofiles-container .slider .labels1{font-size:12px;padding:0 8px}.allprofiles-container .slider .knob1{font-size:12px;padding-left:6px;padding-right:6px}.allprofiles-container .slider .knob1:before,.allprofiles-container .slider .knob1:after{font-size:11px;padding:0 6px}.allprofiles-container .allprofiles-content{padding:14px;height:calc(100vh - 120px)}.allprofiles-container .profile-card,.allprofiles-container .allprofile-card1{padding:10px;border-radius:10px;min-height:auto}@media(max-width:420px){.allprofiles-container .profile-image-wrapper,.allprofiles-container .card-image-wrapper,.allprofiles-container .carousel-wrapper1{height:36vh;max-height:240px}}.allprofiles-container .allprofile-img{width:80px;height:80px;margin:10px auto 6px}.allprofiles-container .allprofile-name,.allprofiles-container .profile-name{font-size:14px;padding-left:12px;padding-right:12px}.allprofiles-container .allprofile-detail,.allprofiles-container .profile-detail{font-size:12px;padding:0 12px 6px}.allprofiles-container .allprofile-actions{width:100%;margin-left:0;display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.allprofiles-container .allprofile-actions .btn-primary,.allprofiles-container .allprofile-actions .btn-accept,.allprofiles-container .allprofile-actions .btn-reject,.allprofiles-container .allprofile-actions .btn-message,.allprofiles-container .allprofile-actions .btn-unsend{max-width:190px;padding:8px;font-size:13px}.allprofiles-container .btn-primary,.allprofiles-container .btn-message,allprofiles-container .btn-unsend{padding:10px}}@media(max-width:460px){.allprofiles-container .messages-topbar{height:3.4rem}.allprofiles-container .topbar-title{font-size:14px}.allprofiles-container .switch{width:200px;height:36px}.allprofiles-container .slider .labels1,.allprofiles-container .slider .knob1{font-size:11px}.allprofiles-container .profile-image-wrapper,.allprofiles-container .card-image-wrapper,.allprofiles-container .carousel-wrapper1{height:28vh;max-height:180px}.allprofiles-container .carousel-image1,.allprofiles-container .profile-image-wrapper img,.allprofiles-container .card-image-wrapper img,.allprofiles-container .carousel-wrapper1 img{object-fit:cover;object-position:top center}.allprofiles-container .allprofile-img{width:64px;height:64px}.allprofiles-container .allprofile-name,.allprofiles-container .profile-name{font-size:13px}.allprofiles-container .allprofile-detail,.allprofiles-container .profile-detail{font-size:11.5px}.allprofiles-container .allprofile-actions{width:100%;display:flex;justify-content:center;align-items:center;margin-top:14px;margin-bottom:12px;margin-left:2px!important}.allprofiles-container .allprofile-actions .btn-primary,.allprofiles-container .allprofile-actions .btn-accept,.allprofiles-container .allprofile-actions .btn-reject,.allprofiles-container .allprofile-actions .btn-message,.allprofiles-container .allprofile-actions .btn-unsend{width:140px;max-width:140px;height:35px;padding:0 14px;font-size:14px;font-weight:600;border-radius:10px;display:flex;align-items:center;justify-content:center;white-space:nowrap}}@media(max-width:390px){.allprofiles-container .messages-topbar .topbar-title{font-size:14px}.allprofiles-container .profile-image-wrapper,.allprofiles-container .card-image-wrapper,.allprofiles-container .carousel-wrapper1{height:22vh;max-height:140px}.allprofiles-container .allprofile-img{width:56px;height:56px}.allprofiles-container .allprofile-name,.allprofiles-container .profile-name{font-size:12px}.allprofiles-container .allprofile-detail,.allprofiles-container .profile-detail{font-size:10.5px}.allprofiles-container .allprofile-actions .btn-primary,.allprofiles-container .allprofile-actions .btn-accept,.allprofiles-container .allprofile-actions .btn-reject,.allprofiles-container .allprofile-actions .btn-message,.allprofiles-container .allprofile-actions .btn-unsend{max-width:120px;padding:6px 8px;font-size:11px}}@media(max-width:760px){.allprofiles-container .switch{width:250px;height:40px}.allprofiles-container .slider{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.allprofiles-container .slider .labels1{padding:0 14px;font-size:11px;font-weight:600}.allprofiles-container .slider .knob1{width:calc(50% - 6px);height:calc(100% - 6px);top:3px;left:3px;border-radius:22px;font-size:11px}.allprofiles-container .slider .knob1:before,.allprofiles-container .slider .knob1:after{width:100%;text-align:center;font-size:11px;padding:0 4px}.switch input:checked+.slider .knob1{transform:translate(calc(100% + 1px))}}@media(min-width:768px)and (max-width:1024px){.allprofiles-container .allprofile-actions .btn-primary,.allprofiles-container .allprofile-actions .btn-accept,.allprofiles-container .allprofile-actions .btn-reject,.allprofiles-container .allprofile-actions .btn-message,.allprofiles-container .allprofile-actions .btn-unsend{max-width:190px;padding:8px;font-size:16px}}@media(min-width:1512px){.allprofiles-container .allprofile-actions .btn-primary,.allprofiles-container .allprofile-actions .btn-accept,.allprofiles-container .allprofile-actions .btn-reject,.allprofiles-container .allprofile-actions .btn-message,.allprofiles-container .allprofile-actions .btn-unsend{max-width:250px!important;width:100%;padding:8px;font-size:16px}.allprofile-actions{margin-left:41%}.allprofiles-container .carousel-image1{width:20%;height:100%;max-height:300px!important;object-fit:cover;object-position:center;display:block}}@media(min-width:1400px)and (max-width:1500px){.allprofiles-container .carousel-image1{max-height:300px!important}}@media(min-width:1000px)and (max-width:1025px){.headerall{height:6.8rem!important}.header-centerall{margin-left:-85px!important;margin-top:-1px}}.about-word-count{margin-top:-10px;font-size:12px;color:#6b7280;font-weight:500}.page1{position:relative;z-index:1;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 20px;color:var(--text);background:transparent}.page1:before{content:"";position:fixed;inset:0;background-image:url(/assets/bg4-Brr_CpIH.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(2px) brightness(.7);z-index:0;pointer-events:none}.card1{position:fixed;top:56.8%;left:24%;transform:translate(-50%,-50%);width:100%;max-width:var(--card-max);max-height:84vh;background:#fff9fa;border-radius:calc(var(--radius) + 4px);padding:32px 32px 0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden;box-sizing:border-box;margin:0;z-index:999}.card1::-webkit-scrollbar{display:none}.card1{-ms-overflow-style:none;scrollbar-width:none}.title1{text-align:center;color:var(--accent);margin:0 0 18px;font-size:24px;font-weight:700;font-family:var(--font-sans)}.form-inner1{width:100%;max-width:var(--form-inner-max);height:100%;max-height:58vh;margin:0 auto;box-sizing:border-box;max-height:calc(78vh - 70px);overflow-y:auto!important;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#41414215,#faf7f4);padding:10px;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06)}.form-inner1::-webkit-scrollbar{width:6px}.form-inner1::-webkit-scrollbar-track{margin-top:28px;margin-bottom:28px;border-radius:20px}.profile-form{font-family:var(--font-sans);color:var(--text)}.profile-form .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;align-items:start}.field{display:flex;flex-direction:column;gap:0px}.field.age{align-items:flex-start}.field .label{font-size:16px;margin-bottom:5px}.label{font-size:16px;font-weight:600;color:var(--muted-text);font-family:var(--font-sans)}.input-field,input.input-field,select.input-field,textarea.input-field{width:100%;min-height:40px;padding:10px 0 5px 12px;border-radius:8px;border:1px solid var(--input-border);background:var(--input-bg);font-size:1rem;color:var(--text);box-sizing:border-box;outline:none;font-family:var(--font-sans)}textarea.input-field{min-height:96px;resize:vertical}.input-field:focus,input.input-field:focus,select.input-field:focus,textarea.input-field:focus{border-color:var(--accent);box-shadow:0 6px 18px #7a00200f}.input-field[disabled]{background:#f6f6f6;color:#00000073;cursor:not-allowed}.age-value{font-weight:700;padding:5px 12px;border-radius:8px;background:#fafafa;border:1px dashed rgba(0,0,0,.06);min-width:84px;color:var(--text)}.actions{margin-top:18px;display:flex;justify-content:flex-end;gap:12px}.button,button{font-family:var(--font-sans);padding:10px 14px;border-radius:8px;border:none;cursor:pointer}.button:disabled,button:disabled{cursor:not-allowed!important}.button.primary,button.primary{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;font-weight:700;max-width:320px}.button.secondary,button.secondary{background:linear-gradient(135deg,#992a22,#d63b2f);border:1px solid var(--input-border);color:var(--text);font-weight:600}.error{color:var(--error);text-align:center;margin-top:10px;font-size:14px}.age-error{color:red}@media(max-width:920px){.card1{padding:22px}.two-cols{grid-template-columns:1fr}}@media(max-width:640px){.card1{padding:16px}.profile-form .grid{grid-template-columns:1fr;gap:12px}.field.full{grid-column:auto}.actions{justify-content:stretch}.button{width:100%}.two-cols{grid-template-columns:1fr}.form-inner{padding-bottom:28px}.about-word-count{font-size:10px;color:#6b7280;font-weight:500;margin-top:4px}}@media(prefers-reduced-motion:reduce){.card1,.selected-tag,.button{transition:none!important;animation:none!important;transform:none!important}}.profile-form select.input-field,.card1 select.input-field,select.input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%236b6b6b' d='M7 10L0 0h14z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 10px;padding-right:36px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .08s ease;color:var(--text);background-color:var(--input-bg);border:1px solid var(--input-border);border-radius:8px}select.input-field::-ms-expand{display:none}.profile-form select.input-field option[value=""],select.input-field option[value=""]{color:var(--muted-text)}.profile-form select.input-field:hover,.card1 select.input-field:hover,select.input-field:hover{border-color:#7a00202e}.profile-form select.input-field:focus,.card1 select.input-field:focus,select.input-field:focus{border-color:var(--accent);box-shadow:0 6px 18px #7a00200f;outline:none}.profile-form select.input-field[disabled],.card1 select.input-field[disabled],select.input-field[disabled]{background:#f6f6f6;color:#00000073;cursor:not-allowed;background-image:none}@media(max-width:640px){.profile-form select.input-field,.card1 select.input-field,select.input-field{background-position:right 10px center;padding-right:34px}}.profile-form select.input-field.small,.card1 select.input-field.small,select.input-field.small{min-height:32px;padding:8px 10px;background-position:right 10px center}:root{--card-min-width: 320px;--card-max-width: 900px;--card-gap: 24px}html{font-size:clamp(13px,1vw + 10px,16px)}@media(min-width:1600px){.card1{width:min(70vw,1100px);padding:40px}.profile-form .grid{gap:18px 22px}.title1{font-size:28px}}@media(min-width:1280px)and (max-width:1599px){.card1{width:min(76vw,980px);padding:34px}.profile-form .grid{grid-template-columns:repeat(2,1fr);gap:16px 20px}.title1{font-size:26px}.about-word-count{font-size:10px;font-weight:500;margin-top:4px}}@media(min-width:1027px)and (max-width:1279px){.page1{padding:20px;overflow:hidden}.card1{width:min(88vw,860px)!important;height:auto!important;min-height:unset!important;max-height:72vh!important;padding:18px 24px!important;top:48%!important;left:35%!important;transform:translate(-50%,-50%)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.form-inner1{height:auto!important;flex:1!important;min-height:0!important;max-height:calc(68vh - 90px)!important;overflow-y:auto!important;padding-bottom:28px!important}.profile-form .grid{grid-template-columns:repeat(2,1fr);gap:12px 16px}.title1{font-size:26px;margin-bottom:14px}}@media(min-width:768px)and (max-width:1023px){.card1{left:44%;top:52.5%!important;transform:translate(-50%,-50%)}.card1{width:min(90vw,720px);padding:22px}.profile-form .grid{grid-template-columns:1fr 1fr;gap:12px 14px}.title1{font-size:22px}.about-word-count{font-size:10px;font-weight:500;margin-top:4px}}@media(min-width:640px)and (max-width:767px){.card1{width:92vw;padding:18px}.profile-form .grid{grid-template-columns:1fr;gap:12px}.field.full{grid-column:auto}.title1{font-size:20px}}@media(min-width:1512px){.card1{top:54.5%!important;left:22%!important}.about-word-count{font-size:10px;font-weight:500;margin-top:4px}}@media(max-width:639px){.card1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:94vw;padding:20px;border-radius:12px}.profile-form .grid{grid-template-columns:1fr;gap:10px}.title1{font-size:18px}.actions{justify-content:stretch}.button{width:100%}}@media(max-width:640px){select.input-field{background-position:right 10px center;padding-right:36px}}@media(max-width:1024px){.form-inner1::-webkit-scrollbar-track{margin-top:42px;margin-bottom:42px}}@media(max-width:768px){.form-inner1::-webkit-scrollbar-track{margin-top:58px;margin-bottom:58px}}@media(min-width:820px)and (max-width:1180px){.card1{margin-top:-28px!important;left:40.5%}}@media(min-width:430px)and (max-width:932px){.card1{margin-top:18px;height:auto!important;max-height:92vh!important;padding:20px 22px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.form-inner1{flex:1!important;min-height:0!important;max-height:calc(82vh - 60px)!important;overflow-y:auto!important;padding-bottom:40px!important}}@media screen and (min-width:1020px)and (max-width:1025px){.card1{width:90vw!important;max-width:900px!important;left:45%!important;top:58%!important;transform:translate(-50%,-50%)!important;padding:24px!important}.form-inner1{max-width:750px!important;width:100%!important;margin:0 auto!important}.profile-form .grid{gap:16px 20px!important}.input-field,input.input-field,select.input-field,textarea.input-field{min-height:46px!important;font-size:15px!important}.label{font-size:14px!important}.title1{font-size:30px!important}}.bg-container{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden;z-index:-10;pointer-events:none;background-color:#000}.bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transform:scale(1);transition:opacity 1.5s ease-in-out,transform 15s ease-in-out;will-change:opacity,transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bg-image.active{opacity:1;transform:scale(1.08)}.bg-overlay{position:absolute;inset:0;background:#00000073;pointer-events:none}@media(prefers-reduced-motion:reduce){.bg-image{transition:none!important;transform:none!important}}:root{--accent: #d63b2f;--accent-dark: #992a22;--card-bg: rgba(255,255,255,.06);--card-border: rgba(255,255,255,.08);--muted: #e9e9e9;--error: #ff6b6b;--radius: 14px;--shadow: 0 18px 40px rgba(0,0,0,.28)}body:has(.selfie-card){overflow:hidden;height:100vh}.no-scroll-page{overflow:hidden;height:100vh}body:has(.selfie-card) .page-content,.no-scroll-page .page-content{max-height:100vh;overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.page-content{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 20px;box-sizing:border-box;background:transparent;font-family:Poppins,sans-serif}.page-content:before{content:"";position:fixed;inset:0;background-image:url(/assets/bg4-Brr_CpIH.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(2px) brightness(.7);z-index:0;pointer-events:none}.selfie-card1{width:100%;max-width:480px;transform:translateY(-100px);padding:20px;border-radius:var(--radius);background:#fff9fa;box-shadow:var(--shadow);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);color:var(--muted);text-align:center;box-sizing:border-box;position:relative;z-index:1;margin-top:30px}.selfie-title{font-size:25px;margin:0 0 16px;color:#7a0020;font-weight:700}.selfie-video:focus{outline:3px solid rgba(197,58,80,.12);outline-offset:4px}.selfie-error{color:var(--error);margin-top:10px;font-size:14px}.selfie-actions{display:flex;gap:12px;margin-top:15px;justify-content:center;align-items:center}.selfie-actions.single{justify-content:center}.btn-primary,.btn-secondary{width:140px;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;border:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;box-shadow:0 8px 20px #c53a502e;margin-top:20px}.btn-primary:hover:not(:disabled),.btn-primary:focus{transform:translateY(-3px);box-shadow:0 12px 28px #c53a5038}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fbf5f5;box-shadow:0 6px 14px #0000001f;margin-top:17px}.btn-secondary:hover,.btn-secondary:focus{transform:translateY(-3px);box-shadow:0 10px 22px #00000024}@media(min-width:601px)and (max-width:900px){.selfie-card{max-width:420px;padding:24px;transform:translateY(-60px)}.selfie-title{font-size:22px;margin-bottom:14px}.selfie-video{width:240px;height:240px}.btn-primary,.btn-secondary{width:130px;padding:10px 16px;font-size:14px}.selfie-error{font-size:13px}}@media(max-width:600px){.selfie-card1{max-width:100%;padding:20px 16px;transform:translateY(-40px);border-radius:12px}.selfie-title{font-size:20px;margin-bottom:12px}.selfie-video{width:200px;height:200px;border-radius:10px}.selfie-actions{gap:10px;margin-top:12px}.btn-primary,.btn-secondary{width:120px;padding:10px 12px;font-size:14px;border-radius:8px}.btn-primary{margin-top:16px}.btn-secondary{margin-top:13px}.selfie-error{font-size:13px;margin-top:8px}}@media(max-width:480px){.selfie-card1{padding:18px 14px;transform:translateY(-30px);margin-top:-50px!important}.selfie-title{font-size:18px;margin-bottom:10px}.selfie-video{width:190px;height:190px}.btn-primary,.btn-secondary{width:115px;padding:9px 12px;font-size:13px}}@media(max-width:380px){.selfie-card1{padding:16px 12px;transform:translateY(-20px);border-radius:10px}.selfie-title{font-size:17px;margin-bottom:10px}.selfie-video{width:170px;height:170px;border-radius:8px}.selfie-actions{gap:8px;margin-top:10px}.btn-primary,.btn-secondary{width:110px;padding:9px 10px;font-size:13px;border-radius:8px}.btn-primary{margin-top:14px}.btn-secondary{margin-top:11px}.selfie-error{font-size:12px}}@media(max-width:320px){.selfie-card1{padding:14px 10px;transform:translateY(-10px)}.selfie-title{font-size:16px;margin-bottom:8px}.selfie-video{width:150px;height:150px}.btn-primary,.btn-secondary{width:100px;padding:8px 10px;font-size:12px}}@media(min-width:1024px)and (max-width:1279px){.selfie-card1{margin-top:-50px!important}}:root{--accent: #c53a50;--accent-dark: #a02b3b;--accent-2: #d94b61;--bg-start: #f7f7fd;--bg-end: #141416;--card-bg: rgba(255,255,255,.06);--card-border: rgba(255,255,255,.08);--text: #f6f6f6;--muted: #e9e9e9;--error: #ff6b6b;--radius: 14px;--shadow: 0 18px 40px rgba(0,0,0,.28);--gap: 24px;--photo-card-radius: 14px;--photo-card-shadow: 0 18px 40px rgba(0,0,0,.28);--photo-border-dashed: rgba(222,125,125,1);--photo-overlay: rgba(0,0,0,.04)}html,body{height:100%;margin:0;padding:0;background:transparent!important;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text)}.page1{position:fixed;inset:0;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:24px 20px;overflow-y:auto;background:transparent;z-index:1}.page1:before{content:"";position:fixed;inset:0;background-image:url(/assets/bg4-Brr_CpIH.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(2px) brightness(.7);z-index:0;pointer-events:none}.page-content{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box;background:transparent}.photo-page{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;margin-top:70px;padding:40px 40px 30px;box-sizing:border-box;background:transparent}.card1{position:relative;z-index:4;width:55%;min-height:80vh;background:#fff9fa;border-radius:calc(var(--radius) + 4px);padding:32px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%);transition:transform .18s ease,box-shadow .18s ease;color:var(--text);box-sizing:border-box}.photo-card{position:relative;z-index:2;width:55%;max-width:980px;max-height:85vh;min-height:52vh;background:#fff9fa;border-radius:calc(var(--radius) + 4px);padding:32px;box-shadow:var(--photo-card-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;box-sizing:border-box}.selfie-card{width:100%;max-width:480px;margin-top:45px;padding:20px;border-radius:var(--radius);background:linear-gradient(180deg,#bdc4d4da,#faf7f4);box-shadow:0 18px 40px #00000047;border:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);color:var(--text);text-align:center;box-sizing:border-box;position:relative;z-index:4}.photo-card::-webkit-scrollbar,.card1::-webkit-scrollbar,.form-inner::-webkit-scrollbar,.selfie-card::-webkit-scrollbar{display:none}.photo-card,.card1,.form-inner{-ms-overflow-style:none;scrollbar-width:none}.title1,.photo-title,.selfie-title{margin:0 0 18px;text-align:center;color:var(--accent);font-size:24px;font-weight:700;letter-spacing:.2px}.form-inner{width:95%;max-width:520px;margin:0 auto;padding:12px 8px 0;background:linear-gradient(180deg,#faf5f699,#fff0);border-radius:10px;max-height:70vh;overflow-y:hidden;z-index:5;box-sizing:border-box}.profile-form{width:100%;margin-right:50px;box-sizing:border-box}.grid{display:grid;grid-template-columns:1fr;gap:var(--gap);align-items:start}.field{width:100%;display:flex;flex-direction:column}.field.full{grid-column:1 / -1}.label{font-size:13px;font-weight:600;color:var(--accent);margin-bottom:8px;display:flex;align-items:center;gap:6px}.label .req{color:var(--accent-2);margin-left:4px;font-weight:700}.input-field{width:100%;padding:12px 14px;border-radius:10px;border:1.4px solid rgba(230,223,224,1);background:#fff;font-size:15px;color:#222;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;outline:none;box-sizing:border-box}textarea.input-field{min-height:110px;resize:vertical}.input-field:focus{border-color:var(--accent);background:#fff;box-shadow:0 8px 22px #7a002014}.age .age-value{padding:12px 14px;border-radius:10px;border:1.4px solid rgba(230,223,224,1);background:#fff;font-weight:500;font-size:15px;color:#1d1c1c;display:inline-flex;align-items:center;justify-content:flex-start;min-height:44px}.photo-grid{display:grid;grid-template-columns:repeat(3,145px);grid-template-rows:repeat(2,145px);gap:18px 24px;justify-content:center;margin:15px auto 0}.photo-box{width:130px;height:130px;border:3px dashed var(--photo-border-dashed);aspect-ratio:1 / 1;border-radius:5px;position:relative;overflow:hidden;cursor:pointer;background:linear-gradient(180deg,#ffffff0d,#ffffff08);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.photo-selected{border:4px solid #c53a50!important;box-shadow:0 0 0 4px #c53a5040;transform:translateY(-6px)}.photo-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.photo-plus{width:100%;height:100%;font-size:48px;color:#67181899;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.photo-box:hover,.photo-box:focus-within{transform:translateY(-6px);box-shadow:0 14px 36px #00000073;border-color:#ffffff1f;outline:none}.photo-remove{position:absolute;top:10px;right:5px;width:20px;height:20px;border-radius:50%;border:none;background:#0000003e;color:#fff;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,background .12s ease;padding:0;pointer-events:auto}.photo-box:hover .photo-remove,.photo-box:focus-within .photo-remove{opacity:1;transform:translateY(0)}@media(max-width:420px){.photo-remove{opacity:1;transform:translateY(0)}}.photo-box:hover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#0000000a);pointer-events:none;z-index:2}.photo-card.verified .photo-remove{display:none!important}.photo-card.verified .photo-box.photo-selected{outline:3px solid rgba(197,58,80,.12);box-shadow:0 18px 40px #c53a5029}.actions,.photo-actions,.selfie-actions{margin-top:14px;display:flex;gap:12px;justify-content:center;align-items:center}.button,.btn-primary,.btn-primary.two-tone,.btn-secondary{width:100%;max-width:320px;padding:12px 18px;border-radius:12px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn-primary.two-tone{padding:12px 28px;border-radius:12px;box-shadow:0 8px 20px #c53a502e}.button:hover:not(:disabled),.btn-primary:hover:not(:disabled),.btn-primary.two-tone:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #b300001f}.button:disabled,.btn-primary:disabled{background:#d0d0d0;cursor:not-allowed;transform:none}.error,.photo-error,.selfie-error{color:var(--error);margin-top:10px;font-size:14px;text-align:center}.selfie-video{width:260px;height:260px;object-fit:cover;border-radius:12px;background:#000;display:block;margin:0 auto;box-shadow:0 8px 24px #00000059;border:2px solid #642b2b}.photo-card.photo-upload-unique-1a2b3c{overflow:visible!important;max-height:none!important;margin-top:65px}.photo-card.photo-upload-unique-1a2b3c .form-inner{max-height:none!important;overflow:visible!important}.photo-card.photo-upload-unique-1a2b3c::-webkit-scrollbar{display:none}.photo-card.photo-upload-unique-1a2b3c{-ms-overflow-style:none;scrollbar-width:none}.photo-card.photo-upload-unique-1a2b3c.verified .photo-remove{display:none!important}.photo-card.photo-upload-unique-1a2b3c.verified .photo-box.photo-selected{outline:3px solid rgba(197,58,80,.12);box-shadow:0 18px 40px #c53a5029}.bg-slider::-webkit-scrollbar{display:none}.bg-slider{-ms-overflow-style:none;scrollbar-width:none}.bg-gradient{opacity:.75}.bg-vignette{opacity:.45}@media(prefers-reduced-motion:reduce){.photo-box,.photo-img,.button,.bg-slide,.bg-gradient{transition:none!important;animation:none!important;transform:none!important}}@media(max-width:1024px){.photo-card,.card1{width:75%}.photo-card,.photo-card.photo-upload-unique-1a2b3c{min-height:43vh!important}.photo-grid{grid-template-columns:repeat(3,150px);grid-template-rows:repeat(2,150px);gap:20px 24px}.photo-box{width:150px;height:150px}}@media(max-width:920px){.page1{padding:120px 16px 40px;align-items:flex-start;overflow-y:auto}.card1{width:92%;padding:24px;min-height:auto}.photo-card,.photo-card.photo-upload-unique-1a2b3c{width:88%;padding:24px;overflow:visible;margin-top:25%;min-height:46vh!important}.form-inner{max-height:60vh}.grid{grid-template-columns:1fr;gap:14px}.selfie-card{max-width:420px;margin-top:28px;padding:18px}.photo-title{font-size:21px}.photo-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,130px);gap:16px}.photo-box{width:100%;height:130px}}@media(max-width:640px){.page1{padding:110px 12px 32px;align-items:flex-start;overflow-y:auto;min-height:100dvh}.photo-card,.photo-card.photo-upload-unique-1a2b3c{width:100%;padding:18px 14px;border-radius:12px;box-shadow:0 8px 26px #0000001f;max-height:none!important;overflow:visible!important;margin-top:25%!important}.card1{width:100%;padding:16px;border-radius:10px;box-shadow:0 8px 26px #00000014;min-height:auto}.photo-title{font-size:19px;margin-bottom:14px}.form-inner{max-width:100%;padding:8px 4px 0;max-height:none;overflow:visible}.photo-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:none;grid-auto-rows:140px;gap:14px;margin-top:10px}.photo-box{width:100%;height:140px}.photo-remove{opacity:1;transform:translateY(0);width:24px;height:24px;font-size:18px;top:6px;right:6px}.photo-plus{font-size:40px}.photo-actions{margin-top:18px}.btn-primary.two-tone{width:100%;max-width:100%;padding:13px;font-size:15px}.input-field{padding:10px 12px;font-size:14px;border-radius:8px}.selfie-video{width:220px;height:220px}}@media(max-width:420px){.page1{padding:72px 10px 28px}.photo-card,.photo-card.photo-upload-unique-1a2b3c{padding:14px 10px;border-radius:10px;margin-top:35%!important}.photo-title{font-size:17px}.photo-grid{grid-auto-rows:120px;gap:10px}.photo-box{height:120px}.photo-remove{opacity:1;transform:translateY(0);width:22px;height:22px;font-size:16px}.btn-primary.two-tone{font-size:14px;padding:12px}}@media(max-width:376px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{padding:14px 10px;border-radius:10px;margin-top:15%!important}}@media(max-width:344px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{padding:14px 10px;border-radius:10px;margin-top:40%!important}}@media(min-width:500px)and (max-width:540px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{padding:14px 10px;border-radius:10px;margin-top:1%!important}}@media(min-width:1260px)and (max-width:1280px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{padding:14px 10px;border-radius:10px;margin-top:15%!important}}@media(min-width:1441px)and (max-width:1512px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{min-height:68vh;padding-top:42px;padding-bottom:42px;top:13%!important}.photo-grid{grid-template-columns:repeat(3,170px);grid-template-rows:repeat(2,170px);gap:28px 38px;margin-top:26px}.photo-box{width:160px;height:160px}}@media(min-width:1024px)and (max-width:1300px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{margin-top:45%;min-height:38vh!important}}@media(min-width:1024px)and (max-height:600px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{margin-top:5%;min-height:38vh!important}}@media(min-width:1390px)and (max-width:1441px){.photo-card,.photo-card.photo-upload-unique-1a2b3c{min-height:68vh;padding-top:42px;padding-bottom:42px;top:13%!important}}input[type=checkbox],input[type=radio]{accent-color:#2196f3}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:var(--font-sans);font-size:var(--base-size);line-height:var(--base-line-height);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}.bg-slider{position:fixed;inset:0;z-index:0;pointer-events:none}.page-content{position:relative;z-index:1;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 20px;color:var(--text);background:transparent}.page-content:before{content:"";position:fixed;inset:0;background-image:url(/assets/bg4-Brr_CpIH.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(2px) brightness(.7);z-index:0;pointer-events:none}.kul-gothra-row .prefs-field,.prefs-row-inline .prefs-select-full,.prefs-row-inline .gotra-area,.prefs-row-inline .dropdown-wrapper{flex:1;min-width:0}.kul-gothra-row{align-items:flex-start}.kul-gothra-row .prefs-sub{margin-top:0}.prefs-row-inline{display:flex;gap:12px}.prefs-row-inline>*{flex:1}.prefs-card{position:fixed;max-height:calc(100vh - 130px);top:56%;left:49.9%;transform:translate(-50%,-50%);width:100%;max-width:var(--card-max);max-height:110vh;background:#fff9fa;border-radius:calc(var(--radius) + 4px);padding:32px 32px 0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden;box-sizing:border-box;margin:0;z-index:999}.prefs-card::-webkit-scrollbar{display:none}.prefs-card{-ms-overflow-style:none;scrollbar-width:none}.prefs-inner{padding:10px 25px 40px;width:100%;max-width:var(--form-inner-max);margin:0 auto;box-sizing:border-box;background:linear-gradient(180deg,#41414215,#faf7f4);max-height:calc(86vh - 94px);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06)}.prefs-title{text-align:center;color:var(--accent);margin:0 0 18px;font-size:24px;font-weight:700;font-family:var(--font-sans)}.prefs-sub{margin:18px 0 6px;color:var(--accent);font-size:16px;font-weight:600;font-family:var(--font-sans)}.prefs-row,.prefs-row-age{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.prefs-row-inline{display:flex;gap:10px;align-items:center;margin-bottom:12px;flex-wrap:nowrap}.prefs-row-inline .dropdown-wrapper,.prefs-row-inline .gotra-area{flex:1;min-width:0}.prefs-control,.prefs-select,.search-input{flex:1;min-width:0;padding:8px 10px;border-radius:8px;border:1.4px solid var(--input-border);background:var(--input-bg);font-size:16px;color:var(--text);outline:none;transition:border-color .16s ease,box-shadow .16s ease;box-sizing:border-box;font-family:var(--font-sans);min-height:42px}.prefs-control:focus,.prefs-select:focus,.search-input:focus{border-color:var(--accent);box-shadow:0 8px 22px #7a00200f}.prefs-select-full{width:100%;border-radius:8px;border:none;background:transparent;padding:0;box-shadow:none;font-size:16px;color:var(--text);outline:none;min-height:42px;box-sizing:border-box;font-family:var(--font-sans);margin-bottom:8px;background-repeat:no-repeat;background-position:right 12px center;background-size:14px 10px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.prefs-select-full:focus{border-color:var(--accent);box-shadow:0 6px 18px #7a00200f;outline:none}.prefs-select-full:hover{border-color:#7a00202e}.prefs-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.prefs-tag{background:#b3000027;padding:6px;border-radius:20px;display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#000;font-weight:600;font-family:var(--font-sans)}.prefs-tag strong{color:#000}.prefs-remove{background:none;border:none;cursor:pointer;color:var(--accent-2);font-weight:700;display:flex;align-items:center;justify-content:center;align-self:center;line-height:1;padding:0;font-size:16px}.prefs-add{padding:0 18px;height:36px;border-radius:8px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;font-weight:700;cursor:pointer;font-family:var(--font-sans);font-size:14px;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s ease}.prefs-add:hover{opacity:.88}.prefs-add:disabled{opacity:.5;cursor:not-allowed}.prefs-primary{margin-top:20px;padding:12px 18px;width:100%;max-width:320px;border-radius:12px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;font-weight:700;cursor:pointer;display:block;margin-left:auto;margin-right:auto;font-family:var(--font-sans);transition:transform .16s ease,box-shadow .16s ease}.prefs-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #7a00202e}.prefs-primary:disabled{opacity:.6;cursor:not-allowed}.disabled-btn{opacity:.5;cursor:not-allowed}.prefs-error{color:var(--error);text-align:center;margin-top:10px;font-size:14px}.gotra-section{margin-top:18px}.kul-card{border:1px solid var(--input-border);border-radius:10px;margin-bottom:12px;background:#fff;overflow:hidden}.kul-header{background:#f9f9f9;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--accent);font-family:var(--font-sans)}.kul-body{padding:12px;max-height:260px;overflow-y:auto}.kul-body::-webkit-scrollbar{display:none}.search-input{width:100%;padding:8px;border-radius:8px;border:1px solid var(--input-border);margin-bottom:10px;min-width:0}.select-all-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #eee;color:#000;font-weight:600}.gothra-list{margin-top:8px;display:flex;flex-direction:column;gap:6px}.gothra-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #f2f2f2}.gothra-label-text{font-size:14px;color:var(--text)}.kul-selected-block{margin-top:12px}.kul-name{color:#000;font-weight:700;margin-bottom:8px;display:block;font-family:var(--font-sans);margin-top:10px}.selected-tags{display:flex;gap:8px;flex-wrap:wrap}.selected-tag{background:#fff;color:#000;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:var(--font-sans)}.selected-tag:hover{transform:translateY(-1px);transition:transform .12s ease}.selected-remove{background:transparent;border:none;cursor:pointer;font-weight:700;color:#6b7280;padding:0;margin-left:0;line-height:1}.selected-remove:focus{outline:2px solid rgba(122,0,32,.12);outline-offset:2px;border-radius:6px}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dropdown-wrapper{position:relative;flex:1;min-width:0}.dropdown-header{width:100%;padding:0 36px 0 10px;height:42px;border-radius:8px;border:1.4px solid var(--input-border);background:var(--input-bg);font-size:16px;color:var(--text);display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;font-family:var(--font-sans);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%236b6b6b' d='M7 10L0 0h14z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 10px;transition:border-color .16s ease}.dropdown-header:hover{border-color:#7a00202e}.dropdown-header.disabled{opacity:.5;cursor:not-allowed;background-color:#f6f6f6}.dropdown-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background:#fff;border:1.4px solid var(--input-border);border-radius:10px;padding:10px;box-shadow:0 8px 24px #0000001a;max-height:260px;overflow-y:auto}.gotra-area{position:relative;flex:1;min-width:0}.district-dropdown-header{width:100%;padding:0 36px 0 10px;height:42px;border-radius:8px;border:1.4px solid var(--input-border);background:var(--input-bg);font-size:16px;color:var(--text);display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;font-family:var(--font-sans);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%236b6b6b' d='M7 10L0 0h14z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 10px;transition:border-color .16s ease}.district-dropdown-header:hover:not(.disabled){border-color:#7a00202e}.district-dropdown-header.disabled{opacity:.5;cursor:not-allowed;background-color:#f6f6f6}.district-dropdown-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background:#fff;border:1.4px solid var(--input-border);border-radius:10px;padding:10px;box-shadow:0 8px 24px #0000001a;max-height:260px;overflow-y:auto}.gothra-label-wrap,.select-all-wrap{display:flex;align-items:center;gap:8px;cursor:pointer}.gothra-checkbox{accent-color:var(--accent);width:15px;height:15px;cursor:pointer}.dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #f2f2f2;cursor:pointer;font-size:14px;color:var(--text)}.muted-note{color:var(--muted-text);font-size:13px;margin:4px 0 8px}select.input-field,.prefs-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%236b6b6b' d='M7 10L0 0h14z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 10px;padding-right:36px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}select.input-field option[value=""]{color:var(--muted-text)}select.input-field:hover,.prefs-select:hover{border-color:#7a00202e}select.input-field:focus,.prefs-select:focus{border-color:var(--accent);box-shadow:0 6px 18px #7a00200f;outline:none}select.input-field[disabled],.prefs-select[disabled]{background:#f6f6f6;color:#00000073;cursor:not-allowed;background-image:none}.age-value{padding:8px 10px;min-width:72px;font-size:.95rem}@media(max-width:920px){.prefs-card{padding:22px}.two-cols{grid-template-columns:1fr}}@media(max-width:640px){.prefs-card{margin-top:1%;max-width:410px;width:100%;padding-left:20px;padding-right:20px}.prefs-row{flex-direction:column}.prefs-row-age{flex-direction:row!important;gap:8px}.prefs-row-inline{gap:8px}.prefs-add{padding:0 12px}.kul-body{max-height:180px}.selected-tag{font-size:12px;padding:6px 8px}.selected-remove{margin-left:4px}select.input-field,.prefs-select{background-position:right 10px center;padding-right:34px}}@media(prefers-reduced-motion:reduce){.prefs-card,.kul-card,.selected-tag{transition:none!important;animation:none!important;transform:none!important}}.prefs-field{display:flex;flex-direction:column}.prefs-label{font-size:14px;color:var(--accent);margin-bottom:4px;text-align:left;font-weight:500;padding-top:10px;padding-left:5px}@media(min-width:900px)and (max-width:1100px)and (min-height:1000px){.prefs-card{width:88vw;max-width:920px;min-height:72vh;top:57%;padding:38px}.prefs-inner{max-width:760px;max-height:calc(72vh - 90px);padding:18px 34px 42px}.prefs-title{font-size:34px;margin-bottom:26px}.prefs-sub{font-size:22px;margin-bottom:12px}.prefs-control,.prefs-select,.prefs-select-full,.dropdown-header,.district-dropdown-header{min-height:52px;font-size:18px;border-radius:12px}.prefs-add{height:52px;font-size:18px;padding:0 24px}.prefs-label{font-size:18px}.prefs-primary{max-width:420px;min-height:54px;font-size:18px;margin-top:30px}.prefs-row,.prefs-row-inline,.two-cols{gap:18px}}@media(min-width:1025px)and (max-width:1279px){.prefs-card{width:min(88vw,860px)!important;height:auto!important;min-height:unset!important;max-height:72vh!important;padding:18px 24px!important;top:50.5%!important;left:50%!important;transform:translate(-50%,-50%)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.prefs-inner{height:auto!important;flex:1!important;min-height:0!important;max-height:calc(68vh - 90px)!important;overflow-y:auto!important;padding-bottom:28px!important}.prefs-title{font-size:26px;margin-bottom:14px}}@media(min-width:820px)and (max-width:1180px){.prefs-card{margin-top:-62px}}@media(min-width:1512px){.prefs-card{top:54.5%!important}}@media(min-width:390px)and (max-width:420px){.prefs-card{margin-top:-1%!important;max-width:390px!important;width:100%;padding-left:14px;padding-right:14px}}@media(max-width:390px){.prefs-card{margin-top:1%!important;max-width:370px!important;width:100%;padding-left:14px;padding-right:14px}}.profile-page{font-family:Poppins,sans-serif;padding-bottom:96px;background:#faf9f6;min-height:100vh;color:#222}.headerprofview{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:6.8rem!important;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centerprofview{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-82px}.center{padding:20px;text-align:center}.photo-wrap{position:relative;background:#000;height:60vh;width:100%}.main-photo{width:100%;height:60vh;object-fit:contain;display:block;background:#fff}.blurred{filter:blur(25px);transform:scale(1)}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#f1efef73;display:flex;align-items:center;justify-content:center;z-index:100}.overlay-content{color:#000;text-align:center;font-size:22px;font-weight:700}.overlay-sub{margin-top:8px;font-size:14px;font-weight:400;color:#000}.image-count{position:absolute;top:10px;right:20px;background:#0009;color:#fff;padding:6px 10px;border-radius:14px;font-size:12px;line-height:1;pointer-events:none;z-index:15;font-weight:600;letter-spacing:.2px}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:40px;-webkit-user-select:none;user-select:none;color:#7a0020;padding:6px;border-radius:6px;background:#ffffffd9;box-shadow:0 2px 6px #0000000f;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:opacity .15s ease;z-index:5}.nav-btn:hover:not(:disabled){background:#fff}.nav-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.nav-btn.left{left:10px}.nav-btn.right{right:10px}.photo-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:6}.dot{width:7px;height:7px;background:#ffffff8c;border-radius:50%;cursor:pointer;border:none;padding:0}.dot.active{background:#fff;box-shadow:0 0 0 3px #ffffff14}.profile-card1{padding:16px;background:transparent;border-bottom:1px solid #eee}.name-with-badge{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:15px;margin-bottom:4px}.profile-name{font-size:2rem;font-weight:700;color:#a50d0d;margin:0}.badge-svg{width:75px;height:24px;flex-shrink:0}.dp_container{display:flex;align-items:center}.profile-dp-inline{width:55px;height:55px;border-radius:50%;object-fit:cover;border:2px solid #fff;background:#fff;margin-left:5px;margin-bottom:10px}.profile-header{position:relative}.menu-container{position:absolute;top:-100px;right:8px;z-index:200}.menu-btn{font-size:22px;background:none;border:none;cursor:pointer;padding:6px}.menu-dropdown{position:absolute;right:0;top:30px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:160px;z-index:300;overflow:hidden}.menu-item{padding:12px;font-size:14px;cursor:pointer;color:#161515}.menu-item:hover{background:#f5f5f5}.profile-detail{font-size:.95rem;color:#000;margin:.3rem 0}.profile-summary-line{font-size:14px;color:#444;margin:4px 0 8px 82px}.divider{border:none;border-top:1px solid #eee;margin:12px 0}.section-title{margin:0 0 6px;font-size:24px;text-align:left;color:#8b0000}.personal-info1{display:grid;grid-template-columns:1fr;gap:6px 0;margin-bottom:12px;padding:10px 14px 10px 18px}.about-section{margin-bottom:12px;padding-left:18px}.info-row1{display:grid;grid-template-columns:25% 75%;align-items:center;column-gap:3px;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.03)}.info-label{text-align:left;font-weight:700;color:#8b0000;font-size:15px}.info-value{color:#222;font-weight:500;font-size:15px;text-align:left}.personal-info1 .info-row1:last-child{border-bottom:none}.about-section{margin-bottom:12px}.about-text{margin:0;color:#444;line-height:1.5}.spacer{height:8px}.pending-text,.accepted-text,.rejected-text,.rejected-fixed{text-align:left;width:100%;max-width:820px;margin:12px 0;display:block;position:relative;z-index:80;font-weight:600}.accepted-text{color:#2e7d32}.pending-text{color:#444343}.rejected-text,.rejected-fixed{color:#b02b3a;background:#b02b3a0f;border-radius:8px;padding:8px 12px}.declined-inline-text{color:#c62828;font-weight:600;font-size:16px;margin-left:22%}.fixed-actions{position:fixed;bottom:7.5rem;left:37.4%;z-index:1200;display:flex;align-items:center;gap:10px;pointer-events:none;background:transparent;-webkit-tap-highlight-color:transparent;padding:0 16px}.fixed-actions.fixed-actions-right{justify-content:flex-end;padding-right:18px}.fixed-actions{transition:opacity .18s ease,transform .18s ease}.popup-open .fixed-actions{display:none!important}.fixed-actions .fixed-btn,.fixed-actions .fixed-small,.fixed-actions .fixed-action-group{pointer-events:auto}.fixed-btn{display:inline-block;width:220px;padding:12px 18px;border-radius:10px;font-weight:700;font-size:1rem;border:none;cursor:pointer;box-shadow:0 8px 22px #0000002e;transition:transform .08s ease,box-shadow .12s ease,opacity .12s ease;opacity:1;visibility:visible;position:relative;z-index:1210;margin:0 auto;text-align:center;left:16%}.btn-unsend.fixed-btn{background:linear-gradient(135deg,#d63b2f,#e65);top:-14px!important}.btn-send.fixed-btn,.btn-message.fixed-btn{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;box-shadow:0 8px 22px #d63b2f2e}.fixed-action-group{display:flex;gap:8px;align-items:center;justify-content:center;margin-left:-18px}.fixed-small{min-width:180px;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;border:none;cursor:pointer;box-shadow:0 6px 14px #0000001a;text-align:center}.fixed-small.btn-accept{background:linear-gradient(135deg,#2e7d32,#2e7d32);color:#fff}.fixed-small.btn-reject{background:linear-gradient(135deg,#c62828,#c62828);color:#fff}.btn-accept,.btn-reject,.btn-send,.btn-message,.fixed-small,.fixed-btn{text-align:center}.fixed-actions .accepted-inline,.fixed-actions .rejected-inline{color:#2e7d32;font-weight:700;margin-right:12px;align-self:center;pointer-events:none}.fixed-actions .rejected-inline{color:#c62828}.fixed-actions button:disabled,.fixed-actions button[aria-disabled=true]{opacity:.9;cursor:default;pointer-events:none}.fixed-actions .fixed-btn:focus,.fixed-actions .fixed-small:focus{outline:none;box-shadow:0 0 0 4px #1976d21f;transform:translateY(-1px)}.profile-card{padding-bottom:18px}.popup-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box;pointer-events:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.popup-box{background:#fff;padding:20px;border-radius:10px;width:100%;max-width:300px;text-align:center;box-sizing:border-box}.popup-box h3{margin:0 0 8px;font-size:17px;color:#222}.popup-box p{margin:0 0 4px;font-size:14px;color:#444}.popup-actions{margin-top:15px;display:flex;gap:10px}.btn-cancel{flex:1;padding:10px;background:#ccc;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600}.btn-confirm{flex:1;padding:10px;background:#c62828;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600}.report-options{margin-top:10px;display:flex;flex-direction:column;gap:8px;text-align:left}.report-option{display:flex;align-items:center;gap:8px;font-size:14px;color:#333}.report-textarea{width:100%;min-height:90px;margin-top:12px;padding:12px;border-radius:10px;border:1px solid #e0e0e0;font-size:14px;outline:none;resize:none;background-color:#fafafa;transition:all .2s ease;box-sizing:border-box;font-family:Poppins,sans-serif}.report-textarea:focus{border-color:#c62828;background-color:#fff;box-shadow:0 0 0 2px #c628281a}.success-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#2e7d32;color:#fff;padding:16px 24px;border-radius:10px;font-weight:600;font-size:16px;box-shadow:0 10px 30px #0003;z-index:10000;white-space:nowrap;text-align:center}@media(min-width:601px)and (max-width:900px){.photo-wrap,.main-photo{height:50vh}.headerprofview{padding:9px 12px;height:6rem!important}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerprofview{gap:12px;margin-left:-14px}.profile-name{font-size:1.6rem}.badge-svg{width:68px;height:22px}.profile-summary-line{font-size:14px}.info-label,.info-value{font-size:.88rem}.info-row1{grid-template-columns:30% 70%;padding:7px 0}.section-title{font-size:13px}.about-text{font-size:14px}.profile-dp-inline{width:48px;height:48px}.overlay-content{font-size:18px}.overlay-sub{font-size:13px}.fixed-btn{min-width:240px;max-width:280px;font-size:.92rem;padding:11px 16px;margin-left:30%}.fixed-small{min-width:90px;font-size:.88rem;padding:9px 10px}.fixed-actions{bottom:6.5rem;padding:0 14px;left:28%}.fixed-action-group{margin-left:65px}.nav-btn{font-size:24px;padding:5px 8px}.image-count{font-size:12px;padding:5px 9px;top:60px!important}.menu-container{top:-8px;right:20px}.popup-box{max-width:280px;padding:18px}.success-popup{font-size:15px;padding:14px 22px}}@media(max-width:600px){.profile-page{padding-bottom:80px}.headerprofview{padding:8px 10px;height:4.4rem!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centerprofview{gap:10px;margin-left:-25px!important}.photo-wrap,.main-photo{height:45vh}.profile-card1{padding:12px}.dp_container{align-items:center;gap:8px}.profile-dp-inline{width:42px;height:42px;margin-left:4px;margin-bottom:6px}.name-with-badge{gap:6px;margin-top:8px;flex-wrap:wrap}.profile-name{font-size:1.2rem;margin-bottom:2px}.badge-svg{width:60px;height:20px}.profile-summary-line{font-size:13px;margin-top:2px}.divider{margin:8px 0}.section-title{font-size:13px;margin-bottom:4px}.info-row1{grid-template-columns:38% 62%;padding:6px 0;column-gap:4px}.info-label{font-size:.82rem;min-width:unset}.info-value{font-size:.82rem}.about-text{font-size:13px;line-height:1.5}.overlay-content{font-size:16px}.overlay-sub{font-size:12px;margin-top:6px}.nav-btn{font-size:20px;padding:4px 7px}.nav-btn.left{left:8px}.nav-btn.right{right:8px}.image-count{top:100px;right:6px;font-size:10px;padding:4px 7px}.photo-dots{bottom:8px;gap:6px}.dot{width:6px;height:6px}.fixed-actions{bottom:6rem;padding:0 10px;left:32.5%!important}.fixed-actions.fixed-actions-right{justify-content:center;padding:0 12px}.fixed-btn,.btn-sent.fixed-btn.unsent{min-width:0;width:100%;max-width:none;margin-left:0;font-size:.88rem;padding:11px 12px;border-radius:8px}.fixed-small{min-width:80px;flex:1;padding:10px;font-size:.85rem}.fixed-action-group{width:100%;justify-content:space-between;gap:8px;margin-left:-40px}.fixed-actions .accepted-inline,.fixed-actions .rejected-inline{font-size:13px;margin-right:8px}.menu-container{top:-8px;right:10px}.menu-btn{font-size:20px;padding:4px}.menu-dropdown{width:140px;top:40px}.menu-item{padding:10px;font-size:13px}.popup-box{max-width:260px;padding:16px}.popup-box h3{font-size:15px}.popup-box p{font-size:13px}.btn-cancel,.btn-confirm{padding:9px;font-size:13px}.report-option{font-size:13px}.report-textarea{min-height:75px;font-size:13px;padding:10px}.success-popup{font-size:14px;padding:12px 20px;width:80%;white-space:normal;text-align:center}}@media(max-width:360px){.profile-name{font-size:1.1rem}.badge-svg{width:54px;height:18px}.info-row1{grid-template-columns:42% 58%}.info-label,.info-value{font-size:.78rem}.fixed-btn,.btn-sent.fixed-btn.unsent{font-size:.82rem;padding:10px}.fixed-small{font-size:.8rem;padding:9px 8px}.popup-box{max-width:90vw;padding:14px}}@media(min-width:1512px){.fixed-actions{margin-left:1%!important}.image-count{margin-top:20px!important}.header-centerprofview{margin-left:-83px!important}.fixed-action-group{margin-left:-30px!important}}@media(min-width:820px)and (max-width:1180px){.image-count{margin-top:20px!important}.fixed-actions,.fixed-action-group{padding-bottom:70px}.profile-page{padding-bottom:220px!important}}@media(min-width:1390px){.header-centerprofview{margin-left:-83px!important}.fixed-actions{left:37.2%!important}.fixed-action-group{margin-left:-30px!important}}@media only screen and (width:1024px){.fixed-actions{left:50%!important;transform:translate(-50%)!important;bottom:105px!important;padding-bottom:0!important;margin-left:0!important;width:auto!important;z-index:99999!important}.fixed-btn,.btn-sent.fixed-btn.unsent{margin-left:0!important;left:0!important;width:260px!important}.fixed-action-group{margin-left:0!important;padding-bottom:0!important;justify-content:center!important}.header-centerprofview{margin-left:-83px!important}}.footer{font-family:Poppins,sans-serif;position:fixed;bottom:0;left:0;right:0;height:64px;width:100%;display:flex;border-top:1px solid #ddd;background:#fff;z-index:1000}.footer-item{flex:1;text-align:center;cursor:pointer;padding-top:8px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#666;transition:color .3s ease,transform .3s ease;position:relative}.footer-item:hover{color:#c53a50;transform:scale(1.05)}.footer-item.active{color:#c53a50}.footer-item.active:before{content:"";position:absolute;top:4px;width:28px;height:28px;border-radius:50%;background:#c53a50;opacity:.3;box-shadow:0 0 12px #c53a50;z-index:-1}.footer-text{font-size:12px}.icon-with-badge{position:relative}.badge{position:absolute;top:-6px;right:-8px;background:#c53a50;color:#fff;border-radius:50%;min-width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700;transition:transform .3s ease}.badge:hover{transform:scale(1.1)}.footer{padding-bottom:env(safe-area-inset-bottom,8px)}.footer-item{min-height:48px;padding-top:6px;padding-bottom:6px}.footer-item:focus{outline:3px solid rgba(197,58,80,.14);outline-offset:4px;border-radius:8px}.badge{pointer-events:auto;box-sizing:border-box}@media(prefers-reduced-motion:reduce){.footer-item,.footer-item:hover,.badge,.footer-item.active:before{transition:none!important;animation:none!important}}@media(max-width:360px){.footer{height:56px}.footer-item{gap:2px}.footer-text{font-size:11px}}@media(forced-colors:active){.footer{background:Window;border-top-color:GrayText}.footer-item{color:WindowText}.footer-item.active:before{background:Highlight;box-shadow:none;opacity:.18}.badge{background:Highlight;color:Window}}.footer{z-index:1200}.footer-item.active{transform:translateY(-2px) scale(1.02)}.interests-page{font-family:Poppins,sans-serif;--accent: #c53a50;--accent-dark: #a02b3b;--accent-2: #b30000;padding-bottom:96px;background:#faf9f6;min-height:100vh;color:#222}html,body{overflow-x:hidden}.headerint{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:6.8rem!important;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centerint{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-80px}.interests-page .messages-topbar45{width:100%;height:6.5rem;position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f2e9db);box-shadow:0 2px 6px #00000014;padding-bottom:10px;padding-top:15px}.interests-page .header7{display:flex;justify-content:space-between;align-items:center;width:100%;height:72px;padding:20px;border-bottom:1px solid #e0e0e0;margin-top:4px;box-sizing:border-box}.interests-page .header7 .toggle{margin-left:8px;transform:translate(-18px);display:inline-flex;align-items:center;justify-content:center}.interests-page .heading{margin:0;font-size:24px;font-weight:700;letter-spacing:1px;color:var(--accent-2)}.interests-page .center{padding:20px;text-align:center;color:#666}.interests-page .interests-section{max-height:calc(100vh - 160px);overflow-y:auto;padding:12px 0 24px;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:linear-gradient(180deg,var(--accent),var(--accent-dark)) rgba(0,0,0,.06)}.interests-page .interests-section::-webkit-scrollbar{width:10px;height:10px}.interests-page .interests-section::-webkit-scrollbar-track{background:#00000008;border-radius:12px}.interests-page .interests-section::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--accent),var(--accent-dark));border-radius:10px;border:2px solid rgba(255,255,255,.6);min-height:28px}.interests-page .interests-section::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--accent-dark),var(--accent))}.interests-page .interests-toggle{display:inline-flex;align-items:center;justify-content:center}.interests-page .interests-toggle .switch{position:relative;display:inline-block;width:160px;height:40px;-webkit-tap-highlight-color:transparent;cursor:pointer}.interests-page .interests-toggle .switch input{opacity:0;width:0;height:0;position:absolute;left:0;top:0}.interests-page .interests-toggle .slider{position:absolute;inset:0;background:#fff;border-radius:28px;transition:background .26s ease;box-sizing:border-box;-webkit-user-select:none;user-select:none;overflow:hidden;display:flex;align-items:center}.interests-page .interests-toggle .slider .labels{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 12px;font-size:13px;font-weight:700;color:#520303f2;pointer-events:none;box-sizing:border-box;height:100%}.interests-page .interests-toggle .slider .labels span{display:inline-flex;align-items:center;height:100%;line-height:1}.interests-page .interests-toggle .slider .labels .label-sent{transform:translate(10px);display:inline-flex;align-items:center}.interests-page .interests-toggle .slider .labels .label-received{display:inline-flex;align-items:center}.interests-page .interests-toggle .slider .knob{position:absolute;height:36px;width:80px;left:4px;top:50%;transform:translateY(-50%);background:#2e7d32;border-radius:22px;box-shadow:0 8px 22px #0000001a;z-index:2;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;transition:left .36s cubic-bezier(.22,1.2,.36,1),color .22s ease;pointer-events:none;line-height:1;box-sizing:border-box;padding:0 8px}.interests-page .interests-toggle .slider .knob:before,.interests-page .interests-toggle .slider .knob:after{position:relative;display:inline-block;white-space:nowrap;pointer-events:none;transform:none;transition:opacity .18s ease,transform .18s ease;line-height:1}.interests-page .interests-toggle .slider .knob:before{content:"Sent";color:#f9faf9;opacity:1;left:30%;top:1px;transform:translate(6px)}.interests-page .interests-toggle .slider .knob:after{content:"Received";color:#fffdfd;opacity:0;right:20%;top:1px;transform:translate(-6px)}.interests-page .interests-toggle .switch input:checked+.slider{background:#fff}.interests-page .interests-toggle .switch input:checked+.slider .knob{left:calc(100% - 84px);color:#b73229}.interests-page .interests-toggle .switch input:checked+.slider .knob:before{opacity:0;transform:translate(0)}.interests-page .interests-toggle .switch input:checked+.slider .knob:after{opacity:1;transform:translate(0)}.interests-page .interests-toggle .switch input:focus+.slider{box-shadow:0 0 0 4px #b7322914;outline:none}.interests-page .interests-toggle .slider .knob:before{transform-origin:center}.interests-page .interests-toggle .slider .knob:after{transform-origin:center}@media(max-width:600px){.interests-page .interests-toggle .switch{width:140px;height:36px}.interests-page .interests-toggle .slider .labels{padding:0 10px}.interests-page .interests-toggle .slider .labels .label-sent{transform:translate(6px)}.interests-page .interests-toggle .slider .labels .label-received{transform:translate(-6px)}.interests-page .interests-toggle .slider .knob{height:32px;width:72px;left:3px;padding:0 6px}.interests-page .interests-toggle .slider .knob:before{transform:translate(3px)}.interests-page .interests-toggle .slider .knob:after{transform:translate(-3px)}.interests-page .interests-toggle .switch input:checked+.slider .knob{left:calc(100% - 75px)}}.interests-page .interests-tabs{padding-top:4px;display:flex;gap:12px;align-items:center;box-sizing:border-box;padding-left:16px;padding-bottom:10px}.interests-page .interests-tabs .tab{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:transparent;border:1px solid rgba(75,2,2,.06);color:#6b6b6b;font-weight:600;font-size:14px;cursor:pointer;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease,color .18s ease,background .22s ease;box-shadow:none;outline:none;-webkit-tap-highlight-color:transparent;line-height:1}.interests-page .interests-tabs .tab:hover,.interests-page .interests-tabs .tab:focus{transform:translateY(-4px);color:var(--accent, #c53a50);border-color:#c53a501f;box-shadow:0 8px 20px #c53a500a}.interests-page .interests-tabs .tab.active{color:#fff;background:linear-gradient(90deg,#a50d0d,#520303f2);border-color:transparent;box-shadow:0 10px 30px #c53a501f,inset 0 -2px #ffffff0a;transform:translateY(-2px)}.interests-page .interests-tabs .tab:after{content:"";position:absolute;left:12px;right:12px;bottom:-8px;height:3px;border-radius:3px;background:transparent;transform-origin:left center;transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .22s ease;opacity:0;transform:scaleX(0);pointer-events:none}.interests-page .interests-tabs .tab.active:after{background:linear-gradient(90deg,#ffffff2e,#ffffff0f);opacity:1;transform:scaleX(1)}.interests-page .card4{display:flex;gap:14px;padding:10px 18px;margin-top:0;border-bottom:1px solid #eee;transition:background .12s ease,transform .12s ease;cursor:pointer;border:1px solid rgba(0,0,0,.02);align-items:center;background:#fff;min-height:70px;height:auto;opacity:1;transform-origin:center top;overflow:visible;box-sizing:border-box}@keyframes card-pop-in{0%{opacity:0;transform:translateY(10px) rotate(-.6deg) scale(.995)}60%{transform:translateY(-4px) rotate(.2deg) scale(1.002)}to{opacity:1;transform:translateY(0) rotate(0) scale(1)}}.interests-page .card4:hover{background:#7a002008;transform:translateY(-1px)}.card4-name{margin-top:7px;padding-top:11px;color:#b73229;padding-left:12px;font-size:15px}.interests-page .img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #eee}.interests-page .sub{font-size:13px;color:#121212;margin-top:4px;padding-left:12px}.interests-page .status-row{margin-top:6px;display:flex;align-items:center;gap:8px}.interests-page .pill{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 10px 6px;min-height:24px;line-height:1;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;position:relative;z-index:0;transition:color .32s cubic-bezier(.2,.9,.2,1),transform .18s ease;white-space:nowrap;border-radius:12px;border:1px solid transparent}.interests-page .pill.accepted{color:#2e7d32;transform:none}.interests-page .pill.rejected{color:#c62828}.interests-page .pill.pending{color:#333}.interests-page .msgBtn{padding:6px 12px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s ease,opacity .16s ease;margin-left:12px;align-self:center;opacity:1;pointer-events:auto;transform:translateY(4px)}.interests-page .card4:hover .msgBtn{opacity:1;pointer-events:auto;transform:translateY(0);box-shadow:0 8px 20px #0000001f}.interests-page .msgBtn:hover{transform:translateY(-4px)}.interests-page .msgBtn:active{transform:translateY(0)}@media(max-width:600px){.interests-page .heading{font-size:20px!important}.interests-page .interests-toggle .switch{width:140px;height:36px}.interests-page .interests-toggle .slider .knob{height:32px;width:72px;left:3px;font-size:12px}.interests-page .interests-toggle .switch input:checked+.slider .knob{left:calc(100% - 75px)}.interests-page .card4{margin:0 auto 12px;height:auto;padding:10px}.interests-page .img{width:48px;height:48px}.interests-page .pill{min-height:20px;padding:5px 8px;font-size:11px}.interests-page .interests-section{max-height:calc(100vh - 200px);padding:8px 0 16px}}@media(prefers-reduced-motion:reduce){.interests-page .card4,.interests-page .tab,.interests-page .interests-toggle .slider .knob,.interests-page .msgBtn{transition:none!important;animation:none!important;transform:none!important}}@media(min-width:601px)and (max-width:900px){.headerint{padding:9px 12px;height:6rem!important}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerint{gap:12px;margin-left:-14px}.interests-page .messages-topbar{height:60px}.interests-page .header7{margin-top:-14px;padding:22px;min-height:86px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.interests-page .heading{font-size:22px;margin-top:20px;line-height:1;letter-spacing:1px;position:static}.interests-page .interests-toggle .switch{width:150px;height:38px;left:0;margin:0 auto;top:10px}.interests-page .interests-toggle .slider .knob{height:34px;width:76px;font-size:12px}.interests-page .interests-toggle .switch input:checked+.slider .knob{left:calc(100% - 80px)}.interests-page .interests-tabs{gap:10px;padding-left:14px}.interests-page .interests-tabs .tab{font-size:13px;padding:7px 14px}.interests-page .card4{margin:auto;padding:10px 12px;height:auto;gap:12px}.card4-name{font-size:13px;padding-left:10px;margin-top:4px;padding-top:8px}.interests-page .sub{font-size:12px;padding-left:10px}.interests-page .img{width:54px;height:54px}.interests-page .pill{font-size:11px;padding:4px 8px}.interests-page .msgBtn{font-size:11px;padding:5px 10px;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.interests-page .card4:hover .msgBtn{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;box-shadow:0 8px 20px #0000001f}.interests-page .interests-section{max-height:calc(100vh - 144px);padding:10px 0 20px}}@media(max-width:600px){.headerint{padding:8px 10px;height:4.4rem!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centerint{gap:10px;margin-left:-25px}.interests-page .messages-topbar{height:56px}.interests-page .header7{margin-top:-2px;min-height:72px;padding:18px 14px 12px;display:flex;align-items:center;justify-content:space-between}.interests-page .heading{font-size:18px;letter-spacing:.5px}.interests-page .header7 .toggle{transform:translate(0)}.interests-page .interests-toggle .switch{width:160px;height:38px;left:0}.interests-page .interests-toggle .slider .labels{width:100%;display:flex;align-items:center;padding:0}.interests-page .interests-toggle .slider .labels span{flex:1;text-align:center;justify-content:center}.interests-page .interests-toggle .slider .labels .label-sent,.interests-page .interests-toggle .slider .labels .label-received{transform:none}.interests-page .interests-toggle .slider .knob{height:34px;width:82px;left:3px;font-size:11px;padding:0 6px}.interests-page .interests-toggle .switch input:checked+.slider .knob{left:calc(100% - 85px)}.interests-page .interests-tabs{gap:8px;padding-left:12px;padding-top:10px}.interests-page .interests-tabs .tab{font-size:12px;padding:6px 12px}.interests-page .card4{margin:0 auto auto;padding:10px;height:auto;gap:10px}.card4-name{font-size:12px;padding-left:8px;margin-top:2px;padding-top:6px}.interests-page .sub{font-size:11px;padding-left:8px;margin-top:2px}.interests-page .status-row{margin-top:4px}.interests-page .img{width:48px;height:48px}.interests-page .pill{font-size:10px;padding:3px 7px;min-height:18px}.interests-page .msgBtn{font-size:11px;padding:5px 10px;margin-left:6px;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.interests-page .card4:hover .msgBtn,.interests-page .card4:active .msgBtn{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;box-shadow:0 8px 20px #0000001f}.interests-page .interests-section{max-height:calc(100vh - 176px);padding:8px 0 16px}}@media(min-width:901px)and (max-width:1100px){.interests-page .header7{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;height:auto;min-height:72px;margin-top:85px}.interests-page .heading{display:block;font-size:30px;margin:0}.interests-page .interests-toggle{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.interests-page .interests-toggle .switch{position:relative;left:0!important;margin:0}}@media(min-width:601px){.interests-page .header7{position:relative;justify-content:flex-start}.interests-page .header7 .toggle{position:absolute;left:50%;transform:translate(-50%);margin-left:0}}@media(min-width:1000px){.interests-page .header7{padding-left:28px;padding-right:28px;margin-top:6px!important}.interests-page .heading{position:relative;z-index:2}.headerint{padding:9px 12px}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerint{gap:12px;margin-left:-85px}}:root{--accent: #7a0020;--accent-2: #b30000;--card-bg: #ffffff;--input-bg: #ffffff;--input-border: #e6dfe0;--text: #222;--radius: 12px;--shadow: 0 18px 50px rgba(0,0,0,.08);--gap: 14px;--card-max: 640px;--form-inner-max: 520px;--font-sans: "Poppins", sans-serif;--base-size: 13px;--base-line-height: 1.15;--label-size: 12px;--small-size: 10px;--muted-text: #6b6b6b;--heading-color: var(--accent);--error: #c62828}html,body{margin:0;padding:0;box-sizing:border-box;height:100%;font-family:var(--font-sans);color:var(--text)}.messages-page2{box-sizing:border-box;background:#faf9f6;min-height:100vh;padding-bottom:80px}.headermsg{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:6.8rem!important;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centermsg{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-83px!important}.messages-header{z-index:50;width:100%;height:62px;padding:20px;border-bottom:1px solid #eee;background:linear-gradient(180deg,#fffffff2,#fafafaf2);text-align:center;box-sizing:border-box}.messages-heading{margin:0;font-size:24px;letter-spacing:1px;font-weight:700;color:var(--accent-2)}.messages-center{padding:40px;text-align:center;color:#777}.messages-list-pane{display:flex;flex-direction:column;height:calc(100vh - 7.2rem);max-height:calc(100vh - 7.2rem);overflow:hidden;padding:0;background:transparent;border-radius:var(--radius);box-shadow:0 10px 30px #0000000a;min-width:0;margin:12px}.messages-list{flex:1 1 auto;min-height:0;overflow-y:auto;-ms-overflow-style:auto;scrollbar-width:thin;padding:8px;display:flex;flex-direction:column;gap:6px;-webkit-overflow-scrolling:touch}.messages-list::-webkit-scrollbar{width:10px;height:10px}.messages-list::-webkit-scrollbar-track{background:#00000008;border-radius:12px}.messages-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--accent),var(--accent-2));border-radius:10px;border:3px solid rgba(255,255,255,.6);min-height:32px}.messages-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--accent-2),var(--accent))}.messages-card{display:flex;gap:10px;padding:16px 18px;border-radius:10px;align-items:center;cursor:pointer;transition:background .12s ease,transform .12s ease;background:#fff;border:1px solid rgba(0,0,0,.02)}.messages-card:hover{background:#7a002008;transform:translateY(-1px)}.messages-card.active{background:linear-gradient(90deg,#7a00200a,#fff0);border-left:3px solid var(--accent)}.messages-img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none;background:#f3f3f3}.messages-middle{flex:1;min-width:0}.messages-topRow{display:flex;justify-content:space-between;align-items:center;gap:8px}.messages-name{font-weight:600;font-size:15px;color:#b73229;display:inline-block;max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.messages-topRight{display:flex;align-items:center;gap:8px;min-width:40px;justify-content:flex-end;margin-left:auto;flex:0 0 auto}.messages-badge,.messages-unread-badge{background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:999px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #7a00201f}.messages-last{font-size:13px;color:#666;margin-top:6px;display:flex;justify-content:space-between;align-items:center;width:100%}.messages-last-left{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.messages-tick{font-size:12px;color:#bbb;display:inline-block;line-height:1;flex:0 0 auto;margin-right:4px}.messages-last-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:13px;display:inline-block;max-width:100%}.tickDelivered{color:#aaa}.tickRead{color:#4fc3f7}.messages-time-bottom{font-size:12px;color:#999;white-space:nowrap;margin-left:8px;flex-shrink:0;flex:0 0 auto}.messages-card:focus,.messages-img:focus,.chat-input:focus{outline:none;box-shadow:0 0 0 3px #7a00200a}.footer-space{height:80px}@media(max-width:920px){.messages-page2{padding-top:5rem}.messages-list-pane{height:calc(100vh - 6.5rem);margin:8px}.messages-list{max-height:50vh;padding:6px}.messages-img{width:44px;height:44px}.messages-name{font-size:13px;max-width:60%}.messages-last-text{font-size:12px}.messages-topbar2{height:4.6rem}.messages-header{top:4.6rem}}@media(min-width:601px)and (max-width:900px){.headermsg{width:100%;display:flex;align-items:center;justify-content:space-between;height:7.4rem!important;padding:6px 12px;margin-top:-65px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centermsg{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;flex:1;margin-left:-14px!important;margin-top:-18px!important}.logo{width:65px;height:44px;object-fit:contain;display:block}.title{font-family:UnifrakturMaguntia,cursive;font-size:22px;letter-spacing:.4px;color:#a50d0d}.messages-header{margin-top:-18px!important;height:5vh!important;padding:10px 20px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eaeaea;box-sizing:border-box}.messages-heading{font-size:22px;margin:0;line-height:1;letter-spacing:1px;text-align:center}.messages-card{padding:14px 16px;gap:12px}.messages-img{width:54px;height:54px}.messages-name{font-size:14px}.messages-last-text{font-size:12px;padding-bottom:8px}.messages-time-bottom{font-size:11px}}@media(max-width:600px){.headermsg{padding:8px 10px;height:4.4rem!important;margin-top:-65px}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centermsg{gap:10px;margin-left:-25px!important}.messages-header{margin-top:1px!important;height:5vh;padding:18px 14px 12px;display:flex;align-items:center;justify-content:space-between}.messages-heading{font-size:20px;letter-spacing:.5px;margin-left:35%}.messages-card{padding:14px 16px;gap:12px}.messages-img{width:44px;height:44px}.messages-name{font-size:14px}.messages-last-text{font-size:12px;padding-bottom:8px}.messages-time-bottom{font-size:9px}.messages-badge,.messages-unread-badge{font-size:10px;background:var(--accent);color:#fff;padding:4px 8px;border-radius:999px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #7a00201f}}.page_8{padding:95px 20px 20px;background:#faf9f6;font-family:Poppins,sans-serif;color:#222}.headermy{width:100%;display:flex;align-items:center;justify-content:space-between;height:6.8rem!important;padding:12px 20px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centermy{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-84px}.viewer_8{position:relative;width:100%;height:60vh;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-top:-95px;box-shadow:0 2px 6px #0000000a}.viewer-image_8{max-width:100%;max-height:100%;object-fit:contain}.left-arrow_8,.right-arrow_8{position:absolute;top:50%;transform:translateY(-50%);font-size:28px;-webkit-user-select:none;user-select:none;color:#7a0020;padding:6px;border-radius:6px;background:#ffffffd9;box-shadow:0 2px 6px #0000000f;border:none;cursor:pointer}.arrow-disabled_8,.left-arrow_8[disabled],.right-arrow_8[disabled]{opacity:.35;cursor:default;pointer-events:none}.left-arrow_8{left:10px}.right-arrow_8{right:10px}.edit-icon-top_8{position:absolute;top:15px;right:10px;cursor:pointer;color:#8b0000;padding:6px;border-radius:6px;font-size:30px}.display-wrapper_8{position:relative;margin-top:-60px;width:160px;height:160px}.display-photo_8{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 6px 18px #00000014}.dp-edit_8{position:absolute;bottom:9px;right:10px;cursor:pointer;color:#8b0000;padding:6px;border-radius:6px;font-size:30px}.verified-badge{display:flex;align-items:center}.badge-svg{width:90px;height:28px;display:block}.name-with-badge1{display:flex;align-items:center;gap:20px;flex-wrap:nowrap;position:relative;font:italic;margin-top:-90px;margin-left:175px;margin-bottom:70px}.verified-badge1{display:flex;align-items:center}.badge-svg{width:90px;height:28px;display:block;overflow:visible}.profile-name1{font-size:2rem;font-weight:700;color:#a50d0d;margin:0}.card_8{background:#fff;margin-top:20px;padding:15px;border-radius:8px;box-shadow:0 2px 8px #00000008}.card-header_8{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.card-header_8 h3{margin:0;color:#8b0000;font-size:24px;text-align:center}.card-edit-icon_8{display:flex;align-items:flex-end}.card-header_8 svg,.card-edit-icon_8{color:#8b0000;cursor:pointer;margin-right:10px;font-size:20px}.card_8 .row_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:10px 14px;border-radius:6px;background:#fff}.card_8 .label_8{width:180px;font-weight:700;color:#8b0000;font-size:15px}.card_8 .value_8{color:#555;margin-left:auto;text-align:right;min-width:120px;font-size:15px}.section_8{margin-top:25px}.section-label_8{font-weight:600;margin-bottom:6px;display:block;color:#7a0020}.section-heading_8{margin-bottom:10px}.kul-group_8{margin-bottom:12px}.kul-title_8{font-weight:700;color:#8b0000}.kul-content_8{margin-left:10px;color:#555}.disabled-text_8{color:#888}.accordion-box_8{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;overflow:hidden}.accordion-header_8{background:#f9f9f9;padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;font-weight:600}.accordion-body_8{padding:12px}.search-input_8{width:100%;padding:8px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc}.checkbox-row_8{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.pref-gothra-wrapper_8{margin-top:10px}.pref-gothra-heading_8{font-weight:700;margin-bottom:5px}.kul-block_8{margin-bottom:10px}.kul-name_8{font-weight:600;color:#8b0000}.gothra-list_8{margin-left:10px;color:#555}.all-gothra-text_8{margin-left:10px;color:#888}@media(max-width:720px){.form-grid_8{grid-template-columns:1fr}.card_8 .row_8{flex-direction:column;align-items:flex-start}.card_8 .label_8{width:100%;margin-bottom:6px}.card_8 .value_8{width:100%;text-align:left;margin-left:0}}@media(min-width:601px)and (max-width:900px){.headermy{width:100%;display:flex;align-items:center;justify-content:space-between;height:6rem!important;padding:6px 12px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centermy{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px!important;flex:1;margin-left:-12px!important}.logo{width:65px;height:44px;object-fit:contain;display:block}.title{font-family:UnifrakturMaguntia,cursive;font-size:22px;letter-spacing:.4px;color:#a50d0d}}@media(max-width:600px){.headermy{width:100%;height:4.4rem!important;padding:8px 12px!important;margin-top:0!important;position:fixed;top:-1px;left:0;z-index:999;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f2e9db)}.header-centermy{display:flex;align-items:center;justify-content:center;gap:10px!important;margin-left:-26px!important;width:100%;margin-top:2px}.logo{width:58px!important;height:38px!important;object-fit:contain}.title{font-size:20px!important;letter-spacing:.4px!important}.page_8{padding-top:75px!important}.viewer_8{position:relative;width:100%;background:#fff;overflow:hidden;padding:0;min-height:unset;height:auto;margin-top:0!important}.viewer-image_8{width:100%;height:auto;display:block;object-fit:contain}}@media(max-width:360px){.profile-name1{font-size:16px;margin-top:10px;margin-left:-30px}.card-header_8 h3{font-size:22px}.badge-svg{width:70px;height:20px;margin-top:20px}.display-photo_8{width:130px;height:130px}.card_8{margin-top:-25px}.dp-edit_8{bottom:25px;right:30px;font-size:30px}}:root{--accent: #7a0020;--photo-border-dashed: rgba(222,125,125,.95);--shadow-strong: 0 18px 40px rgba(0,0,0,.28);--shadow-medium: 0 14px 36px rgba(0,0,0,.28);--radius: 14px;--page-max-width: 980px;--text: #1d1c1c}.headermanagephoto{position:fixed;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:6.8rem!important;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db);z-index:1200;margin-top:0}.header-centermanagephoto{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-98px!important}.manage-photos-page{background:#faf9f6;padding:170px 40px 40px;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;box-sizing:border-box;font-family:Poppins,sans-serif;color:var(--text)}.photo-header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:12px;margin-bottom:12px;margin-left:0;padding-left:0;margin-top:-50px}.photo-back-btn1{position:static;background:none;border:none;font-size:30px;color:#000;cursor:pointer;line-height:1;padding:0;margin-top:-15px;margin-left:-16px}.photo-title-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0;padding:0}.photo-heading{margin-top:-12px;font-size:24px;text-align:left;color:var(--accent);line-height:1.2;margin-left:4px}.photo-desc{font-size:15px;color:#666;text-align:left;line-height:1.4;margin:-12px 0 0 4px}.photo-back-btn1:hover{background:#ffffff26}.manage-photos-page .mp-grid{display:grid;grid-template-columns:repeat(3,140px);grid-template-rows:repeat(2,140px);gap:24px 32px;justify-content:center;align-items:center;margin-top:10px;width:fit-content;margin-inline:auto}.manage-photos-page .mp-box{width:140px;height:140px;border-radius:5px;overflow:hidden;cursor:pointer;border:3px dashed var(--photo-border-dashed);background:linear-gradient(180deg,#ffffff0d,#ffffff08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative}.manage-photos-page .mp-box.filled{border-style:3px solid;border-color:#0000000f;background:linear-gradient(180deg,#ffffff0d,#ffffff08)}.manage-photos-page .mp-box.selected{border:3px solid var(--accent);box-shadow:var(--shadow-strong);transform:translateY(-6px)}.manage-photos-page .mp-box:hover,.manage-photos-page .mp-box:focus-within{transform:translateY(-6px);box-shadow:var(--shadow-medium);border-color:#ffffff1f;outline:none}.manage-photos-page .mp-photoWrapper{position:relative;width:100%;height:100%}.manage-photos-page .mp-image{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.manage-photos-page .mp-uploadBox{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#67181899;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:5px;border:none;background:transparent}.manage-photos-page .mp-uploadBox input[type=file]{display:none}.manage-photos-page .mp-deleteBtn{position:absolute;top:8px;right:6px;width:20px;height:20px;border-radius:50%;border:none;background:#0000003d;color:#fff;font-size:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,background .12s ease;padding:0}.manage-photos-page .mp-box:hover .mp-deleteBtn,.manage-photos-page .mp-box:focus-within .mp-deleteBtn{opacity:1;transform:translateY(0)}.manage-photos-page .mp-buttonRow{margin-top:30px;display:flex;gap:12px;width:100%;justify-content:center;align-items:center;width:fit-content;margin-inline:auto;box-sizing:border-box;padding:12px 24px;height:40px}.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-cancelBtn{padding:12px 18px;background:var(--btn-gradient);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 8px 20px #c53a502e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;display:inline-flex;align-items:center;justify-content:center;width:120px}.manage-photos-page .mp-primaryBtn:hover:not(:disabled),.manage-photos-page .mp-cancelBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #b300001f}.manage-photos-page .mp-primaryBtn:disabled,.manage-photos-page .mp-cancelBtn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.manage-photos-page .mp-cancelBtn{box-shadow:0 6px 16px #c53a501f}.manage-photos-page .mp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.manage-photos-page .mp-popup{background:#fff;padding:20px 30px;border-radius:10px;text-align:center;min-width:300px;box-shadow:0 4px 20px #0003;color:#1d1c1c}.manage-photos-page .mp-okBtn{margin-top:15px;padding:8px 20px;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer}.app-mode .photo-desc{margin-left:-38px!important}@media(max-width:920px){.manage-photos-page .mp-grid{grid-template-columns:repeat(3,140px);grid-template-rows:repeat(2,140px);gap:18px}}@media(max-width:640px){.manage-photos-page .mp-grid{grid-template-columns:repeat(2,140px);grid-auto-rows:140px;gap:12px}.manage-photos-page h2{font-size:20px}.manage-photos-page .mp-buttonRow{flex-direction:column;gap:10px;font-size:14px}.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-cancelBtn{width:100%}}@media(prefers-reduced-motion:reduce){.manage-photos-page .mp-box,.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-deleteBtn{transition:none!important;transform:none!important;animation:none!important}}@media(min-width:765px)and (max-width:900px){.headermanagephoto{padding:9px 12px;height:6rem!important;min-height:52px!important}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centermanagephoto{gap:12px;margin-left:-18px!important}.interests-page .messages-topbar{height:60px}.manage-photos-page{padding:24px 40px 140px;min-height:100vh}.photo-back-btn1{margin-left:-22px;font-size:26px;margin-top:-40px!important}.photo-heading{font-size:22px;margin-left:4px!important;margin-top:-38px!important}.photo-desc{font-size:16px;margin-left:4px!important;margin-top:-6px!important}.manage-photos-page .mp-grid{grid-template-columns:repeat(3,120px);grid-template-rows:repeat(2,120px);gap:16px 20px;margin-left:0;justify-content:center;padding-top:10px}.manage-photos-page .mp-box{width:120px;height:120px}.manage-photos-page .mp-uploadBox{font-size:40px}.manage-photos-page .mp-buttonRow{margin-left:0;margin-top:24px;justify-content:center}.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-cancelBtn{font-size:14px;padding:10px 16px}.manage-photos-page .mp-popup{min-width:260px;padding:18px 24px}}@media(max-width:599px){.headermanagephoto{padding:8px 10px;height:4.4rem!important;min-height:50px}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centermanagephoto{gap:10px;margin-left:-25px!important}.manage-photos-page{padding:140px 12px 16px;min-height:100vh;justify-content:flex-start}.photo-back-btn1{font-size:24px;margin-left:10px;margin-top:-18px}.photo-desc{font-size:14px;margin-top:-1px!important;margin-left:8px}.photo-title-wrap{margin-top:8px}.photo-header{margin-bottom:-2px}.manage-box{width:100%;box-sizing:border-box}.manage-photos-page h2{font-size:18px;margin-top:-22px!important;margin-left:8px}.manage-photos-page .mp-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:10px;margin-left:0;margin-top:15px!important;width:100%;max-width:100%;padding-top:10px}.manage-photos-page .mp-box{width:100%;height:0;padding-bottom:100%;position:relative;box-sizing:border-box}.manage-photos-page .mp-box>*,.manage-photos-page .mp-box .mp-photoWrapper,.manage-photos-page .mp-box .mp-uploadBox{position:absolute;inset:0;width:100%;height:100%}.manage-photos-page .mp-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.manage-photos-page .mp-uploadBox{font-size:32px;position:absolute;inset:0}.manage-photos-page .mp-deleteBtn{top:6px;right:5px;width:18px;height:18px;font-size:12px;opacity:1;transform:translateY(0)}.manage-photos-page .mp-buttonRow{margin-top:18px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%}.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-cancelBtn{width:100px;font-size:13px;padding:11px 12px}.manage-photos-page .mp-popup{min-width:240px;width:80%;padding:16px 18px}.manage-photos-page .mp-popup p{font-size:13px}.manage-photos-page .mp-okBtn{padding:7px 16px;font-size:13px}}@media(min-width:768px)and (max-width:1025px){.manage-photos-page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:180px;min-height:100vh;box-sizing:border-box}.manage-box{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.manage-photos-page .mp-grid{display:grid;grid-template-columns:repeat(3,120px);grid-template-rows:repeat(2,120px);gap:18px;justify-content:center;margin:0 auto}.manage-photos-page .mp-box{width:120px;height:120px}.manage-photos-page .mp-buttonRow{width:100%;display:flex;justify-content:center;align-items:center;gap:14px;margin:26px auto 0;padding:0;box-sizing:border-box}}@media(min-width:901px)and (max-width:1200px){.photo-heading{font-size:20px;margin-top:-22px!important;margin-left:8px!important}.photo-back-btn1{margin-top:-25px!important;font-size:26px}.photo-desc{font-size:16px;margin-left:8px!important;margin-top:-4px!important}.manage-photos-page .mp-grid{padding-top:20px}.headermanagephoto{padding:9px 12px;height:6.8rem!important;min-height:88px!important}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centermanagephoto{gap:12px;margin-left:-118px!important;margin-top:-1px}}@media(max-width:390px){.photo-heading{margin-top:14px}.photo-header{padding-bottom:-2px!important}.manage-photos-page h2{font-size:18px;margin-left:8px;margin-top:1px}.manage-photos-page p{font-size:14px;margin-left:8px}.photo-back-btn1{left:12px;margin-bottom:23px!important}}@media(min-width:1400px){.photo-back-btn1{left:6px;margin-top:-40px!important;font-size:30px}.photo-heading{margin-top:-42px;margin-left:8px!important}.photo-desc{margin-left:8px!important}.header-centermanagephoto{gap:12px;margin-left:-98px!important;margin-top:-1px!important}.manage-photos-page{padding-top:200px}}@media(min-width:1512px){.photo-back-btn1{margin-top:-40px!important}.photo-heading{margin-top:-42px!important}.manage-photos-page .mp-grid{margin-top:20px}}@media(min-width:600px)and (max-width:760px){.headermanagephoto{padding:8px 10px;height:4.4rem!important;min-height:50px}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centermanagephoto{gap:10px;margin-left:-25px!important}.manage-photos-page{padding:140px 12px 16px;min-height:100vh;justify-content:flex-start}.photo-back-btn1{font-size:24px;margin-left:10px;margin-top:-18px}.photo-desc{font-size:14px;margin-top:-1px!important;margin-left:8px}.photo-title-wrap{margin-top:8px}.photo-header{margin-bottom:-2px}.manage-box{width:100%;box-sizing:border-box}.manage-photos-page h2{font-size:18px;margin-top:-22px!important;margin-left:8px}.manage-photos-page .mp-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;column-gap:10px;row-gap:70px;margin-left:0;margin-top:40px!important;width:100%;max-width:100%;padding-top:10px}.manage-photos-page .mp-box{width:100%;height:0;padding-bottom:100%;position:relative;box-sizing:border-box}.manage-photos-page .mp-box>*,.manage-photos-page .mp-box .mp-photoWrapper,.manage-photos-page .mp-box .mp-uploadBox{position:absolute;inset:0;width:100%;height:100%}.manage-photos-page .mp-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.manage-photos-page .mp-uploadBox{font-size:32px;position:absolute;inset:0}.manage-photos-page .mp-deleteBtn{top:6px;right:5px;width:18px;height:18px;font-size:12px;opacity:1;transform:translateY(0)}.manage-photos-page .mp-buttonRow{margin-top:48px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%}.manage-photos-page .mp-primaryBtn,.manage-photos-page .mp-cancelBtn{width:100px;font-size:13px;padding:11px 12px}.manage-photos-page .mp-popup{min-width:240px;width:80%;padding:16px 18px}.manage-photos-page .mp-popup p{font-size:13px}.manage-photos-page .mp-okBtn{padding:7px 16px;font-size:13px}}:root{--accent: #7a0020;--input-border: #e6dfe0;--input-bg: #ffffff;--text: #222;--muted-text: #6b6b6b;--error: #c62828;--radius: 8px;--font-sans: "Poppins", sans-serif;--page-max-width: 980px;--btn-gradient: linear-gradient(135deg,#992a22,#d63b2f)}.headerinfo{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:6.8rem!important;min-height:90px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centerinfo{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-98px;margin-top:-2px}.info-heading{margin-top:18px;font-size:24px;text-align:left;color:var(--accent);margin-left:68px}.info-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:2px;position:relative}.info-desc{font-size:15px;color:#666;margin:-10px 0 6px 68px;text-align:left;justify-content:center}.info-title-wrap{display:flex;flex-direction:column;gap:2px}.edit-basic-wrapper{position:fixed;inset:0;display:flex;flex-direction:column;background:#faf9f6;z-index:1000;-webkit-font-smoothing:antialiased;padding-bottom:1%}.es-back-btn{position:absolute;left:20px;background:none;border:none;font-size:30px;cursor:pointer;color:#000;padding:0 4px;line-height:1;margin-top:15px}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.page0{margin:0 auto;width:50%;max-width:var(--page-max-width);box-sizing:border-box;margin-top:calc(var(--header-height) *.4);border:1px solid #b30000;height:calc(100vh - 120px);margin-bottom:60px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06);background:linear-gradient(180deg,#41414200,#faf7f4);border-radius:10px;box-shadow:0 6px 20px #12263f0f;padding:22px;z-index:100}.page0::-webkit-scrollbar{width:8px}.page0::-webkit-scrollbar-thumb{background:#00000014;border-radius:8px}.page0{-ms-overflow-style:auto;scrollbar-width:thin}.grid0{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;align-items:start;padding-top:5px}.col-60{grid-column:span 6}.full-row0{grid-column:1 / -1}.field0{display:flex;flex-direction:column;gap:6px}.label0{font-size:16px;font-weight:600;color:var(--accent)}.input0{min-height:40px;padding:8px 12px;font-size:15px;color:var(--text);background:var(--input-bg);border:1px solid var(--accent);border-radius:var(--radius);outline:none;transition:border-color .12s ease,box-shadow .12s ease;-webkit-appearance:none;appearance:none}.textarea0{min-height:120px;padding-top:10px;padding-bottom:10px;resize:vertical;line-height:1.4}input[type=date].input0{padding:6px 10px}select.input0{padding-right:12px;cursor:pointer}.btnRow0{display:flex;gap:15px;margin-top:20px;justify-content:center;align-items:center;background:transparent;padding:0;border-radius:0;box-shadow:none;z-index:auto}.btn0{height:40px;padding:8px 14px;background:var(--btn-gradient);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px}.btn-secondary0{background:var(--btn-gradient);color:#fff}.btn0,.btn-secondary0{width:120px}.btn0:hover,.btn-secondary0:hover{transform:translateY(-2px)}.app-mode .info-desc{margin-left:24px!important}@media(min-width:701px)and (max-width:900px){.headerinfo{width:100%;display:flex;align-items:center;justify-content:space-between;height:5.9rem!important;min-height:50px!important;padding:6px 12px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerinfo{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;flex:1;margin-left:-14px!important;margin-top:1px}.page0{max-width:92%;width:92%;padding:16px;margin:30px auto 12px;height:auto;min-height:auto;max-height:calc(100vh - 150px);overflow-y:auto}.info-heading{font-size:20px;margin-left:55px!important}.es-back-btn{margin-top:15px!important;font-size:26px;left:14px}.info-desc{font-size:16px;margin-left:55px!important}.label0{font-size:16px;font-weight:700;color:var(--accent)}.input0{font-size:14px;min-height:38px;padding:7px 10px}.grid0{gap:12px}.btn0,.btn-secondary0{height:40px;font-size:14px;padding:0 16px}select.input0{font-size:12px;min-height:34px;height:34px;padding:4px 28px 4px 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237a0020' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:9px;-webkit-appearance:none;appearance:none;width:auto;max-width:100%;box-sizing:border-box}select.input0 option{font-size:12px}}.input0[aria-invalid=true],.input0.invalid,.textarea0[aria-invalid=true],.textarea0.invalid{border-color:var(--error);box-shadow:0 4px 14px #c628280f}select.input0 option[value=""]{color:var(--muted-text)}.page0 :focus{outline:3px solid rgba(122,0,32,.12);outline-offset:2px}@media(max-width:699px){.btnRow0{flex-direction:column;align-items:stretch}.btn0,.btn-secondary0{width:100%}}@media(max-width:390px){.grid0{grid-template-columns:repeat(6,1fr)}.col-60{grid-column:span 6}.page0{max-width:720px;padding:18px}}@media(max-width:699px){.headerinfo{padding:8px 10px;height:4.4rem!important;min-height:50px}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centerinfo{gap:10px;margin-left:-25px;margin-top:1px!important}:root{--header-height: 56px}.es-back-btn{font-size:24px;margin-top:19px!important;left:18px}.info-heading{font-size:20px;margin-left:62px;margin-top:15px;gap:10px}.info-desc{font-size:14px;margin-left:62px}.info-title-wrap{margin-top:8px}.info-header{margin-bottom:-2px}.grid0{grid-template-columns:1fr;gap:12px}.edit-basic-wrapper{padding-bottom:0}.page0{width:95%;max-width:95%;padding:14px 12px 70px;height:calc(100vh - 210px);overflow-y:auto;border:1px solid #b30000;border-bottom:3px solid #b30000;margin-bottom:70px;border-radius:8px;box-shadow:none;box-sizing:border-box}.grid0{grid-template-columns:1fr;gap:10px}.col-60,.full-row0{grid-column:1 / -1}.label0{font-size:14px}.input0{font-size:14px;min-height:38px;padding:7px 10px}.textarea0{min-height:100px;font-size:13px}.btnRow0{flex-direction:row;gap:10px;margin-top:16px;justify-content:center}.btn0,.btn-secondary0{height:40px;font-size:13px;padding:0 14px;width:100px}select.input0{font-size:12px;min-height:32px;height:32px;padding:4px 28px 4px 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237a0020' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:9px;-webkit-appearance:none;appearance:none;width:auto;max-width:100%;cursor:pointer;box-sizing:border-box}select.input0 option{font-size:12px}select.input0 option[value=""]{color:var(--muted-text);font-size:12px}}@media(min-width:1512px){.page0{margin-top:15px!important}.es-back-btn,.info-heading{margin-top:20px!important}.header-centerinfo{margin-left:-98px!important;margin-top:-1px}.headerinfo{height:7.8rem!important;min-height:60px!important}}@media(min-width:901px)and (max-width:1200px){.page0{width:72%;max-width:900px;font-size:18px;margin-top:20px!important;padding:14px 12px 30px;height:calc(95vh - 340px);overflow-y:auto;border:1px solid #b30000;border-bottom:3px solid #b30000}.info-heading{font-size:20px;margin-top:22px}.es-back-btn{margin-top:28px;font-size:22px}.info-desc{font-size:16px}.headerinfo{padding:9px 12px;height:6.8rem!important;min-height:88px}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerinfo{gap:12px;margin-left:-85px;margin-top:-1px}}@media(max-width:380px){.es-back-btn{left:18px;margin-top:18px!important}.info-heading{margin-top:14px}.page0{margin-top:15px!important}.info-header{padding-bottom:-2px!important}}@media(min-width:1400px){.page0{margin-top:20px;padding:14px 12px 30px}.es-back-btn{left:19px;margin-top:17px!important}.info-heading{margin-top:18px}}@media(max-width:900px){.grid0{grid-template-columns:repeat(2,1fr)!important;gap:10px}.col-60{grid-column:span 1!important;min-width:0}.full-row0{grid-column:1 / -1!important}.input0,select.input0{width:100%;min-width:0;height:34px;min-height:34px;padding:5px 8px;font-size:14px;box-sizing:border-box}.label0{font-size:14px}.field0{width:100%;min-width:0;overflow:hidden}select.input0{padding-right:24px;background-position:right 8px center;background-size:9px;appearance:none;-webkit-appearance:none}}@media(max-width:480px){.grid0{gap:8px}.input0,select.input0{height:32px;min-height:32px;font-size:12px;padding:4px 7px}.label0{font-size:12px}}@media(max-width:900px){.textarea0{min-height:90px!important;height:90px;padding-top:8px;padding-bottom:8px;font-size:12px}}@media(max-width:480px){.textarea0{min-height:110px!important;height:110px;font-size:11px}}:root{--accent: #7a0020;--input-border: #e6dfe0;--input-bg: #ffffff;--text: #222;--muted-text: #6b6b6b;--error: #c62828;--radius: 8px;--font-sans: "Poppins", sans-serif;--header-height: 62px;--page-max-width: 980px;--btn-gradient: linear-gradient(135deg,#992a22,#d63b2f)}.react-select__menu,.react-select__menu-portal{z-index:9999!important}.react-select__value-container{padding:0 12px!important}.react-select__control{border-radius:12px!important;border:1px solid #7a0020!important}.page5-wrapper5{position:fixed;inset:0;display:flex;flex-direction:column;background:#faf9f6;z-index:1000;-webkit-font-smoothing:antialiased;--btn-gradient: linear-gradient(135deg,#992a22,#d63b2f);font-family:Poppins,sans-serif;height:90vh;padding-bottom:50%;margin-bottom:30%}.headerpref{width:100%;height:6.8rem!important;min-height:89px;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.header-centerpref{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-99px!important;margin-top:-1px}.pref-heading{margin-bottom:6px;font-size:24px;text-align:left;color:var(--accent);margin-left:68px}.pref-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:2px;position:relative}.pref-desc{font-size:15px;color:#666;margin:2px 0 6px 68px;text-align:left;justify-content:center}.pref-title-wrap{display:flex;flex-direction:column;gap:2px}.pref-back-btn{position:absolute;left:20px;background:none;border:none;font-size:30px;cursor:pointer;color:#000;padding:0 4px;line-height:1;margin-top:17px}.titleBar5{position:fixed;top:85px;left:0;width:100%;height:70px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid rgba(0,0,0,.04);z-index:60;box-shadow:0 2px 6px #0000000a;padding:0 16px;box-sizing:border-box}.titleBar5 .as-back-btn{position:absolute;left:16px;background:none;border:none;font-size:26px;cursor:pointer;color:#000;padding:0 4px;line-height:1}.titleText5{margin:0;font-size:25px;font-weight:700;color:var(--accent)}.error5{color:var(--error);text-align:left;margin-top:10px;font-size:14px}.page5{padding:20px;width:50%;max-width:680px;box-sizing:border-box;margin:95px auto 20px;background:linear-gradient(180deg,#41414200,#faf7f4);border-radius:10px;box-shadow:0 1px 8px #0000000f;font-family:Poppins,sans-serif;overflow-y:auto;margin-top:calc(var(--header-height) *.4);height:calc(90vh - 210px);scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06);-webkit-overflow-scrolling:touch;z-index:100;border:1px solid #b30000}.page5::-webkit-scrollbar-thumb{border-radius:20px}.page5::-webkit-scrollbar{width:8px}.page5::-webkit-scrollbar-track{margin-bottom:12px;margin-top:12px}.grid5{display:grid;grid-template-columns:repeat(12,1fr);gap:12px;align-items:start}.col-65{grid-column:span 6}.full-row5{grid-column:1 / -1}.field5{display:flex;flex-direction:column;gap:6px}.label5{font-size:16px;font-weight:600;color:var(--accent)}.input5{min-height:40px;padding:10px 15px;font-size:15px;color:var(--text);background:var(--input-bg);border:1px solid var(--accent);border-radius:var(--radius);outline:none;transition:border-color .12s ease,box-shadow .12s ease;-webkit-appearance:none;appearance:none}.input5:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6b8cff14}.panel5{border:1px solid var(--accent);border-radius:8px;padding:12px;background:transparent}.panel-header5{margin-bottom:8px}.panel-body5{display:flex;flex-direction:column;gap:8px}.pref-row5{display:flex;gap:10px;width:100%;align-items:stretch}.pref-row5>*{flex:1;min-width:0}.pref-row5>*{flex:1;min-width:0;width:100%}.pref-row5 .input5,.pref-row5 .dropdown5,.pref-row5 .districts-select5,.pref-row5 .dropdown-header5{width:100%;box-sizing:border-box}.row5{display:flex;gap:8px;align-items:center}.btnRow5{margin-top:20px;display:flex;gap:10px;align-items:center;justify-content:center;background:transparent;border-radius:0;box-shadow:none;z-index:auto}.btn5{padding:8px 14px;border-radius:6px;border:none;background:var(--btn-gradient);color:#fff;cursor:pointer;font-weight:600;height:40px;font-size:14px}.btn-small5{padding:6px 8px;font-size:13px}.btn5,.btn5 btn-secondary5{width:120px}.btn5 btn-secondary5{background:var(--btn-gradient);color:#fff}.btn5:hover,.btn-secondary5:hover{transform:translateY(-2px)}.chip-list5{display:flex;gap:8px;flex-wrap:wrap;flex-direction:row}.chip5{background:#b3000027;color:#000;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:var(--font-sans)}.chip-remove5{background:transparent;border:none;cursor:pointer;font-weight:700;color:#6b7280;font-size:16px}.dropdown5{position:relative;width:100%;min-width:0;flex:1}.pref-row5 .row5{flex:1;width:50%}.pref-row5 .dropdown5,.pref-row5 .districts-select5{width:100%}.pref-row5 .dropdown-header5,.pref-row5 .input5{width:100%;min-width:0;box-sizing:border-box}.dropdown-header5{display:flex;justify-content:space-between;align-items:center;width:100%;min-width:0;box-sizing:border-box;min-height:40px;height:40px;padding:10px 15px;font-size:15px;color:var(--text);background:var(--input-bg);border:1px solid var(--accent);border-radius:var(--radius);cursor:pointer}.disabled5{cursor:not-allowed;background:var(--input-bg);opacity:1}.dropdown-arrow5{margin-left:8px}.dropdown-panel5{position:absolute;z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px;margin-top:6px;max-height:260px;overflow:auto;box-shadow:0 6px 18px #0000000f}.state-list5,.district-list5{list-style:none;margin:0;padding:0}.state-item5,.district-item5{padding:8px;cursor:pointer;border-radius:4px}.state-item5:hover,.district-item5:hover{background:#f3f4f6}.selected5{background:#e6f0ff;font-weight:600}.gothra-block5{border-top:1px dashed var(--accent);padding-top:8px;margin-top:8px}.gothra-block-header5{display:flex;justify-content:space-between;align-items:center;gap:8px}.checkbox-list5{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px;margin-top:8px}.dropdown-item5{display:flex;gap:8px;align-items:center;padding:6px 4px}.districts-select5{position:relative;width:100%;min-width:0;flex:1}.location-list5{margin-top:12px}.kul-chip5{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#f1f1f1;border-radius:16px;font-size:13px}.inline-chips5{display:flex;flex-wrap:wrap;gap:8px;margin-left:8px}.small-chip5{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;background:#fff;border-radius:12px;font-size:12px;color:#000}.small-remove5{margin-left:5px;cursor:pointer;font-weight:700;color:var(--accent);font-size:16px}.remove-state5{margin-left:8px;color:var(--accent)}.overlay5{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup5{background:#fff;padding:20px 30px;border-radius:10px;text-align:center;min-width:300px;box-shadow:0 4px 20px #0003}.ok-btn5{margin-top:15px;padding:8px 20px;background:#b30000;color:#fff;border:none;border-radius:6px;cursor:pointer}.section5{margin-top:25px}.sectionHeading5{margin-bottom:10px}.searchInput5{width:100%;padding:8px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc}.app-mode .pref-desc{margin-left:24px!important}@media(max-width:820px){.col-65{grid-column:span 12}.row5{flex-direction:column;align-items:stretch}.dropdown-panel5{position:static;max-height:200px}.page5{padding:12px;margin:10px;height:calc(100vh - 88px)}}@media(max-width:820px){.row5[style*=nowrap]{flex-direction:row!important}}@media(min-width:601px)and (max-width:900px){.headerpref{width:100%;display:flex;height:6.4rem!important;min-height:77px!important;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db)}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerpref{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;flex:1;margin-left:-14px!important;margin-top:1px}.pref-heading{font-size:22px;margin-left:55px!important;margin-top:18px!important}.pref-back-btn{margin-top:17px!important;font-size:24px;left:14px}.pref-desc{font-size:16px;margin-left:55px!important;margin-top:1px!important}.page5-wrapper5{padding-bottom:5%}.titleBar5{height:58px;top:60px}.titleText5{font-size:21px}.titleBar5 .as-back-btn{font-size:19px}.page5-full5{display:flex;justify-content:center;align-items:flex-start;padding-top:70px}.page5{max-width:92%;width:92%;padding:16px;margin:-40px auto 10px;height:auto;min-height:auto;max-height:calc(100vh - 150px);overflow-y:auto}.fixed-title{font-size:20px}.grid5{gap:8px}.label5{font-size:16px}.input5{font-size:14px;min-height:36px;padding:6px 10px}select.input5{font-size:14px;min-height:34px;height:34px;padding:4px 28px 4px 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237a0020' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:9px;-webkit-appearance:none;appearance:none;width:auto;max-width:100%}.grid5{gap:10px}.pref-row5 .dropdown-header5{height:36px;min-height:36px;padding:4px 8px;font-size:13px}.pref-row5 .dropdown-arrow5{margin-left:4px;font-size:11px;color:var(--accent)}.chip5{font-size:12px;padding:5px 8px}.small-chip5{font-size:11px;padding:3px 6px}.btn5{padding:7px 12px;font-size:13px}.panel5{padding:10px}.col-65{grid-column:span 6!important}}@media(max-width:600px){.headerpref{padding:8px 10px;height:4.4rem!important;min-height:56px!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centerpref{gap:10px;margin-left:-25px!important;margin-top:1px}.page5-wrapper5{padding-bottom:0}.titleBar5{height:48px;top:56px;padding:0 12px}.pref-back-btn{font-size:24px;margin-top:19px!important;left:18px}.pref-heading{font-size:20px;margin-left:62px;margin-top:15px;gap:10px}.pref-desc{font-size:14px;margin-left:62px;margin-top:-2px!important}.pref-title-wrap{margin-top:8px}.titleBar5 .as-back-btn{font-size:18px;left:12px}.titleText5{font-size:16px}.page5{width:95%;max-width:95%;margin-top:20px!important;padding:14px 12px 70px;height:calc(100vh - 210px);overflow-y:auto;border:1px solid #b30000;border-bottom:3px solid #b30000;margin-bottom:70px;border-radius:8px;box-shadow:none;box-sizing:border-box}.page5-full5{overflow-y:auto;height:calc(100vh - 104px)}.grid5{grid-template-columns:1fr;gap:10px}.col-65,.full-row5{grid-column:1 / -1}.label5{font-size:14px}.input5{font-size:14px;min-height:36px;padding:6px 10px}select.input5{font-size:14px;min-height:34px;height:34px;padding:4px 28px 4px 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237a0020' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:9px;-webkit-appearance:none;appearance:none;width:auto;max-width:100%;box-sizing:border-box}select.input5 option{font-size:14px}.dropdown5,.districts-select5{min-width:unset;width:100%}.dropdown-header5{font-size:13px;padding:6px 10px;min-height:34px}.dropdown-panel5{max-height:200px;font-size:13px}.dropdown-item5{font-size:13px;padding:5px 4px}.row5{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.btn5{padding:6px 12px;font-size:13px;flex-shrink:0}.btnRow5{gap:8px;margin-top:16px}.panel5{padding:10px}.chip5{font-size:12px;padding:5px 8px;border-radius:12px;flex-wrap:wrap}.small-chip5{font-size:11px;padding:3px 6px}.inline-chips5{gap:5px;margin-left:4px}.chip-list5{gap:6px}.popup5{min-width:260px;padding:16px 20px;font-size:14px}.ok-btn5{padding:7px 16px;font-size:13px}}@media(min-width:901px)and (max-width:1200px){.page5{width:72%;max-width:900px;font-size:18px;margin-top:18px;padding:14px 12px 30px;height:calc(90vh - 340px);overflow-y:auto;border:1px solid #b30000;border-bottom:3px solid #b30000}.pref-heading{font-size:20px;margin-top:22px}.pref-back-btn{margin-top:18px;font-size:26px}.pref-desc{font-size:16px}.headerpref{padding:9px 12px;height:6.8rem!important;min-height:88px}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centerpref{gap:12px;margin-left:-85px!important;margin-top:-1px}}@media(min-width:1400px){.head90pref{top:56px;padding:0 10px;height:9vh!important;margin-top:32px!important}.head90pref .prs-back-btn{left:10px;margin-bottom:25px;font-size:24px}.prefs-heading{font-size:24px;margin-left:40px;margin-top:-1px!important}.prefs-desc{font-size:16px;margin-left:40px}.page5{margin-top:102px;padding:14px 12px 30px}.headerpref{height:7.4rem!important;min-height:88px}.header-centerpref{margin-left:-98px!important;margin-top:-1px}}@media(max-width:380px){.pref-back-btn{left:18px;margin-top:19px!important}.pref-heading{margin-top:14px}.pref-header{padding-bottom:-6px!important}.page5{margin-top:10px!important}}@media(max-width:900px){.grid5{grid-template-columns:repeat(2,1fr);gap:10px}.col-65{grid-column:span 1!important;min-width:0}.full-row5{grid-column:1 / -1!important}.input5,select.input5{width:100%;min-width:0;font-size:14px;padding:6px 8px;height:36px;box-sizing:border-box}.field5,.dropdown5,.districts-select5{width:100%;min-width:0!important;overflow:hidden}select.input5{appearance:none;-webkit-appearance:none;background-position:right 8px center;background-size:9px;padding-right:24px}.label5{font-size:14px}}@media(max-width:480px){.grid5{gap:8px}.input5,select.input5{font-size:12px;height:34px;padding:5px 7px}.label5{font-size:12px}}@media(min-width:1512px){.page5{margin-top:15px!important}.pref-back-btn{margin-top:16px!important}.pref-heading{margin-top:20px!important}}@media(min-width:1400px){.page5{margin-top:20px;padding:14px 12px 30px}}.ec-wrapper{display:flex;flex-direction:column;align-items:center;padding:12px 20px 4px;font-family:Poppins,sans-serif;box-sizing:border-box;background:transparent;width:100%;background:#faf9f6}.ec-wrapper,.ec-body,.ec-card{height:auto!important;min-height:unset!important}.ec-title{width:100%;padding-bottom:16px;border-bottom:1px solid #eef2f0;margin-bottom:30px;margin-top:10px}.ec-title-row{display:flex;align-items:center;gap:10px}.ec-title h3{margin:0;font-size:20px;color:var(--accent)}.ec-title p{font-size:14px;color:#080808;margin-bottom:0;line-height:1.5;margin-top:6px;text-align:left}.ec-body{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:500px;margin-bottom:4px}.info-badge{display:flex;align-items:center;gap:10px;background:#f0f7f5;border-radius:8px;padding:10px 14px;font-size:14px;width:100%;box-sizing:border-box;margin-bottom:16px}.info-badge-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-badge-label{color:#7a8a85;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.info-badge-value{color:#2d3b37;font-weight:500;margin-top:2px;font-size:14px}.ec-card{width:100%;padding:24px;border-radius:12px;background:#fff;border:1px solid #e8eeec;box-sizing:border-box;text-align:left}.ec-card-title{margin:0 0 6px;font-size:16px;font-weight:600;color:#1a3330}.ec-card-desc{margin:0 0 18px;color:#8a9a95;font-size:14px;line-height:1.5}.ec-label{display:block;font-size:12px;color:var(--accent);margin-bottom:6px;font-weight:600}.ec-input{width:100%;padding:10px 14px;margin-bottom:12px;border-radius:8px;border:1px solid #b30000;box-sizing:border-box;font-size:14px;outline:none}.ec-input:focus{border-color:#992a22;box-shadow:0 0 0 3px #992a2214}.ec-btn-row{display:flex;gap:10px;justify-content:center;margin-bottom:10px}.ec-btn-row .ec-btn{width:auto;min-width:140px;margin-left:0}.ec-btn{width:210px;padding:12px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;box-sizing:border-box;margin-bottom:4px;margin-left:30%}.ec-btn:disabled{opacity:.6;cursor:not-allowed}.ec-info{font-size:13px;color:#c53a50;margin:8px 0}.otp-container{display:flex;justify-content:center;gap:8px;margin-bottom:14px}.otp-box{width:45px;height:50px;border:1px solid #b30000;border-radius:8px;text-align:center;font-size:20px;font-weight:600;outline:none}.otp-box:focus{border-color:#992a22;box-shadow:0 0 0 3px #992a221a}.ec-error{color:red;font-size:13px;margin-top:8px;text-align:center}.ec-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ec-popup{background:#fff;padding:20px;border-radius:10px;text-align:center;min-width:260px;box-sizing:border-box}.ec-popupText{margin:0;font-size:14px;color:#222;line-height:1.5}.ec-okBtn{margin-top:10px;padding:8px 16px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border-radius:6px;cursor:pointer}@media(min-width:761px)and (max-width:900px){.ec-wrapper{width:100%;padding:14px 14px 6px;display:flex;align-items:stretch;background:transparent}.ec-title{margin-left:6px;margin-bottom:18px;padding-bottom:12px;margin-top:8px}.ec-title h3{font-size:18px}.ec-title p{font-size:12px}.ec-body{width:100%;max-width:100%;margin-bottom:0}.info-badge{width:100%}.ec-card{width:100%;padding:18px}.ec-btn{margin-left:95px!important}}@media(max-width:480px){.ec-wrapper{width:100%;padding:10px 10px 4px;display:flex;align-items:stretch;background:transparent}.ec-title{margin-bottom:14px;padding-bottom:10px;margin-left:10px}.ec-title-row{gap:8px}.ec-title h3{font-size:18px}.ec-title p{font-size:12px}.ec-body{width:100%;max-width:100%;margin-bottom:0}.info-badge{width:105%;padding:10px 12px;margin-bottom:12px;margin-left:-10px}.info-badge-value{font-size:13px;word-break:break-word}.ec-card{width:105%;padding:14px;border-radius:10px;margin-left:-10px}.ec-card-title{font-size:14px}.ec-card-desc{font-size:12px;margin-bottom:14px}.ec-input{font-size:14px;padding:9px 12px}.ec-btn{font-size:14px;padding:10px;width:200px;margin-left:75px}.otp-box{width:40px;height:45px;font-size:18px}.ec-btn-row{flex-direction:column}.ec-btn-row .ec-btn{width:100%}}@media(max-width:390px){.ec-btn{margin-left:50px!important}}@media(min-width:500px)and (max-width:750px){.ec-wrapper{width:100%;padding:10px 10px 4px;display:flex;align-items:stretch;background:transparent}.ec-title{margin-bottom:14px;padding-bottom:10px;margin-left:10px}.ec-title-row{gap:8px}.ec-title h3{font-size:18px}.ec-title p{font-size:12px}.ec-body{width:100%;max-width:100%;margin-bottom:0}.info-badge{width:100%;padding:10px 12px;margin-bottom:12px}.info-badge-value{font-size:13px;word-break:break-word}.ec-card{width:100%;padding:14px;border-radius:10px}.ec-card-title{font-size:14px}.ec-card-desc{font-size:12px;margin-bottom:14px}.ec-input{font-size:14px;padding:9px 12px}.ec-btn{font-size:14px;padding:10px;width:200px;left:25%!important}.otp-box{width:40px;height:45px;font-size:18px}.ec-btn-row{flex-direction:column}.ec-btn-row .ec-btn{width:100%}}.cp-wrapper{display:flex;flex-direction:column;align-items:center;padding:24px 40px;min-height:70vh;font-family:Poppins,sans-serif;box-sizing:border-box}.cp-title{width:100%;padding-bottom:16px;border-bottom:1px solid #eef2f0;margin-bottom:28px;text-align:left;margin-left:-40px;margin-top:-2px}.cp-title-row{display:flex;align-items:center;gap:10px}.cp-title h3{margin:0;font-size:20px;color:var(--accent)}.cp-title p{font-size:14px;color:#080808;margin-top:6px;margin-bottom:0;line-height:1.5;text-align:left}.cp-body{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:500px}.cp-badge{display:flex;align-items:center;gap:10px;background:#f0f7f5;border-radius:8px;padding:10px 14px;font-size:14px;width:100%;box-sizing:border-box;margin-bottom:16px}.cp-badge-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-badge-label{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.5px}.cp-badge-value{color:#2d3b37;font-weight:500;margin-top:2px;font-size:13px}.cp-card{width:100%;padding:24px;border-radius:12px;background:#fff;border:1px solid #e8eeec;box-sizing:border-box;text-align:left}.cp-card-title{margin:0 0 6px;font-size:16px;font-weight:600;color:#1a3330}.cp-card-desc{margin:0 0 18px;color:#8a9a95;font-size:14px;line-height:1.5}.cp-label-row{display:flex;align-items:center;justify-content:space-between;width:440px;max-width:100%;margin-bottom:6px}.cp-label-row .cp-label{margin-bottom:0}.cp-label{display:block;font-size:12px;color:var(--accent);margin-bottom:6px;font-weight:600}.cp-infoIcon{cursor:pointer;font-size:16px;-webkit-user-select:none;user-select:none;color:var(--accent);line-height:1}.cp-tooltip{background:#fff;padding:10px;border-radius:8px;box-shadow:0 4px 12px #0003;font-size:12px;margin-bottom:10px;width:440px;max-width:100%;box-sizing:border-box}.cp-inputWrap{position:relative;display:flex;align-items:center;width:440px;max-width:100%;margin-bottom:12px}.cp-input{width:100%;height:44px;padding:0 44px 0 14px;border-radius:8px;border:1px solid #b30000;box-sizing:border-box;font-size:14px;outline:none}.cp-input:focus{border-color:#992a22;box-shadow:0 0 0 3px #992a2214}.cp-inputError{border:2px solid #e74c3c;box-shadow:0 0 6px #e74c3c80}.cp-inputSuccess{border:2px solid #27ae60;box-shadow:0 0 6px #27ae6080}.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:6px;cursor:pointer;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;border-radius:6px;z-index:4}.toggle-password:hover{color:#333}.eye-icon{display:block;color:var(--accent);width:20px;height:20px}.eye-icon path,.eye-icon circle{stroke:currentColor;fill:none}.toggle-password.open .eye-closed{display:none}.toggle-password.closed .eye-closed{display:block}.cp-forgot-row{width:340px;max-width:100%;display:flex;justify-content:flex-end;margin-top:-6px;margin-bottom:14px;margin-left:90px}.cp-forgot{font-size:12px;color:var(--accent);cursor:pointer;text-decoration:underline}.cp-forgot:hover{opacity:.8}.cp-btn{width:210px;max-width:100%;height:46px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-top:4px;margin-left:120px;box-sizing:border-box}.cp-btn:disabled{opacity:.6;cursor:not-allowed}.cp-error{color:red;font-size:12px;margin-top:8px;width:340px;max-width:100%;margin-left:28%}.cp-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cp-popup{background:#fff;padding:20px;border-radius:12px;text-align:center;min-width:260px}.cp-okBtn{margin-top:10px;padding:8px 16px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border-radius:6px;cursor:pointer}.cp-strengthWrap{margin-bottom:12px;display:flex;align-items:center;gap:8px}.cp-strengthBar{height:6px;border-radius:4px;flex:1 1 auto}.cp-strengthLabel{font-size:12px;min-width:56px;text-align:right}@media(max-width:768px){.cp-wrapper{padding:20px}.cp-body{max-width:100%}.cp-title{margin-top:4px;margin-bottom:14px;padding-bottom:10px;margin-left:14px!important}.cp-title-row{gap:8px}.cp-card{padding:18px}.cp-title h3{font-size:18px}.cp-title p{font-size:12px}.cp-inputWrap,.cp-label-row,.cp-tooltip,.cp-error{width:100%}.cp-forgot-row,.cp-btn{width:100%;margin-left:0}.cp-title{font-size:20px;margin-bottom:10px;margin-left:2px}}@media(max-width:480px){.cp-title p{font-size:12px}.cp-wrapper{padding:16px 14px}.cp-card{padding:16px;width:105%;margin-left:-10px}.cp-badge{width:105%;margin-left:-10px}.cp-card-title{font-size:15px}.cp-btn{font-size:14px;height:42px;width:180px;margin-left:70px}.cp-input{height:40px;font-size:13px}.cp-inputWrap,.cp-forgot-row,.cp-label-row,.cp-tooltip,.cp-error{width:100%;margin-left:0}.cp-title{top:6px}}@media(max-width:390px){.cp-wrapper{padding:12px 10px}.cp-card{padding:14px}.cp-input{height:38px;font-size:13px}.cp-btn{height:40px;font-size:14px;width:180px;margin-left:48px}.cp-forgot-row{width:100%;margin-left:0}}@media(min-width:760px)and (max-width:1024px){.cp-btn{width:100%;max-width:210px;margin-left:25%}}@media(min-width:481px)and (max-width:750px){.cp-btn{width:100%;max-width:210px;margin-left:25%}}.fg-box{border:none;background:transparent;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}.fg-title{width:100%;padding-bottom:6px;border-bottom:1px solid #eef2f0;text-align:left;margin-left:28px;margin-top:18px}.fg-title-row{display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left}.fg-title h3{margin:0;font-size:20px;color:var(--accent)}.fg-title p{font-size:14px;color:#080808;margin-bottom:16px;line-height:1.5;margin-top:6px;text-align:left}.fg-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fg-popup{background:#fff;padding:20px;border-radius:12px;text-align:center;min-width:260px}.fg-okBtn{margin-top:10px;padding:8px 16px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border-radius:6px;cursor:pointer}.fg-error{color:#e74c3c;font-size:12px;margin-top:10px}.fg-card{width:100%;max-width:490px;margin:26px auto 0;background:#fff;border:1px solid #e7ece8;border-radius:14px;padding:24px;box-sizing:border-box;box-shadow:0 2px 10px #00000008}.fg-card-inner{display:flex;flex-direction:column;align-items:center}.fg-btn:disabled{opacity:.6;cursor:not-allowed}.fg-btn1{width:auto;max-width:450px;min-width:300px;height:44px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:0;display:block;margin-left:auto;margin-right:auto}.fg-input{width:420px;max-width:100%;height:44px;margin-bottom:2px;border-radius:8px;border:1px solid #b30000;box-sizing:border-box;font-size:14px;margin-top:16px;padding:0 40px 0 12px}.otp-container{gap:16px;margin:12px 0}.otp-row{display:flex;gap:8px;margin-bottom:10px;justify-content:center}.otp-box{width:42px;height:45px;font-size:18px;border:1px solid #ccc;border-radius:6px}.fg-info{font-size:12px;color:#065c2a;margin-bottom:12px;text-align:center}.fg-actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:14px}.fg-btn{width:120px;max-width:100%;height:42px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:0}.fg-btn.secondary{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;cursor:pointer;width:120px;height:42px;flex-shrink:0;max-width:100%;font-size:14px;font-weight:600}.toggle-passwordfgnew,.toggle-passwordfg{position:absolute;right:12px;top:60%;transform:translateY(-45%);background:transparent;border:none;padding:6px;cursor:pointer;color:var(--accent-dark);display:inline-flex;align-items:center;justify-content:center;border-radius:6px;z-index:4}.fg-label-row{display:flex;align-items:center;gap:6px;margin-top:10px;color:var(--accent)}.fg-label{font-size:14px;font-weight:600;color:var(--accent)}.fg-tooltip{background:#f4f7f6;border:1px solid #ddd;padding:10px;border-radius:6px;font-size:12px;margin:6px 0 10px}.fg-input-wrap{position:relative;margin-bottom:14px}.info-icon-inside{position:absolute;right:-28px;top:60%;transform:translateY(-50%);cursor:pointer}@media(max-width:768px){.fg-box{width:100%;padding:0 16px;box-sizing:border-box}.fg-title{width:100%}.fg-title h3{font-size:18px}.fg-title p{font-size:13px}.fg-input{width:320px;max-width:100%;height:44px;font-size:14px}.fg-actions{display:flex;justify-content:center;gap:8px;width:100%;flex-direction:row}.fg-btn{max-width:100px;height:42px;font-size:14px}.fg-btn.secondary{width:100px;font-size:14px;height:42px;flex-shrink:0}.fg-input-wrap,.fg-btn{width:100%}.fg-actions .fg-btn:not(.secondary){flex:1}.otp-row{justify-content:center}.otp-box{width:40px;height:44px;font-size:17px}.fg-popup{min-width:220px;max-width:90vw}.info-icon-inside{right:-24px}}@media(max-width:480px){.fg-box{padding:0 12px}.info-icon-inside{position:relative;top:-66px;left:300px}.fg-title h3{font-size:18px}.fg-title p{font-size:12px}.fg-title-row{gap:8px}.fg-input{width:320px;max-width:100%;height:44px;font-size:14px}.fg-actions{display:flex;justify-content:center;gap:8px;width:100%}.fg-btn,.fg-btn.secondary{max-width:100px;height:42px;font-size:14px}.fg-actions .fg-btn:not(.secondary){flex:1}.otp-row{gap:6px;justify-content:center}.otp-box{width:36px;height:40px;font-size:16px;border-radius:6px}.fg-label{font-size:13px}.fg-tooltip{font-size:11px;padding:8px}.fg-error,.fg-info{font-size:11px}.fg-popup{min-width:0;width:85vw;padding:16px}.info-icon-inside{right:-22px}.toggle-passwordfg{right:8px}.toggle-passwordfgnew{right:8px;top:58%;transform:translateY(-65%)}}.da-wrapper{display:flex;flex-direction:column;align-items:center;padding:24px 40px;min-height:70vh;font-family:Poppins,sans-serif;box-sizing:border-box}.da-box{width:320px;padding:24px;border-radius:16px;background:#fffffff0;text-align:center;box-sizing:border-box;border:1px solid #b30000}.da-title{width:100%;border-bottom:1px solid #ddd;margin-top:12px;padding-bottom:2px;margin-bottom:20px}.da-title p{color:#080808;line-height:1.5;font-size:14px;margin-top:8px;margin-bottom:4px}.da-desc{font-size:14px;color:#080808;margin-bottom:30px;line-height:1.4}.da-desc1{font-size:14px;font-weight:500;color:var(--accent);margin-bottom:10px;line-height:1.4}.da-password-field{position:relative;width:50%}.da-input{width:100%;height:42px;margin-bottom:10px;padding:0 40px 0 12px;border-radius:8px;border:1px solid #b30000;box-sizing:border-box;font-size:13px}.toggle-password{position:absolute;top:50%;right:12px;transform:translateY(-60%)}.da-btn{width:auto;max-width:210px;padding:0 24px;height:44px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:block;margin:0 auto}.da-btn:disabled{opacity:.5;cursor:not-allowed}.da-error{margin-top:10px;font-size:12px;color:#d32f2f;text-align:center;width:100%}.da-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.da-popup{background:#fff;padding:20px;border-radius:12px;text-align:center;min-width:240px;box-sizing:border-box}.da-okBtn{margin-top:10px;padding:8px 16px;border:none;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border-radius:6px;cursor:pointer;margin-left:40%}.da-card{background:#fff;border:none;border-radius:10px;padding:20px;margin-top:0}.da-card{width:100%;background:#fff;border:1px solid #e8eeec;border-radius:10px;margin:16px 0;padding:16px 20px;box-sizing:border-box}.da-item{display:flex;gap:12px;padding:10px 0;border-bottom:none}.da-item:last-child{border-bottom:none}.da-item:not(:last-child){border-bottom:1px solid #eee}.da-item span{font-size:20px}.da-item p{font-size:13px;color:#888;margin:2px 0 0}.da-checkbox{display:flex;gap:8px;font-size:14px;margin-bottom:10px}.da-radio{display:block;padding:8px;cursor:pointer}.da-radio.active{background:#fef2f2;border:1px solid #fcd5d5;border-radius:6px}@media(max-width:1024px){.da-wrapper{height:28vh;padding:10px}.da-box{width:380px;max-width:92%;padding:22px;border-radius:14px}.da-title{margin-bottom:10px}.da-title h3{font-size:18px}.da-title p{font-size:13px}.da-desc{font-size:12px;margin-bottom:10px}.da-desc1{font-size:12px;font-weight:500;color:var(--accent);margin-bottom:10px;line-height:1.4}.da-input{height:44px;font-size:14px;padding:0 12px}.da-btn{height:46px;font-size:15px;width:210px;margin:0 auto}.da-popup{min-width:280px;padding:16px}}@media(max-width:760px){.da-wrapper{height:auto;padding:16px 12px;align-items:flex-start}.da-box{width:92%;max-width:360px;padding:20px;border-radius:14px;text-align:left}.da-title{margin-bottom:8px;text-align:left}.da-title h3{font-size:16px}.da-title p{font-size:12px}.da-desc{font-size:12px;margin-bottom:10px;text-align:left}.da-input{height:42px;font-size:13px;padding:0 10px}.da-btn{height:44px;font-size:15px;max-width:200px!important;margin:0 auto;left:25%}.da-error{font-size:12px;margin-top:10px;text-align:center}.da-popup{min-width:220px;padding:14px}.da-okBtn{min-height:42px!important}}@media(max-width:640px){.da-wrapper{height:auto;padding:12px 10px}.da-box{width:100%;max-width:320px;padding:16px;border-radius:12px;text-align:left}.da-title{font-size:18px;margin-bottom:6px}.da-desc{font-size:12px;margin-bottom:8px}.da-input{height:40px;font-size:13px;padding:0 10px}.da-btn{height:42px;font-size:14px;max-width:150px;margin:0 auto}.da-password-field{position:relative;width:90%!important}.da-error{font-size:11px}.da-popup{min-width:200px;padding:12px}}@media(max-width:480px){.da-wrapper{height:auto;padding:10px 8px}.da-box{width:100%;padding:14px;border-radius:12px}.da-title{font-size:16px;margin-bottom:6px}.da-card{width:110%;margin-left:-16px}.da-desc{font-size:10px;margin-bottom:8px}.da-desc1{font-size:10px;color:var(--accent);margin-bottom:8px;line-height:1.4}.da-input{height:38px;font-size:12px;padding:0 8px}.da-btn{height:40px;font-size:14px;max-width:150px!important;margin:0 auto;margin-top:25px!important}.da-error{font-size:11px}.da-popup{min-width:180px;padding:10px}.da-box>*{margin-top:0;margin-bottom:8px}.da-title{margin-bottom:6px}}@media(max-width:360px){.da-wrapper{padding:8px 6px}.da-box{padding:12px;border-radius:10px}.da-title{font-size:15px;margin-bottom:6px}.da-desc{font-size:11px;margin-bottom:6px}.da-input{height:36px;font-size:12px;padding:0 8px}.da-btn{height:38px;font-size:13px;max-width:150px!important;margin:0 auto}.da-error{font-size:10px}.da-popup{min-width:150px;padding:8px}}@media(max-width:640px){.da-btn,.da-okBtn{min-height:40px!important;min-width:44px!important}}@media(min-width:1024px){.da-wrapper{display:flex;flex-direction:column;align-items:center;min-height:95vh;box-sizing:border-box}}@media(min-width:599px)and (max-width:750px){.da-btn{margin-left:50%!important}}.da-wrapper{width:100%;padding:10px 20px 30px;display:block;height:auto;box-sizing:border-box;font-family:Poppins,sans-serif}.da-box{width:100%;padding:0;border:none;background:transparent;box-shadow:none;text-align:left;box-sizing:border-box}.da-title{width:100%;padding-bottom:16px;border-bottom:1px solid #eef2f0}.da-title-row{display:flex;align-items:center;gap:10px}.da-title h3{margin:0;font-size:20px;color:var(--accent)}.da-title p{margin-top:6px;font-size:14px;color:#080808;line-height:1.5}.warning-banner{display:flex;gap:12px;padding:20px;background:#f0f7f5;border:1px solid #e8eeec;border-radius:12px;margin:16px 0;width:100%;box-sizing:border-box}.warning-title{color:#b83030;font-weight:600;font-size:14px;margin-bottom:8px}.warning-text{font-size:14px;color:#7a4040;line-height:1.5}.de-card{width:100%;background:#fff;border:1px solid #e8eeec;border-radius:10px;margin:16px 0;padding:16px 20px;box-sizing:border-box}.list-item{display:flex;gap:10px;padding:10px 0;font-size:14px;border-bottom:1px solid #f2f2f2}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-item{padding:4px 12px;cursor:pointer}.radio-item.active{background:#fef2f2;border:1px solid #fcd5d5;border-radius:6px}.da-textarea{width:100%;padding:10px;border-radius:6px;border:1px solid var(--accent);margin-top:10px;font-size:13px;box-sizing:border-box;min-height:80px;resize:vertical}.da-label{font-size:12px;font-weight:600;margin:8px 0;color:var(--accent)}.password-box{display:flex;position:relative;margin-bottom:20px;margin-top:8px;width:100%;max-width:400px}.password-box input{max-width:500px;width:100%;padding:10px 40px 10px 10px;box-sizing:border-box;border-radius:8px;border:1px solid #b30000;font-size:14px}.password-box button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none}.checkbox{display:flex;align-items:center;gap:8px;margin-bottom:20px;accent-color:var(--accent)}.checkbox span{white-space:nowrap;font-size:14px}.da-error{color:red;font-size:13px;margin-top:10px}.button-group{display:flex;gap:12px;margin-top:16px;width:340px;margin-left:30%}.btn-deactivate,.btn-delete{flex:1;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;padding:10px}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.btn-danger:disabled{background:#ddd;color:#999;cursor:not-allowed}.da-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.da-popup{background:#fff;padding:24px 22px;border-radius:12px;width:340px;max-width:100%;text-align:left;box-shadow:0 8px 25px #00000026}.da-popupText{font-size:14px;color:#333;margin-bottom:12px}.da-popupList{padding-left:18px;margin:0 0 16px;color:#444;font-size:14px;line-height:1.6}.da-popupList li{margin-bottom:8px}.de-actionRow{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:18px}.de-okBtn,.de-cancelBtn{max-width:70px;width:100%;height:44px;padding:0;margin:0;line-height:normal;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff}.de-actionRow button{vertical-align:middle}@media(max-width:767px){.da-title{margin-bottom:8px;text-align:left}.da-title h3{font-size:18px}.da-title p{font-size:12px}.da-error{font-size:12px;margin-top:10px;text-align:center}.da-popup{min-width:220px;padding:14px}.de-okBtn{min-height:42px}.de-card{width:110%;background:#fff;border:1px solid #e8eeec;border-radius:10px;margin:16px 0;padding:16px 20px;box-sizing:border-box}.warning-banner{display:flex;gap:12px;padding:20px;background:#f0f7f5;border:1px solid #e8eeec;border-radius:12px;margin:16px 0;width:110%;box-sizing:border-box}.warning-title,.warning-text{font-size:12px}}@media(min-width:420px)and (max-width:560px){.button-group{display:flex;gap:12px;margin-top:16px;width:300px;margin-left:20px!important}.btn-deactivate,.btn-delete{font-size:14px}.de-card,.warning-banner{width:115%;margin-left:-13px}}@media(min-width:768px)and (max-width:1024px){.button-group{display:flex;gap:12px;margin-top:16px;width:300px;margin-left:20%!important}.btn-deactivate,.btn-delete{font-size:14px}.de-card,.warning-banner{width:110%}}@media(max-width:420px){.button-group{display:flex;gap:12px;margin-top:36px;width:240px;margin-left:10%!important}.btn-deactivate,.btn-delete{font-size:12px}.de-card,.warning-banner{width:110%;margin-left:-15px}.checkbox span{font-size:12px}}@media(min-width:570px)and (max-width:760px){.button-group{display:flex;gap:12px;margin-top:16px;width:300px;margin-left:30%!important}.de-card,.warning-banner{width:160%}}@media(max-width:320px){.button-group{width:240px;margin-left:-2%!important}.checkbox span{font-size:10px}}.as-page9{padding:20px;box-sizing:border-box;background:#faf9f6;font-family:Poppins,sans-serif;min-height:100vh;width:100%}.headeraccset{height:6.8rem!important;width:110%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ddd;background:linear-gradient(135deg,#f2e9db);margin-left:-20px;margin-top:-20px}.header-centeraccset{text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;flex:1;margin-left:-175px;margin-top:-1px}.logo{width:90px;height:60px;object-fit:contain;display:block}.title{font-family:UnifrakturMaguntia,cursive;font-size:30px;font-weight:700;letter-spacing:.8px;color:#a50d0d}.as-content:after{content:none!important}.as-heading{margin-bottom:8px;font-size:24px;text-align:left;color:var(--accent);margin-left:5px}.as-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:2px;position:relative}.as-back-btn7{background:none;border:none;font-size:30px;cursor:pointer;color:inherit;padding:0 4px 20px;line-height:1}.as-container{display:flex;gap:12px;margin-top:6px;align-items:flex-start;flex-wrap:wrap;height:auto;min-height:auto}.as-sidebar{width:250px;border-radius:10px;background:var(--muted);overflow:hidden;box-sizing:border-box}.as-sidebarItem{padding:14px;border-bottom:1px solid #fff;cursor:pointer;font-size:16px;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none;outline:none;background:#fff}.as-sidebarItem:hover{background:#fff;color:var(--accent)}.as-activeItem{background:var(--muted);color:var(--accent);font-weight:600;border-left:6px solid var(--accent)}.as-content{flex:1;min-width:0;border:1px solid #b30000;border-radius:10px;padding:16px 18px 10px;background:transparent;box-sizing:border-box;margin-top:0;align-self:flex-start}.as-desc{font-size:15px;color:#666;margin:2px 0 6px 4px;text-align:left;justify-content:center}.as-title-wrap{display:flex;flex-direction:column;gap:2px}.as-sidebarItem{display:flex;align-items:center;gap:10px}.as-icon{display:flex;align-items:center}.as-overlay{display:none;position:fixed;inset:0;background:#00000059;z-index:199}.app-mode .as-desc{margin-left:-34px!important}@media(min-width:767px)and (max-width:900px){.headeraccset{padding:9px 12px;height:6.4rem!important}.logo{width:65px;height:44px}.title{font-size:22px;letter-spacing:.4px}.header-centeraccset{gap:12px;margin-left:-52px!important;margin-top:8px!important}.as-page9{padding:14px}.as-heading{font-size:20px}.as-back-btn7{font-size:26px}.as-container{gap:14px;min-height:calc(100vh - 140px)}.as-sidebar{width:200px}.as-sidebarItem{padding:11px 12px;font-size:14px}.as-content{flex:1;min-width:0;padding:16px}}@media(max-width:599px){.headeraccset{padding:8px 10px;height:4.85rem!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centeraccset{gap:10px;margin-left:-25px;margin-top:10px}.as-page9{padding:12px}.as-heading{font-size:20px;margin-bottom:10px;gap:10px}.as-desc{font-size:14px;color:#666;margin:2px 0 6px 8px}.as-title-wrap{margin-top:8px}.as-header{margin-bottom:14px}.as-back-btn7{font-size:24px;margin-top:20px!important;margin-left:20px}.as-sidebar{position:fixed;top:100px;left:-280px;width:260px;height:calc(100% - 100px);border-radius:0 10px 10px 0;z-index:200;box-shadow:4px 0 16px #0000002e;transition:left .28s ease;overflow-y:auto;padding-top:0}.as-sidebar--open{left:0}.as-overlay{display:block}.as-sidebarItem{padding:13px 16px;font-size:14px}.as-container{display:block;width:100%;min-height:calc(100vh - 140px)}.as-content{width:100%;min-width:0;padding:12px;border-radius:10px}}@media(min-width:1512px){.header-centeraccset{margin-left:-12.1%!important}}@media(min-width:1000px)and (max-width:1025px){.header-centeraccset{margin-left:-13.6%!important}}@media(min-width:600px)and (max-width:765px){.headeraccset{padding:8px 10px;height:4.85rem!important}.logo{width:60px;height:38px}.title{font-size:18px;letter-spacing:.4px}.header-centeraccset{gap:10px;margin-left:-25px;margin-top:10px}.as-page9{padding:12px}.as-heading{font-size:20px;margin-bottom:10px;gap:10px}.as-desc{font-size:14px;color:#666;margin:2px 0 6px 6px;width:110%}.as-title-wrap{margin-top:8px;margin-right:100px!important;width:100%}.as-header{margin-bottom:14px}.as-back-btn7{font-size:24px;margin-top:22px!important;margin-left:20px}.as-sidebar{position:fixed;top:100px;left:-280px;width:260px;height:calc(100% - 100px);border-radius:0 10px 10px 0;z-index:200;box-shadow:4px 0 16px #0000002e;transition:left .28s ease;overflow-y:auto;padding-top:0}.as-sidebar--open{left:0}.as-overlay{display:block}.as-sidebarItem{padding:13px 16px;font-size:14px}.as-container{display:block;width:100%;min-height:calc(100vh - 140px)}.as-content{width:100%;min-width:0;padding:12px;border-radius:10px}}.mam-wrapper{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;font-family:Poppins,sans-serif}.mam-item{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:.2s ease;background:#fff;font-family:Poppins,sans-serif}.mam-item:last-child{border-bottom:none}.mam-left{display:flex;align-items:center;gap:14px}.mam-left span{font-size:16px;color:#444;font-weight:500}.mam-arrow{font-size:24px;color:#999;line-height:1}.mam-top{display:flex;align-items:center;margin-top:-52px;margin-bottom:18px;padding-left:2px}.pm-top{display:flex;align-items:center;margin-bottom:18px;padding-left:2px}.pm-wrapper{margin-top:20px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;font-family:Poppins,sans-serif}.pm-item{display:flex;align-items:center;justify-content:space-between;padding:20px 18px;border-bottom:1px solid #eee;cursor:pointer;transition:.2s ease;font-family:Poppins,sans-serif;background:#fff}.pm-item:last-child{border-bottom:none}.pm-left{display:flex;align-items:center;gap:14px}.pm-left span{font-size:16px;color:#444;font-weight:500}.pm-arrow{font-size:24px;color:#999;line-height:1}.pm-wrapper{width:100%;margin:-20px auto 0;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee}:root{--primary: #8b0000;--primary-light: #c0392b;--border-red: #d32f2f;--text-dark: #333;--text-light: #666;--bg-soft: #f4f6f8;--card-bg: #f7f7f7;--btn-gradient: linear-gradient(135deg,#992a22,#d63b2f)}.pv-wrapper{padding:20px 30px;box-sizing:border-box;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;background:#faf9f6}.pv-title{width:100%;padding-bottom:16px;margin-bottom:28px;margin-top:10px;margin-left:-86px}.pv-title-row{display:flex;align-items:center;gap:10px}.pv-title h3{color:var(--accent);font-size:20px;margin:0}.pv-desc{color:#080808;margin-top:6px;font-size:14px;line-height:1.5}.pv-desc1{color:var(--text-light);font-size:12px;line-height:1.5;margin:6px auto 14px;text-align:center}.pv-divider{height:1px;background:#ddd;margin-top:-38px;margin-bottom:20px;width:110%;max-width:1050px}.pv-current{display:flex;justify-content:center;align-items:center;max-width:420px;width:100%;margin:12px auto 20px;background:#f0f7f5;padding:8px 16px;border-radius:20px;font-size:14px;color:#555;text-align:center}.pv-current strong{color:#000;font-size:14px;padding:2px 8px;border-radius:12px;margin-left:6px}.pv-card{background:#fff;padding:20px;border-radius:12px;max-width:480px;width:100%;border:1px solid #eee;margin:0 auto}.pv-card-title{font-size:16px;font-weight:600;color:var(--primary);margin-bottom:14px;text-align:center}.pv-option{display:flex;gap:12px;padding:14px;border-radius:10px;border:1px solid #ddd;margin-bottom:12px;cursor:pointer;transition:.2s ease;background:#fafafa}.pv-option.active{border:1px solid var(--border-red);background:#fff}.pv-option:hover{background:#fff}.pv-option input{margin-top:4px;accent-color:var(--primary)}.pv-option strong{color:var(--text-dark)}.pv-option p{font-size:13px;color:var(--text-light);margin:4px 0 0}.pv-btn{width:210px;margin-top:12px;padding:12px 0;min-height:44px;display:flex;align-items:center;justify-content:center;background:var(--btn-gradient);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;margin-left:25%}.pv-btn:hover{background:linear-gradient(135deg,#7a1f1a,#b73126)}.pv-btn:disabled{background:#ccc;cursor:not-allowed}.pv-msg{margin-top:10px;font-size:13px;text-align:center;color:#16a34a}@media(max-width:1024px){.pv-wrapper{padding:18px}.pv-card{max-width:100%}}@media(min-width:481px)and (max-width:900px){.pv-wrapper{width:100%;padding:14px 14px 6px;display:flex;align-items:stretch;background:transparent}.pv-title{margin-left:5px!important;margin-bottom:18px;padding-bottom:12px;margin-top:8px}.pv-title h3{font-size:18px}.pv-title p{font-size:12px}.pv-divider{height:1px;background:#ddd;margin-top:-38px;margin-bottom:20px;width:100%;max-width:1050px}}@media(min-width:481px)and (max-width:760px){.pv-wrapper{padding:16px}.pv-current{font-size:12px;padding:6px 12px}.pv-option{padding:12px}.pv-btn{font-size:14px;margin-left:25%;max-width:180px}.pv-title{margin-top:2px;margin-left:-2px;width:103%}.pv-divider{margin-top:-36px;margin-bottom:6px;margin-left:-10px!important;width:105%}.pv-title h3{font-size:18px}.pv-title p{font-size:12px}.pv-card{width:105%}}@media(max-width:480px){.pv-title{width:105%;margin-left:10px}.pv-title h3{font-size:18px}.pv-title p{font-size:12px}.pv-wrapper{padding:14px}.pv-card{padding:16px;max-width:700px!important;width:110%;margin-left:-5%!important}.pv-option{align-items:flex-start}.pv-option input{margin-top:2px!important}.pv-current{font-size:13px;width:100%}.pv-btn{margin-left:18%}}@media(max-width:392px){.pv-btn{margin-left:25%;max-width:160px}}@media(min-width:1024px){.pv-btn{margin-left:30%}}:root{--primary: #8b0000;--primary-light: #c0392b;--text-dark: #333;--text-light: #666;--card-bg: #f7f7f7}.bu-wrapper{padding:28px 40px 20px;width:100%;box-sizing:border-box;font-family:Poppins,sans-serif}.bu-title-row{display:flex;align-items:center;gap:10px}.bu-title{width:100%;padding-bottom:16px;margin-bottom:28px;margin-top:4px;margin-left:-50px}.bu-title h3{color:var(--accent);font-size:20px;margin:0}.bu-desc{color:#080808;margin-top:6px;font-size:14px;line-height:1.5}.bu-divider{height:1px;background:#ddd;margin-top:-38px;margin-bottom:24px;margin-left:-50px;width:110%;max-width:1050px}.bu-card{background:var(--card-bg);border-radius:12px;border:1px solid #e8eeec;background:#fff;max-width:480px;width:100%;margin:0 auto;overflow:hidden;width:520px;max-width:100%;padding:24px;box-sizing:border-box}.bu-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;transition:.2s ease}.bu-item:last-child{border-bottom:none}.bu-item:hover{background:#fff}.bu-card-title{font-size:16px;font-weight:600;color:#1a3330;margin-bottom:14px;text-align:center}.bu-card-sub{font-size:14px;color:#8a9a95;text-align:center;margin-bottom:14px}.bu-left{display:flex;align-items:center;gap:12px}.bu-img{width:42px;height:42px;object-fit:cover;border-radius:50%;border:2px solid #f0f0f0}.bu-name{font-size:14px;font-weight:600;color:var(--text-dark)}.bu-btn{padding:7px 14px;background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease;white-space:nowrap}.bu-btn:hover{background:linear-gradient(135deg,#7a1f1a,#b73126)}.bu-empty-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 20px}.bu-empty-box p{font-size:15px;font-weight:600;color:#333;margin-bottom:6px}.bu-empty-box span{font-size:13px;color:#777;line-height:1.5}.bu-msg{margin-top:10px;font-size:13px;background:#fff;color:#16a34a;text-align:center}.toast-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#f5f5f5;color:#16a34a;min-width:300px;max-width:340px;height:90px;padding:18px 22px;border-radius:12px;font-size:16px;font-weight:500;text-align:center;box-shadow:0 10px 30px #00000024;border:1px solid #e8e8e8;z-index:99999;animation:toastFade .25s ease;display:flex;align-items:center;justify-content:center}@keyframes toastFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.bu-wrapper::-webkit-scrollbar{width:6px}.bu-wrapper::-webkit-scrollbar-thumb{background:#0003;border-radius:6px}@media(min-width:768px)and (max-width:1024px){.bu-btn{margin-top:-10px!important}.bu-title{margin-top:-6px!important;margin-left:-22px!important}.bu-title h3{font-size:18px}.bu-title p{font-size:12px}.bu-divider{margin-top:-30px;margin-bottom:20px;margin-left:-28px!important;width:110%;max-width:none}.bu-card-title{font-size:14px}.bu-card-sub{font-size:12px}}@media(max-width:1024px){.bu-wrapper{min-height:auto;height:fit-content}.bu-card{max-width:100%}.bu-title,.bu-divider{margin-left:-42px}bu-btn{margin-top:-20px!important}.bu-title{margin-bottom:10px;margin-top:2px}}@media(min-width:481px)and (max-width:768px){.bu-wrapper{min-height:auto;height:fit-content}.bu-item{padding:10px 12px}.bu-img{width:38px;height:38px}.bu-btn{padding:2px 6px;font-size:10px;margin-top:-40px}.bu-title{margin-left:-22px}.bu-title{margin-top:-8px}.bu-title h3{font-size:18px}.bu-title p{font-size:12px;line-height:1.45}.bu-divider{margin-top:-30px;margin-bottom:20px;margin-left:-25px;width:110%;max-width:none}.bu-card-title{font-size:14px}.bu-card-sub{font-size:12px}}@media(min-width:330px)and (max-width:480px){.bu-item{flex-direction:column;align-items:flex-start;gap:8px}.bu-title h3{font-size:18px}.bu-title p{font-size:12px}.bu-img{width:38px;height:38px}.bu-divider{width:125%;margin-left:-32px}.bu-desc{width:112%}.bu-left{width:100%}.bu-btn{align-self:flex-end}.bu-card{max-width:900px!important;width:125%!important;margin-left:-35px}.bu-title{margin-bottom:10px;margin-top:-5px;margin-left:-30px;width:113%}}@media(max-width:321px){.bu-item{flex-direction:column;align-items:flex-start;gap:8px}.bu-img{width:38px;height:38px}.bu-divider{width:145%}.bu-left{width:100%}.bu-btn{align-self:flex-end}.bu-card{max-width:900px!important;width:150%!important;margin-left:-45px}.bu-title{margin-bottom:10px;margin-top:-5px;margin-left:-30px;width:130%}}@media(max-width:480px){.toast-popup{min-width:240px;max-width:88%;height:78px;padding:14px 16px;font-weight:400;font-size:12px;line-height:1.4;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center}}.bu-popup-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.bu-popup{width:100%;max-width:380px;background:#fff;border-radius:18px;border:1px solid #ececec;padding:26px 24px;box-shadow:0 10px 35px #00000026;text-align:center;animation:buPopupFade .22s ease}.bu-popup h3{margin:0 0 10px;font-size:20px;font-weight:600;color:#222}.bu-popup p{margin:0;font-size:14px;font-weight:400;color:#666;line-height:1.6}.bu-popup strong{color:#222;font-weight:600}.bu-popup-actions{display:flex;justify-content:center;gap:14px;margin-top:24px}.bu-popup-cancel,.bu-popup-confirm{min-width:110px;padding:10px 18px;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.bu-popup-cancel{background:#c62828;color:#fff}.bu-popup-cancel:hover{background:linear-gradient(135deg,#7a1f1a,#b73126);transform:translateY(-1px)}.bu-popup-confirm{background:#c62828;color:#fff}.bu-popup-confirm:hover{background:linear-gradient(135deg,#7a1f1a,#b73126);transform:translateY(-1px)}@keyframes buPopupFade{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.bu-popup{max-width:340px;padding:22px 20px;border-radius:16px}.bu-popup h3{font-size:18px}.bu-popup p{font-size:13px;line-height:1.55}.bu-popup-actions{gap:10px;margin-top:20px}.bu-popup-cancel,.bu-popup-confirm{min-width:100px;padding:9px 16px;font-size:13px}}@media(max-width:480px){.bu-popup-overlay{padding:16px}.bu-popup{max-width:90%;padding:20px 18px;border-radius:14px}.bu-popup h3{font-size:16px}.bu-popup p{font-size:12px}.bu-popup-actions{flex-direction:row;justify-content:center;gap:8px}.bu-popup-cancel,.bu-popup-confirm{width:auto;min-width:92px;cursor:pointer;padding:8px 14px;font-size:12px;border-radius:8px}}.privacy-page{padding:20px;box-sizing:border-box;background:#faf9f6;font-family:Poppins,sans-serif;min-height:100vh;width:100%}html,body,#root{min-height:100%;background:#faf9f6}.privacy-heading{margin-top:16px;margin-bottom:5px;font-size:24px;text-align:left;color:var(--accent);margin-left:5px}.ps-title-wrap{display:flex;flex-direction:column;gap:2px;margin-top:4px}.ps-back-btn7{background:none;border:none;font-size:30px;cursor:pointer;color:inherit;padding:30px 4px 0;line-height:1;margin-top:-58px}.app-mode .ps-desc{margin-left:-34px!important}.privacy-container{display:flex;gap:12px;margin-top:6px;align-items:flex-start;flex-wrap:wrap;height:auto;min-height:auto}.privacy-sidebar{width:250px;border-radius:10px;background:var(--muted);overflow:hidden;box-sizing:border-box;margin-top:-8px}.privacy-sidebar-item{padding:14px;border-bottom:1px solid #fff;cursor:pointer;font-size:16px;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none;outline:none;background:#fff;display:flex;align-items:center;gap:10px}.privacy-sidebar-item:hover{background:#fff;color:var(--accent)}.privacy-sidebar-item.active{background:var(--muted);color:var(--accent);font-weight:600;border-left:6px solid var(--accent)}.sidebar-icon{display:flex;align-items:center}.privacy-content{flex:1;min-width:280px;border:1px solid #b30000;border-radius:10px;padding:10px 50px 50px;background:transparent;box-sizing:border-box;margin-top:-8px;align-self:flex-start}.sidebar-icon{display:flex;align-items:center;justify-content:center}.as-header{display:flex;align-items:center;gap:6px;margin-bottom:12px;margin-top:0}.ps-desc{font-size:15px;color:#666;text-align:left;justify-content:center;margin:6px 0 14px 4px}.ps-back-btn{font-size:18px;margin-top:40px}.privacy-overlay{position:fixed;inset:0;background:#00000059;z-index:199}@media(min-width:760px)and (max-width:900px){.privacy-page{padding:14px}.privacy-heading{font-size:20px;margin-top:13px!important}.ps-back-btn7{font-size:26px;margin-top:-58px!important}.privacy-container{gap:14px;height:auto}.privacy-sidebar{width:200px}.privacy-sidebar-item{padding:11px 12px;font-size:14px;height:auto}.privacy-content{padding:16px;min-height:300px}}@media(max-width:599px){.privacy-page{padding:12px}.privacy-heading{font-size:20px;margin-top:20px!important;margin-bottom:10px;text-align:left}.as-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-left:-14px!important}.ps-desc{font-size:14px;color:#666;margin:2px 0 12px 4px}.ps-back-btn7{font-size:24px;margin-top:-10px!important;margin-left:20px}.privacy-sidebar{position:fixed;top:100px;left:-280px;width:240px;height:calc(100% - 100px);border-radius:0 10px 10px 0;z-index:200;box-shadow:4px 0 16px #0000002e;transition:left .28s ease;overflow-y:auto;padding-top:0}.privacy-sidebar--open{left:0}.privacy-sidebar-item{padding:13px 16px;font-size:14px;height:auto}.privacy-container{flex-direction:column;gap:0;height:auto}.privacy-content{width:100%;padding:16px;min-height:250px;border-radius:10px}@media(max-width:480px){.as-header{display:flex;align-items:flex-start;gap:10px}.as-title-wrap{margin-top:8px}}}@media(min-width:600px)and (max-width:759px){.privacy-page{padding:12px}.ps-title-wrap{margin-top:9px!important;margin-right:100px!important}.privacy-heading{font-size:20px;text-align:left}.as-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ps-desc{font-size:14px;color:#666;margin:2px 0 12px 4px}.ps-back-btn7{font-size:24px;margin-top:-8px!important;margin-left:20px}.privacy-sidebar{position:fixed;top:100px;left:-280px;width:240px;height:calc(100% - 100px);border-radius:0 10px 10px 0;z-index:200;box-shadow:4px 0 16px #0000002e;transition:left .28s ease;overflow-y:auto;padding-top:0}.privacy-sidebar--open{left:0}.privacy-sidebar-item{padding:13px 16px;font-size:14px;height:auto}.privacy-container{flex-direction:column;gap:0;height:auto}.privacy-content{width:100%;padding:16px;min-height:250px;border-radius:10px}}.app-header{position:fixed;top:0;left:0;right:0;height:72px;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#f2e9db);display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 6px #00000014;z-index:1000}.logo-wrap{display:flex;align-items:center}.logo-img{height:60px;width:90px}.logo-text{font-family:UnifrakturMaguntia,cursive;font-size:30px;font-weight:700;letter-spacing:.8px;color:#a50d0d}.steps-wrapper{position:absolute;left:53%;transform:translate(-50%);display:flex;align-items:center;width:380px}.step-group{display:flex;align-items:center;flex:1}.step{width:30px;height:30px;border-radius:50%;border:2px solid #fff;background:#f0eeee80;color:#faf7f7;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;transition:all .3s ease}.step.completed{border-color:#2e7d32;color:#2e7d32}.step.active{border-color:#7a221b;color:#7a221b;transform:scale(1.1);box-shadow:0 0 8px #7a221b99}.step.upcoming{border-color:#ccc;color:#555}.line{flex:1;height:2px;background:#fff9;transition:background .3s ease;min-width:12px}.line.line-completed{background:#2e7d32}@media(min-width:601px)and (max-width:820px){.logo-text{margin-right:20px;font-size:22px}.logo-img{height:44px;width:70px}}@media(max-width:768px){.app-header{flex-direction:column;align-items:center;justify-content:center;min-height:80px;padding:10px 16px 12px}.logo-wrap{flex-direction:row;align-items:center;justify-content:center;margin-bottom:-4px}.logo-img{height:42px;width:64px}.logo-text{font-size:20px}.step-group{flex:1}.step{width:26px;height:26px;font-size:12px;flex-shrink:0}.line{height:2px;min-width:16px;background:#ffffff8c}.line.line-completed{background:#2e7d32}}@media(max-width:480px){.logo-text{font-size:20px}.step{width:22px;height:22px;font-size:11px}.line{height:2px;min-width:12px}}@media screen and (min-width:400px)and (max-width:767px){.steps-wrapper{max-width:240px;position:relative;left:20%!important;transform:translate(-50%);width:max-content;margin-top:2px;justify-content:center}}@media screen and (max-width:399px){.steps-wrapper{max-width:200px;position:relative;left:22%!important;transform:translate(-50%);width:max-content;margin-top:2px;justify-content:center}}@media(min-width:767px)and (max-width:818px){.steps-wrapper{max-width:340px;left:10%!important;transform:translate(-50%);width:max-content;margin-top:2px;justify-content:center;position:relative}}@media(min-width:819px)and (max-width:1024px){.steps-wrapper{max-width:340px;left:55%!important}}:root{--accent: #7a0020;--accent-2: #b30000;--input-bg: #ffffff;--input-border: #e6dfe0;--text: #222;--radius: 12px;--font-sans: "Poppins", sans-serif}html,body{margin:0;padding:0;box-sizing:border-box;height:100%;font-family:var(--font-sans);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}.chat-page{display:flex;flex-direction:column;height:100vh;position:relative;overflow:hidden;background:#faf9f6}.chat-header{position:fixed;top:0;left:0;right:0;height:64px;background:#f2e9db;color:#111;display:flex;align-items:center;gap:12px;padding:0 12px;z-index:120;box-shadow:0 2px 6px #00000014}.chat-back{background:transparent;border:none;color:#111;font-size:26px;cursor:pointer;padding:6px;line-height:1;flex:0 0 auto}.chat-header-img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#fff;flex:0 0 auto;box-shadow:0 2px 8px #0000000f}.chat-header-meta{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;overflow:hidden}.chat-header-meta strong{font-weight:700;font-size:16px;color:#b73229;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 180px)}.chat-typing{font-size:12px;color:#0f0f0fa6}.chat-user-name{cursor:pointer;transition:color .2s ease}.chat-user-name:hover{text-decoration:underline}.chat-body{position:absolute;inset:64px 0 40px;padding:12px 12px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,#fafafa,#fff);z-index:10;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.06)}.chat-body:after{content:"";display:block;height:24px;width:1px;visibility:hidden}.chat-body::-webkit-scrollbar{width:8px}.chat-body::-webkit-scrollbar-track{background:#00000008}.chat-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--accent),var(--accent-2))}.chat-date{text-align:center;margin:8px auto;font-size:12px;color:#666;background:#f1f1f1;padding:6px 10px;border-radius:12px;width:fit-content}.chat-message{display:flex;width:100%;align-items:flex-end}.chat-message.sent{justify-content:flex-end}.chat-message.received{justify-content:flex-start}.chat-bubble{max-width:78%;padding:10px 12px;border-radius:14px;position:relative;display:inline-block;word-wrap:break-word;box-shadow:0 6px 18px #0000000f}.chat-message.sent .chat-bubble{background:linear-gradient(135deg,#992a22,#d63b2f);color:#fff;border-top-right-radius:6px}.chat-message.received .chat-bubble{background:#fff;color:#222;border:1px solid #f0e9ea;border-top-left-radius:6px}.chat-text{font-size:14px;line-height:1.35;margin-bottom:6px;word-break:break-word}.chat-meta{display:flex;justify-content:flex-end;gap:8px;align-items:center;font-size:11px;opacity:.95}.chat-time{color:#0000008c}.chat-message.sent .chat-time{color:#ffffffe6}.chat-tick{font-size:12px;line-height:1;color:#bbb}.tick-delivered{color:#aaa}.tick-read{color:#4fc3f7}.chat-input-bar{position:fixed;bottom:60px;left:0;right:0;height:64px;display:flex;align-items:center;gap:8px;padding:0 12px;background:linear-gradient(90deg,#a50d0d,#520303f2);z-index:140;box-shadow:0 -2px 8px #0000000f}.chat-input{flex:1;padding:10px 14px;border-radius:15px;border:1px solid var(--input-border);background:var(--input-bg);font-size:14px;outline:none;color:#111;min-width:0;box-shadow:0 2px 6px #0000000a}.chat-input::placeholder{color:#00000073}.chat-send{width:48px;height:48px;background:#fff;color:#c53a50;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;cursor:pointer;flex:0 0 auto;transition:.2s ease;box-shadow:0 2px 8px #00000014}.chat-send:active{transform:scale(.96)}.chat-send svg{width:24px;height:24px;transform:rotate(0);margin-left:2px}.chat-body,.chat-input-bar{-webkit-transform:translateZ(0);transform:translateZ(0)}.chat-input:focus,.chat-send:focus{outline:none;box-shadow:0 0 0 3px #7a002014}.blocked-ui{width:100%;display:flex;height:8vh;justify-content:center;align-items:center;position:relative;background:#fff;padding:10px 12px;border-top:1px solid #ddd;border-radius:8px;gap:10px}.blocked-text{color:#c62828;font-weight:600;font-size:14px;flex:1;min-width:0;position:absolute;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap}.unblock-btn{background:#1b7a3e;color:#fff;border:none;margin-left:90%;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;white-space:nowrap;flex-shrink:0;transition:background .2s ease}.unblock-btn:hover{background:#155f30}.unblock-btn:active{background:#0f4a25}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999;padding:16px;box-sizing:border-box}.popup-box{background:#fff;padding:24px 20px;border-radius:12px;text-align:center;width:100%;max-width:300px;box-shadow:0 8px 32px #0000002e;box-sizing:border-box}.popup-box p{margin:0 0 16px;font-size:15px;color:#222;line-height:1.4}.popup-box button{padding:10px 24px;border:none;background:#c62828;color:#fff;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease}.popup-box button:hover{background:#a81f1f}@media(min-width:481px)and (max-width:1120px){.chat-header{height:60px;padding:0 14px}.chat-header-img{width:42px;height:42px}.chat-body{top:60px;bottom:68px;padding:10px 14px 20px}.chat-input-bar{height:60px;bottom:60px;padding:8px 14px}.chat-input{padding:9px 13px;border-radius:20px}.chat-send{padding:8px 14px}.chat-bubble{max-width:80%;padding:9px 11px}.chat-text{font-size:13.5px}.chat-header-meta strong{font-size:15px;max-width:calc(100vw - 160px)}.blocked-text{font-size:13px}.unblock-btn{padding:7px 13px;font-size:12px}.popup-box{max-width:320px}.blocked-ui{padding:8px 12px 12px;gap:8px;height:4.5vh!important}}@media(max-width:480px){.chat-header{height:56px;padding:0 10px}.chat-header-img{width:38px;height:38px}.chat-body{top:56px;bottom:64px;padding:8px 10px 18px}.chat-input-bar{height:56px;bottom:52px;padding:8px 10px;gap:6px}.chat-input{padding:8px 12px;border-radius:20px;font-size:13px}.chat-send{padding:8px 12px;font-size:13px}.chat-bubble{max-width:85%;padding:8px 10px}.chat-text{font-size:13px}.chat-header-meta strong{font-size:14px;max-width:calc(100vw - 130px)}.chat-date{font-size:11px;padding:4px 8px}.blocked-ui{padding:8px 12px 14px;gap:8px;height:4vh!important}.blocked-text{font-size:12px}.unblock-btn{padding:4px 8px;font-size:12px;border-radius:6px;margin-left:80%!important}.popup-box{padding:20px 16px;max-width:90vw}.popup-box p{font-size:14px}.popup-box button{padding:9px 20px;font-size:13px}.chat-send{width:40px;height:40px}.chat-send svg{width:28px;height:28px}}@media(max-width:360px){.chat-header-meta strong{font-size:13px;max-width:calc(100vw - 110px)}.chat-bubble{max-width:88%}.blocked-text{font-size:11px}.unblock-btn{padding:6px 10px;font-size:11px}}
