@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#101713;--panel:#18231c;--line:#2a382e;--green:#b5ea93;--text:#f0f3eb;--muted:#a7b2a6;--font:'DM Sans',system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.55 var(--font)}button,input,textarea{font:inherit}button,a,input,textarea{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--green);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;line-height:1.2}a{color:var(--green)}button{color:inherit;background:transparent;border:0}svg{width:24px;height:24px;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.brand{display:flex;align-items:center;gap:12px;font:800 20px Manrope,sans-serif;letter-spacing:-.5px}.mark{display:grid;place-items:center;background:var(--green);color:var(--bg);width:44px;height:44px;border-radius:14px;font:bold 28px Manrope}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--muted)}.muted{color:var(--muted)}.small{font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;min-height:46px;font-weight:700;background:var(--green);color:#172014;border:1px solid transparent;text-decoration:none}.btn.secondary{background:transparent;color:var(--text);border-color:var(--line)}.btn.danger{background:#ffb5ac;color:#501b17}.link{color:var(--green);padding:8px 0;font-weight:600}.iconbtn{display:inline-grid;place-items:center;padding:10px;border-radius:50%;min-width:44px;min-height:44px}.iconbtn:hover{background:var(--panel)}.auth{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:auto;padding:56px;gap:90px;align-items:center}.auth-aside{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:40px 0}.auth-aside h1{font-size:clamp(40px,5vw,68px);font-weight:800;letter-spacing:-3px;margin:64px 0 28px}.auth-aside h1 span{color:var(--green)}.auth-aside p{max-width:340px;color:var(--muted)}.auth-card{padding:36px;background:var(--panel);border:1px solid var(--line);border-radius:24px}.auth-card h2{font-size:26px;margin-bottom:8px}.auth-card form{margin-top:24px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field label{font-size:14px;font-weight:600}.field input,.field textarea{width:100%;border:1px solid #405045;border-radius:10px;padding:13px 14px;background:#101a14;color:var(--text)}.field textarea{resize:vertical;min-height:100px}.wide{width:100%}.form-error{color:#ffb5ac;font-size:14px;margin:14px 0}.form-success{color:var(--green);font-size:14px;margin:14px 0}.auth-foot{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px}.layout{display:grid;grid-template-columns:240px minmax(0,680px) 270px;max-width:1290px;margin:auto;min-height:100dvh}.sidebar{position:sticky;top:0;height:100dvh;padding:38px 24px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:34px}.nav{display:flex;flex-direction:column;gap:10px}.nav button{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;font-weight:600;text-align:left;min-height:50px}.nav button.active{background:var(--panel);color:var(--green)}.sidebar-user{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.person{display:flex;align-items:center;gap:12px;min-width:0}.person .names{min-width:0}.person strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person small{display:block;color:var(--muted);font-size:13px}.avatar{width:42px;height:42px;flex-shrink:0;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#2a3c2c;color:var(--green);font-weight:700}.avatar.large{width:82px;height:82px;font-size:30px}.main{min-width:0;padding-bottom:50px;border-right:1px solid var(--line)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:32px 30px 24px;border-bottom:1px solid var(--line)}.topbar h1{font-size:26px;letter-spacing:-.8px}.topbar p{color:var(--muted);font-size:14px;margin-top:5px}.rail{padding:38px 24px;position:sticky;top:0;height:100dvh}.rail h3{font-size:17px;margin-bottom:14px}.rail-card{padding:22px;border:1px solid var(--line);border-radius:18px;margin:22px 0}.rail-card p{font-size:14px;color:var(--muted);margin-bottom:16px}.rail footer{font-size:13px;color:var(--muted)}.post{padding:18px 0 24px;border-bottom:1px solid var(--line)}.post-head{display:flex;justify-content:space-between;align-items:center;padding:0 24px 16px;gap:10px}.post-head .person{text-align:left}.photo-wrap{background:#0a0f0c;position:relative}.post-photo{display:block;width:100%;max-height:760px;object-fit:contain;min-height:180px}.post-actions{display:flex;align-items:center;padding:8px 18px 0;gap:5px}.post-actions .liked{color:var(--green)}.post-actions .liked svg{fill:var(--green)}.post-actions time{margin-left:auto;font-size:12px;color:var(--muted)}.post-copy{padding:8px 26px 0;white-space:pre-wrap;overflow-wrap:anywhere}.post-copy strong{margin-right:8px}.load-more{display:block;margin:24px auto}.empty{padding:80px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.empty>svg{width:48px;height:48px;color:var(--green)}.empty p{color:var(--muted);max-width:350px}.empty h2{font-size:25px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px}.tile{aspect-ratio:1;padding:0;overflow:hidden;background:var(--panel);position:relative}.tile img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.tile:hover img{transform:scale(1.04)}.tile span{display:block;padding:12px;font-size:14px}.create{padding:28px}.photo-select{border:1px dashed #61735e;border-radius:18px;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:var(--panel);cursor:pointer;text-align:center;padding:24px;margin-bottom:20px}.photo-select svg{width:40px;height:40px;color:var(--green)}.photo-select img{max-width:100%;max-height:400px;border-radius:10px}.file-input{position:absolute;width:1px;height:1px;opacity:0}.profile-head{padding:30px;display:flex;gap:20px;align-items:flex-start}.profile-head h2{font-size:26px}.profile-head p{white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 18px}.profile-controls{display:flex;gap:8px;flex-wrap:wrap}.stats{display:flex;gap:18px;font-size:14px;margin:14px 0}.stats b{color:var(--text)}.stats span{color:var(--muted)}.activity{padding:0 26px}.event{padding:22px 0;border-bottom:1px solid var(--line)}.event time{display:block;font-size:12px;color:var(--muted);margin-top:6px}.loading{padding:60px;text-align:center;color:var(--muted)}.spinner{width:28px;height:28px;border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:20;background:var(--green);color:var(--bg);border-radius:12px;padding:12px 20px;max-width:min(90vw,600px);box-shadow:0 8px 40px #0006;display:none}dialog{color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:20px;max-width:min(650px,94vw);width:650px;padding:0;max-height:90dvh}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--bg);z-index:1}.modal-head h2{font-size:21px}.modal-body{padding:24px}.modal-body .post{margin:-24px}.comment{padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.comment p{white-space:pre-wrap}.comment-head{display:flex;justify-content:space-between;align-items:center}.comment strong{color:var(--green);font-size:14px}.comment-form{margin-top:20px}.mobile-brand{display:none}.install-note{font-size:13px;color:var(--muted);margin:18px 0}.notice{padding:16px 24px;background:var(--panel);color:var(--muted);font-size:14px}.modal-body .field:last-child{margin-bottom:0}.help{font-size:13px;color:var(--muted);margin-top:7px}.auth-card .form-error:empty,.auth-card .form-success:empty{display:none}button[aria-busy=true]{opacity:.5;pointer-events:none}
@media(max-width:1100px){.layout{grid-template-columns:210px minmax(0,700px)}.rail{display:none}.sidebar{padding:30px 16px}.brand{font-size:18px}.main{border-right:0}.auth{gap:50px;padding:40px}.auth-card{padding:28px}}
@media(max-width:700px){.auth{display:block;padding:24px;min-height:100dvh}.auth-aside{padding:0}.auth-aside h1{font-size:35px;letter-spacing:-1.4px;margin:32px 0 14px}.auth-aside>p,.auth-aside>.eyebrow{display:none}.auth-card{margin-top:28px;padding:24px}.layout{display:block}.sidebar{position:fixed;top:auto;bottom:0;height:auto;z-index:10;width:100%;padding:6px 4px calc(6px + env(safe-area-inset-bottom));background:#152018f5;border-top:1px solid var(--line);border-right:0;backdrop-filter:blur(15px)}.sidebar>.brand,.sidebar>.btn,.sidebar-user{display:none}.nav{flex-direction:row;justify-content:space-around;gap:0}.nav button{flex-direction:column;padding:8px 10px;gap:3px;font-size:11px;min-height:52px;border-radius:10px;flex:1}.nav button.active{background:transparent}.nav svg{width:23px;height:23px}.main{padding-bottom:100px}.mobile-brand{display:flex;padding:16px 20px 0;font-size:16px;gap:8px}.mobile-brand .mark{width:30px;height:30px;border-radius:9px;font-size:21px}.topbar{padding:22px 20px 18px}.topbar h1{font-size:25px}.post-head{padding:0 16px 14px}.post-copy{padding:8px 18px 0}.post-actions{padding-left:9px;padding-right:16px}.create{padding:20px}.photo-select{min-height:280px}.profile-head{padding:24px 20px;gap:16px}.profile-head h2{font-size:22px}.profile-head .avatar.large{width:64px;height:64px;font-size:24px}.stats{gap:12px;font-size:13px;flex-wrap:wrap}.btn{padding:10px 15px}#toast{bottom:100px}dialog{max-height:88dvh;border-radius:18px}.modal-body{padding:20px}.modal-body .post{margin:-20px}.empty{padding:60px 24px}.auth-foot{font-size:14px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

.topbar-actions{display:flex;gap:4px;flex-shrink:0}.search-controls{padding:8px 24px 24px}.search-controls label{display:block;margin-bottom:10px;font-size:14px}.search-input-row{display:flex;gap:10px}.search-input-row input{min-width:0;flex:1}.search-filters{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}.search-filters [aria-pressed=true]{background:var(--green);color:var(--bg);border-color:var(--green)}.search-summary{padding:0 24px 18px;color:var(--muted);overflow-wrap:anywhere}.people-results{padding:0 24px}.search-person{padding:20px 0;border-bottom:1px solid var(--line)}.search-person .person{width:100%;text-align:left}.search-person p{margin:8px 0 0 54px;color:var(--muted);font-size:14px;overflow-wrap:anywhere}.search-input-row input:focus-visible{outline:2px solid var(--green);outline-offset:2px}@media(max-width:700px){.topbar{gap:8px}.topbar-actions{gap:0}.search-controls{padding:8px 20px 20px}.search-input-row{gap:8px}.search-summary,.people-results{padding-left:20px;padding-right:20px}}

.dm-inbox,.dm-thread{padding:16px 24px}.dm-conversation{display:block;width:100%;text-align:left;padding:20px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text)}.dm-conversation small,.dm-conversation time,.dm-bubble time{font-size:12px;color:var(--muted)}.dm-conversation p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:6px 0}.dm-heading{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:18px}#dm-history{height:45dvh;min-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:12px 4px;overflow-anchor:none}.dm-bubble{max-width:85%;align-self:flex-start;background:var(--panel);border-radius:16px;padding:12px 16px}.dm-bubble.outgoing{align-self:flex-end;background:#2c4331}.dm-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 6px}#dm-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}#dm-form .btn{align-self:flex-end}@media(max-width:700px){.dm-inbox,.dm-thread{padding:12px 16px}.topbar-actions .iconbtn{width:36px;min-width:36px}.dm-bubble{max-width:92%}}

.consent{display:flex;gap:12px;align-items:flex-start;margin:20px 0;font-size:14px;line-height:1.6}.consent input[type=checkbox]{width:20px;height:20px;min-width:20px;padding:0;margin-top:3px;accent-color:var(--green)}.consent a,.legal-footer a,.legal-page a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.legal-footer{padding:20px;text-align:center;font-size:12px;line-height:1.5}.auth-card .legal-footer{padding:12px 0}.legal-page{max-width:860px;margin:auto;padding:32px 24px 72px;line-height:1.75}.legal-back{display:inline-block;margin-bottom:26px}.legal-page header{margin:40px 0}.legal-page h1{font-size:clamp(28px,5vw,44px);line-height:1.15;margin:16px 0;letter-spacing:-1px}.legal-page h2{font-size:28px;color:var(--green);padding-top:24px;border-top:1px solid var(--line)}.legal-page h3{font-size:20px;line-height:1.4;margin:28px 0 12px}.legal-page p{margin:12px 0}.legal-page nav{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px}.legal-page footer{border-top:1px solid var(--line);margin-top:40px;padding-top:20px}.legal-page #legal{margin-top:40px}button:disabled{cursor:not-allowed;opacity:.55}
