:root { --ink:#182a2a; --muted:#667573; --cream:#f7f5ee; --white:#fff; --mint:#d8f36d; --green:#183f38; --orange:#ff715b; --purple:#9387e8; --line:#dfe3d8; --shadow:0 16px 45px rgba(32,50,46,.09); }
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans SC",sans-serif}.page-shell{overflow:hidden}.topbar{height:76px;max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:900;font-size:20px;text-decoration:none}.brand-mark{width:34px;height:34px;border-radius:50% 50% 42% 58%;background:var(--mint);display:grid;place-items:center;transform:rotate(-8deg);border:2px solid var(--ink)}.brand-mark span{transform:rotate(8deg);font-size:17px}.nav-links{display:flex;gap:38px}.nav-links a{color:#687673;text-decoration:none;font-size:14px;font-weight:600;position:relative}.nav-links a.active,.nav-links a:hover{color:var(--ink)}.nav-links a.active:after{content:"";position:absolute;height:3px;background:var(--mint);left:3px;right:3px;bottom:-10px;border-radius:3px}.header-actions{display:flex;align-items:center;gap:16px}.city-button,.avatar-button{border:0;background:transparent;color:var(--ink);display:flex;align-items:center;gap:5px;font:inherit;font-size:14px;cursor:pointer}.city-button svg{width:16px}.city-button svg:last-child{width:13px}.avatar-button{width:36px;height:36px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:800;border:3px solid #fff;box-shadow:0 0 0 1px #d7dacf}
.hero{max-width:1200px;margin:8px auto 0;min-height:450px;padding:55px 70px;border-radius:32px;background:var(--green);position:relative;color:#fff;display:flex;overflow:hidden}.hero-copy{z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.23);border-radius:20px;padding:7px 13px;font-size:12px;font-weight:600;background:rgba(255,255,255,.06)}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px rgba(216,243,109,.16)}h1{font-size:52px;line-height:1.22;margin:24px 0 15px;letter-spacing:-2px;font-weight:900}h1 em{color:var(--mint);font-style:normal}.hero-copy>p{color:#c9d6cf;line-height:1.8;font-size:15px}.weather-strip{margin-top:32px;display:flex;align-items:center;gap:22px;font-size:12px;color:#aabcb6}.weather-strip>div{display:flex;flex-direction:column;gap:3px}.weather-strip .weather-main{display:grid;grid-template-columns:32px auto;column-gap:7px}.weather-main .weather-icon{font-size:26px;grid-row:1/3}.weather-strip strong{color:#fff;font-size:14px}.weather-main strong{font-size:19px}.weather-divider{width:1px;height:37px;background:rgba(255,255,255,.2)}.hero-art{position:absolute;right:8%;top:0;width:480px;height:100%}.sun{position:absolute;width:170px;height:170px;border-radius:50%;background:var(--mint);right:58px;top:62px;box-shadow:0 0 0 28px rgba(216,243,109,.05)}.cloud{position:absolute;width:102px;height:30px;background:#fff;border-radius:40px;opacity:.92}.cloud:before,.cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.cloud:before{width:45px;height:45px;left:18px;top:-20px}.cloud:after{width:32px;height:32px;right:12px;top:-12px}.cloud-one{top:93px;left:12px;transform:scale(.68)}.cloud-two{right:-20px;top:230px;transform:scale(.48);opacity:.45}.postcard{width:210px;height:265px;position:absolute;background:#f7efe2;border-radius:8px;padding:18px;box-shadow:0 24px 50px rgba(0,0,0,.25);border:7px solid #fff;font-family:"DM Sans",sans-serif;font-weight:800;color:#274a42}.card-left{left:46px;bottom:-36px;transform:rotate(-9deg)}.card-right{right:30px;bottom:-18px;transform:rotate(9deg);background:#ffc067}.mini-mountain{position:absolute;left:8px;right:8px;bottom:9px;height:185px;background:linear-gradient(145deg,transparent 33%,#65a58d 34% 57%,transparent 58%),linear-gradient(35deg,transparent 30%,#234d43 31% 63%,transparent 64%),#d7ead6;clip-path:polygon(0 18%,100% 0,100% 100%,0 100%)}.mini-ticket{height:170px;margin-top:20px;background:#ff745d;border:3px solid #273d3a;display:grid;place-items:center;font-size:80px;color:#ffe26d}.spark{position:absolute;color:var(--mint);font-size:31px}.spark-one{left:5px;bottom:92px}.spark-two{right:0;top:45px;font-size:19px}
.preference-card{max-width:1080px;margin:-34px auto 0;position:relative;z-index:4;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px 27px;display:grid;grid-template-columns:2.1fr 1fr .65fr auto;gap:26px;align-items:end}.pref-block{min-width:0}.pref-block label{display:flex;justify-content:space-between;font-size:12px;font-weight:800;margin-bottom:12px}.pref-block label strong{color:#ec674e}.chip-row{display:flex;gap:7px}.chip{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:12px;font:inherit;font-size:12px;color:#596764;cursor:pointer;white-space:nowrap;transition:.2s}.chip:hover,.chip.selected{background:#eef8c9;border-color:#bfd553;color:#243c38;font-weight:700;transform:translateY(-1px)}input[type=range]{width:100%;accent-color:var(--orange);height:4px}.range-labels{font-size:10px;color:#9ca6a2;display:flex;justify-content:space-between}.stepper{display:flex;align-items:center;border:1px solid var(--line);height:38px;border-radius:11px;justify-content:space-around}.stepper button{border:0;background:none;font-size:18px;cursor:pointer;color:var(--ink)}.stepper span{font-size:11px;color:#88938f}.recommend-button{height:42px;border:0;border-radius:12px;background:var(--orange);color:#fff;padding:0 20px;font:inherit;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;box-shadow:0 8px 18px rgba(255,113,91,.25);white-space:nowrap;transition:.2s}.recommend-button:hover{background:#f05e49;transform:translateY(-2px)}.recommend-button svg{width:16px}
.recommend-section,.stories-section{max-width:1200px;margin:88px auto;padding:0 24px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-kicker{font-family:"DM Sans",sans-serif;font-size:10px;letter-spacing:2px;color:#ef725c;font-weight:800}.section-heading h2,.team-copy h2{font-size:32px;line-height:1.28;margin:6px 0;font-weight:900;letter-spacing:-1px}.section-heading p{margin:0;color:#8a9692;font-size:13px}.refresh-button,.share-button{border:1px solid var(--line);background:transparent;border-radius:10px;padding:9px 14px;display:flex;gap:7px;align-items:center;color:#62716e;font:inherit;font-size:12px;cursor:pointer}.refresh-button svg,.share-button svg{width:14px}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.activity-card{border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 6px 25px rgba(40,57,51,.06);transition:.25s}.activity-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.activity-visual{height:190px;position:relative;overflow:hidden;display:grid;place-items:center}.activity-visual:before,.activity-visual:after{content:"";position:absolute;border-radius:50%}.activity-visual:before{width:150px;height:150px;border:28px solid rgba(255,255,255,.28);right:-35px;top:-45px}.activity-visual:after{width:100px;height:100px;background:rgba(255,255,255,.22);left:-18px;bottom:-25px}.visual-emoji{font-size:70px;z-index:1;filter:drop-shadow(0 12px 8px rgba(25,40,35,.14));transform:rotate(-5deg)}.match-badge{position:absolute;left:13px;top:13px;border-radius:8px;background:#fff;padding:6px 9px;font-size:10px;font-weight:800;color:var(--green);z-index:2}.favorite{position:absolute;right:13px;top:13px;width:32px;height:32px;border:0;background:rgba(255,255,255,.88);border-radius:50%;font-size:19px;cursor:pointer;z-index:2;color:#46524f}.favorite.liked{background:var(--orange);color:#fff}.activity-content{padding:17px 18px 18px}.activity-tags{display:flex;gap:6px;margin-bottom:10px}.activity-tags span{font-size:9px;padding:4px 7px;border-radius:5px;background:#eef3ed;color:#68736f;font-weight:700}.activity-content h3{font-size:17px;margin:0 0 9px}.activity-content p{font-size:12px;color:#7c8884;margin:0;line-height:1.6}.activity-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0e9;margin-top:15px;padding-top:12px}.activity-footer strong{font-size:14px}.activity-footer span{color:#84908d;font-size:11px}.empty-state{text-align:center;padding:50px}.empty-state span{font-size:48px}.empty-state h3{margin-bottom:5px}.empty-state p{color:var(--muted)}
.team-section{background:var(--green);max-width:1200px;margin:110px auto 0;border-radius:28px;padding:58px 65px;color:#fff;display:grid;grid-template-columns:.8fr 1.3fr;gap:72px;position:relative}.team-section:before{content:"✦";position:absolute;left:43%;top:35px;color:var(--mint);font-size:28px}.section-kicker.light{color:var(--mint)}.team-copy h2{font-size:34px;margin:12px 0 14px}.team-copy p{font-size:13px;line-height:1.8;color:#b7c7c1}.light-button{margin-top:15px;background:var(--mint);border:0;border-radius:10px;padding:11px 15px;color:var(--green);font:inherit;font-size:12px;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.light-button svg{width:15px}.team-board{display:flex;flex-direction:column;gap:12px}.team-card{background:#fff;color:var(--ink);border-radius:16px;padding:16px;display:grid;grid-template-columns:70px 1fr auto;gap:15px;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.12)}.featured-team{transform:rotate(1deg)}.team-time{height:72px;border-radius:12px;background:#dbf17d;display:flex;flex-direction:column;align-items:center;justify-content:center}.team-time.orange{background:#ffc06d}.team-time span{font-size:10px}.team-time strong{font-size:16px}.tiny-tag{font-size:9px;color:#eb725d;font-weight:700}.team-info h3{font-size:15px;margin:4px 0}.team-info p{font-size:11px;color:#89928f;margin:0 0 10px}.avatars{display:flex}.avatars span{width:25px;height:25px;margin-right:-5px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;background:#bedfd5;font-size:8px;font-weight:700}.avatars span:nth-child(2){background:#f7c7bb}.avatars span:nth-child(3){background:#d9d1f6}.avatars .empty-avatar{background:#f1f1eb;color:#78827e}.join-button{border:1px solid #cdd5ce;border-radius:8px;background:#fff;padding:7px 13px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.join-button:hover{background:var(--green);color:#fff}
.stories-section{margin-top:95px}.section-heading.compact{align-items:center}.share-button{background:var(--green);color:#fff;border-color:var(--green)}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-card{background:#fff;border-radius:17px;overflow:hidden}.story-visual{height:170px;position:relative;display:grid;place-items:center}.story-yellow .story-visual{background:#f3d571}.story-purple .story-visual{background:#b7a8ec}.story-green .story-visual{background:#a9d8b5}.sticker{position:absolute;top:16px;left:16px;background:#fff;border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);font-size:10px;font-weight:800;padding:5px 8px;transform:rotate(-6deg);z-index:2}.sticker.purple{transform:rotate(7deg);background:#eaff93}.sticker.green{background:#ff846f}.abstract-face{width:95px;height:115px;background:#ff826d;border-radius:52% 48% 45% 55%;display:grid;place-items:center;font-size:55px;color:#fff;transform:rotate(9deg);border:3px solid #29433d}.vinyl{width:105px;height:105px;border-radius:50%;background:#253c39;border:18px solid #344e49;color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:15px 13px 0 rgba(255,255,255,.35)}.abstract-leaf{font-size:95px;color:#20473e;transform:rotate(-18deg)}.story-content{padding:16px}.user-line{display:flex;align-items:center;gap:6px;font-size:10px;color:#9aa39f}.user-line strong{color:#40504c}.user-avatar{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800}.user-avatar.pink{background:#f1907d}.user-avatar.blue{background:#778cc9}.user-avatar.green{background:#5c9f78}.story-content h3{font-size:15px;margin:12px 0 6px}.story-content p{font-size:11px;color:#84908c;margin:0}.story-meta{display:flex;justify-content:space-between;margin-top:16px;font-size:10px;color:#7d8985}.like-button{border:0;background:none;color:#65716e;font:inherit;cursor:pointer}.like-button.liked{color:var(--orange)}
footer{max-width:1200px;margin:40px auto 0;border-top:1px solid #dde1d7;min-height:120px;display:flex;align-items:center;justify-content:space-between;color:#8b9692;font-size:11px;padding:0 24px}.footer-brand{font-size:16px}.footer-brand .brand-mark{width:27px;height:27px}.footer-brand .brand-mark span{font-size:13px}dialog{border:0;border-radius:22px;padding:0;box-shadow:0 25px 70px rgba(0,0,0,.28);width:min(430px,calc(100% - 32px))}dialog::backdrop{background:rgba(17,37,33,.6);backdrop-filter:blur(4px)}.dialog-card{padding:35px;display:flex;flex-direction:column;gap:14px;position:relative}.dialog-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:25px;cursor:pointer}.dialog-emoji{font-size:45px}.dialog-card h2{margin:0;font-size:24px}.dialog-card p{color:var(--muted);font-size:13px;margin:0 0 5px}.dialog-card label{font-size:12px;font-weight:700;display:flex;flex-direction:column;gap:6px}.dialog-card input{border:1px solid var(--line);border-radius:9px;padding:11px;font:inherit}.dialog-submit{width:100%;margin-top:5px}.toast{position:fixed;z-index:20;left:50%;bottom:30px;transform:translate(-50%,80px);opacity:0;background:var(--ink);color:#fff;padding:12px 17px;border-radius:11px;display:flex;gap:8px;align-items:center;font-size:12px;transition:.3s}.toast svg{width:17px;color:var(--mint)}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.preference-card{margin:-25px 28px 0;grid-template-columns:1fr 1fr}.pref-wide,.recommend-button{grid-column:1/-1}}
@media(max-width:900px){.nav-links{display:none}.hero{margin:5px 16px;padding:45px 32px;min-height:590px}.hero-art{right:calc(50% - 240px);top:210px;transform:scale(.78)}h1{font-size:42px}.activity-grid,.story-grid{grid-template-columns:1fr 1fr}.team-section{margin:80px 16px 0;grid-template-columns:1fr;gap:35px;padding:45px}.team-section:before{display:none}}
@media(max-width:620px){.topbar{height:64px;padding:0 17px}.city-button svg:last-child{display:none}.hero{padding:35px 23px;min-height:590px;border-radius:23px}.eyebrow{font-size:10px}h1{font-size:35px}.hero-copy>p{font-size:13px}.desktop-only{display:none}.weather-strip{gap:13px}.hero-art{transform:scale(.66);top:220px}.preference-card{margin:-18px 23px 0;padding:20px;display:flex;flex-direction:column;align-items:stretch}.chip-row{overflow:auto;padding-bottom:4px}.people-block{width:45%}.recommend-section,.stories-section{margin-top:64px;padding:0 17px}.section-heading h2{font-size:26px}.activity-grid,.story-grid{grid-template-columns:1fr}.activity-visual{height:210px}.team-section{padding:38px 22px}.team-card{grid-template-columns:62px 1fr}.team-card .join-button{grid-column:1/-1;width:100%}footer{flex-direction:column;justify-content:center;gap:12px;text-align:center}.refresh-button{padding:8px}.section-heading.compact{align-items:end}}
