:root{--primary:#ff4d8d;--primary-accent:#ff7ab3;--primary-soft:#ffe3ef;--surface:#fff;--surface-muted:#fff5f9;--border:#ffd0e0;--border-strong:#ff9fc1;--text:#2a0f1f;--text-muted:#7a4b5f;--danger:#eb4a4a;--danger-accent:#ff6b6b;--warning:#f7b500;--warning-accent:#ffd166;--success:#14a44d;--success-accent:#28c76f;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}body{margin:0;color:var(--text);background:linear-gradient(180deg,#fff0f6,#fff 65%)}.container{max-width:1200px;margin:0 auto;padding:20px}main{display:flex;flex-direction:column;gap:24px}.visually-hidden{position:absolute!important;clip:rect(0 0 0 0)}button{background:linear-gradient(135deg,var(--primary),var(--primary-accent));color:#fff;border:0;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;box-shadow:0 12px 24px rgba(255,77,141,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;height:min-content}button:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(255,77,141,.28)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button+button{margin-left:8px}button.btn-outline{background:transparent;color:var(--primary);border:1px solid var(--border-strong);padding:10px 18px;box-shadow:none}button.btn-outline:hover{background:rgba(255,77,141,.1);border-color:var(--primary);color:var(--primary);transform:none;box-shadow:none}button.btn-sm{font-size:13px;box-shadow:none}button.btn-outline.btn-sm,button.btn-sm{padding:6px 12px}button.btn-xs{font-size:12px;box-shadow:none}button.btn-outline.btn-xs,button.btn-xs{padding:4px 10px}input,select,textarea{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);transition:border .18s ease,box-shadow .18s ease;font-size:14px}::placeholder{color:var(--text-muted);opacity:.85}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,77,141,.14)}textarea{resize:vertical}label.check{display:inline-flex;align-items:center;gap:8px}.grid{display:grid;grid-template-columns:repeat(auto-fill,120px);grid-gap:8px;gap:8px}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.actions button{height:min-content;align-self:start}.card{width:100%;margin:0;padding:16px;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 32px rgba(15,32,66,.08);transition:transform .18s ease,box-shadow .18s ease}.card h3{margin:0 0 8px}.card h4{margin:0 0 6px}.card p{margin:0}.card p+.field-grid,.card p+p{margin-top:8px}.card:hover{transform:translateY(-2px);box-shadow:0 22px 36px rgba(15,32,66,.12)}.card img{height:auto}.card .media,.card img{width:100%;border-radius:12px}.card .media{aspect-ratio:3/4;overflow:hidden;background:#f3f6ff;cursor:pointer}.card .media img,.card .media video{width:100%;height:auto;object-fit:cover;display:block}.card.dragging{cursor:-webkit-grabbing;cursor:grabbing}.card{position:relative;background:var(--surface);z-index:2}.card .flag{position:absolute;top:12px;left:12px;padding:4px 10px;font-weight:800;border:3px solid;border-radius:6px;letter-spacing:1px}.card .flag.like{color:var(--success);border-color:var(--success);background:rgba(20,164,77,.12);transform:rotate(-12deg)}.card .flag.nope{left:auto;right:12px;color:var(--danger);border-color:var(--danger);background:rgba(235,74,74,.12);transform:rotate(12deg)}.card .edge-overlay{position:absolute;top:0;bottom:0;width:32%;pointer-events:none;display:flex;align-items:center;justify-content:center}.card .edge-overlay.left{left:0;background:linear-gradient(90deg,rgba(235,74,74,.25),rgba(235,74,74,0))}.card .edge-overlay.right{right:0;background:linear-gradient(270deg,rgba(20,164,77,.25),rgba(20,164,77,0))}.card .edge-overlay .arrow{font-size:36px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.card .edge-flash{position:absolute;top:0;bottom:0;width:28%;pointer-events:none;display:flex;align-items:center;justify-content:center}.card .edge-flash.left{left:0;background:linear-gradient(90deg,rgba(235,74,74,.18),rgba(235,74,74,0))}.card .edge-flash.right{right:0;background:linear-gradient(270deg,rgba(20,164,77,.18),rgba(20,164,77,0))}.card .edge-flash .arrow{font-size:30px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.swipe-stage{position:relative;display:flex;align-items:center;justify-content:center;height:680px;gap:20px;padding:16px;border-radius:24px;overflow:hidden;background:radial-gradient(1200px 400px at 50% 100%,rgba(255,77,141,.07),transparent 60%),radial-gradient(800px 300px at 0 0,rgba(20,164,77,.06),transparent 60%),linear-gradient(180deg,hsla(0,0%,100%,.65),hsla(0,0%,100%,.45));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.swipe-stage .card{width:420px;padding:0;height:auto;flex-shrink:0}.swipe-card{position:relative;height:auto;display:flex;justify-content:center;align-items:center}.swipe-card__media{max-width:420px;height:auto;display:flex;flex-direction:column;flex-grow:1}.swipe-card__pagination{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;padding:6px 10px;background:rgba(0,0,0,.35);border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.swipe-card__pagination .dot{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.6);transition:all .2s ease}.swipe-card__pagination .dot.active{width:18px;border-radius:8px;background:#fff}.tap-zone{position:relative;height:100%;width:100px;display:flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;cursor:pointer;transition:background .2s ease;z-index:5;flex-shrink:0}.tap-zone.left{background:linear-gradient(90deg,rgba(235,74,74,.25),rgba(235,74,74,0));border-radius:18px}.tap-zone.right{background:linear-gradient(270deg,rgba(20,164,77,.25),rgba(20,164,77,0));border-radius:18px}.tap-zone:hover{transform:none;box-shadow:none}.tap-zone:hover.left{background:linear-gradient(90deg,rgba(235,74,74,.45),rgba(235,74,74,0))}.tap-zone:hover.right{background:linear-gradient(270deg,rgba(20,164,77,.45),rgba(20,164,77,0))}.tap-zone .arrow{font-size:clamp(28px,8vw,80px);font-weight:900;color:inherit;line-height:1;text-shadow:0 4px 10px rgba(0,0,0,.45);transition:transform .2s ease,text-shadow .2s ease}.tap-zone.left .arrow{color:rgba(235,74,74,.95)}.tap-zone.right .arrow{color:rgba(20,164,77,.95)}.tap-zone:hover .arrow{transform:scale(1.1);text-shadow:0 8px 16px rgba(0,0,0,.7)}@media (max-width:768px){.swipe-stage{gap:5px;height:480px;padding:0 10px;box-sizing:border-box;overflow:hidden}.tap-zone{width:36px}.tap-zone .arrow{font-size:clamp(24px,12vw,56px);color:inherit;text-shadow:0 3px 8px rgba(0,0,0,.45)}.swipe-stage .card{width:calc(100% - 82px);max-width:280px}}.site-header{position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.9);border-bottom:1px solid var(--border);z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:8px}.brand{font-weight:700;color:var(--primary);text-decoration:none;font-size:18px}.brand--with-logo{display:inline-flex;align-items:center;gap:8px}.brand-logo{height:28px;width:auto;display:block}.nav{display:flex;gap:14px}.nav a{text-decoration:none;color:var(--text-muted);font-weight:500}.nav a:hover{color:var(--primary)}.mobile-nav-toggle{display:none;width:40px;height:40px;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface);box-shadow:none;padding:0;align-items:center;justify-content:center}.mobile-nav-toggle__bar{display:block;width:20px;height:2px;background:var(--text);margin:3px 0;border-radius:1px}.mobile-nav{display:none}.logout-btn{background:var(--surface-muted);color:var(--text);border:1px solid var(--border);padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:500}.logout-btn:hover{background:rgba(255,77,141,.1);border-color:var(--primary)}.nav .nav-badge{position:relative;gap:8px}.badge-pill,.nav .nav-badge{display:inline-flex;align-items:center}.badge-pill{justify-content:center;min-width:18px;height:18px;padding:0 6px;font-size:12px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-accent));border-radius:999px}.site-footer{margin-top:24px;border-top:1px solid var(--border);padding:12px 0;color:var(--text-muted);font-size:14px}.page-content{padding-top:12px}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;display:none;background:var(--surface);border-top:1px solid var(--border);padding:6px 10px;justify-content:space-around;z-index:1002}.mobile-tabbar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-muted);text-decoration:none;font-size:11px;padding:6px 8px;border-radius:10px}.mobile-tabbar__item.is-active{color:var(--primary);background:var(--primary-soft)}.mobile-tabbar__icon svg{width:22px;height:22px;display:block}@media (max-width:768px){.mobile-tabbar{display:flex}.page-content{padding-bottom:72px}}main.swipe-page{margin-top:-8px;overflow:hidden}main.swipe-page .swipe-layout{padding-bottom:0}main.swipe-page .swipe-section{gap:12px}main.swipe-page .swipe-instructions{margin-top:0}main.swipe-page .swipe-stage{height:clamp(520px,calc(100vh - 240px),740px)}.swipe-layout{max-width:1100px;margin:0 auto;padding-bottom:40px}.swipe-filters{top:20px;border-radius:18px;padding:20px;box-shadow:0 15px 30px rgba(15,32,66,.08);display:flex;flex-direction:column;gap:15px}.swipe-filters .row-two>div:first-child{margin-right:10px}.swipe-filters .actions{margin-top:10px;justify-content:flex-end}.swipe-filters h4{margin:0 0 15px;font-size:20px;color:var(--text)}.swipe-filters .row{display:flex;flex-direction:column;margin-bottom:15px}.swipe-filters .row-two{flex-direction:row;justify-content:space-between;gap:10px}.swipe-filters .row-two>div{flex:1 1;display:flex;flex-direction:column;gap:8px}.swipe-filters .row-three{display:grid;grid-gap:10px;gap:10px}.swipe-filters label{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:4px}.swipe-filters input,.swipe-filters select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted);color:var(--text);font-size:14px}.swipe-filters input:focus,.swipe-filters select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,77,141,.14)}.swipe-filters label.check{font-size:14px;text-transform:none;letter-spacing:normal;font-weight:500;color:var(--text)}.swipe-filters label.check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--border-strong);border-radius:6px;display:grid;place-content:center;transition:all .2s ease;background:var(--surface)}.swipe-filters label.check input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:transform .2s ease;background-color:var(--primary);border-radius:3px}.swipe-filters label.check input[type=checkbox]:checked{border-color:var(--primary);background:var(--primary-soft)}.swipe-filters label.check input[type=checkbox]:checked:before{transform:scale(1)}.swipe-actions{gap:16px;margin-top:14px;width:100%;max-width:420px}.swipe-btn{width:clamp(56px,6vw,72px);height:clamp(56px,6vw,72px);border-radius:50%;border:0;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 24px rgba(15,32,66,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.swipe-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 16px 28px rgba(15,32,66,.22)}.swipe-btn:active{transform:translateY(0) scale(.98);box-shadow:0 8px 16px rgba(15,32,66,.15)}.swipe-btn__icon{font-size:clamp(22px,3vw,28px);line-height:1}.swipe-btn--dislike{background:linear-gradient(135deg,var(--danger),var(--danger-accent))}.swipe-btn--like{background:linear-gradient(135deg,var(--success),var(--success-accent))}@media (max-width:768px){.swipe-actions{gap:12px;width:calc(100% - 82px);max-width:280px}}.swipe-section{display:flex;flex-direction:column;gap:20px;align-items:center}.swipe-instructions{font-size:15px;margin-top:0}.swipe-instructions,.swipe-no-recs{text-align:center;color:var(--text-muted)}.swipe-no-recs{font-size:16px;padding:40px 20px;border:1px dashed var(--border);border-radius:16px;background:var(--surface-muted);margin-top:20px}.swipe-card{padding:0;border:none;box-shadow:none;background:transparent;transition:none}.swipe-card:hover{transform:none;box-shadow:none}.swipe-card__media{position:relative;width:100%;aspect-ratio:3/4;border-radius:18px;overflow:hidden;background:var(--surface-muted);box-shadow:0 18px 32px rgba(15,32,66,.1);border:1px solid var(--border);cursor:pointer}.swipe-card__media img,.swipe-card__media video{width:100%;height:auto;object-fit:cover;display:block}.swipe-card__visit-profile{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);z-index:10;width:calc(100% - 40px);max-width:200px;background:rgba(0,0,0,.6);color:#fff;border:none;padding:10px 15px;border-radius:10px;font-size:15px;font-weight:600;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .2s ease}.swipe-card__visit-profile:hover{background:rgba(0,0,0,.8);transform:translateX(-50%) translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.swipe-card__info{padding:12px 14px;text-align:left;position:static;background:var(--surface);color:var(--text);border-top:1px solid var(--border);margin-top:0}.swipe-card__title{display:flex;align-items:center;gap:8px;margin:0 0 6px}.swipe-facts{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pill{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:2px 8px;font-size:12px}.pill--match{background:rgba(20,164,77,.1);border-color:rgba(20,164,77,.35);color:var(--success)}.profile-bio{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.swipe-card__info .profile-meta,.swipe-card__info h3{color:var(--text)}.swipe-card__info .profile-bio{color:var(--text-muted)}.swipe-card__info h3{font-size:24px;margin:0 0 8px;color:var(--text)}.profile-meta{font-size:14px;color:var(--text-muted);line-height:1.4}.profile-meta .badges{display:flex;gap:6px;margin-top:6px;justify-content:center}.badge{background:var(--surface-muted);color:var(--text);padding:2px 8px;border-radius:999px;font-size:12px;border:1px solid var(--border)}.profile-bio{font-size:14px;color:var(--text);margin-top:8px}.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:20px}.auth-container{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:24px;gap:24px;max-width:900px;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 28px 48px rgba(15,32,66,.15)}@media (max-width:768px){.auth-container{grid-template-columns:1fr;border-radius:0}.auth-hero{display:none}.auth-card{padding:20px}}.auth-hero{background:linear-gradient(135deg,var(--primary),#ff9ec4);color:#fff;display:flex;align-items:flex-end;padding:30px}.auth-hero-inner h1{margin:0 0 10px;font-size:36px}.auth-hero-inner p{margin:0;font-size:18px;line-height:1.6;opacity:.9}.auth-card{background:var(--surface);padding:30px;display:flex;flex-direction:column;justify-content:center}.auth-card h2{margin:0 0 20px;font-size:28px;color:var(--text);text-align:center}.auth-form{display:grid;grid-gap:15px;gap:15px}.form-error{color:var(--danger);margin-top:10px}.form-error,.hint{font-size:14px;text-align:center}.hint{margin-top:20px;color:var(--text-muted)}.hint a{color:var(--primary);text-decoration:none;font-weight:600}.hint a:hover{text-decoration:underline}button.btn-danger{background:linear-gradient(135deg,var(--danger),var(--danger-accent));box-shadow:0 12px 24px rgba(230,57,70,.25)}button.btn-danger:hover{box-shadow:0 16px 28px rgba(230,57,70,.32)}button.btn-warning{background:linear-gradient(135deg,var(--warning),var(--warning-accent));color:#2a2a2a;box-shadow:0 12px 24px rgba(247,181,0,.25)}button.btn-warning:hover{box-shadow:0 16px 28px rgba(247,181,0,.32)}button.btn-success{background:linear-gradient(135deg,var(--success),var(--success-accent));box-shadow:0 12px 24px rgba(20,164,77,.25)}button.btn-success:hover{box-shadow:0 16px 28px rgba(20,164,77,.32)}.profile-hero__thumbs{display:grid;grid-template-columns:repeat(5,64px);grid-gap:6px;gap:6px;box-sizing:border-box;max-width:100%}.profile-hero__thumbs img{width:64px;height:64px;object-fit:cover;border-radius:8px}.profile-hero__thumbs>:nth-child(n+6){display:none}@media (max-width:768px){.profile-hero__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center}.profile-hero__thumbs>:nth-child(n+4){display:none}.profile-hero__thumbs img{width:100%;height:auto;aspect-ratio:1/1}}.profile-layout{padding-bottom:40px;max-width:1000px;margin:0 auto}.profile-hero,.profile-layout{display:grid;grid-gap:24px;gap:24px;box-sizing:border-box;width:100%}.profile-hero{border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,var(--primary-soft),var(--surface));padding:30px;box-shadow:0 28px 48px rgba(15,32,66,.15);max-width:100%}@media (min-width:900px){.profile-hero{grid-template-columns:1fr 2fr}}@media (max-width:768px){.profile-layout{padding-left:10px;padding-right:10px}.profile-hero{padding:18px;grid-template-columns:1fr;padding:20px;border-radius:0}.profile-hero__main{gap:15px}.profile-hero__media img,.profile-hero__placeholder{width:120px;height:120px}.profile-hero h2{font-size:28px}.profile-hero p{font-size:15px}.profile-media-sections{gap:15px}.profile-media__group{padding:15px}.profile-media__gallery{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.profile-panels{gap:20px}.profile-section.card{padding:20px;border-radius:0}.profile-actions button{min-width:150px;padding:12px 20px;font-size:14px}}.profile-hero__main{gap:20px;text-align:center}.profile-hero__main,.profile-hero__media{display:flex;flex-direction:column;align-items:center}.profile-hero__media{position:relative;gap:12px}.profile-hero__media img{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:0 12px 24px rgba(15,32,66,.2);border:5px solid #fff}.profile-hero__placeholder{width:180px;height:180px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--text-muted);border:2px dashed var(--border);font-size:14px;text-align:center;padding:12px}.profile-hero__change-avatar{margin-top:10px;padding:8px 16px;font-size:14px}.profile-hero__info{display:flex;flex-direction:column;gap:10px;align-items:center}.profile-hero__eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-weight:700}.profile-hero h2{margin:0;font-size:36px;color:var(--text)}.profile-hero p{margin:0;color:var(--text-muted);line-height:1.7;max-width:500px}.profile-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;justify-content:center}.profile-pill{padding:8px 16px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:14px;font-weight:600;border:1px solid var(--border-strong)}.profile-completeness{display:flex;align-items:center;gap:12px;margin-top:20px;width:100%;max-width:400px}.profile-completeness__label{font-weight:600;color:var(--text);white-space:nowrap}.profile-completeness__bar{flex:1 1;height:12px;background:var(--surface-muted);border-radius:999px;overflow:hidden}.profile-completeness__bar div{height:auto;background:linear-gradient(90deg,var(--primary),var(--primary-accent));border-radius:999px;transition:width .3s ease-out}.profile-completeness__percentage{min-width:40px;text-align:right;font-weight:700;color:var(--primary)}.profile-media-sections{display:grid;grid-gap:20px;gap:20px;margin-top:20px}.profile-media__group{display:grid;grid-gap:12px;gap:12px;padding:15px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 10px 20px rgba(15,32,66,.05)}.profile-media__header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.profile-media__group h4{margin:0;font-size:18px;color:var(--text);display:flex;align-items:baseline;gap:8px}.profile-media__group .field__hint{font-size:13px;color:var(--text-muted);font-weight:500}.profile-media__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.profile-media__actions button{min-width:auto;padding:8px 16px;font-size:14px}.profile-media__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px}.profile-media__thumb{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 8px 16px rgba(15,32,66,.1);aspect-ratio:1/1;border:1px solid var(--border)}.profile-media__thumb audio,.profile-media__thumb img{width:100%;height:auto;object-fit:cover;display:block}button.profile-media__remove{position:absolute;top:8px;right:8px;width:30px;height:30px;background:rgba(235,74,74,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;padding:0;box-shadow:0 2px 4px rgba(0,0,0,.2);border:none;cursor:pointer;transition:background .2s ease}button.profile-media__remove:hover{background:var(--danger)}.profile-media__empty{border:1px dashed var(--border);border-radius:14px;padding:20px;text-align:center;color:var(--text-muted);background:var(--surface-muted);font-size:15px}.profile-media video{width:100%;border-radius:18px;box-shadow:0 12px 20px rgba(15,32,66,.1);border:1px solid var(--border)}.profile-panels{display:grid;grid-gap:30px;gap:30px;box-sizing:border-box;max-width:100%;width:100%}@media (min-width:1024px){.profile-panels{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.profile-section.card{padding:25px;border-radius:20px;box-shadow:0 15px 30px rgba(15,32,66,.08)}.profile-section__header{margin-bottom:20px}.profile-section__header h3{font-size:22px;color:var(--text);margin-bottom:8px}.profile-section__header p{font-size:15px;color:var(--text-muted)}.field-grid{display:grid;grid-gap:15px;gap:15px}.field-grid--two{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.field{display:flex;flex-direction:column;gap:8px;font-size:15px}.field__label{font-weight:600;color:var(--text)}.field__hint{font-size:13px;color:var(--text-muted);font-weight:500}.field input,.field select,.field textarea{padding:12px 15px;border-radius:10px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text);font-size:15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(58,134,255,.18)}.field textarea{min-height:120px;resize:vertical}@media (max-width:768px){.profile-section .field,.swipe-filters .field{font-size:14px}.profile-section .field__label,.swipe-filters .field__label{font-size:13px}.profile-section .field__hint,.swipe-filters .field__hint{font-size:12px}.profile-section .field input,.profile-section .field select,.profile-section .field textarea,.swipe-filters .field input,.swipe-filters .field select,.swipe-filters .field textarea{padding:10px 12px;font-size:14px}.profile-section,.swipe-filters{padding-left:14px;padding-right:14px}.field-grid{gap:12px}}.radio-group{display:flex;gap:15px;margin-top:5px}.radio-group label{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--text-muted);font-weight:500}.radio-group input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--border-strong);border-radius:50%;display:grid;place-content:center;transition:all .2s ease}.radio-group input[type=radio]:before{content:"";width:10px;height:10px;border-radius:50%;transform:scale(0);transition:transform .2s ease;background-color:var(--primary)}.radio-group input[type=radio]:checked{border-color:var(--primary)}.radio-group input[type=radio]:checked:before{transform:scale(1)}.profile-actions{display:flex;justify-content:center;margin-top:30px}.profile-actions button{min-width:200px;padding:14px 24px;font-size:16px;border-radius:12px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat{border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 18px 32px rgba(15,32,66,.1);flex-direction:column;height:auto}.chat,.chat-header{background:var(--surface);display:flex}.chat-header{align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-header .title{font-weight:700;font-size:18px;color:var(--text)}.chat-header .subtitle{font-size:13px;color:var(--text-muted);margin-top:2px}.chat-thread{padding:16px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;background:var(--surface-muted);flex-grow:1}.bubble{max-width:70%;padding:10px 14px;border-radius:16px;display:inline-block;line-height:1.5;word-wrap:break-word}.bubble.me{justify-self:flex-end;align-self:flex-end;background:var(--primary-soft);color:var(--text);border-bottom-right-radius:6px}.bubble.them{justify-self:flex-start;align-self:flex-start;background:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:6px}.bubble .text{margin-bottom:4px}.bubble .meta{font-size:11px;color:var(--text-muted);margin-top:4px;display:flex;align-items:center;gap:8px;justify-content:flex-end}.bubble .meta .icon-btn{width:24px;height:24px;min-width:24px;padding:0;border:none;background:transparent;color:var(--text-muted);opacity:.7}.bubble .meta .icon-btn:hover{color:var(--danger);opacity:1;background:transparent}.bubble .meta .icon-btn svg{width:16px;height:16px}.bubble.them .meta{justify-content:flex-start}.chat-attachment{margin-top:6px}.chat-attachment img,.chat-attachment video{max-width:220px;border-radius:8px;display:block}.chat-attachment audio{width:100%;max-width:220px}.chat-input{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:8px;gap:8px;padding:12px 16px;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.chat-input input{width:100%;height:44px;border-radius:8px;box-sizing:border-box;padding:10px 12px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text);font-size:14px}.chat-input input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,77,141,.14)}.icon-btn{width:44px;height:44px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;color:var(--text);border:1px solid var(--border-strong);box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.icon-btn:hover{background:rgba(255,77,141,.1);border-color:var(--primary);color:var(--primary)}.icon-btn svg{width:20px;height:20px;display:block}.icon-btn--record{border-color:var(--danger-accent);color:var(--danger)}.icon-btn--record:hover{background:rgba(255,82,82,.12);border-color:var(--danger);color:var(--danger)}.icon-btn--record.is-active{background:var(--danger);color:#fff;border-color:var(--danger);box-shadow:0 0 0 4px rgba(255,82,82,.15)}.chat-draft-attachments{padding:0 16px 12px;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.chat-draft-attachments__label{font-size:12px;color:var(--text-muted);margin-bottom:6px;padding-top:12px}.chat-draft-attachments__list{display:flex;gap:8px;flex-wrap:wrap}.chat-draft-attachments__item{border:1px solid var(--border);border-radius:8px;padding:6px 10px;display:flex;align-items:center;gap:6px;background:var(--surface-muted);font-size:13px;color:var(--text)}.chat-error{color:var(--danger);padding:0 16px 12px;font-size:14px;text-align:center;flex-shrink:0}.chat-typing-indicator{font-size:12px;color:var(--text-muted);margin-top:6px;padding:0 16px;flex-shrink:0}.call-ui{display:flex;gap:12px;padding:12px;border-top:1px solid var(--border)}.messages-empty{text-align:center;color:var(--text-muted);font-size:16px;padding:40px 20px;border:1px dashed var(--border);border-radius:16px;background:var(--surface-muted);margin-top:20px}.messages-list{list-style:none;padding:0;display:grid;grid-gap:12px;gap:12px;margin:20px 0 0}@media (max-width:768px){.messages-list{padding:0 10px}.container{padding:12px}.brand{font-size:16px}.nav{display:none}.mobile-nav-toggle{display:inline-flex}.mobile-nav{position:fixed;top:56px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 18px 32px rgba(15,32,66,.12);display:flex;flex-direction:column;gap:10px;padding:12px;z-index:1001}.mobile-nav a{text-decoration:none;color:var(--text);padding:12px 10px;border-radius:10px;font-weight:600}.mobile-nav a:hover{background:var(--primary-soft);color:var(--primary)}}.messages-item{border:1px solid var(--border);border-radius:16px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;background:var(--surface);box-shadow:0 8px 16px rgba(15,32,66,.05);transition:transform .18s ease,box-shadow .18s ease}@media (max-width:768px){.messages-item{padding:12px 15px;border-radius:0}.messages-item__name{font-size:16px}.messages-item__preview{font-size:13px;max-width:200px}}.messages-item:hover{transform:translateY(-2px);box-shadow:0 12px 20px rgba(15,32,66,.08)}.messages-item__name{font-weight:600;color:var(--text);font-size:17px;margin-bottom:4px}.messages-item__preview{font-size:14px;color:var(--text-muted);max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal{position:fixed;inset:0;background:rgba(15,32,66,.35);display:flex;align-items:center;justify-content:center;z-index:100}.modal-card{background:var(--surface);border-radius:20px;padding:24px;width:320px;box-shadow:0 24px 40px rgba(15,32,66,.22)}.swipe-layout{display:grid;grid-template-columns:minmax(220px,260px) 1fr;grid-gap:16px;gap:16px;align-items:start}.swipe-main{display:flex;flex-direction:column;gap:12px}.swipe-filters{position:-webkit-sticky;position:sticky;top:12px;border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:16px;box-shadow:0 12px 22px rgba(15,32,66,.06);box-sizing:border-box;max-width:100%}.swipe-filters h4{margin:0 0 8px}.swipe-filters .row{display:grid;grid-gap:8px;gap:8px;margin-bottom:10px}.swipe-filters .row-two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.swipe-filters .row-three{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.swipe-filters .row input,.swipe-filters .row select{width:100%;box-sizing:border-box}.swipe-filters label{font-size:14px;color:var(--text)}.swipe-filters label.check{display:flex;align-items:center;gap:8px}.actions button+button,.profile-actions button+button,.profile-media__actions button+button,.swipe-actions button+button{margin-left:0}.profile-about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px 16px;gap:10px 16px}.profile-about-grid .field{font-size:14px}.profile-about-grid .field strong{color:var(--text-muted);font-weight:600}.swipe-actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px}@media (max-width:768px){.swipe-actions{gap:10px;padding:0 10px}.swipe-actions button{flex:1 1}}@media (min-width:1024px){.swipe-stage{height:clamp(560px,calc(100vh - 220px),780px);gap:24px}.swipe-stage .card{width:540px}.swipe-card__media{max-width:540px;border-radius:20px}.swipe-actions{max-width:540px}.swipe-card__info{padding:14px 16px}.swipe-card__info h3{font-size:28px}.pill{font-size:13px;padding:3px 10px}.card .flag{top:16px;left:16px;padding:6px 12px;border-width:4px;font-size:18px}.card .flag.nope{right:16px}.card .edge-flash .arrow{font-size:38px}.card .edge-overlay .arrow{font-size:44px}.swipe-card__pagination{gap:8px;padding:7px 12px}.swipe-card__pagination .dot{width:8px;height:8px}.swipe-card__pagination .dot.active{width:20px}}@media (max-width:768px){.swipe-layout{grid-template-columns:1fr;gap:16px}.swipe-main{grid-row:1}.swipe-filters{position:-webkit-sticky;position:sticky;top:64px;z-index:10;width:100%;grid-row:2;box-sizing:border-box;max-width:100%;margin-left:0;margin-right:0}.swipe-stage .card{width:calc(100% - 82px);max-width:280px}.tap-zone{width:36px}.tap-zone .arrow{font-size:clamp(24px,12vw,56px);color:inherit;text-shadow:0 3px 8px rgba(0,0,0,.45)}.profile-hero{grid-template-columns:1fr;text-align:center}.profile-hero__media{justify-items:center}.profile-panels{grid-template-columns:1fr;box-sizing:border-box;max-width:100%;width:100%;margin-left:0;margin-right:0}.profile-actions{justify-content:center}}