@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.login-page{background:#070b14;grid-template-columns:1.2fr .8fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.bg-glow{filter:blur(220px);opacity:.18;background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:50%;width:900px;height:900px;animation:8s infinite pulseGlow;position:absolute;top:-250px;left:-250px}@keyframes pulseGlow{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.network{opacity:.2;background:#b8ff4f;border-radius:50%;position:absolute}.network1{width:12px;height:12px;animation:10s infinite floatNode;top:15%;left:20%}.network2{width:10px;height:10px;animation:14s infinite floatNode;top:60%;left:30%}.network3{width:14px;height:14px;animation:12s infinite floatNode;top:30%;left:60%}@keyframes floatNode{0%{transform:translateY(0)}50%{transform:translateY(-25px)}to{transform:translateY(0)}}.hero-panel{z-index:2;flex-direction:column;justify-content:center;padding:70px;display:flex;position:relative}.logo-row{align-items:center;gap:15px;margin-bottom:40px;display:flex}.logo-circle{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:28px;font-weight:800;display:flex;box-shadow:0 0 30px #7b2fff66}.logo-row h2{font-size:32px;font-weight:800}.logo-row p{color:#9aa7b8;font-size:14px}.hero-title{max-width:750px;margin-bottom:20px;font-size:72px;font-weight:800;line-height:1.05}.hero-title span{color:#b8ff4f}.hero-subtitle{color:#aab6c5;max-width:700px;margin-bottom:40px;font-size:20px;line-height:1.8}.search-demo{margin-bottom:35px}.search-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;margin-bottom:15px;padding:18px;font-size:16px}.search-items{height:34px;position:relative;overflow:hidden}.search-items span{color:#b8ff4f;height:34px;font-size:17px;animation:18s infinite rotateSearch;display:block}@keyframes rotateSearch{0%{transform:translateY(0)}14%{transform:translateY(0)}16%{transform:translateY(-34px)}28%{transform:translateY(-34px)}30%{transform:translateY(-68px)}42%{transform:translateY(-68px)}44%{transform:translateY(-102px)}56%{transform:translateY(-102px)}58%{transform:translateY(-136px)}70%{transform:translateY(-136px)}72%{transform:translateY(-170px)}84%{transform:translateY(-170px)}86%{transform:translateY(-204px)}to{transform:translateY(-204px)}}.stats-row{gap:15px;margin-bottom:35px;display:flex}.stat-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;flex:1;padding:20px}.stat-card h3{color:#b8ff4f;margin-bottom:6px;font-size:28px}.stat-card p{color:#aab6c5;font-size:14px}.feed-section{grid-template-columns:repeat(2,1fr);gap:12px;max-width:850px;display:grid}.feed-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:14px 18px;transition:all .3s}.feed-card:hover{border-color:#7b2fff;transform:translateY(-4px)}.login-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:5;background:#ffffff0f;border:1px solid #ffffff14;border-radius:32px;place-self:center;width:470px;padding:42px;position:relative}.login-card h2{margin-bottom:10px;font-size:36px;font-weight:800}.subtitle{color:#aab6c5;margin-bottom:25px;line-height:1.7}.mode-switch{background:#111827;border-radius:15px;margin-bottom:20px;padding:5px;display:flex}.mode-switch button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;padding:12px;font-weight:700}.active-mode{background:#1e293b!important}input{color:#fff;background:#111827;border:1px solid #0000;border-radius:14px;outline:none;width:100%;margin-bottom:15px;padding:15px;font-size:15px}input:focus{border-color:#b8ff4f}.password-box{position:relative}.show-pass{cursor:pointer;color:#fff;background:0 0;border:none;font-size:16px;position:absolute;top:10px;right:12px}.error-box{color:#ffbcbc;background:#ff000014;border:1px solid #ff00002e;border-radius:12px;margin-bottom:15px;padding:14px}.success-box{color:#9fffbe;background:#00ff7814;border:1px solid #00ff782e;border-radius:12px;margin-bottom:15px;padding:14px}.login-btn{cursor:pointer;color:#111;background:linear-gradient(135deg,#b8ff4f,#7dffb3);border:none;border-radius:14px;width:100%;padding:16px;font-size:16px;font-weight:800;transition:all .3s}.login-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #b8ff4f59}.bottom-text{text-align:center;color:#98a6b5;margin-top:20px;font-size:14px}@media (width<=1200px){.hero-title{font-size:56px}.feed-section{grid-template-columns:1fr}}@media (width<=950px){.login-page{grid-template-columns:1fr}.hero-panel{display:none}.login-card{width:92%;max-width:460px;margin:30px auto}}.my-post-list{flex-direction:column;gap:14px;margin-top:20px;display:flex}.my-post-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:18px;transition:all .25s;display:flex}.my-post-card:hover{border-color:#7b2fff59;transform:translateY(-3px)}.my-post-card h3{margin-bottom:6px;font-size:17px}.my-post-card p{color:#9ca3af;font-size:13px}.my-post-actions{gap:8px;display:flex}.my-post-actions button{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex}.my-post-actions button:hover{background:#7b2fff40;transform:translateY(-2px)}.empty-box{text-align:center;background:#ffffff0a;border:1px dashed #ffffff24;border-radius:20px;margin-top:20px;padding:28px}.empty-box p{color:#a8b3c4;margin-bottom:18px}.profile-modal select{appearance:none}.profile-modal input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.profile-modal input[type=date]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}.profile-modal .save-btn{margin-bottom:4px}.login-card select{color:#fff;background:#111827;border:1px solid #0000;border-radius:14px;outline:none;width:100%;margin-bottom:15px;padding:15px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.login-card select:focus{border-color:#b8ff4f}.living-auth-page{color:#101828;background:radial-gradient(circle at 8% 8%,#6d3dff24,#0000 32%),radial-gradient(circle at 75% 16%,#2563eb1a,#0000 30%),radial-gradient(circle at 86% 86%,#14b8a61f,#0000 34%),#fcfcff;min-height:100vh;padding:28px;position:relative;overflow:hidden auto}.living-auth-bg,.living-auth-glow,.living-auth-grid{pointer-events:none;position:fixed;inset:0}.living-auth-glow{filter:blur(75px);opacity:.5;border-radius:999px;width:480px;height:480px;animation:12s ease-in-out infinite alternate authGlowDrift}.living-auth-glow-a{background:#6d3dff38;top:-140px;left:-120px}.living-auth-glow-b{background:#14b8a62e;animation-delay:-5s;bottom:-150px;right:-170px}.living-auth-grid{background-image:linear-gradient(#6d3dff0b 1px,#0000 1px),linear-gradient(90deg,#6d3dff0b 1px,#0000 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at 50% 30%,#000,#0000 72%);mask-image:radial-gradient(circle at 50% 30%,#000,#0000 72%)}.living-auth-shell{z-index:1;grid-template-columns:minmax(0,1.45fr) minmax(380px,.72fr);align-items:stretch;gap:28px;width:min(1380px,100%);min-height:calc(100vh - 56px);margin:0 auto;display:grid;position:relative}.living-auth-mobile-story{display:none}.cn-brand-mark,.auth-brand-lockup{align-items:center;gap:12px;display:inline-flex;position:relative}.cn-brand-icon{background:radial-gradient(circle at 30% 26%,#fffffff2,#0000 20%),linear-gradient(135deg,#6d3dff,#2563eb 55%,#14b8a6);border-radius:18px;width:48px;height:48px;position:relative;overflow:hidden;box-shadow:0 16px 34px #6d3dff40}.cn-brand-node,.cn-brand-line{display:block;position:absolute}.cn-brand-node{z-index:2;background:#fff;border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 5px #ffffff29}.cn-brand-node-a{top:14px;left:13px}.cn-brand-node-b{top:20px;right:13px}.cn-brand-node-c{bottom:12px;left:22px}.cn-brand-line{transform-origin:0;z-index:1;background:#ffffffbf;height:2px}.cn-brand-line-a{width:21px;top:20px;left:20px;transform:rotate(15deg)}.cn-brand-line-b{width:20px;top:29px;left:26px;transform:rotate(-42deg)}.cn-brand-copy{flex-direction:column;min-width:0;display:flex}.cn-brand-copy strong{letter-spacing:-.05em;color:#101828;font-size:20px;font-weight:950;line-height:1}.cn-brand-copy span{color:#667085;margin-top:4px;font-size:12.5px;font-weight:750}.auth-brand-pulse{pointer-events:none;border:1px solid #6d3dff40;border-radius:18px;width:48px;height:48px;animation:2.8s ease-in-out infinite brandPulse;position:absolute;top:13px;left:13px}.living-locality-scene{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffdb,#ffffffb8),radial-gradient(circle at 40% 0,#eef2ffe6,#0000 50%);border:1px solid #e5e7ebe6;border-radius:36px;min-height:720px;padding:34px;position:relative;overflow:hidden;box-shadow:0 28px 90px #1018281f}.locality-story-copy{z-index:5;width:min(720px,100%);position:relative}.locality-kicker{color:#6d3dff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:950}.locality-story-copy h1,.living-auth-mobile-story h1{letter-spacing:-.075em;color:#101828;max-width:760px;margin:0;font-size:clamp(42px,5.8vw,84px);font-weight:950;line-height:.95}.locality-story-copy p:not(.locality-kicker){color:#475467;max-width:680px;margin:20px 0 0;font-size:16px;line-height:1.7}.locality-sky span{pointer-events:none;position:absolute}.locality-cloud{background:#ffffffe0;border-radius:999px;width:92px;height:30px;animation:16s linear infinite cloudDrift;box-shadow:0 10px 30px #1018280f}.locality-cloud:before,.locality-cloud:after{content:"";background:inherit;border-radius:50%;position:absolute}.locality-cloud:before{width:34px;height:34px;top:-15px;left:15px}.locality-cloud:after{width:44px;height:44px;top:-22px;right:13px}.locality-cloud-one{top:72px;right:22%}.locality-cloud-two{animation-delay:-7s;top:142px;right:6%;transform:scale(.75)}.locality-bird{border-top:2px solid #2563eb73;border-radius:50%;width:18px;height:8px;animation:11s linear infinite birdFly}.locality-bird-one{top:84px;left:58%}.locality-bird-two{animation-delay:-4s;top:122px;left:70%}.animated-need-search{z-index:6;width:min(620px,100%);margin:26px 0 0;position:relative}.animated-search-shell{color:#101828;background:#ffffffeb;border:1px solid #e5e7ebe6;border-radius:999px;align-items:center;gap:12px;min-height:58px;padding:0 18px;display:flex;box-shadow:0 18px 42px #10182814}.animated-search-shell svg:first-child{color:#6d3dff}.animated-search-text{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:850;animation:.55s both typeReveal;overflow:hidden}.animated-search-spark{color:#14b8a6;animation:2.4s linear infinite sparkSpin}.animated-search-progress{background:#eef2ff;border-radius:999px;width:calc(100% - 36px);height:4px;margin:10px auto 0;overflow:hidden}.animated-search-progress-bar{border-radius:inherit;background:linear-gradient(90deg,#6d3dff,#2563eb,#14b8a6);height:100%;animation:5.2s linear both searchProgress;display:block}.locality-map-stage{background:linear-gradient(#eff6ffeb,#fcfcfffa);border:1px solid #e5e7ebd9;border-radius:30px;height:360px;position:absolute;bottom:30px;left:34px;right:34px;overflow:hidden}.locality-radar-wave{border:1px solid #2563eb38;border-radius:999px;width:40px;height:40px;animation:4s ease-out infinite radarWave;position:absolute;top:42%;left:47%}.locality-radar-wave-two{animation-delay:1.8s}.locality-lines{width:100%;height:100%;position:absolute;inset:0}.locality-lines path{fill:none;stroke:#6d3dff61;stroke-width:2px;stroke-linecap:round;stroke-dasharray:14 10;animation:5s linear infinite lineTravel}.locality-lines path:nth-child(2){stroke:#14b8a659;animation-delay:-2s}.locality-building{background:linear-gradient(#fffffff5,#eef2fff5);border-radius:20px 20px 8px 8px;grid-template-columns:repeat(3,1fr);gap:9px;padding:16px;display:grid;position:absolute;bottom:66px;box-shadow:0 16px 38px #1018281a}.building-a{width:130px;height:168px;left:8%}.building-b{grid-template-columns:repeat(4,1fr);width:170px;height:228px;left:39%}.building-c{width:125px;height:148px;right:9%}.locality-window{background:#dbeafe;border-radius:7px;animation:6s ease-in-out infinite windowGlow;display:block;box-shadow:inset 0 0 0 1px #2563eb14}.window-0{animation-delay:0s}.window-1{animation-delay:1.1s}.window-2{animation-delay:2.2s}.window-3{animation-delay:3.1s}.window-4{animation-delay:4s}.window-5{animation-delay:5.2s}.locality-park{background:#14b8a629;border-radius:50% 50% 18px 18px;width:160px;height:48px;position:absolute;bottom:30px;left:7%}.locality-tree,.locality-tree:after{content:"";background:#14b8a6;border-radius:50%;display:block;position:absolute}.locality-tree{width:26px;height:26px;top:-13px;left:34px}.locality-tree:after{background:#a16207;border-radius:4px;width:9px;height:28px;top:20px;left:9px}.locality-tree-two{left:105px;transform:scale(.85)}.locality-road{background:linear-gradient(90deg,#6670851a,#6670852e);height:34px;position:absolute;bottom:36px;left:0;right:0}.locality-person,.locality-cyclist,.locality-dog{background:#6d3dff;border-radius:999px;position:absolute;bottom:76px}.locality-person{width:10px;height:10px;animation:8s linear infinite walkOne}.locality-person-one{left:18%}.locality-person-two{background:#14b8a6;animation-delay:-4s;left:64%}.locality-cyclist{background:#2563eb;width:18px;height:8px;animation:9s linear infinite cycleMove;left:36%}.locality-dog{background:#f59e0b;width:14px;height:7px;animation:7s linear infinite dogMove;left:77%}.floating-discovery{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #e5e7ebd9;border-radius:18px;min-width:190px;padding:12px 14px;animation:6s ease-in-out infinite discoveryFloat;position:absolute;box-shadow:0 16px 42px #1018281f}.floating-discovery strong{color:#101828;font-size:13px;display:block}.floating-discovery span{color:#667085;margin-top:4px;font-size:12px;display:block}.floating-discovery-one{top:64px;left:5%}.floating-discovery-two{animation-delay:-2s;top:36px;left:48%}.floating-discovery-three{animation-delay:-4s;top:142px;right:5%}.local-story-ticker{z-index:8;align-items:center;gap:12px;display:flex;position:absolute;bottom:58px;left:58px}.local-story-pill{border-radius:999px;align-items:center;min-height:34px;padding:0 14px;font-size:12px;font-weight:950;display:flex}.local-story-pill-people{color:#6d3dff;background:#eef2ff}.local-story-pill-opportunity{color:#b45309;background:#fffbeb}.local-story-pill-community{color:#047857;background:#ecfdf5}.local-story-card{background:#ffffffeb;border-radius:18px;min-width:260px;padding:13px 15px;animation:.45s both tickerIn;box-shadow:0 16px 38px #1018281a}.local-story-card span{color:#101828;font-weight:900;display:block}.local-story-card small{color:#667085;margin-top:3px;font-weight:700;display:block}.auth-card-v2{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7ebeb;border-radius:34px;align-self:center;width:100%;padding:26px;position:relative;box-shadow:0 28px 80px #10182824}.auth-card-heading{margin-top:26px}.auth-card-kicker{color:#6d3dff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:950}.auth-card-heading h2{letter-spacing:-.05em;color:#101828;margin:0;font-size:32px;font-weight:950;line-height:1.08}.auth-card-heading p{color:#667085;margin:10px 0 0;line-height:1.55}.auth-mode-switch{background:#f7f8fc;border-radius:999px;grid-template-columns:1fr 1fr;gap:5px;margin:22px 0;padding:5px;display:grid}.auth-mode-switch button{color:#667085;background:0 0;border:none;border-radius:999px;min-height:42px;font-weight:900;transition:all .18s}.auth-mode-switch .auth-mode-active{color:#6d3dff;background:#fff;box-shadow:0 10px 24px #10182814}.auth-form-v2{flex-direction:column;gap:15px;display:flex}.auth-form-grid-two{grid-template-columns:.8fr 1.2fr;gap:12px;display:grid}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field span{color:#344054;font-size:13px;font-weight:900}.auth-field input,.auth-field select,.auth-password-field input{color:#101828;background:#fff;border:1px solid #e5e7eb;border-radius:16px;outline:none;width:100%;min-height:50px;padding:0 15px;transition:all .16s}.auth-field input:focus,.auth-field select:focus,.auth-password-field:focus-within{border-color:#6d3dff8c;box-shadow:0 0 0 4px #6d3dff1a}.auth-password-field{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;transition:all .16s;display:flex;overflow:hidden}.auth-password-field input{box-shadow:none;border:none;border-radius:0}.auth-password-field button{color:#667085;background:0 0;border:none;justify-content:center;align-items:center;width:48px;min-height:48px;display:flex}.auth-submit-btn{color:#fff;background:linear-gradient(135deg,#6d3dff,#2563eb);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:52px;font-weight:950;transition:all .18s;display:flex;box-shadow:0 18px 34px #6d3dff40}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 24px 46px #6d3dff52}.auth-submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-alert{border-radius:16px;padding:12px 14px;font-size:13px;font-weight:800}.auth-alert-error{color:#b91c1c;background:#fef2f2}.auth-alert-success{color:#047857;background:#ecfdf5}.auth-switch-copy{text-align:center;color:#667085;margin:16px 0 0;font-size:14px}.auth-switch-copy button{color:#6d3dff;background:0 0;border:none;font-weight:950}.auth-trust-strip{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.auth-trust-strip span{color:#475467;background:#f7f8fc;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:11.5px;font-weight:850;display:inline-flex}.auth-trust-strip svg{color:#14b8a6}.cn-auth-check-screen{color:#667085;background:#fcfcff;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-weight:850;display:flex}.cn-auth-check-orb{background:radial-gradient(circle at 35% 30%,#fff,#6d3dff 42%,#2563eb 72%,#14b8a6);border-radius:999px;width:58px;height:58px;animation:1.6s ease-in-out infinite orbBreathe;box-shadow:0 20px 48px #6d3dff40}@media (width<=1040px){.living-auth-shell{grid-template-columns:1fr}.living-locality-scene{min-height:620px}.auth-card-v2{max-width:620px;margin:0 auto}}@media (width<=720px){.living-auth-page{padding:14px}.living-auth-shell{gap:16px;min-height:auto}.living-auth-mobile-story{padding:12px 4px 0;display:block}.living-auth-mobile-story h1{letter-spacing:-.06em;font-size:34px}.living-locality-scene{border-radius:26px;min-height:280px;padding:18px}.living-locality-scene .locality-story-copy,.living-locality-scene>.animated-need-search{display:none}.locality-map-stage{border-radius:22px;height:210px;bottom:14px;left:14px;right:14px}.building-b{width:128px;height:154px;left:35%}.building-a{width:96px;height:122px;left:8%}.building-c{width:88px;height:112px;right:5%}.floating-discovery{min-width:150px;transform:scale(.82)}.floating-discovery-two,.floating-discovery-three,.local-story-ticker{display:none}.auth-card-v2{border-radius:26px;padding:20px}.auth-card-heading{margin-top:20px}.auth-card-heading h2{font-size:26px}.auth-form-grid-two{grid-template-columns:1fr}.auth-trust-strip{grid-template-columns:1fr 1fr;display:grid}}@media (prefers-reduced-motion:reduce){.living-auth-page *,.living-auth-page :before,.living-auth-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes authGlowDrift{0%{transform:translate(0,0)scale(1)}to{transform:translate(28px,24px)scale(1.08)}}@keyframes brandPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(1.25)}}@keyframes cloudDrift{0%{transform:translate(0)}to{transform:translate(-42px)}}@keyframes birdFly{0%{opacity:.1;transform:translate(0)}30%,70%{opacity:1}to{opacity:.1;transform:translate(-160px)}}@keyframes typeReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes sparkSpin{to{transform:rotate(360deg)}}@keyframes searchProgress{0%{width:0%}to{width:100%}}@keyframes radarWave{0%{opacity:.6;transform:scale(.2)}to{opacity:0;transform:scale(7.5)}}@keyframes lineTravel{to{stroke-dashoffset:-48px}}@keyframes windowGlow{0%,to{background:#dbeafe;box-shadow:inset 0 0 0 1px #2563eb14}45%,58%{background:#fef3c7;box-shadow:0 0 22px #f59e0b80}}@keyframes walkOne{0%{transform:translate(-30px)}to{transform:translate(230px)}}@keyframes cycleMove{0%{transform:translate(-120px)}to{transform:translate(360px)}}@keyframes dogMove{0%{transform:translate(60px)}to{transform:translate(-210px)}}@keyframes discoveryFloat{0%,to{opacity:.92;transform:translateY(0)}50%{opacity:1;transform:translateY(-10px)}}@keyframes tickerIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes orbBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#070b14;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.home-page{background:#070b14;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.animated-bg{filter:blur(120px);pointer-events:none;background:radial-gradient(circle,#7b2fff59,#0000 70%);border-radius:50%;width:1200px;height:1200px;animation:12s ease-in-out infinite moveGlow;position:absolute;top:-500px;left:-300px}@keyframes moveGlow{0%{transform:translate(0)}50%{transform:translate(150px,80px)}to{transform:translate(0)}}.sidebar{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:10;background:#ffffff0a;border-right:1px solid #ffffff14;flex-direction:column;width:280px;height:100vh;padding:30px 20px;display:flex}.brand{align-items:center;gap:15px;margin-bottom:50px;display:flex}.brand-logo{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;font-weight:800;display:flex;box-shadow:0 0 25px #7b2fff73}.brand h2{font-size:24px;font-weight:800}.brand p{color:#8fa0b8;font-size:13px}.sidebar nav{flex-direction:column;gap:12px;display:flex}.menu-item{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:16px;align-items:center;gap:14px;padding:14px 16px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.menu-item:hover{background:#ffffff12;transform:translate(4px)}.menu-item.active{background:linear-gradient(90deg,#7b2fff66,#00c2ff26);border:1px solid #7b2fff59}.main-content{z-index:5;flex:1;height:100vh;padding:35px;overflow-y:auto}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-thumb{background:#252d3f;border-radius:20px}.topbar{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.topbar h1{margin-bottom:5px;font-size:34px;font-weight:800}.topbar p{color:#96a4b8}.top-icons{gap:12px;display:flex}.icon-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.icon-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.ai-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:28px;margin-bottom:30px;padding:28px}.ai-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.ai-header h2{font-size:24px;font-weight:800}.ai-line{color:#a5b2c3;margin-bottom:18px;line-height:1.8}.ai-search{background:#101826;border:1px solid #ffffff0f;border-radius:18px;align-items:center;gap:10px;padding:16px;display:flex}.ai-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:15px}.ai-search:hover{border:1px solid #7b2fff73}.category-section{gap:12px;margin-bottom:35px;padding-bottom:10px;display:flex;overflow-x:auto}.category-section::-webkit-scrollbar{display:none}.chip{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:none;border-radius:999px;padding:10px 18px;transition:all .3s}.chip:hover{transform:translateY(-2px)}.active-chip{background:linear-gradient(135deg,#7b2fff,#00c2ff)}.section-title{margin-bottom:18px;font-size:24px;font-weight:800}.feed-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:40px;display:grid}.post-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:22px;transition:all .35s}.post-card:hover{border:1px solid #7b2fff59;transform:translateY(-5px)}.post-top{justify-content:space-between;align-items:flex-start;margin-bottom:15px;display:flex}.post-top h3{margin-bottom:5px;font-size:18px}.post-top p{color:#9ba8b9;font-size:13px}.community,.sponsored{border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.community{color:#7fe5ff;background:#00c2ff26}.sponsored{color:#d0b4ff;background:#7b2fff2e}.post-desc{color:#b5c1d0;margin-bottom:18px;line-height:1.7}.post-footer{justify-content:space-between;align-items:center;display:flex}.post-footer span{color:#93a2b8;align-items:center;gap:6px;font-size:13px;display:flex}.view-btn{cursor:pointer;color:#b8ff4f;background:0 0;border:none;align-items:center;gap:6px;font-weight:700;display:flex}.network-row{gap:18px;margin-bottom:40px;display:flex}.network-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:22px;flex:1;padding:22px}.network-card h3{margin-bottom:8px}.network-card p{color:#a5b2c3;line-height:1.7}.gig-preview{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;padding-bottom:60px;display:grid}.gig-card-preview{cursor:pointer;background:linear-gradient(135deg,#7b2fff38,#00c2ff14);border:1px solid #7b2fff4d;border-radius:22px;padding:22px;font-weight:700;transition:all .3s}.gig-card-preview:hover{transform:translateY(-5px)}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:#101826;border:1px solid #ffffff14;border-radius:28px;width:650px;max-width:90%;padding:35px;position:relative}.modal-card h2{margin-bottom:15px;font-size:30px}.modal-card p{color:#b8c4d3;line-height:1.8}.modal-info{color:#98a7bc;gap:25px;margin-top:20px;display:flex}.modal-info span{align-items:center;gap:8px;display:flex}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;position:absolute;top:20px;right:20px}@media (width<=1000px){.sidebar{display:none}.main-content{padding:20px}.feed-grid{grid-template-columns:1fr}.network-row{flex-direction:column}}@media (width<=700px){.topbar{flex-direction:column;align-items:flex-start;gap:20px}.topbar h1{font-size:28px}.ai-card{padding:20px}}.profile-area{position:relative}.profile-dropdown{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:50;background:#0f172af5;border:1px solid #ffffff1a;border-radius:20px;width:230px;padding:12px;animation:.25s dropIn;position:absolute;top:58px;right:0;box-shadow:0 20px 60px #00000059}.profile-dropdown button{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;width:100%;padding:13px 14px;font-weight:600;transition:all .25s;display:flex}.profile-dropdown button:hover{background:#7b2fff38;transform:translate(3px)}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-modal{max-height:88vh;overflow-y:auto}.profile-modal::-webkit-scrollbar{width:7px}.profile-modal::-webkit-scrollbar-thumb{background:#263146;border-radius:20px}.modal-subtitle{color:#9ca3af;margin-bottom:22px}.profile-modal label{color:#d6deea;margin-top:16px;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.profile-modal input,.profile-modal textarea,.profile-modal select{color:#fff;background:#111827;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;padding:14px 15px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px}.profile-modal textarea{resize:vertical;min-height:95px;line-height:1.6}.profile-modal input:focus,.profile-modal textarea:focus,.profile-modal select:focus{border-color:#b8ff4f}.save-btn{color:#111;cursor:pointer;background:linear-gradient(135deg,#b8ff4f,#7dffb3);border:none;border-radius:15px;width:100%;margin-top:24px;padding:15px;font-size:15px;font-weight:800;transition:all .25s}.save-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #b8ff4f40}.my-posts-page-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.my-post-page-actions{gap:10px;margin-top:18px;display:flex}.my-post-page-actions button{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px;font-weight:700;transition:all .25s;display:flex}.my-post-page-actions button:hover{background:#7b2fff40;transform:translateY(-2px)}.empty-state-card{max-width:760px}.empty-state-card .save-btn{justify-content:center;align-items:center;gap:10px;max-width:260px;display:flex}.secondary-btn{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:14px;width:100%;margin-top:12px;padding:14px;font-weight:800;transition:all .25s}.secondary-btn:hover{background:#ffffff1f;transform:translateY(-2px)}.profile-layout{grid-template-columns:320px 1fr;align-items:flex-start;gap:28px;display:grid}.profile-preview-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:26px;padding:28px;position:sticky;top:25px}.profile-avatar-large{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:28px;justify-content:center;align-items:center;width:95px;height:95px;margin:0 auto 18px;font-size:38px;font-weight:800;display:flex;box-shadow:0 0 35px #7b2fff59}.profile-preview-card h2{margin-bottom:6px;font-size:26px}.profile-preview-card p{color:#9ca3af;margin-bottom:18px}.profile-pill-list{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.profile-pill-list span{color:#b8ff4f;background:#b8ff4f1a;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.profile-page-card{max-width:850px}@media (width<=900px){.profile-layout{grid-template-columns:1fr}.profile-preview-card{position:relative;top:auto}}.settings-layout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:28px;display:grid}.settings-card{max-width:100%}@media (width<=900px){.settings-layout{grid-template-columns:1fr}}.network-hero-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:28px;margin-bottom:24px;padding:28px}.network-hero-card h2{margin-bottom:8px;font-size:28px}.network-hero-card p{color:#a8b3c4;margin-bottom:20px}.network-search{background:#101826;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:12px;padding:16px;display:flex}.network-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:15px}.network-tabs{gap:12px;margin-bottom:24px;display:flex}.network-tabs button{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:999px;padding:12px 18px;font-weight:700;transition:all .25s}.active-network-tab{background:linear-gradient(135deg,#7b2fff,#00c2ff)!important}.network-layout{grid-template-columns:270px 1fr;align-items:flex-start;gap:24px;display:grid}.network-filter-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:22px;position:sticky;top:24px}.network-filter-card h3{margin-bottom:18px}.network-filter-card label{color:#d6deea;margin-top:14px;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.network-filter-card select{color:#fff;background:#111827;border:1px solid #ffffff14;border-radius:13px;outline:none;width:100%;padding:12px 14px}.people-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.person-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:22px;transition:all .3s}.person-card:hover{border-color:#7b2fff59;transform:translateY(-5px)}.person-top{align-items:center;gap:14px;margin-bottom:18px;display:flex}.person-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:17px;justify-content:center;align-items:center;width:54px;height:54px;font-size:22px;font-weight:800;display:flex}.person-top h3{margin-bottom:5px;font-size:20px}.person-top p{color:#9ca3af;align-items:center;gap:5px;font-size:13px;display:flex}.person-section{margin-bottom:14px}.person-section span{letter-spacing:.5px;text-transform:uppercase;color:#b8ff4f;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.person-section p{color:#cbd5e1;line-height:1.6}.person-availability{color:#b8ff4f;background:#b8ff4f1a;border-radius:13px;margin-bottom:16px;padding:10px 12px;font-size:13px;font-weight:700}.person-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.person-actions button{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px;font-weight:700;transition:all .25s;display:flex}.person-actions button:hover{background:#7b2fff40}.connected-btn{color:#b8ff4f!important;background:#b8ff4f29!important}.requested-btn{color:#7fe5ff!important;background:#00c2ff24!important}@media (width<=1000px){.network-layout{grid-template-columns:1fr}.network-filter-card{position:relative;top:auto}}.conversation-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:800;display:flex}.conversation-name-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.conversation-info p{color:#98a6b5;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.online-dot,.offline-dot{border-radius:50%;width:10px;height:10px;display:block}.offline-dot{background:#6b7280}.msg-bubble span{opacity:.7;text-align:right;margin-top:8px;font-size:11px;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.messages-layout{grid-template-columns:1fr;height:auto}.conversation-panel,.chat-panel,.message-context{min-height:350px}}.messages-layout{grid-template-columns:310px 1fr 285px;gap:22px;height:calc(100vh - 155px);display:grid}.conversation-panel,.chat-panel,.message-context{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:26px;overflow:hidden}.conversation-panel{padding:16px;overflow-y:auto}.conversation-search{background:#101826;border-radius:16px;align-items:center;gap:10px;margin-bottom:16px;padding:13px;display:flex}.conversation-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:14px}.conversation-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:18px;align-items:center;gap:12px;width:100%;margin-bottom:10px;padding:14px;transition:all .25s;display:flex;position:relative}.conversation-item:hover,.active-conversation{background:#7b2fff33}.conversation-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:800;display:flex}.conversation-avatar.big{width:58px;height:58px;font-size:22px}.conversation-info{flex:1;overflow:hidden}.conversation-name-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.conversation-info h3{font-size:15px;font-weight:800}.conversation-info p{color:#98a6b5;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;overflow:hidden}.conversation-info small{color:#64748b;font-size:11px}.online-dot,.offline-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:block}.online-dot{background:#b8ff4f;box-shadow:0 0 12px #b8ff4f99}.offline-dot{background:#ef4444;box-shadow:0 0 10px #ef444459}.unread-badge{color:#111;background:#b8ff4f;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 6px;font-size:11px;font-weight:900;display:flex;position:absolute;bottom:12px;right:12px}.chat-panel{flex-direction:column;display:flex}.chat-header{border-bottom:1px solid #ffffff14;padding:18px 22px}.chat-user{align-items:center;gap:16px;display:flex}.chat-user h2{margin-bottom:4px;font-size:22px}.chat-user p{color:#98a6b5;align-items:center;gap:8px;font-size:13px;display:flex}.message-list{flex-direction:column;flex:1;gap:8px;padding:22px;display:flex;overflow-y:auto}.date-separator{justify-content:center;align-items:center;margin:14px 0;display:flex}.date-separator span{color:#94a3b8;background:#ffffff12;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700}.msg-row{justify-content:flex-start;display:flex}.msg-row.mine{justify-content:flex-end}.msg-bubble{color:#fff;background:#111827;border-radius:18px;max-width:68%;padding:12px 14px;line-height:1.55;animation:.2s fadeUp}.msg-bubble.mine{background:linear-gradient(135deg,#7b2fff,#00c2ff)}.msg-bubble p{margin:0}.msg-meta{opacity:.78;justify-content:flex-end;align-items:center;gap:6px;margin-top:7px;font-size:11px;display:flex}.tick{align-items:center;display:flex}.chat-input{border-top:1px solid #ffffff14;gap:12px;padding:18px;display:flex}.chat-input input{color:#fff;background:#111827;border:none;border-radius:15px;outline:none;flex:1;padding:15px;font-size:15px}.chat-input button{color:#111;cursor:pointer;background:#b8ff4f;border:none;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .25s;display:flex}.chat-input button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #b8ff4f59}.message-context{padding:24px}.message-context h3{margin-top:14px;margin-bottom:6px;font-size:22px}.message-context>p{color:#98a6b5;margin-bottom:20px}.context-box{background:#ffffff0d;border-radius:18px;margin-bottom:15px;padding:16px}.context-box span{letter-spacing:.5px;text-transform:uppercase;color:#b8ff4f;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.context-box p{color:#cbd5e1;line-height:1.7}.empty-chat{text-align:center;color:#98a6b5;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.empty-chat.large h2{color:#fff;margin-top:12px;margin-bottom:8px}@media (width<=1100px){.messages-layout{grid-template-columns:1fr;height:auto}.conversation-panel,.chat-panel,.message-context{min-height:350px}}.my-posts-hero{-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:linear-gradient(135deg,#7b2fff29,#00c2ff14),#ffffff0d;border:1px solid #ffffff17;border-radius:30px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding:30px;display:flex}.my-posts-badge{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.my-posts-hero h2{margin-bottom:8px;font-size:34px}.my-posts-hero p{color:#a8b3c4;max-width:720px;line-height:1.7}.my-posts-create-btn{color:#111827;cursor:pointer;white-space:nowrap;background:#b8ff4f;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:15px 18px;font-weight:900;transition:all .25s;display:flex}.my-posts-create-btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px #b8ff4f47}.premium-post-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:22px;display:grid}.premium-post-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:26px;padding:22px;transition:all .3s;position:relative;overflow:hidden}.premium-post-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 0 0,#7b2fff2e,#0000 45%);transition:all .3s;position:absolute;inset:0}.premium-post-card:hover{border-color:#7b2fff61;transform:translateY(-6px);box-shadow:0 22px 55px #00000040}.premium-post-card:hover:before{opacity:1}.premium-post-top{z-index:2;grid-template-columns:52px 1fr auto;align-items:flex-start;gap:14px;margin-bottom:18px;display:grid;position:relative}.premium-post-icon{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:17px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 12px 30px #7b2fff38}.premium-post-top h3{margin-bottom:6px;font-size:20px;line-height:1.25}.premium-post-top p{color:#94a3b8;font-size:13px}.premium-tag{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.premium-tag.community{color:#b8ff4f;background:#b8ff4f1f}.premium-tag.sponsored{color:#7fe5ff;background:#00c2ff24}.premium-post-desc{z-index:2;color:#cbd5e1;min-height:52px;margin-bottom:18px;line-height:1.7;position:relative}.premium-post-meta{z-index:2;flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex;position:relative}.premium-post-meta span{color:#cbd5e1;background:#ffffff0f;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.premium-post-actions{z-index:2;grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid;position:relative}.premium-post-actions button{color:#fff;cursor:pointer;background:#ffffff13;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px;font-weight:800;transition:all .25s;display:flex}.premium-post-actions button:hover{background:#7b2fff3d;transform:translateY(-2px)}.premium-post-actions .danger-action:hover{color:#fecaca;background:#ef44442e}.my-posts-empty-premium{text-align:center;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:radial-gradient(circle at top,#7b2fff2e,#0000 45%),#ffffff0d;border:1px dashed #ffffff29;border-radius:32px;padding:48px}.empty-glow-icon{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:28px;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;display:flex;box-shadow:0 0 45px #7b2fff59}.my-posts-empty-premium h2{margin-bottom:10px;font-size:30px}.my-posts-empty-premium p{color:#a8b3c4;max-width:620px;margin:0 auto 24px;line-height:1.8}.my-posts-empty-premium .save-btn{justify-content:center;align-items:center;gap:10px;max-width:260px;display:inline-flex}.premium-post-modal{max-width:720px}@media (width<=900px){.my-posts-hero{flex-direction:column;align-items:flex-start}.premium-post-grid,.premium-post-actions{grid-template-columns:1fr}}.create-post-shell{grid-template-columns:360px 1fr;align-items:flex-start;gap:28px;display:grid}.create-post-left{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:28px;padding:28px;position:sticky;top:24px}.create-post-badge{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:9px 13px;font-size:13px;font-weight:800;display:inline-flex}.create-post-left h2{margin-bottom:14px;font-size:30px;line-height:1.2}.create-post-left p{color:#a8b3c4;margin-bottom:24px;line-height:1.7}.post-preview-mini{background:#ffffff0f;border:1px solid #ffffff14;border-radius:22px;padding:20px}.post-preview-mini h3{margin-bottom:8px;font-size:19px}.post-preview-mini p{margin-bottom:16px;font-size:14px}.post-preview-mini div{flex-direction:column;gap:9px;display:flex}.post-preview-mini span{color:#cbd5e1;align-items:center;gap:8px;font-size:13px;display:flex}.create-post-form-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:28px;padding:30px}.create-post-form-card label{color:#dbeafe;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.create-post-form-card input,.create-post-form-card textarea,.create-post-form-card select{color:#fff;background:#111827;border:none;border-radius:15px;outline:none;width:100%;margin-bottom:18px;padding:14px 15px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.create-post-form-card textarea{resize:vertical;min-height:135px;line-height:1.6}.form-two-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.create-post-actions{grid-template-columns:1fr 180px;gap:14px;display:grid}.create-post-actions .save-btn,.create-post-actions .secondary-btn{justify-content:center;align-items:center;gap:9px;display:flex}@media (width<=1000px){.create-post-shell{grid-template-columns:1fr}.create-post-left{position:relative;top:auto}.form-two-grid,.create-post-actions{grid-template-columns:1fr}}.settings-premium-layout{grid-template-columns:320px 1fr;align-items:flex-start;gap:28px;display:grid}.settings-profile-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);text-align:center;background:radial-gradient(circle at top,#7b2fff2e,#0000 45%),#ffffff0e;border:1px solid #ffffff14;border-radius:30px;padding:30px;position:sticky;top:24px}.settings-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:30px;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 18px;font-size:40px;font-weight:900;display:flex;box-shadow:0 0 40px #7b2fff59}.settings-profile-card h2{margin-bottom:6px;font-size:25px}.settings-profile-card p{color:#94a3b8;margin-bottom:12px}.settings-profile-card span{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.settings-main-card,.settings-danger-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:30px;padding:30px}.settings-main-card h2,.settings-danger-card h2{margin-bottom:8px;font-size:26px}.settings-main-card label{color:#dbeafe;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.settings-main-card input,.settings-main-card select{color:#fff;background:#111827;border:none;border-radius:15px;outline:none;width:100%;margin-bottom:18px;padding:14px 15px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.settings-main-card input:disabled{opacity:.65;cursor:not-allowed}.settings-danger-card{background:radial-gradient(circle at 0 0,#ef44441f,#0000 45%),#ffffff0b;border-color:#ef444440;grid-column:2}.settings-danger-card p{color:#fca5a5;margin-bottom:20px;line-height:1.7}.settings-danger-card button{color:#fecaca;cursor:pointer;background:#ef444429;border:none;border-radius:15px;padding:14px 18px;font-weight:900;transition:all .25s}.settings-danger-card button:hover{background:#ef444440;transform:translateY(-2px)}@media (width<=1000px){.settings-premium-layout{grid-template-columns:1fr}.settings-profile-card{position:relative;top:auto}.settings-danger-card{grid-column:auto}}.block-user-btn{color:#fecaca;cursor:pointer;background:#ef444429;border:none;border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:10px;padding:13px 15px;font-weight:900;transition:all .25s;display:flex}.block-user-btn:hover{background:#ef444442;transform:translateY(-2px)}.sidebar-badge{color:#111827;background:#b8ff4f;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 7px;font-size:12px;font-weight:900;display:flex}.notification-area,.notif-icon-btn{position:relative}.notif-badge{color:#fff;background:#ef4444;border:2px solid #070b14;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 6px;font-size:11px;font-weight:900;display:flex;position:absolute;top:-5px;right:-5px}.notification-dropdown{z-index:100;background:#0b1220;border:1px solid #ffffff1a;border-radius:22px;width:360px;max-height:460px;padding:12px;position:absolute;top:48px;right:0;overflow:auto;box-shadow:0 24px 60px #00000073}.notification-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:8px 8px 12px;display:flex}.notification-head h3{font-size:17px}.notification-head button{color:#cbd5e1;cursor:pointer;background:#ffffff12;border:none;border-radius:11px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:800;display:flex}.notification-item{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:15px;width:100%;padding:13px;transition:all .2s}.notification-item:hover{background:#ffffff0f}.notification-item.unread{background:#b8ff4f12;border-left-color:#b8ff4f}.notification-item strong{margin-bottom:4px;font-size:14px;display:block}.notification-item p{color:#cbd5e1;margin-bottom:6px;font-size:13px;line-height:1.4}.notification-item span{color:#94a3b8;font-size:11px}.notification-empty{text-align:center;color:#94a3b8;padding:30px 12px;font-size:14px}.network-premium-hero{-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:linear-gradient(135deg,#7b2fff29,#00c2ff14),#ffffff0d;border:1px solid #ffffff17;border-radius:32px;grid-template-columns:1.2fr .8fr;gap:24px;margin-bottom:22px;padding:34px;display:grid;overflow:hidden}.network-hero-badge{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.network-hero-copy h2{margin-bottom:14px;font-size:42px;line-height:1.15}.network-hero-copy h2 span{background:linear-gradient(90deg,#00c2ff,#b8ff4f);color:#0000;-webkit-background-clip:text}.network-hero-copy p{color:#a8b3c4;max-width:650px;margin-bottom:24px;line-height:1.75}.network-premium-search{background:#111827;border:1px solid #ffffff14;border-radius:19px;align-items:center;gap:12px;max-width:620px;padding:12px 14px;display:flex}.network-premium-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:15px}.network-premium-search button{color:#111827;cursor:pointer;background:#b8ff4f;border:none;border-radius:13px;padding:11px 17px;font-weight:900}.network-orbit-card{justify-content:center;align-items:center;min-height:230px;display:flex;position:relative}.orbit-ring{border:1px solid #00c2ff40;border-radius:50%;position:absolute}.ring-one{width:120px;height:120px}.ring-two{width:190px;height:190px}.ring-three{width:260px;height:260px}.orbit-center{z-index:2;background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:34px;justify-content:center;align-items:center;width:105px;height:105px;display:flex;box-shadow:0 0 55px #7b2fff73}.orbit-bubble{background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;padding:10px 13px;font-size:13px;font-weight:900;position:absolute}.bubble-one{top:25px;left:70px}.bubble-two{top:70px;right:55px}.bubble-three{bottom:45px;left:55px}.bubble-four{bottom:20px;right:90px}.network-switch-board{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.network-switch-card{color:#fff;text-align:left;cursor:pointer;background:#ffffff0e;border:1px solid #ffffff14;border-radius:24px;align-items:center;gap:14px;padding:20px;transition:all .25s;display:flex}.network-switch-card:hover,.network-switch-card.active-switch{background:linear-gradient(135deg,#7b2fff47,#00c2ff24);border-color:#b8ff4f40;transform:translateY(-3px)}.switch-icon{background:#ffffff14;border-radius:17px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.network-switch-card h3{align-items:center;gap:8px;font-size:17px;display:flex}.network-switch-card p{color:#94a3b8;margin-top:3px;font-size:13px}.request-mini-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 7px;font-size:11px;display:inline-flex}.network-premium-toolbar{background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:230px 1fr 130px;gap:14px;margin-bottom:18px;padding:16px;display:grid}.toolbar-select,.toolbar-search{background:#111827;border-radius:15px;align-items:center;gap:10px;padding:0 14px;display:flex}.toolbar-select select,.toolbar-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:48px;font-size:14px}.toolbar-filter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7b2fff,#00c2ff);border:none;border-radius:15px;justify-content:center;align-items:center;gap:8px;font-weight:900;display:flex}.premium-network-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.premium-person-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:27px;padding:22px;transition:all .3s;position:relative;overflow:hidden}.premium-person-card:hover{border-color:#7b2fff59;transform:translateY(-6px);box-shadow:0 22px 50px #00000047}.person-more-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;position:absolute;top:15px;right:15px}.premium-person-top{align-items:center;gap:14px;margin-bottom:18px;padding-right:20px;display:flex}.premium-person-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:22px;justify-content:center;align-items:center;width:62px;height:62px;font-size:25px;font-weight:900;display:flex;box-shadow:0 0 30px #7b2fff47}.premium-person-top h3{margin-bottom:5px;font-size:19px}.premium-person-top p{color:#94a3b8;align-items:center;gap:6px;font-size:13px;display:flex}.premium-help-box{background:#ffffff0e;border-radius:18px;margin-bottom:14px;padding:15px}.premium-help-box span,.context-box span{color:#b8ff4f;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:900}.premium-help-box p{color:#dbeafe;margin-top:6px;line-height:1.5}.premium-skill-row{flex-wrap:wrap;gap:8px;margin-bottom:15px;display:flex}.premium-skill-row span{color:#dbeafe;background:#7b2fff29;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.premium-availability{color:#86efac;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:800;display:flex}.premium-person-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.premium-person-actions button{color:#fff;cursor:pointer;background:#ffffff13;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 10px;font-weight:800;transition:all .25s;display:flex}.premium-person-actions button:hover{background:#7b2fff40;transform:translateY(-2px)}.premium-person-actions .connected-btn{color:#bbf7d0;background:#22c55e2e}.premium-person-actions .requested-btn{color:#fde68a;background:#f59e0b2e}.disabled-action-btn{opacity:.45;cursor:not-allowed!important}.disabled-action-btn:hover{background:#ffffff13!important;transform:none!important}.network-premium-footer{background:linear-gradient(135deg,#7b2fff33,#00c2ff14);border:1px solid #b8ff4f33;border-radius:28px;align-items:center;gap:20px;margin-top:26px;padding:24px;display:flex}.footer-diamond{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;display:flex;box-shadow:0 0 35px #7b2fff59}.network-premium-footer p{color:#a8b3c4;margin-top:5px}.network-profile-modal{max-width:680px}.profile-modal-avatar{margin:0 auto 16px}@media (width<=1100px){.network-premium-hero{grid-template-columns:1fr}.network-switch-board{grid-template-columns:1fr 1fr}.network-premium-toolbar{grid-template-columns:1fr}}@media (width<=700px){.network-switch-board,.premium-network-grid{grid-template-columns:1fr}.network-hero-copy h2{font-size:32px}}.premium-home-feed{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:22px;display:grid}.premium-feed-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:28px;padding:24px;transition:all .3s}.premium-feed-card:hover{border-color:#7b2fff59;transform:translateY(-5px);box-shadow:0 22px 50px #00000047}.premium-feed-top{grid-template-columns:54px 1fr auto;align-items:flex-start;gap:14px;margin-bottom:16px;display:grid}.premium-feed-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:22px;font-weight:900;display:flex;box-shadow:0 0 30px #7b2fff47}.premium-feed-top h3{margin-bottom:5px;font-size:20px;line-height:1.25}.premium-feed-top p{color:#94a3b8;font-size:13px}.premium-category-chip{color:#b8ff4f;white-space:nowrap;background:#b8ff4f1f;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:900}.premium-feed-desc{color:#cbd5e1;margin-bottom:16px;line-height:1.7}.premium-feed-meta{flex-wrap:wrap;gap:9px;margin-bottom:18px;display:flex}.premium-feed-meta span{color:#cbd5e1;background:#ffffff0f;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.premium-feed-actions{grid-template-columns:auto 1fr 1fr auto;gap:10px;display:grid}.premium-feed-actions button{color:#fff;cursor:pointer;background:#ffffff13;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 12px;font-weight:800;transition:all .25s;display:flex}.premium-feed-actions button:hover{background:#7b2fff3d;transform:translateY(-2px)}.heart-btn{color:#cbd5e1!important}.heart-btn.liked{color:#fecaca!important;background:#ef444429!important}.modal-chip{margin-bottom:14px;display:inline-flex}.premium-post-detail-modal{max-width:760px}.modal-actions{margin-top:22px}.report-modal{max-width:520px}.report-modal label{color:#dbeafe;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.report-modal select,.report-modal textarea{color:#fff;background:#111827;border:none;border-radius:15px;outline:none;width:100%;margin-bottom:18px;padding:14px 15px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.report-modal textarea{resize:vertical;min-height:110px;line-height:1.6}@media (width<=900px){.premium-home-feed,.premium-feed-actions{grid-template-columns:1fr}.premium-feed-top{grid-template-columns:54px 1fr}.premium-category-chip{grid-column:1/-1;width:max-content}}.private-reply-modal{max-width:560px}.private-reply-post-preview{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;margin-bottom:18px;padding:16px}.private-reply-post-preview span{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;margin-bottom:10px;padding:7px 10px;font-size:11px;font-weight:900;display:inline-flex}.private-reply-post-preview h3{margin-bottom:6px}.private-reply-post-preview p{color:#cbd5e1;line-height:1.5}.private-reply-modal label{color:#dbeafe;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.private-reply-modal textarea{color:#fff;resize:vertical;background:#111827;border:none;border-radius:15px;outline:none;width:100%;min-height:130px;margin-bottom:18px;padding:14px 15px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;line-height:1.6}.private-reply-modal .save-btn{justify-content:center;align-items:center;gap:8px;display:flex}.post-replies-layout{grid-template-columns:360px 1fr;gap:22px;height:calc(100vh - 160px);display:grid}.post-replies-list,.post-reply-chat-panel{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:28px;overflow:hidden}.post-replies-list{padding:16px;overflow-y:auto}.post-reply-thread{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:18px;grid-template-columns:52px 1fr auto;align-items:flex-start;gap:13px;width:100%;margin-bottom:10px;padding:14px;transition:all .25s;display:grid}.post-reply-thread:hover,.active-post-reply-thread{background:#7b2fff33}.post-reply-avatar{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;font-weight:900;display:flex}.post-reply-info h3{margin-bottom:5px;font-size:16px}.post-title-line{color:#b8ff4f;align-items:center;gap:6px;margin-bottom:5px;font-size:12px;display:flex}.last-message-line{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;max-width:210px;font-size:13px;overflow:hidden}.post-reply-info small{color:#94a3b8;font-size:11px}.post-reply-chat-panel{flex-direction:column;display:flex}.post-reply-chat-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.post-reply-chat-header h2{margin-bottom:5px;font-size:22px}.post-reply-chat-header p{color:#94a3b8;align-items:center;gap:7px;font-size:13px;display:flex}.thread-status-active,.thread-status-closed{text-transform:capitalize;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}.thread-status-active{color:#bbf7d0;background:#22c55e26}.thread-status-closed{color:#fecaca;background:#ef444426}.post-reply-message-list{flex:1;padding:22px;overflow-y:auto}@media (width<=1000px){.post-replies-layout{grid-template-columns:1fr;height:auto}.post-replies-list,.post-reply-chat-panel{min-height:420px}}.premium-sidebar .menu-item{position:relative}.sidebar-badge{color:#111827;background:#b8ff4f;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 7px;font-size:12px;font-weight:900;display:flex;box-shadow:0 0 18px #b8ff4f59}.event-builder-shell{align-items:flex-start}.premium-event-form{position:relative}.form-section-title{color:#b8ff4f;text-transform:uppercase;letter-spacing:.7px;background:linear-gradient(135deg,#7b2fff38,#00c2ff1a);border:1px solid #ffffff14;border-radius:14px;margin:26px 0 14px;padding:10px 14px;font-size:13px;font-weight:900}.limit-danger{color:#fecaca!important}.premium-event-preview{position:sticky;top:26px}.preview-price-pill{color:#b8ff4f;background:#b8ff4f21;border-radius:999px;justify-content:center;align-items:center;width:max-content;margin-top:16px;padding:9px 13px;font-weight:900;display:inline-flex}.location-search-row{grid-template-columns:1fr 110px;gap:10px;display:grid}.location-search-row button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7b2fff,#00c2ff);border:none;border-radius:14px;font-weight:900}.location-results-box{background:#ffffff0e;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:8px;margin:8px 0 16px;padding:10px;display:flex}.location-results-box button{text-align:left;color:#fff;cursor:pointer;background:#ffffff0e;border:none;border-radius:14px;padding:12px;transition:all .2s}.location-results-box button:hover{background:#7b2fff38}.location-results-box strong{margin-bottom:4px;font-size:14px;display:block}.location-results-box span{color:#94a3b8;font-size:12px;line-height:1.4;display:block}.use-location-btn{color:#b8ff4f;cursor:pointer;background:#b8ff4f1f;border:none;border-radius:15px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:18px;padding:13px;font-weight:900;transition:all .25s;display:flex}.use-location-btn:hover{background:#b8ff4f33;transform:translateY(-2px)}.location-coordinate-pill{color:#bae6fd;background:#00c2ff1f;border-radius:999px;align-items:center;width:max-content;margin-bottom:18px;padding:8px 11px;font-size:12px;font-weight:800;display:inline-flex}.price-input-box{background:#111827;border-radius:15px;align-items:center;gap:10px;margin-bottom:18px;padding:0 14px;display:flex}.price-input-box input{flex:1;background:0 0!important;margin-bottom:0!important;padding-left:0!important}.event-toggle-row{cursor:pointer;background:#ffffff0e;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;margin-bottom:22px;padding:14px;display:flex!important}.event-toggle-row input{accent-color:#b8ff4f;height:18px;width:18px!important;margin:0!important}.event-toggle-row span{color:#dbeafe;align-items:center;gap:8px;font-size:14px;font-weight:900;display:flex}.premium-event-form textarea{min-height:96px}@media (width<=800px){.location-search-row{grid-template-columns:1fr}}.local-pulse-hero{background:linear-gradient(135deg,#7b2fff33,#00c2ff14);border:1px solid #ffffff17;border-radius:30px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;padding:28px;display:flex}.local-city-pill{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.local-pulse-hero h2{margin-bottom:8px;font-size:38px}.local-pulse-hero p{color:#a8b3c4;max-width:680px;line-height:1.6}.local-radar-btn{color:#111827;cursor:pointer;white-space:nowrap;background:#b8ff4f;border:none;border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:14px 18px;font-weight:900;display:flex}.home-filter-panel{background:#ffffff0e;border:1px solid #ffffff14;border-radius:24px;margin-bottom:18px;padding:16px}.filter-head{color:#dbeafe;align-items:center;gap:8px;margin-bottom:12px;font-weight:900;display:flex}.filter-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.filter-row select{color:#fff;background:#111827;border:none;border-radius:15px;outline:none;height:48px;padding:0 14px;font-weight:800}.section-title-row{justify-content:space-between;align-items:center;gap:16px;margin-top:10px;display:flex}.section-title-row span{color:#94a3b8;font-size:14px;font-weight:800}.local-event-card{flex-direction:column;min-height:390px;padding-top:56px;display:flex;position:relative;overflow:visible}.floating-category-chip{color:#fff;background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900;position:absolute;top:-12px;left:22px;box-shadow:0 12px 28px #00000047}.event-card-date{background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:64px;height:70px;display:flex;position:absolute;top:22px;right:22px}.event-card-date span{color:#b8ff4f;text-transform:uppercase;font-size:12px;font-weight:900}.event-card-date strong{font-size:27px;line-height:1}.event-badge-pill{color:#b8ff4f;background:#b8ff4f1f;border-radius:999px;width:max-content;margin-bottom:16px;padding:8px 11px;font-size:12px;font-weight:900}.local-event-card h3{min-height:56px;margin-bottom:10px;padding-right:72px;font-size:21px;line-height:1.3}.local-event-card .premium-feed-desc{min-height:54px}.local-card-actions{grid-template-columns:repeat(3,1fr);margin-top:auto}.save-mini-btn.saved{color:#b8ff4f!important;background:#b8ff4f26!important}.load-more-wrap{justify-content:center;margin-top:26px;display:flex}.premium-empty-state{text-align:center;background:#ffffff0e;border:1px solid #ffffff14;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.empty-glow-icon{background:linear-gradient(135deg,#7b2fff,#00c2ff);border-radius:30px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;display:flex;box-shadow:0 0 45px #7b2fff66}.premium-empty-state h2{margin-bottom:8px;font-size:28px}.premium-empty-state p{color:#94a3b8;max-width:520px;line-height:1.7}.local-detail-modal{max-width:820px}.detail-invite-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0;display:grid}.detail-invite-grid div{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;padding:15px}.detail-invite-grid strong{margin:10px 0 4px;font-size:15px;display:block}.detail-invite-grid span{color:#94a3b8;font-size:12px}.detail-section{background:#ffffff0b;border:1px solid #ffffff12;border-radius:18px;margin-bottom:12px;padding:16px}.detail-section h3{color:#b8ff4f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:7px;font-size:14px}.detail-section p{color:#cbd5e1;line-height:1.7}.external-link-btn{color:#bae6fd;background:#00c2ff24;border-radius:14px;align-items:center;gap:8px;padding:11px 14px;font-weight:900;text-decoration:none;display:inline-flex}@media (width<=1050px){.local-pulse-hero{flex-direction:column;align-items:flex-start}.filter-row,.detail-invite-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.filter-row,.detail-invite-grid,.local-card-actions{grid-template-columns:1fr}.local-event-card h3{padding-right:0}.event-card-date{margin-bottom:14px;position:static}}.creator-card-stats{flex-wrap:wrap;gap:8px;margin:10px 0 16px;display:flex}.creator-card-stats span{color:#cbd5e1;background:#ffffff0f;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:800;display:flex}.creator-actions{grid-template-columns:1fr 1fr 1fr}@media (width<=700px){.creator-actions{grid-template-columns:1fr}}.toolbar-city-info{color:#b8ff4f;white-space:nowrap;background:#b8ff4f1f;border-radius:15px;align-items:center;gap:8px;height:48px;padding:0 16px;font-weight:900;display:flex}.inactive-city-card{opacity:.72;filter:grayscale(.25)}.inactive-city-banner{color:#fecaca;background:#ef444421;border-radius:14px;margin-bottom:14px;padding:10px 12px;font-size:12px;font-weight:900;line-height:1.4}:root{--cn-primary:#8b7cf6;--cn-primary-pressed:#6d5ce8;--cn-primary-light:#eee9ff;--cn-primary-soft:#f6f4ff;--cn-secondary:#4fd1c5;--cn-accent:#ff7a7a;--cn-honey:#ffc857;--cn-market:#ff9f68;--cn-verified:#3b82f6;--cn-info:#38bdf8;--cn-success:#22c55e;--cn-error:#ef4444;--cn-warning:#f59e0b;--cn-notification:#ff5c8a;--cn-unread:#ff6b6b;--cn-bg:#fff;--cn-page:#fff;--cn-surface:#fff;--cn-surface-soft:#f8fafc;--cn-search:#f5f3ff;--cn-border:#eceaf5;--cn-border-strong:#ded9f2;--cn-text:#1e1b4b;--cn-muted:#6b7280;--cn-placeholder:#9ca3af;--cn-disabled:#c5c8d3;--cn-brand-gradient:linear-gradient(135deg,#8b7cf6 0%,#a78bfa 100%);--cn-cta-gradient:linear-gradient(135deg,#8b7cf6 0%,#4fd1c5 100%);--cn-premium-gradient:linear-gradient(135deg,#6d5ce8 0%,#b794f4 100%);--cn-shadow-xs:0 4px 14px #1e1b4b0d;--cn-shadow-sm:0 10px 26px #1e1b4b12;--cn-shadow-md:0 18px 45px #8b7cf61a;--cn-shadow-lg:0 24px 70px #1e1b4b1f;--cn-radius-sm:14px;--cn-radius-md:20px;--cn-radius-lg:28px;--cn-radius-xl:34px}*{scrollbar-color:#dad5f6 transparent}html{background:var(--cn-bg)!important}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Plus Jakarta Sans,sans-serif;background:var(--cn-bg)!important;color:var(--cn-text)!important}body,.home-page,.main-content{background:var(--cn-bg)!important}.animated-bg,.bg-glow{display:none!important}.home-page{color:var(--cn-text)!important}.main-content{padding:34px 38px!important}.main-content::-webkit-scrollbar{width:8px}.conversation-panel::-webkit-scrollbar{width:8px}.message-list::-webkit-scrollbar{width:8px}.post-replies-list::-webkit-scrollbar{width:8px}.profile-modal::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-thumb{border-radius:999px;background:#dad5f6!important}.conversation-panel::-webkit-scrollbar-thumb{border-radius:999px;background:#dad5f6!important}.message-list::-webkit-scrollbar-thumb{border-radius:999px;background:#dad5f6!important}.post-replies-list::-webkit-scrollbar-thumb{border-radius:999px;background:#dad5f6!important}.profile-modal::-webkit-scrollbar-thumb{border-radius:999px;background:#dad5f6!important}h1,h2,h3,h4,h5,h6,.topbar h1,.ai-header h2,.section-title,.network-hero-card h2,.my-posts-hero h2,.network-hero-copy h2,.local-pulse-hero h2,.create-post-left h2,.settings-main-card h2,.settings-danger-card h2,.modal-card h2{letter-spacing:-.03em;color:var(--cn-text)!important}p,.ai-line,.topbar p,.brand p,.post-top p,.post-desc,.network-card p,.network-hero-card p,.my-posts-hero p,.premium-post-desc,.premium-feed-desc,.local-pulse-hero p,.create-post-left p,.settings-profile-card p,.message-context>p,.empty-chat,.modal-card p{color:var(--cn-muted)!important}::placeholder{color:var(--cn-placeholder)!important}.sidebar,.premium-sidebar{border-right:1px solid var(--cn-border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;box-shadow:8px 0 28px #1e1b4b0a!important}.brand{margin-bottom:42px!important}.brand-logo,.profile-avatar-large,.settings-avatar,.conversation-avatar,.conversation-avatar.big,.person-avatar,.premium-person-avatar,.premium-feed-avatar,.post-reply-avatar,.premium-post-icon,.empty-glow-icon,.orbit-center,.footer-diamond{background:var(--cn-brand-gradient)!important;color:#fff!important;box-shadow:0 12px 28px #8b7cf62e!important}.brand-logo{border-radius:20px!important}.brand h2{color:var(--cn-text)!important}.menu-item{color:var(--cn-muted)!important;border:1px solid #0000!important;border-radius:18px!important}.menu-item:hover{background:var(--cn-search)!important;color:var(--cn-primary-pressed)!important;transform:translate(3px)!important}.menu-item.active,.active-switch,.network-switch-card.active-switch{background:var(--cn-primary-light)!important;color:var(--cn-primary-pressed)!important;border-color:#ddd6fe!important;box-shadow:0 10px 24px #8b7cf61f!important}.sidebar-badge,.unread-badge{background:var(--cn-unread)!important;color:#fff!important;box-shadow:none!important}.topbar{margin-bottom:28px!important}.top-icons{gap:10px!important}.icon-btn,.notif-icon-btn{color:var(--cn-primary-pressed)!important;border:1px solid var(--cn-border)!important;box-shadow:var(--cn-shadow-xs)!important;background:#fff!important}.icon-btn:hover,.notif-icon-btn:hover{background:var(--cn-primary-light)!important;border-color:#ddd6fe!important;transform:translateY(-2px)!important}.notif-badge,.request-mini-badge{background:var(--cn-notification)!important;color:#fff!important;border-color:#fff!important}.ai-card,.post-card,.network-card,.gig-card-preview,.profile-preview-card,.profile-page-card,.settings-card,.network-hero-card,.network-filter-card,.person-card,.conversation-panel,.chat-panel,.message-context,.my-posts-hero,.premium-post-card,.my-posts-empty-premium,.create-post-left,.post-preview-mini,.create-post-form-card,.settings-profile-card,.settings-main-card,.settings-danger-card,.notification-dropdown,.network-premium-hero,.network-switch-card,.network-premium-toolbar,.premium-person-card,.network-premium-footer,.premium-feed-card,.private-reply-post-preview,.post-replies-list,.post-reply-chat-panel,.local-pulse-hero,.home-filter-panel,.modal-card,.profile-dropdown,.context-box,.premium-help-box,.location-results-box{border:1px solid var(--cn-border)!important;box-shadow:var(--cn-shadow-sm)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important}.ai-card,.my-posts-hero,.network-premium-hero,.local-pulse-hero,.network-premium-footer{position:relative;overflow:hidden}.ai-card:before,.my-posts-hero:before,.network-premium-hero:before,.local-pulse-hero:before,.network-premium-footer:before{content:"";background:var(--cn-cta-gradient);border-radius:999px;width:5px;position:absolute;inset:0 auto 0 0}.post-card:hover,.premium-post-card:hover,.premium-feed-card:hover,.person-card:hover,.premium-person-card:hover,.network-switch-card:hover,.gig-card-preview:hover{box-shadow:var(--cn-shadow-md)!important;border-color:#d8d3ff!important;transform:translateY(-4px)!important}.premium-post-card:before{background:linear-gradient(#8b7cf614,#4fd1c50d)!important}.my-posts-empty-premium{box-shadow:none!important;border-style:dashed!important}.ai-search,.network-search,.conversation-search,.network-premium-search,.toolbar-select,.toolbar-search,.price-input-box,.chat-input input,.filter-row select,.profile-modal input,.profile-modal textarea,.profile-modal select,.network-filter-card select,.create-post-form-card input,.create-post-form-card textarea,.create-post-form-card select,.settings-main-card input,.settings-main-card select,.report-modal select,.report-modal textarea,.private-reply-modal textarea,.location-results-box button{background:var(--cn-search)!important;color:var(--cn-text)!important;border:1px solid var(--cn-border)!important;box-shadow:none!important}input,textarea,select,button{font-family:Plus Jakarta Sans,sans-serif!important}input,textarea,select{color:var(--cn-text)!important}input:focus,textarea:focus,select:focus,.ai-search:focus-within,.network-search:focus-within,.conversation-search:focus-within,.network-premium-search:focus-within,.toolbar-search:focus-within,.toolbar-select:focus-within{border-color:var(--cn-primary)!important;outline:none!important;box-shadow:0 0 0 4px #8b7cf61f!important}.profile-modal label,.network-filter-card label,.create-post-form-card label,.settings-main-card label,.report-modal label,.private-reply-modal label{color:var(--cn-text)!important}select option{color:var(--cn-text);background:#fff}.save-btn,.my-posts-create-btn,.local-radar-btn,.network-premium-search button,.toolbar-filter-btn,.location-search-row button,.chat-input button,.my-posts-empty-premium .save-btn,.empty-state-card .save-btn{background:var(--cn-primary)!important;color:#fff!important;border:none!important;box-shadow:0 12px 28px #8b7cf638!important}.save-btn:hover,.my-posts-create-btn:hover,.local-radar-btn:hover,.network-premium-search button:hover,.toolbar-filter-btn:hover,.location-search-row button:hover,.chat-input button:hover{background:var(--cn-primary-pressed)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 16px 34px #6d5ce83d!important}.secondary-btn,.my-post-page-actions button,.premium-post-actions button,.premium-feed-actions button,.person-actions button,.premium-person-actions button,.notification-head button,.network-tabs button{color:var(--cn-text)!important;border:1px solid var(--cn-border)!important;box-shadow:var(--cn-shadow-xs)!important;background:#fff!important}.secondary-btn:hover,.my-post-page-actions button:hover,.premium-post-actions button:hover,.premium-feed-actions button:hover,.person-actions button:hover,.premium-person-actions button:hover,.network-tabs button:hover{background:var(--cn-primary-light)!important;color:var(--cn-primary-pressed)!important;border-color:#ddd6fe!important}.view-btn{color:var(--cn-primary-pressed)!important}.close-btn,.person-more-btn{color:var(--cn-muted)!important}.close-btn:hover,.person-more-btn:hover{color:var(--cn-primary-pressed)!important}.disabled-action-btn,button:disabled,input:disabled{opacity:.55!important;cursor:not-allowed!important}.chip,.network-tabs button,.premium-feed-meta span,.premium-post-meta span,.creator-card-stats span,.orbit-bubble,.date-separator span,.modal-info span{background:var(--cn-surface-soft)!important;color:var(--cn-muted)!important;border:1px solid var(--cn-border)!important}.chip:hover{background:var(--cn-primary-light)!important;color:var(--cn-primary-pressed)!important}.active-chip,.active-network-tab,.floating-category-chip{background:var(--cn-primary)!important;color:#fff!important;box-shadow:0 10px 22px #8b7cf62e!important}.community,.premium-tag.community,.premium-category-chip,.create-post-badge,.my-posts-badge,.local-city-pill,.network-hero-badge,.form-section-title,.private-reply-post-preview span,.premium-help-box span,.context-box span,.post-title-line{color:#047857!important;background:#ecfdf5!important;border-color:#bbf7d0!important}.sponsored,.premium-tag.sponsored,.preview-price-pill,.location-coordinate-pill,.toolbar-city-info{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}.profile-pill-list span,.premium-skill-row span{background:var(--cn-primary-light)!important;color:var(--cn-primary-pressed)!important}.person-section span{color:var(--cn-primary-pressed)!important}.person-availability,.premium-availability,.online-dot,.thread-status-active,.connected-btn,.premium-person-actions .connected-btn,.use-location-btn{color:#047857!important;background:#ecfdf5!important}.online-dot{box-shadow:0 0 0 4px #22c55e26!important}.offline-dot{box-shadow:none!important;background:#cbd5e1!important}.requested-btn,.premium-person-actions .requested-btn{color:#c2410c!important;background:#fff7ed!important}.thread-status-closed,.block-user-btn,.settings-danger-card button,.inactive-city-banner,.limit-danger{color:#b91c1c!important;background:#fef2f2!important}.heart-btn.liked,.premium-post-actions .danger-action:hover{color:#dc2626!important;background:#fef2f2!important}.feed-grid,.premium-home-feed,.premium-post-grid,.premium-network-grid,.people-grid,.my-posts-page-grid{gap:22px!important}.post-top h3,.premium-post-top h3,.premium-feed-top h3,.premium-person-top h3,.person-top h3,.post-reply-info h3{color:var(--cn-text)!important}.post-footer span,.premium-post-meta span,.premium-feed-meta span,.creator-card-stats span{color:var(--cn-muted)!important}.gig-card-preview{border-left:5px solid var(--cn-primary)!important;color:var(--cn-text)!important;background:#fff!important}.orbit-ring{border-color:#ddd6fe!important}.bubble-one{color:#047857!important;background:#ecfdf5!important}.bubble-two{color:#c2410c!important;background:#fff7ed!important}.bubble-three{color:#b45309!important;background:#fffbeb!important}.bubble-four{color:#1d4ed8!important;background:#eff6ff!important}.messages-layout,.post-replies-layout{color:var(--cn-text)!important}.chat-header,.chat-input,.post-reply-chat-header{border-color:var(--cn-border)!important}.conversation-item{color:var(--cn-text)!important}.conversation-item:hover,.active-conversation,.post-reply-thread:hover,.active-post-reply-thread{background:var(--cn-primary-light)!important}.conversation-info p,.conversation-info small,.chat-user p,.post-reply-chat-header p,.last-message-line,.post-reply-info small{color:var(--cn-muted)!important}.msg-bubble{color:var(--cn-text)!important;border:1px solid var(--cn-border)!important;background:#f8fafc!important}.msg-bubble.mine{background:var(--cn-primary)!important;color:#fff!important;border-color:var(--cn-primary)!important}.msg-meta,.msg-bubble span{color:inherit!important;opacity:.72!important}.empty-chat.large h2{color:var(--cn-text)!important}.modal-overlay{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#1e1b4b47!important}.modal-card,.profile-dropdown,.notification-dropdown{color:var(--cn-text)!important;box-shadow:var(--cn-shadow-lg)!important;background:#fff!important}.profile-dropdown button,.notification-item{color:var(--cn-text)!important}.profile-dropdown button:hover,.notification-item:hover{background:var(--cn-primary-light)!important;color:var(--cn-primary-pressed)!important}.notification-head{border-color:var(--cn-border)!important}.notification-item.unread{border-left-color:var(--cn-notification)!important;background:#fff1f6!important}.notification-item p,.notification-item span,.notification-empty{color:var(--cn-muted)!important}.settings-danger-card{border-color:#fecaca!important}.settings-danger-card p{color:#b91c1c!important}.settings-main-card input:disabled{color:var(--cn-disabled)!important;background:#f3f4f6!important}.network-switch-card h3,.network-switch-card p{color:inherit!important}.network-hero-copy h2 span{background:var(--cn-cta-gradient)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important}.network-premium-toolbar{box-shadow:none!important}.local-event-card{background:#fff!important}.event-card-date{color:#b45309!important;background:#fffbeb!important;border:1px solid #fde68a!important}@media (width<=1000px){.main-content{padding:22px!important}.sidebar{display:none!important}.topbar{align-items:flex-start!important}}@media (width<=700px){.main-content{padding:18px!important}.topbar h1,.local-pulse-hero h2,.network-hero-copy h2,.my-posts-hero h2{font-size:28px!important;line-height:1.15!important}.ai-card,.my-posts-hero,.network-premium-hero,.local-pulse-hero,.create-post-form-card,.settings-main-card,.premium-feed-card,.premium-person-card,.premium-post-card{border-radius:22px!important;padding:20px!important}.modal-card{border-radius:24px!important;padding:24px!important}}.home-v2-page{gap:var(--space-5);flex-direction:column;padding:0;display:flex}.home-v2-hero{overflow:hidden}.home-v2-hero-inner{justify-content:space-between;align-items:center;gap:var(--space-5);display:flex}.home-v2-hero-copy{min-width:0;max-width:740px}.home-v2-title{margin:var(--space-4) 0 0;letter-spacing:-.055em;color:var(--text-main);font-size:clamp(30px,5vw,48px);font-weight:900;line-height:1.05}.home-v2-subtitle{max-width:680px;margin:var(--space-3) 0 0;color:var(--text-muted);font-size:15.5px;line-height:1.65}.home-ai-card{border-color:#6d3dff24}.home-ai-header{align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.home-ai-header h2{letter-spacing:-.035em;color:var(--text-main);margin:0;font-size:22px;font-weight:900}.home-ai-header p{color:var(--text-muted);margin:6px 0 0;font-size:14.5px;line-height:1.55}.home-ai-icon{background:linear-gradient(135deg, var(--primary), var(--blue));width:46px;height:46px;color:var(--text-white);border-radius:16px;justify-content:center;align-items:center;display:flex;box-shadow:0 14px 28px #6d3dff38}.home-ai-search{border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:var(--space-3);background:var(--bg-card);min-height:54px;box-shadow:var(--shadow-xs);padding:0 18px;display:flex}.home-ai-search svg{color:var(--primary);flex:none}.home-ai-search input{width:100%;min-width:0;color:var(--text-main);background:0 0;border:none;outline:none;font-size:15px}.home-ai-search input::placeholder{color:var(--text-light)}.home-filter-title{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);color:var(--text-main);font-weight:900;display:flex}.home-filter-title svg{color:var(--primary)}.home-filter-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-section-row{justify-content:space-between;align-items:flex-end;gap:var(--space-4);display:flex}.home-section-title{letter-spacing:-.04em;color:var(--text-main);margin:0;font-size:26px;font-weight:900}.home-post-grid{align-items:stretch}.home-post-card{min-width:0}.home-post-card-inner{gap:var(--space-4);flex-direction:column;height:100%;display:flex}.home-post-date-row{gap:var(--space-4);grid-template-columns:62px minmax(0,1fr);align-items:start;display:grid}.home-post-date-box{background:var(--primary-soft);width:62px;min-height:70px;color:var(--primary);border-radius:18px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;display:flex}.home-post-date-box span{text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.home-post-date-box strong{font-size:24px;font-weight:950;line-height:1}.home-post-main-copy{min-width:0}.home-post-actions{margin-top:auto}.home-action-liked{color:#e11d48;background:#fff1f2}.home-action-saved{color:var(--primary);background:var(--primary-soft)}.home-load-more{padding:var(--space-4) 0;justify-content:center;display:flex}.home-detail-title{margin:var(--space-3) 0 0;letter-spacing:-.04em;color:var(--text-main);font-size:clamp(22px,4vw,32px);font-weight:900;line-height:1.14}.home-detail-subtitle{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:14.5px}.home-detail-grid{gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-detail-info-card{min-width:0;padding:var(--space-4);border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-soft);flex-direction:column;gap:6px;display:flex}.home-detail-info-card svg{color:var(--primary)}.home-detail-info-card strong{color:var(--text-main);font-size:14px}.home-detail-info-card span{color:var(--text-muted);overflow-wrap:break-word;font-size:13px}.home-detail-section{padding:var(--space-4) 0;border-top:1px solid var(--border-soft)}.home-detail-section h3{margin:0 0 var(--space-2);color:var(--text-main);font-size:15px;font-weight:900}.home-detail-section p{color:var(--text-soft);white-space:pre-wrap;margin:0;font-size:14.5px;line-height:1.65}.home-external-link{border-radius:var(--radius-pill);background:var(--primary-soft);min-height:40px;color:var(--primary);align-items:center;gap:8px;padding:0 14px;font-weight:850;display:inline-flex}.home-detail-actions{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--border-soft);flex-wrap:wrap;display:flex}.home-small-modal{width:min(560px,100%)}.home-reply-preview{margin-bottom:var(--space-5)}.home-reply-preview h3{margin:var(--space-3) 0 var(--space-2);color:var(--text-main);font-size:17px;font-weight:900}.home-reply-preview p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.55}@media (width<=900px){.home-v2-hero-inner{flex-direction:column;align-items:stretch}.home-filter-grid{grid-template-columns:1fr}.home-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-detail-actions{flex-direction:column}.home-detail-actions .cn-btn{width:100%}}@media (width<=640px){.home-section-row{flex-direction:column;align-items:flex-start}.home-post-date-row{gap:var(--space-3);grid-template-columns:54px minmax(0,1fr)}.home-post-date-box{border-radius:16px;width:54px;min-height:64px}.home-post-date-box strong{font-size:22px}.home-detail-grid{grid-template-columns:1fr}.home-v2-title{font-size:32px}}:root{--bg-app:#fcfcff;--bg-soft:#f7f8fc;--bg-card:#fff;--bg-elevated:#fff;--primary:#6d3dff;--primary-hover:#5b2fe8;--primary-pressed:#4c1d95;--primary-soft:#eef2ff;--primary-subtle:#f5f3ff;--blue:#2563eb;--blue-soft:#eff6ff;--mint:#14b8a6;--mint-soft:#ecfdf5;--coral:#f97373;--coral-soft:#fff1f2;--honey:#f59e0b;--honey-soft:#fffbeb;--danger:#ef4444;--danger-soft:#fef2f2;--success:#16a34a;--success-soft:#f0fdf4;--text-main:#101828;--text-soft:#475467;--text-muted:#667085;--text-light:#98a2b3;--text-white:#fff;--border:#e5e7eb;--border-soft:#f0f2f5;--border-strong:#d0d5dd;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 1px 2px #1018280f;--shadow-sm:0 4px 14px #1018280f;--shadow-card:0 14px 35px #10182814, 0 2px 8px #1018280a;--shadow-hover:0 20px 45px #1018281f, 0 4px 12px #6d3dff14;--sidebar-width:270px;--topbar-height:72px;--mobile-nav-height:72px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--font-main:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition-fast:.16s ease;--transition-normal:.22s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{min-height:100%;font-family:var(--font-main);background:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;overflow:hidden auto}#root{background:var(--bg-app);min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.page-scroll{min-height:100vh;overflow:hidden auto}.no-horizontal-scroll{max-width:100%;overflow-x:hidden}.text-one-line{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.text-two-lines{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-three-lines{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cn-page{width:100%;min-height:100vh;padding:var(--space-6);background:var(--bg-app);overflow-x:hidden}.cn-page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.cn-page-kicker{margin:0 0 var(--space-2);color:var(--primary);letter-spacing:.02em;text-transform:uppercase;font-size:13px;font-weight:700}.cn-page-title{color:var(--text-main);letter-spacing:-.04em;margin:0;font-size:clamp(26px,4vw,40px);font-weight:850;line-height:1.1}.cn-page-subtitle{max-width:680px;margin:var(--space-3) 0 0;color:var(--text-muted);font-size:15px;line-height:1.6}.cn-card{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:100%;box-shadow:var(--shadow-card);transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);border:1px solid #e5e7ebeb;overflow:hidden}.cn-card:hover{box-shadow:var(--shadow-hover);border-color:#6d3dff33;transform:translateY(-3px)}.cn-card-inner{padding:var(--space-5)}.cn-card-soft{background:radial-gradient(circle at top left, #6d3dff14, transparent 32%), var(--bg-card)}.cn-card-flat{box-shadow:var(--shadow-sm)}.cn-card-clickable{cursor:pointer}.cn-post-card{gap:var(--space-4);flex-direction:column;display:flex}.cn-post-top{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.cn-post-title{color:var(--text-main);letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.cn-post-desc{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.cn-post-meta{align-items:center;gap:var(--space-2);color:var(--text-muted);flex-wrap:wrap;font-size:13.5px;display:flex}.cn-post-meta-item{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.cn-post-location{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.cn-post-actions{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--border-soft);display:flex}.cn-post-actions-left,.cn-post-actions-right{align-items:center;gap:var(--space-2);display:flex}.cn-btn{border-radius:var(--radius-pill);white-space:nowrap;min-height:40px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:750;line-height:1;display:inline-flex}.cn-btn:active{transform:scale(.98)}.cn-btn-primary{color:var(--text-white);background:linear-gradient(135deg, var(--primary), var(--primary-hover));box-shadow:0 10px 22px #6d3dff38}.cn-btn-primary:hover{background:linear-gradient(135deg, var(--primary-hover), var(--primary-pressed));box-shadow:0 14px 28px #6d3dff47}.cn-btn-secondary{color:var(--primary);background:var(--primary-soft)}.cn-btn-secondary:hover{background:#e4e7ff}.cn-btn-ghost{color:var(--text-soft);background:0 0}.cn-btn-ghost:hover{color:var(--primary);background:var(--primary-soft)}.cn-btn-danger{color:var(--danger);background:var(--danger-soft)}.cn-btn-danger:hover{background:#fee2e2}.cn-btn-full{width:100%}.cn-icon-btn{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);width:40px;height:40px;color:var(--text-soft);box-shadow:var(--shadow-xs);transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.cn-icon-btn:hover{color:var(--primary);background:var(--primary-soft);border-color:#6d3dff33;transform:translateY(-1px)}.cn-badge{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;max-width:100%;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.cn-badge-primary{color:var(--primary);background:var(--primary-soft)}.cn-badge-blue{color:var(--blue);background:var(--blue-soft)}.cn-badge-mint{color:#047857;background:var(--mint-soft)}.cn-badge-coral{color:#be123c;background:var(--coral-soft)}.cn-badge-honey{color:#b45309;background:var(--honey-soft)}.cn-chip-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.cn-chip-scroll{align-items:center;gap:var(--space-2);scrollbar-width:none;padding-bottom:6px;display:flex;overflow-x:auto}.cn-chip-scroll::-webkit-scrollbar{display:none}.cn-chip{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);min-height:36px;color:var(--text-soft);white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13.5px;font-weight:750;display:inline-flex}.cn-chip:hover,.cn-chip-active{color:var(--primary);background:var(--primary-soft);box-shadow:var(--shadow-xs);border-color:#6d3dff33}.cn-grid{gap:var(--space-5);display:grid}.cn-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cn-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cn-feed-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cn-empty{width:100%;padding:var(--space-10) var(--space-6);text-align:center;background:var(--bg-card);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.cn-empty-icon{width:56px;height:56px;margin:0 auto var(--space-4);background:var(--primary-soft);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}.cn-empty-title{color:var(--text-main);margin:0;font-size:18px;font-weight:850}.cn-empty-text{max-width:440px;margin:var(--space-2) auto 0;color:var(--text-muted);font-size:14.5px;line-height:1.6}.cn-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-5);background:#0f172a6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cn-modal{background:var(--bg-card);border-radius:var(--radius-xl);width:min(720px,100%);max-height:min(86vh,820px);overflow-y:auto;box-shadow:0 30px 80px #0f172a47,0 8px 20px #0f172a14}.cn-modal-header{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-soft);padding:var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-3);background:#ffffffeb;display:flex;position:sticky;top:0}.cn-modal-body{padding:var(--space-5)}@media (width<=1024px){.cn-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.cn-feed-grid{grid-template-columns:1fr}}@media (width<=768px){.cn-page{padding:var(--space-4);padding-bottom:calc(var(--mobile-nav-height) + var(--space-6))}.cn-page-header{flex-direction:column;align-items:stretch}.cn-card:hover{transform:none}.cn-card-inner{padding:var(--space-4)}.cn-post-title{font-size:18px}.cn-post-desc{font-size:14px}.cn-post-actions{flex-direction:column;align-items:stretch}.cn-post-actions-left,.cn-post-actions-right{justify-content:space-between;width:100%}.cn-btn{min-height:42px}.cn-grid-2,.cn-grid-3{grid-template-columns:1fr}.cn-modal-backdrop{align-items:flex-end;padding:0}.cn-modal{border-radius:24px 24px 0 0;width:100%;max-height:88vh}}.cn-form{gap:var(--space-5);flex-direction:column;width:100%;display:flex}.cn-form-section{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);padding:var(--space-5)}.cn-form-section-title{margin:0 0 var(--space-2);color:var(--text-main);letter-spacing:-.02em;font-size:18px;font-weight:850;line-height:1.25}.cn-form-section-subtitle{margin:0 0 var(--space-5);color:var(--text-muted);font-size:14px;line-height:1.55}.cn-field{flex-direction:column;gap:8px;width:100%;display:flex}.cn-label{color:var(--text-main);font-size:13.5px;font-weight:800}.cn-label-row{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.cn-required{color:var(--danger)}.cn-input,.cn-textarea,.cn-select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);width:100%;color:var(--text-main);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);outline:none;font-size:15px;line-height:1.4}.cn-input,.cn-select{min-height:48px;padding:0 15px}.cn-textarea{resize:vertical;min-height:110px;max-height:260px;padding:14px 15px}.cn-input::placeholder,.cn-textarea::placeholder{color:var(--text-light)}.cn-input:focus,.cn-textarea:focus,.cn-select:focus{border-color:#6d3dff8c;box-shadow:0 0 0 4px #6d3dff1c}.cn-input:disabled,.cn-textarea:disabled,.cn-select:disabled{background:var(--bg-soft);color:var(--text-light);cursor:not-allowed}.cn-field-error .cn-input,.cn-field-error .cn-textarea,.cn-field-error .cn-select{border-color:#ef4444a6;box-shadow:0 0 0 4px #ef444414}.cn-help-text{color:var(--text-muted);margin:0;font-size:12.5px;line-height:1.45}.cn-error-text{color:var(--danger);margin:0;font-size:12.5px;font-weight:700;line-height:1.45}.cn-counter{color:var(--text-muted);white-space:nowrap;font-size:12px;font-weight:750}.cn-counter-warning{color:var(--honey)}.cn-counter-danger{color:var(--danger)}.cn-form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cn-form-grid-3{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.cn-form-actions{justify-content:flex-end;align-items:center;gap:var(--space-3);padding-top:var(--space-2);display:flex}.cn-form-actions-between{justify-content:space-between}.cn-input-with-icon{position:relative}.cn-input-icon{color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.cn-input-with-icon .cn-input{padding-left:42px}.cn-search-input{border-radius:var(--radius-pill);background:var(--bg-card);min-height:50px;box-shadow:var(--shadow-xs);padding-left:18px;padding-right:18px}.cn-search-input:focus{box-shadow:0 0 0 4px #6d3dff1a, var(--shadow-sm)}.cn-radio-group,.cn-checkbox-group{gap:var(--space-3);flex-wrap:wrap;display:flex}.cn-choice-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);min-height:54px;color:var(--text-main);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);align-items:center;gap:10px;padding:14px 16px;display:flex}.cn-choice-card:hover{background:var(--primary-subtle);box-shadow:var(--shadow-xs);border-color:#6d3dff3d}.cn-choice-card-active{background:var(--primary-soft);border-color:#6d3dff73;box-shadow:0 8px 20px #6d3dff1a}.cn-choice-title{color:var(--text-main);margin:0;font-size:14px;font-weight:850}.cn-choice-desc{color:var(--text-muted);margin:3px 0 0;font-size:12.5px;line-height:1.45}.cn-form-note{padding:var(--space-4);border-radius:var(--radius-md);background:var(--primary-soft);color:var(--text-soft);font-size:14px;line-height:1.55}.cn-form-note strong{color:var(--primary)}.cn-auth-page{background:radial-gradient(circle at top left, #6d3dff1a, transparent 34%), radial-gradient(circle at bottom right, #14b8a617, transparent 30%), var(--bg-app);min-height:100vh;padding:var(--space-6);overflow:hidden auto}.cn-auth-shell{gap:var(--space-8);grid-template-columns:1.05fr .95fr;align-items:center;width:min(1120px,100%);min-height:calc(100vh - 48px);margin:0 auto;display:grid}.cn-auth-brand{max-width:560px}.cn-auth-kicker{margin:0 0 var(--space-3);color:var(--primary);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:850}.cn-auth-title{letter-spacing:-.055em;color:var(--text-main);margin:0;font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.02}.cn-auth-subtitle{margin:var(--space-4) 0 0;color:var(--text-muted);font-size:16px;line-height:1.65}.cn-auth-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:min(460px,100%);padding:var(--space-6);background:#ffffffeb;border:1px solid #e5e7ebe6;margin-left:auto;box-shadow:0 24px 70px #10182824,0 8px 24px #6d3dff14}.cn-auth-card-title{letter-spacing:-.035em;color:var(--text-main);margin:0;font-size:26px;font-weight:900;line-height:1.15}.cn-auth-card-subtitle{margin:var(--space-2) 0 var(--space-6);color:var(--text-muted);font-size:14.5px;line-height:1.55}.cn-auth-footer{margin-top:var(--space-5);text-align:center;color:var(--text-muted);font-size:14px}.cn-auth-link{color:var(--primary);font-weight:850}.cn-auth-link:hover{text-decoration:underline}@media (width<=900px){.cn-form-grid,.cn-form-grid-3{grid-template-columns:1fr}.cn-auth-shell{gap:var(--space-6);grid-template-columns:1fr;align-items:start}.cn-auth-brand{max-width:680px;padding-top:var(--space-4)}.cn-auth-card{width:100%;margin:0}}@media (width<=768px){.cn-form-section{padding:var(--space-4);border-radius:var(--radius-md)}.cn-form-actions{flex-direction:column-reverse;align-items:stretch}.cn-form-actions .cn-btn{width:100%}.cn-radio-group,.cn-checkbox-group{flex-direction:column}.cn-choice-card{width:100%}.cn-auth-page{padding:var(--space-4)}.cn-auth-shell{min-height:auto}.cn-auth-card{padding:var(--space-5);border-radius:var(--radius-lg)}}.cn-app-shell{background:var(--bg-app);width:100%;min-height:100vh;color:var(--text-main);overflow-x:hidden}.cn-layout{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:var(--bg-app);min-height:100vh;display:grid}.cn-sidebar{border-right:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);height:100vh;padding:var(--space-5);z-index:50;background:#ffffffe6;position:sticky;top:0;overflow:hidden auto}.cn-sidebar-brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-8);display:flex}.cn-sidebar-logo{background:linear-gradient(135deg, var(--primary), var(--blue));width:42px;height:42px;color:var(--text-white);border-radius:14px;justify-content:center;align-items:center;font-weight:900;display:flex;box-shadow:0 12px 26px #6d3dff38}.cn-sidebar-brand-text{min-width:0}.cn-sidebar-title{letter-spacing:-.04em;color:var(--text-main);margin:0;font-size:18px;font-weight:900}.cn-sidebar-subtitle{color:var(--text-muted);margin:2px 0 0;font-size:12px;font-weight:700}.cn-sidebar-section{margin-bottom:var(--space-6)}.cn-sidebar-section-label{margin:0 0 var(--space-3);letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);padding:0 10px;font-size:11px;font-weight:850}.cn-sidebar-nav{flex-direction:column;gap:6px;display:flex}.cn-sidebar-link{border-radius:var(--radius-md);align-items:center;gap:var(--space-3);min-height:46px;color:var(--text-soft);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);padding:0 14px;font-size:14.5px;font-weight:800;display:flex}.cn-sidebar-link:hover{background:var(--primary-soft);color:var(--primary);transform:translate(2px)}.cn-sidebar-link-active:hover{color:var(--text-white);transform:none}.cn-sidebar-link-icon{justify-content:center;width:22px;font-size:18px;display:flex}.cn-sidebar-link-text{flex:1;min-width:0}.cn-sidebar-badge{border-radius:var(--radius-pill);background:var(--coral);min-width:22px;height:22px;color:var(--text-white);justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:900;display:inline-flex}.cn-main-area{flex-direction:column;min-width:0;min-height:100vh;display:flex}.cn-topbar-spacer{height:var(--topbar-height);flex:none}.cn-content{flex:1;width:100%;min-width:0;overflow-x:hidden}.cn-content-inner{width:min(1280px,100%);padding:var(--space-6);margin:0 auto}.cn-topbar{z-index:40;min-height:var(--topbar-height);justify-content:space-between;align-items:center;gap:var(--space-4);padding:0 var(--space-6);border-bottom:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fcfcffdb;display:flex;position:sticky;top:0}.cn-topbar-left,.cn-topbar-right{align-items:center;gap:var(--space-3);min-width:0;display:flex}.cn-topbar-title-block{min-width:0}.cn-topbar-title{color:var(--text-main);letter-spacing:-.03em;margin:0;font-size:18px;font-weight:900}.cn-topbar-subtitle{color:var(--text-muted);margin:2px 0 0;font-size:13px;font-weight:650}.cn-location-pill{border-radius:var(--radius-pill);background:var(--bg-card);border:1px solid var(--border);max-width:240px;min-height:40px;box-shadow:var(--shadow-xs);color:var(--text-soft);align-items:center;gap:8px;padding:0 14px;font-size:13.5px;font-weight:800;display:inline-flex}.cn-location-pill span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.cn-topbar-search{width:min(360px,32vw)}.cn-profile-pill{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-card);min-height:42px;box-shadow:var(--shadow-xs);align-items:center;gap:9px;padding:4px 6px 4px 4px;display:flex}.cn-profile-avatar{background:linear-gradient(135deg, var(--primary), var(--mint));width:34px;height:34px;color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.cn-profile-name{white-space:nowrap;text-overflow:ellipsis;max-width:120px;color:var(--text-soft);padding-right:8px;font-size:13px;font-weight:800;overflow:hidden}.cn-page-with-panel{gap:var(--space-5);grid-template-columns:minmax(0,1fr) 330px;align-items:start;display:grid}.cn-right-panel{top:calc(var(--topbar-height) + var(--space-5));gap:var(--space-4);flex-direction:column;display:flex;position:sticky}.cn-mobile-nav,.cn-mobile-topbar{display:none}.cn-scroll-area{overflow:hidden auto}.cn-horizontal-scroll{gap:var(--space-3);scrollbar-width:none;padding-bottom:8px;display:flex;overflow-x:auto}.cn-horizontal-scroll::-webkit-scrollbar{display:none}@media (width<=1180px){:root{--sidebar-width:230px}.cn-content-inner{padding:var(--space-5)}.cn-page-with-panel{grid-template-columns:1fr}.cn-right-panel{position:static}}@media (width<=900px){.cn-layout{display:block}.cn-sidebar{display:none}.cn-topbar{min-height:64px;padding:0 var(--space-4)}.cn-topbar-search,.cn-profile-name{display:none}.cn-content-inner{padding:var(--space-4);padding-bottom:calc(var(--mobile-nav-height) + var(--space-5))}.cn-mobile-nav{z-index:80;min-height:var(--mobile-nav-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7ebe6;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:8px;display:grid;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 18px 48px #10182829,0 4px 12px #6d3dff14}.cn-mobile-nav-link{min-width:0;min-height:54px;color:var(--text-muted);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:850;display:flex}.cn-mobile-nav-icon{font-size:19px;line-height:1}.cn-mobile-nav-text{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.cn-mobile-nav-link-active{background:var(--primary-soft);color:var(--primary)}.cn-mobile-nav-create{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:var(--text-white);box-shadow:0 10px 22px #6d3dff38}.cn-mobile-nav-create.cn-mobile-nav-link-active{color:var(--text-white)}}@media (width<=520px){.cn-topbar-title{font-size:16px}.cn-topbar-subtitle{font-size:12px}.cn-location-pill{max-width:170px;min-height:36px;font-size:12.5px}.cn-profile-pill{min-height:38px;padding:3px}.cn-profile-avatar{width:32px;height:32px}.cn-mobile-nav{border-radius:22px;bottom:8px;left:8px;right:8px}.cn-mobile-nav-link{min-height:52px;font-size:10.5px}}:root{--primary:#6d3dff;--primary-hover:#5b2fe8;--primary-soft:#eef2ff;--blue:#2563eb;--mint:#14b8a6;--honey:#f59e0b;--coral:#f97373;--bg-app:#fcfcff;--bg-soft:#f7f8fc;--text-main:#101828;--text-muted:#667085;--border:#e5e7eb}body{background:var(--bg-app)!important}.cn-app-shell-living{background:radial-gradient(circle at 0 0,#6d3dff0e,#0000 28%),radial-gradient(circle at 100% 100%,#14b8a60d,#0000 32%),#fcfcff}.cn-content-inner{width:min(1360px,100%)}.cn-sidebar-living{flex-direction:column;display:flex;box-shadow:10px 0 30px #10182808;background:#ffffffdb!important;border-right:1px solid #e5e7ebdb!important}.cn-sidebar-brand-living{margin-bottom:30px!important}.cn-sidebar-brand-living .cn-brand-copy strong{font-size:19px}.cn-sidebar-link{border:1px solid #0000}.cn-sidebar-link-icon svg,.cn-mobile-nav-icon svg{stroke-width:2.25px}.cn-sidebar-link-active{background:linear-gradient(135deg, var(--primary), var(--blue))!important;color:#fff!important;box-shadow:0 12px 26px #6d3dff38!important}.cn-sidebar-footer-note{background:linear-gradient(135deg,#eef2fff2,#ecfdf5e0);border:1px solid #e5e7ebcc;border-radius:18px;margin-top:auto;padding:14px}.cn-sidebar-footer-note strong,.cn-sidebar-footer-note span{display:block}.cn-sidebar-footer-note strong{color:var(--text-main);font-size:13px;font-weight:950}.cn-sidebar-footer-note span{color:var(--text-muted);margin-top:5px;font-size:12px;font-weight:650;line-height:1.45}.cn-sidebar-logout{text-align:left;width:100%;margin-top:10px;background:0 0!important;border:none!important}.cn-topbar-living{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fcfcffc7!important}.cn-topbar-title{font-weight:950!important}.cn-location-pill-living{background:#ffffffeb!important;border-color:#6d3dff1f!important}.cn-location-pill-living svg{color:var(--primary)}.cn-topbar-bell{position:relative}.cn-topbar-bell-dot{background:var(--coral);border-radius:999px;width:8px;height:8px;position:absolute;top:8px;right:8px;box-shadow:0 0 0 3px #fff}.cn-profile-pill-living svg{transition:transform .16s}.cn-account-chevron-open{transform:rotate(180deg)}.cn-account-menu{position:relative}.cn-account-dropdown{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:100;background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:22px;width:292px;padding:10px;animation:.18s both dropdownReveal;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 65px #10182829}.cn-account-dropdown-head{background:#f7f8fc;border-radius:16px;align-items:center;gap:10px;margin-bottom:8px;padding:10px;display:flex}.cn-account-dropdown-avatar{flex:none}.cn-account-dropdown-head strong,.cn-account-dropdown-head small{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.cn-account-dropdown-head strong{color:var(--text-main);font-size:14px;font-weight:950}.cn-account-dropdown-head small{color:var(--text-muted);margin-top:3px;font-size:12px}.cn-account-dropdown-actions{gap:4px;display:grid}.cn-account-dropdown-actions button,.cn-account-logout{color:#475467;background:0 0;border:none;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 11px;font-size:13px;font-weight:850;transition:all .15s;display:flex}.cn-account-dropdown-actions button:hover{background:var(--primary-soft);color:var(--primary)}.cn-account-logout{color:#dc2626;background:#fef2f2;margin-top:6px}.cn-mobile-nav{box-shadow:0 22px 56px #1018282e!important}.cn-mobile-nav-create{background:linear-gradient(135deg, var(--primary), var(--blue))!important}.home-v2-page{flex-direction:column;gap:22px;display:flex;padding:0!important}.home-toast{z-index:25;position:sticky;top:0}.home-living-hero{background:radial-gradient(circle at 15% 0,#6d3dff1f,#0000 38%),radial-gradient(circle at 88% 12%,#14b8a61f,#0000 32%),linear-gradient(#fffffff5,#fcfcffeb);border:1px solid #e5e7ebe0;border-radius:34px;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:28px;min-height:430px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #1018281a}.home-living-copy{z-index:4;flex-direction:column;justify-content:center;display:flex;position:relative}.home-city-pill-living{width:fit-content;min-height:36px;color:var(--primary);background:#eef2ff;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.home-living-copy h1{letter-spacing:-.075em;color:var(--text-main);margin:18px 0 0;font-size:clamp(36px,5vw,70px);font-weight:950;line-height:.96}.home-living-copy h1>span:first-child{display:block}.home-morph-words{min-height:1.06em;color:var(--primary);display:block;position:relative}.home-morph-words b{opacity:0;white-space:nowrap;animation:15s ease-in-out infinite wordMorph;position:absolute;left:0;transform:translateY(16px)scale(.98)}.home-morph-words b:nth-child(2){animation-delay:2.5s}.home-morph-words b:nth-child(3){animation-delay:5s}.home-morph-words b:nth-child(4){animation-delay:7.5s}.home-morph-words b:nth-child(5){animation-delay:10s}.home-morph-words b:nth-child(6){animation-delay:12.5s}.home-living-copy p{color:#475467;max-width:660px;margin:22px 0 0;font-size:16px;line-height:1.7}.home-hero-actions-living{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.home-radar-action{position:relative;overflow:hidden}.home-radar-action:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);animation:2.8s ease-in-out infinite buttonSweep;position:absolute;inset:-40%;transform:translate(-100%)}.home-locality-stage{background:linear-gradient(#eff6fff0,#ffffffe6);border:1px solid #e5e7ebd9;border-radius:28px;min-height:360px;position:relative;overflow:hidden}.home-hero-lines{width:100%;height:100%;position:absolute;inset:0}.home-hero-lines path{fill:none;stroke:#6d3dff59;stroke-width:2px;stroke-dasharray:14 10;animation:5s linear infinite lineTravel}.home-hero-lines path:nth-child(2){stroke:#14b8a659;animation-delay:-2s}.home-radar-scan{border:1px solid #2563eb38;border-radius:999px;width:42px;height:42px;animation:4s ease-out infinite radarWave;position:absolute;top:48%;left:48%}.home-living-hero-scanning .home-radar-scan{border-color:#6d3dff6b;animation-duration:1.35s}.home-building{background:#ffffffeb;border-radius:20px 20px 8px 8px;gap:8px;padding:14px;display:grid;position:absolute;bottom:68px;box-shadow:0 18px 45px #1018281f}.home-building-left{grid-template-columns:repeat(3,1fr);width:112px;height:146px;left:7%}.home-building-main{grid-template-columns:repeat(4,1fr);width:154px;height:212px;left:38%}.home-building-right{grid-template-columns:repeat(3,1fr);width:110px;height:136px;right:7%}.home-window{background:#dbeafe;border-radius:7px;animation:6s ease-in-out infinite windowGlow;display:block}.home-window-1{animation-delay:1s}.home-window-2{animation-delay:2s}.home-window-3{animation-delay:3s}.home-window-4{animation-delay:4s}.home-window-5{animation-delay:5s}.home-park{background:#14b8a629;border-radius:50% 50% 18px 18px;width:150px;height:44px;position:absolute;bottom:34px;left:8%}.home-road{background:#6670851f;height:30px;position:absolute;bottom:38px;left:0;right:0}.home-person,.home-cycle,.home-dog{border-radius:999px;position:absolute;bottom:78px}.home-person{background:var(--primary);width:10px;height:10px;animation:8s linear infinite walkOne}.home-person-one{left:18%}.home-person-two{background:var(--mint);animation-delay:-3s;left:62%}.home-cycle{background:var(--blue);width:18px;height:8px;animation:9s linear infinite cycleMove;left:35%}.home-dog{background:var(--honey);width:14px;height:7px;animation:7s linear infinite dogMove;right:15%}.home-signal-card{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e5e7ebdb;border-radius:17px;min-width:175px;padding:11px 13px;animation:6s ease-in-out infinite discoveryFloat;position:absolute;box-shadow:0 16px 38px #1018281f}.home-signal-card strong,.home-signal-card span{display:block}.home-signal-card strong{color:var(--text-main);font-size:13px}.home-signal-card span{color:var(--text-muted);margin-top:4px;font-size:12px}.signal-card-one{top:38px;left:5%}.signal-card-two{animation-delay:-1.8s;top:48px;right:8%}.signal-card-three{animation-delay:-3.4s;top:18px;left:38%}.signal-card-four{animation-delay:-4.5s;bottom:78px;right:18%}.home-ai-orb-section{background:radial-gradient(circle at 7% 18%,#6d3dff1f,#0000 26%),linear-gradient(#fff,#fcfcff);border:1px solid #e5e7ebe0;border-radius:30px;grid-template-columns:220px minmax(0,1fr);gap:22px;padding:24px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #10182814}.home-ai-orb-wrap{justify-content:center;align-items:center;min-height:190px;display:flex}.home-ai-orb{background:radial-gradient(circle at 34% 28%,#fff,#8b7cf6 35%,#2563eb 68%,#14b8a6);border-radius:999px;width:140px;height:140px;animation:3.2s ease-in-out infinite orbBreathe;position:relative;box-shadow:0 0 0 20px #6d3dff0f,0 30px 70px #6d3dff40}.home-ai-orb-core{border:1px solid #ffffff73;border-radius:999px;position:absolute;inset:30px}.home-ai-particle{background:#fff;border-radius:999px;width:10px;height:10px;animation:6s linear infinite particleOrbit;position:absolute;box-shadow:0 0 18px #ffffffe6}.home-ai-particle-one{top:48%;left:8px}.home-ai-particle-two{animation-delay:-2s;top:18px;right:18px}.home-ai-particle-three{animation-delay:-4s;bottom:14px;right:28px}.home-ai-orb-copy{flex-direction:column;justify-content:center;min-width:0;display:flex}.home-ai-label{width:fit-content;min-height:30px;color:var(--primary);background:#eef2ff;border-radius:999px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:950;display:inline-flex}.home-ai-orb-copy h2{letter-spacing:-.05em;color:var(--text-main);margin:14px 0 0;font-size:30px;font-weight:950}.home-ai-orb-copy p{max-width:760px;color:var(--text-muted);margin:10px 0 0;line-height:1.65}.home-ai-orb-search{background:#fff;border:1px solid #e5e7ebe6;border-radius:999px;align-items:center;gap:12px;min-height:54px;margin-top:18px;padding:0 16px;display:flex;box-shadow:0 12px 30px #1018280f}.home-ai-orb-search svg{color:var(--primary)}.home-ai-orb-search input{width:100%;min-width:0;color:var(--text-main);background:0 0;border:none;outline:none;font-size:15px}.home-discovery-chips-section{background:linear-gradient(135deg,#fffffff5,#f7f8fcf2);border:1px solid #e5e7ebe0;border-radius:30px;grid-template-columns:.85fr 1.15fr;align-items:center;gap:20px;padding:24px;display:grid;box-shadow:0 18px 45px #10182812}.home-discovery-chips-section h2{letter-spacing:-.045em;margin:0;font-size:28px;font-weight:950}.home-discovery-chips-section p:not(.cn-page-kicker){color:var(--text-muted);margin:8px 0 0;line-height:1.6}.home-discovery-chip-cloud{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.home-discovery-chip-cloud span{color:#475467;min-height:38px;animation:4.5s ease-in-out infinite chipFloat;animation-delay:var(--chip-delay);background:#fff;border:1px solid #e5e7ebeb;border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 10px 26px #1018280d}.home-filter-ribbon{background:#fff;border:1px solid #e5e7ebe6;border-radius:26px;padding:18px;box-shadow:0 14px 36px #1018280f}.home-filter-chip-row{scrollbar-width:none;gap:9px;padding-bottom:8px;display:flex;overflow-x:auto}.home-filter-chip-row::-webkit-scrollbar{display:none}.home-filter-chip{border:1px solid var(--border);color:#667085;white-space:nowrap;background:#fff;border-radius:999px;min-height:36px;padding:0 13px;font-weight:850}.home-filter-chip-active{background:var(--primary-soft);color:var(--primary);border-color:#6d3dff40}.home-filter-grid{margin-top:10px}.home-section-subtitle{color:var(--text-muted);margin:6px 0 0;font-size:14px}.home-empty-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.home-post-card{position:relative;background:linear-gradient(#fff,#fffdfb)!important;border-radius:24px!important;box-shadow:0 16px 42px #10182814!important}.home-post-card:before{content:"";background:linear-gradient(135deg,var(--primary),var(--blue));border-radius:999px;width:12px;height:12px;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 0 0 6px #6d3dff14}.home-post-card:hover{transform:translateY(-3px)rotate(.15deg)!important}.cn-post-actions-right .cn-icon-btn{width:38px;height:38px}.notifications-page-living{flex-direction:column;gap:18px;display:flex}.notifications-hero{background:linear-gradient(135deg,#fff,#f7f8fc);border:1px solid #e5e7ebe0;border-radius:30px;justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex;box-shadow:0 18px 45px #10182812}.notifications-hero h1{letter-spacing:-.055em;margin:0;font-size:34px;font-weight:950}.notifications-hero p:not(.cn-page-kicker){color:var(--text-muted);margin:8px 0 0;line-height:1.6}.notifications-list{gap:10px;display:grid}.notification-row{text-align:left;background:#fff;border:1px solid #e5e7ebe6;border-radius:22px;align-items:center;gap:13px;width:100%;min-height:76px;padding:14px;transition:all .16s;display:flex;box-shadow:0 12px 32px #1018280f}.notification-row:hover{border-color:#6d3dff33;transform:translateY(-2px)}.notification-row-unread{background:linear-gradient(135deg,#fff,#f5f3ff)}.notification-icon{background:var(--primary-soft);width:42px;height:42px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;display:flex}.notification-copy{flex:1;min-width:0}.notification-copy strong,.notification-copy small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.notification-copy strong{color:var(--text-main);font-size:14px;font-weight:950}.notification-copy small{color:var(--text-muted);margin-top:4px;font-size:12px}.notification-unread-dot{background:var(--coral);border-radius:999px;width:10px;height:10px}.notifications-empty-street{text-align:center;background:#fff;border:1px dashed #d0d5dd;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:32px;display:flex;box-shadow:0 14px 38px #1018280f}.notifications-empty-street h2{letter-spacing:-.04em;margin:18px 0 0;font-size:26px;font-weight:950}.notifications-empty-street p{color:var(--text-muted)}.notifications-street-scene{align-items:flex-end;gap:14px;height:90px;display:flex}.notifications-street-scene span{background:#eef2ff;border-radius:16px 16px 5px 5px;width:48px;height:70px;position:relative}.notifications-street-scene span:after{content:"";background:#dbeafe;border-radius:3px;width:10px;height:10px;animation:5s ease-in-out infinite windowGlow;position:absolute;top:22px;left:50%;transform:translate(-50%)}.notifications-street-scene span:nth-child(2){height:86px}.notifications-street-scene span:nth-child(3){height:62px}.notifications-street-scene span:nth-child(4){height:78px}@media (width<=1040px){.home-living-hero{grid-template-columns:1fr}.home-locality-stage{min-height:320px}.home-ai-orb-section{grid-template-columns:160px 1fr}.home-discovery-chips-section{grid-template-columns:1fr}.home-discovery-chip-cloud{justify-content:flex-start}}@media (width<=760px){.cn-content-inner{padding:14px!important;padding-bottom:calc(var(--mobile-nav-height) + 22px)!important}.cn-topbar-title{font-size:16px!important}.cn-topbar-subtitle{display:none}.cn-location-pill-living{max-width:145px}.cn-profile-name,.cn-profile-pill-living svg{display:none}.cn-account-dropdown{width:286px;right:-2px}.home-living-hero{border-radius:26px;min-height:auto;padding:20px}.home-living-copy h1{font-size:36px}.home-living-copy p{font-size:14.5px}.home-hero-actions-living{flex-direction:column}.home-hero-actions-living .cn-btn{width:100%}.home-locality-stage{min-height:250px}.home-building-main{width:126px;height:154px;left:34%}.home-building-left{width:88px;height:116px}.home-building-right{width:82px;height:105px}.signal-card-two,.signal-card-four{display:none}.home-signal-card{transform-origin:0 0;min-width:150px;transform:scale(.84)}.home-ai-orb-section{border-radius:26px;grid-template-columns:1fr;padding:20px}.home-ai-orb-wrap{min-height:130px}.home-ai-orb{width:110px;height:110px}.home-ai-orb-copy h2{font-size:25px}.home-discovery-chips-section{border-radius:26px;padding:20px}.home-discovery-chips-section h2{font-size:24px}.home-filter-chip-row{margin-left:-4px;margin-right:-4px}.notifications-hero{border-radius:26px;flex-direction:column;align-items:stretch}}@keyframes dropdownReveal{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes wordMorph{0%,11%{opacity:0;filter:blur(3px);transform:translateY(16px)scale(.98)}14%,25%{opacity:1;filter:blur();transform:translateY(0)scale(1)}29%,to{opacity:0;filter:blur(3px);transform:translateY(-16px)scale(.98)}}@keyframes buttonSweep{0%,45%{transform:translate(-100%)rotate(12deg)}70%,to{transform:translate(100%)rotate(12deg)}}@keyframes particleOrbit{0%{transform:rotate(0)translate(75px)rotate(0)}to{transform:rotate(360deg)translate(75px)rotate(-360deg)}}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
