:root{--ink:#27171b;--ink-soft:#725d63;--paper:snow;--paper-deep:#f7edf0;--white:#fff;--coral:#c5003b;--coral-dark:#9f002e;--lime:#ffcf54;--blue:#e9f4ff;--gold:#ffb703;--danger:#9f1637;--border:#593d4424;--shadow:0 20px 60px #7e2b431f;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);min-height:100vh;margin:0;font-family:Be Vietnam Pro,Pretendard,Noto Sans KR,Apple SD Gothic Neo,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:24px;height:80px;padding:0 4vw;display:flex;position:sticky;top:0}.brand{color:var(--coral);letter-spacing:-.07em;align-items:center;gap:11px;font-size:27px;font-weight:950;display:flex}.brand-mark{background:var(--ink);width:40px;height:40px;color:var(--lime);border-radius:14px 14px 14px 4px;place-items:center;display:grid;transform:rotate(-3deg)}.topnav{align-items:center;gap:4px;display:flex}.nav-link{color:var(--ink-soft);border-radius:999px;padding:11px 15px;font-size:14px;font-weight:750}.nav-link:hover,.nav-link.active{color:var(--coral);background:#fde8ee}.top-actions{align-items:center;gap:10px;display:flex}.avatar{width:38px;height:38px;color:var(--coral);background:#fde8ee 50%/cover no-repeat;border-radius:50%;place-items:center;font-weight:900;display:grid}.main{width:min(1200px,92vw);margin:0 auto;padding:38px 0 100px}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--coral-dark);font-size:12px;font-weight:900}.page-title{letter-spacing:-.065em;margin:8px 0;font-size:clamp(34px,5vw,64px);line-height:.98}.page-description{color:var(--ink-soft);max-width:680px;margin:0;line-height:1.7}.section{margin-top:46px}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.section-title{letter-spacing:-.04em;margin:0;font-size:24px}.grid{gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fffdf7db;padding:24px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.card.interactive{transition:transform .22s,box-shadow .22s}.card.interactive:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.card.coral{background:var(--coral);color:var(--ink);border-color:#0000}.card.lime{background:var(--lime);border-color:#0000}.card.ink{background:var(--ink);color:var(--white);border-color:#0000}.card.blue{background:var(--blue);border-color:#0000}.btn{background:var(--ink);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-weight:850;transition:transform .18s,opacity .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn.primary{background:var(--coral);color:#fff}.btn.lime{background:var(--lime);color:var(--ink)}.btn.ghost{color:var(--ink);border:1px solid var(--border);background:0 0}.btn.danger{background:var(--danger)}.btn.small{min-height:36px;padding:0 14px;font-size:13px}.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pill{background:var(--paper-deep);border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.pill.coral{color:#9d2d18;background:#ffe0d7}.pill.lime{background:var(--lime)}.pill.blue{background:var(--blue)}.pill.ink{background:var(--ink);color:#fff}.field{gap:8px;display:grid}.field label{font-size:13px;font-weight:850}.input,.select,.textarea{border:1px solid var(--border);background:var(--white);width:100%;color:var(--ink);border-radius:16px;outline:none;min-height:48px;padding:13px 15px}.textarea{resize:vertical;min-height:120px}.input:focus,.select:focus,.textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ff6b4a21}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-grid .full{grid-column:1/-1}.helper{color:var(--ink-soft);font-size:12px;line-height:1.5}.error{color:#9b201d;background:#ffe2df;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700}.success{color:#285d17;background:#e4f7cf;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700}.request-card{flex-direction:column;gap:14px;min-height:250px;display:flex}.request-card .activity{font-size:36px}.request-card h3{letter-spacing:-.04em;margin:0;font-size:21px}.request-card p{color:var(--ink-soft);margin:0;line-height:1.55}.request-card .meta{flex-wrap:wrap;gap:8px;display:flex}.request-card .footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.profile-mini{align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.profile-dot{background:var(--paper-deep);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.hero{grid-template-columns:1.25fr .75fr;align-items:stretch;gap:22px;display:grid}.hero-main{flex-direction:column;justify-content:space-between;min-height:460px;padding:clamp(28px,5vw,58px);display:flex}.hero-main h1{letter-spacing:-.08em;max-width:850px;margin:12px 0 18px;font-size:clamp(48px,8vw,98px);line-height:.88}.hero-main p{color:#ffffffc7;max-width:560px;font-size:17px;line-height:1.65}.hero-stack{gap:18px;display:grid}.hero-stat{flex-direction:column;justify-content:space-between;min-height:220px;display:flex}.hero-stat strong{letter-spacing:-.07em;font-size:58px}.activity-selector{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.activity-option{border:1px solid var(--border);background:var(--white);text-align:left;border-radius:20px;padding:18px 12px}.activity-option strong{margin-top:10px;display:block}.activity-option.selected{border:2px solid var(--ink);background:var(--lime)}.location-strip{border:1px solid var(--border);background:#fff9;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.location-name{font-weight:900}.empty{text-align:center;border-radius:var(--radius);border:1px dashed #13231b47;padding:54px 24px}.empty-icon{margin-bottom:12px;font-size:42px}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#ece7dc,#faf7ef,#ece7dc) 0 0/200% 100%;min-height:180px;animation:1.3s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.tabs{background:var(--paper-deep);border-radius:999px;gap:6px;width:fit-content;padding:5px;display:flex}.tab{color:var(--ink-soft);background:0 0;border:0;border-radius:999px;padding:9px 16px;font-weight:800}.tab.active{background:var(--white);color:var(--ink);box-shadow:0 2px 10px #13231b14}.social-login-grid{gap:9px;margin-top:14px;display:grid}.social-button{border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:48px;font-weight:850;display:flex}.social-button strong{background:#fffc;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.social-button.kakao{color:#191919;background:#fee500;border-color:#fee500}.social-button.google{background:var(--white);color:#202124}.social-button.naver{color:var(--white);background:#007a3d;border-color:#007a3d}.social-pending{margin-top:12px}.chat-layout{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);grid-template-columns:320px 1fr;min-height:630px;display:grid;overflow:hidden}.chat-list{border-right:1px solid var(--border);padding:12px}.chat-room{text-align:left;background:0 0;border:0;border-radius:16px;gap:10px;width:100%;padding:14px;display:flex}.chat-room.active,.chat-room:hover{background:var(--paper)}.chat-pane{flex-direction:column;min-width:0;display:flex}.chat-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;font-weight:900;display:flex}.messages{flex-direction:column;flex:1;gap:10px;padding:22px;display:flex;overflow:auto}.bubble{background:var(--paper-deep);border-radius:18px 18px 18px 5px;max-width:72%;padding:11px 14px;line-height:1.5}.bubble.mine{background:var(--ink);color:#fff;border-radius:18px 18px 5px;margin-left:auto}.chat-compose{border-top:1px solid var(--border);gap:10px;padding:16px;display:flex}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);padding:14px 12px}.admin-table th{color:var(--ink-soft);font-size:12px}.stat-number{letter-spacing:-.07em;font-size:48px;font-weight:950}.mobile-nav{display:none}.realtime-toast{z-index:80;background:var(--ink);color:var(--white);box-shadow:var(--shadow);border-radius:16px;padding:14px 18px;font-weight:800;position:fixed;bottom:22px;right:20px}.mobile-nav a{position:relative}.mobile-badge{background:var(--coral);min-width:15px;height:15px;color:var(--ink);border-radius:999px;place-items:center;padding:0 3px;font-size:9px;display:grid;position:absolute;top:2px;right:3px}h1,h2,h3,.brand{font-family:Plus Jakarta Sans,Pretendard,Noto Sans KR,sans-serif}.header-icon-button{width:40px;height:40px;color:var(--coral);background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:relative}.header-icon-button:hover{background:#fde8ee}.header-badge{background:var(--gold);color:#382d11;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:900;display:grid;position:absolute;top:0;right:0}.btn.light{color:var(--coral);background:#fff}.text-link{color:var(--coral);align-items:center;gap:6px;font-weight:850;display:inline-flex}.center-action{justify-content:center;margin-top:34px;display:flex}.section-copy{margin-bottom:26px}.section-copy h2{letter-spacing:-.055em;margin:6px 0;font-size:clamp(28px,4vw,40px)}.section-copy p{color:var(--ink-soft);margin:0}.section-copy.centered{text-align:center}.solo-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:700px;padding:66px 0 90px;display:flex;position:relative}.solo-hero:before{content:"";z-index:-1;background:radial-gradient(circle at 25% 28%,#c5003b1f,#0000 28%),radial-gradient(circle at 80% 40%,#f197ad3d,#0000 28%),linear-gradient(#fff 0%,#fff8fa 75%,#fff 100%);width:100vw;position:absolute;top:-38px;bottom:0;left:50%;transform:translate(-50%)}.solo-hero-copy{z-index:2;max-width:880px;position:relative}.hero-count{color:var(--coral);background:#fffc;border:1px solid #f3bbc9;border-radius:999px;align-items:center;gap:7px;padding:8px 15px;font-size:13px;font-weight:800;display:inline-flex}.solo-hero h1{letter-spacing:-.075em;margin:24px 0 22px;font-size:clamp(48px,7vw,84px);line-height:1.06}.solo-hero h1 em{color:var(--coral);font-style:normal}.solo-hero-copy>p{max-width:680px;color:var(--ink-soft);margin:0 auto;font-size:17px;line-height:1.8}.hero-buttons{justify-content:center;margin-top:30px}.hero-buttons .btn{min-width:160px}.hero-photo-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:16px;width:min(1080px,94vw);margin-top:70px;display:grid}.hero-photo-grid img{object-fit:cover;width:100%;height:190px;box-shadow:var(--shadow);border-radius:28px}.hero-photo-grid img:first-child{transform:rotate(-3deg)}.hero-photo-grid img:nth-child(2){transform:translateY(26px)rotate(3deg)}.hero-photo-grid img:nth-child(3){transform:rotate(-4deg)}.hero-photo-grid img:nth-child(4){transform:translateY(18px)rotate(2deg)}.home-location-strip{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:center;gap:14px;margin:8px auto 0;padding:14px 18px;display:flex}.home-location-strip>div{flex:1;align-items:center;gap:8px;display:flex}.home-location-strip span{color:var(--ink-soft);font-size:12px}.home-location-strip strong{font-size:14px}.home-offer-link{color:var(--coral);align-items:center;gap:5px;font-size:13px;font-weight:850;display:inline-flex}.home-location-status{color:var(--ink-soft);margin:7px 18px 0;font-size:11px}.home-section{padding:90px 0}.profile-showcase{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.solo-card{aspect-ratio:3/4;color:#fff;border-radius:30px;transition:transform .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 10px 32px #401b2521}.solo-card:hover{box-shadow:var(--shadow);transform:translateY(-7px)}.solo-card>img{object-fit:cover}.solo-card:after{content:"";background:linear-gradient(#0000,#1e0d12e6);position:absolute;inset:35% 0 0}.solo-card>div{z-index:2;position:absolute;bottom:21px;left:22px;right:22px}.solo-card h3{margin:0 0 5px;font-size:24px}.solo-card p{align-items:center;gap:5px;margin:0 0 7px;font-size:12px;display:flex}.solo-card small{opacity:.86}.solo-tag{z-index:3;background:var(--gold);color:#3a2c0d;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900;position:absolute;top:16px;right:16px}.section-wide{padding:90px 0;position:relative}.section-wide:before{content:"";z-index:-1;background:#eef7ff;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.meetup-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.meetup-preview-card{background:#ffffffe0;border-radius:30px;flex-direction:column;gap:12px;min-height:310px;padding:24px;display:flex;position:relative;box-shadow:0 12px 40px #4e5b6c14}.meetup-preview-card h3{letter-spacing:-.035em;margin:2px 0 0;font-size:20px}.meetup-preview-card>p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.7;display:-webkit-box;overflow:hidden}.meetup-author{align-items:center;gap:11px;display:flex}.meetup-author img{object-fit:cover;border-radius:50%}.meetup-author div{gap:2px;display:grid}.meetup-author strong{font-size:13px}.meetup-author small{color:var(--ink-soft);font-size:11px}.meetup-kind{color:#795511;background:#fff2d2;border-radius:999px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:850}.meetup-join{color:var(--coral);background:#fde8ee;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin-top:auto;padding:10px 14px;font-size:13px;font-weight:900;display:inline-flex}.why-solo{grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding:110px 0;display:grid}.why-solo h2{letter-spacing:-.065em;margin:8px 0 34px;font-size:clamp(34px,5vw,54px)}.why-photo{min-height:500px;position:relative}.why-photo>img:first-child{object-fit:cover;border-radius:48px;transform:rotate(2.5deg)}.why-photo>img:last-child{z-index:2;object-fit:cover;box-shadow:var(--shadow);border:9px solid #fff;border-radius:28px;position:absolute;bottom:-28px;left:-28px;transform:rotate(-6deg)}.why-solo ul{gap:24px;margin:0;padding:0;list-style:none;display:grid}.why-solo li{gap:16px;display:flex}.why-solo li>svg{width:48px;height:48px;color:var(--coral);background:#fde8ee;border-radius:16px;flex:0 0 48px;padding:12px}.why-solo li:nth-child(2)>svg{color:#8b6100;background:#fff0be}.why-solo li:nth-child(3)>svg{color:#245f8c;background:#e8f4ff}.why-solo li strong{font-size:18px}.why-solo li p{color:var(--ink-soft);margin:5px 0 0;line-height:1.6}.home-cta{text-align:center;color:#fff;background:var(--coral);border-radius:48px;padding:70px 30px;position:relative;overflow:hidden}.home-cta:before,.home-cta:after{content:"";border:4px solid #ffffff1f;border-radius:50%;position:absolute}.home-cta:before{width:100px;height:100px;top:-30px;left:30px}.home-cta:after{width:220px;height:220px;bottom:-90px;right:-50px}.home-cta h2{letter-spacing:-.07em;margin:0;font-size:clamp(38px,6vw,66px);line-height:1.1}.home-cta p{opacity:.86;margin:18px 0 28px}.solo-footer{border-top:1px solid var(--border);color:var(--ink-soft);grid-template-columns:1fr auto;gap:30px;margin-top:80px;padding:52px 0 20px;display:grid}.solo-footer strong{color:var(--coral);font-size:24px}.solo-footer p{line-height:1.7}.solo-footer>div:nth-child(2){align-items:start;gap:22px;font-size:13px;font-weight:750;display:flex}.solo-footer small{border-top:1px solid var(--border);grid-column:1/-1;padding-top:20px}.community-hero{color:#fff;background:linear-gradient(135deg,#c5003b,#e51b55);border-radius:48px;margin-top:10px;padding:72px clamp(28px,7vw,85px);position:relative;overflow:hidden}.community-hero:after{content:"";border:55px solid #ffffff14;border-radius:50%;width:340px;height:340px;position:absolute;top:-130px;right:-90px}.community-hero>span{background:#ffffff26;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:850;display:inline-block}.community-hero h1{letter-spacing:-.075em;max-width:820px;margin:20px 0;font-size:clamp(42px,6vw,72px);line-height:1.07}.community-hero h1 em{color:#ffd26a;font-style:normal}.community-hero p{color:#ffffffd6;margin:0 0 28px;line-height:1.8}.community-toolbar{justify-content:space-between;align-items:center;gap:16px;margin:38px 0 28px;display:flex}.community-tabs{flex-wrap:wrap;gap:7px;display:flex}.community-tabs button{border:1px solid var(--border);min-height:42px;color:var(--ink-soft);background:#fff;border-radius:999px;padding:0 17px;font-weight:800}.community-tabs button.active{border-color:var(--coral);color:var(--coral);background:#fde8ee}.community-create{color:var(--coral);align-items:center;gap:7px;font-weight:900;display:inline-flex}.community-create span{color:#fff;background:var(--coral);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.community-feed{min-height:420px}.community-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.community-card{border:1px solid var(--border);background:#fff;border-radius:30px;flex-direction:column;gap:15px;min-height:360px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 30px #5328330f}.community-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.community-card-head{align-items:center;gap:11px;display:flex}.community-card-head img{object-fit:cover;border-radius:18px}.community-card-head>div{flex:1;gap:3px;min-width:0;display:grid}.community-card-head strong{font-size:14px}.community-card-head small{color:var(--ink-soft);align-items:center;font-size:11px;display:flex}.community-card-head>span{color:#815a08;background:#fff0c5;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.community-card h2{letter-spacing:-.04em;margin:8px 0 0;font-size:23px}.community-card>p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.7;display:-webkit-box;overflow:hidden}.community-meta{flex-wrap:wrap;gap:8px;display:flex}.community-meta span{background:var(--paper-deep);color:var(--ink-soft);border-radius:10px;align-items:center;gap:5px;padding:6px 9px;font-size:11px;display:inline-flex}.community-card-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.community-card-foot small{color:var(--ink-soft)}.community-card-foot b{color:var(--coral);align-items:center;gap:5px;font-size:13px;display:flex}.simple-footer{text-align:center;width:100vw;color:var(--ink-soft);background:#eef7ff;margin:80px 0 -100px 50%;padding:45px;transform:translate(-50%)}.matching-heading{text-align:center;padding:45px 0 50px}.matching-heading h1{letter-spacing:-.075em;margin:8px 0;font-size:clamp(45px,7vw,76px)}.matching-heading p{color:var(--ink-soft);margin:0}.matching-layout{grid-template-columns:280px 1fr;align-items:start;gap:36px;display:grid}.match-filter{background:#eef7ff;border-radius:32px;gap:25px;padding:26px;display:grid;position:sticky;top:104px}.match-filter>div:first-child{color:#265f89;align-items:center;gap:9px;display:flex}.match-filter h2{margin:0;font-size:21px}.match-filter label{gap:9px;font-size:12px;font-weight:850;display:grid}.match-filter label>span,.match-filter>small{color:var(--ink-soft);font-size:10px;font-weight:500}.match-filter input[type=range]{accent-color:var(--coral);width:100%}.filter-chips{flex-wrap:wrap;gap:6px;display:flex}.filter-chips button{color:var(--ink-soft);background:#fff;border:1px solid #caddeb;border-radius:999px;padding:7px 9px;font-size:11px}.match-results{min-width:0}.offer-banner{color:var(--coral);background:#fde8ee;border-radius:20px;margin-bottom:20px;padding:17px 20px}.offer-banner>div{align-items:center;gap:12px;display:flex}.offer-banner span{display:grid}.offer-banner small{color:var(--ink-soft)}.match-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.match-profile-card{border:1px solid var(--border);background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 9px 30px #4b252f12}.match-photo{aspect-ratio:3/3.5;position:relative;overflow:hidden}.match-photo img{object-fit:cover}.match-photo:after{content:"";background:linear-gradient(#0000,#220e1461);position:absolute;inset:50% 0 0}.match-photo span{z-index:2;color:#4f3909;background:var(--gold);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;position:absolute;top:14px;right:14px}.match-profile-info{gap:9px;padding:18px;display:grid}.match-profile-info h2{margin:0;font-size:23px}.match-profile-info>p{color:var(--ink-soft);align-items:center;gap:5px;margin:0;font-size:12px;display:flex}.match-profile-info blockquote{min-height:48px;color:var(--ink-soft);margin:0;font-size:12px;line-height:1.55}.match-profile-info>small{color:var(--coral);font-size:10px}.match-profile-info>div{gap:6px;display:flex}.match-profile-info>b{color:var(--coral);align-items:center;gap:5px;font-size:12px;display:flex}.confirmed .match-photo span{color:var(--coral);background:#fde8ee}.chat-error{margin:0 0 12px}.solo-chat-layout{border:1px solid var(--border);background:#fff;border-radius:30px 30px 0 0;grid-template-columns:360px 1fr;min-height:calc(100vh - 156px);margin-bottom:-100px;display:grid;overflow:hidden}.solo-chat-sidebar{background:#eef7ff;border-right:1px solid #d9e7f2;min-width:0}.chat-sidebar-head{padding:27px 22px 18px}.chat-sidebar-head h1{margin:5px 0 18px;font-size:28px}.chat-sidebar-head label{height:43px;color:var(--ink-soft);background:#fff;border-radius:999px;align-items:center;gap:9px;padding:0 13px;display:flex}.chat-sidebar-head input{background:0 0;border:0;outline:0;width:100%}.solo-chat-list{gap:6px;padding:0 10px 20px;display:grid}.solo-chat-room{text-align:left;background:0 0;border:1px solid #0000;border-radius:20px;grid-template-columns:54px 1fr auto;align-items:center;gap:11px;width:100%;min-width:0;padding:13px;display:grid}.solo-chat-room:hover,.solo-chat-room.active{background:#fff;border-color:#f1b8c8;box-shadow:0 9px 24px #4a5a6814}.chat-room-avatar,.chat-head-avatar,.message-avatar{border-radius:18px;display:block;position:relative;overflow:hidden}.chat-room-avatar{width:54px;height:54px}.chat-room-avatar img,.chat-head-avatar img,.message-avatar img{object-fit:cover}.solo-chat-room>span:nth-child(2){gap:4px;min-width:0;display:grid}.solo-chat-room strong{font-size:14px}.solo-chat-room small{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.solo-chat-room time{color:var(--ink-soft);align-self:start;font-size:9px}.chat-list-empty{text-align:center;color:var(--ink-soft);padding:30px 15px;font-size:12px;line-height:1.7}.solo-chat-pane{background:#fff;flex-direction:column;min-width:0;display:flex}.solo-chat-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:78px;padding:12px 22px;display:flex}.solo-chat-head>div{align-items:center;gap:11px;display:flex}.chat-head-avatar{width:48px;height:48px}.solo-chat-head span{gap:2px;display:grid}.solo-chat-head small{color:var(--ink-soft);font-size:10px}.chat-head-actions{align-items:center;gap:6px;display:flex}.solo-messages{gap:17px;min-height:480px;max-height:calc(100vh - 310px);padding:30px}.chat-date{color:var(--ink-soft);background:#f6f1f2;border-radius:999px;align-self:center;padding:7px 13px;font-size:10px}.message-row{align-items:flex-start;gap:9px;max-width:78%;display:flex}.message-row.mine{flex-direction:row-reverse;margin-left:auto}.message-avatar{flex:0 0 32px;width:32px;height:32px}.message-row>div{gap:4px;display:grid}.message-row.mine>div{justify-items:end}.message-row small{color:var(--ink-soft);font-size:9px}.solo-messages .bubble{background:#e8f4ff;border-radius:6px 20px 20px;max-width:100%;padding:12px 15px}.solo-messages .bubble.mine{color:#fff;background:var(--coral);border-radius:20px 6px 20px 20px}.chat-welcome{text-align:center;color:var(--ink-soft);margin:auto}.chat-welcome img{object-fit:cover;border-radius:40px}.chat-welcome h2{color:var(--ink);margin:16px 0 7px}.chat-welcome p{margin:0;line-height:1.7}.solo-compose{align-items:center;padding:16px 20px}.solo-compose .input{background:#f8f2f4;border:0;border-radius:999px}.compose-icon,.chat-send{border:0;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.compose-icon{color:var(--ink-soft);background:0 0}.chat-send{color:#fff;background:var(--coral)}@media (max-width:900px){.topnav{display:none}.main{width:min(94vw,700px);padding-top:28px}.hero{grid-template-columns:1fr}.hero-main{min-height:480px}.hero-stack{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-layout{grid-template-columns:1fr}.chat-list{border-right:0;border-bottom:1px solid var(--border);max-height:180px;overflow:auto}.mobile-nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);box-shadow:var(--shadow);background:#fffffff5;border-radius:22px;gap:2px;padding:7px;display:flex;position:fixed;bottom:10px;left:50%;transform:translate(-50%)}.mobile-nav a{color:var(--ink-soft);border-radius:16px;justify-items:center;gap:2px;min-width:65px;padding:8px 9px;font-size:9px;font-weight:800;display:grid}.mobile-nav a.active{color:var(--coral);background:#fde8ee}.solo-hero{min-height:640px}.profile-showcase,.meetup-grid,.community-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-solo{grid-template-columns:1fr;gap:65px}.why-photo{min-height:540px}.matching-layout{grid-template-columns:1fr}.match-filter{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.match-filter>div:first-child,.match-filter>small{grid-column:1/-1}.match-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solo-chat-layout{grid-template-columns:1fr;margin-bottom:-100px}.solo-chat-sidebar{border-right:0;border-bottom:1px solid var(--border);max-height:260px;overflow:auto}.chat-sidebar-head{z-index:2;background:#eef7ff;position:sticky;top:0}.solo-chat-list{grid-template-columns:repeat(2,minmax(260px,1fr))}.solo-messages{min-height:430px;max-height:none}}@media (max-width:620px){.topbar{height:66px;padding:0 4vw}.top-actions .user-name{display:none}.grid.two,.grid.three,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.hero-stack{grid-template-columns:1fr}.hero-main h1{font-size:58px}.activity-selector{grid-template-columns:1fr}.section-head,.location-strip{flex-direction:column;align-items:flex-start}.card{padding:19px}.mobile-nav a{padding:10px 11px}.brand{font-size:23px}.top-actions{gap:3px}.top-actions .btn.ghost{display:none}.solo-hero{min-height:auto;padding:45px 0 70px}.solo-hero h1{font-size:40px}.solo-hero-copy>p{font-size:14px}.hero-photo-grid{grid-template-columns:repeat(2,1fr);margin-top:45px}.hero-photo-grid img{border-radius:20px;height:145px}.home-location-strip{flex-wrap:wrap;align-items:flex-start}.home-location-strip>div{flex-wrap:wrap;flex-basis:100%}.home-section,.section-wide,.why-solo{padding:70px 0}.profile-showcase{scroll-snap-type:x mandatory;padding:0 2px 18px;display:flex;overflow-x:auto}.solo-card{scroll-snap-align:center;min-width:78vw}.meetup-grid,.community-card-grid{grid-template-columns:1fr}.why-photo{min-height:390px}.why-photo>img:last-child{width:130px;height:130px;bottom:-18px;left:-5px}.home-cta{border-radius:34px;padding:55px 20px}.solo-footer{grid-template-columns:1fr}.solo-footer>div:nth-child(2){flex-direction:column;gap:10px}.solo-footer small{grid-column:auto}.community-hero{border-radius:32px;padding:46px 24px}.community-hero h1{font-size:43px}.community-toolbar{align-items:flex-start}.community-create{font-size:0}.community-create span{font-size:20px}.match-filter{grid-template-columns:1fr}.match-filter>div:first-child,.match-filter>small{grid-column:auto}.match-profile-grid{grid-template-columns:1fr}.matching-heading{padding:25px 0 35px}.matching-heading h1{font-size:48px}.solo-chat-layout{border-radius:22px 22px 0 0}.solo-chat-list{grid-template-columns:1fr}.solo-chat-sidebar{max-height:280px}.solo-chat-head{padding:10px 13px}.chat-head-actions .header-icon-button{display:none}.chat-head-actions .btn{width:38px;min-height:38px;padding:0;font-size:0}.solo-messages{min-height:390px;padding:20px 14px}.message-row{max-width:90%}.solo-compose{padding:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
