:root{--bg-color:#1b1c1d;--text-color:#fff;--secondary-text:silver;--accent-color:#fff;--border-color:#333;--hover-bg:#2a2b2d;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--radius-pill:50px;--radius-sm:8px;--radius-md:16px;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:40px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1b1c1d;background-color:var(--bg-color);font-family:Inter,"Sanseriffic",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{color:#fff;color:var(--text-color)}h1,h2,h3,h4,h5,h6{font-family:Inter,"Sanseriffic",sans-serif;font-weight:500;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:silver;color:var(--secondary-text);font-size:1rem;margin-bottom:16px;margin-bottom:var(--spacing-sm)}a{color:#fff;color:var(--text-color);text-decoration:none;transition:color .2s ease;transition:color var(--transition-fast)}a:hover{color:silver;color:var(--secondary-text)}.cta-button,button{background-color:initial;border:1px solid #fff;border:1px solid var(--text-color);border-radius:50px;border-radius:var(--radius-pill);color:#fff;color:var(--text-color);cursor:pointer;font-family:Inter,"Sanseriffic",sans-serif;font-size:.95rem;padding:10px 28px;transition:all .3s ease;transition:all var(--transition-normal)}.cta-button:hover,button:hover{background-color:#2a2b2d;background-color:var(--hover-bg);transform:translateY(-1px)}.cta-button:active,button:active{transform:translateY(0)}.container{margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 24px;padding:0 var(--spacing-md)}section{padding:40px 0;padding:var(--spacing-lg) 0}.text-center{text-align:center}footer{border-top:1px solid #333;border-top:1px solid var(--border-color);font-size:.9rem;padding:24px 0;padding:var(--spacing-md) 0}footer,footer a{color:silver;color:var(--secondary-text)}footer a:hover{color:#fff;color:var(--text-color)}.mt-sm{margin-top:16px;margin-top:var(--spacing-sm)}.mt-md{margin-top:24px;margin-top:var(--spacing-md)}.mt-lg{margin-top:40px;margin-top:var(--spacing-lg)}.mb-sm{margin-bottom:16px;margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:24px;margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:40px;margin-bottom:var(--spacing-lg)}.text-light{color:silver;color:var(--secondary-text)}.text-bold{font-weight:600}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.6rem}.container{padding:0 16px;padding:0 var(--spacing-sm)}}@media (max-width:480px){h1{font-size:1.75rem}}.navbar{background-color:var(--bg-color);font-family:"Sanseriffic",sans-serif;padding:var(--spacing-lg) 0;position:static;top:0;z-index:1000}.navbar.navbar--app{padding:14px 0;position:-webkit-sticky;position:sticky}.navbar--app .navbar-logo-img{height:64px}.navbar--app .navbar-button{font-size:20px}.navbar-container{justify-content:space-between;margin:0 auto;max-width:100%;padding:0 6.2%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{text-decoration:none}.navbar-logo-img{height:120px;object-fit:contain;width:auto}.navbar-right{align-items:center;display:flex}.navbar-button{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-family:"Sanseriffic",sans-serif;font-size:36px;font-weight:400;padding:0;transition:all var(--transition-normal)}.navbar-button:hover{color:var(--secondary-text);transform:none}.navbar-button:active{transform:none}.navbar-profile-icon{stroke:currentColor;height:28px;width:28px}.navbar-profile-wrapper{position:relative}.navbar-profile-link{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-color);cursor:pointer;display:flex;justify-content:center;outline:none;padding:8px;text-decoration:none;transition:all var(--transition-normal)}.navbar-profile-link:hover{background-color:#ffffff1a;color:var(--secondary-text)}.navbar-dropdown{animation:dropdownFadeIn .15s ease;background-color:#232427;border:1px solid #ffffff1a;border-radius:14px;box-shadow:0 16px 48px #00000080;min-width:264px;padding:8px;position:absolute;right:0;top:calc(100% + 10px);z-index:2000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-item{align-items:center;background:none;border:none;border-radius:9px;color:#f2f2f2;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.95rem;gap:11px;padding:9px 12px;text-align:left;text-decoration:none;transition:background-color .15s ease;width:100%}.navbar-dropdown-item:hover{background-color:#ffffff14}.navbar-dropdown-item:not(.navbar-dropdown-logout) .navbar-faq-icon,.navbar-dropdown-item:not(.navbar-dropdown-logout) svg{color:#ffffff8c;transition:color .15s ease}.navbar-dropdown-item:not(.navbar-dropdown-logout):hover .navbar-faq-icon,.navbar-dropdown-item:not(.navbar-dropdown-logout):hover svg{color:#fff}.navbar-faq-icon{align-items:center;border:2px solid;border-radius:50%;display:inline-flex;flex-shrink:0;font-family:Inter,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:700;height:18px;justify-content:center;line-height:1;width:18px}.navbar-dropdown-divider{background-color:#ffffff1a;height:1px;margin:6px 8px}.navbar-dropdown-logout{color:#e05555}.navbar-dropdown-logout:hover{background-color:#e055551a}.navbar-user-header{align-items:center;display:flex;gap:10px;padding:12px 14px 14px}.navbar-user-avatar{align-items:center;background-color:#4f2c33;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:15px;font-weight:600;height:32px;justify-content:center;letter-spacing:0;width:32px}.navbar-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.navbar-user-name{color:#fff;font-size:15px;font-weight:600}.navbar-user-email,.navbar-user-name{font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-user-email{color:#ffffff9e;font-size:12.5px}.navbar-plan-row{display:flex;justify-content:center;padding:2px 14px 12px}.navbar-user-plan{align-items:center;border-radius:999px;display:inline-flex;font-family:Inter,sans-serif;font-size:11px;font-weight:700;gap:7px;letter-spacing:.4px;padding:5px 14px;white-space:nowrap}.navbar-user-plan-gem{background:currentColor;border-radius:1px;flex-shrink:0;height:6px;transform:rotate(45deg);width:6px}.navbar-user-plan--prime{background:linear-gradient(180deg,#cd7f3233,#cd7f321a);border:1px solid #cd7f3273;color:#e0a878}.navbar-user-plan--prestige{background:linear-gradient(180deg,#d4af3738,#d4af371a);border:1px solid #d4af3780;color:#e9cd82}.navbar-user-plan--platinum{background:linear-gradient(110deg,#96aac83d,#c8b4dc26,#96c8d23d);border:1px solid #e0e8f08c;color:#eef2f7;text-shadow:0 0 8px #dce6f54d}.navbar-user-plan--default{background:#ffffff14;border:1px solid #ffffff2e;color:#cbd2da}@media (max-width:768px){.navbar-container{padding:0 2rem}.navbar-logo-img{height:70px}.navbar--app .navbar-logo-img{height:46px}.navbar-logo-text{font-size:1.25rem}.navbar-button{font-size:.9rem}}@media (max-width:480px){.navbar-logo-img{height:52px}.navbar--app .navbar-logo-img{height:40px}.navbar-logo-text{font-size:1.1rem}.navbar-button{font-size:.85rem}}.about-wrapper{background-color:#1b1c1d;min-height:100vh;overflow-x:hidden;position:relative}.about-main-container{min-height:calc(100vh - 600px);position:relative}.about-content{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;z-index:2}.content-wrapper-about{max-width:680px}.about-hero-section{padding:5rem 8% 3rem}.about-tag{color:#ffffff80;display:block;font-size:.78rem;font-weight:600;letter-spacing:.18em;margin-bottom:1.5rem;text-transform:uppercase}.about-title{font-size:2.8rem;font-weight:600;letter-spacing:-.02em;line-height:1.14;margin:0 0 1.4rem}.about-lead{color:#ffffffb3;font-size:1.3rem;line-height:1.6;margin:0}.about-story-section{padding:0 8% 4.5rem}.about-story-section p{color:#ffffffd1;font-size:1.1rem;line-height:1.8;margin:0 0 1.4rem}.about-story-section p:last-child{margin-bottom:0}.about-closer{color:#fff!important;font-size:1.25rem!important;font-weight:500;margin-top:2.5rem!important}.about-safety-section{padding:0 8% 4.5rem}.about-section-title{font-size:1.75rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1rem}.about-section-lead{color:#ffffffb3;font-size:1.05rem;line-height:1.75;margin:0 0 2.5rem}.about-safety-list{display:flex;flex-direction:column;gap:2rem;list-style:none;margin:0;padding:0}.about-safety-item{align-items:center;color:#ffffffeb;display:flex;font-size:1.05rem;gap:1.5rem;line-height:1.6}.about-safety-icon{align-items:center;color:#fff;display:flex;flex-shrink:0;justify-content:center}.about-safety-icon svg{height:34px;width:34px}.about-cta-section{padding:1rem 8% 6rem}.about-btn-group{display:flex;flex-direction:column;gap:.55rem}.about-cta-link{color:#ffffffb3;cursor:pointer;display:inline-block;font-size:1.7rem;font-weight:500;letter-spacing:.01em;padding:.15rem 0;text-decoration:none;transform-origin:left center;transition:transform .22s ease,color .22s ease;width:-webkit-fit-content;width:fit-content}.about-cta-link>span{text-decoration:underline;-webkit-text-decoration-color:#fff6;text-decoration-color:#fff6;text-decoration-thickness:1px;text-underline-offset:6px;transition:text-decoration-thickness .22s ease,-webkit-text-decoration-color .22s ease;transition:text-decoration-color .22s ease,text-decoration-thickness .22s ease;transition:text-decoration-color .22s ease,text-decoration-thickness .22s ease,-webkit-text-decoration-color .22s ease}.about-cta-link:after{content:"\203A";display:inline-block;font-size:1.1em;line-height:1;margin-left:.5rem;transition:transform .22s ease}.about-cta-link:focus-visible,.about-cta-link:hover{color:#fff;outline:none;transform:scale(1.09)}.about-cta-link:focus-visible>span,.about-cta-link:hover>span{-webkit-text-decoration-color:#fff;text-decoration-color:#fff;text-decoration-thickness:2px}.about-cta-link:focus-visible:after,.about-cta-link:hover:after{transform:translateX(5px)}.about-cta-link:active{transform:scale(1.04)}.about-cta-link--primary{color:#fff}.about-cta-link--primary>span{-webkit-text-decoration-color:#ffffffb3;text-decoration-color:#ffffffb3}@media (max-width:768px){.about-main-container{min-height:auto}.about-hero-section{padding:3rem 2rem 2rem}.about-safety-section,.about-story-section{padding:0 2rem 3rem}.about-cta-section{padding:1rem 2rem 4rem}.about-title{font-size:2.05rem}.about-lead{font-size:1.05rem}.about-story-section p{font-size:1rem}.about-cta-link{font-size:1.35rem}}@media (max-width:480px){.about-hero-section{padding:2.5rem 1.25rem 1.75rem}.about-safety-section,.about-story-section{padding:0 1.25rem 2.5rem}.about-cta-section{padding:1rem 1.25rem 3rem}.about-title{font-size:1.85rem}.about-safety-list{gap:1.6rem}.about-safety-item{font-size:.98rem;gap:1.15rem}.about-safety-icon svg{height:28px;width:28px}}.refer-wrapper{background-color:#1b1c1d;min-height:100vh;overflow-x:hidden;position:relative}.refer-main-container{min-height:calc(100vh - 600px);position:relative}.refer-content{color:#fff;font-family:Inter,sans-serif;position:relative;z-index:2}.refer-inner{margin:0 auto;max-width:1180px;padding:0 8%}.refer-hero-section{padding:5rem 0 2.5rem}.refer-title{color:#fff;font-family:Inter,sans-serif;font-size:3.25rem;font-weight:400;line-height:1.05;margin:0 0 1.5rem}.refer-lead{color:#ffffffe0;font-size:20px;line-height:1.6;margin:0;max-width:640px}.refer-form-section{padding-bottom:6rem}.refer-grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:minmax(0,1fr) 360px}.refer-fields{display:flex;flex-direction:column;gap:1.75rem;max-width:620px}.refer-field{border:0;display:block;margin:0;padding:0}.refer-field>span{color:#fff;display:block;font-size:1.05rem;margin-bottom:.6rem}.refer-field em{color:#ffffff8c;font-size:.95rem;font-style:italic}.refer-field input[type=email],.refer-field input[type=text]{background-color:initial;border:1px solid #ffffff8c;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:.85rem 1rem;transition:border-color .2s ease;width:100%}.refer-field input::placeholder{color:#ffffff59}.refer-field input:focus{border-color:#fff;outline:none}.refer-member .refer-radio-row{display:flex;gap:1.75rem}.refer-member label{align-items:center;color:#ffffffe6;cursor:pointer;display:flex;font-size:1rem;gap:.5rem}.refer-member input{accent-color:#fff}.refer-friend{border-top:1px solid #ffffff1f;gap:1.25rem;padding-top:1.5rem}.refer-aside,.refer-friend{display:flex;flex-direction:column}.refer-aside{gap:2rem;position:-webkit-sticky;position:sticky;top:2rem}.refer-note{color:#ffffffbf;font-size:1rem;line-height:1.7;margin:0}.refer-send-card{background-color:#fff;border-radius:20px;box-shadow:0 18px 40px #00000059;padding:1.75rem;text-align:center}.refer-send-card h2{color:#1b1c1d;font-size:1.35rem;font-weight:700;margin:0 0 1.25rem}.refer-send-btn{background-color:#5c2b33;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;padding:.85rem 1.8rem;transition:all .25s ease;width:100%}.refer-send-btn:hover{background-color:#46212a;transform:translateY(-1px)}.refer-send-btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.refer-error{color:#b3261e;font-size:.85rem;margin:0 0 1rem}.refer-modal-overlay{align-items:center;background-color:#0a0a0c99;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:2000}.refer-modal{background-color:#fff;border-radius:20px;font-family:Inter,sans-serif;max-width:420px;padding:2.5rem 2rem;text-align:center;width:100%}.refer-modal h3{color:#1b1c1d;font-size:1.6rem;margin:0 0 .5rem}.refer-modal p{color:#444;font-size:1.05rem;margin:0 0 1.75rem}.refer-modal .refer-send-btn{padding:.7rem 2.4rem;width:auto}@media (max-width:960px){.refer-grid{gap:2.5rem;grid-template-columns:1fr}.refer-aside{max-width:620px;position:static}.refer-title{font-size:2.5rem}}@media (max-width:560px){.refer-inner{padding:0 1.25rem}.refer-hero-section{padding:3rem 0 2rem}.refer-title{font-size:2rem}.refer-lead{font-size:1rem}.refer-form-section{padding-bottom:4rem}}.reserve-wrapper{background-color:#1b1c1d;min-height:100vh;overflow-x:hidden;position:relative}.reserve-main-container{min-height:calc(100vh - 600px);position:relative}.reserve-content{color:#fff;font-family:Inter,sans-serif;position:relative;z-index:2}.reserve-inner{margin:0 auto;max-width:1180px;padding:0 8%}.reserve-hero-section{padding:5rem 0 2.5rem}.reserve-title{color:#fff;font-family:Inter,sans-serif;font-size:3.25rem;font-weight:400;line-height:1.05;margin:0 0 1rem}.reserve-lead{color:#fff;font-size:20px;line-height:1.6;margin:0 0 1.5rem}.reserve-body{color:#fffc;font-size:1.05rem;line-height:1.7;margin:0;max-width:760px}.reserve-form-section{padding-bottom:6rem}.reserve-grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:minmax(0,1fr) 360px}.reserve-fields{display:flex;flex-direction:column;gap:1.75rem;max-width:620px}.reserve-field{display:block;margin:0}.reserve-field>span{color:#fff;display:block;font-size:1.05rem;margin-bottom:.6rem}.reserve-field em{color:#ffffff8c;font-size:.95rem;font-style:italic}.reserve-field input,.reserve-select{background-color:initial;border:1px solid #ffffff8c;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:.85rem 1rem;transition:border-color .2s ease;width:100%}.reserve-field input::placeholder{color:#ffffff59}.reserve-field input:focus,.reserve-select:focus{border-color:#fff;outline:none}.reserve-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' d='m1 1 5 5 5-5' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.reserve-select option{color:#1b1c1d}.reserve-aside{display:flex;flex-direction:column;gap:2rem;position:-webkit-sticky;position:sticky;top:2rem}.reserve-note{color:#ffffffbf;font-size:1rem;font-style:italic;line-height:1.7;margin:0}.reserve-send-card{background-color:#fff;border-radius:20px;box-shadow:0 18px 40px #00000059;padding:1.75rem;text-align:center}.reserve-send-card h2{color:#1b1c1d;font-size:1.35rem;font-weight:700;margin:0 0 1.25rem}.reserve-send-btn{background-color:#5c2b33;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;padding:.85rem 1.8rem;transition:all .25s ease;width:100%}.reserve-send-btn:hover{background-color:#46212a;transform:translateY(-1px)}.reserve-send-btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.reserve-error{color:#b3261e;font-size:.85rem;margin:0 0 1rem}.reserve-modal-overlay{align-items:center;background-color:#0a0a0c99;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:2000}.reserve-modal{background-color:#fff;border-radius:20px;font-family:Inter,sans-serif;max-width:440px;padding:2.5rem 2rem;text-align:center;width:100%}.reserve-modal h3{color:#1b1c1d;font-size:1.6rem;margin:0 0 .75rem}.reserve-modal p{color:#444;font-size:1.05rem;line-height:1.6;margin:0 0 1.75rem}.reserve-modal .reserve-send-btn{padding:.7rem 2.4rem;width:auto}@media (max-width:960px){.reserve-grid{gap:2.5rem;grid-template-columns:1fr}.reserve-aside{max-width:620px;position:static}.reserve-title{font-size:2.5rem}}@media (max-width:560px){.reserve-inner{padding:0 1.25rem}.reserve-hero-section{padding:3rem 0 2rem}.reserve-title{font-size:2rem}.reserve-lead{font-size:1rem}.reserve-form-section{padding-bottom:4rem}}.how-it-works-page{background-color:var(--bg-color);color:#fff;font-family:Inter,sans-serif;min-height:100vh;padding:4rem 6.2% 6rem}.how-it-works-header{max-width:640px}.how-it-works-title{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin:0}.how-it-works-intro{color:#fff9;font-size:1.1rem;line-height:1.6;margin:.85rem 0 0}.how-it-works-steps{display:flex;flex-direction:column;gap:2.75rem;list-style:none;margin:3.5rem 0 0;padding:0}.how-it-works-step{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:2.75rem 1fr;max-width:760px;position:relative}.how-it-works-step:not(:last-child):before{background:linear-gradient(180deg,#ffffff38,#ffffff0d);bottom:-2.75rem;content:"";left:calc(1.375rem - 1px);position:absolute;top:3.25rem;width:2px}.how-it-works-step-num{align-items:center;background-color:var(--bg-color);border:1px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:1.05rem;font-weight:600;height:2.75rem;justify-content:center;width:2.75rem}.how-it-works-step-body{padding-top:.35rem}.how-it-works-step h2{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.3;margin:0 0 .6rem}.how-it-works-step p{color:#ffffffc7;font-size:1rem;line-height:1.7;margin:0}.how-it-works-note{color:#ffffff80;font-size:.95rem;line-height:1.6;margin:3rem 0 0;max-width:760px;padding-left:4.25rem}.how-it-works-pricing{margin-top:4.5rem}.how-it-works-pricing-title{color:#fff;font-size:1.6rem;font-weight:600;margin:0}.how-it-works-pricing-intro{color:#fff9;font-size:1rem;line-height:1.6;margin:.5rem 0 0;max-width:560px}@media (max-width:900px){.how-it-works-page{padding:3rem 2rem 4.5rem}.how-it-works-title{font-size:2rem}.how-it-works-steps{gap:2.25rem;margin-top:2.5rem}}@media (max-width:480px){.how-it-works-page{padding:2.5rem 1.25rem 3.5rem}.how-it-works-step{gap:1rem;grid-template-columns:2.25rem 1fr}.how-it-works-step:not(:last-child):before{bottom:-2.25rem;left:calc(1.125rem - 1px);top:2.75rem}.how-it-works-step-num{font-size:.95rem;height:2.25rem;width:2.25rem}.how-it-works-step h2{font-size:1.2rem}.how-it-works-note{padding-left:3.25rem}.how-it-works-pricing{margin-top:3.5rem}}.pricing-grid{align-items:stretch}.pricing-card{background-color:#2a2a29;border:1px solid #ffffff2e;border-radius:14px;color:inherit;padding:1.6rem 1.4rem;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.pricing-card:hover{background-color:#323231;border-color:#ffffff8c;transform:translateY(-3px)}.pricing-card:focus-visible{outline:2px solid #ffffffb3;outline-offset:2px}.pricing-price{margin-bottom:.35rem}.price-amount{font-size:2.25rem;line-height:1.1}.pricing-name{font-size:1.15rem;font-weight:600;margin:0 0 1rem}.pricing-features{flex:1 1}.pricing-features li{align-items:flex-start;color:#ffffffe6;font-size:.9375rem;line-height:1.55;margin-bottom:.6rem}.checkmark-container{background-color:#ffffff1a;border-radius:50%;height:24px;margin-right:.7rem;width:24px}.checkmark{color:#fff;font-family:Inter,sans-serif;font-size:.95rem}.pricing-card-cta{border-top:1px solid #ffffff1f;color:#ffffff8c;display:block;font-size:.85rem;font-weight:500;margin-top:1.25rem;padding-top:1rem;transition:color .2s ease}.pricing-card:hover .pricing-card-cta{color:#fff}.pricing-footer{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.pricing-footer p{color:#ffffffe6;font-size:1.05rem;font-weight:600;margin:0}.pricing-footer-button{background-color:#5c2b33;border-radius:12px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.85rem 2.75rem;text-decoration:none;transition:background-color .2s ease,transform .1s ease}.pricing-footer-button:hover{background-color:#6b3340}.pricing-footer-button:active{transform:translateY(1px)}@media (max-width:900px){.pricing-grid{gap:1rem;grid-template-columns:1fr}.price-amount{font-size:2rem}}@media (max-width:480px){.pricing-card{padding:1.35rem 1.15rem}.pricing-footer-button{text-align:center;width:100%}}.pricing-card--platinum,.pricing-card--prestige,.pricing-card--prime{border-color:#ffffff29}.cookie-policy-page{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:3.5rem 1.5rem 4.5rem}.cookie-policy-container{background-color:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 1px 2px #1018280a;color:#24262a;margin:0 auto;max-width:760px;padding:2rem 2.25rem 2.5rem}.cookie-policy-button{align-items:center;background-color:#f2f3f5;border:none;border-radius:10px;cursor:pointer;display:inline-flex;justify-content:center;margin-bottom:1.4rem;padding:.5rem .7rem;transition:background-color .15s ease}.cookie-policy-button:hover{background-color:#e6e7ea;transform:none}.cookie-policy-button img{filter:brightness(0);height:15px;opacity:.65;width:15px}.cookie-policy-title{color:#17181a;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.1rem}.cookie-policy-heading{color:#17181a;font-size:1.12rem;font-weight:600;line-height:1.4;margin:1.75rem 0 .55rem}.cookie-policy-heading strong{font-weight:700}.cookie-policy-description{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.75;margin:0 0 .9rem}.cookie-policy-description a{color:#5c2b33;font-weight:500;text-decoration:none}.cookie-policy-description a:hover{text-decoration:underline}.cookie-policy-container ol,.cookie-policy-container ul{margin:.4rem 0 1rem;padding-left:1.35rem}.cookie-policy-container li{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.7;margin-bottom:.4rem}.cookie-policy-container li::marker{color:#a05a68}@media (max-width:768px){.cookie-policy-page{padding:2.5rem 1rem 3.5rem}.cookie-policy-container{border-radius:14px;padding:1.5rem 1.35rem 2rem}.cookie-policy-title{font-size:1.55rem}.cookie-policy-heading{font-size:1.05rem}.cookie-policy-container li,.cookie-policy-description{font-size:.92rem}}.privacy-policy-page{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:3.5rem 1.5rem 4.5rem}.privacy-policy-container{background-color:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 1px 2px #1018280a;color:#24262a;margin:0 auto;max-width:760px;padding:2rem 2.25rem 2.5rem}.privacy-policy-button{align-items:center;background-color:#f2f3f5;border:none;border-radius:10px;cursor:pointer;display:inline-flex;justify-content:center;margin-bottom:1.4rem;padding:.5rem .7rem;transition:background-color .15s ease}.privacy-policy-button:hover{background-color:#e6e7ea;transform:none}.privacy-policy-button img{filter:brightness(0);height:15px;opacity:.65;width:15px}.privacy-policy-title{color:#17181a;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.1rem}.privacy-policy-heading{color:#17181a;font-size:1.12rem;font-weight:600;line-height:1.4;margin:1.75rem 0 .55rem}.privacy-policy-heading strong{font-weight:700}.privacy-policy-description{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.75;margin:0 0 .9rem}.privacy-policy-description a{color:#5c2b33;font-weight:500;text-decoration:none}.privacy-policy-description a:hover{text-decoration:underline}.privacy-policy-container ol,.privacy-policy-container ul{margin:.4rem 0 1rem;padding-left:1.35rem}.privacy-policy-container li{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.7;margin-bottom:.4rem}.privacy-policy-container li::marker{color:#a05a68}@media (max-width:768px){.privacy-policy-page{padding:2.5rem 1rem 3.5rem}.privacy-policy-container{border-radius:14px;padding:1.5rem 1.35rem 2rem}.privacy-policy-title{font-size:1.55rem}.privacy-policy-heading{font-size:1.05rem}.privacy-policy-container li,.privacy-policy-description{font-size:.92rem}}.safety-tips-page{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:3.5rem 1.5rem 4.5rem}.safety-tips-container{background-color:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 1px 2px #1018280a;color:#24262a;margin:0 auto;max-width:760px;padding:2rem 2.25rem 2.5rem}.safety-tips-button{align-items:center;background-color:#f2f3f5;border:none;border-radius:10px;cursor:pointer;display:inline-flex;justify-content:center;margin-bottom:1.4rem;padding:.5rem .7rem;transition:background-color .15s ease}.safety-tips-button:hover{background-color:#e6e7ea;transform:none}.safety-tips-button img{filter:brightness(0);height:15px;opacity:.65;width:15px}.safety-tips-title{color:#17181a;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.1rem}.safety-tips-heading{color:#17181a;font-size:1.12rem;font-weight:600;line-height:1.4;margin:1.75rem 0 .55rem}.safety-tips-heading strong{font-weight:700}.safety-tips-description{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.75;margin:0 0 .9rem}.safety-tips-description a{color:#5c2b33;font-weight:500;text-decoration:none}.safety-tips-description a:hover{text-decoration:underline}.safety-tips-container ol,.safety-tips-container ul{margin:.4rem 0 1rem;padding-left:1.35rem}.safety-tips-container li{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.7;margin-bottom:.4rem}.safety-tips-container li::marker{color:#a05a68}@media (max-width:768px){.safety-tips-page{padding:2.5rem 1rem 3.5rem}.safety-tips-container{border-radius:14px;padding:1.5rem 1.35rem 2rem}.safety-tips-title{font-size:1.55rem}.safety-tips-heading{font-size:1.05rem}.safety-tips-container li,.safety-tips-description{font-size:.92rem}}.terms-of-service-page{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:3.5rem 1.5rem 4.5rem}.terms-of-service-container{background-color:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 1px 2px #1018280a;color:#24262a;margin:0 auto;max-width:760px;padding:2rem 2.25rem 2.5rem}.terms-of-service-button{align-items:center;background-color:#f2f3f5;border:none;border-radius:10px;cursor:pointer;display:inline-flex;justify-content:center;margin-bottom:1.4rem;padding:.5rem .7rem;transition:background-color .15s ease}.terms-of-service-button:hover{background-color:#e6e7ea;transform:none}.terms-of-service-button img{filter:brightness(0);height:15px;opacity:.65;width:15px}.terms-of-service-title{color:#17181a;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.1rem}.terms-of-service-heading{color:#17181a;font-size:1.12rem;font-weight:600;line-height:1.4;margin:1.75rem 0 .55rem}.terms-of-service-heading strong{font-weight:700}.terms-of-service-description{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.75;margin:0 0 .9rem}.terms-of-service-description a{color:#5c2b33;font-weight:500;text-decoration:none}.terms-of-service-description a:hover{text-decoration:underline}.terms-of-service-container ol,.terms-of-service-container ul{margin:.4rem 0 1rem;padding-left:1.35rem}.terms-of-service-container li{color:#4a4e52;font-size:.95rem;font-weight:400;line-height:1.7;margin-bottom:.4rem}.terms-of-service-container li::marker{color:#a05a68}@media (max-width:768px){.terms-of-service-page{padding:2.5rem 1rem 3.5rem}.terms-of-service-container{border-radius:14px;padding:1.5rem 1.35rem 2rem}.terms-of-service-title{font-size:1.55rem}.terms-of-service-heading{font-size:1.05rem}.terms-of-service-container li,.terms-of-service-description{font-size:.92rem}}.footer{background-color:#1b1c1d;border:1px solid #1b1c1d;border-radius:10px 10px 0 0;color:#fff;display:flex;flex-direction:column;font-family:"Sanseriffic",sans-serif;justify-content:flex-end;padding:5% 6.2% 3rem}.footer-top-line{border-top:2px solid #fff;margin-bottom:2rem}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.footer-left{flex:1.2 1;min-width:300px}.footer-logo{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.footer-logo img{height:120px;width:auto}.footer-brand{font-size:14px;font-weight:400}.footer-copy{color:#ccc;font-size:14px}.footer-copy a{color:#ccc;text-decoration:none;transition:opacity .3s ease}.footer-copy a:hover{opacity:.7}.footer-right{display:flex;flex:2 1;gap:3rem;justify-content:flex-end;min-width:300px}.footer-column{display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem;position:relative}.footer-column:not(:first-child):before{background-color:#fff;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.footer-column h2{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-column a{color:#fff;font-family:Inter,Sanseriffic,sans-serif;font-size:.95rem;text-decoration:none;transition:opacity .3s ease}.footer-column a:hover{opacity:.7}.footer-social-link{align-items:center;display:inline-flex;gap:.45rem;line-height:1;margin-top:.15rem}.footer-social-link svg{display:block;flex-shrink:0;height:15px;width:15px}.footer-social-link span{display:block;line-height:1}@media (max-width:900px){.footer-content,.footer-right{align-items:flex-start;flex-direction:column}.footer-right{gap:2rem;min-width:0;min-width:auto;width:100%}.footer-column{padding-left:0}.footer-column:not(:first-child):before{display:none}}@media (max-width:768px){.footer{padding:3rem 2rem 2rem}.footer-left{min-width:0;min-width:auto;width:100%}}@media (max-width:480px){.footer{padding:2rem 1.25rem 1.5rem}.footer-logo img{height:70px}.footer-brand,.footer-copy{font-size:12px}.footer-column h2{font-size:.9rem}.footer-column a{font-size:.875rem}}.faq-page{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:3.5rem 1.5rem 4.5rem}.faq-shell{margin:0 auto;max-width:760px}.faq-header{margin-bottom:2rem;text-align:center}.faq-eyebrow{color:#b98a95;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;margin-bottom:.7rem;text-transform:uppercase}.faq-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .6rem}.faq-description{color:#ffffff8c;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}.faq-content{display:flex;flex-direction:column;gap:1.25rem}.faq-section{background-color:#fff;border:1px solid #e6e8eb;border-radius:14px;box-shadow:0 1px 2px #1018280d;overflow:hidden;padding:0;width:100%}.faq-section-header{background-color:#5c2b33;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;padding:.9rem 1.3rem;text-transform:uppercase}.faq-item{border-bottom:1px solid #edeef0}.faq-item:last-child{border-bottom:none}.faq-question{align-items:center;background:none;border:none;border-radius:0;color:#1f2023;cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.05rem 1.3rem;text-align:left;transition:color .15s ease;width:100%}.faq-question:hover{background:none;color:#5c2b33;transform:none}.faq-question-text{flex:1 1;line-height:1.5}.faq-chevron{color:#b0b2b6;flex-shrink:0;transition:transform .25s ease,color .15s ease}.faq-item.is-open .faq-question,.faq-question:hover .faq-chevron{color:#5c2b33}.faq-item.is-open .faq-chevron{color:#5c2b33;transform:rotate(180deg)}.faq-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-item.is-open .faq-answer-wrap{grid-template-rows:1fr}.faq-answer{min-height:0;overflow:hidden}.faq-answer-text{color:#55585c;font-size:.92rem;line-height:1.72;margin:0;padding:0 1.3rem 1.15rem}.faq-contact{background-color:#fff;border:1px solid #e6e8eb;border-radius:14px;box-shadow:0 1px 2px #1018280d;margin-top:1.75rem;padding:1.9rem 1.5rem 2rem;text-align:center}.faq-contact-title{color:#17181a;font-size:1.1rem;font-weight:700;margin:0 0 .35rem}.faq-contact-text{color:#6b7075;font-size:.9rem;line-height:1.6;margin:0 0 1.2rem}.faq-contact-btn{background-color:#5c2b33;border-radius:10px;color:#fff;display:inline-block;font-size:.88rem;font-weight:600;padding:.65rem 1.5rem;text-decoration:none;transition:background-color .15s ease}.faq-contact-btn:hover{background-color:#6b3340;transform:none}@media (max-width:768px){.faq-page{padding:2.5rem 1.15rem 3.5rem}.faq-title{font-size:1.6rem}.faq-description,.faq-question{font-size:.9rem}.faq-question{padding:.95rem 1.1rem}.faq-answer-text{font-size:.88rem;padding:0 1.1rem 1rem}.faq-section-header{padding:.85rem 1.1rem}}.signup-page{background-color:#1b1c1d;color:#fff;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative}.signup-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:10.5rem 1.5rem 4.5rem}.signup-card{display:flex;flex-direction:column;gap:1.15rem;max-width:420px;width:100%}.signup-logo{display:flex;justify-content:flex-start;left:50%;max-width:100%;padding:0 6.2%;position:absolute;text-decoration:none;top:40px;transform:translateX(-50%);width:100%}@media (max-width:768px){.signup-logo{padding:0 2rem;top:24px}.logo-icon{height:70px}}.signup-title{color:#fff;font-size:2.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}.signup-subtitle{color:#fff9;display:block;font-size:.95rem;line-height:1.55;margin:0 0 .5rem}.signup-error{background-color:#dc46461f;border:1px solid #dc464666;border-radius:10px;color:#ff9d9d;font-size:.9rem;line-height:1.4;padding:.8rem 1rem}.signup-hint{color:#ffffff8c;font-size:.85rem;line-height:1.5;margin:0}.signup-form{gap:1.15rem}.form-group-signup,.signup-form{display:flex;flex-direction:column}.form-group-signup{gap:.5rem}.form-group-signup label{color:#ffffffd9;font-size:.9rem;font-weight:500}.form-input-signup{background-color:#ffffff0a;border:1px solid #ffffff29;border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;outline:none;padding:.9rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.form-input-signup::placeholder{color:#ffffff52}.form-input-signup:focus{background-color:#ffffff0f;border-color:#ffffffd9;box-shadow:0 0 0 3px #ffffff1a}.password-input-wrapper .form-input-signup{padding-right:3rem}.checkbox-group{margin:0}.checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:.65rem}.checkbox-input{accent-color:#c98a98;cursor:pointer;flex-shrink:0;height:18px;margin-top:2px;width:18px}.checkbox-text{color:#ffffffbf;font-size:.875rem;line-height:1.5}.signup-button{background-color:#5c2b33;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;margin-top:.25rem;padding:.95rem 2rem;transition:background-color .2s ease,transform .1s ease;width:100%}.signup-button:hover:not(:disabled){background-color:#6b3340}.signup-button:active:not(:disabled){transform:translateY(1px)}.signup-button:disabled{cursor:not-allowed;opacity:.55}.signup-textlink{align-self:center;background:none;border:none;color:#ffffffbf;cursor:pointer;font:inherit;margin-top:.75rem;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.signup-textlink:hover{color:#fff}.login-link{color:#ffffffb3;font-size:.9rem;margin-top:.25rem;text-align:center}@media (max-width:768px){.signup-main{padding:7rem 1.25rem 3rem}.signup-title{font-size:2rem}}@media (max-width:480px){.signup-main{padding:6rem 1.25rem 2.5rem}.signup-title{font-size:1.8rem}.social-buttons{flex-direction:column}}.profile-page{--pc-page-bg:#2a1519;--pc-card:#fff;--pc-card-border:#dfe2e6;--pc-on-dark:#fff;--pc-on-dark-dim:#ffffffa6;--pc-line:#ececef;--pc-input-bg:#fff;--pc-input-border:#d4d7dc;--pc-input-border-hover:#b6bac1;--pc-heading:#17181a;--pc-label:#3d3f43;--pc-text:#24262a;--pc-text-dim:#6b7075;--pc-placeholder:#a2a7ad;--pc-accent:#5c2b33;--pc-accent-soft:#fbeef1;--pc-accent-hover:#6b3340;--pc-error:#c53434;background-color:var(--pc-page-bg);color:var(--pc-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh;padding:3.25rem 1.5rem 5rem}.profile-page .profile-page-container{background:none;margin:0 auto;max-width:600px;padding:0;width:100%}.profile-page .profile-page-header{margin-bottom:2rem}.profile-page .profile-page-header h1{color:var(--pc-on-dark);font-size:1.8rem;font-weight:700;letter-spacing:-.01em;margin:0}.profile-page .profile-page-subtitle{color:var(--pc-on-dark-dim);font-size:.95rem;line-height:1.6;margin:.6rem 0 0}.profile-page form{counter-reset:pc-section}.profile-page .about-you-section,.profile-page .background-information-section,.profile-page .basic-information-section,.profile-page .dating-preference-section,.profile-page .profile-contact-section{background-color:var(--pc-card);border:1px solid var(--pc-card-border);border-radius:16px;box-shadow:0 1px 2px #1018280a;margin-bottom:1.25rem;padding:1.75rem 1.6rem}.profile-page .social-media-section{background:none;border:none;border-top:1px solid var(--pc-line);margin:1.75rem 0 0;padding:1.6rem 0 0}.profile-page .section-title{align-items:center;color:var(--pc-heading);display:flex;font-family:inherit;font-size:1.15rem;font-weight:600;gap:.7rem;line-height:1.3;margin:0 0 1.5rem}.profile-page .section-title:before{align-items:center;background-color:var(--pc-accent);border-radius:50%;color:#fff;content:counter(pc-section);counter-increment:pc-section;display:inline-flex;flex-shrink:0;font-size:.82rem;font-weight:700;height:27px;justify-content:center;width:27px}.profile-page .social-media-section .section-title{font-size:1rem}.profile-page .social-media-section .section-title:before{content:none;counter-increment:none}.profile-page .hr-line{display:none}.profile-page .form-group{margin-bottom:1.5rem}.profile-page .form-group:last-child{margin-bottom:0}.profile-page .form-group>label:not(.checkbox-label-profile){color:var(--pc-label);display:block;font-family:inherit;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.profile-page .optional-text{color:var(--pc-text-dim);font-size:.82rem;font-weight:400}.profile-page .form-note{color:var(--pc-text-dim);font-size:.82rem;line-height:1.6;margin-top:.5rem}.profile-page .bio-textarea,.profile-page .form-input,.profile-page .form-select{background-color:var(--pc-input-bg);border:1px solid var(--pc-input-border);border-radius:10px;box-sizing:border-box;color:var(--pc-text);font-family:inherit;font-size:.95rem;outline:none;padding:.8rem .95rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.profile-page .bio-textarea:hover,.profile-page .form-input:hover,.profile-page .form-select:hover{border-color:var(--pc-input-border-hover)}.profile-page .bio-textarea::placeholder,.profile-page .form-input::placeholder{color:var(--pc-placeholder);opacity:1}.profile-page .bio-textarea:focus,.profile-page .form-input:focus,.profile-page .form-select:focus{border-color:var(--pc-accent);box-shadow:0 0 0 3px #5c2b3324}.profile-page .form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%236b7075' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right .95rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.4rem}.profile-page .radio-group{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr 1fr}.profile-page .radio-group-long{display:flex;flex-direction:column;gap:.55rem}.profile-page .radio-label,.profile-page .radio-label-long{align-items:center;background-color:var(--pc-input-bg);border:1px solid var(--pc-input-border);border-radius:10px;cursor:pointer;display:flex;gap:.65rem;margin:0;padding:.75rem .95rem;transition:border-color .15s ease,background-color .15s ease}.profile-page .radio-label-long:hover,.profile-page .radio-label:hover{background-color:#fafafb;border-color:var(--pc-input-border-hover)}.profile-page .radio-label input[type=radio],.profile-page .radio-label-long input[type=radio]{accent-color:var(--pc-accent);cursor:pointer;flex-shrink:0;height:17px;margin:0;width:17px}.profile-page .radio-label-long:has(input:checked),.profile-page .radio-label:has(input:checked){background-color:var(--pc-accent-soft);border-color:var(--pc-accent)}.profile-page .radio-label-text{color:var(--pc-text);font-size:.93rem}.profile-page .age-range-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.profile-page .age-range-button{background-color:var(--pc-input-bg);border:1px solid var(--pc-input-border);border-radius:999px;color:var(--pc-text);cursor:pointer;font-family:inherit;font-size:.9rem;padding:.55rem 1.05rem;transition:border-color .15s ease,background-color .15s ease}.profile-page .age-range-button:hover{border-color:var(--pc-input-border-hover);transform:none}.profile-page .age-range-button.selected{background-color:var(--pc-accent);border-color:var(--pc-accent);color:#fff}.profile-page .bio-textarea{line-height:1.6;min-height:140px;resize:vertical}.profile-page .bio-label-container{align-items:center;display:flex;gap:.4rem;margin-bottom:.5rem}.profile-page .bio-label-container-text{color:var(--pc-label);font-size:.9rem;font-weight:600}.profile-page .word-counter{color:var(--pc-text-dim);display:block;font-size:.8rem;margin-top:.45rem;text-align:right}.profile-page .bio-word-limit-reached{color:var(--pc-error)!important}.profile-page .bio-tips-title{color:var(--pc-label);font-size:.85rem;font-weight:600;margin:.75rem 0 .35rem}.profile-page .bio-tips-list{color:var(--pc-text-dim);font-size:.84rem;line-height:1.65;margin:0;padding-left:1.15rem}.profile-page .info-icon-container{display:inline-flex;position:relative}.profile-page .info-icon-button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.profile-page .info-icon-button:focus-visible,.profile-page .info-icon-button:hover{background:none;outline:none;transform:none}.profile-page .info-icon{align-items:center;background-color:var(--pc-accent);border:none;border-radius:50%;color:#fff;display:inline-flex;font-size:11px;font-style:normal;font-weight:700;height:18px;justify-content:center;line-height:1;transition:background-color .15s ease;width:18px}.profile-page .info-icon-button:hover .info-icon{background-color:var(--pc-accent-hover)}.profile-page .info-tooltip{background-color:#fff;border:1px solid var(--pc-card-border);border-radius:10px;box-shadow:0 14px 36px #10182847;color:var(--pc-text);font-size:.82rem;left:0;line-height:1.6;padding:.8rem .95rem;position:absolute;top:calc(100% + 8px);width:250px;z-index:10}.profile-page .info-tooltip .bio-tips-title{margin-top:0}.profile-page .info-tooltip .bio-tips-list{color:var(--pc-text-dim)}.profile-page .photo-upload-area{background-color:#fbfbfc;border:1.5px dashed var(--pc-input-border);border-radius:12px;padding:1.8rem 1rem;text-align:center;transition:border-color .15s ease,background-color .15s ease}.profile-page .photo-upload-area:hover{background-color:var(--pc-accent-soft);border-color:var(--pc-accent)}.profile-page .photo-upload-input{display:none}.profile-page .photo-upload-label{align-items:center;color:var(--pc-text-dim);cursor:pointer;display:inline-flex;flex-direction:column;font-size:.9rem;gap:.4rem}.profile-page .uploaded-photos{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.9rem}.profile-page .photo-preview{border:1px solid var(--pc-card-border);border-radius:12px;height:96px;overflow:hidden;position:relative;width:96px}.profile-page .photo-preview img{height:100%;object-fit:cover;width:100%}.profile-page .remove-photo-btn{align-items:center;background-color:#0009;border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:22px;justify-content:center;line-height:1;padding:0;position:absolute;right:5px;top:5px;width:22px}.profile-page .remove-photo-btn:hover{background-color:#000000d1;transform:none}.profile-page .checkbox-label-profile{align-items:flex-start;color:var(--pc-text-dim);cursor:pointer;display:flex;font-size:.85rem;gap:.55rem;line-height:1.55;margin:.65rem 0 0}.profile-page .checkbox-label-profile input[type=checkbox]{accent-color:var(--pc-accent);cursor:pointer;flex-shrink:0;height:16px;margin:.1rem 0 0;width:16px}.profile-page .age-range-buttons.field-error,.profile-page .bio-textarea.field-error,.profile-page .bio-textarea.input-error,.profile-page .form-input.field-error,.profile-page .form-input.input-error,.profile-page .form-select.field-error,.profile-page .form-select.input-error,.profile-page .photo-upload-area.field-error,.profile-page .radio-group-long.field-error,.profile-page .radio-group-long.input-error,.profile-page .radio-group.field-error,.profile-page .radio-group.input-error{border-color:var(--pc-error)!important;box-shadow:0 0 0 3px #c5343424!important}.profile-page .radio-group-long.input-error,.profile-page .radio-group.input-error{border:1px solid var(--pc-error)!important;border-radius:12px;padding:.5rem}.profile-page .error-message{background-color:#fdecec!important;border:1px solid #f3c2c2!important;border-radius:10px!important;color:#b83232!important}.profile-page .error-message,.profile-page .success-message{font-size:.88rem!important;margin:0 0 1rem!important;padding:.8rem 1rem!important}.profile-page .success-message{background-color:#e9f7ef!important;border:1px solid #b7e2c8!important;border-radius:10px!important;color:#1f7a45!important}.profile-page .create-account-button-container{margin-top:1.9rem}.profile-page .create-account-button{background-color:#fff;border:1px solid #fff;border-radius:12px;box-shadow:0 6px 20px #00000047;color:#3a1d22;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:background-color .15s ease,color .15s ease;width:100%}.profile-page .create-account-button:hover:not(:disabled){background-color:#f6ebee;transform:none}.profile-page .create-account-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:560px){.profile-page{padding:2rem 1rem 3.5rem}.profile-page .about-you-section,.profile-page .background-information-section,.profile-page .basic-information-section,.profile-page .dating-preference-section,.profile-page .profile-contact-section{border-radius:14px;padding:1.35rem 1.15rem}.profile-page .radio-group{grid-template-columns:1fr}.profile-page .profile-page-header h1{font-size:1.5rem}}.login-page{background-color:#1b1c1d;color:#fff;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative}.login-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:10.5rem 1.5rem 4.5rem}.login-card{display:flex;flex-direction:column;gap:1.15rem;max-width:420px;width:100%}.login-logo{display:flex;justify-content:flex-start;left:50%;max-width:100%;padding:0 6.2%;position:absolute;text-decoration:none;top:40px;transform:translateX(-50%);width:100%}.logo-icon{height:120px;object-fit:contain;width:auto}@media (max-width:768px){.login-logo{padding:0 2rem;top:24px}.logo-icon{height:70px}}@media (max-width:480px){.logo-icon{height:52px}}.login-title{color:#fff;font-size:2.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}.login-subtitle{color:#fff9;display:block;font-size:.95rem;line-height:1.55;margin:0 0 .5rem}.login-error{background-color:#dc46461f;border:1px solid #dc464666;border-radius:10px;color:#ff9d9d;font-size:.9rem;line-height:1.4;padding:.8rem 1rem}.login-form{gap:1.15rem}.form-group-login,.login-form{display:flex;flex-direction:column}.form-group-login{gap:.5rem}.form-group-login label{color:#ffffffd9;font-size:.9rem;font-weight:500}.form-input-login{background-color:#ffffff0a;border:1px solid #ffffff29;border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;outline:none;padding:.9rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.form-input-login::placeholder{color:#ffffff52}.form-input-login:focus{background-color:#ffffff0f;border-color:#ffffffd9;box-shadow:0 0 0 3px #ffffff1a}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .form-input-login{padding-right:3rem}.password-toggle{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.55;padding:.5rem;position:absolute;right:10px;transition:opacity .2s ease}.password-toggle:hover{opacity:1}.password-toggle svg{stroke:#fff;height:20px;width:20px}.login-forgot-row{display:flex;justify-content:flex-end;margin-top:-.4rem}.login-linkbtn{background:none;border:none;color:#fff9;cursor:pointer;font:inherit;font-size:.875rem;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.login-linkbtn:hover{color:#fff}.login-button{background-color:#5c2b33;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;margin-top:.25rem;padding:.95rem 2rem;transition:background-color .2s ease,transform .1s ease;width:100%}.login-button:hover:not(:disabled){background-color:#6b3340}.login-button:active:not(:disabled){transform:translateY(1px)}.login-button:disabled{cursor:not-allowed;opacity:.55}.login-textlink{background:#0000;border:1px solid #fff3;border-radius:12px;color:#ffffffbf;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;margin-top:.5rem;padding:.85rem 2rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:100%}.login-textlink:hover{background-color:#ffffff0f;border-color:#fff6;color:#fff}.signup-link{color:#ffffffb3;font-size:.9rem;margin-top:.25rem;text-align:center}.link-highlight{color:#fff;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.link-highlight:hover{opacity:.7}.social-separator{color:#ffffff73;font-size:.85rem;margin:.5rem 0;position:relative;text-align:center}.social-separator:after,.social-separator:before{background-color:#ffffff24;content:"";height:1px;position:absolute;top:50%;width:38%}.social-separator:before{left:0}.social-separator:after{right:0}.social-separator span{background-color:#1b1c1d;padding:0 1rem;position:relative}.social-buttons{display:flex;gap:.9rem}.social-button{align-items:center;background-color:#ffffff0a;border:1px solid #ffffff29;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:.9rem;font-weight:500;gap:.65rem;justify-content:center;padding:.85rem 1rem;transition:background-color .2s ease,border-color .2s ease}.social-button:hover:not(:disabled){background-color:#ffffff1a;border-color:#ffffff4d}.social-button:disabled{cursor:not-allowed;opacity:.55}.social-icon{height:20px;width:20px}.facebook-button .social-icon{color:#1877f2}@media (max-width:768px){.login-main{padding:7rem 1.25rem 3rem}.login-title{font-size:2rem}}@media (max-width:480px){.login-main{padding:6rem 1.25rem 2.5rem}.login-title{font-size:1.8rem}.social-buttons{flex-direction:column}}.questionnaire-header{overflow:hidden;position:relative}.questionnaire-header:after{animation:headerSweep 7.5s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#fff0,#ffcebc80 42%,#ffb6a0f2 50%,#ffcebc80 58%,#fff0);bottom:-25%;content:"";filter:blur(10px);left:-200px;mix-blend-mode:screen;opacity:.78;pointer-events:none;position:absolute;top:-25%;transform:skewX(-18deg) translateX(0);width:180px;will-change:transform}.questionnaire-header>*{position:relative;z-index:1}@keyframes slideLineRight{0%{left:-100%}to{left:100%}}.question-card{border-left:4px solid #900000!important}.option-item:hover{background-color:#fff0f0!important;border-color:#b30000!important}.option-item.selected{background-color:#900000!important;border-color:#900000}.option-item.selected:hover{background-color:#900000!important;border-color:#900000!important;color:#fff!important}.navigation-container{justify-content:flex-end}.next-button{background-color:#900000!important}.question-card.selectedCard{background-color:#f5fff8!important;border-left:4px solid #2fbf71!important}.question-card.selectedCard .question-number{color:#900000!important;font-size:14px;font-weight:600!important}.bottom-progress-bar{background:linear-gradient(135deg,#600000,#300000);border-radius:12px;box-shadow:0 4px 15px #6000004d;color:#fff;font-size:16px;font-weight:600;margin:20px 0;padding:15px 20px;text-align:center;transition:all .2s ease}.previous-button{font-weight:500}@font-face{font-family:"Sanseriffic";font-style:normal;font-weight:400;src:url(/static/media/Sanseriffic.07faef0d50e35e919fa8.otf) format("opentype")}.home-duplicate-wrapper{background-color:#1b1c1d;min-height:100vh;overflow-x:hidden;position:relative}.home-duplicate-main-container{min-height:calc(100vh - 600px);overflow-x:hidden;position:relative}.carpet-side-duplicate{height:100%;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;width:38%;z-index:1}.carpet-side-duplicate img{height:100%;object-fit:cover;object-position:center;width:100%}.home-duplicate-main-container .navbar-container{position:relative;z-index:1001}.home-content-duplicate{font-family:"Sanseriffic",sans-serif;position:relative;width:62%;z-index:2}.hero-section-duplicate{align-items:center;color:#fff;display:flex;min-height:60vh;padding:5rem 10%}.content-wrapper-duplicate{max-width:600px}.hero-title-duplicate{color:#fff;font-family:"Sanseriffic",sans-serif;font-size:3.5rem;font-weight:400;line-height:1;margin-bottom:1.5rem;white-space:nowrap}.hero-section-duplicate p{color:#fff;font-size:24px;margin:.5rem 0}.tight-lines-duplicate{line-height:1.2}.ampersand-duplicate{font-family:Inter,"Sanseriffic",sans-serif!important;font-size:20px;font-weight:lighter}.button-section-duplicate{align-items:center;color:#fff;display:flex;min-height:500px;padding:0 10%}.button-group-duplicate{display:flex;flex-direction:column;gap:.55rem}.side-btn-duplicate{-webkit-tap-highlight-color:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;border-radius:0;box-shadow:none;color:#ffffffb3;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:500;letter-spacing:.01em;outline:none;padding:.15rem 0;text-decoration:none;transform-origin:left center;transition:transform .22s ease,color .22s ease;width:-webkit-fit-content;width:fit-content}.side-btn-duplicate>span{text-decoration:underline;-webkit-text-decoration-color:#fff6;text-decoration-color:#fff6;text-decoration-thickness:1px;text-underline-offset:6px;transition:text-decoration-thickness .22s ease,-webkit-text-decoration-color .22s ease;transition:text-decoration-color .22s ease,text-decoration-thickness .22s ease;transition:text-decoration-color .22s ease,text-decoration-thickness .22s ease,-webkit-text-decoration-color .22s ease}.side-btn-duplicate:after{content:"\203A";display:inline-block;font-size:1.1em;line-height:1;margin-left:.5rem;transition:transform .22s ease}.side-btn-duplicate:focus-visible,.side-btn-duplicate:hover{box-shadow:none;color:#fff;outline:none;transform:scale(1.04)}.side-btn-duplicate:focus-visible>span,.side-btn-duplicate:hover>span{-webkit-text-decoration-color:#fff;text-decoration-color:#fff;text-decoration-thickness:2px}.side-btn-duplicate:focus-visible:after,.side-btn-duplicate:hover:after{transform:translateX(5px)}.side-btn-duplicate:active{transform:scale(1.02)}.side-btn-duplicate--primary{color:#fff}.side-btn-duplicate--primary>span{-webkit-text-decoration-color:#ffffffb3;text-decoration-color:#ffffffb3}@media (max-width:1024px){.carpet-side-duplicate{width:40%}.home-content-duplicate{width:60%}.hero-title-duplicate{font-size:2.8rem}.hero-section-duplicate p{font-size:1.1rem}}@media (max-width:900px){.carpet-side-duplicate{width:45%}.home-content-duplicate{width:55%}}@media (max-width:768px){.home-duplicate-wrapper{flex-direction:column}.home-duplicate-main-container{min-height:auto}.carpet-side-duplicate{height:100%;opacity:.2;position:absolute;width:100%}.home-content-duplicate{width:100%}.button-section-duplicate,.hero-section-duplicate{min-height:auto;padding:3rem 2rem}.hero-title-duplicate{font-size:2.2rem;white-space:normal}.hero-section-duplicate p{font-size:1rem}}@media (max-width:480px){.hero-section-duplicate{padding:2rem 1.25rem}.button-section-duplicate{min-height:auto;padding:1.5rem 1.25rem 2.5rem}.hero-title-duplicate{font-size:1.75rem}.hero-section-duplicate p{font-size:.9rem}.side-btn-duplicate{font-size:1.4rem}}.lsp-overlay{align-items:center;animation:lspFadeIn .25s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0a0607a6;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:2000}@keyframes lspFadeIn{0%{opacity:0}to{opacity:1}}.lsp-card{animation:lspPopIn .35s cubic-bezier(.22,1,.36,1);background-color:#fffdfd;border:1px solid #5c2b331a;border-radius:24px;box-shadow:0 30px 70px #1e0a0e66,0 8px 24px #5c2b332e;font-family:Inter,sans-serif;max-width:430px;overflow:hidden;position:relative;width:100%}@keyframes lspPopIn{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lsp-glow{background:radial-gradient(circle,#a05a6852 0,#a05a6800 70%);border-radius:50%;height:220px;pointer-events:none;position:absolute;right:-90px;top:-90px;width:220px}.lsp-close{align-items:center;background-color:#5c2b3312;border:none;border-radius:50%;color:#6b3340;cursor:pointer;display:inline-flex;height:30px;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;transition:background-color .15s ease;width:30px;z-index:2}.lsp-close:hover{background-color:#5c2b3324;transform:none}.lsp-close svg{height:15px;width:15px}.lsp-body{padding:2.35rem 2.1rem 2.1rem;position:relative;text-align:left;z-index:1}.lsp-eyebrow{align-items:center;background:linear-gradient(135deg,#fbeef1,#f6dde3);border-radius:999px;color:#8a3a4a;display:inline-flex;font-size:.68rem;font-weight:700;gap:.45rem;letter-spacing:.1em;margin-bottom:1.1rem;padding:.32rem .8rem;text-transform:uppercase}.lsp-eyebrow-dot{animation:lspDotPulse 2s ease-out infinite;background:#c94f63;border-radius:50%;box-shadow:0 0 0 0 #c94f638c;height:6px;width:6px}@keyframes lspDotPulse{0%{box-shadow:0 0 0 0 #c94f638c}70%{box-shadow:0 0 0 6px #c94f6300}to{box-shadow:0 0 0 0 #c94f6300}}@media (prefers-reduced-motion:reduce){.lsp-eyebrow-dot{animation:none}}.lsp-title{color:#17181a;font-size:1.65rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0 0 .7rem;text-align:left}.lsp-text{color:#55585c;font-size:.93rem;line-height:1.65;margin:0 0 1.7rem;text-align:left}.lsp-actions{display:flex;gap:.6rem;margin-bottom:1.25rem}.lsp-btn{border-radius:999px;flex:1 1;font-size:.87rem;font-weight:600;overflow:hidden;padding:.8rem 1rem;position:relative;text-align:center;text-decoration:none;transition:box-shadow .2s ease,border-color .15s ease,transform .15s ease;white-space:nowrap}.lsp-btn-label{align-items:center;display:inline-flex;gap:.4rem;justify-content:center;position:relative;z-index:1}.lsp-btn-label svg{height:15px;transition:transform .15s ease;width:15px}.lsp-btn:hover .lsp-btn-label svg{transform:translateX(2px)}.lsp-btn-shine{animation:lspBtnShine 3.2s ease-in-out infinite;height:220%;left:-35%;position:absolute;top:-60%;transform:rotate(18deg);width:25%}.lsp-btn--primary .lsp-btn-shine{background:linear-gradient(75deg,#fff0,#fff6 50%,#fff0)}.lsp-btn--ghost .lsp-btn-shine{animation-delay:.5s;background:linear-gradient(75deg,#5c2b3300,#5c2b331a 50%,#5c2b3300)}@keyframes lspBtnShine{0%{left:-35%}40%{left:130%}to{left:130%}}@media (prefers-reduced-motion:reduce){.lsp-btn-shine{animation:none;display:none}}.lsp-btn--primary{background:linear-gradient(135deg,#6b3340,#4a2229);border:1px solid #0000;box-shadow:0 6px 16px #4a222959;color:#fff}.lsp-btn--primary:hover{box-shadow:0 8px 22px #4a22297a;transform:translateY(-1px)}.lsp-btn--ghost{background-color:#fff;border:1px solid #e3d3d7;color:#5c2b33}.lsp-btn--ghost:hover{background-color:#fbf5f6;border-color:#d9c1c7;transform:translateY(-1px)}.lsp-link{align-items:center;color:#8a7075;display:inline-flex;font-size:.85rem;font-weight:600;gap:.35rem;text-decoration:none;transition:color .15s ease}.lsp-link:hover{color:#5c2b33}.lsp-link svg{height:14px;transition:transform .15s ease;width:14px}.lsp-link:hover svg{transform:translateX(2px)}@media (max-width:480px){.lsp-body{padding:2.15rem 1.6rem 1.75rem}.lsp-actions{flex-direction:column}}.questionnaire-content{background-color:#fff;padding:2rem 1.5rem}.section-header{margin-bottom:2rem;text-align:center}.section-title{color:#000!important;color:#bdc9cd;font-size:28px;font-weight:400;margin:0 0 .5rem}.section-subtitle{color:#000!important;font-size:16px;margin:0}.questions-container{gap:1.5rem;margin-bottom:3rem}.question-card{background-color:#fff;border-left:4px solid #4f2c33;border-radius:12px;box-shadow:5px 5px 18px #0000002e;padding:1.5rem;position:relative}.question-number{color:#000;font-size:14px;font-weight:semi-bold}.question-text{font-size:24px;margin:0 0 1rem}.options-list{display:flex;flex-direction:column;gap:.75rem}.option-item{background-color:#f2f2f2;border:1px solid #e5e5e5;border-radius:8px;color:#2a2a29;cursor:pointer;font-size:16px;padding:1rem;transition:all .2s ease}.option-item:hover{border-color:#4f2c33}.option-item.selected{border-color:#4f2c33}.next-button,.option-item.selected{background-color:#4f2c33;color:#fff}.next-button{border:none;border-radius:30px;cursor:pointer;font-family:Inter,regular,sans-serif;font-size:16px;font-weight:500;margin-left:auto;outline:none;padding:16px 32px;transition:all .3s ease;width:30%}.next-button:hover:not(:disabled){background-color:#3f1c23;box-shadow:0 4px 12px #4f2c334d;transform:translateY(-2px)}.next-button:disabled{background-color:#999;cursor:not-allowed;opacity:.6}.next-button:active:not(:disabled){transform:translateY(0)}@media (max-width:768px){.questionnaire-header{padding:1.5rem 1rem}.questionnaire-title{font-size:20px}.questionnaire-subtitle{font-size:12px}.progress-step{min-width:50px}.progress-step span{font-size:9px}.questionnaire-content{padding:1.5rem 1rem}.section-title{font-size:24px}.question-card{padding:1.25rem}.question-text{font-size:16px}.option-item{font-size:14px;padding:.875rem}.next-button{width:60%}}@media (max-width:480px){.questionnaire-page{padding:1rem .75rem}.questionnaire-title{font-size:18px}.questionnaire-subtitle{font-size:11px}.progress-step{min-width:42px}.questionnaire-content{padding:1.25rem .875rem}.section-title{font-size:20px}.question-text{font-size:15px}.option-item{font-size:14px;padding:.75rem}.next-button{font-size:15px;padding:14px 24px;width:100%}.navigation-container{padding-bottom:1.5rem}}.questionnaire-page{background-color:#384244;font-family:Inter,regular,sans-serif;min-height:100vh;padding:2rem 1rem}.questionnaire-container{background-color:#fff;border-radius:24px;margin:0 auto;max-width:800px;overflow:hidden}.questionnaire-header{background:linear-gradient(90deg,#590e17,#35070d);color:#fff;padding-bottom:20px!important;padding-top:20px!important;text-align:center}.questionnaire-title{color:#fff;font-size:32px;font-weight:400;margin:0 0 .5rem}.questionnaire-subtitle{color:#ffffffe6;font-size:18px;font-weight:400;margin-top:20px!important;margin:0 0 1.5rem}.progress-indicator{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-around;margin-top:25px!important;padding:0 1rem;position:relative}.progress-indicator:before{background-color:#c3c3c3;content:"";height:2px;left:11%;position:absolute;right:11%;top:7px;transition:background-color .3s ease;z-index:0}.progress-indicator.progress-line-progress-red:before{background-color:#900000}.progress-indicator.progress-line-progress-orange:before{background-color:#f0ad4e}.progress-indicator.progress-line-progress-green:before{background-color:#2fbf71}.progress-step{align-items:center;display:flex;flex-direction:column;gap:.25rem;min-width:60px;position:relative;z-index:1}.progress-step.clickable{cursor:pointer}.progress-step.clickable:focus-visible{border-radius:10px;outline:2px solid #4f2c33;outline-offset:4px}.progress-step.clickable:hover span{color:#4f2c33!important}.progress-circle{background-color:#c3c3c3;border:1px solid #c3c3c3;border-radius:50%;height:14px;position:relative;width:14px;z-index:2}.progress-circle.filled{background-color:#4f2c33;border-color:#4f2c33}.progress-circle.filled.progress-red{background-color:#900000;border-color:#900000}.progress-circle.filled.progress-orange{background-color:#f0ad4e;border-color:#f0ad4e}.progress-circle.filled.progress-green{background-color:#2fbf71;border-color:#2fbf71}.progress-step span{color:#8d8d8e!important;font-size:14px;text-align:center}.progress-step.active span{color:#bdc9cd;font-weight:500}.questionnaire-content{background-color:#f5f5f5;padding:2rem 1rem}.summary-section{background-color:#fff;border:1px solid #e5e5e5;border-left:4px solid #900000;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;padding:16px}.section-header-summary{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.section-title-summary{color:#2a2a29;font-size:24px;font-weight:400;margin:0}.answered-count{background-color:#fee;border-radius:12px;color:#e74c3c;font-size:14px;font-weight:500;padding:4px 12px}.answered-count.all-answered{background-color:#e8f8f5;color:#27ae60}.questions-container{display:flex;flex-direction:column}.question-card-summary{background-color:#f2f2f2;border-radius:8px;margin-bottom:1px;padding:12px 14px!important;position:relative}.question-card-summary.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.question-card-summary.clickable:hover{background-color:#ececec;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.question-card-summary.clickable:focus-visible{outline:2px solid #4f2c33;outline-offset:2px}.question-number{color:#666;font-size:12px;font-weight:600;line-height:1.4;margin:0 0 .5rem}.question-text{color:#2a2a29;font-size:18px;font-weight:400;line-height:1.4;margin:0 0 .75rem}.answer-display{border-radius:8px;font-size:15px;font-weight:400;margin-top:.5rem;padding:10px 0}.answer-display.answered{color:#2a2a29}.answer-display.not-answered{background-color:#fff5f5;border:1px solid #fdd;color:#e74c3c;font-weight:500}.submit-status{border-radius:8px;flex:1 1;font-size:14px;font-weight:500;margin:0 1rem;max-width:300px;padding:.75rem 1rem;text-align:center}.submit-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submit-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.navigation-container{align-items:center;border-top:1px solid #e5e5e5;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-bottom:2rem;padding-top:2rem}.previous-button{background-color:#fff;border:3px solid #4f2c33!important;border-radius:30px;color:#4f2c33;cursor:pointer;font-family:Inter,regular,sans-serif;font-size:16px;font-weight:600;outline:none;padding:16px 32px;transition:all .3s ease;width:30%}.previous-button:hover{background-color:#f9f9f9;border-color:#3f1c23;color:#3f1c23}.submit-button{background-color:#4f2c33;border:none;border-radius:30px;color:#fff;cursor:pointer;font-family:Inter,regular,sans-serif;font-size:16px;font-weight:500;margin-left:auto;outline:none;padding:16px 32px;transition:all .3s ease;width:30%}.submit-button:hover{background-color:#3f1c23;box-shadow:0 4px 12px #4f2c334d;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}@media (max-width:768px){.questionnaire-header{padding:1.5rem 1rem}.questionnaire-title{font-size:20px}.questionnaire-subtitle{font-size:12px}.progress-step{min-width:50px}.progress-step span{font-size:9px}.questionnaire-content{padding:1.5rem 1rem}.section-title-summary{font-size:20px}.section-header-summary{align-items:flex-start;flex-direction:column;gap:.5rem}.question-card-summary{padding:1rem}.question-text{font-size:16px}.answer-display{font-size:14px;padding:.625rem .875rem}.navigation-container{align-items:stretch;flex-direction:column;gap:.75rem}.previous-button,.submit-button{margin-left:0;width:100%}.submit-status{max-width:100%}}@media (max-width:480px){.questionnaire-page{padding:1rem .75rem}.questionnaire-title{font-size:18px}.questionnaire-subtitle{font-size:11px}.progress-step{min-width:42px}.questionnaire-content{padding:1.25rem .875rem}.question-text{font-size:15px}.previous-button,.submit-button{font-size:15px;padding:14px 24px}}.pricing-grid{grid-gap:1.25rem;background-color:initial;border:none;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px;overflow:visible;padding:0;position:relative}.pricing-card{background-color:#364041;border:1px solid #fff;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;min-height:400px;padding:2rem;position:relative;transition:all .4s ease}.pricing-card,.pricing-card:hover{box-shadow:none}.pricing-card.selected{border:1px solid #fff}.pricing-card.selected,.pricing-card.selected:hover{background-color:#4f2c33;box-shadow:none}.pricing-card-placeholder{visibility:hidden}.pricing-card.popular{border:1px solid #fff;box-shadow:none;left:calc(66.66667% + .83333rem);min-height:400px;padding:2rem;position:absolute;top:0;width:calc(33.33333% - .83333rem);z-index:5}.pricing-card.popular:hover{box-shadow:none}.pricing-card.popular.selected{border:1px solid #fff;box-shadow:none}.pricing-card.popular.selected:hover{background-color:#4f2c33;box-shadow:none}.popular-badge{background-color:#fff;border-radius:12px;color:#000;font-size:.7rem;font-weight:700;left:80%;letter-spacing:1px;padding:.5rem 1.5rem;position:absolute;text-transform:uppercase;top:-20px;transform:translateX(-50%);z-index:10}.pricing-price{margin-bottom:0;margin-top:auto;padding-top:1.5rem;text-align:right}.price-amount{color:#fff;display:block;font-weight:700}.price-amount,.pricing-card.popular .price-amount{font-size:2.5rem}.price-period{color:#fff;font-size:1.125rem;opacity:.8}.pricing-name{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.pricing-features{list-style:none;margin:0;padding:0}.pricing-features li{align-items:center;color:#fff;display:flex;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.pricing-features li:last-child{margin-bottom:0}.checkmark-container{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:.75rem;width:20px}.checkmark{color:#fff!important;display:inline-block;font-size:1rem;line-height:1;margin:0;padding:0;text-align:center}.purchase-button{background-color:#fff;border:none;border-radius:999px;color:#1b1c1d;cursor:pointer;font-family:Inter,"Sanseriffic",sans-serif;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:.875rem 2rem;transition:all .3s ease;width:100%}.purchase-button:hover{background-color:#e0e0e0;transform:scale(1.05)}.pricing-card.selected .purchase-button{background-color:#2a2a29;color:#fff}.pricing-card.selected .purchase-button:hover{background-color:#3a3a3a}.how-it-works-section-login{align-items:center;display:flex;justify-content:center;margin-top:56px}.how-it-works-section-login-container{align-items:center;background-color:#bdc9cd;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:10px;width:300px}.how-it-works-section-login-container p{color:#000;font-size:12px;font-weight:600}.how-it-works-section-login-container button{background-color:#4f2c33;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:10px}@media (max-width:1024px){.pricing-grid{gap:1.25rem;grid-template-columns:1fr}.pricing-card{margin:0 auto;max-width:640px;width:100%}.pricing-card-placeholder{display:none}.pricing-card.popular{left:auto;margin:0 auto;order:-1;position:relative;top:auto;width:100%}}@media (max-width:768px){.pricing-grid{gap:1rem}.popular-badge{font-size:.65rem;left:50%;padding:.45rem 1rem}.price-amount{font-size:2.25rem}.pricing-card.popular .price-amount{font-size:2.5rem}.pricing-name{font-size:1.5rem}.pricing-card,.pricing-card.popular{min-height:auto;padding:1.5rem}}@media (max-width:480px){.pricing-card,.pricing-card.popular{border-radius:12px;padding:1.25rem}.pricing-name{font-size:1.3rem;margin-bottom:1rem}.pricing-features li{align-items:flex-start;font-size:.95rem}.price-amount{font-size:2rem}}.pricing-card--prime{--tier:#e0a878;--tier-strong:#cd7f32;--tier-soft:#e0a87829}.pricing-card--prestige{--tier:#e9cd82;--tier-strong:#d4af37;--tier-soft:#e9cd8229}.pricing-card--platinum{--tier:#eef2f7;--tier-strong:#cdd8e6;--tier-soft:#e0e8f02e}.pricing-card--platinum,.pricing-card--prestige,.pricing-card--prime{border-color:#ffffff24;overflow:hidden}.pricing-card--platinum:before,.pricing-card--prestige:before,.pricing-card--prime:before{background:linear-gradient(90deg,var(--tier-strong),var(--tier));content:"";height:4px;left:0;position:absolute;right:0;top:0}.pricing-card--platinum:before{background:linear-gradient(90deg,#9aa9c8,#e6dcf0,#9ec8d2)}.pricing-card--platinum .price-amount,.pricing-card--prestige .price-amount,.pricing-card--prime .price-amount{color:var(--tier)}.pricing-card--platinum .checkmark-container,.pricing-card--prestige .checkmark-container,.pricing-card--prime .checkmark-container{background-color:var(--tier-soft);border-radius:50%}.pricing-card.popular.pricing-card--platinum.selected,.pricing-card.pricing-card--platinum.selected,.pricing-card.pricing-card--prestige.selected,.pricing-card.pricing-card--prime.selected{border-color:var(--tier);box-shadow:0 0 0 1px var(--tier),0 16px 36px #00000073}.pricing-card--platinum .popular-badge{background:linear-gradient(90deg,#e8edf3,#cdd8e6);color:#1b1c1d}.user-profile-container{background-color:#1b1c1d;color:#fff;min-height:100vh;padding:2.5rem 1.5rem 4rem}.profile-header{align-items:center;display:flex;justify-content:space-between;width:100%}.profile-actions{align-items:center;display:flex;gap:1rem}.profile-title{color:#fff;font-size:2.5rem;font-weight:400;margin:0}.profile-name-subtitle{color:#fff;font-size:1.5rem;font-weight:400;margin:0}.edit-profile-button{background-color:#fff;border:none;border-radius:30px;color:#1b1c1d;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.edit-profile-button:hover{background-color:#e0e0e0;transform:scale(1.05)}.logout-button{background-color:initial;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.logout-button:hover{background-color:#fff;color:#1b1c1d;transform:scale(1.05)}.profile-content-section{display:flex;gap:2.25rem;margin:0 auto 2.75rem;max-width:1200px}.profile-picture-container{flex:0 0 400px;width:100%}.profile-picture-wrapper{aspect-ratio:3/4;background-color:#1b1c1d;border-radius:16px;min-height:520px;overflow:hidden;position:relative;width:100%}.profile-picture-wrapper .image-slider,.profile-picture-wrapper .image-slider__image,.profile-picture-wrapper .image-slider__slide,.profile-picture-wrapper .image-slider__track{height:100%}.profile-picture{height:100%;object-fit:cover;width:100%}.profile-picture-placeholder{aspect-ratio:3/4;background-color:#1b1c1d;border-radius:16px;color:#666;width:100%}.photo-nav-button,.profile-picture-placeholder{align-items:center;display:flex;justify-content:center}.photo-nav-button{background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.photo-nav-button:hover{background-color:#000000b3}.photo-nav-left{left:1rem}.photo-nav-right{right:1rem}.profile-details-container{align-self:center;display:flex;flex:1 1;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-width:0}.profile-eyebrow{color:#ffffff80;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.profile-name{color:#fff;font-size:2.85rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin:.55rem 0 0}.profile-name-rule{background-color:#a05a68;border-radius:2px;display:block;height:3px;margin:1rem 0 1.6rem;width:48px}.profile-chips{display:flex;flex-wrap:wrap;gap:.6rem}.profile-chip{align-items:center;background-color:#ffffff12;border:1px solid #ffffff21;border-radius:999px;color:#ffffffeb;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;line-height:1;padding:.5rem .9rem}.profile-chip svg{color:#ffffff8c;flex-shrink:0;height:16px;width:16px}.profile-about{border-top:1px solid #ffffff24;display:flex;flex-direction:column;gap:.7rem;margin-top:2rem;padding-top:1.5rem}.profile-bio{color:#ffffffd1;font-size:1rem;line-height:1.7;margin:0;max-width:60ch}.matching-package-section{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.package-info-box{background-color:#212226;border:1px solid #ffffff17;border-radius:16px;padding:1.6rem 1.75rem;text-align:left}.package-title{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.package-instruction{color:#000;font-size:1rem;margin:0}.pricing-section{margin-bottom:3rem;width:100%}.payment-button-container,.pricing-section{margin-left:auto;margin-right:auto;max-width:1200px}.payment-button-container{display:flex;justify-content:center;margin-top:2rem}.continue-payment-button{background-color:#5c2b33;border:1px solid #5c2b33;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:250px;padding:.95rem 2.5rem;transition:background-color .15s ease}.continue-payment-button:hover{background-color:#6b3340;transform:none}.error-message,.loading-message{color:#fff;font-size:1.15rem;padding:3rem;text-align:center}.error-message{color:#ff8f8f}@media (max-width:1024px){.profile-content-section{flex-direction:column;gap:2rem}.profile-picture-container{flex:0 0 auto;margin:0 auto;max-width:400px}.profile-picture-wrapper{min-height:460px}.profile-details-container{align-self:stretch}.profile-name{font-size:2.5rem}}@media (max-width:768px){.user-profile-container{padding:1.5rem}.profile-header{align-items:flex-start;flex-direction:column;gap:1rem}.profile-actions{flex-direction:column;gap:.75rem;width:100%}.edit-profile-button,.logout-button{width:100%}.profile-name,.profile-title{font-size:2rem}.profile-picture-container{max-width:100%}.profile-picture-wrapper{min-height:420px}.package-info-box{padding:1.35rem}.package-title{font-size:1.15rem}.user-profile-payment-success-content{padding:1.4rem}.pricing-section{margin-bottom:2rem}.continue-payment-button{padding:.875rem 2rem;width:100%}}@media (max-width:480px){.user-profile-container{padding:1rem}.profile-name,.profile-title{font-size:1.75rem}.profile-picture-wrapper{min-height:320px}.info-item{font-size:1rem}}.user-profile-payment-success-container{align-items:center;display:flex;flex-direction:column;margin:3rem auto;max-width:620px;position:relative}.user-profile-payment-success-content{background-color:#fffdfd;border:1px solid #5c2b331a;border-radius:22px;box-shadow:0 24px 60px #140a0c4d,0 6px 18px #5c2b331f;overflow:hidden;padding:2.25rem 2.1rem;position:relative;width:100%}.user-profile-glow{background:radial-gradient(circle,#a05a6847 0,#a05a6800 70%);border-radius:50%;height:220px;pointer-events:none;position:absolute;right:-90px;top:-90px;width:220px}.user-profile-success-banner{align-items:center;background:linear-gradient(135deg,#e6f6ec,#dcf1e4);border:none;border-radius:999px;display:inline-flex;gap:.4rem;margin:0 0 1.1rem;padding:.32rem .85rem .32rem .65rem;position:relative;text-align:left;width:auto;z-index:1}.user-profile-success-check{color:#2e7d46;flex-shrink:0;height:15px;width:15px}.user-profile-success-title{color:#2e7d46;font-size:.7rem;font-weight:700;letter-spacing:.09em;margin:0;text-transform:uppercase}.user-profile-success-main{padding:0;position:relative;text-align:left;z-index:1}.user-profile-success-heading{color:#17181a;font-size:1.4rem;font-weight:800;letter-spacing:-.015em;line-height:1.35;margin:0 0 1.15rem}.user-profile-success-list{list-style:none;margin:0 0 1.3rem;padding:0}.user-profile-success-list li{color:#55585c;font-size:.94rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.4rem;position:relative}.user-profile-success-list li:before{color:#a05a68;content:"•";font-size:1.15rem;font-weight:700;left:0;position:absolute}.user-profile-success-callout{align-items:flex-start;background-color:#fbeef1;border:1px solid #f0d6dd;border-radius:12px;color:#8a3a4a;display:flex;font-size:.88rem;font-weight:600;gap:.6rem;line-height:1.5;padding:.85rem 1rem}.user-profile-success-callout svg{color:#a05a68;flex-shrink:0;height:18px;margin-top:.05rem;width:18px}.user-profile-start-questionnaire-button{background:linear-gradient(135deg,#6b3340,#4a2229);border:1px solid #0000;border-radius:999px;box-shadow:0 10px 24px #4a222966;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1.6rem;max-width:400px;overflow:hidden;padding:1rem 2rem;position:relative;transition:box-shadow .2s ease,transform .15s ease;width:100%;z-index:1}.user-profile-start-questionnaire-button:hover{box-shadow:0 12px 30px #4a222985;transform:translateY(-1px)}.user-profile-start-questionnaire-label{align-items:center;display:inline-flex;gap:.5rem;justify-content:center;position:relative;z-index:1}.user-profile-start-questionnaire-label svg{height:17px;transition:transform .15s ease;width:17px}.user-profile-start-questionnaire-button:hover .user-profile-start-questionnaire-label svg{transform:translateX(3px)}.user-profile-start-questionnaire-shine{animation:userProfileBtnShine 3.2s ease-in-out infinite;background:linear-gradient(75deg,#fff0,#fff6 50%,#fff0);height:220%;left:-35%;position:absolute;top:-60%;transform:rotate(18deg);width:22%}@keyframes userProfileBtnShine{0%{left:-35%}40%{left:130%}to{left:130%}}@media (prefers-reduced-motion:reduce){.user-profile-start-questionnaire-shine{animation:none;display:none}}.logout-modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.logout-modal{background:#fff;border:1px solid #00000014;border-radius:24px;box-shadow:0 20px 60px #00000059;color:#1b1c1d;padding:1.5rem;width:min(100%,420px)}.logout-modal-title{font-size:1.125rem;font-weight:700;line-height:1.5;margin-bottom:1.25rem}.logout-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.logout-modal-cancel,.logout-modal-confirm{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:.93rem;font-weight:600;padding:.75rem 1.4rem;transition:background-color .15s ease}.logout-modal-cancel{background:#fff;border-color:#d4d7dc;color:#3d3f43}.logout-modal-cancel:hover{background:#f4f5f6}.logout-modal-confirm{background:#5c2b33;color:#fff}.logout-modal-confirm:hover{background:#6b3340}@media (max-width:768px){.user-profile-payment-success-container{margin:2rem auto}.user-profile-payment-success-content{padding:1.9rem 1.5rem}.user-profile-success-heading{font-size:1.2rem}.user-profile-success-list li{font-size:.9rem}.logout-modal{padding:1.25rem}.logout-modal-actions{flex-direction:column}.logout-modal-cancel,.logout-modal-confirm{width:100%}}.user-profile-container .matches-page{gap:1.5rem;min-height:auto;padding:0}.user-profile-container .matches-container{max-width:1200px}.matches-page{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:100vh;padding:2rem 2rem 3rem}.matches-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;margin:0 auto;max-width:1400px;width:100%}.matches-header{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem 2rem;width:100%}.match-card-content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:480px;position:relative;width:100%}.header-info{flex:1 1}.current-stage-header{display:flex;flex-direction:column;gap:.5rem}.stage-label-header{color:#000;font-family:Inter,sans-serif;font-size:18px;font-weight:400}.stage-label-header strong{font-weight:600}.match-stage-note{align-items:flex-start;background-color:#fafafa;border:1px solid #0000001a;border-left:4px solid #5c2b33;border-radius:10px;box-shadow:0 6px 18px #00000038;display:flex;font-family:Inter,sans-serif;gap:.75rem;padding:.9rem 1.05rem}.match-stage-note__icon{color:#5c2b33;flex-shrink:0;height:20px;margin-top:1px;width:20px}.match-stage-note__body{min-width:0}.match-stage-note__label{color:#8a8a8a;display:block;font-size:.66rem;font-weight:700;letter-spacing:.14em;margin-bottom:.2rem;text-transform:uppercase}.match-stage-note__text{color:#2c2c2c;display:block;font-size:.95rem;font-weight:500;line-height:1.55}.match-stage-note__text strong{color:#1a1a1a;font-weight:700}.join-video-call-btn-header{background-color:#2d5016;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.join-video-call-btn-header:hover{background-color:#3a6b1f;transform:translateY(-2px)}.join-video-call-btn-header:active{transform:translateY(0)}.match-card-full{animation:matchCardIn .3s ease-out both;background-color:#4f2c33;border:1px solid #ffffff24;border-radius:20px;box-shadow:0 12px 30px #00000059;display:flex;flex-direction:column;min-height:650px;overflow:hidden;position:relative;width:100%}@keyframes matchCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.match-status-badge{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:999px;display:inline-flex;font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;gap:.4rem;justify-content:flex-end;left:1.1rem;letter-spacing:.03em;margin-left:auto;max-width:calc(100% - 2.2rem);padding:.35rem .8rem .35rem .65rem;position:absolute;right:1.1rem;text-align:right;text-transform:uppercase;top:1.1rem;white-space:nowrap;width:-webkit-fit-content;width:fit-content;z-index:4}.match-status-badge__dot{background:currentColor;border-radius:50%;flex-shrink:0;height:7px;width:7px}.match-status-badge--live{background-color:#2e7d4647;border:1px solid #6fe3a38c;color:#6fe3a3}.match-status-badge--live .match-status-badge__dot{animation:matchStatusPulse 2s ease-out infinite;box-shadow:0 0 0 0 #6fe3a38c}@keyframes matchStatusPulse{0%{box-shadow:0 0 0 0 #6fe3a38c}70%{box-shadow:0 0 0 6px #6fe3a300}to{box-shadow:0 0 0 0 #6fe3a300}}@media (prefers-reduced-motion:reduce){.match-status-badge--live .match-status-badge__dot{animation:none}}.match-status-badge--scheduled{background-color:#d4af3733;border:1px solid #d4af3780;color:#e9cd82}.match-status-badge--attention{background-color:#a05a683d;border:1px solid #d994a68c;color:#e3aebb}.match-status-badge--attention .match-status-badge__dot{animation:matchStatusPulse 2s ease-out infinite;box-shadow:0 0 0 0 #e3aebb8c}.match-status-badge--done{background-color:#ffffff14;border:1px solid #ffffff2e;color:#c7c9cc}@media (max-width:480px){.match-status-badge{font-size:.64rem;padding:.3rem .65rem .3rem .55rem;white-space:normal}}.match-card-full--past{background-color:#35363a;border-color:#ffffff1a}.match-card-full--past .match-photo-large:after{background:linear-gradient(0deg,#252629eb,#25262900)}.match-card-full--past .match-name-rule{background-color:#8b9096}.match-card-full--past .match-verified rect{fill:#7a7f85}@media (prefers-reduced-motion:reduce){.match-card-full{animation:none}}.active-match-card-large{align-items:center;display:flex;justify-content:center;width:100%}.active-match-large{background-color:#4f2c33;border:1px solid #fff;border-radius:0 0 20px 20px;box-shadow:0 12px 30px #00000059;flex-basis:100%;min-height:650px;width:100%}.active-match-large,.match-photo-container-large{align-items:center;display:flex;overflow:hidden;position:relative}.match-photo-container-large{align-self:stretch;border-radius:0 0 0 20px;box-sizing:border-box;flex:0 0 35%;justify-content:center;min-width:260px;padding:1.25rem;width:35%}.match-photo-large{border:1px solid #ffffff2e;border-radius:12px;height:100%;max-height:100%;min-height:300px;object-fit:cover;width:100%}.match-photo-large:after{background:linear-gradient(0deg,#4f2c33eb,#4f2c3300);border-radius:0 0 12px 12px;bottom:0;content:"";height:42%;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.match-photo-large .image-slider__image{filter:blur(10px);transition:filter .6s ease}.match-blur-note{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:#140b0d8c;border:1px solid #ffffff29;border-radius:10px;bottom:1.1rem;color:#ffffffe0;display:flex;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;gap:.45rem;left:1.1rem;line-height:1.35;padding:.5rem .75rem;position:absolute;right:1.1rem;z-index:3}.match-blur-note svg{color:#d29aa7;flex-shrink:0;height:15px;width:15px}.match-photo-large--revealed .image-slider__image{filter:none}.match-overlay-large{align-items:flex-start;background-color:#4f2c33;display:flex;flex:1 1 auto;min-width:0;padding:2rem 2.5rem;position:relative}.match-info-large{color:#fff;gap:1.75rem;width:100%;z-index:2}.match-identity,.match-info-large{display:flex;flex-direction:column}.match-identity{gap:.5rem}.match-name-large{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:700;gap:.5rem;letter-spacing:-.02em;line-height:1.1;margin-bottom:0}.match-verified{flex-shrink:0;height:21px;width:21px}.match-verified rect{fill:#a05a68}.match-details-large{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.match-detail-item-large{color:#fff;font-family:Inter,sans-serif;font-size:25px;font-weight:600;line-height:1.1}.match-bio-large{color:#fff;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;margin-top:.75rem}.match-eyebrow{color:#ffffff8c;display:block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.match-eyebrow sup{font-size:.75em;top:-.35em}.match-name-rule{background-color:#a05a68;border-radius:2px;display:block;height:3px;margin:.3rem 0 0;width:44px}.match-chips{display:flex;flex-wrap:wrap;gap:.5rem}.match-chip{align-items:center;background-color:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;gap:.45rem;line-height:1;padding:.45rem .85rem}.match-chip svg{color:#ffffffb3;flex-shrink:0;height:15px;width:15px}.match-about{border-top:1px solid #ffffff2e;display:flex;flex-direction:column;gap:.6rem;padding-top:1.25rem}.match-about .match-bio{color:#ffffffe0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;margin:0;max-width:60ch}.match-contact{border-top:1px solid #ffffff2e;display:flex;flex-direction:column;gap:.7rem;margin-top:1.25rem;padding-top:1.25rem}.match-contact__grid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.match-contact__row{background-color:#ffffff0f;border:1px solid #ffffff1f;border-left:3px solid #a05a68;border-radius:11px;display:flex;flex-direction:column;gap:2px;padding:.65rem .8rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.match-contact__row:hover{background-color:#a05a6838;border-color:#d8a8b273;transform:none}.match-contact__label{color:#ffffff8c;font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.match-contact__value{color:#fff;font-family:Inter,sans-serif;font-size:.9rem;word-break:break-all}.match-postcall{align-items:center;background-color:#5c2b331f;border:1px solid #0000001a;border-left:4px solid #5c2b33;border-radius:12px;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between;margin-bottom:1rem;padding:.85rem 1rem}.match-postcall__text{color:#2a2a2a;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.45}.match-postcall__btn{background-color:#5c2b33;border:1px solid #5c2b33;border-radius:10px;color:#fff;cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:.5rem 1.1rem;transition:background-color .15s ease}.match-postcall__btn:hover{background-color:#6b3340;transform:none}.match-question-container{background-color:#fafafa;border:1px solid #0000001a;border-radius:16px;max-width:100%;padding:1.25rem 1.5rem;text-align:left;width:100%}.match-call-time{border-bottom:1px solid #0000001f;font-family:Inter,sans-serif;margin:0 0 1rem;padding:0 0 .9rem}.match-call-time__label{color:#8a8a8a;display:block;font-size:.66rem;font-weight:700;letter-spacing:.15em;margin-bottom:.22rem;text-transform:uppercase}.match-call-time__value{color:#1a1a1a;display:block;font-size:.95rem;font-weight:600;line-height:1.35}.match-call-time__add{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:0;color:#5c2b33;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;gap:.4rem;margin-top:.5rem;padding:0;transition:color .15s ease}.match-call-time__add svg{flex-shrink:0;height:15px;width:15px}.match-call-time__add:focus-visible,.match-call-time__add:hover{background:none;color:#7a3a48;outline:none;text-decoration:underline;transform:none}.match-question-large{color:#2c2c2c;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;margin:0 0 1rem}.match-actions-large{align-items:stretch;display:flex;flex-direction:column;gap:.75rem;margin-top:20px;width:100%}.match-action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;transition:transform .2s ease,opacity .2s ease;width:100%}.reschedule-text{color:#424242;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5;margin-top:10px;text-align:center}.reschedule-note{color:#6a6a6a}.reschedule-text--closed{color:#8a8a8a;font-style:italic}.reschedule-link{-webkit-tap-highlight-color:transparent;background:#0000;border:1.5px solid #1a1a1a;border-radius:4px;color:#1a1a1a;cursor:pointer;display:inline-block;font:inherit;font-weight:700;line-height:1.3;margin:0 3px;padding:2px 9px;transition:background-color .15s ease,color .15s ease,border-color .15s ease;vertical-align:middle}.reschedule-link>span{color:inherit;font-weight:inherit;text-decoration:none}.reschedule-link:focus-visible,.reschedule-link:hover{background-color:#5c2b33;border-color:#5c2b33;color:#fff;outline:none;transform:none}.connect-btn{background-color:#5c2b33;border:none;color:#fff}.connect-btn:hover:not(.disabled-btn){background-color:#6b3340}.pass-btn{background-color:#fff;border:1px solid #e0e0e0;color:#424242}.pass-btn:hover{background-color:#fafafa}.match-timer-overlay-large{align-items:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#1414148c;border:1px solid #ffffff40;border-radius:12px;box-shadow:0 6px 18px #0000004d;display:flex;flex-direction:column;padding:.55rem .9rem;position:absolute;right:1.25rem;top:1.25rem;z-index:10}.match-waiting-text{color:#424242;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.4}.upcoming-matches-container{align-items:stretch;display:flex;flex-basis:calc(33.33333% - 1rem);flex-grow:1;flex-shrink:1;margin:1.5rem 0 0;max-width:calc(33.33333% - 1rem);min-width:0}.upcoming-match-small{background-color:#4f2c33;border:2px solid #fff;border-radius:20px;box-shadow:0 8px 28px #00000059;box-sizing:border-box;height:132px;max-width:none;min-height:132px;min-width:0;overflow:hidden;position:relative;width:100%}.match-timer-overlay-small{align-items:flex-start;background-color:#bdc9cd;border:1.5px solid #fff;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:.15rem;height:74%;justify-content:center;padding:.5rem .9rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:82%;z-index:10}.timer-label-small{color:#2c2c2c;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;margin:0}.timer-ordinal{font-weight:700}.timer-ordinal sup{font-size:.62em;font-weight:700;letter-spacing:.04em;margin-left:1px;vertical-align:super}.disabled-btn{background-color:#161616;cursor:not-allowed;opacity:.6}.timer-value-small{color:#2c2c2c;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:.01em;line-height:1.15}.timer-reveal-date-small{color:#45525a;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;line-height:1.35;margin:.1rem 0 0}.timer-label{color:#ffffffa6;font-size:.62rem;letter-spacing:.12em;margin-bottom:.15rem;text-transform:uppercase}.timer-label,.timer-value{font-family:Inter,sans-serif;font-weight:700}.timer-value{font-feature-settings:"tnum";color:#fff;font-size:1rem;font-variant-numeric:tabular-nums;letter-spacing:.01em}@media (max-width:1200px){.upcoming-match-small{max-width:none;min-width:0}}@media (max-width:968px){.matches-header{align-items:flex-start;flex-direction:column;gap:1rem}.join-video-call-btn-header{width:100%}.matches-container{flex-direction:column}.upcoming-matches-container{align-items:center;flex:none;flex-direction:column}.upcoming-match-small,.upcoming-matches-container{max-width:100%;min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.match-card-content{flex-direction:column;flex-wrap:nowrap}.match-photo-container-large{border-radius:0;flex:0 0 auto;max-height:none;min-height:320px;min-width:100%;width:100%}.match-photo-large{height:100%;min-height:320px;object-fit:cover;width:100%}.match-overlay-large{box-sizing:border-box;overflow:hidden;padding:1.5rem 1.25rem;width:100%}.match-info-large{gap:1.4rem}.upcoming-matches-container{flex:none;margin-top:0}.upcoming-match-small,.upcoming-matches-container{max-width:100%;min-width:0;min-width:auto;width:100%}}@media (max-width:640px){.matches-header,.matches-page{padding:1rem}.stage-label-header{font-size:16px}.active-match-large{min-height:500px}.match-name-large{font-size:26px}.match-detail-item-large{font-size:16px}.match-bio-large{font-size:14px}.match-actions-large{flex-direction:column}.match-action-btn{box-sizing:border-box;font-size:.9rem;justify-content:center;padding:.7rem 1rem;text-align:center;white-space:normal;width:100%;word-break:break-word}.match-question-container{box-sizing:border-box;overflow:hidden}}@media (max-width:480px){.matches-page{gap:1.25rem;padding:.75rem}.match-card-full{border-radius:16px;min-height:auto}.active-match-large{border-radius:0 0 16px 16px;flex-direction:column;min-height:auto}.match-photo-container-large{border-radius:0;height:300px;max-height:none;min-height:300px}.match-photo-large{height:300px;min-height:300px;object-fit:cover}.match-overlay-large{box-sizing:border-box;overflow:hidden;padding:1rem}.match-name-large{font-size:20px}.match-detail-item-large{font-size:14px}.match-question-container{box-sizing:border-box;overflow:hidden;padding:.875rem 1rem}.match-question-large{font-size:.875rem}.match-action-btn{box-sizing:border-box;font-size:.825rem;min-height:44px;padding:.6rem .875rem;text-align:center;white-space:normal;word-break:break-word}.match-timer-overlay-large{padding:.45rem .7rem;right:.75rem;top:.75rem}.timer-label{font-size:.58rem}.timer-value{font-size:.9rem}.upcoming-matches-container{box-sizing:border-box;flex:none;margin-top:.5rem;padding:0 .25rem}.upcoming-match-small,.upcoming-matches-container{max-width:100%;min-width:0;min-width:auto;width:100%}.upcoming-match-small{height:118px;min-height:118px}.match-timer-overlay-small{border-radius:12px;height:74%;padding:.45rem .75rem;width:84%}.timer-label-small{font-size:.82rem}.timer-value-small{font-size:.95rem}.timer-reveal-date-small{font-size:.65rem}}@media (max-width:380px){.matches-page{padding:.5rem}.match-photo-container-large,.match-photo-large{height:260px;min-height:260px}.match-action-btn{font-size:.78rem;padding:.55rem .75rem}.match-name-large{font-size:18px}}.popup-overlay{align-items:center;animation:popupOverlayIn .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#180c0f8c;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}@keyframes popupOverlayIn{0%{opacity:0}to{opacity:1}}.popup-content{animation:popupContentIn .2s ease-out;background-color:#fff;border:1px solid #e0e2e6;border-radius:18px;box-shadow:0 24px 64px #140a0c59;color:#24262a;display:flex;flex-direction:column;font-family:Inter,sans-serif;max-height:90vh;max-width:560px;overflow:hidden;position:relative;width:100%}@keyframes popupContentIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-header{align-items:center;background-color:#5c2b33;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:1.1rem 1.4rem}.popup-title{color:#fff;font-size:1.15rem;font-weight:600;margin:0}.popup-close-btn{align-items:center;background-color:#ffffff29;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;position:static;transition:background-color .15s ease;width:32px}.popup-close-btn svg{height:17px;width:17px}.popup-close-btn:hover{background-color:#ffffff47;transform:none}.popup-body{background-color:#fff;flex:1 1;min-height:0;overflow-y:auto;padding:1.4rem}.popup-footer{align-items:center;background-color:#faf9fa;border-top:1px solid #ececef;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.95rem 1.4rem}.popup-footer__hint{color:#6b7075;font-size:.85rem}.popup-footer__actions{display:flex;flex-shrink:0;gap:.7rem}.popup-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.93rem;font-weight:600;padding:.68rem 1.4rem;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.popup-btn:hover{transform:none}.popup-btn--ghost{background:#fff;border-color:#d4d7dc;color:#3d3f43}.popup-btn--ghost:hover{background-color:#f4f5f6}.popup-btn--primary{background-color:#5c2b33;border-color:#5c2b33;color:#fff}.popup-btn--primary:hover:not(:disabled){background-color:#6b3340}.popup-btn--primary:disabled{cursor:not-allowed;opacity:.5}.avail{color:#24262a}.avail__intro{color:#5b5f64;font-size:.9rem;line-height:1.6;margin:0}.avail__intro strong{color:#24262a;font-weight:600}.avail__deadline{align-items:center;background-color:#fbeef1;border:1px solid #f0d6dd;border-radius:10px;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:.65rem .9rem}.avail__deadline--cutoff{background-color:#f7e2e8;border-color:#ecc9d2}.avail__deadline-label{color:#8a4451;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.avail__deadline-value{font-feature-settings:"tnum";color:#4a2028;font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700}.avail__section{border-top:1px solid #ececef;margin-top:1.5rem;padding-top:1.3rem}.avail__heading{align-items:center;color:#6b7075;display:flex;font-size:.78rem;font-weight:700;gap:.5rem;letter-spacing:.06em;margin:0 0 .9rem;text-transform:uppercase}.avail__step-num{width:20px}.avail__count,.avail__step-num{align-items:center;background-color:#5c2b33;border-radius:999px;color:#fff;display:inline-flex;font-size:.72rem;font-weight:700;height:20px;justify-content:center;letter-spacing:0}.avail__count{min-width:20px;padding:0 6px}.avail__days{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}.avail__day{align-items:center;background-color:#fff;border:1px solid #d4d7dc;border-radius:10px;color:#24262a;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:2px;padding:.55rem .25rem;transition:background-color .15s ease,border-color .15s ease}.avail__day:hover{background-color:#faf5f6;border-color:#c9b0b6;transform:none}.avail__day.is-selected{background-color:#5c2b33;border-color:#5c2b33;color:#fff}.avail__day-dow,.avail__day-mon{color:#8b9096;font-size:.66rem;letter-spacing:.04em;text-transform:uppercase}.avail__day.is-selected .avail__day-dow,.avail__day.is-selected .avail__day-mon{color:#fffc}.avail__day-num{font-size:1.05rem;font-weight:700;line-height:1.1}.avail__slots{display:flex;flex-wrap:wrap;gap:.75rem}.avail__slot{align-items:flex-start;background-color:#fff;border:1px solid #d4d7dc;border-radius:10px;color:#24262a;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:inherit;gap:2px;min-width:140px;padding:.7rem .9rem;transition:background-color .15s ease,border-color .15s ease}.avail__slot:hover:not(:disabled){background-color:#faf5f6;border-color:#c9b0b6;transform:none}.avail__slot:disabled{cursor:not-allowed;opacity:.5}.avail__slot-label{font-size:.9rem;font-weight:600}.avail__slot-time{color:#6b7075;font-size:.8rem}.avail__slot-added{color:#8a4451;font-size:.68rem;font-weight:600;letter-spacing:.05em;margin-top:2px;text-transform:uppercase}.avail__hint-muted{color:#9aa0a6;font-size:.85rem;margin:0}.avail__chosen{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.avail__chosen-item{align-items:center;background-color:#f7f7f8;border:1px solid #ececef;border-left:3px solid #a05a68;border-radius:9px;color:#24262a;display:flex;font-size:.88rem;gap:.75rem;justify-content:space-between;padding:.6rem .8rem}.avail__chosen-remove{align-items:center;background:none;border:none;border-radius:7px;color:#9aa0a6;cursor:pointer;display:flex;flex-shrink:0;height:26px;justify-content:center;padding:0;transition:background-color .15s ease,color .15s ease;width:26px}.avail__chosen-remove svg{height:15px;width:15px}.avail__chosen-remove:hover{background-color:#ececef;color:#3d3f43;transform:none}.avail__note{color:#9aa0a6;font-size:.8rem;font-style:italic;margin:1.25rem 0 0}.avail--locked{padding:1.25rem .25rem;text-align:center}.avail__locked-title{color:#5c2b33;font-size:1.02rem;font-weight:700;margin:0 0 .5rem}.avail__locked-text{color:#5b5f64;font-size:.88rem;line-height:1.6;margin:0 auto;max-width:34ch}@media (max-width:560px){.popup-overlay{padding:0}.popup-content{border:none;border-radius:0;height:100%;max-height:100vh;max-width:100%}.popup-footer{align-items:stretch;flex-direction:column-reverse}.popup-footer__actions{width:100%}.popup-btn{flex:1 1}.avail__slot{flex-basis:100%}}.congratulations-overlay{align-items:center;animation:fadeIn .3s ease-in-out;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.congratulations-content{animation:slideUp .4s ease-out;background:linear-gradient(135deg,#4f2c33,#6b3a47);border:2px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #00000080;max-width:500px;padding:3rem 2rem;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.congratulations-close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:40px;z-index:10}.congratulations-close-btn:hover{background-color:#fff3;transform:rotate(90deg)}.congratulations-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.congratulations-emoji{animation:bounce 1s ease-in-out infinite;font-size:4rem;line-height:1;margin-bottom:.5rem}.congratulations-emoji-small{animation:float 2s ease-in-out infinite;font-size:2rem;line-height:1;margin:.5rem 0}.congratulations-emoji-bottom{animation:sparkle 1.5s ease-in-out infinite;font-size:1.5rem;line-height:1;margin-top:.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(5deg)}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.congratulations-title{animation:pulse 2s ease-in-out infinite;color:#fff;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0000004d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.congratulations-message{color:#fffffff2;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6;margin:0;max-width:400px}.congratulations-button{background-color:#2d5016;border:none;border-radius:12px;box-shadow:0 4px 15px #2d501666;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 3rem;transition:all .3s}.congratulations-button:hover{background-color:#3a6b1f;box-shadow:0 6px 20px #2d501699;transform:translateY(-2px)}.congratulations-button:active{transform:translateY(0)}@media (max-width:768px){.congratulations-content{padding:2.5rem 1.5rem;width:95%}.congratulations-title{font-size:2rem}.congratulations-emoji{font-size:3rem}.congratulations-emoji-small{font-size:1.5rem}.congratulations-message{font-size:1rem}.congratulations-button{font-size:1rem;padding:.9rem 2rem}}@media (max-width:480px){.congratulations-content{padding:2rem 1rem}.congratulations-title{font-size:1.75rem}.congratulations-emoji{font-size:2.5rem}.congratulations-message{font-size:.95rem}}.congrats-card{grid-gap:1.75rem;align-items:center;animation:slideUp .4s ease-out;background:linear-gradient(135deg,#4f2c33,#5e3540);border:2px solid #ffffffe6;border-radius:22px;box-shadow:0 24px 64px #00000080;display:grid;font-family:Inter,sans-serif;gap:1.75rem;grid-template-columns:1fr minmax(0,330px);max-width:660px;padding:2.5rem;position:relative;width:100%}.congrats-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.6rem;line-height:1;opacity:.75;position:absolute;right:1.1rem;top:.9rem;transition:opacity .2s ease}.congrats-close-btn:hover{opacity:1}.congrats-title{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0}.congrats-subtitle{color:#fff;font-size:1.3rem;font-weight:700;line-height:1.25;margin:1.4rem 0 0}.congrats-panel{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000040;padding:1.4rem 1.5rem}.congrats-panel-text{color:#333;font-size:1rem;line-height:1.55;margin:0 0 1.1rem}.congrats-panel-text strong{color:#1a1a1a;font-weight:700}.congrats-panel-btn{background-color:#1b4023;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:700;padding:.7rem 1.6rem;transition:background-color .2s ease,transform .1s ease}.congrats-panel-btn:hover{background-color:#245230}.congrats-panel-btn:active{transform:translateY(1px)}@media (max-width:640px){.congrats-card{gap:1.5rem;grid-template-columns:1fr;max-width:420px;padding:2rem 1.5rem}.congrats-title{font-size:2.4rem}.congrats-subtitle{font-size:1.15rem;margin-top:1rem}.congrats-panel{justify-self:stretch}}.confirmation-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#180c0f8c;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.confirmation-content{background-color:#fff;border:1px solid #e0e2e6;border-radius:18px;box-shadow:0 24px 64px #140a0c59;color:#24262a;font-family:Inter,sans-serif;max-height:90vh;max-width:640px;overflow-y:auto;padding:0;position:relative;width:100%}.confirmation-close-btn{align-items:center;background:#f2f3f5;border:none;border-radius:8px;color:#5b5f64;cursor:pointer;display:flex;font-size:1.35rem;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:.9rem;top:.85rem;transition:background-color .15s ease,color .15s ease;width:32px;z-index:10}.confirmation-close-btn:hover{background-color:#e6e7ea;color:#24262a;transform:none}.confirmation-container{background:none;border-radius:0;display:flex;flex-direction:column;gap:1.5rem;min-height:auto;padding:0}.confirmation-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;padding:1.5rem 1.6rem 0}.confirmation-title-section{flex:1 1;min-width:240px}.confirmation-title{color:#17181a;font-family:inherit;font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .6rem}.confirmation-instructions{color:#5b5f64;font-family:inherit;font-size:.92rem;line-height:1.6;margin:.35rem 0}.confirmation-deadline-box{background-color:#fbeef1;border:1px solid #f0d6dd;border-radius:10px;flex-shrink:0;min-width:160px;padding:.75rem 1.1rem;text-align:center}.confirmation-deadline-label{color:#8a4451;font-family:inherit;font-size:.72rem;font-weight:600;letter-spacing:.06em;margin-bottom:.35rem;text-transform:uppercase}.confirmation-deadline-timer{font-feature-settings:"tnum";color:#4a2028;font-family:inherit;font-size:1.1rem;font-variant-numeric:tabular-nums;font-weight:700}.confirmation-slots-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin:0;padding:0 1.6rem}.confirmation-slot-card{background-color:#fff;border:1px solid #d4d7dc;border-radius:10px;cursor:pointer;padding:.95rem 1.1rem;transition:background-color .15s ease,border-color .15s ease}.confirmation-slot-card:hover{background-color:#faf5f6;border-color:#c9b0b6;transform:none}.confirmation-slot-card.selected{background-color:#fbeef1;border-color:#5c2b33}.confirmation-slot-date{color:#24262a;font-family:inherit;font-size:.95rem;font-weight:600;margin-bottom:.2rem}.confirmation-slot-time{color:#6b7075;font-family:inherit;font-size:.88rem}.confirmation-footer{align-items:center;border-top:1px solid #ececef;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;margin-top:.25rem;padding:1rem 1.6rem 1.6rem}.confirmation-reschedule-notice{color:#9aa0a6;font-family:inherit;font-size:.83rem;font-style:italic;margin:0}.confirmation-confirm-btn{background-color:#5c2b33;border:1px solid #5c2b33;border-radius:12px;color:#fff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.98rem;font-weight:600;padding:.9rem 1.9rem;transition:background-color .15s ease}.confirmation-confirm-btn:hover:not(:disabled){background-color:#6b3340;transform:none}.confirmation-confirm-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.confirmation-overlay{padding:0}.confirmation-content{border:none;border-radius:0;height:100%;max-height:100vh;max-width:100%}.confirmation-header{flex-direction:column;padding:1.4rem 1.25rem 0}.confirmation-deadline-box{width:100%}.confirmation-slots-grid{grid-template-columns:1fr;padding:0 1.25rem}.confirmation-footer{align-items:stretch;flex-direction:column;padding:1rem 1.25rem 1.4rem}.confirmation-confirm-btn{width:100%}.confirmation-title{font-size:1.25rem}}.image-slider{background:#1a1a1a;border-radius:12px;height:100%;min-height:100%;overflow:hidden;position:relative;width:100%}.image-slider--empty{align-items:center;display:flex;justify-content:center;min-height:120px}.image-slider__placeholder{color:#888;font-size:.9rem}.image-slider__track{height:100%;position:relative;width:100%}.image-slider__slide{inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.image-slider__slide--active{opacity:1;pointer-events:auto;z-index:1}.image-slider__image{display:block;height:100%;object-fit:cover;width:100%}.image-slider__arrow{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#14141459;border:1px solid #ffffff59;border-radius:999px;box-shadow:0 4px 14px #0000004d;color:#fff;cursor:pointer;display:flex;height:42px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .18s ease,transform .18s ease,border-color .18s ease;width:42px;z-index:3}.image-slider__arrow svg{display:block;height:20px;width:20px}.image-slider__arrow:hover{background:#14141499;border-color:#fff9;transform:translateY(-50%) scale(1.06)}.image-slider__arrow:active{transform:translateY(-50%) scale(.96)}.image-slider__arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}.image-slider__arrow--prev{left:14px}.image-slider__arrow--next{right:14px}.image-slider__dots{align-items:center;bottom:12px;display:flex;gap:8px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.image-slider__dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .2s ease,transform .2s ease;width:8px}.image-slider__dot:hover{background:#fffc}.image-slider__dot--active{background:#fff;transform:scale(1.2)}.image-slider__dot:focus{outline:2px solid #fff;outline-offset:2px}.pcp-overlay{align-items:center;animation:pcpOverlayIn .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#180c0f8c;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1200}@keyframes pcpOverlayIn{0%{opacity:0}to{opacity:1}}.pcp-card{animation:pcpCardIn .2s ease-out;background-color:#fff;border:1px solid #e0e2e6;border-radius:18px;box-shadow:0 24px 64px #140a0c59;color:#24262a;display:flex;flex-direction:column;font-family:Inter,sans-serif;max-height:90vh;max-width:460px;overflow:hidden;width:100%}@keyframes pcpCardIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.pcp-header{align-items:center;background-color:#5c2b33;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:1.1rem 1.4rem}.pcp-title{color:#fff;font-size:1.05rem;font-weight:600;line-height:1.35;margin:0}.pcp-close{align-items:center;background-color:#ffffff29;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;line-height:0;padding:0;transition:background-color .15s ease;width:32px}.pcp-close svg{display:block;height:17px;width:17px}.pcp-close:hover{background-color:#ffffff47;transform:none}.pcp-result{align-items:center;display:flex;flex-direction:column;gap:1.1rem;justify-content:center;padding:2.2rem 1rem 2.4rem;text-align:center}.pcp-result__text{color:#24262a;font-size:1rem;font-weight:600;margin:0}.pcp-spinner{animation:pcpSpin .8s linear infinite;border:3px solid #eceaeb;border-radius:50%;border-top-color:#5c2b33;height:44px;width:44px}@keyframes pcpSpin{to{transform:rotate(1turn)}}.pcp-check{display:block}.pcp-check,.pcp-check svg{height:64px;width:64px}.pcp-check__circle{stroke:#2e7d46;stroke-width:3;stroke-dasharray:151;stroke-dashoffset:151;animation:pcpCheckCircle .45s cubic-bezier(.4,0,.2,1) forwards}.pcp-check__mark{stroke:#2e7d46;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:pcpCheckMark .35s cubic-bezier(.4,0,.2,1) .4s forwards}@keyframes pcpCheckCircle{to{stroke-dashoffset:0}}@keyframes pcpCheckMark{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.pcp-spinner{animation-duration:1.6s}.pcp-check__circle,.pcp-check__mark{stroke-dashoffset:0;animation:none}}.pcp-body{background-color:#fff;flex:1 1;min-height:0;overflow-y:auto;padding:1.4rem}.pcp-error{color:#c53434;font-size:.85rem;margin:.9rem 0 0}.pcp-lead{color:#5b5f64;font-size:.9rem;line-height:1.6;margin:0}.pcp-choice-row{display:flex;gap:.75rem;margin-top:1.25rem}.pcp-choice-row .pcp-btn{flex:1 1}.pcp-later{background:none;border:none;color:#8b9096;cursor:pointer;display:block;font-family:inherit;font-size:.82rem;margin-top:.9rem;padding:.5rem;width:100%}.pcp-later:hover{color:#4a4e52}.pcp-fields{display:flex;flex-direction:column;gap:.75rem;margin-top:1.15rem}.pcp-field{background-color:#fff;border:1px solid #d4d7dc;border-radius:11px;padding:.75rem .85rem;transition:border-color .15s ease,background-color .15s ease}.pcp-field.is-on{background-color:#fbeef1;border-color:#5c2b33}.pcp-field__check{align-items:center;color:#24262a;cursor:pointer;display:flex;font-size:.88rem;font-weight:600;gap:8px}.pcp-field__check input{accent-color:#5c2b33;cursor:pointer;height:15px;width:15px}.pcp-field__input{background-color:#fff;border:1px solid #d4d7dc;border-radius:8px;color:#24262a;font-family:inherit;font-size:.85rem;margin-top:.6rem;padding:.55rem .7rem;width:100%}.pcp-field__input::placeholder{color:#a2a7ad}.pcp-field__input:disabled{background-color:#f2f3f5;color:#9aa0a6}.pcp-field__input:focus{border-color:#5c2b33;box-shadow:0 0 0 3px #5c2b3324;outline:none}.pcp-footer{align-items:center;background-color:#faf9fa;border-top:1px solid #ececef;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.95rem 1.4rem}.pcp-footer--end{justify-content:flex-end}.pcp-footer__hint{color:#6b7075;font-size:.82rem}.pcp-footer__actions{display:flex;gap:.6rem}.pcp-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:.64rem 1.25rem;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.pcp-btn:disabled{cursor:default;opacity:.5}.pcp-btn--primary{background-color:#5c2b33;border-color:#5c2b33;color:#fff}.pcp-btn--primary:hover:not(:disabled){background-color:#6b3340}.pcp-btn--ghost{background:#fff;border-color:#d4d7dc;color:#3d3f43}.pcp-btn--ghost:hover:not(:disabled){background-color:#f4f5f6}@media (max-width:480px){.pcp-overlay{padding:0}.pcp-card{border:none;border-radius:0;height:100%;max-height:100vh;max-width:100%}}.csp-overlay{align-items:center;animation:cspOverlayIn .16s ease-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#180c0f8c;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1300}@keyframes cspOverlayIn{0%{opacity:0}to{opacity:1}}.csp-card{animation:cspCardIn .22s cubic-bezier(.2,.8,.3,1);background-color:#fff;background-image:radial-gradient(130% 60% at 50% 0,#5c2b3312 0,#5c2b3300 62%);border:1px solid #e0e2e6;border-radius:20px;box-shadow:0 26px 70px #140a0c59;color:#24262a;font-family:Inter,sans-serif;max-width:420px;padding:2.4rem 1.9rem 1.9rem;position:relative;text-align:center;width:100%}@keyframes cspCardIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.csp-close{align-items:center;background:#f2f3f5;border:none;border-radius:8px;color:#5b5f64;cursor:pointer;display:flex;height:32px;justify-content:center;line-height:0;padding:0;position:absolute;right:.9rem;top:.9rem;transition:background-color .15s ease,color .15s ease;width:32px}.csp-close svg{display:block;height:16px;width:16px}.csp-close:hover{background:#e6e7ea;color:#24262a}.csp-spark{align-items:center;background:#fbeef1;border:1px solid #f0d6dd;border-radius:50%;color:#5c2b33;display:flex;height:52px;justify-content:center;margin:0 auto 1rem;width:52px}.csp-spark svg{height:26px;width:26px}.csp-title{color:#17181a;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .5rem}.csp-lead{color:#5b5f64;font-size:.9rem;line-height:1.6;margin:0 auto 1.4rem;max-width:30ch}.csp-rows{gap:.55rem;margin-bottom:1.5rem;text-align:left}.csp-row,.csp-rows{display:flex;flex-direction:column}.csp-row{background-color:#f7f7f8;border:1px solid #ececef;border-left:3px solid #a05a68;border-radius:11px;gap:2px;padding:.7rem .9rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.csp-row:hover{background-color:#fbeef1;border-color:#ecc9d2}.csp-row__label{color:#8b9096;font-size:.66rem;letter-spacing:.07em;text-transform:uppercase}.csp-row__value{color:#24262a;font-size:.92rem;word-break:break-all}.csp-btn{background-color:#5c2b33;border:1px solid #5c2b33;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.8rem 1rem;transition:background-color .15s ease;width:100%}.csp-btn:hover{background-color:#6b3340}@media (max-width:480px){.csp-overlay{padding:0}.csp-card{border:none;border-radius:0;display:flex;flex-direction:column;justify-content:center;max-width:100%;min-height:100vh}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-base{animation:shimmer 1.6s linear infinite;background:linear-gradient(90deg,#2a3233 25%,#3a4446 50%,#2a3233 75%);background-size:600px 100%;border-radius:6px}.profile-card{border-radius:0;display:flex;gap:3rem;margin:0 auto 4rem;max-width:1200px;padding:0}.skel-image{aspect-ratio:3/4;border-radius:16px;flex:0 0 400px;min-height:520px;width:100%}.skel-right{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.skel-header{align-items:center;display:flex;justify-content:space-between;width:100%}.skel-label{border-radius:10px;height:22px;width:80px}.skel-btns{align-items:center;display:flex;gap:1rem}.skel-btn{border-radius:30px;height:44px;width:140px}.skel-name{border-radius:12px;height:52px;width:320px}.skel-meta{display:flex;flex-direction:column;gap:.75rem}.skel-meta-row{border-radius:10px;height:18px}.skel-divider{background:#fff3;height:1px;margin-top:.5rem}.skel-number{border-radius:12px;height:68px;width:100%}@media (max-width:1024px){.profile-card{flex-direction:column;gap:2rem;margin-bottom:3rem}.skel-image{flex:0 0 auto;margin:0 auto;max-width:400px;min-height:460px}.skel-btn{width:120px}}@media (max-width:768px){.profile-card{margin-bottom:2rem}.skel-header{align-items:flex-start;flex-direction:column;gap:1rem}.skel-btns{align-items:stretch;flex-direction:column;gap:.75rem;width:100%}.skel-btn{width:100%}.skel-name{height:44px;width:260px}.skel-image{max-width:100%;min-height:420px}}@media (max-width:480px){.skel-image{min-height:320px}.skel-name{height:40px;width:220px}}.payment-container{background-color:#1b1c1d;color:#fff;min-height:100vh;padding:2rem}.payment-content{margin:0 auto;max-width:1200px}.payment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.payment-title{color:#fff;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0}.back-button{background-color:initial;border:1px solid #ffffff40;border-radius:10px;color:#fffc;cursor:pointer;font-size:.92rem;font-weight:600;padding:.6rem 1.2rem;transition:background-color .15s ease,border-color .15s ease}.back-button:hover{background-color:#ffffff14;border-color:#fff6;color:#fff}.payment-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.order-summary{background-color:#fff;border-radius:16px;color:#1b1c1d;padding:2rem}.summary-title{color:#1b1c1d;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.plan-summary{align-items:center;border-bottom:1px solid #e6e8eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.plan-name-large{color:#1b1c1d;font-size:1.25rem;font-weight:600}.plan-price-large{color:#5c2b33;font-size:1.75rem;font-weight:700}.plan-features-summary{margin-bottom:2rem}.features-title{color:#1b1c1d;font-size:1rem;font-weight:600;margin:0 0 1rem}.features-list{list-style:none;margin:0;padding:0}.features-list li{align-items:center;color:#1b1c1d;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem 0}.checkmark{color:#5c2b33;font-size:1.1rem;font-weight:700}.order-total{border-top:1px solid #e6e8eb;padding-top:1.5rem}.total-row{align-items:center;display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between}.total-amount{color:#5c2b33;font-size:1.75rem}.payment-form-container{background-color:#fff;border-radius:16px;color:#1b1c1d;padding:2rem}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-card-section{display:flex;flex-direction:column;gap:1rem}.payment-section-title{color:#1b1c1d;font-size:1.25rem;font-weight:600;margin:0}.card-element-wrapper{background-color:#fff;border:1px solid #d4d7dc;border-radius:8px;padding:1.25rem;transition:border-color .3s ease}.card-element-wrapper:focus-within{border-color:#5c2b33}.payment-error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#c62828;font-size:.95rem;padding:1rem}.pay-button{background-color:#5c2b33;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1.25rem 2rem;transition:all .3s ease;width:100%}.pay-button:hover:not(:disabled){background-color:#6b3340;transform:none}.pay-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.payment-security-note{align-items:center;color:#666;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;padding-top:.5rem}.payment-security-note svg{color:#5c2b33}@media (max-width:1024px){.payment-layout{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.payment-container{padding:1.5rem}.payment-header{align-items:flex-start;flex-direction:column;gap:1rem}.payment-title{font-size:2rem}.order-summary,.payment-form-container{padding:1.5rem}}@media (max-width:480px){.payment-container{padding:1rem}.payment-title{font-size:1.75rem}.order-summary,.payment-form-container{padding:1.25rem}.plan-price-large,.total-amount{font-size:1.5rem}}.payment-success-container{align-items:center;background-color:#1b1c1d;display:flex;justify-content:center;min-height:100vh;padding:2rem}.payment-success-content{background-color:#fff;border-radius:16px;color:#1b1c1d;max-width:600px;padding:3rem;text-align:center;width:100%}.success-icon{color:#5c2b33;display:flex;justify-content:center;margin-bottom:1.5rem}.success-title{color:#1b1c1d;font-size:1.9rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1rem}.success-message{color:#666;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.success-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.success-button{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.success-button.primary{background-color:#5c2b33;color:#fff}.success-button.primary:hover{background-color:#6b3340;transform:none}.success-button.secondary{background-color:initial;border:2px solid #5c2b33;color:#5c2b33}.success-button.secondary:hover{background-color:#5c2b33;color:#fff;transform:none}@media (max-width:768px){.payment-success-content{padding:2rem}.success-title{font-size:2rem}.success-actions{flex-direction:column}.success-button{width:100%}}.edit-profile-page{--ep-page-bg:#2a1519;--ep-card:#fff;--ep-card-border:#dfe2e6;--ep-on-dark:#fff;--ep-on-dark-dim:#ffffffa6;--ep-line:#ececef;--ep-input-bg:#fff;--ep-input-border:#d4d7dc;--ep-input-border-hover:#b6bac1;--ep-heading:#17181a;--ep-label:#3d3f43;--ep-text:#24262a;--ep-text-dim:#6b7075;--ep-placeholder:#a2a7ad;--ep-accent:#5c2b33;--ep-accent-soft:#fbeef1;--ep-accent-hover:#6b3340;--ep-error:#c53434;background-color:var(--ep-page-bg);color:var(--ep-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh;padding:3.25rem 1.5rem 5rem}.edit-profile-page .edit-profile-loading{color:var(--ep-on-dark-dim);font-size:1rem;margin:4rem auto 0;max-width:600px;text-align:center}.edit-profile-page .edit-profile-container{margin:0 auto;max-width:600px;width:100%}.edit-profile-page .edit-profile-header{margin-bottom:1.9rem}.edit-profile-page .edit-profile-back-btn{align-items:center;background:none;border:none;color:var(--ep-on-dark-dim);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;gap:.35rem;margin-bottom:.9rem;padding:.4rem 0;transition:color .15s ease}.edit-profile-page .edit-profile-back-btn:hover{background:none;color:var(--ep-on-dark);transform:none}.edit-profile-page .edit-profile-header h1{color:var(--ep-on-dark);font-size:1.8rem;font-weight:700;letter-spacing:-.01em;margin:0}.edit-profile-page form{counter-reset:ep-section}.edit-profile-page .about-you-section,.edit-profile-page .background-information-section,.edit-profile-page .basic-information-section,.edit-profile-page .dating-preference-section,.edit-profile-page .profile-contact-section{background-color:var(--ep-card);border:1px solid var(--ep-card-border);border-radius:16px;box-shadow:0 1px 2px #1018280a;margin-bottom:1.25rem;padding:1.75rem 1.6rem}.edit-profile-page .social-media-section{background:none;border:none;border-top:1px solid var(--ep-line);margin:1.75rem 0 0;padding:1.6rem 0 0}.edit-profile-page .section-title{align-items:center;color:var(--ep-heading);display:flex;font-family:inherit;font-size:1.15rem;font-weight:600;gap:.7rem;line-height:1.3;margin:0 0 1.5rem}.edit-profile-page .section-title:before{align-items:center;background-color:var(--ep-accent);border-radius:50%;color:#fff;content:counter(ep-section);counter-increment:ep-section;display:inline-flex;flex-shrink:0;font-size:.82rem;font-weight:700;height:27px;justify-content:center;width:27px}.edit-profile-page .social-media-section .section-title{font-size:1rem}.edit-profile-page .social-media-section .section-title:before{content:none;counter-increment:none}.edit-profile-page .hr-line{display:none}.edit-profile-page .form-group{margin-bottom:1.5rem}.edit-profile-page .form-group:last-child{margin-bottom:0}.edit-profile-page .form-group>label:not(.share-toggle){color:var(--ep-label);display:block;font-family:inherit;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.edit-profile-page .optional-text{color:var(--ep-text-dim);font-size:.82rem;font-weight:400}.edit-profile-page .form-note{color:var(--ep-text-dim);font-size:.82rem;line-height:1.6;margin-top:.5rem}.edit-profile-page .bio-textarea,.edit-profile-page .form-input,.edit-profile-page .form-select{background-color:var(--ep-input-bg);border:1px solid var(--ep-input-border);border-radius:10px;box-sizing:border-box;color:var(--ep-text);font-family:inherit;font-size:.95rem;outline:none;padding:.8rem .95rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.edit-profile-page .bio-textarea:hover,.edit-profile-page .form-input:hover,.edit-profile-page .form-select:hover{border-color:var(--ep-input-border-hover)}.edit-profile-page .bio-textarea::placeholder,.edit-profile-page .form-input::placeholder{color:var(--ep-placeholder);opacity:1}.edit-profile-page .bio-textarea:focus,.edit-profile-page .form-input:focus,.edit-profile-page .form-select:focus{border-color:var(--ep-accent);box-shadow:0 0 0 3px #5c2b3324}.edit-profile-page .form-input-disabled,.edit-profile-page .form-input:disabled{background-color:#f2f3f5;color:var(--ep-text-dim);cursor:not-allowed}.edit-profile-page .form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%236b7075' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right .95rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.4rem}.edit-profile-page .radio-group{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr 1fr}.edit-profile-page .radio-group-long{display:flex;flex-direction:column;gap:.55rem}.edit-profile-page .radio-label,.edit-profile-page .radio-label-long{align-items:center;background-color:var(--ep-input-bg);border:1px solid var(--ep-input-border);border-radius:10px;cursor:pointer;display:flex;gap:.65rem;margin:0;padding:.75rem .95rem;transition:border-color .15s ease,background-color .15s ease}.edit-profile-page .radio-label-long:hover,.edit-profile-page .radio-label:hover{background-color:#fafafb;border-color:var(--ep-input-border-hover)}.edit-profile-page .radio-label input[type=radio],.edit-profile-page .radio-label-long input[type=radio]{accent-color:var(--ep-accent);cursor:pointer;flex-shrink:0;height:17px;margin:0;width:17px}.edit-profile-page .radio-label-long:has(input:checked),.edit-profile-page .radio-label:has(input:checked){background-color:var(--ep-accent-soft);border-color:var(--ep-accent)}.edit-profile-page .radio-label-text{color:var(--ep-text);font-size:.93rem}.edit-profile-page .age-range-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.edit-profile-page .age-range-button{background-color:var(--ep-input-bg);border:1px solid var(--ep-input-border);border-radius:999px;color:var(--ep-text);cursor:pointer;font-family:inherit;font-size:.9rem;padding:.55rem 1.05rem;transition:border-color .15s ease,background-color .15s ease}.edit-profile-page .age-range-button:hover{border-color:var(--ep-input-border-hover);transform:none}.edit-profile-page .age-range-button.selected{background-color:var(--ep-accent);border-color:var(--ep-accent);color:#fff}.edit-profile-page .bio-textarea{line-height:1.6;min-height:140px;resize:vertical}.edit-profile-page .bio-label-container{align-items:center;display:flex;gap:.4rem;margin-bottom:.5rem}.edit-profile-page .bio-label-container-text{color:var(--ep-label);font-size:.9rem;font-weight:600}.edit-profile-page .word-counter{color:var(--ep-text-dim);display:block;font-size:.8rem;margin-top:.45rem;text-align:right}.edit-profile-page .bio-tips-title{color:var(--ep-label);font-size:.85rem;font-weight:600;margin:.75rem 0 .35rem}.edit-profile-page .bio-tips-list{color:var(--ep-text-dim);font-size:.84rem;line-height:1.65;margin:0;padding-left:1.15rem}.edit-profile-page .info-icon-container{display:inline-flex;position:relative}.edit-profile-page .info-icon-button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.edit-profile-page .info-icon-button:focus-visible,.edit-profile-page .info-icon-button:hover{background:none;outline:none;transform:none}.edit-profile-page .info-icon{align-items:center;background-color:var(--ep-accent);border:none;border-radius:50%;color:#fff;display:inline-flex;font-size:11px;font-style:normal;font-weight:700;height:18px;justify-content:center;line-height:1;transition:background-color .15s ease;width:18px}.edit-profile-page .info-icon-button:hover .info-icon{background-color:var(--ep-accent-hover)}.edit-profile-page .info-tooltip{background-color:#fff;border:1px solid var(--ep-card-border);border-radius:10px;box-shadow:0 14px 36px #10182847;color:var(--ep-text);font-size:.82rem;left:0;line-height:1.6;padding:.8rem .95rem;position:absolute;top:calc(100% + 8px);width:250px;z-index:10}.edit-profile-page .info-tooltip .bio-tips-title{margin-top:0}.edit-profile-page .info-tooltip .bio-tips-list{color:var(--ep-text-dim)}.edit-profile-page .photo-upload-area{background-color:#fbfbfc;border:1.5px dashed var(--ep-input-border);border-radius:12px;padding:1.8rem 1rem;text-align:center;transition:border-color .15s ease,background-color .15s ease}.edit-profile-page .photo-upload-area:hover{background-color:var(--ep-accent-soft);border-color:var(--ep-accent)}.edit-profile-page .photo-upload-input{display:none}.edit-profile-page .photo-upload-label{align-items:center;color:var(--ep-text-dim);cursor:pointer;display:inline-flex;flex-direction:column;font-size:.9rem;gap:.4rem}.edit-profile-page .uploaded-photos{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.9rem}.edit-profile-page .photo-preview{border:1px solid var(--ep-card-border);border-radius:12px;height:96px;overflow:hidden;position:relative;width:96px}.edit-profile-page .photo-preview img{height:100%;object-fit:cover;width:100%}.edit-profile-page .remove-photo-btn{align-items:center;background-color:#0009;border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:22px;justify-content:center;line-height:1;padding:0;position:absolute;right:5px;top:5px;width:22px}.edit-profile-page .remove-photo-btn:hover{background-color:#000000d1;transform:none}.edit-profile-page .share-toggle{align-items:flex-start;color:var(--ep-text-dim);cursor:pointer;display:flex;font-size:.85rem;gap:.55rem;line-height:1.55;margin:.65rem 0 0}.edit-profile-page .share-toggle input[type=checkbox]{accent-color:var(--ep-accent);cursor:pointer;flex-shrink:0;height:16px;margin:.1rem 0 0;width:16px}.edit-profile-page .age-range-buttons.field-error,.edit-profile-page .bio-textarea.field-error,.edit-profile-page .bio-textarea.input-error,.edit-profile-page .form-input.field-error,.edit-profile-page .form-input.input-error,.edit-profile-page .form-select.field-error,.edit-profile-page .form-select.input-error,.edit-profile-page .photo-upload-area.field-error,.edit-profile-page .radio-group-long.field-error,.edit-profile-page .radio-group.field-error{border-color:var(--ep-error)!important;box-shadow:0 0 0 3px #c5343424!important}.edit-profile-page .radio-group-long.field-error,.edit-profile-page .radio-group.field-error{border:1px solid var(--ep-error)!important;border-radius:12px;padding:.5rem}.edit-profile-page .edit-profile-error-msg{background-color:#fdecec;border:1px solid #f3c2c2;border-radius:10px;color:#b83232;font-size:.88rem;margin:0 0 1rem;padding:.8rem 1rem}.edit-profile-page .edit-profile-success-msg{background-color:#e9f7ef;border:1px solid #b7e2c8;border-radius:10px;color:#1f7a45;font-size:.88rem;margin:0 0 1rem;padding:.8rem 1rem}.edit-profile-page .save-changes-button-container{margin-top:1.9rem}.edit-profile-page .save-changes-button{background-color:#fff;border:1px solid #fff;border-radius:12px;box-shadow:0 6px 20px #00000047;color:#3a1d22;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:background-color .15s ease,color .15s ease;width:100%}.edit-profile-page .save-changes-button:hover:not(:disabled){background-color:#f6ebee;transform:none}.edit-profile-page .save-changes-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:560px){.edit-profile-page{padding:2rem 1rem 3.5rem}.edit-profile-page .about-you-section,.edit-profile-page .background-information-section,.edit-profile-page .basic-information-section,.edit-profile-page .dating-preference-section,.edit-profile-page .profile-contact-section{border-radius:14px;padding:1.35rem 1.15rem}.edit-profile-page .radio-group{grid-template-columns:1fr}.edit-profile-page .edit-profile-header h1{font-size:1.5rem}}.settings-page{background-color:#1b1c1d;font-family:Inter,regular,sans-serif;padding:2rem 4rem 3.5rem}.settings-loading{color:#fff;font-size:18px;padding:4rem;text-align:center}.settings-container{margin:0 auto;max-width:560px}.settings-header{margin-bottom:2rem}.settings-back-btn{align-items:center;background:none;border:none;color:#ffffff9e;cursor:pointer;display:inline-flex;font-family:Inter,regular,sans-serif;font-size:14px;font-weight:500;gap:4px;margin-bottom:16px;padding:0;transition:opacity .2s ease}.settings-back-btn:hover{opacity:.75}.settings-header h1{color:#fff;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.settings-subtitle{color:#ffffff9e;font-size:14px;margin:0}.settings-card{background-color:#fff;border-radius:24px;padding:40px}.settings-card-header{align-items:center;color:#1a1a1a;display:flex;gap:10px;margin-bottom:28px}.settings-card-header h2{color:#1a1a1a;font-family:Inter,regular,sans-serif;font-size:20px;font-weight:600;margin:0}.settings-form{gap:20px}.settings-field,.settings-form{display:flex;flex-direction:column}.settings-field{gap:6px}.settings-field label{color:#333;font-size:13px;font-weight:600;letter-spacing:.3px}.settings-input-wrap{align-items:center;display:flex;position:relative}.settings-input-wrap input{background-color:#fff;border:1px solid #d4d7dc;border-radius:10px;box-sizing:border-box;color:#1a1a1a;font-family:Inter,regular,sans-serif;font-size:14px;outline:none;padding:12px 44px 12px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.settings-input-wrap input:focus{background-color:#fff;border-color:#5c2b33;box-shadow:0 0 0 3px #5c2b331f}.settings-eye-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;padding:0;position:absolute;right:12px;transition:color .15s ease}.settings-hint{color:#666;font-size:12px;margin:0}.settings-strength{align-items:center;display:flex;gap:10px;margin-top:2px}.settings-strength-bar{display:flex;flex:1 1;gap:4px}.settings-strength-seg{background-color:#ccc;border-radius:2px;flex:1 1;height:4px;transition:background-color .2s ease}.settings-strength-seg.weak{background-color:#e05555}.settings-strength-seg.fair{background-color:#e09a35}.settings-strength-seg.good{background-color:#5b9bd5}.settings-strength-seg.strong{background-color:#3a9c6e}.settings-strength-label{font-size:12px;font-weight:600;min-width:40px}.settings-strength-label.weak{color:#e05555}.settings-strength-label.fair{color:#e09a35}.settings-strength-label.good{color:#5b9bd5}.settings-strength-label.strong{color:#3a9c6e}.settings-mismatch{color:#e05555;font-size:12px;margin:0}.settings-error{background-color:#fee;color:#c33}.settings-error,.settings-success{border-radius:8px;font-size:14px;padding:12px 14px}.settings-success{background-color:#e8f8f0;color:#2d7a52}.settings-list-card{background-color:#fff;border-radius:20px;box-shadow:0 2px 16px #0000001f;overflow:hidden}.settings-row{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:18px 20px}.settings-row-left{align-items:center;display:flex;gap:14px;min-width:0}.settings-row-icon{align-items:center;background-color:#5c2b331a;border-radius:10px;color:#5c2b33;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.settings-row-text{display:flex;flex-direction:column;gap:2px}.settings-row-title{color:#1a1a1a;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.settings-row-subtitle{color:#888;font-family:Inter,sans-serif;font-size:12px}.settings-row-divider{background-color:#f0f0f0;height:1px;margin:0 20px}.settings-change-btn{align-items:center;background-color:#fff;border:1.5px solid #ddd;border-radius:10px;color:#1a1a1a;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:8px 18px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.settings-change-btn:hover{background-color:#f5f5f5;border-color:#bbb}.settings-toggle{background-color:#ccc;border:none;border-radius:14px;cursor:pointer;flex-shrink:0;height:28px;padding:0;position:relative;transition:background-color .2s ease;width:48px}.settings-toggle--on{background-color:#5c2b33}.settings-toggle-thumb{background-color:#fff;border-radius:50%;box-shadow:0 1px 4px #00000040;display:block;height:22px;left:3px;position:absolute;top:3px;transition:transform .2s ease;width:22px}.settings-toggle--on .settings-toggle-thumb{transform:translateX(20px)}.settings-delete-btn{background:none;border:none;color:#e05555;cursor:pointer;display:block;font-family:Inter,sans-serif;font-size:14px;margin-top:32px;padding:8px;text-align:center;text-decoration:underline;transition:opacity .15s ease;width:100%}.settings-delete-btn:hover{opacity:.75}.settings-oauth-note{align-items:flex-start;background-color:#5c2b331a;border:1px solid #5c2b3333;border-radius:8px;color:#5c2b33;display:flex;font-size:13px;gap:8px;line-height:1.5;margin-bottom:4px;padding:12px 14px}.settings-oauth-note svg{flex-shrink:0;margin-top:2px}.settings-otp-input{background-color:#fff;border:1px solid #d4d7dc;border-radius:10px;box-sizing:border-box;color:#1a1a1a;font-family:Courier New,monospace;font-size:24px;letter-spacing:10px;outline:none;padding:14px;text-align:center;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.settings-otp-input:focus{background-color:#fff;border-color:#5c2b33;box-shadow:0 0 0 3px #5c2b331f}.settings-otp-note{color:#444;font-size:14px;line-height:1.5;margin-bottom:20px}.settings-otp-note strong{color:#1a1a1a}.settings-resend-btn{background:none;border:none;color:#5c2b33;cursor:pointer;font-family:Inter,regular,sans-serif;font-size:13px;opacity:.8;padding:0;text-align:center;text-decoration:underline;transition:opacity .15s ease}.settings-resend-btn:hover:not(:disabled){opacity:1}.settings-resend-btn:disabled{cursor:not-allowed;opacity:.4}.settings-submit-btn{background-color:#5c2b33;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Inter,regular,sans-serif;font-size:15px;font-weight:600;margin-top:4px;padding:13px;transition:background-color .2s ease,opacity .2s ease}.settings-submit-btn:hover:not(:disabled){background-color:#6b3340}.settings-submit-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.settings-page{padding:1.5rem}.settings-card{padding:28px 24px}}@media (max-width:480px){.settings-page{padding:1rem}.settings-header h1{font-size:24px}.settings-card{border-radius:16px;padding:20px 16px}}.settings-plan-card{background-color:#fff;border-radius:20px;box-shadow:0 2px 16px #0000001f;margin-bottom:16px;padding:22px 24px 24px}.settings-plan-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.settings-plan-eyebrow{color:#8b9096;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.settings-plan-badge{align-items:center;border-radius:999px;display:inline-flex;font-family:Inter,sans-serif;font-size:11px;font-weight:700;gap:7px;letter-spacing:.4px;padding:5px 14px;white-space:nowrap}.settings-plan-badge-gem{background:currentColor;border-radius:1px;flex-shrink:0;height:6px;transform:rotate(45deg);width:6px}.settings-plan-badge--prime{background:linear-gradient(180deg,#cd7f3233,#cd7f321a);border:1px solid #cd7f3273;color:#a86a3d}.settings-plan-badge--prestige{background:linear-gradient(180deg,#d4af3738,#d4af371a);border:1px solid #d4af3780;color:#9c7f2c}.settings-plan-badge--platinum{background:linear-gradient(110deg,#96aac83d,#c8b4dc26,#96c8d23d);border:1px solid #96aac88c;color:#566578}.settings-plan-stat{align-items:baseline;display:flex;gap:10px;margin-bottom:12px}.settings-plan-stat-num{color:#5c2b33;font-size:2rem;font-weight:800;line-height:1}.settings-plan-note,.settings-plan-stat-label{color:#666;font-size:13px}.settings-plan-note{line-height:1.6;margin:0}.settings-plan-cta{background-color:#5c2b33;border:1px solid #5c2b33;border-radius:10px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-top:14px;padding:.7rem 1.4rem;transition:background-color .15s ease}.settings-plan-cta:hover{background-color:#6b3340;transform:none}.not-found-page{align-items:center;background-color:var(--bg-color);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.not-found-card{background-color:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 1px 3px #1018280f;max-width:420px;padding:2.5rem 2rem;text-align:center}.not-found-eyebrow{color:#a05a68;font-size:.8rem;font-weight:700;letter-spacing:.14em;margin:0 0 .5rem}.not-found-title{color:#17181a;font-size:1.6rem;font-weight:700;margin:0 0 .75rem}.not-found-text{color:#4a4e52;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.not-found-link{background-color:#5c2b33;border-radius:10px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.7rem 1.6rem;text-decoration:none;transition:background-color .15s ease}.not-found-link:hover{background-color:#6b3340}.App{min-height:100vh}.App,.app-main{display:flex;flex-direction:column}.app-main{flex:1 1 auto}
/*# sourceMappingURL=main.6b71cd81.css.map*/