:root{
  --ink:#1f1b2d;--muted:#746f82;--cream:#fffdf8;--pink:#ff6c9f;--coral:#ff7657;
  --purple:#7b61ff;--blue:#58a9ff;--mint:#80e6c5;--yellow:#ffd958;--line:#e9e4ef;
  --shadow:0 18px 50px rgba(72,53,114,.12);--round:28px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#FFF8FB 0%,#F8F4FF 35%,#F2F5FF 70%,#F7F3FF 100%);color:var(--ink);font-family:"DM Sans","Noto Sans SC",sans-serif;overflow-x:hidden}
button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
.cursor-glow{position:fixed;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(130,104,255,.12),transparent 70%);transform:translate(-50%,-50%);pointer-events:none;z-index:0;transition:opacity .3s}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,76px);position:absolute;top:0;left:0;right:0;z-index:20}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:20px;letter-spacing:-.6px}.brand b{font-size:8px;letter-spacing:.8px;padding:4px 6px;border-radius:6px;background:var(--yellow);transform:rotate(4deg)}.brand-mark{width:35px;height:35px;display:grid;place-items:center;position:relative}.brand-mark i{position:absolute;width:19px;height:19px;border-radius:7px;transform:rotate(30deg)}.brand-mark i:nth-child(1){background:var(--pink);transform:translate(-5px,-4px) rotate(30deg)}.brand-mark i:nth-child(2){background:var(--purple);transform:translate(6px,2px) rotate(30deg);mix-blend-mode:multiply}.brand-mark i:nth-child(3){width:8px;height:8px;border-radius:50%;background:var(--yellow)}
.desktop-nav{display:flex;gap:35px;font-size:14px;font-weight:600}.desktop-nav a{position:relative;padding:9px 0;color:#5c5769}.desktop-nav a:after{content:"";position:absolute;height:3px;border-radius:3px;background:var(--pink);left:50%;right:50%;bottom:1px;transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{left:25%;right:25%}.desktop-nav a.active{color:var(--ink)}.sparkle{color:var(--purple)}
.header-actions{display:flex;align-items:center;gap:8px}.header-actions button{border:0;background:transparent}.icon-button{width:40px;height:40px;border-radius:50%!important;display:grid;place-items:center}.icon-button:hover{background:#fff}.icon-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}.login-btn{padding:10px 15px;font-weight:600}.join-btn{padding:11px 16px!important;border-radius:99px!important;background:var(--ink)!important;color:white;display:flex;align-items:center;gap:18px;font-size:13px;font-weight:700;box-shadow:4px 4px 0 var(--yellow)}.join-btn i{font-style:normal}.menu-btn{display:none;border:0;background:none}
.user-account{position:relative}.user-trigger{display:flex!important;align-items:center;gap:8px;padding:5px 10px 5px 5px!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(123,97,255,.13)!important;font-size:12px;font-weight:700}.user-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink));font-size:12px}.user-menu{position:absolute;top:48px;right:0;width:160px;padding:8px;border-radius:16px;background:rgba(255,255,255,.97);border:1px solid rgba(123,97,255,.12);box-shadow:0 18px 45px rgba(68,49,108,.15);opacity:0;visibility:hidden;transform:translateY(-7px);transition:.2s;z-index:40}.user-account.open .user-menu{opacity:1;visibility:visible;transform:none}.user-menu a,.user-menu button{display:block;width:100%;padding:10px 11px!important;border-radius:10px!important;text-align:left;font-size:12px;color:#50495e}.user-menu a:hover,.user-menu button:hover{background:#f5f1ff!important;color:var(--purple)}.user-menu .logout-action{color:#e65375;border-top:1px solid #eee9f3!important;border-radius:0!important;margin-top:4px;padding-top:12px!important}
.hero{min-height:760px;height:100vh;max-height:900px;position:relative;display:flex;align-items:center;padding:110px clamp(24px,7vw,110px) 70px;background:linear-gradient(135deg,#fff9fb 0%,#fbfaff 48%,#f4fffb 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(86,68,112,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(86,68,112,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to right,#000,transparent 75%)}
.hero-content{width:56%;position:relative;z-index:4}.eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:800;display:flex;align-items:center;gap:8px;color:#6d6678}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(128,230,197,.2)}.eyebrow span{background:#fff;border:1px solid var(--line);border-radius:10px;padding:4px 7px;letter-spacing:1px}
h1{font-family:"Noto Sans SC",sans-serif;font-size:clamp(54px,5.6vw,86px);line-height:1.13;letter-spacing:-4px;margin:27px 0 22px;font-weight:900}.gradient-text{display:inline-block;background:linear-gradient(90deg,var(--pink),var(--purple) 55%,var(--blue));-webkit-background-clip:text;color:transparent;position:relative}.gradient-text:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:9px;background:url("data:image/svg+xml,%3Csvg width='400' height='10' viewBox='0 0 400 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7 C80 1 155 9 230 4 S335 7 398 2' fill='none' stroke='%23ffcc48' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100%}.hero h1 em{color:var(--coral);font-style:normal}.hero-content>p{font-size:17px;line-height:1.9;color:var(--muted);margin:0 0 32px}.hero-cta{display:flex;gap:12px}.hero-cta button{height:56px;border-radius:17px;border:0;font-weight:700}.primary-cta{padding:0 24px;background:var(--ink);color:#fff;display:flex;gap:40px;align-items:center;box-shadow:7px 7px 0 var(--pink);transition:.2s}.primary-cta:hover{transform:translate(3px,3px);box-shadow:4px 4px 0 var(--pink)}.primary-cta b{font-size:20px}.ai-cta{padding:0 20px;background:white;display:flex;align-items:center;gap:10px;border:1px solid var(--line)!important;box-shadow:0 7px 20px rgba(64,46,92,.06)}.ai-cta small{background:var(--yellow);font-size:8px;border-radius:5px;padding:2px 4px;margin-right:4px}.ai-dot{width:27px;height:27px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--pink));display:grid;place-items:center}.ai-dot i{width:8px;height:8px;border-radius:50%;background:white;animation:pulse 1.6s infinite}
.community-proof{display:flex;align-items:center;gap:16px;margin-top:35px}.avatars{display:flex}.avatar{width:31px;height:31px;border:3px solid white;border-radius:50%;display:grid;place-items:center;color:white;font-weight:800;font-size:10px;margin-left:-7px}.avatars .avatar:first-child{margin:0}.a1{background:var(--pink)}.a2{background:var(--purple)}.a3{background:#39bca2}.a4{background:var(--ink)}.community-proof strong{font-size:14px}.community-proof small{display:block;color:#928c9c;font-size:10px;margin-top:2px}.divider{height:29px;width:1px;background:var(--line)}.rating strong span{color:var(--yellow)}
.hero-visual{position:absolute;z-index:3;width:min(48vw,620px);height:min(48vw,620px);right:clamp(5px,4vw,70px);top:50%;transform:translateY(-47%)}.visual-halo{position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,rgba(228,219,255,.66) 35%,rgba(210,249,240,.55) 66%,transparent 67%);filter:drop-shadow(0 30px 55px rgba(108,83,176,.15))}.visual-halo:after{content:"";position:absolute;inset:12%;border:1px dashed rgba(77,56,112,.18);border-radius:50%;animation:spin 35s linear infinite}.ai-core{position:absolute;width:180px;height:180px;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center}.core-face{width:135px;height:135px;border-radius:42px;background:linear-gradient(145deg,#886dff,#6550e4);box-shadow:inset -12px -12px 25px rgba(45,27,127,.25),inset 12px 12px 25px rgba(255,255,255,.2),0 20px 45px rgba(97,72,219,.35);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-6deg);position:relative}.core-face:after{content:"";position:absolute;inset:7px;border-radius:35px;border:1px solid rgba(255,255,255,.2)}.core-face strong{font-size:46px;letter-spacing:-4px}.core-face small{font-size:7px;letter-spacing:1.6px}.core-star{position:absolute;right:17px;top:12px;color:var(--yellow)}.core-ring{position:absolute;inset:0;border:2px dashed rgba(126,98,255,.25);border-radius:50%;animation:spin 18s linear infinite}.orbit{position:absolute;border:1px solid rgba(119,94,169,.17);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:410px;height:410px;animation:spin 22s linear infinite}.orbit-two{width:530px;height:530px;animation:spin 35s linear infinite reverse}.orbit span{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--pink);left:8%;top:25%;box-shadow:0 0 0 7px rgba(255,108,159,.15)}.orbit-two span{background:var(--mint);left:auto;right:5%;top:60%}
.mini-card{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:var(--shadow);padding:15px;animation:float 5s ease-in-out infinite}.card-idea{top:8%;left:8%;display:flex;align-items:center;gap:10px}.card-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center}.coral{background:#ffe0d6}.blue{background:#deedff}.card-idea div{display:flex;flex-direction:column}.mini-card small{font-size:9px;color:#8d8796}.card-idea strong{font-size:20px}.trend{font-size:8px;font-style:normal;color:#14a982;background:#dff9ee;border-radius:6px;padding:4px;margin-left:5px}.card-match{right:0;top:24%;width:165px;animation-delay:-1s}.match-top{display:flex;align-items:center;gap:8px;font-size:11px}.match-top .card-icon{width:26px;height:26px}.match-people{display:flex;align-items:center;gap:7px;margin:12px 0 7px}.match-people i{width:31px;height:31px;border-radius:50%;background:var(--pink);color:white;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:800}.match-people i:nth-of-type(2){background:var(--purple)}.match-people span{font-size:10px}.match-people em{font-style:normal;font-size:9px;color:#6a54e4;background:#ede9ff;padding:3px 5px;border-radius:6px}.card-topic{bottom:13%;left:3%;width:180px;animation-delay:-2.5s}.card-topic>small{color:var(--coral)}.card-topic strong{display:block;font-size:14px;margin:8px 0 12px}.card-topic div{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:var(--muted)}.card-topic i{width:25px;height:25px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;color:var(--ink);font-style:normal}.float-pill{position:absolute;z-index:5;font-size:10px;background:white;border:1px solid var(--line);border-radius:99px;padding:8px 12px;box-shadow:0 8px 20px rgba(55,43,76,.08);animation:float 5s ease-in-out infinite}.float-pill span{margin-right:4px}.pill-one{left:42%;top:20%}.pill-two{left:46%;bottom:19%;animation-delay:-2s}.pill-three{right:5%;bottom:12%;animation-delay:-3.5s}.doodle{position:absolute;font-size:25px;color:var(--pink)}.d1{right:16%;top:7%}.d2{left:20%;bottom:8%;color:var(--yellow)}.d3{right:8%;bottom:30%;color:var(--mint)}.scroll-cue{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;font-size:8px;letter-spacing:2px;color:#9892a1}.scroll-cue i{font-style:normal;width:27px;height:27px;margin-top:7px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;animation:bounce 2s infinite}
.ticker{height:48px;background:var(--ink);color:white;overflow:hidden;display:flex;align-items:center;transform:rotate(-.6deg);width:101%;margin-left:-.5%}.ticker-track{display:flex;min-width:max-content;animation:ticker 24s linear infinite}.ticker span{font-size:12px;font-weight:700;letter-spacing:.8px;padding:0 25px}.ticker i{font-style:normal;color:var(--yellow);margin-left:35px}
.discover-section,.events{padding:110px clamp(24px,7vw,110px);max-width:1500px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:45px}.section-heading>div{display:flex;align-items:center;gap:18px}.section-index{font-size:10px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted)}.section-heading h2{font-size:clamp(32px,3.5vw,50px);margin:0;letter-spacing:-2px}.section-heading h2 span{color:var(--purple)}.section-heading p{color:var(--muted);font-size:13px}.filter-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:white;border-radius:99px;padding:9px 15px;font-size:11px;color:#706a79;transition:.25s}.filter:hover,.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.view-all{border:0;background:none;font-weight:700;font-size:12px}.view-all span{margin-left:6px;color:var(--pink)}
.idea-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:20px}.idea-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.35s cubic-bezier(.2,.8,.2,1)}.idea-card:hover{transform:translateY(-8px) rotate(-.3deg);box-shadow:var(--shadow)}.idea-card.hidden{display:none}.card-cover{height:220px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.featured .card-cover{height:260px}.cover-purple{background:linear-gradient(140deg,#d9ceff,#afa0ff)}.cover-mint{background:linear-gradient(140deg,#c5f6e6,#84e2c6)}.cover-yellow{background:linear-gradient(140deg,#fff0a8,#ffd85b)}.cover-label{position:absolute;bottom:13px;left:16px;color:white;font-size:8px;letter-spacing:2px;font-weight:800}.cover-label.dark{color:var(--ink)}.hot-badge,.new-badge{position:absolute;top:14px;left:14px;background:white;border-radius:99px;padding:6px 10px;font-size:9px;font-weight:700;z-index:2}.new-badge{background:var(--ink);color:white}.robot{width:120px;height:110px;background:#fff;border:8px solid #6951d9;border-radius:35px;box-shadow:8px 8px 0 rgba(255,255,255,.4);transform:rotate(-5deg);display:grid;place-items:center;position:relative}.robot-face{background:#29233b;width:72px;height:45px;border-radius:18px;color:var(--mint);display:grid;place-items:center;font-size:22px}.robot .ear{position:absolute;width:15px;height:35px;background:var(--yellow);top:35px}.robot .left{left:-20px;border-radius:8px 3px 3px 8px}.robot .right{right:-20px;border-radius:3px 8px 8px 3px}.device{width:100px;height:145px;background:#242034;border-radius:24px;transform:rotate(8deg);box-shadow:12px 12px 0 rgba(255,255,255,.45);color:#8ff1d1;display:grid;place-items:center;font-size:46px;font-weight:900}.device i{position:absolute;width:55px;height:8px;border-radius:8px;background:var(--mint);bottom:17px}.bloom{width:130px;height:130px;position:relative;display:grid;place-items:center}.bloom i{position:absolute;width:62px;height:62px;border-radius:50%;background:#ff7c8e}.bloom i:nth-child(1){top:2px}.bloom i:nth-child(2){bottom:2px}.bloom i:nth-child(3){left:2px}.bloom i:nth-child(4){right:2px}.bloom b{z-index:1;background:var(--yellow);width:60px;height:60px;border-radius:50%;display:grid;place-items:center;font-size:28px}.idea-body{padding:19px}.author{display:flex;align-items:center;gap:9px}.author-avatar{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:white;font-size:11px;font-weight:800}.author-avatar.purple{background:var(--purple)}.author-avatar.mint{background:#24aa89}.author-avatar.yellow{background:#f1b529}.author>div{flex:1;display:flex;flex-direction:column}.author strong{font-size:11px}.author small{font-size:8px;color:#98929e;margin-top:2px}.follow{border:0;background:#f6f2ff;color:var(--purple);border-radius:9px;padding:6px 9px;font-size:9px;font-weight:700}.follow.following{background:#e5fbf3;color:#16896d}.idea-body h3{font-size:19px;margin:20px 0 10px;letter-spacing:-.4px}.idea-body p{font-size:11px;color:var(--muted);line-height:1.8;margin:0 0 14px}.tags{display:flex;gap:6px}.tags span{font-size:8px;background:#f5f3f7;padding:5px 7px;border-radius:6px;color:#756e80}.card-meta{display:flex;align-items:center;gap:15px;border-top:1px solid #f0ecf2;margin-top:17px;padding-top:13px}.card-meta button{border:0;background:none;padding:0;font-size:10px;color:#77717e}.card-meta .like.liked{color:var(--pink)}.card-meta>span{margin-left:auto;font-size:8px;color:#aaa4ad}
.ai-banner{margin:20px clamp(24px,4vw,65px) 0;min-height:410px;border-radius:38px;background:var(--ink);color:white;position:relative;overflow:hidden;padding:75px clamp(30px,6vw,90px);display:flex;align-items:center;gap:9%;box-shadow:0 30px 80px rgba(37,30,54,.2)}.banner-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(90deg,transparent,#000,transparent)}.ai-banner:after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:var(--purple);filter:blur(100px);opacity:.28;right:12%;top:5%}.banner-copy{width:48%;position:relative;z-index:2}.banner-tag{font-size:8px;letter-spacing:2px;color:var(--mint);border:1px solid rgba(128,230,197,.35);border-radius:99px;padding:6px 10px}.banner-copy h2{font-size:clamp(35px,4vw,55px);line-height:1.2;letter-spacing:-2px;margin:20px 0}.banner-copy h2 span{color:var(--yellow)}.banner-copy p{font-size:13px;color:#bbb6c7;line-height:1.8;max-width:500px}.banner-copy button{border:0;background:white;border-radius:14px;padding:14px 18px;font-weight:800;font-size:12px;margin-top:12px}.banner-copy button i{color:var(--purple);font-style:normal;margin-left:20px}.network-card{width:390px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:23px;padding:22px;position:relative;z-index:2;backdrop-filter:blur(12px);transform:rotate(2deg)}.network-head{display:flex;justify-content:space-between;font-size:10px}.network-head span i{width:7px;height:7px;background:var(--mint);display:inline-block;border-radius:50%;margin-right:6px}.network-head b{color:var(--mint)}.progress{height:5px;background:rgba(255,255,255,.1);border-radius:9px;margin:14px 0 21px;overflow:hidden}.progress i{display:block;width:82%;height:100%;background:linear-gradient(90deg,var(--mint),var(--blue));border-radius:9px}.profile-row{display:flex;gap:7px}.profile-chip{flex:1;padding:10px 9px;border-radius:10px;font-size:8px;color:var(--ink)}.profile-chip b{display:block;font-size:16px;margin-top:4px}.profile-chip.pink{background:#ffc2d6}.profile-chip.blue{background:#beddff}.profile-chip.yellow{background:#ffe88c}.suggestion{margin-top:12px;background:white;color:var(--ink);border-radius:13px;padding:11px;display:flex;align-items:center;gap:10px}.suggestion div{flex:1}.suggestion small{display:block;font-size:7px;color:#9a94a1}.suggestion strong{font-size:9px}.suggestion>b{font-size:11px;color:var(--purple)}
.events{padding-top:120px}.event-list{display:grid;gap:12px}.event-card{border:1px solid var(--line);border-radius:20px;padding:20px;display:flex;align-items:center;gap:25px;background:#fff;transition:.25s}.event-card:hover{border-color:#cfc4ff;box-shadow:0 13px 30px rgba(57,43,85,.08);transform:translateX(4px)}.event-date{width:90px;display:flex;gap:8px;align-items:center;border-right:1px solid var(--line)}.event-date strong{font-size:38px}.event-date span{font-size:8px;line-height:1.5;color:var(--muted)}.event-info{flex:1}.event-type{font-size:7px;letter-spacing:1px;padding:4px 6px;border-radius:5px}.event-type.pink{background:#ffe3ed;color:#cf3c70}.event-type.blue{background:#e0efff;color:#367bc4}.event-info h3{font-size:17px;margin:8px 0 5px}.event-info p{font-size:9px;color:var(--muted);margin:0}.event-people{display:flex;align-items:center;gap:10px}.event-people small{font-size:9px;color:var(--muted)}.event-card>button{border:0;background:var(--ink);color:white;border-radius:12px;padding:11px 15px;font-size:10px;font-weight:700}.event-card>button span{margin-left:14px}
footer{background:#f4f0f8;padding:70px clamp(24px,7vw,110px) 25px}.footer-main{display:flex;justify-content:space-between}.footer-brand{margin-bottom:15px}.footer-main p{font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:80px}.footer-links>div{display:flex;flex-direction:column;gap:10px;font-size:10px}.footer-links strong{font-size:11px;margin-bottom:4px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--purple)}.footer-bottom{border-top:1px solid #ddd7e3;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:7px;color:#918a99;letter-spacing:.8px}.footer-bottom b{color:var(--pink)}
.match-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;visibility:hidden;opacity:0;transition:.3s}.match-modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(26,21,39,.65);backdrop-filter:blur(10px)}.modal-card{position:relative;width:min(600px,calc(100% - 32px));background:#fff;border-radius:30px;padding:40px;text-align:center;box-shadow:0 30px 100px rgba(20,12,40,.35);transform:translateY(20px) scale(.96);transition:.35s}.open .modal-card{transform:none}.modal-close{position:absolute;right:18px;top:16px;border:0;background:#f3f0f5;width:34px;height:34px;border-radius:50%;font-size:20px}.modal-icon{width:62px;height:62px;border-radius:20px;background:linear-gradient(135deg,var(--purple),var(--pink));display:grid;place-items:center;color:white;font-size:27px;margin:0 auto 13px;box-shadow:6px 6px 0 var(--yellow)}.modal-kicker{font-size:8px;letter-spacing:2px;color:var(--purple);font-weight:800}.modal-card h2{font-size:28px;margin:10px 0}.modal-card>p{font-size:12px;color:var(--muted);line-height:1.7}.prompt-box{border:1.5px solid var(--line);border-radius:18px;padding:9px;text-align:left;margin-top:23px}.prompt-box:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px rgba(123,97,255,.1)}.prompt-box textarea{width:100%;height:75px;resize:none;border:0;outline:0;padding:8px;font:inherit;font-size:12px;line-height:1.6}.prompt-box button{display:flex;margin-left:auto;border:0;background:var(--ink);color:white;border-radius:10px;padding:10px 14px;font-size:10px;font-weight:700}.prompt-box button span{margin-left:20px}.prompt-hints{margin-top:15px;display:flex;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap}.prompt-hints span{font-size:8px;color:#999}.prompt-hints button{border:0;border-radius:99px;background:#f4f1f7;padding:6px 9px;font-size:8px}.toast{position:fixed;right:25px;bottom:25px;z-index:110;background:var(--ink);color:white;border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 18px 50px rgba(24,18,35,.3);transform:translateY(120px);opacity:0;transition:.35s}.toast.show{transform:none;opacity:1}.toast>span{font-size:22px}.toast strong{font-size:11px;display:block}.toast small{font-size:8px;color:#bfb9c8}
.reveal{opacity:0;transform:translateY(25px);transition:.75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
@keyframes pulse{50%{transform:scale(.6);opacity:.6}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-10px) rotate(1deg)}}@keyframes bounce{50%{transform:translateY(5px)}}@keyframes ticker{to{transform:translateX(-50%)}}
@media(max-width:1050px){.hero{min-height:780px}.hero-content{width:60%}.hero-visual{right:-120px;opacity:.8}.float-pill{display:none}.idea-grid{grid-template-columns:1fr 1fr}.idea-card.featured{grid-column:span 2}.ai-banner{gap:5%}.banner-copy{width:52%}.network-card{width:340px}}
@media(max-width:720px){.desktop-nav{display:none}}
@media(max-width:720px){.site-header{height:70px;padding:0 20px}.brand{font-size:16px}.header-actions{display:none}.menu-btn{display:block;width:38px;height:38px}.menu-btn span{display:block;width:22px;height:2px;background:var(--ink);margin:6px}.hero{height:auto;max-height:none;min-height:900px;display:block;padding:125px 22px 60px}.hero-content{width:100%;text-align:center}.eyebrow{justify-content:center;font-size:8px}.hero h1{font-size:48px;letter-spacing:-3px}.hero-content>p{font-size:14px}.desktop-only{display:none}.hero-cta{justify-content:center;flex-direction:column;max-width:320px;margin:auto}.hero-cta button{justify-content:center}.community-proof{justify-content:center}.hero-visual{width:430px;height:430px;right:50%;transform:translate(50%,0);top:auto;bottom:10px;opacity:1}.visual-halo{inset:15%}.orbit-one{width:300px;height:300px}.orbit-two{width:390px;height:390px}.ai-core{width:135px;height:135px}.core-face{width:105px;height:105px;border-radius:32px}.core-face strong{font-size:35px}.core-face small{font-size:5px}.card-match{right:2%;top:22%;transform:scale(.85)}.card-idea{left:0;top:5%;transform:scale(.85)}.card-topic{left:3%;bottom:7%;transform:scale(.85)}.scroll-cue{display:none}.discover-section,.events{padding:80px 20px}.section-heading{display:block}.section-heading>div{align-items:flex-start}.section-heading p{margin-left:50px}.filter-row{align-items:flex-end}.view-all{display:none}.idea-grid{grid-template-columns:1fr}.idea-card.featured{grid-column:auto}.ai-banner{margin:0 14px;border-radius:28px;padding:55px 25px;display:block}.banner-copy{width:100%;text-align:center}.network-card{width:100%;margin-top:40px}.event-card{gap:12px;flex-wrap:wrap}.event-date{width:75px}.event-people{display:none}.event-info{min-width:170px}.footer-main{display:block}.footer-links{margin-top:45px;gap:35px;justify-content:space-between}.footer-bottom{display:block;line-height:2}.modal-card{padding:35px 20px}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
.brand-image-link{display:flex;align-items:center;flex:0 0 auto;transition:opacity .2s}.brand-image-link:hover{opacity:.92}.brand-logo{display:block;width:auto;height:48px;object-fit:contain}.footer-brand-logo{height:44px}.site-header>.brand-image-link{margin-right:clamp(32px,5vw,82px)}
@media(max-width:1050px){.brand-logo{height:42px}.site-header>.brand-image-link{margin-right:20px}}
@media(max-width:720px){.brand-logo{height:38px}.site-header>.brand-image-link{margin-right:0}.footer-brand-logo{height:40px}}

/* Marketeam-inspired energy layer */
@property --border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}
.site-header{animation:headerIn .8s cubic-bezier(.22,1,.36,1) both}
.hero-content{animation:heroIn 1s .12s cubic-bezier(.22,1,.36,1) both}
.hero-visual{animation:visualIn 1.2s .3s cubic-bezier(.22,1,.36,1) both}
.energy-border{position:relative;display:inline-flex;padding:2px;border-radius:99px;background:conic-gradient(from var(--border-angle),var(--purple),var(--yellow),var(--pink),var(--mint),var(--purple));animation:borderSpin 3s linear infinite;box-shadow:0 8px 24px rgba(123,97,255,.18)}
.energy-border .join-btn{box-shadow:none;position:relative;overflow:hidden;z-index:1}
.join-btn:after,.primary-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--purple),var(--pink));transform:translateX(-102%);transition:transform .45s cubic-bezier(.22,1,.36,1);z-index:-1}
.join-btn:hover:after{transform:none}
.typing-cursor{display:inline-block;width:5px;height:.84em;margin-left:8px;vertical-align:-.04em;border-radius:6px;background:var(--purple);animation:blink .75s steps(1) 5}
.hero-cta{align-items:center}.hero-border{border-radius:19px}.hero-border .primary-cta{box-shadow:none;position:relative;overflow:hidden;z-index:1}.primary-cta:after{transform:translateX(102%)}.primary-cta:hover:after{transform:none}.hero-border .primary-cta:hover{transform:translateY(-2px);box-shadow:none}
.orbit-one{width:300px;height:300px;animation:orbitSpin 26s linear infinite}.orbit-two{width:410px;height:410px;animation:orbitSpinReverse 38s linear infinite}.orbit-three{width:515px;height:515px;animation:orbitSpin 48s linear infinite}.orbit-four{width:610px;height:610px;animation:orbitSpinReverse 60s linear infinite}
.orbit-avatar{position:absolute!important;width:44px!important;height:44px!important;border:4px solid rgba(255,255,255,.96)!important;border-radius:15px!important;display:grid!important;place-items:center!important;color:#fff;font-size:11px;font-weight:900;box-shadow:0 8px 25px rgba(59,43,89,.18)!important;animation:avatarIn .9s cubic-bezier(.22,1,.36,1) both!important}
.oa-one{left:3%!important;top:38%!important;background:var(--pink)!important;animation-delay:.7s!important}.oa-two{left:auto!important;right:8%!important;top:10%!important;background:var(--purple)!important;animation-delay:1s!important}.oa-three{left:66%!important;top:auto!important;bottom:0!important;background:#29b995!important;animation-delay:1.25s!important}.oa-four{left:14%!important;top:5%!important;background:#ff9e45!important;animation-delay:1.45s!important}.oa-five{left:auto!important;right:-1%!important;top:48%!important;background:#4f9cf4!important;animation-delay:1.7s!important}.oa-six{left:24%!important;top:auto!important;bottom:-1%!important;background:#e55da1!important;animation-delay:1.95s!important}
.remote-cursor{position:absolute;left:43%;bottom:3%;z-index:8;animation:cursorFly 1s 2.05s cubic-bezier(.22,1,.36,1) both}.remote-cursor span{display:block;color:var(--purple);font-size:25px;transform:rotate(-45deg);text-shadow:0 5px 12px rgba(123,97,255,.3)}.remote-cursor b{display:inline-block;margin:-5px 0 0 15px;padding:7px 11px;border-radius:99px;background:var(--purple);color:#fff;font-size:8px;box-shadow:0 8px 20px rgba(123,97,255,.25)}
@keyframes borderSpin{to{--border-angle:360deg}}@keyframes blink{50%{opacity:0}}@keyframes headerIn{from{opacity:0;transform:translateY(-20px)}}@keyframes heroIn{from{opacity:0;transform:translateY(40px)}}@keyframes visualIn{from{opacity:0;transform:translateY(-47%) scale(.85)}}@keyframes orbitSpin{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes orbitSpinReverse{from{transform:translate(-50%,-50%) rotate(360deg)}to{transform:translate(-50%,-50%) rotate(0)}}@keyframes avatarIn{from{opacity:0;filter:blur(8px);transform:scale(.25) rotate(-180deg)}}@keyframes cursorFly{from{opacity:0;transform:translate(70px,70px) scale(.5)}}
@media(max-width:1050px){.hero-visual{scale:.86}.orbit-four{opacity:.55}}
@media(max-width:720px){.hero-visual{scale:.82}.orbit-one{width:210px;height:210px}.orbit-two{width:285px;height:285px}.orbit-three{width:360px;height:360px}.orbit-four{width:430px;height:430px}.orbit-avatar{width:38px!important;height:38px!important}.remote-cursor{bottom:1%}}

/* 桌面全屏优化：增强首屏视觉中心，并让 AI 匹配横幅与上方内容网格对齐 */
@media(min-width:1051px){
  .hero-visual{width:min(54vw,720px);height:min(54vw,720px);right:clamp(0px,2.5vw,48px)}
  .orbit-one{width:350px;height:350px}
  .orbit-two{width:470px;height:470px}
  .orbit-three{width:600px;height:600px}
  .orbit-four{width:700px;height:700px}
  .ai-core{width:205px;height:205px}
  .core-face{width:152px;height:152px;border-radius:48px}
}
.ai-banner{
  width:calc(100% - clamp(24px,7vw,110px) - clamp(24px,7vw,110px));
  max-width:1280px;
  min-height:380px;
  margin:20px auto 0;
  padding-top:62px;
  padding-bottom:62px;
}
@media(max-width:720px){
  .ai-banner{width:calc(100% - 28px);margin:0 auto;min-height:auto;padding:55px 25px}
}

/* AI 匹配横幅：圆形连接网络视觉 */
.banner-orbit-visual{width:min(48%,520px);height:360px;position:relative;z-index:2;flex:none;overflow:visible}
.banner-orbit-glow{position:absolute;width:330px;height:330px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(135,105,255,.32),rgba(94,140,255,.12) 45%,rgba(72,207,168,.08) 62%,transparent 72%);filter:blur(3px)}
.banner-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(210,200,255,.2);border-radius:50%;transform:translate(-50%,-50%)}
.banner-ring:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#ff6fa8;box-shadow:0 0 0 6px rgba(255,111,168,.12);left:13%;top:24%}
.banner-ring.ring-a{width:210px;height:210px;border-style:dashed;animation:orbitSpin 24s linear infinite}
.banner-ring.ring-b{width:310px;height:310px;animation:orbitSpinReverse 34s linear infinite}.banner-ring.ring-b:after{background:#5e8cff;left:auto;right:7%;top:54%}
.banner-ring.ring-c{width:410px;height:410px;animation:orbitSpin 48s linear infinite}.banner-ring.ring-c:after{background:#48cfa8;left:28%;top:auto;bottom:2%}
.banner-ai-core{position:absolute;width:138px;height:138px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-6deg);border-radius:42px;background:linear-gradient(145deg,#9a7cff,#654ce5);box-shadow:inset 10px 10px 24px rgba(255,255,255,.18),inset -10px -12px 25px rgba(42,25,122,.25),0 24px 55px rgba(119,88,246,.38);display:flex;flex-direction:column;align-items:center;justify-content:center;color:white}
.banner-ai-core:after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,255,255,.22);border-radius:35px}.banner-ai-core>span{position:absolute;right:17px;top:12px;color:#ffd34e}.banner-ai-core strong{font-size:43px;letter-spacing:-3px}.banner-ai-core small{font-size:6px;letter-spacing:1.7px}
.orbit-info{position:absolute;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.92);color:#242033;border-radius:18px;box-shadow:0 16px 38px rgba(16,10,37,.22);backdrop-filter:blur(12px);animation:float 5s ease-in-out infinite}
.orbit-idea{left:1%;top:14%;padding:13px 16px;display:flex;align-items:center;gap:10px}.orbit-idea>i{width:34px;height:34px;border-radius:11px;background:#ffe0d6;display:grid;place-items:center;font-style:normal}.orbit-idea span{display:flex;flex-direction:column}.orbit-idea small{font-size:8px;color:#8d8796}.orbit-idea b{font-size:19px}
.orbit-match{right:-2%;top:27%;width:180px;padding:14px;animation-delay:-1.8s}.orbit-match header{display:flex;gap:7px;align-items:center;font-size:10px}.orbit-match header i{width:26px;height:26px;border-radius:9px;background:#deedff;display:grid;place-items:center;font-style:normal}.orbit-match>div{display:flex;align-items:center;gap:7px;margin:10px 0 7px}.orbit-match>div span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ff6fa8;color:white;font-size:10px;font-weight:800}.orbit-match>div span:nth-of-type(2){background:#7758f6}.orbit-match em{font-style:normal;font-size:9px}.orbit-match strong{font-size:9px;color:#654ce5;background:#eee8ff;padding:4px 6px;border-radius:7px}.orbit-match>small{font-size:8px;color:#8d8796}
.orbit-person{position:absolute;width:43px;height:43px;border:4px solid rgba(255,255,255,.9);border-radius:15px;display:grid;place-items:center;color:white;font-size:10px;font-weight:900;box-shadow:0 10px 25px rgba(20,13,40,.24);animation:float 5.5s ease-in-out infinite}.person-pink{left:12%;bottom:5%;background:#ed5595}.person-blue{left:48%;top:0;background:#5e8cff;animation-delay:-2s}.person-mint{right:8%;bottom:2%;background:#2dc49e;animation-delay:-3.4s}.orbit-spark{position:absolute;color:#ff6fa8;font-size:25px;animation:float 4.5s ease-in-out infinite}.spark-one{right:19%;top:5%}.spark-two{left:24%;bottom:1%;color:#48cfa8;animation-delay:-2s}
@media(max-width:1050px){.banner-orbit-visual{width:43%;scale:.84}}
@media(max-width:720px){.banner-orbit-visual{width:100%;height:340px;margin:28px auto -16px;scale:.82}.orbit-match{right:-6%}.orbit-idea{left:-5%}}
@media(prefers-reduced-motion:reduce){.banner-ring,.orbit-info,.orbit-person,.orbit-spark{animation:none!important}}

/* Marketeam 式四层同心人才轨道，严格限制在横幅右侧区域 */
.banner-orbit-visual{height:390px;isolation:isolate;overflow:hidden;border-radius:28px}
.banner-orbit-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(154,124,255,.13),transparent 49%);pointer-events:none}
.talent-orbit{position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);animation-timing-function:linear;animation-iteration-count:infinite}
.talent-orbit:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,transparent 4%,rgba(217,161,255,.72) 43%,rgba(159,196,255,.42) 64%,transparent 96%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.talent-orbit-1{width:170px;height:170px;animation-name:talentSpinLeft;animation-duration:30s}
.talent-orbit-2{width:265px;height:265px;animation-name:talentSpinRight;animation-duration:40s}
.talent-orbit-3{width:360px;height:360px;animation-name:talentSpinRight;animation-duration:50s}
.talent-orbit-4{width:455px;height:455px;animation-name:talentSpinLeft;animation-duration:60s}
.talent-node{position:absolute;left:50%;top:50%;width:46px;height:46px;margin:-23px;border:4px solid rgba(255,255,255,.94);border-radius:16px;display:grid;place-items:center;color:white;font-size:11px;font-weight:900;box-shadow:0 10px 28px rgba(17,10,39,.3);animation:nodeArrive .9s cubic-bezier(.22,1,.36,1) both}
.talent-orbit-1 .talent-node{transform:rotate(270deg) translateX(85px) rotate(-270deg)}
.talent-orbit-2 .talent-node:nth-child(1){transform:rotate(35deg) translateX(132px) rotate(-35deg);animation-delay:.15s}.talent-orbit-2 .talent-node:nth-child(2){transform:rotate(205deg) translateX(132px) rotate(-205deg);animation-delay:.3s}
.talent-orbit-3 .talent-node:nth-child(1){transform:rotate(112deg) translateX(180px) rotate(-112deg);animation-delay:.45s}.talent-orbit-3 .talent-node:nth-child(2){transform:rotate(300deg) translateX(180px) rotate(-300deg);animation-delay:.6s}
.talent-orbit-4 .talent-node:nth-child(1){transform:rotate(20deg) translateX(227px) rotate(-20deg);animation-delay:.75s}.talent-orbit-4 .talent-node:nth-child(2){transform:rotate(145deg) translateX(227px) rotate(-145deg);animation-delay:.9s}.talent-orbit-4 .talent-node:nth-child(3){transform:rotate(252deg) translateX(227px) rotate(-252deg);animation-delay:1.05s}
.node-purple{background:#8668ff}.node-yellow{background:#e7b53e}.node-pink{background:#ee5c9c}.node-blue{background:#529df3}.node-mint{background:#2ec29b}.node-orange{background:#f59a47}
.orbit-status{position:absolute;z-index:4;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.11);backdrop-filter:blur(10px);color:#e9e4f2;font-size:8px;box-shadow:0 10px 24px rgba(15,9,32,.18)}.orbit-status i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#80e6c7;box-shadow:0 0 0 5px rgba(128,230,199,.1)}.status-top{right:5%;top:8%}.status-bottom{left:6%;bottom:7%}
@keyframes talentSpinLeft{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes talentSpinRight{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes nodeArrive{from{opacity:0;filter:blur(7px)}}
@media(max-width:1050px){.banner-orbit-visual{height:360px}.talent-orbit-4{opacity:.68}.orbit-status{display:none}}
@media(max-width:720px){.banner-orbit-visual{height:350px;overflow:hidden}.talent-orbit-4{width:430px;height:430px}.talent-orbit-3{width:330px;height:330px}.talent-orbit-3 .talent-node:nth-child(1){transform:rotate(112deg) translateX(165px) rotate(-112deg)}.talent-orbit-3 .talent-node:nth-child(2){transform:rotate(300deg) translateX(165px) rotate(-300deg)}}
@media(prefers-reduced-motion:reduce){.talent-orbit,.talent-node{animation:none!important}}

/* CircularTalentVisualization：右侧区域专用，不改变 Hero 父级布局 */
.banner-orbit-visual{position:relative;width:min(48%,520px);height:390px;min-width:0;overflow:visible;display:flex;align-items:center;justify-content:center;border-radius:0;isolation:isolate}
.circular-visual-wrapper{position:absolute;left:50%;top:50%;width:820px;height:820px;transform:translate(-50%,-50%) scale(.52);transform-origin:center}
.circular-visual-stage{position:relative;width:820px;height:820px;opacity:0;animation:ctStageIn 1.2s .2s cubic-bezier(.22,1,.36,1) forwards}
.ct-ambient{position:absolute;left:50%;top:50%;width:480px;height:480px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(139,94,255,.16) 0%,rgba(139,94,255,.07) 35%,transparent 70%);pointer-events:none}
.ct-orbit{position:absolute;inset:0;margin:auto;width:var(--orbit-size);height:var(--orbit-size);border-radius:50%;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite}
.ct-orbit:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(155,119,235,.38) 0%,rgba(155,119,235,.82) 42%,rgba(114,163,239,.66) 68%,rgba(155,119,235,.38) 100%);box-shadow:inset 0 0 10px rgba(150,116,230,.1),0 0 8px rgba(150,116,230,.08);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.ct-orbit.cw{animation-name:ctSpinCW}.ct-orbit.ccw{animation-name:ctSpinCCW}
.ct-avatar-position{position:absolute;left:50%;top:50%;width:var(--avatar-size);height:var(--avatar-size);translate:-50% -50%;transform:rotate(var(--angle)) translateX(var(--radius)) rotate(calc(var(--angle) * -1))}
.ct-avatar-upright{display:block;width:100%;height:100%;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite}.cw .ct-avatar-upright{animation-name:ctCounterCW}.ccw .ct-avatar-upright{animation-name:ctCounterCCW}
.ct-avatar{display:block;width:100%;height:100%;object-fit:cover;opacity:0;filter:blur(12px);animation:ctAvatarIn .8s var(--delay) cubic-bezier(.22,1,.36,1) forwards}.ct-avatar.round{border-radius:50%}.ct-avatar.square{border-radius:18px}.ct-avatar.soft-square{border-radius:22px}
.ct-avatar.glow-purple{box-shadow:0 0 24px rgba(160,104,255,.28),0 0 48px rgba(160,104,255,.12)}.ct-avatar.glow-pink{box-shadow:0 0 24px rgba(255,130,190,.28),0 0 48px rgba(255,130,190,.12)}.ct-avatar.glow-blue{box-shadow:0 0 24px rgba(112,170,255,.26),0 0 48px rgba(112,170,255,.1)}.ct-avatar.glow-yellow{box-shadow:0 0 24px rgba(255,210,90,.25),0 0 48px rgba(255,210,90,.1)}.ct-avatar.glow-orange{box-shadow:0 0 24px rgba(255,157,83,.25),0 0 48px rgba(255,157,83,.1)}
.ct-person-float{display:block;width:100%;height:100%;padding:5px;border-radius:50%;background:#fff;box-shadow:0 8px 30px rgba(92,72,255,.14),0 0 0 1px rgba(126,92,255,.08);animation:ctPersonFloat var(--float-duration) var(--float-delay) ease-in-out infinite}.ct-person-avatar{width:100%;height:100%;object-position:center center;border:0;box-shadow:none;background:#fff}
.ct-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;color:#fff;z-index:3;text-shadow:0 5px 24px rgba(44,26,110,.35)}.ct-center strong{font-family:"DM Sans",sans-serif;font-size:64px;line-height:1;font-weight:600;letter-spacing:-3px}.ct-center small{margin-top:10px;font-size:15px;font-weight:500;color:rgba(255,255,255,.65)}
@keyframes ctSpinCW{to{transform:rotate(360deg)}}@keyframes ctSpinCCW{to{transform:rotate(-360deg)}}@keyframes ctCounterCW{to{transform:rotate(-360deg)}}@keyframes ctCounterCCW{to{transform:rotate(360deg)}}
@keyframes ctStageIn{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes ctAvatarIn{from{opacity:0;filter:blur(12px);scale:.3;rotate:-180deg}to{opacity:1;filter:blur(0);scale:1;rotate:0deg}}
@keyframes ctPersonFloat{0%,100%{transform:translate3d(0,-4px,0) scale(1)}50%{transform:translate3d(2px,5px,0) scale(1.018)}}
@media(max-width:1400px) and (min-width:1201px){.circular-visual-wrapper{transform:translate(-50%,-50%) scale(.5)}}
@media(max-width:1200px) and (min-width:721px){.circular-visual-wrapper{transform:translate(-50%,-50%) scale(.44)}}
@media(max-width:720px){.banner-orbit-visual{width:100%;height:350px;margin:28px auto -16px;scale:1}.circular-visual-wrapper{transform:translate(-50%,-50%) scale(.43)}}
@media(prefers-reduced-motion:reduce){.circular-visual-stage{opacity:1;animation:none}.ct-orbit,.ct-avatar-upright,.ct-avatar,.ct-person-float{animation:none!important}.ct-avatar{opacity:1;filter:none}}

/* 参考图中的 AI 核心与悬浮信息层 */
.ct-ai-core{position:absolute;left:50%;top:50%;width:200px;height:200px;transform:translate(-50%,-50%) rotate(-5deg);border-radius:58px;background:linear-gradient(145deg,#9b83ff,#654be5);box-shadow:inset 15px 15px 35px rgba(255,255,255,.16),inset -16px -18px 35px rgba(38,22,117,.27),0 32px 75px rgba(116,80,255,.38);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:4}.ct-ai-core:after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.22);border-radius:49px}.ct-ai-core i{position:absolute;right:26px;top:22px;color:#ffd34e;font-style:normal;font-size:22px}.ct-ai-core strong{font-size:72px;line-height:1;letter-spacing:-6px}.ct-ai-core small{margin-top:13px;font-size:10px;letter-spacing:3px}
.ct-float-card{position:absolute;z-index:6;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:rgba(255,255,255,.94);color:#242033;box-shadow:0 25px 65px rgba(21,13,46,.24);backdrop-filter:blur(16px);animation:ctCardFloat 5s ease-in-out infinite}.ct-idea-card{width:260px;left:40px;top:145px;padding:24px;display:flex;align-items:center;gap:17px}.ct-card-icon{width:58px;height:58px;border-radius:19px;background:#ffe0d5;display:grid;place-items:center;font-size:24px}.ct-idea-card>div{display:flex;flex-direction:column}.ct-idea-card small{font-size:13px;color:#8f889a}.ct-idea-card strong{font-size:31px}.ct-idea-card>b{margin-left:auto;padding:8px;border-radius:10px;background:#e2faef;color:#23ae84;font-size:11px}
.ct-match-card{width:275px;right:30px;top:245px;padding:24px;animation-delay:-1.5s}.ct-match-card header{display:flex;align-items:center;gap:12px;font-size:15px}.ct-match-card header span{width:40px;height:40px;border-radius:14px;background:#e0efff;display:grid;place-items:center}.ct-people{display:flex;align-items:center;gap:11px;margin:20px 0 13px}.ct-people i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#ff6c9f;color:#fff;font-style:normal;font-size:14px;font-weight:800}.ct-people i:nth-of-type(2){background:#7758f6}.ct-people em{font-style:normal}.ct-people b{padding:7px 9px;border-radius:10px;background:#eee8ff;color:#7758f6;font-size:12px}.ct-match-card>small{color:#8f889a;font-size:12px}
.ct-topic-card{width:270px;left:35px;bottom:75px;padding:25px;animation-delay:-2.8s}.ct-topic-card>small{color:#ff7657;font-size:12px}.ct-topic-card>strong{display:block;margin:15px 0 24px;font-size:21px}.ct-topic-card footer{display:flex;justify-content:space-between;align-items:center;color:#8f889a;font-size:12px}.ct-topic-card footer i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ffd34e;color:#242033;font-style:normal;font-size:18px}
.ct-mini-pill{position:absolute;z-index:7;padding:12px 18px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:rgba(255,255,255,.94);color:#4c455b;box-shadow:0 16px 35px rgba(21,13,46,.18);font-size:12px;animation:ctCardFloat 5.5s ease-in-out infinite}.ct-pill-top{left:5px;top:68px}.ct-pill-bottom{right:25px;bottom:30px;animation-delay:-3s}
@keyframes ctCardFloat{50%{transform:translateY(-12px)}}

/* 创业墙三张项目卡片：统一网格、封面与文字基线。 */
.idea-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.idea-card,.idea-card.featured{display:flex;flex-direction:column;height:100%;min-width:0}
.card-cover,.featured .card-cover{height:230px;flex:0 0 230px}
.idea-body{display:flex;flex:1;flex-direction:column;padding:19px}
.author{min-height:34px}
.idea-body h3{min-height:52px;display:flex;align-items:flex-start;margin:20px 0 10px;line-height:1.45}
.idea-body p{min-height:60px;margin:0 0 14px}
.tags{margin-top:auto;min-height:27px;align-items:flex-start}
.card-meta{min-height:28px}
@media(max-width:1050px){.idea-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.idea-card.featured{grid-column:auto}}
@media(max-width:720px){.idea-grid{grid-template-columns:1fr}.card-cover,.featured .card-cover{height:220px;flex-basis:220px}.idea-body h3,.idea-body p{min-height:0}}

/* Footer 信息与结构 */
.site-footer{padding:72px clamp(24px,7vw,110px) 28px;background-image:linear-gradient(rgba(119,88,246,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(119,88,246,.045) 1px,transparent 1px),radial-gradient(circle at 82% 24%,rgba(154,124,255,.22),transparent 35%),radial-gradient(circle at 72% 78%,rgba(95,190,255,.15),transparent 34%),radial-gradient(circle at 18% 22%,rgba(255,139,184,.13),transparent 33%),linear-gradient(135deg,#fff,#f7f2ff 58%,#f0f8ff);background-size:48px 48px,48px 48px,auto,auto,auto,auto}
.footer-container{width:min(1220px,100%);margin:0 auto}
.site-footer .footer-main{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr);gap:clamp(70px,10vw,150px);align-items:start}
.footer-brand-section{max-width:430px}
.site-footer .footer-brand{display:inline-flex;margin:0 0 22px}
.site-footer .footer-brand-logo{height:48px}
.footer-description{margin:0 0 24px!important;color:#85879a!important;font-size:13px!important;line-height:1.85;max-width:420px}
.footer-meta{margin:7px 0 0!important;color:#989bad!important;font-size:11px!important;line-height:1.75}
.footer-meta a{color:inherit;transition:color .2s ease}.footer-meta a:hover{color:#7460f5}
.site-footer .footer-links{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:clamp(55px,7vw,100px);margin:0}
.site-footer .footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:18px;font-size:12px}
.site-footer .footer-links strong{margin:0 0 4px;color:#17162a;font-size:14px;font-weight:700}
.site-footer .footer-links a{color:#85879a;transition:color .2s ease}.site-footer .footer-links a:hover{color:#7460f5}
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:56px;padding-top:22px;border-top:1px solid rgba(20,20,40,.07);color:#989bad;font-size:10px;line-height:1.7;letter-spacing:.2px}
@media(max-width:820px){.site-footer .footer-main{gap:50px}.site-footer .footer-links{gap:36px}}
@media(max-width:620px){.site-footer{padding:56px 20px 26px}.site-footer .footer-main{grid-template-columns:1fr;gap:36px}.site-footer .footer-links{grid-template-columns:1fr;gap:36px}.site-footer .footer-links>div{gap:16px}.site-footer .footer-brand-logo{height:40px}.footer-description{font-size:12px!important}.footer-meta{font-size:10px!important}.site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:40px;padding-top:20px;font-size:9px}}
@media(prefers-reduced-motion:reduce){.ct-float-card,.ct-mini-pill{animation:none!important}}

/* 明亮版首页主视觉：仅覆盖置顶后的 AI 匹配板块 */
.ai-banner.home-primary-banner{
  width:100%;
  max-width:none;
  margin:82px 0 0;
  min-height:520px;
  border-radius:0;
  color:#242033;
  background:
    radial-gradient(circle at 82% 24%,rgba(154,124,255,.22),transparent 35%),
    radial-gradient(circle at 72% 78%,rgba(95,190,255,.15),transparent 34%),
    radial-gradient(circle at 18% 22%,rgba(255,139,184,.13),transparent 33%),
    linear-gradient(135deg,#fff,#f7f2ff 58%,#f0f8ff);
  border:0;
  box-shadow:none;
}
.home-primary-banner .banner-grid{background-image:linear-gradient(rgba(119,88,246,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(119,88,246,.055) 1px,transparent 1px)}
.ai-banner.home-primary-banner:after{background:#a98cff;opacity:.13}
.home-primary-banner .banner-tag{color:#4cab91;border-color:rgba(72,207,168,.35);background:rgba(255,255,255,.6)}
.home-primary-banner .banner-copy h2{color:#242033}.home-primary-banner .banner-copy h2 span{background:linear-gradient(90deg,#ff5f9e,#7758f6,#5e8cff);-webkit-background-clip:text;color:transparent}
.home-primary-banner .banner-copy p{color:#746f82}.home-primary-banner .banner-copy button{background:#242033;color:#fff;box-shadow:0 14px 32px rgba(36,32,51,.16)}
.home-primary-banner .banner-copy button i{color:#ffd34e}
@media(max-width:720px){.ai-banner.home-primary-banner{width:100%;margin:70px 0 0;min-height:auto;border-radius:0}}
/* 往期嘉宾首页预览 */
.guest-preview{max-width:1440px;margin:80px auto;padding:96px clamp(48px,5.55vw,80px);display:grid;grid-template-columns:minmax(300px,.85fr) minmax(560px,1.35fr);gap:clamp(44px,5vw,76px);align-items:center;overflow:hidden;background:radial-gradient(circle at 12% 16%,rgba(255,214,230,.22),transparent 35%),radial-gradient(circle at 86% 18%,rgba(119,103,245,.16),transparent 38%),#fcfbfd;border:1px solid rgba(112,92,245,.10);border-radius:36px;box-shadow:0 18px 60px rgba(45,34,90,.04)}
.guest-preview-kicker{display:flex;align-items:center;gap:16px;color:#7758f6;font-size:14px;font-weight:700;letter-spacing:.28em}.guest-preview-kicker i{display:block;width:52px;height:1px;background:rgba(119,88,246,.3)}
.guest-preview-copy h2{margin:26px 0 20px;color:#17162a;font-size:clamp(44px,3.5vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.035em}
.guest-preview-count{display:flex;flex-direction:column;align-items:flex-start}.guest-preview-count strong{color:#17162a;font-size:clamp(88px,7.4vw,108px);font-weight:700;line-height:.95;letter-spacing:-.055em}.guest-preview-count span{margin-top:14px;color:#8a8796;font-size:13px;font-weight:700;letter-spacing:.16em}
.guest-preview-copy p{max-width:360px;margin:28px 0 0;color:#777486;font-size:18px;line-height:1.8}
.guest-preview-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;margin-top:30px;padding:0 28px;border-radius:999px;background:#211b39;color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 10px 24px rgba(33,27,57,.12);transition:transform 220ms ease,box-shadow 220ms ease}.guest-preview-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(33,27,57,.17)}
.archive-preview-stats{display:flex;align-items:center;gap:24px;margin:30px 0 22px}.archive-preview-stats>div{display:flex;align-items:flex-end;gap:12px}.archive-preview-stats strong{font-size:clamp(48px,5.3vw,82px);line-height:.88;letter-spacing:-.06em}.archive-preview-stats span{color:#8b849b;font-size:11px;font-weight:750;line-height:1.55;letter-spacing:.08em}.archive-preview-stats>i{width:1px;height:58px;background:#ded8f0}
.guest-constellation{position:relative;min-height:500px;padding:24px clamp(72px,6vw,92px) 18px 24px;display:grid;grid-template-rows:1.15fr 1fr 1fr;align-items:center}.guest-connection-lines{position:absolute;inset:20px 56px 24px 0;width:calc(100% - 56px);height:calc(100% - 44px);pointer-events:none}.guest-connection-lines path{fill:none;stroke:rgba(116,96,245,.10);stroke-width:1;vector-effect:non-scaling-stroke}
.guest-constellation-row{position:relative;z-index:1;display:grid;align-items:start;justify-items:center}.guest-row-primary{grid-template-columns:1fr;padding-left:20px}.guest-row-three{grid-template-columns:repeat(3,minmax(92px,1fr));gap:clamp(32px,4vw,68px)}.guest-row-three .guest-preview-person:first-child{transform:translateY(10px)}.guest-row-three .guest-preview-person:nth-child(2){transform:translateY(-10px)}.guest-row-two{grid-template-columns:repeat(2,minmax(100px,150px));justify-content:center;gap:clamp(70px,8vw,116px);padding-left:30px}.guest-row-two .guest-preview-person:last-child{transform:translateY(8px)}
.guest-preview-person{width:108px;color:#242033;text-align:center;text-decoration:none}.guest-preview-person img{width:82px;height:82px;display:block;margin:0 auto;border-radius:50%;object-fit:cover;object-position:center;border:0;box-shadow:0 0 0 2px rgba(255,255,255,.95),0 0 0 3px rgba(112,92,245,.10),0 12px 30px rgba(55,40,120,.08);transition:transform 220ms ease}.guest-preview-person>span{display:block;margin-top:12px;font-size:16px;font-weight:700;line-height:1.25;transition:color 220ms ease}.guest-preview-person small{display:block;margin-top:5px;color:#777486;font-size:12px;font-weight:500;opacity:.55;transition:opacity 220ms ease}.guest-preview-person:hover img{transform:scale(1.04)}.guest-preview-person:hover>span{color:#17162a}.guest-preview-person:hover small{opacity:1}.guest-person-primary{width:142px}.guest-person-primary img{width:116px;height:116px}.guest-person-primary>span{font-size:17px}
@media(max-width:1100px){.guest-preview{grid-template-columns:minmax(280px,.72fr) minmax(420px,1fr);padding:72px 48px;gap:36px}.guest-constellation{min-height:450px;padding-right:40px}.guest-row-three{gap:22px}.guest-row-two{gap:54px}.guest-preview-person img{width:72px;height:72px}.guest-person-primary img{width:98px;height:98px}}
@media(max-width:820px){.guest-preview{grid-template-columns:1fr;margin:56px 20px;padding:58px 42px;gap:42px}.guest-preview-copy p{max-width:440px}.guest-constellation{min-height:auto;padding:10px 24px 0;grid-template-rows:auto;gap:34px}.guest-connection-lines{display:none}.guest-row-primary{padding-left:0}.guest-row-three{grid-template-columns:repeat(3,1fr);gap:20px}.guest-row-two{gap:70px;padding-left:20px}.guest-row-three .guest-preview-person:first-child,.guest-row-three .guest-preview-person:nth-child(2),.guest-row-two .guest-preview-person:last-child{transform:none}}
@media(max-width:560px){.guest-preview{margin:36px 12px;padding:42px 22px;border-radius:var(--radius-section)}.guest-preview-kicker{font-size:12px;gap:12px}.guest-preview-kicker i{width:42px}.guest-preview-copy h2{font-size:38px;margin-top:22px}.guest-preview-count strong{font-size:76px}.archive-preview-stats{gap:13px}.archive-preview-stats>div{gap:7px}.archive-preview-stats strong{font-size:44px}.archive-preview-stats span{font-size:9px}.archive-preview-stats>i{height:42px}.guest-preview-copy p{font-size:16px;line-height:1.75}.guest-preview-cta{width:100%;margin-top:24px}.guest-constellation{grid-template-rows:auto;gap:28px;padding:6px 0 0}.guest-row-primary{display:grid;grid-template-columns:1fr}.guest-row-three{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.guest-row-two{grid-template-columns:repeat(2,minmax(0,100px));gap:40px;padding-left:0}.guest-preview-person,.guest-person-primary{width:100%;min-width:0}.guest-preview-person img{width:62px;height:62px}.guest-person-primary img{width:82px;height:82px}.guest-preview-person>span,.guest-person-primary>span{font-size:14px}.guest-preview-person small{font-size:11px}}
