@keyframes listing-published-modal-module__avatarPop{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.18)}70%{transform:scale(.92)}85%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.listing-published-modal-module__overlay{z-index:var(--z-toast);background:var(--overlay);outline:none;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out listing-published-modal-module__fadeIn;display:flex;position:fixed;inset:0}.listing-published-modal-module__modal{text-align:center;background:var(--page-bg);border-radius:var(--r12);flex-direction:column;align-items:center;width:100%;max-width:380px;padding:48px 40px 36px;animation:.3s cubic-bezier(.23,1,.32,1) listing-published-modal-module__scaleIn;display:flex;position:relative;overflow:visible}.listing-published-modal-module__confettiOrigin{pointer-events:none;width:0;height:0;z-index:var(--z-base);position:absolute;top:48px;left:50%;overflow:visible}.listing-published-modal-module__avatarWrapper{margin-bottom:24px;animation:3s ease-in-out 1.2s infinite listing-published-modal-module__floatSubtle;position:relative}.listing-published-modal-module__avatar{border-radius:var(--r50);object-fit:cover;width:80px;height:80px;animation:.7s cubic-bezier(.34,1.56,.64,1) .15s both listing-published-modal-module__avatarPop}.listing-published-modal-module__title{font-size:var(--text24);font-weight:var(--fw700);color:var(--text);letter-spacing:var(--ls06);line-height:var(--lh12);margin:0 0 8px;animation:.3s ease-out .3s both listing-published-modal-module__textUp}.listing-published-modal-module__message{font-size:var(--text14);font-weight:var(--fw300);color:var(--text);letter-spacing:var(--ls06);line-height:var(--lh15);max-width:300px;margin:0;animation:.3s ease-out .3s both listing-published-modal-module__textUp}.listing-published-modal-module__ctaPrimary{border-radius:var(--r12);background:var(--amber);width:100%;color:var(--white);font-size:var(--text14);font-weight:var(--fw600);letter-spacing:var(--ls06);cursor:pointer;border:none;margin-top:28px;padding:14px 24px;transition:transform .2s,box-shadow .2s;animation:.3s ease-out .6s both listing-published-modal-module__textUp}.listing-published-modal-module__ctaPrimary:hover{box-shadow:0 8px 24px var(--amber-bg);transform:translateY(-1px)}.listing-published-modal-module__ctaPrimary:active{transform:translateY(0)}.listing-published-modal-module__ctaSecondary{color:var(--text);font-size:var(--text12);font-weight:var(--fw300);letter-spacing:var(--ls04);cursor:pointer;border-radius:var(--r6);background:0 0;border:none;margin-top:8px;padding:6px 12px;transition:background .2s;animation:.3s ease-out .7s both listing-published-modal-module__textUp}.listing-published-modal-module__ctaSecondary:hover{background:var(--bg-subtle)}@media (width<=768px){.listing-published-modal-module__modal{max-width:320px;padding:40px 28px 32px}.listing-published-modal-module__avatar{width:68px;height:68px}.listing-published-modal-module__title{font-size:var(--text20);letter-spacing:var(--ls06)}.listing-published-modal-module__ctaPrimary{padding:12px 20px}}@media (prefers-reduced-motion:reduce){.listing-published-modal-module__overlay,.listing-published-modal-module__modal,.listing-published-modal-module__avatar,.listing-published-modal-module__avatarWrapper,.listing-published-modal-module__title,.listing-published-modal-module__message,.listing-published-modal-module__ctaPrimary,.listing-published-modal-module__ctaSecondary{opacity:1;transform:none;animation:none!important}.listing-published-modal-module__ctaPrimary,.listing-published-modal-module__ctaSecondary{transition:none!important}}.loading-screen-module__overlay{z-index:var(--z-modal);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-screen-module__overlayRelative{justify-content:center;align-items:center;width:100%;height:100%;min-height:100dvh;display:flex;position:relative}.loading-screen-module__overlayDark{background:var(--page-bg)}.loading-screen-module__content{justify-content:center;align-items:center;display:flex}.loading-screen-module__spinner{border-radius:var(--r50);border:3px solid var(--border-visible);border-top-color:var(--amber);width:40px;height:40px;animation:.8s linear infinite loading-screen-module__spin}@media (prefers-reduced-motion:reduce){.loading-screen-module__spinner{border-top-color:var(--border-visible);border-color:var(--amber);animation:none}}.require-admin-module__wrapper{justify-content:center;align-items:center;height:100dvh;display:flex}.require-admin-module__spinner{border:2.5px solid var(--border-thin);border-top-color:var(--text);border-radius:var(--r50);width:24px;height:24px;animation:.6s linear infinite require-admin-module__spin}.theme-toggle-module__themeToggle{cursor:pointer;border-radius:var(--r50);width:32px;height:32px;color:var(--text);background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex}@media (hover:hover){.theme-toggle-module__themeToggle:hover{transform:scale(1.05)}}.google-button-module__googleBtn{border-radius:var(--r12);background:var(--amber);width:100%;max-width:320px;color:var(--white);font-weight:var(--fw600);font-size:var(--text14);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;margin-left:auto;margin-right:auto;padding:20px;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.darkMode .google-button-module__googleBtn,.forceDark .google-button-module__googleBtn{background:var(--amber-bg);color:var(--amber)}.darkMode .google-button-module__icon,.forceDark .google-button-module__icon{filter:none}.google-button-module__googleBtn:hover:not(:disabled){background:var(--green);transform:translateY(-1px)}.darkMode .google-button-module__googleBtn:hover:not(:disabled),.forceDark .google-button-module__googleBtn:hover:not(:disabled){background:var(--green-bg);color:var(--green)}.google-button-module__googleBtn:active:not(:disabled){transform:translateY(0)}.google-button-module__googleBtn:disabled{background:var(--muted-bg);color:var(--muted-grey);cursor:not-allowed;pointer-events:none}.darkMode .google-button-module__googleBtn:disabled,.forceDark .google-button-module__googleBtn:disabled{background:var(--amber-bg);color:var(--muted-grey)}.google-button-module__icon{filter:brightness(0)invert();width:14px;height:14px}.google-button-module__iconOnly{border-radius:var(--r50);background:var(--brand);width:40px;max-width:40px;height:40px;box-shadow:none;margin-bottom:0;padding:0}.google-button-module__iconOnly .google-button-module__icon{filter:brightness(0)invert();width:24px;height:auto}.google-button-module__iconOnly:hover:not(:disabled){transform:scale(1.05)}@media (width<=768px){.google-button-module__googleBtn{box-shadow:none;margin-bottom:16px;padding:14px}}@keyframes login-module__slideUpIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes login-module__slideDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.login-module__overlay{background:var(--page-bg);min-height:100dvh;padding:24px;overflow:hidden}.login-module__modal{background:var(--page-bg);border-radius:var(--r12);width:100%;max-width:380px;box-shadow:var(--shadow-md);z-index:var(--z-base);padding:40px 32px;animation:.6s ease-out login-module__scaleIn;position:relative}.login-module__title{color:var(--brand);font-size:var(--text30);letter-spacing:var(--ls06);margin-top:12px;margin-bottom:4px}.login-module__subtitle{color:var(--text);font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw300);margin-bottom:20px}.login-module__divider{align-items:center;gap:12px;margin:0 0 24px;display:flex}.login-module__line{background:var(--border-visible);flex:1;height:1px}.login-module__dividerText{color:var(--text);font-size:var(--text11);font-weight:var(--fw500);letter-spacing:var(--ls04);text-transform:uppercase}.login-module__form{flex-direction:column;display:flex}.login-module__label{color:var(--text);font-weight:var(--fw300);font-size:var(--text14);letter-spacing:var(--ls06);margin-bottom:6px}.login-module__input{border-radius:var(--r12);box-sizing:border-box;background:var(--bg);width:100%;color:var(--brand);font-size:var(--text14);letter-spacing:var(--ls06);border:none;outline:none;padding:14px 16px;transition:box-shadow .2s}.login-module__input:focus{box-shadow:var(--shadow-sm)}.login-module__input::placeholder{color:var(--text)}.login-module__inputEmail{margin-bottom:16px}.login-module__inputPassword{margin-bottom:8px;padding-right:70px}.login-module__passwordWrapper{width:100%;position:relative}.login-module__passwordToggle{color:var(--text);font-size:var(--text11);font-weight:var(--fw300);letter-spacing:var(--ls04);cursor:pointer;background:0 0;border:none;padding:4px 8px;transition:color .15s;position:absolute;top:50%;right:10px;transform:translateY(calc(-50% - 4px))}.login-module__passwordToggle:hover{color:var(--brand)}.login-module__forgotLinkWrapper{justify-content:flex-end;margin-bottom:24px;display:flex}.login-module__forgotLink{color:var(--text);font-size:var(--text11);font-weight:var(--fw300);letter-spacing:var(--ls04);cursor:pointer;background:0 0;border:none;padding:0;transition:color .15s}.login-module__forgotLink:hover{color:var(--amber)}.login-module__submitBtn{background:var(--green);color:var(--white);border-radius:var(--r12);width:100%;font-weight:var(--fw800);font-size:var(--text14);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-green);border:none;justify-content:center;align-items:center;gap:10px;padding:18px 24px;transition:background .2s,transform .2s,color .2s,box-shadow .2s;display:inline-flex}.login-module__submitBtn:hover:not(:disabled){background:var(--amber);box-shadow:var(--shadow-green);transform:translateY(-2px)}.login-module__submitBtn:active:not(:disabled){transform:translateY(0)scale(.98)}.login-module__submitBtn:disabled{background:var(--bg-subtle);color:var(--muted-grey);cursor:not-allowed;box-shadow:none;border:none}.login-module__submitArrow{width:14px;height:14px}.login-module__errorBox{background:var(--red);color:var(--white);border-radius:var(--r6);box-sizing:border-box;width:100%;font-size:var(--text12);font-weight:var(--fw600);letter-spacing:var(--ls04);border:none;margin-top:16px;margin-bottom:16px;padding:12px 14px;animation:.2s ease-out both login-module__fadeInUp}.login-module__googleError{color:var(--pink);font-size:var(--text11);letter-spacing:var(--ls04);font-weight:var(--fw500);margin-top:-16px;margin-bottom:16px}.login-module__closeBtn{z-index:var(--z-base);position:absolute;top:16px;right:16px}.login-module__resetContent{width:100%}.login-module__resetContent .login-module__title{margin-top:0}.login-module__resetBackBtn{color:var(--text);font-size:var(--text11);font-weight:var(--fw500);letter-spacing:var(--ls04);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:20px;padding:0;transition:color .15s,transform .2s;display:inline-flex}.login-module__resetBackBtn:hover{color:var(--brand);transform:translate(-2px)}.login-module__resetForm{flex-direction:column;display:flex}.login-module__resetInput{margin-bottom:10px}.login-module__resetSubmitBtn{background:var(--green);color:var(--white);border-radius:var(--r12);width:100%;font-weight:var(--fw800);font-size:var(--text16);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-green);border:none;justify-content:center;align-items:center;padding:16px 24px;transition:background .2s,transform .2s,color .2s,box-shadow .2s;display:inline-flex}.login-module__resetSubmitBtn:hover:not(:disabled){background:var(--amber);box-shadow:var(--shadow-green);transform:translateY(-2px)}.login-module__resetSubmitBtn:disabled{background:var(--bg-subtle);color:var(--muted-grey);cursor:not-allowed;box-shadow:none}.login-module__resetBtnContent{justify-content:center;align-items:center;gap:6px;display:inline-flex}.login-module__resetArrow{width:14px;height:14px}.login-module__successBox{background:var(--green-bg);color:var(--green);border-radius:var(--r12);font-weight:var(--fw300);font-size:var(--text11);line-height:var(--lh12);letter-spacing:var(--ls04);align-items:center;gap:10px;padding:14px 16px;animation:.3s ease-out both login-module__fadeInUp;display:flex}.login-module__successIcon{flex-shrink:0;width:28px;height:28px}.login-module__roleSelectContent{width:100%}.login-module__roleSelectContent .login-module__title{margin-top:0}.login-module__roleOptions{flex-direction:column;gap:12px;margin-top:8px;display:flex}.login-module__roleOption{border-radius:var(--r12);background:var(--bg-subtle);cursor:pointer;text-align:left;box-sizing:border-box;border:none;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:18px 20px;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.login-module__roleOption:hover:not(:disabled){transform:translateY(-2px)}.login-module__roleOption:active:not(:disabled){transform:translateY(0)scale(.99)}.login-module__roleOption:disabled{color:var(--muted-grey);cursor:not-allowed}.login-module__roleLabel{font-size:var(--text18);font-weight:var(--fw800);color:var(--text);letter-spacing:var(--ls06)}.login-module__roleDescription{font-size:var(--text12);font-weight:var(--fw300);color:var(--text);letter-spacing:var(--ls04)}.login-module__modalOverlay{background:var(--overlay-blur);padding:24px;animation:.3s ease-out forwards login-module__fadeIn}.login-module__modalOverlay.login-module__closing{animation:.2s ease-in forwards login-module__fadeOut}.login-module__modalContent{background:var(--page-bg);border-radius:var(--r12);width:100%;max-width:400px;box-shadow:var(--shadow-md);padding:40px 32px;animation:.3s cubic-bezier(.16,1,.3,1) forwards login-module__slideUpIn;position:relative}.login-module__modalOverlay.login-module__closing .login-module__modalContent{animation:.2s ease-in forwards login-module__slideDownOut}.darkMode .login-module__title,.darkMode .login-module__input{color:var(--white)}.darkMode .login-module__line{background:var(--border-thin)}.darkMode .login-module__submitBtn:not(:disabled){background:var(--green-bg);color:var(--green);box-shadow:none}.darkMode .login-module__submitBtn:hover:not(:disabled){background:var(--green);color:var(--white);box-shadow:var(--shadow-green)}@media (width<=768px){.login-module__overlay{padding:16px}.login-module__modal{border-radius:var(--r12);padding:32px 24px}.login-module__modalOverlay{padding:16px}.login-module__modalContent{border-radius:var(--r12);padding:32px 24px}.login-module__title{margin-top:20px}}@media (prefers-reduced-motion:reduce){.login-module__modal,.login-module__modalContent,.login-module__errorBox,.login-module__successBox{animation:none}.login-module__submitBtn:hover:not(:disabled),.login-module__resetSubmitBtn:hover:not(:disabled),.login-module__roleOption:hover:not(:disabled),.login-module__resetBackBtn:hover{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes pulseOpacity{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes glow{0%,to{box-shadow:0 8px 32px color-mix(in srgb, var(--green) 35%, transparent)}50%{box-shadow:0 12px 48px color-mix(in srgb, var(--green) 50%, transparent), 0 0 20px color-mix(in srgb, var(--green) 20%, transparent)}}@keyframes float{0%,to{transform:translateY(0)translate(0)scale(1)}50%{transform:translateY(-20px)translate(10px)scale(1.02)}}@keyframes floatSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes scaleInSmall{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes textUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFull{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes modalPop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes badgePop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes ringPulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes panelReveal{0%{opacity:0;filter:blur(16px);transform:perspective(1200px)translate(100px)translateZ(-80px)rotateY(12deg)}35%{opacity:.9;filter:blur(3px)}65%{filter:blur();transform:perspective(1200px)translate(-6px)translateZ(8px)rotateY(-1deg)}85%{transform:perspective(1200px)translate(2px)translateZ(0)rotateY(.3deg)}to{opacity:1;filter:blur();transform:none}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes statusRing{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}@keyframes statusBlink{0%,to{opacity:1}50%{opacity:.4}}@keyframes checkDraw{0%{stroke-dashoffset:48px}to{stroke-dashoffset:0}}@keyframes checkDrawShort{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}@keyframes ctaShimmer{0%{left:-100%}to{left:200%}}@keyframes dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@keyframes slideRow1{0%{opacity:0;width:0}to{opacity:.7;width:55%}}@keyframes slideRow2{0%{opacity:0;width:0}to{opacity:.7;width:75%}}@keyframes slideRow3{0%{opacity:0;width:0}to{opacity:.7;width:40%}}:root{--dpe-a:#0b8043;--dpe-a-text:var(--white);--dpe-b:#62a744;--dpe-b-text:var(--white);--dpe-c:#bacc35;--dpe-c-text:#000;--dpe-d:#ffeb00;--dpe-d-text:#000;--dpe-e:#fbb800;--dpe-e-text:#000;--dpe-f:#ed6b08;--dpe-f-text:var(--white);--dpe-g:#d62027;--dpe-g-text:var(--white);--brand:#220135;--brand-text:#220135;--amber:#eb8108;--green:#36ac81;--red:#db3038;--pink:#e0245e;--purple:#a78bfa;--orange:#ff4200;--white:#fff;--white-90:#ffffffe6;--white-02:#ffffff05;--white-15:#ffffff26;--white-50:#ffffff80;--muted-grey:#9ca3af;--muted-bg:#e5e7eb;--text:#220135;--bg:#f4f1f780;--bg-subtle:#f4f1f759;--bg-solid:#fff;--bg-muted:#f7f7f8a8;--page-bg:#fff;--border-visible:#ddd8e0;--border-thin:#ececec;--shadow-sm:0 2px 8px #22013514;--shadow-md:0 12px 24px #22013514;--overlay:#0006;--overlay-blur:#d9d4dd80;--highlight:#ece8f0;--cyan:#06b6d4;--cyan-bg:#06b6d426;--emerald-light:#6ee7b7;--amber-bg:#fff3e6;--green-bg:#ecfdf5;--green-border:#a7f3d0;--red-bg:#db303838;--red-border:#fecaca;--amber-text:#d97706;--red-text:#a71a20;--score-green:#05966926;--score-green-bold:#05966940;--score-amber:#f59e0b26;--score-amber-bold:#f59e0b40;--score-red:#db30381f;--score-red-bold:#ef44441f;--score-green-solid:#059669;--score-amber-solid:#f59e0b;--score-red-solid:#ef4444;--shadow-green:0 8px 28px #36ac814d;--shadow-orange:0 8px 28px #d977064d;--fw900:900;--fw800:800;--fw700:700;--fw600:600;--fw500:500;--fw400:400;--fw300:300;--text10:10px;--text11:11px;--text12:12px;--text14:14px;--text16:16px;--text18:18px;--text20:20px;--text24:24px;--text30:30px;--text36:36px;--ls10:-1px;--ls06:-.6px;--ls04:-.4px;--lh10:1;--lh12:1.2;--lh15:1.5;--r6:6px;--r8:8px;--r12:12px;--r50:50%;--r16:16px;--r18:18px;--z-base:1;--z-dropdown:100;--z-modal:1000;--z-toast:1100;--sidebar-bg:#1a1025;--sidebar-gradient:linear-gradient(135deg, #1a1025 0%, #231232 100%);--sidebar-w:88px;--sidebar-w-mobile:70px;--admin-bg:#f0edf3;--admin-active-bg:#220135;--admin-active-text:#fff}@media (width>=1024px){:root{--sidebar-w:220px}}.darkMode{--brand-text:var(--purple);--text:#ffffffe6;--bg:#ffffff0f;--bg-subtle:#ffffff02;--border-visible:#ffffff1f;--border-thin:#ffffff0f;--bg-solid:#1a1025;--page-bg:#1a1025;--shadow-sm:0 2px 8px #0000001f;--shadow-md:0 12px 24px #0000001f;--overlay:#0006;--overlay-blur:#0006;--highlight:#3d125966;--muted-bg:#ffffff14;--bg-muted:#ffffff0a;--amber-bg:#f59e0b1f;--green-bg:#0596691f;--green-border:#05966933;--red-bg:#ef44441f;--red-border:#ef444433;--amber-text:var(--amber);--red-text:var(--red);--score-green:#05966933;--score-green-bold:#05966959;--score-amber:#f59e0b33;--score-amber-bold:#f59e0b59;--score-red:#db30382e;--score-red-bold:#ef444459;--shadow-green:0 8px 28px #36ac8140;--shadow-orange:0 8px 28px #d9770640;--admin-bg:#ffffff05;--admin-active-bg:#ffffff24;--admin-active-text:#fffffff2}.darkMode .forceLight{--text:#220135;--bg:#f4f1f780;--bg-subtle:#f4f1f759;--border-visible:#ddd8e0;--border-thin:#ececec;--bg-solid:#fff;--page-bg:#fff;--shadow-sm:0 2px 8px #22013514;--shadow-md:0 12px 24px #22013514;--overlay-blur:#d9d4dd80;--highlight:#ece8f0;--amber-bg:#fff3e6;--green-bg:#ecfdf5;--green-border:#a7f3d0;--red-bg:#db303838;--red-border:#fecaca;--amber-text:#d97706;--red-text:#a71a20;--muted-bg:#e5e7eb;--admin-bg:#f0edf3;--admin-active-bg:#220135;--admin-active-text:#fff;--score-green:#05966926;--score-green-bold:#05966940;--score-amber:#f59e0b26;--score-amber-bold:#f59e0b40;--score-red:#db30381f;--score-red-bold:#ef444440;--shadow-green:0 8px 28px #36ac814d;--shadow-orange:0 8px 28px #d977064d}.forceDark{--text:#ffffffe6;--bg:#ffffff0f;--bg-subtle:#ffffff05;--border-visible:#ffffff1f;--border-thin:#ffffff0f;--bg-solid:#1a1025;--page-bg:#1a1025;--shadow-sm:0 2px 8px #0000001f;--shadow-md:0 12px 24px #0000001f;--overlay-blur:#0006;--highlight:#3d125966;--green-bg:#0596691f;--green-border:#05966933;--red-bg:#ef44441f;--red-border:#ef444433;--amber-bg:#d977061f;--amber-text:var(--amber);--red-text:var(--red);--score-green:#05966933;--score-green-bold:#05966959;--score-amber:#f59e0b33;--score-amber-bold:#f59e0b59;--score-red:#db30382e;--score-red-bold:#ef444459;--shadow-green:0 8px 28px #36ac8140;--shadow-orange:0 8px 28px #d9770640}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.theme-fade-overlay{z-index:var(--z-toast);pointer-events:none;background:var(--page-bg);animation:.45s forwards themeFade;position:fixed;inset:0}@keyframes themeFade{0%{opacity:1}to{opacity:0}}html{background:var(--page-bg);overscroll-behavior:none;width:100%;min-height:100%}body{width:100%;min-height:100%;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:var(--lh12);letter-spacing:var(--ls06);color:var(--text);overscroll-behavior:none;background:var(--page-bg);overflow-x:hidden}@media (width<=768px){::-webkit-scrollbar{width:0;height:0;display:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none;-ms-overflow-style:none}}@media (width>=769px){html{scrollbar-width:none}html::-webkit-scrollbar{display:none}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overlayBase{z-index:var(--z-modal);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.darkPremiumCard{background:var(--sidebar-gradient);border-radius:var(--r18);z-index:var(--z-base);box-shadow:var(--shadow-md);color:var(--white);position:relative;overflow:hidden}.blurLight{-webkit-backdrop-filter:blur(10px)}.blurStrong{-webkit-backdrop-filter:blur(16px)}.emptyState{text-align:center;flex-direction:column;align-items:center;display:flex}button,input,select,textarea{font:inherit}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],textarea{font-size:var(--text16);letter-spacing:var(--ls06);font-weight:var(--fw300)}img,svg{max-width:100%;height:auto;display:block}h1{font-size:var(--text36);letter-spacing:var(--ls10);font-weight:var(--fw700);color:var(--text);margin-bottom:10px}h2{font-size:var(--text24);font-weight:var(--fw700);color:var(--text);letter-spacing:var(--ls10)}h3{font-size:var(--text20);font-weight:var(--fw700);color:var(--text);line-height:var(--lh12);letter-spacing:var(--ls10)}h4{font-size:var(--text16);font-weight:var(--fw700);color:var(--text);line-height:var(--lh12);letter-spacing:var(--ls06)}p{font-size:var(--text14);font-weight:var(--fw300);color:var(--text);letter-spacing:var(--ls06)}small{font-size:var(--text12);font-weight:var(--fw300);color:var(--muted-grey);line-height:var(--lh12);letter-spacing:var(--ls04)}@media (width<=768px){h1{font-size:var(--text30)}h2{font-size:var(--text20)}h3{font-size:var(--text18)}h4{font-size:var(--text16)}p{font-size:var(--text12);letter-spacing:var(--ls04)}small{font-size:var(--text11)}}.title-animated{animation:.6s ease-out forwards fadeSlideIn}.section-title{font-size:var(--text20);font-weight:var(--fw700);letter-spacing:var(--ls06);color:var(--text)}.section-title-banner{background:var(--bg-muted);border-radius:var(--r12);align-items:center;gap:0;margin-bottom:20px;padding:14px 18px;display:flex}.section-title-banner-icon{border-radius:var(--r12);background:var(--bg-subtle);width:36px;height:36px;color:var(--text);flex-shrink:0;padding:7px}.section-title-banner .section-title{font-size:var(--text18);margin:0}@media (width<=768px){.section-title-banner .section-title{font-size:var(--text16)}.section-title-banner{padding:12px 16px}.section-title-banner-icon{width:32px;height:32px;padding:6px}}.subtitle{color:var(--text);font-size:var(--text16);font-weight:var(--fw300);margin-bottom:16px}.cta-button{border-radius:var(--r12);background:var(--green);width:100%;color:var(--white);font-weight:var(--fw700);font-size:var(--text16);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;gap:0;padding:25px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}@keyframes ctaBtnShimmer{0%{left:-100%}to{left:200%}}.cta-button:not(:disabled):after{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:60%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-15deg)}.cta-button:not(:disabled):hover:after{animation:3.5s ease-in-out 1s infinite ctaBtnShimmer}.cta-button:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.cta-button:active{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.cta-button:disabled{background:var(--muted-bg);color:var(--muted-grey);cursor:not-allowed;box-shadow:none}.cta-button:disabled:hover{box-shadow:none;transform:none}@media (width>=1024px){.cta-button:hover:not(:disabled){background:var(--amber)}}@media (prefers-reduced-motion:reduce){.cta-button:after,.select-pill:after{animation:none}}.back-button{cursor:pointer;background:0 0;border:none;padding:8px}.dropdown{appearance:none;border:1px solid var(--muted-bg);border-radius:var(--r12);color:var(--text);cursor:pointer;font-size:var(--text14);font-weight:var(--fw300);letter-spacing:var(--ls06);background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23220135' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;width:100%;padding:16px 44px 16px 18px;transition:border-color .15s}@media (hover:hover){.dropdown:hover{border-color:var(--muted-grey)}}.dropdown:focus{outline:none}@media (width>=1600px){.dropdown{font-size:var(--text20);padding:20px 52px 20px 22px}}.text-input{border:none;border-bottom:1px solid var(--muted-bg);box-sizing:border-box;color:var(--text);font-size:var(--text16);font-weight:var(--fw300);letter-spacing:var(--ls06);background:0 0;border-radius:0;width:100%;padding:16px 0}.text-input:focus{border-color:#0000;outline:none}.text-input::placeholder{color:var(--muted-grey)}@media (width>=1600px){.text-input{font-size:var(--text20);padding:20px 0}}.select-pill{appearance:none;font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw700);line-height:var(--lh12);border-radius:var(--r12);background:var(--orange);color:var(--white);cursor:pointer;box-shadow:0 4px 14px var(--amber-bg), var(--shadow-sm), inset 0 1px 0 var(--bg);text-align:center;text-align-last:center;border:none;outline:none;justify-content:center;align-items:center;gap:6px;width:120px;min-width:120px;max-width:120px;margin-bottom:6px;padding:12px 22px;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.select-pill::-ms-expand{display:none}select.select-pill option{background:var(--white);color:var(--brand);font-weight:var(--fw600);text-align:left;padding:12px 16px}.select-pill:before{content:"";background:0 0;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.select-pill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:60%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-15deg)}.select-pill:hover:after{animation:3.5s ease-in-out 1s infinite ctaBtnShimmer}.select-pill:hover{background:var(--brand);box-shadow:none;transform:translateY(-2px)}.select-pill:hover:before{left:100%}.select-pill:active{box-shadow:0 2px 8px var(--amber-bg), var(--shadow-sm), inset 0 1px 0 var(--border-thin);transform:translateY(0)}.select-pill.select-pill--locked{background:var(--muted-bg);color:var(--muted-grey);box-shadow:none;cursor:default;pointer-events:none;padding:15px}.select-pill.select-pill--locked:before,.select-pill.select-pill--locked:after{display:none}.select-pill.select-pill--locked:hover{background:var(--muted-bg);box-shadow:none;transform:none}@media (width<=768px){.select-pill{font-size:var(--text12);letter-spacing:var(--ls04);border-radius:var(--r6);width:70px;min-width:70px;max-width:70px;box-shadow:0 2px 8px var(--amber-bg);flex-shrink:0;padding:8px 14px}}.info-label{font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw300);line-height:var(--lh12);color:var(--muted-grey)}.card-value{min-height:24px;font-size:var(--text14);font-weight:var(--fw700);color:var(--text);letter-spacing:var(--ls06);align-items:center;display:inline-flex}.section-banner{background:var(--bg-muted);border-radius:var(--r12);cursor:pointer;width:100%;box-shadow:none;border:none;align-items:center;gap:14px;padding:16px 20px;transition:transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.section-banner:hover{transform:translateY(-2px)}.section-banner:active{transform:translateY(0)}.section-banner-icon{border-radius:var(--r12);background:var(--bg-subtle);border:none;flex-shrink:0;width:42px;height:42px;padding:9px;transition:transform .2s}.section-banner:hover .section-banner-icon{transform:scale(1.05)}.section-banner-title{color:var(--text);font-size:var(--text16);letter-spacing:var(--ls06);font-weight:var(--fw300)}.sec-lock .section-banner{background:var(--bg-muted);cursor:not-allowed;pointer-events:none;opacity:.5}.sec-lock .section-banner .section-banner-title{color:var(--muted-grey)}.sec-lock .section-banner:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;right:20px}.sec-lock .section-banner:hover{background:var(--bg-muted);transform:none}.section-banner-cta{border-radius:var(--r6);background:var(--orange);color:var(--white);font-size:var(--text11);font-weight:var(--fw600);letter-spacing:var(--ls04);line-height:var(--lh10);align-items:center;gap:2px;padding:8px;display:inline-flex}.section-banner-cta-chevron{color:var(--white)}.PhoneInputCountry{box-shadow:none!important;border:none!important;outline:none!important}.PhoneInputCountryIcon{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.PhoneInputCountryIcon--border{box-shadow:none!important;background:0 0!important;border:none!important}.PhoneInputCountryIconImg{border:none!important}.PhoneInputCountrySelect{border:none!important;outline:none!important}.PhoneInputCountrySelectArrow{border:none!important}@media (width<=768px){input,textarea,select,.PhoneInputInput{font-size:max(16px,1em)!important}}.score-green{background:var(--green-bg);color:var(--green)}.score-orange{background:var(--amber-bg);color:var(--amber)}.score-red{background:var(--red-bg);color:var(--red)}.score-green-dark{background:var(--score-green-bold);color:var(--green)}.score-orange-dark{background:var(--score-amber-bold);color:var(--amber)}.score-red-dark{background:var(--score-red-bold);color:var(--red)}@keyframes decorative-background-module__floatCard1{0%,to{transform:translate(0)rotate(-6deg)}50%{transform:translate(8px,-16px)rotate(-4deg)}}@keyframes decorative-background-module__floatCard2{0%,to{transform:translate(0)rotate(3deg)}50%{transform:translate(-10px,12px)rotate(5deg)}}@keyframes decorative-background-module__floatCard3{0%,to{transform:translate(0)rotate(8deg)}50%{transform:translate(12px,-8px)rotate(6deg)}}@keyframes decorative-background-module__ringPulse{0%,to{opacity:.12;transform:translate(-50%,-50%)scale(1)}50%{opacity:.2;transform:translate(-50%,-50%)scale(1.04)}}.decorative-background-module__root{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.decorative-background-module__noise{z-index:1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.decorative-background-module__ring{border-radius:var(--r50);background:radial-gradient(circle, transparent 48%, var(--muted-bg) 49%, var(--muted-bg) 50%, transparent 51%);pointer-events:none;width:320px;height:320px;animation:6s ease-in-out infinite decorative-background-module__ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.decorative-background-module__glassCard{background:var(--bg-subtle);border-radius:var(--r16);box-shadow:var(--shadow-sm);z-index:2;pointer-events:none;flex-direction:column;gap:10px;padding:18px;display:flex;position:absolute}.decorative-background-module__glassCard1{width:150px;animation:12s ease-in-out infinite decorative-background-module__floatCard1;top:12%;right:2%}.decorative-background-module__glassCard2{width:130px;animation:15s ease-in-out infinite decorative-background-module__floatCard2;bottom:20%;left:2%}.decorative-background-module__glassCard3{width:110px;animation:18s ease-in-out infinite decorative-background-module__floatCard3;bottom:8%;right:4%}.decorative-background-module__glassCardIcon{color:var(--amber);width:20px;height:20px}.decorative-background-module__glassCardLine{border-radius:var(--r6);background:var(--brand);width:80%;height:7px}.decorative-background-module__glassCardLineShort{border-radius:var(--r6);background:var(--brand);width:50%;height:7px}.decorative-background-module__glassCardDot{border-radius:var(--r50);background:var(--amber);width:10px;height:10px}.decorative-background-module__glassCardBar{border-radius:var(--r8);background:var(--amber);width:100%;height:24px}.decorative-background-module__glassCardBar:nth-child(2){width:70%}.decorative-background-module__glassCardBar:nth-child(3){width:45%}.decorative-background-module__secondary .decorative-background-module__glassCardIcon{color:var(--brand)}.decorative-background-module__secondary .decorative-background-module__glassCardDot,.decorative-background-module__secondary .decorative-background-module__glassCardBar{background:var(--brand)}@media (width<=768px){.decorative-background-module__ring{display:none}.decorative-background-module__root{z-index:var(--z-modal);position:fixed}.decorative-background-module__glassCard{border-radius:var(--r12);opacity:.5;background:var(--bg-subtle);padding:14px}.decorative-background-module__glassCard1{width:130px;top:auto;bottom:14%;right:5%}.decorative-background-module__glassCard2{width:110px;bottom:4%;left:5%}.decorative-background-module__glassCard3{width:90px;bottom:2%;right:30%}}.darkMode .decorative-background-module__glassCard{background:var(--white-02);box-shadow:var(--shadow-md)}.darkMode .decorative-background-module__glassCardLine,.darkMode .decorative-background-module__glassCardLineShort{background:var(--white-02)}.darkMode .decorative-background-module__glassCardDot,.darkMode .decorative-background-module__glassCardBar{background:var(--amber)}.darkMode .decorative-background-module__ring{background:radial-gradient(circle, transparent 48%, var(--white-02) 49%, var(--white-02) 50%, transparent 51%)}@keyframes landing-page-module__fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes landing-page-module__fadeInUpCentered{to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes landing-page-module__ctaShimmer{0%,to{left:-100%}50%{left:120%}}@keyframes landing-page-module__ctaPulse{0%,to{box-shadow:0 4px 24px #d9770626}50%{box-shadow:0 8px 32px #d9770640}}.landing-page-module__page{background:var(--page-bg);box-sizing:border-box;grid-template-columns:1fr 1fr;min-height:100dvh;display:grid;position:relative;overflow:hidden}.landing-page-module__contentSide{min-height:100dvh;z-index:var(--z-base);justify-content:center;align-items:center;padding:60px 80px;display:flex;position:relative}.landing-page-module__contentInner{width:100%;max-width:600px;margin-top:-40px}.landing-page-module__title{letter-spacing:var(--ls10);font-size:92px;font-weight:var(--fw800);line-height:var(--lh10);opacity:0;color:var(--brand);background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:var(--brand);background-clip:unset;margin:0;padding-right:4px;animation:1s cubic-bezier(.16,1,.3,1) forwards landing-page-module__fadeInUp;transform:translateY(30px)}.darkMode .landing-page-module__title{color:var(--white);-webkit-text-fill-color:var(--white)}.landing-page-module__subtitle{font-size:var(--text18);font-weight:var(--fw300);letter-spacing:var(--ls06);line-height:var(--lh15);opacity:0;color:var(--muted-grey);margin:24px 0 0;animation:.9s cubic-bezier(.16,1,.3,1) .15s forwards landing-page-module__fadeInUp;transform:translateY(24px)}.landing-page-module__ctaGroup{opacity:0;gap:12px;width:100%;margin-top:36px;animation:.9s cubic-bezier(.16,1,.3,1) .3s forwards landing-page-module__fadeInUp;display:flex;transform:translateY(20px)}.landing-page-module__ctaButton{border-radius:var(--r12);font-size:var(--text16);font-weight:var(--fw700);letter-spacing:var(--ls06);cursor:pointer;background:var(--amber);color:var(--white);border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:18px 24px;transition:transform .2s,box-shadow .3s;animation:3s ease-in-out infinite landing-page-module__ctaPulse;display:flex;position:relative;overflow:hidden}.landing-page-module__ctaButton:after{content:"";background:linear-gradient(90deg, transparent, var(--white-15), transparent);width:50%;height:100%;animation:4s ease-in-out 1.5s infinite landing-page-module__ctaShimmer;position:absolute;top:0;left:-100%;transform:skew(-15deg)}.darkMode .landing-page-module__ctaButton{color:var(--amber);background:linear-gradient(135deg,#d9770633 0%,#d977061a 100%);animation:none;box-shadow:inset 0 0 0 1px #d9770633}.darkMode .landing-page-module__ctaButton:after{background:linear-gradient(90deg,#0000,#d977061a,#0000)}@media (hover:hover){.landing-page-module__ctaButton:hover{box-shadow:var(--shadow-orange);transform:translateY(-2px)}.darkMode .landing-page-module__ctaButton:hover{background:linear-gradient(135deg,#d9770640 0%,#d9770626 100%);box-shadow:inset 0 0 0 1px #d977064d,0 8px 24px #d9770626}}.landing-page-module__ctaContent,.landing-page-module__ctaArrow{z-index:1;position:relative}.landing-page-module__ctaArrow{width:14px;height:14px;transition:transform .2s}.landing-page-module__ctaButton:hover .landing-page-module__ctaArrow{transform:translate(4px)}.landing-page-module__loginLink{cursor:pointer;font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw300);color:var(--muted-grey);opacity:0;background:0 0;border:none;margin-top:28px;padding:0;animation:.8s cubic-bezier(.16,1,.3,1) .3s forwards landing-page-module__fadeInUp;transform:translateY(16px)}.landing-page-module__loginLinkHighlight{color:var(--text);font-weight:var(--fw600);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--muted-grey);text-decoration-color:var(--muted-grey)}.landing-page-module__createdBy{z-index:var(--z-base);opacity:0;align-items:center;gap:10px;animation:.7s cubic-bezier(.16,1,.3,1) .3s forwards landing-page-module__fadeInUpCentered;display:flex;position:absolute;bottom:56px;left:50%;transform:translate(-50%)translateY(12px)}.landing-page-module__createdByAvatar{border-radius:var(--r50);object-fit:cover;width:44px;height:44px;box-shadow:0 2px 8px #2201351f}.landing-page-module__createdByText{font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw300);color:var(--muted-grey)}.landing-page-module__createdByText strong{color:var(--amber);font-weight:var(--fw700);letter-spacing:var(--ls06)}.darkMode .landing-page-module__createdByText strong{color:var(--amber)}.landing-page-module__createdByTooltip{border-radius:var(--r12);background:var(--bg-subtle);width:300px;font-size:var(--text11);font-weight:var(--fw300);letter-spacing:var(--ls04);color:var(--text);text-align:center;line-height:var(--lh15);pointer-events:none;opacity:0;z-index:var(--z-base);border:none;padding:14px 18px;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(6px)}.landing-page-module__createdByTooltip:after{content:"";border:6px solid #0000;border-top-color:var(--bg-subtle);position:absolute;top:100%;left:50%;transform:translate(-50%)}.landing-page-module__createdBy:hover .landing-page-module__createdByTooltip{opacity:1;transform:translate(-50%)translateY(0)}.landing-page-module__legalLinks{z-index:var(--z-base);opacity:0;align-items:center;gap:12px;animation:.7s cubic-bezier(.16,1,.3,1) .3s forwards landing-page-module__fadeInUpCentered;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)translateY(12px)}.landing-page-module__legalLinks a{font-size:var(--text11);letter-spacing:var(--ls04);color:var(--muted-grey);font-weight:var(--fw300);text-decoration:none;transition:color .2s}.landing-page-module__legalLinks a:hover{color:var(--text)}.landing-page-module__legalDivider{color:var(--muted-grey);font-size:var(--text11);letter-spacing:var(--ls04)}.landing-page-module__themeToggle{z-index:var(--z-modal);cursor:pointer;border-radius:var(--r50);width:32px;height:32px;color:var(--text);background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed;top:19px;right:124px}@media (hover:hover){.landing-page-module__themeToggle:hover{transform:scale(1.05)}}.landing-page-module__visualSide{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (width<=768px){.landing-page-module__page{grid-template-rows:1fr;grid-template-columns:1fr}.landing-page-module__contentSide{text-align:center;padding:48px 24px}.landing-page-module__contentInner{max-width:280px;margin:0 auto}.landing-page-module__title{letter-spacing:var(--ls10);font-size:54px}.landing-page-module__subtitle{font-size:var(--text16);letter-spacing:var(--ls06);margin-top:16px}.landing-page-module__ctaGroup{flex-direction:column;gap:10px;width:100%;margin-top:24px}.landing-page-module__ctaButton{width:100%;padding:16px 20px}.landing-page-module__loginLink{text-align:center;display:block}.landing-page-module__createdBy{bottom:44px}.landing-page-module__createdByAvatar{width:32px;height:32px}.landing-page-module__createdByText{font-size:var(--text12);letter-spacing:var(--ls04)}.landing-page-module__legalLinks{white-space:nowrap;bottom:16px}.landing-page-module__visualSide{display:none}.landing-page-module__themeToggle{top:15px;right:100px}}@media (width>=1600px){.landing-page-module__contentSide{padding:60px 120px}.landing-page-module__title{letter-spacing:var(--ls10);font-size:100px}}@media (prefers-reduced-motion:reduce){.landing-page-module__ctaButton,.landing-page-module__ctaButton:after{animation:none}}@keyframes registration-form-module__slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes registration-form-module__slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.registration-form-module__form{flex-direction:column;gap:12px;padding:0 20px 2px;display:flex}.registration-form-module__progressTrack{background:var(--bg-subtle);border-radius:var(--r6);width:100%;height:8px;overflow:hidden}.registration-form-module__progressFill{background:var(--amber);border-radius:var(--r6);height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}.registration-form-module__stepIndicator{justify-content:center;align-items:center;gap:12px;display:flex}.registration-form-module__stepDot{border-radius:var(--r50);background:var(--bg-muted);width:28px;height:28px;color:var(--muted-grey);font-size:var(--text11);font-weight:var(--fw600);letter-spacing:var(--ls04);cursor:default;border:none;justify-content:center;align-items:center;padding:0;transition:background .3s,color .3s,transform .3s;display:flex}.registration-form-module__stepDot:disabled{cursor:default}.registration-form-module__stepDot:not(:disabled){cursor:pointer}.registration-form-module__stepDotActive{background:var(--amber);color:var(--white)}.registration-form-module__stepDotDone{background:var(--green);color:var(--white)}.registration-form-module__slidesContainer{min-height:90px;position:relative;overflow:hidden}.registration-form-module__slidesContainerOtp{margin-top:24px}.registration-form-module__slide{opacity:0;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0;transform:translate(60px)}.registration-form-module__slideActive{opacity:1;pointer-events:auto;animation:.3s ease-out registration-form-module__slideInRight;position:relative;transform:translate(0)}.registration-form-module__slideExitLeft{opacity:0;transform:translate(-60px)}.registration-form-module__slideExitRight{opacity:0;transform:translate(60px)}.registration-form-module__slideActive.back{animation:.3s ease-out registration-form-module__slideInLeft}.registration-form-module__stepTitle{color:var(--brand);font-size:var(--text20);font-weight:var(--fw800);letter-spacing:var(--ls06);line-height:var(--lh12);margin:0 0 12px}.registration-form-module__stepTitle+.registration-form-module__stepHint{margin-top:-8px}.registration-form-module__stepHint{color:var(--muted-grey);font-size:var(--text12);font-weight:var(--fw300);letter-spacing:var(--ls04);margin:2px 0 8px}.registration-form-module__label{color:var(--text);font-weight:var(--fw300);font-size:var(--text14);letter-spacing:var(--ls06);margin-bottom:6px}.registration-form-module__input{border-radius:var(--r12);box-sizing:border-box;background:var(--bg-subtle);width:100%;color:var(--brand);caret-color:var(--brand);font-size:var(--text14);letter-spacing:var(--ls06);outline:none;padding:14px 16px}.registration-form-module__input::placeholder{color:var(--muted-grey)}.registration-form-module__inputLarge{font-size:var(--text16);font-weight:var(--fw500);letter-spacing:var(--ls06);border-radius:var(--r12);background:var(--bg);border:none;padding:18px 20px;animation:.3s ease-out .15s both registration-form-module__fadeInUp}.registration-form-module__inputActive{background:var(--highlight)}.registration-form-module__inputPassword{padding-right:70px}.registration-form-module__passwordWrapper{width:100%;margin-bottom:8px;position:relative}.registration-form-module__passwordToggle{color:var(--muted-grey);font-size:var(--text11);font-weight:var(--fw300);letter-spacing:var(--ls04);cursor:pointer;background:0 0;border:none;padding:4px 8px;transition:color .15s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.registration-form-module__passwordToggle:hover{color:var(--brand)}.registration-form-module__ruleList{flex-wrap:wrap;gap:6px;display:flex}.registration-form-module__rule{border-radius:var(--r6);background:var(--bg-subtle);color:var(--muted-grey);font-size:var(--text11);letter-spacing:var(--ls04);font-weight:var(--fw300);align-items:center;gap:5px;padding:6px 8px;transition:background .2s,color .2s;display:inline-flex}.registration-form-module__ruleValid{background:var(--green-bg);color:var(--green)}.registration-form-module__navRow{align-items:center;gap:12px;display:flex}.registration-form-module__backBtn{border-radius:var(--r50);background:var(--bg-subtle);width:28px;height:28px;color:var(--muted-grey);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.registration-form-module__backBtn:hover{color:var(--brand);background:var(--border-visible)}.registration-form-module__nextBtn{background:var(--bg-subtle);color:var(--muted-grey);border-radius:var(--r12);font-weight:var(--fw800);font-size:var(--text14);letter-spacing:var(--ls06);cursor:not-allowed;border:none;flex:1;justify-content:center;align-items:center;gap:10px;padding:18px 24px;transition:background .3s,color .3s,transform .3s;display:inline-flex}.registration-form-module__nextBtnReady{background:var(--amber);color:var(--white);cursor:pointer}.registration-form-module__nextBtnReady:hover{background:var(--green);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.registration-form-module__nextBtnReady:active{transform:translateY(0)scale(.98)}.registration-form-module__errorBox{background:var(--red-bg);color:var(--pink);border-radius:var(--r6);box-sizing:border-box;width:100%;font-size:var(--text12);font-weight:var(--fw600);letter-spacing:var(--ls04);padding:12px 14px}.registration-form-module__submitBtn{background:var(--bg-subtle);color:var(--muted-grey);border-radius:var(--r12);width:100%;font-weight:var(--fw800);font-size:var(--text14);letter-spacing:var(--ls06);cursor:not-allowed;border:none;justify-content:center;align-items:center;gap:10px;padding:18px 24px;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:inline-flex}.registration-form-module__submitBtnReady{background:var(--green);color:var(--white);cursor:pointer}.registration-form-module__submitBtnReady:hover{transform:translateY(-2px)}.registration-form-module__submitBtnReady:active{transform:translateY(0)scale(.98)}.registration-form-module__otpView{flex-direction:column;animation:.3s ease-out registration-form-module__fadeInUp;display:flex}.registration-form-module__otpInstruction{color:var(--muted-grey);font-size:var(--text12);font-weight:var(--fw300);letter-spacing:var(--ls04);margin:0 0 12px}.registration-form-module__otpField{letter-spacing:var(--ls06);margin-bottom:12px}.registration-form-module__otpStatus{color:var(--muted-grey);font-size:var(--text11);letter-spacing:var(--ls04);margin-bottom:4px}.registration-form-module__otpResendBtn{color:var(--muted-grey);font-size:var(--text11);font-weight:var(--fw300);letter-spacing:var(--ls04);cursor:pointer;background:0 0;border:none;padding:4px 0;transition:color .15s}.registration-form-module__otpResendBtn:hover:not(:disabled){color:var(--brand)}.registration-form-module__otpResendBtn:disabled{cursor:not-allowed}.registration-form-module__otpActions{align-items:center;gap:8px;display:flex}.registration-form-module__otpSeparator{color:var(--muted-grey);font-size:var(--text11);-webkit-user-select:none;user-select:none}@media (width<=768px){.registration-form-module__stepTitle{font-size:var(--text18);letter-spacing:var(--ls06)}.registration-form-module__inputLarge{font-size:var(--text14);letter-spacing:var(--ls06);padding:16px 18px}.registration-form-module__submitBtn{padding:16px 20px}}@media (prefers-reduced-motion:reduce){.registration-form-module__slideActive{animation:none}.registration-form-module__progressFill{transition:none}}.account-creation-module__overlay{padding:calc(24px + env(safe-area-inset-top,0px)) calc(24px + env(safe-area-inset-right,0px)) calc(24px + env(safe-area-inset-bottom,0px)) calc(24px + env(safe-area-inset-left,0px));background:var(--page-bg);min-height:100dvh;overflow:hidden auto}.account-creation-module__overlay:before,.account-creation-module__overlay:after{display:none}.account-creation-module__modal{border:1px solid var(--bg);border-radius:var(--r12);width:100%;max-width:400px;max-height:100%;box-shadow:var(--shadow-sm), inset 0 1px 0 var(--border-thin);z-index:var(--z-base);flex-direction:column;margin:auto;padding:16px 24px 24px;animation:.6s ease-out account-creation-module__scaleIn;display:flex;position:relative;overflow:hidden}.account-creation-module__closeBtn{z-index:var(--z-base);position:absolute;top:16px;right:16px}.account-creation-module__titleRow{flex-direction:column;align-items:center;gap:8px;margin-bottom:4px;display:flex}.account-creation-module__titleIconWrapper{border-radius:var(--r50);background:var(--green-bg);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.account-creation-module__titleIcon{color:var(--green);flex-shrink:0}.account-creation-module__title{color:var(--white);font-size:var(--text24);letter-spacing:var(--ls06);line-height:var(--lh12);text-align:center;margin:0}.account-creation-module__subtitle{color:var(--text);font-size:var(--text14);letter-spacing:var(--ls06);font-weight:var(--fw300);text-align:center;margin:0 0 16px}.account-creation-module__divider{align-items:center;gap:12px;margin:0;padding:16px 20px;display:flex}.account-creation-module__line{background:var(--bg-subtle);flex:1;height:1px}.account-creation-module__dividerText{color:var(--text);font-size:var(--text11);font-weight:var(--fw500);letter-spacing:var(--ls04);text-transform:uppercase}.account-creation-module__headerSection{flex-direction:column;padding:0 0 4px;display:flex}.account-creation-module__registrationContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.account-creation-module__googleError{color:var(--pink);font-size:var(--text11);letter-spacing:var(--ls04);font-weight:var(--fw500);margin-top:-16px;margin-bottom:16px}@media (width<=768px){.account-creation-module__overlay{z-index:auto;background:var(--page-bg);align-items:stretch;height:100dvh;min-height:auto;padding:0;position:static;overflow:hidden}.account-creation-module__modal{-webkit-backdrop-filter:none;max-width:100%;min-height:0;box-shadow:none;border:none;border-radius:0;flex-direction:column;flex:1;margin:0;padding:0;animation:none;display:flex;overflow:hidden}.account-creation-module__registrationContent{min-height:0;padding:calc(env(safe-area-inset-top,0px) + 8px) 0 0}.account-creation-module__title{font-size:var(--text20);letter-spacing:var(--ls06)}.account-creation-module__closeBtn{top:calc(env(safe-area-inset-top,0px) + 20px);position:fixed;right:20px}}@media (prefers-reduced-motion:reduce){.account-creation-module__modal{animation:none}}.account-creation-module__lockErrorContent{padding:40px 20px}.account-creation-module__lockErrorTitle{color:var(--white);font-size:var(--text20);font-weight:var(--fw800);letter-spacing:var(--ls06);margin:0 0 12px}.account-creation-module__lockErrorText{color:var(--text);font-size:var(--text12);letter-spacing:var(--ls04);max-width:280px;margin:0 0 24px}.account-creation-module__lockErrorBtn{border-radius:var(--r12);background:var(--bg-subtle);color:var(--white);font-weight:var(--fw500);font-size:var(--text12);letter-spacing:var(--ls04);cursor:pointer;border:none;padding:14px 32px}@keyframes signup-layout-module__fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes signup-layout-module__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.signup-layout-module__page{z-index:var(--z-modal);background:var(--bg-solid);justify-content:center;align-items:center;padding:32px 48px;display:flex;position:fixed;inset:0;overflow:hidden}.signup-layout-module__closeBtn{z-index:var(--z-base);position:absolute;top:20px;right:20px}.signup-layout-module__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;max-width:1100px;max-height:100%;animation:.3s cubic-bezier(.16,1,.3,1) signup-layout-module__scaleIn;display:grid;position:relative}.signup-layout-module__leftColumn{border:1px solid var(--border-thin);border-radius:var(--r12);flex-direction:column;display:flex;overflow:hidden}.signup-layout-module__rightColumn{background:var(--page-bg);border-radius:var(--r12);flex-direction:column;width:100%;min-height:0;max-height:calc(100dvh - 64px);padding:24px;animation:1s cubic-bezier(.19,1,.22,1) .15s both signup-layout-module__panelReveal;display:flex;overflow:hidden}@keyframes signup-layout-module__panelReveal{0%{opacity:0;filter:blur(16px);transform:perspective(1200px)translate(100px)translateZ(-80px)rotateY(12deg)}35%{opacity:.9;filter:blur(3px)}65%{filter:blur();transform:perspective(1200px)translate(-6px)translateZ(8px)rotateY(-1deg)}85%{transform:perspective(1200px)translate(2px)translateZ(0)rotateY(.3deg)}to{opacity:1;filter:blur();transform:none}}.signup-layout-module__rightColumn>div,.signup-layout-module__rightColumn>div>div{flex-direction:column;width:100%;min-height:0;display:flex;overflow:hidden;max-width:100%!important}.signup-layout-module__heroCard{overflow:hidden}.signup-layout-module__heroPhoto{aspect-ratio:16/9;width:100%;overflow:hidden}.signup-layout-module__heroImage{object-fit:cover;width:100%;height:100%}.signup-layout-module__listingInfoBar{background:var(--sidebar-bg);flex-direction:column;gap:4px;padding:18px 8px 0 24px;display:flex}.signup-layout-module__listingInfoBarStandalone{border-radius:var(--r12);box-shadow:var(--shadow-sm)}.signup-layout-module__listingIcon{color:var(--amber);flex-shrink:0}.signup-layout-module__titleRow{align-items:center;gap:10px;display:flex}.signup-layout-module__listingTitle{font-size:var(--text24);font-weight:var(--fw800);line-height:var(--lh10);letter-spacing:var(--ls06);color:var(--white);margin:0}.signup-layout-module__listingMeta{font-size:var(--text16);font-weight:var(--fw300);letter-spacing:var(--ls06);color:var(--muted-grey);margin:0}.signup-layout-module__likedGallery{border-radius:var(--r12) var(--r12) 0 0;background:var(--bg-subtle);border:1px solid var(--border-thin);border-bottom:none;grid-template-columns:1fr 1fr;gap:8px;padding:16px;display:grid}.signup-layout-module__likedThumb{aspect-ratio:16/9;border-radius:var(--r12);opacity:0;animation:.3s forwards signup-layout-module__fadeInUp;overflow:hidden}.signup-layout-module__likedThumb:first-child{animation-delay:.15s}.signup-layout-module__likedThumb:nth-child(2){animation-delay:.2s}.signup-layout-module__likedThumb:nth-child(3){animation-delay:.26s}.signup-layout-module__likedThumb:nth-child(4){animation-delay:.34s}.signup-layout-module__likedThumb:nth-child(5){animation-delay:.42s}.signup-layout-module__likedThumbImg{object-fit:cover;width:100%;height:100%}.signup-layout-module__benefitsSection{background:var(--sidebar-bg);border-radius:0 0 var(--r12) var(--r12);padding:0 24px 16px}.signup-layout-module__separator{font-size:var(--text11);font-weight:var(--fw600);letter-spacing:var(--ls04);text-transform:uppercase;color:var(--muted-grey);margin:14px 4px}.signup-layout-module__benefitsGrid{grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:8px;display:grid}.signup-layout-module__benefitItem{border-radius:var(--r12);opacity:0;flex-direction:column;gap:6px;transition:transform .2s;animation:.45s forwards signup-layout-module__fadeInUp;display:flex}.signup-layout-module__benefitItem:hover{transform:translateY(-2px)}.signup-layout-module__benefitItem:first-child{animation-delay:.2s}.signup-layout-module__benefitItem:nth-child(2){animation-delay:.26s}.signup-layout-module__benefitItem:nth-child(3){animation-delay:.32s}.signup-layout-module__benefitItem:nth-child(4){animation-delay:.38s}.signup-layout-module__benefitHeader{align-items:center;gap:10px;display:flex}.signup-layout-module__benefitIconWrapper{border-radius:var(--r50);background:var(--score-amber);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.signup-layout-module__benefitIcon{color:var(--amber)}.signup-layout-module__benefitTitle{font-size:var(--text16);font-weight:var(--fw600);letter-spacing:var(--ls06);color:var(--white);line-height:var(--lh12);margin:0}.signup-layout-module__benefitDescription{font-size:var(--text12);font-weight:var(--fw300);letter-spacing:var(--ls04);color:var(--white-50);margin:0}@media (prefers-reduced-motion:reduce){.signup-layout-module__container,.signup-layout-module__benefitItem{opacity:1;animation:none}}.signup-layout-module__rightColumn [class*=headerSection]{background:var(--sidebar-bg);border-radius:var(--r12);padding:24px 24px 8px}.signup-layout-module__rightColumn [class*=headerSection] [class*=title]{color:var(--white)}.signup-layout-module__rightColumn [class*=headerSection] [class*=titleIcon]{color:var(--green)}.signup-layout-module__rightColumn [class*=headerSection] [class*=subtitle],.signup-layout-module__rightColumn [class*=dividerText]{color:var(--muted-grey)}.signup-layout-module__rightColumn [class*=line]{background:var(--border-visible)}.signup-layout-module__mobilePage{background:var(--sidebar-bg);z-index:var(--z-modal);flex-direction:column;max-width:420px;margin:0 auto;display:flex;position:fixed;inset:0;overflow:hidden}.signup-layout-module__mobileCloseBtn{top:calc(env(safe-area-inset-top,0px) + 12px);z-index:var(--z-toast);position:fixed;right:16px}.signup-layout-module__mobileContent{min-height:0;padding:calc(env(safe-area-inset-top,0px) + 16px) 20px calc(env(safe-area-inset-bottom,0px) + 20px);flex-direction:column;flex:1;justify-content:center;display:flex;overflow-y:auto}.signup-layout-module__mobileContentChat{padding:0;overflow:hidden}.signup-layout-module__mobilePage .signup-layout-module__listingTitle{font-size:var(--text18);letter-spacing:var(--ls06);line-height:var(--lh12);color:var(--white)}.signup-layout-module__mobilePage .signup-layout-module__listingMeta{font-size:var(--text12);letter-spacing:var(--ls04);color:var(--muted-grey)}.signup-layout-module__mobilePage .signup-layout-module__listingInfoBar{background:var(--sidebar-bg);padding:16px 0}.signup-layout-module__mobilePage .signup-layout-module__benefitsSection{padding:0}.signup-layout-module__mobilePage .signup-layout-module__separator{font-size:var(--text11);letter-spacing:var(--ls04);margin:0 0 10px}.signup-layout-module__mobilePage .signup-layout-module__benefitsGrid{gap:6px}.signup-layout-module__mobilePage .signup-layout-module__benefitItem{gap:4px;padding:10px 4px}.signup-layout-module__mobilePage .signup-layout-module__benefitTitle{font-size:var(--text14);letter-spacing:var(--ls06)}.signup-layout-module__mobilePage .signup-layout-module__benefitDescription{font-size:var(--text11);letter-spacing:var(--ls04);color:var(--muted-grey)}.signup-layout-module__mobileCta{border-radius:var(--r12);background:var(--score-amber);width:100%;color:var(--amber);font-size:var(--text16);font-weight:var(--fw700);letter-spacing:var(--ls06);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.signup-layout-module__mobileCtaChevron{flex-shrink:0;width:18px;height:18px}.signup-layout-module__mobileColumn{border-radius:var(--r12);flex-direction:column;display:flex;overflow:hidden}.signup-layout-module__mobileChat{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.signup-layout-module__mobileChat [class*=overlay]{background:var(--page-bg);flex:1;height:auto;min-height:auto;position:relative}.signup-layout-module__mobileChat [class*=registrationContent]{padding-top:0}.signup-layout-module__mobileChat [class*=headerSection]{background:var(--sidebar-bg);padding:24px 24px 8px}.signup-layout-module__mobileChat [class*=headerSection] [class*=title]{color:var(--white)}.signup-layout-module__mobileChat [class*=headerSection] [class*=titleIcon]{color:var(--green)}.signup-layout-module__mobileChat [class*=headerSection] [class*=subtitle],.signup-layout-module__mobileChat [class*=headerSection] [class*=dividerText]{color:var(--muted-grey)}.signup-layout-module__mobileChat [class*=headerSection] [class*=line]{background:var(--white-02)}.signup-layout-module__mobileChat [class*=closeBtn]{display:none}.share-button-module__shareButton{border-radius:var(--r50);background:var(--brand);cursor:pointer;border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .2s;display:flex}.share-button-module__shareButton:focus-visible{outline:2px solid var(--amber);outline-offset:2px}.share-button-module__shareButton svg{width:14px;height:14px;color:var(--white)}.share-modal-module__modal{width:100%;max-width:540px;padding:28px;animation:.3s ease-out share-modal-module__scaleIn}.share-modal-module__modal:before{display:none}.share-modal-module__headerButtons{z-index:var(--z-base);align-items:center;gap:8px;display:flex;position:absolute;top:16px;right:16px}.share-modal-module__closeButton{color:var(--white-50)!important;background:0 0!important}.share-modal-module__title{font-size:var(--text24);font-weight:var(--fw800);letter-spacing:var(--ls10);color:var(--white);margin-bottom:16px;padding-right:32px}.share-modal-module__listingPreview{background:var(--white-02);border-radius:var(--r12);gap:12px;margin-bottom:16px;padding:12px;display:flex}.share-modal-module__listingThumbnail{border-radius:var(--r8);object-fit:cover;flex-shrink:0;width:80px;height:60px}.share-modal-module__listingInfo{flex-direction:column;justify-content:center;min-width:0;display:flex}.share-modal-module__listingPrice{font-size:var(--text16);font-weight:var(--fw800);letter-spacing:var(--ls06);color:var(--white)}.share-modal-module__listingLocation{font-size:var(--text14);letter-spacing:var(--ls06);color:var(--white-90);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.share-modal-module__listingDetails{font-size:var(--text12);letter-spacing:var(--ls04);color:var(--white-50)}.share-modal-module__sectionLabel{font-size:var(--text12);font-weight:var(--fw700);letter-spacing:var(--ls04);color:var(--white-50);text-transform:uppercase;margin:14px 0 8px}.share-modal-module__sectionHeader{align-items:center;gap:4px;margin:14px 0 8px;display:flex}.share-modal-module__sectionHeader .share-modal-module__sectionLabel{margin:0}.share-modal-module__statusBadge{font-size:var(--text11);font-weight:var(--fw700);letter-spacing:var(--ls04);color:var(--red)}.share-modal-module__statusBadge.share-modal-module__completed{color:var(--green)}.share-modal-module__input{border-radius:var(--r12);width:100%;font-size:var(--text16);letter-spacing:var(--ls06);color:var(--white);background:var(--white-02);box-sizing:border-box;border:none;margin-bottom:8px;padding:12px 14px;transition:background .2s}.share-modal-module__input:focus{background:var(--white-02);outline:none}.share-modal-module__input::placeholder{color:var(--white-50)}.share-modal-module__toneGrid{flex-wrap:wrap;justify-content:flex-start;gap:10px;display:flex}.share-modal-module__toneButton{border-radius:var(--r12);background:var(--white-02);cursor:pointer;border:none;flex-direction:column;align-items:center;min-width:72px;padding:10px 12px;transition:background .2s,transform .2s;display:flex}.share-modal-module__toneButton.share-modal-module__selected{background:var(--score-amber)}.share-modal-module__toneButton:hover{transform:translateY(-1px)}.share-modal-module__toneIcon{justify-content:center;align-items:center;margin-bottom:4px;display:flex}.share-modal-module__toneIcon svg{width:22px;height:22px}.share-modal-module__toneName{font-size:var(--text12);font-weight:var(--fw500);letter-spacing:var(--ls04);color:var(--white-90)}.share-modal-module__textarea{border-radius:var(--r12);width:100%;font-size:var(--text16);letter-spacing:var(--ls06);color:var(--white);background:var(--white-02);resize:vertical;box-sizing:border-box;border:none;min-height:70px;margin-bottom:0;padding:12px 14px;transition:background .2s}.share-modal-module__textarea:focus{background:var(--white-02);outline:none}.share-modal-module__textarea::placeholder{color:var(--white-50)}.share-modal-module__previewHeader{align-items:center;gap:12px;display:flex}.share-modal-module__previewHeader .share-modal-module__sectionLabel{margin:10px 0 0}.share-modal-module__parentToggle{gap:6px;margin-top:10px;display:flex}.share-modal-module__parentOption{border-radius:var(--r8);background:var(--white-02);font-size:var(--text11);font-weight:var(--fw500);letter-spacing:var(--ls04);color:var(--white-90);cursor:pointer;border:none;padding:4px 10px;transition:background .2s,color .2s}.share-modal-module__parentOption.share-modal-module__selected{background:var(--amber);color:var(--white)}.share-modal-module__preview{background:var(--white-02);border-radius:var(--r12);border:none;margin-top:8px;padding:14px}.share-modal-module__previewText{font-size:var(--text12);letter-spacing:var(--ls04);color:var(--white-50);font-style:italic;line-height:var(--lh15);margin:0}.share-modal-module__submitButton{border-radius:var(--r12);background:var(--amber);width:100%;color:var(--white);font-size:var(--text14);font-weight:var(--fw700);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-orange);border:none;margin-top:16px;padding:14px 20px;transition:transform .2s,box-shadow .3s}.share-modal-module__submitButton:hover:not(:disabled){box-shadow:var(--shadow-orange);transform:translateY(-2px)}.share-modal-module__submitButton:disabled{background:var(--white-02);color:var(--white-50);cursor:not-allowed;box-shadow:none}.share-modal-module__submitButton.share-modal-module__success{background:var(--green);box-shadow:var(--shadow-green)}.share-modal-module__errorMessage{background:var(--score-red-bold);border-radius:var(--r8);font-size:var(--text14);letter-spacing:var(--ls06);color:var(--red);text-align:center;border:none;margin-top:12px;padding:12px}.share-modal-module__fieldRow{gap:12px;display:flex}.share-modal-module__fieldRow .share-modal-module__input{margin-bottom:0}.share-modal-module__formExiting{z-index:var(--z-base);animation:.2s ease-in forwards share-modal-module__fadeOutUp;position:relative}@keyframes share-modal-module__fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.share-modal-module__formContent{z-index:var(--z-base);position:relative}.share-modal-module__confirmationContent{text-align:center;z-index:var(--z-base);flex-direction:column;align-items:center;padding:40px 32px 36px;animation:.3s ease-out share-modal-module__slideUpFadeIn;display:flex;position:relative}@keyframes share-modal-module__slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.share-modal-module__freedyAvatar{border-radius:var(--r50);object-fit:cover;width:120px;height:120px;margin-bottom:28px;box-shadow:0 4px 16px #0000004d}.share-modal-module__freedyIntro{font-size:var(--text20);font-weight:var(--fw700);letter-spacing:var(--ls06);color:var(--white);margin:0 0 8px}.share-modal-module__confirmationMessage{font-size:var(--text14);font-weight:var(--fw300);letter-spacing:var(--ls06);color:var(--white-50);max-width:320px;line-height:var(--lh15);margin:0 0 24px}.share-modal-module__personalTouch{font-size:var(--text14);font-weight:var(--fw600);letter-spacing:var(--ls06);background:var(--score-amber);border-radius:var(--r12);color:var(--amber);margin:0;padding:12px 24px;font-style:italic}.share-modal-module__modalDark.share-modal-module__modalDark{background:var(--sidebar-gradient)}.share-modal-module__modalDark .share-modal-module__headerButtons button{color:var(--white);background:0 0}.share-modal-module__modalDark .share-modal-module__freedyIntro{color:var(--white)}.share-modal-module__modalDark .share-modal-module__confirmationMessage{color:var(--white-50)}@media (width<=768px){.share-modal-module__modalOverlay{padding:16px}.share-modal-module__modal{border-radius:var(--r18);padding:24px 20px}.share-modal-module__title{font-size:var(--text20);letter-spacing:var(--ls06)}.share-modal-module__fieldRow{gap:8px}.share-modal-module__fieldRow .share-modal-module__input:first-child{flex:1;min-width:0}.share-modal-module__fieldRow .share-modal-module__input:last-child{flex:2;min-width:0}.share-modal-module__fieldRow .share-modal-module__input{font-size:var(--text16);letter-spacing:var(--ls06);padding:10px 12px}.share-modal-module__toneGrid{-ms-overflow-style:none;flex-wrap:nowrap;gap:8px;margin:0 -20px;padding-bottom:8px;padding-left:20px;padding-right:20px;overflow-x:auto}.share-modal-module__toneButton{flex-shrink:0;min-width:68px;padding:8px 10px}.share-modal-module__toneIcon svg{width:20px;height:20px}.share-modal-module__toneName{font-size:var(--text11);letter-spacing:var(--ls04)}.share-modal-module__previewSection.share-modal-module__hideOnMobile{display:none}.share-modal-module__confirmationContent{padding:32px 20px 28px}.share-modal-module__freedyAvatar{width:90px;height:90px;margin-bottom:20px}.share-modal-module__freedyIntro{font-size:var(--text18);letter-spacing:var(--ls06)}.share-modal-module__personalTouch{font-size:var(--text12);letter-spacing:var(--ls04);padding:10px 20px}}@media (prefers-reduced-motion:reduce){.share-modal-module__submitButton:after{animation:none}}.share-selection-module__modal{text-align:center;width:100%;max-width:420px;padding:40px 32px 36px;animation:.3s ease-out share-selection-module__scaleIn}.share-selection-module__closeButton{position:absolute;top:16px;right:16px;color:var(--white-50)!important;background:0 0!important}.share-selection-module__title{font-size:var(--text24);font-weight:var(--fw800);letter-spacing:var(--ls10);color:var(--white);line-height:var(--lh12);margin-bottom:28px;padding:0 40px}.share-selection-module__selectionGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.share-selection-module__selectionCard{border-radius:var(--r12);background:var(--white-02);cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;padding:28px 20px;transition:transform .2s,background .2s;display:flex;position:relative;overflow:hidden}.share-selection-module__selectionCard:hover{background:var(--white-02);transform:translateY(-4px)}.share-selection-module__selectionCard:active{transform:translateY(-2px)}.share-selection-module__selectionIcon{border-radius:var(--r50);width:64px;height:64px;z-index:var(--z-base);justify-content:center;align-items:center;margin-bottom:14px;transition:transform .2s;display:flex;position:relative}.share-selection-module__selectionCard:not(.share-selection-module__selectionCardWhatsApp) .share-selection-module__selectionIcon{background:var(--amber);color:var(--white)}.share-selection-module__selectionCard:not(.share-selection-module__selectionCardWhatsApp):hover .share-selection-module__selectionIcon{transform:scale(1.08)}.share-selection-module__selectionLabel{font-size:var(--text16);font-weight:var(--fw700);letter-spacing:var(--ls06);color:var(--white);z-index:var(--z-base);position:relative}.share-selection-module__selectionCardWhatsApp:hover{background:var(--score-green)}.share-selection-module__selectionCardWhatsApp .share-selection-module__selectionIcon{background:var(--green);color:var(--white)}.share-selection-module__selectionCardWhatsApp:hover .share-selection-module__selectionIcon{transform:scale(1.08)}@media (width<=768px){.share-selection-module__modalOverlay{padding:20px}.share-selection-module__modal{border-radius:var(--r18);padding:32px 24px}.share-selection-module__title{font-size:var(--text20);letter-spacing:var(--ls06);margin-bottom:24px}.share-selection-module__selectionGrid{gap:12px}.share-selection-module__selectionCard{padding:24px 16px}.share-selection-module__selectionIcon{width:56px;height:56px;margin-bottom:12px}.share-selection-module__selectionLabel{font-size:var(--text14);letter-spacing:var(--ls06)}}.share-overlay-module__modalOverlay{background:var(--overlay-blur);padding:24px;overflow-y:auto}.share-whatsapp-module__modal{width:100%;max-width:480px;padding:28px;animation:.3s ease-out share-whatsapp-module__scaleIn}.share-whatsapp-module__closeButton{position:absolute;top:16px;right:16px;color:var(--white-50)!important;background:0 0!important}.share-whatsapp-module__title{font-size:var(--text24);font-weight:var(--fw800);letter-spacing:var(--ls10);color:var(--white);margin-bottom:16px;padding-right:32px}.share-whatsapp-module__listingPreview{background:var(--white-02);border-radius:var(--r12);gap:12px;margin-bottom:20px;padding:12px;display:flex}.share-whatsapp-module__listingThumbnail{border-radius:var(--r8);object-fit:cover;flex-shrink:0;width:72px;height:54px}.share-whatsapp-module__listingInfo{flex-direction:column;justify-content:center;min-width:0;display:flex}.share-whatsapp-module__listingPrice{font-size:var(--text14);font-weight:var(--fw700);letter-spacing:var(--ls06);color:var(--white)}.share-whatsapp-module__listingLocationInline{font-weight:var(--fw300);color:var(--white-50)}.share-whatsapp-module__listingDetails{font-size:var(--text12);letter-spacing:var(--ls04);color:var(--white-50);margin-top:2px}.share-whatsapp-module__sectionLabel{font-size:var(--text12);font-weight:var(--fw700);letter-spacing:var(--ls04);color:var(--white-50);text-transform:uppercase;margin:0 0 10px}.share-whatsapp-module__toneGrid{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-bottom:16px;display:flex}.share-whatsapp-module__toneButton{border-radius:var(--r12);background:var(--white-02);cursor:pointer;border:none;flex-direction:column;align-items:center;min-width:72px;padding:10px 12px;transition:background .2s,transform .2s;display:flex}.share-whatsapp-module__toneButton:hover{transform:translateY(-1px)}.share-whatsapp-module__toneButton.share-whatsapp-module__selected{background:var(--score-amber)}.share-whatsapp-module__toneIcon{justify-content:center;align-items:center;margin-bottom:4px;display:flex}.share-whatsapp-module__toneIcon svg{width:22px;height:22px}.share-whatsapp-module__toneName{font-size:var(--text12);font-weight:var(--fw500);letter-spacing:var(--ls04);color:var(--white-90)}.share-whatsapp-module__parentToggle{gap:6px;margin-bottom:16px;display:flex}.share-whatsapp-module__parentOption{border-radius:var(--r8);background:var(--white-02);font-size:var(--text11);font-weight:var(--fw500);letter-spacing:var(--ls04);color:var(--white-90);cursor:pointer;border:none;padding:4px 10px;transition:background .2s,color .2s}.share-whatsapp-module__parentOption.share-whatsapp-module__selected{background:var(--amber);color:var(--white)}.share-whatsapp-module__preview{background:var(--white-02);border-radius:var(--r12);margin-bottom:20px;padding:14px}.share-whatsapp-module__previewText{font-size:var(--text14);letter-spacing:var(--ls06);color:var(--white-50);white-space:pre-wrap;word-break:break-word;font-style:italic;line-height:var(--lh15);margin:0}.share-whatsapp-module__whatsappBtn{border-radius:var(--r12);background:var(--green);width:100%;color:var(--white);font-size:var(--text16);font-weight:var(--fw700);letter-spacing:var(--ls06);cursor:pointer;box-shadow:var(--shadow-green);border:none;justify-content:center;align-items:center;gap:10px;padding:16px 24px;transition:transform .2s,box-shadow .3s;display:flex}.share-whatsapp-module__whatsappBtn:hover{box-shadow:var(--shadow-green);transform:translateY(-2px)}.share-whatsapp-module__whatsappBtn:active{transform:translateY(0)}.share-whatsapp-module__previewQrRow{align-items:flex-start;gap:20px;display:flex}.share-whatsapp-module__previewCol{flex:1;min-width:0}.share-whatsapp-module__previewCol .share-whatsapp-module__preview{height:100%;min-height:140px;margin-bottom:0}.share-whatsapp-module__qrCol{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;display:flex}.share-whatsapp-module__qrWrapper{background:var(--white);border-radius:var(--r12);margin-bottom:8px;padding:12px}.share-whatsapp-module__qrHint{font-size:var(--text11);letter-spacing:var(--ls04);color:var(--white-50);max-width:160px;margin:0}@media (width<=768px){.share-whatsapp-module__modalOverlay{padding:16px}.share-whatsapp-module__modal{border-radius:var(--r18);padding:24px 20px}.share-whatsapp-module__title{font-size:var(--text20);letter-spacing:var(--ls06)}.share-whatsapp-module__toneGrid{-ms-overflow-style:none;flex-wrap:nowrap;gap:8px;margin:0 -20px 16px;padding-bottom:8px;padding-left:20px;padding-right:20px;overflow-x:auto}.share-whatsapp-module__toneButton{flex-shrink:0;min-width:68px;padding:8px 10px}.share-whatsapp-module__toneIcon svg{width:20px;height:20px}.share-whatsapp-module__toneName{font-size:var(--text11);letter-spacing:var(--ls04)}.share-whatsapp-module__listingPreview{padding:10px}.share-whatsapp-module__listingThumbnail{width:60px;height:45px}.share-whatsapp-module__listingPrice{font-size:var(--text14);letter-spacing:var(--ls06)}.share-whatsapp-module__preview{padding:12px}.share-whatsapp-module__previewText{font-size:var(--text12);letter-spacing:var(--ls04)}.share-whatsapp-module__whatsappBtn{font-size:var(--text14);letter-spacing:var(--ls06);padding:14px 20px}}
