:root{--header-footer-base: #EDE4CF;--page-background: #F7F3EC;--card-paper: #FAF7F3;--hairline-borders: #E6DFD4;--dividers: #EDE6DC;--primary-text: #1F2937;--secondary-text: #5B6068;--brand-accent: #8A4B2A;--brand-accent-hover: #6E3E22;--teal-accent: #0F766E;--teal-accent-hover: #0B5C56;--shadow-color: rgba(17, 24, 39, .08);--shadow-hover: rgba(17, 24, 39, .14);--focus-ring: #D6EFEA;--error-color: #B45309;--helper-text: #7C7C7C;--placeholder-color: #7C7C7C;--hover-bg: #F9F6F0;--interest-pill-bg: #EFE8DE;--interest-pill-selected-bg: #8A4B2A;--interest-pill-selected-text: #FAF7F3;--footer-height: 72px;--footer-padding: 16px;--nav-item-radius: 14px;--nav-item-padding: 12px 16px;--nav-item-gap: 8px;--badge-shadow: 0 2px 6px rgba(17, 24, 39, .18);--active-chip-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);--hover-tint: #F3EBDD;--background: #F7F3EC;--foreground: #1F2937;--card: #FAF7F3;--card-foreground: #1F2937;--popover: #FAF7F3;--popover-foreground: #1F2937;--primary: #8A4B2A;--primary-foreground: #FAF7F3;--secondary: #8A4B2A;--secondary-foreground: #FAF7F3;--muted: #EDE4CF;--muted-foreground: #5B6068;--accent: #8A4B2A;--accent-foreground: #FAF7F3;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #E6DFD4;--input: #FAF7F3;--ring: rgba(138, 75, 42, .3);--radius: .75rem}.dark{--background: #2a1a1a;--foreground: #f0f0f0;--card: #3a2828;--card-foreground: #f0f0f0;--popover: #3a2828;--popover-foreground: #f0f0f0;--primary: #a0522d;--primary-foreground: #ffffff;--secondary: #453030;--secondary-foreground: #f0f0f0;--muted: #453030;--muted-foreground: #d2b48c;--accent: #a0522d;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #f0f0f0;--border: #453030;--input: #3a2828;--ring: rgba(160, 82, 45, .4)}*{border-color:var(--border);outline-color:var(--ring)}body{background-color:var(--background);color:var(--foreground);font-family:Lato,sans-serif}.font-heading{font-family:Poppins,sans-serif}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.25,.46,.45,.94)}.animate-slide-up{animation:slideUp .5s cubic-bezier(.25,.46,.45,.94)}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.animate-pulse-gentle{animation:pulseGentle 3s ease-in-out infinite}.animate-card-flip{animation:cardFlip .6s cubic-bezier(.25,.46,.45,.94)}.animate-paper-unfold{animation:paperUnfold .6s cubic-bezier(.4,0,.2,1)}.animate-paper-fold{animation:paperFold .6s cubic-bezier(.4,0,.2,1)}.animate-paper-float{animation:paperFloat 3s ease-in-out infinite}.animate-corner-fold{animation:cornerFold .8s cubic-bezier(.4,0,.2,1)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(1deg)}50%{transform:translateY(-4px) rotate(-1deg)}75%{transform:translateY(-12px) rotate(.5deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulseGentle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}@keyframes cardFlip{0%{transform:rotateY(0)}50%{transform:rotateY(90deg)}to{transform:rotateY(0)}}@keyframes paperUnfold{0%{transform:scale(0) rotateX(90deg);opacity:0}50%{transform:scale(.8) rotateX(45deg);opacity:.8}to{transform:scale(1) rotateX(0);opacity:1}}@keyframes paperFold{0%{transform:scale(1) rotateX(0);opacity:1}50%{transform:scale(.8) rotateX(-45deg);opacity:.8}to{transform:scale(0) rotateX(-90deg);opacity:0}}@keyframes paperFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes cornerFold{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.2) rotate(180deg);opacity:.8}to{transform:scale(1) rotate(360deg);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-button-press{animation:buttonPress .2s ease-out}@keyframes buttonPress{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.animate-input-focus{animation:inputFocus .3s ease-out}@keyframes inputFocus{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-muted{background-color:var(--muted)}.bg-accent{background-color:var(--accent)}.bg-destructive{background-color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-card-foreground{color:var(--card-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary{color:var(--secondary)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-muted{color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.text-accent{color:var(--accent)}.text-accent-foreground{color:var(--accent-foreground)}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.border-border{border-color:var(--border)}.border-primary{border-color:var(--primary)}.border-secondary{border-color:var(--secondary)}.border-2{border-width:2px}.rounded{border-radius:var(--radius)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-2xl{border-radius:calc(var(--radius) + 8px)}.rounded-3xl{border-radius:calc(var(--radius) + 16px)}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.min-h-screen{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:24px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.p-5{padding:1.25rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-15{margin-bottom:3.75rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-black{font-weight:900}.font-medium{font-weight:500}.leading-relaxed{line-height:1.625}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-primary{--tw-gradient-from: var(--primary);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 82, 45, 0))}.to-secondary{--tw-gradient-to: var(--secondary)}.placeholder-muted-foreground::placeholder{color:var(--placeholder-color)}.focus\:border-primary:focus{border-color:var(--brand-accent)}.focus\:outline-none:focus{outline:none}.form-card{background:var(--card-paper);border-radius:20px;border:1px solid var(--hairline-borders);box-shadow:0 4px 6px var(--shadow-color);padding:24px;max-width:720px;width:100%}.form-input{height:44px;background:#fff;border:1px solid var(--hairline-borders);border-radius:12px;padding:12px 14px;color:var(--primary-text);font-size:14px;transition:all .15s ease}.form-input:hover{background:var(--hover-bg)}.form-input:focus{border-color:var(--brand-accent);outline:none;box-shadow:0 0 0 2px var(--focus-ring)}.form-input.error{border-color:var(--error-color)}.form-label{font-size:13px;font-weight:500;color:var(--secondary-text);margin-bottom:4px;display:block}.form-helper{font-size:12px;color:var(--helper-text);margin-top:4px}.form-error{font-size:12px;color:var(--error-color);margin-top:4px}.form-section-header{font-size:14px;font-weight:600;color:var(--brand-accent);margin-top:16px;margin-bottom:8px}.form-divider{height:1px;background:var(--dividers);margin:20px 0}.interest-chip{background:var(--card-paper);color:var(--secondary-text);border:1px solid var(--hairline-borders);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .15s ease;cursor:pointer;height:36px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1}.interest-chip:hover:not(.disabled){background:#f3ebdd}.interest-chip:active:not(.disabled){background:#e6dfd4;transform:scale(.96)}.interest-chip.selected{background:var(--brand-accent);color:var(--card-paper);border-color:transparent;box-shadow:0 2px 6px #8a4b2a40;transform:scale(1)}.interest-chip.selected:hover{background:var(--brand-accent-hover)}.interest-chip.disabled{opacity:.5;cursor:not-allowed;background:var(--card-paper);border-color:var(--hairline-borders)}@media (min-width: 768px){.interest-chip{height:40px}}.primary-button{background:var(--brand-accent);color:var(--primary-foreground);border-radius:12px;height:48px;padding:0 24px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px}.primary-button:hover{background:var(--brand-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-hover)}.primary-button:disabled{background:#d9c9b6;color:var(--page-background);cursor:not-allowed;transform:none;box-shadow:none}.secondary-button{color:var(--secondary-text);background:transparent;border:none;text-decoration:underline;text-underline-offset:4px;cursor:pointer;font-size:16px;font-weight:500;transition:all .15s ease}.secondary-button:hover{color:var(--brand-accent)}@media (min-width: 768px){.form-card{padding:32px 40px}.form-input{height:48px}.primary-button{height:52px}}.sticky-submit-bar{position:fixed;bottom:0;left:0;right:0;background:var(--header-footer-base);border-top:1px solid var(--hairline-borders);padding:16px;z-index:1000;box-shadow:0 -4px 12px var(--shadow-color)}.sticky-submit-bar .primary-button{width:100%;height:48px}.form-with-sticky{padding-bottom:100px}@media (min-width: 768px){.sticky-submit-bar{padding:20px}.sticky-submit-bar .primary-button{max-width:400px;margin:0 auto;height:52px}}.form-input:focus{box-shadow:0 0 0 2px var(--focus-ring),0 2px 4px var(--shadow-color)}.interest-chip:active:not(.disabled){transform:scale(.96)}.form-input.error:focus{box-shadow:0 0 0 2px #b4530933,0 2px 4px var(--shadow-color)}.primary-button:active{transform:translateY(0)}textarea.form-input{line-height:1.5;font-family:inherit}select.form-input option{background:#fff;color:var(--primary-text);padding:8px 12px}input[type=checkbox]{accent-color:var(--brand-accent)}a:hover{text-decoration-thickness:2px}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke}.transition-all{transition-property:all}.duration-300{transition-duration:.3s}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:text-primary:hover{color:var(--primary)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f7f3ec;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-container{position:relative;width:64px;height:64px;border-radius:50%;perspective:800px}.loading-inner{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.loading-inner.one{left:0%;top:0%;animation:rotate-one 1s linear infinite;border-bottom:3px solid #8A4B2A}.loading-inner.two{right:0%;top:0%;animation:rotate-two 1s linear infinite;border-right:3px solid #8A4B2A}.loading-inner.three{right:0%;bottom:0%;animation:rotate-three 1s linear infinite;border-top:3px solid #8A4B2A}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}.section-loading{display:flex;align-items:center;justify-content:center;min-height:200px;background-color:var(--card-paper);border-radius:16px;border:1px solid var(--hairline-borders)}.section-loading .loading-container{width:48px;height:48px}.section-loading .loading-inner.one{border-bottom:2px solid #8A4B2A}.section-loading .loading-inner.two{border-right:2px solid #8A4B2A}.section-loading .loading-inner.three{border-top:2px solid #8A4B2A}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.block{display:block}.w-full{width:100%}.w-20{width:5rem}.h-20{height:5rem}.cursor-pointer{cursor:pointer}.md\:col-span-2{grid-column:span 2 / span 2}.resize-vertical{resize:vertical}.min-h-32{min-height:8rem}.bg-no-repeat{background-repeat:no-repeat}.bg-right{background-position:right}.pr-10{padding-right:2.5rem}.inline-block{display:inline-block}@media (max-width: 480px){.mobile\:text-xs{font-size:.75rem}.mobile\:text-sm{font-size:.875rem}.mobile\:text-base{font-size:1rem}.mobile\:p-2{padding:.5rem}.mobile\:p-3{padding:.75rem}.mobile\:p-4{padding:1rem}.mobile\:gap-2{gap:.5rem}.mobile\:gap-3{gap:.75rem}.mobile\:w-full{width:100%}.mobile\:max-w-none{max-width:none}.mobile\:text-center{text-align:center}.mobile\:flex-col{flex-direction:column}.mobile\:items-center{align-items:center}.mobile\:justify-center{justify-content:center}.mobile\:rounded-lg{border-radius:.5rem}.mobile\:text-lg{font-size:1.125rem}.mobile\:text-xl{font-size:1.25rem}.mobile\:mb-2{margin-bottom:.5rem}.mobile\:mb-3{margin-bottom:.75rem}.mobile\:mb-4{margin-bottom:1rem}.mobile\:mt-2{margin-top:.5rem}.mobile\:mt-3{margin-top:.75rem}.mobile\:mt-4{margin-top:1rem}}@media (min-width: 481px) and (max-width: 768px){.tablet\:text-sm{font-size:.875rem}.tablet\:text-base{font-size:1rem}.tablet\:text-lg{font-size:1.125rem}.tablet\:p-3{padding:.75rem}.tablet\:p-4{padding:1rem}.tablet\:p-6{padding:1.5rem}.tablet\:gap-3{gap:.75rem}.tablet\:gap-4{gap:1rem}.tablet\:max-w-sm{max-width:24rem}.tablet\:max-w-md{max-width:28rem}.tablet\:text-center{text-align:center}.tablet\:flex-col{flex-direction:column}.tablet\:items-center{align-items:center}.tablet\:justify-center{justify-content:center}.tablet\:rounded-xl{border-radius:.75rem}.tablet\:text-xl{font-size:1.25rem}.tablet\:text-2xl{font-size:1.5rem}.tablet\:mb-3{margin-bottom:.75rem}.tablet\:mb-4{margin-bottom:1rem}.tablet\:mb-6{margin-bottom:1.5rem}.tablet\:mt-3{margin-top:.75rem}.tablet\:mt-4{margin-top:1rem}.tablet\:mt-6{margin-top:1.5rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}.md\:p-12{padding:3rem}.md\:flex-row{flex-direction:row}.md\:col-span-2{grid-column:span 2 / span 2}.md\:max-w-lg{max-width:32rem}.md\:max-w-xl{max-width:36rem}.md\:max-w-2xl{max-width:42rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:rounded-2xl{border-radius:1rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6xl{max-width:72rem}.lg\:p-8{padding:2rem}.lg\:p-12{padding:3rem}.lg\:gap-8{gap:2rem}.lg\:gap-12{gap:3rem}.lg\:text-2xl{font-size:1.5rem}.lg\:text-3xl{font-size:1.875rem}.lg\:text-4xl{font-size:2.25rem}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-12{margin-top:3rem}.matches-grid{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;padding:24px!important}.matches-grid .match-item{padding:22px!important;border-radius:20px!important}.matches-grid .match-avatar{width:48px!important;height:48px!important;font-size:18px!important}.matches-grid .match-name{font-size:18px!important}.matches-grid .match-details{font-size:14px!important}.matches-grid .view-profile-btn{padding:8px 16px!important;font-size:12px!important;background:#faf7f3!important;color:#0f766e!important;border:1.5px solid #0F766E!important}.request-card{padding:24px!important;border-radius:18px!important}.request-card .request-avatar{width:44px!important;height:44px!important;font-size:18px!important}.request-card .request-name{font-size:18px!important}.request-card .request-date{font-size:14px!important}.request-card .request-message{font-size:15px!important}.request-card .request-bio{font-size:14px!important}.request-card .request-location{font-size:13px!important;padding:5px 10px!important}.request-card .request-accept-btn{height:40px!important;padding:0 18px!important;font-size:15px!important;min-width:90px!important}}.app-header{height:72px;background:var(--header-footer-base);background-image:linear-gradient(180deg,rgba(241,232,213,.35) 0%,var(--header-footer-base) 100%);border-bottom:1px solid var(--hairline-borders);position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 16px;transition:box-shadow .3s ease;isolation:isolate}.footer-navigation{position:fixed;bottom:0;left:0;right:0;height:var(--footer-height);background:var(--header-footer-base);background-image:linear-gradient(180deg,rgba(241,232,213,.35) 0%,var(--header-footer-base) 100%);border-top:1px solid var(--hairline-borders);display:flex;justify-content:space-around;align-items:center;padding:var(--footer-padding) var(--footer-padding);padding-bottom:calc(var(--footer-padding) + env(safe-area-inset-bottom,0px));z-index:1000;box-shadow:0 -4px 12px var(--shadow-color);max-width:100%;margin:0 auto}.footer-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:var(--nav-item-padding);border-radius:var(--nav-item-radius);background:transparent;border:none;cursor:pointer;min-width:44px;min-height:44px;transition:all .15s ease;position:relative;color:var(--secondary-text);font-size:12px;font-weight:500;text-decoration:none}.footer-nav-item:hover{background:var(--hover-tint);color:var(--brand-accent);transform:translateY(-1px)}.footer-nav-item.active{background:var(--card-paper);border:1px solid var(--hairline-borders);color:var(--brand-accent);box-shadow:var(--active-chip-shadow);transform:scale(1.02)}.footer-nav-item.active:hover{background:var(--card-paper);transform:scale(1.02) translateY(-1px)}.footer-nav-icon{width:20px;height:20px;stroke-width:2;transition:all .15s ease}.footer-nav-item.active .footer-nav-icon{stroke-width:2.5}.footer-nav-label{font-size:12px;font-weight:500;line-height:1;transition:all .15s ease}.footer-nav-badge{position:absolute;top:2px;right:4px;background:var(--brand-accent);color:var(--card-paper);border-radius:50%;min-width:18px;height:18px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:var(--badge-shadow);z-index:10}@media (max-width: 480px){.footer-navigation{height:64px;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.footer-nav-item{padding:8px 10px;gap:3px;font-size:11px;justify-content:center}.footer-nav-icon{width:18px;height:18px}.footer-nav-label{font-size:11px}.footer-nav-badge{min-width:16px;height:16px;font-size:9px;top:1px;right:3px}.responsive-main{padding-bottom:80px!important}}@media (min-width: 481px) and (max-width: 768px){.footer-navigation{height:68px;padding:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))}.footer-nav-item{padding:10px 12px;gap:3px;font-size:12px;justify-content:center}.footer-nav-icon{width:19px;height:19px}.footer-nav-badge{min-width:17px;height:17px;font-size:10px}.responsive-main{padding-bottom:84px!important}}.app-header.scrolled{box-shadow:0 8px 18px var(--shadow-color)}.header-brand{font-weight:600;font-size:22px;color:var(--brand-accent);letter-spacing:.2px;margin:0;cursor:pointer;transition:all .2s ease}.header-brand:hover{transform:translateY(-1px);text-decoration:underline;text-underline-offset:4px}.profile-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-accent);color:#fff;border:2px solid var(--page-background);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.profile-avatar:hover{transform:scale(1.02);box-shadow:0 4px 12px var(--shadow-hover)}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:var(--card-paper);border:1px solid var(--hairline-borders);border-radius:14px;box-shadow:0 8px 24px var(--shadow-hover);min-width:200px;z-index:1001;overflow:hidden;animation:dropdownReveal .18s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateZ(0);will-change:transform,opacity}@keyframes dropdownReveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:12px 16px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:14px;color:var(--primary-text);height:44px;display:flex;align-items:center;gap:12px;transition:all .2s ease;border-bottom:1px solid var(--hairline-borders);font-weight:500}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--hover-tint);color:var(--brand-accent)}.dropdown-item.danger{color:#dc2626}.dropdown-item.danger:hover{background:#fef2f2;color:#dc2626}.profile-avatar:focus,.dropdown-item:focus{outline:2px solid var(--focus-ring);outline-offset:2px}@media (max-width: 480px){body{font-size:14px}.container{max-width:100%;padding-left:1rem;padding-right:1rem}button{min-height:44px;min-width:44px}.mobile-spacing{padding:.75rem;margin:.5rem}.mobile-stack{flex-direction:column;gap:.75rem}.mobile-text{font-size:.875rem;line-height:1.4}.mobile-avatar{width:40px;height:40px;font-size:14px}.mobile-button{padding:.5rem .75rem;font-size:.875rem;border-radius:.5rem}.mobile-nav{padding:.5rem;gap:.5rem}.mobile-card{padding:1rem;margin:.5rem 0;border-radius:.75rem}.responsive-header{padding:12px 16px!important}.responsive-header h1{font-size:24px!important}.responsive-header .profile-btn{width:36px!important;height:36px!important;font-size:14px!important}.app-header{height:60px;padding:0 12px}.header-brand{font-size:20px}.profile-avatar{width:36px;height:36px;font-size:14px}.profile-dropdown{min-width:160px;margin-top:6px;right:-8px;box-shadow:0 4px 16px var(--shadow-hover);z-index:1001}.dropdown-item{padding:10px 12px;font-size:14px;height:40px;gap:10px}.responsive-nav{padding:8px!important}.responsive-nav button{padding:6px 8px!important;font-size:9px!important;gap:2px!important}.responsive-nav svg{width:18px!important;height:18px!important}.responsive-nav .badge{width:14px!important;height:14px!important;font-size:9px!important;top:1px!important;right:4px!important}.responsive-main{padding:8px!important}.responsive-dating-card{padding:16px!important;min-height:500px!important;border-radius:16px!important}.responsive-dating-card .avatar{width:60px!important;height:60px!important;font-size:24px!important}.responsive-dating-card .name{font-size:20px!important;margin-bottom:6px!important}.responsive-dating-card .details{font-size:12px!important;gap:8px!important}.responsive-dating-card .section-title{font-size:16px!important;margin-bottom:8px!important}.responsive-dating-card .bio-text{font-size:14px!important;line-height:1.4!important}.responsive-dating-card .interest-tag{padding:6px 12px!important;font-size:12px!important}.responsive-dating-card .interest-desc{font-size:12px!important;line-height:1.3!important}.responsive-actions{gap:16px!important;margin-top:20px!important;padding:0 12px!important}.responsive-actions button{width:56px!important;height:56px!important}.responsive-actions svg{width:20px!important;height:20px!important}.responsive-matches{gap:8px!important}.responsive-matches .match-item{padding:12px!important}.responsive-matches .match-avatar{width:40px!important;height:40px!important;font-size:14px!important}.responsive-matches .match-name{font-size:14px!important}.responsive-matches .match-details{font-size:11px!important;gap:8px!important}.responsive-matches .match-tag{padding:3px 6px!important;font-size:10px!important}.responsive-matches .view-profile-btn{padding:6px 10px!important;font-size:11px!important;min-width:100px!important}.responsive-matches .view-profile-btn svg{width:14px!important;height:14px!important}.matches-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;padding:16px!important}.matches-grid .match-item{padding:16px!important;border-radius:16px!important}.matches-grid .match-avatar{width:44px!important;height:44px!important;font-size:16px!important}.matches-grid .match-name{font-size:16px!important}.matches-grid .match-details{font-size:13px!important}.matches-grid .view-profile-btn{padding:6px 12px!important;font-size:11px!important;background:#faf7f3!important;color:#0f766e!important;border:1.5px solid #0F766E!important}.request-card{padding:16px!important;border-radius:14px!important}.request-card .request-avatar{width:36px!important;height:36px!important;font-size:14px!important}.request-card .request-name{font-size:15px!important}.request-card .request-date{font-size:12px!important}.request-card .request-message{font-size:13px!important}.request-card .request-bio{font-size:12px!important}.request-card .request-location{font-size:11px!important;padding:3px 6px!important}.request-card .request-accept-btn{height:32px!important;padding:0 12px!important;font-size:13px!important;min-width:70px!important}.responsive-empty{padding:24px 16px!important;border-radius:12px!important;margin:12px 0!important}.responsive-empty svg{width:36px!important;height:36px!important;margin-bottom:12px!important}.responsive-empty h3{font-size:16px!important}.responsive-empty p{font-size:12px!important}}@media (min-width: 481px) and (max-width: 768px){body{font-size:15px}.container{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.tablet-spacing{padding:1rem;margin:.75rem}.tablet-text{font-size:1rem;line-height:1.5}.tablet-avatar{width:48px;height:48px;font-size:16px}.tablet-button{padding:.75rem 1rem;font-size:1rem;border-radius:.75rem}.tablet-nav{padding:.75rem;gap:.75rem}.tablet-card{padding:1.5rem;margin:.75rem 0;border-radius:1rem}.app-header{height:64px;padding:0 14px}.header-brand{font-size:21px}.profile-avatar{width:38px;height:38px;font-size:15px}.profile-dropdown{min-width:180px;right:-4px;z-index:1001}.dropdown-item{padding:11px 14px;font-size:14px;height:42px;gap:11px}.matches-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;padding:18px!important}.matches-grid .match-item{padding:18px!important;border-radius:18px!important}.matches-grid .match-avatar{width:46px!important;height:46px!important;font-size:17px!important}.matches-grid .match-name{font-size:17px!important}.matches-grid .match-details{font-size:13px!important}.matches-grid .view-profile-btn{padding:7px 14px!important;font-size:12px!important;background:#faf7f3!important;color:#0f766e!important;border:1.5px solid #0F766E!important}.request-card{padding:18px!important;border-radius:15px!important}.request-card .request-avatar{width:38px!important;height:38px!important;font-size:15px!important}.request-card .request-name{font-size:16px!important}.request-card .request-date{font-size:13px!important}.request-card .request-message{font-size:14px!important}.request-card .request-bio{font-size:13px!important}.request-card .request-location{font-size:12px!important;padding:4px 7px!important}.request-card .request-accept-btn{height:34px!important;padding:0 14px!important;font-size:14px!important;min-width:75px!important}}@media (max-width: 480px){.chat-section{padding:12px!important}.chat-header{padding:12px 16px!important}.chat-header h3{font-size:16px!important}.chat-header p{font-size:12px!important}.chat-list{padding:12px!important}.chat-item{padding:16px!important;margin-bottom:10px!important;border-radius:14px!important;min-height:70px!important}.chat-avatar{width:44px!important;height:44px!important;font-size:16px!important}.chat-name{font-size:15px!important;margin-bottom:4px!important}.chat-details{font-size:12px!important;gap:6px!important}.chat-button{padding:8px 12px!important;font-size:12px!important;min-height:40px!important;border-radius:10px!important}.chat-button svg{width:14px!important;height:14px!important}.chat-empty{padding:32px 16px!important;border-radius:14px!important;margin:12px!important}.chat-empty svg{width:40px!important;height:40px!important;margin-bottom:12px!important}.chat-empty h3{font-size:16px!important;margin-bottom:6px!important}.chat-empty p{font-size:13px!important}}@media (min-width: 481px) and (max-width: 768px){.chat-section{padding:16px!important}.chat-header{padding:16px 20px!important}.chat-header h3{font-size:18px!important}.chat-header p{font-size:14px!important}.chat-list{padding:16px!important}.chat-item{padding:18px!important;margin-bottom:12px!important;border-radius:16px!important;min-height:75px!important}.chat-avatar{width:46px!important;height:46px!important;font-size:17px!important}.chat-name{font-size:16px!important;margin-bottom:5px!important}.chat-details{font-size:13px!important;gap:7px!important}.chat-button{padding:9px 14px!important;font-size:13px!important;min-height:42px!important;border-radius:11px!important}.chat-button svg{width:15px!important;height:15px!important}.chat-empty{padding:40px 20px!important;border-radius:16px!important;margin:16px!important}.chat-empty svg{width:44px!important;height:44px!important;margin-bottom:14px!important}.chat-empty h3{font-size:18px!important;margin-bottom:7px!important}.chat-empty p{font-size:14px!important}}@media (min-width: 768px){.chat-section{padding:20px!important}.chat-header{padding:20px 24px!important}.chat-header h3{font-size:20px!important}.chat-header p{font-size:15px!important}.chat-list{padding:20px!important}.chat-item{padding:24px!important;margin-bottom:16px!important;border-radius:18px!important;min-height:85px!important}.chat-avatar{width:52px!important;height:52px!important;font-size:20px!important}.chat-name{font-size:17px!important;margin-bottom:6px!important}.chat-details{font-size:14px!important;gap:8px!important}.chat-button{padding:12px 18px!important;font-size:14px!important;min-height:48px!important;border-radius:12px!important}.chat-button svg{width:16px!important;height:16px!important}.chat-empty{padding:56px 28px!important;border-radius:18px!important;margin:24px!important}.chat-empty svg{width:52px!important;height:52px!important;margin-bottom:18px!important}.chat-empty h3{font-size:20px!important;margin-bottom:10px!important}.chat-empty p{font-size:15px!important}}@media (max-width: 480px){.filter-grid{grid-template-columns:1fr!important;gap:16px!important}.filter-grid>div{grid-column:span 1!important}}@media (min-width: 481px) and (max-width: 768px){.filter-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.filter-grid>div:first-child{grid-column:span 2!important}}@media (min-width: 769px){.filter-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}.filter-grid>div:first-child{grid-column:span 1!important}}@media (max-width: 480px){.responsive-dating-card .interest-bubble{width:60px!important;height:60px!important;font-size:9px!important;padding:4px!important}.responsive-dating-card .interest-container{height:240px!important}.responsive-dating-card .interest-bubble:nth-child(1){top:20px!important;left:15px!important}.responsive-dating-card .interest-bubble:nth-child(2){top:110px!important;left:15px!important}.responsive-dating-card .interest-bubble:nth-child(3){top:30px!important;left:90px!important}.responsive-dating-card .interest-bubble:nth-child(4){top:120px!important;left:90px!important}.responsive-dating-card .interest-bubble:nth-child(5){top:25px!important;left:165px!important}.responsive-dating-card .interest-bubble:nth-child(6){top:115px!important;left:165px!important}}@media (min-width: 481px) and (max-width: 768px){.responsive-dating-card .interest-bubble{width:65px!important;height:65px!important;font-size:10px!important;padding:5px!important}.responsive-dating-card .interest-container{height:260px!important}.responsive-dating-card .interest-bubble:nth-child(1){top:25px!important;left:18px!important}.responsive-dating-card .interest-bubble:nth-child(2){top:130px!important;left:18px!important}.responsive-dating-card .interest-bubble:nth-child(3){top:40px!important;left:105px!important}.responsive-dating-card .interest-bubble:nth-child(4){top:145px!important;left:105px!important}.responsive-dating-card .interest-bubble:nth-child(5){top:35px!important;left:192px!important}.responsive-dating-card .interest-bubble:nth-child(6){top:140px!important;left:192px!important}}
