*{box-sizing:border-box}
:root{--bg:#050505;--panel:#090909;--text:#f2f2f2;--muted:#8e8e8e;--line:#202020;--line2:#2b2b2b;--max:1320px}
html,body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body{min-height:100svh;overflow-x:hidden}
button,input{font:inherit}
button{color:inherit}
#snow{position:fixed;inset:0;width:100%;height:100%;z-index:20;pointer-events:none;opacity:.42}
.site{position:relative;z-index:1;min-height:100svh;max-width:1440px;margin:auto;padding:0 28px}
.topbar{height:74px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:180px 1fr 280px;align-items:center;gap:28px}
.wordmark{font-size:18px;font-weight:500;letter-spacing:.1px}
.nav{display:flex;justify-content:center;gap:30px;height:100%}
.navItem{position:relative;border:0;background:none;padding:0;color:#9c9c9c;font-size:13px;cursor:pointer;white-space:nowrap}
.navItem:hover,.navItem.active{color:#f5f5f5}
.navItem.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#f5f5f5}
.search{height:48px;border:1px solid var(--line2);background:#080808;border-radius:8px;display:flex;align-items:center;padding:0 15px}
.search input{width:100%;min-width:0;background:none;border:0;outline:0;color:#eee;font-size:14px}
.search input::placeholder{color:#747474}
.searchIcon{width:16px;height:16px;border:1.5px solid #ddd;border-radius:50%;position:relative;flex:0 0 auto}
.searchIcon:after{content:"";position:absolute;width:6px;height:1.5px;background:#ddd;right:-5px;bottom:-3px;transform:rotate(45deg)}
.hero{padding:54px 42px 36px}.heroLogo{display:block;width:min(100%,1120px);height:auto;max-height:300px;object-fit:contain;object-position:center;margin:0 auto}
.eyebrow{font-size:11px;letter-spacing:3px;color:#707070;margin-bottom:20px}
h1{margin:0;font-size:clamp(52px,8vw,112px);font-weight:300;letter-spacing:-5px;line-height:.9}
.heroLine{height:1px;background:var(--line);margin-top:58px}
.mobileControls{display:none}
.feed{padding:0 42px}
.person{display:grid;grid-template-columns:128px minmax(0,1fr) 36px;gap:26px;align-items:center;min-height:166px;padding:22px 0;border-bottom:1px solid var(--line);cursor:default}
.person img{width:128px;height:128px;object-fit:cover;border-radius:10px;filter:grayscale(1);background:#111}
.personText{min-width:0}
.meta{font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#777;margin-bottom:9px}
.name{font-size:23px;font-weight:500;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.desc{font-size:14px;line-height:1.55;color:#a6a6a6;margin-top:9px;max-width:680px}
.user{font-size:12px;color:#777;margin-top:11px}
.arr{font-size:32px;font-weight:300;color:#ddd;text-align:right}
.empty{text-align:center;color:#666;font-size:14px;padding:70px 20px}
footer{text-align:center;color:#555;font-size:12px;padding:42px 0 55px}
@media(max-width:900px){
 .site{padding:0 20px}
 .topbar{grid-template-columns:150px 1fr;height:68px}
 .nav{justify-content:flex-start;gap:22px;overflow:hidden}
 .compactSearch{display:none}
 .hero{padding:46px 10px 30px}.heroLogo{max-height:190px}
 h1{font-size:64px;letter-spacing:-3px}
 .feed{padding:0 10px}
}
@media(max-width:620px){
 .site{padding:0 16px}
 .topbar{display:block;height:auto;padding:22px 2px 0;border-bottom:0}
 .wordmark{font-size:18px;margin-bottom:19px}
 .nav{display:none}
 .hero{padding:24px 6px 22px}.heroLogo{max-height:120px}
 .eyebrow{font-size:10px;margin-bottom:14px}
 h1{font-size:46px;letter-spacing:-2.5px;line-height:.94}
 .heroLine{margin-top:34px}
 .mobileControls{display:block;padding:0 6px}
 .search{height:56px;border-radius:10px}
 .mobileNav{display:flex;gap:25px;overflow-x:auto;padding:20px 1px 18px;scrollbar-width:none}
 .mobileNav::-webkit-scrollbar{display:none}
 .mobileNav .navItem{font-size:13px;height:28px}
 .feed{padding:0 6px}
 .person{grid-template-columns:84px minmax(0,1fr) 20px;gap:15px;min-height:116px;padding:16px 0}
 .person img{width:84px;height:84px;border-radius:9px}
 .meta{font-size:9px;margin-bottom:6px}
 .name{font-size:17px}
 .desc{font-size:12px;line-height:1.45;margin-top:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .user{font-size:11px;margin-top:7px}
 .arr{font-size:27px}
 footer{padding-top:36px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* Closed posts: show only a short preview */
.post-description,.description,.card-description,.post-text{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}

/* Compact centered profile window + soft blurred background */
.profile-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px}
.profile-modal.open{display:flex}
.profile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.40);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.profile-window{position:relative;z-index:2;width:min(520px,calc(100vw - 32px));max-height:78vh;overflow:auto;background:#0b0b0c;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:20px;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.7)}
.profile-close{position:absolute;right:12px;top:8px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}
.profile-head{display:flex;gap:16px;align-items:center;padding-right:30px}
.profile-head img{width:86px;height:86px;border-radius:13px;object-fit:cover}
.modal-tag{font-size:11px;color:#999;letter-spacing:.1em}
.profile-window h2{margin:3px 0;font-size:24px}
#modal-user{color:#999;font-size:14px}
.modal-description{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);font-size:14px;line-height:1.6;color:#ddd;white-space:pre-line}

/* ===== PRO ENHANCEMENTS ===== */
.sortbar{max-width:760px;margin:0 auto;padding:0 25px 8px;display:flex;justify-content:flex-end;align-items:center;gap:9px;color:#777;font-size:12px}
.sortbar select{appearance:none;background:#070707;color:#ddd;border:1px solid #333;border-radius:11px;padding:8px 11px;outline:none}
.person,.post,.post-card,.profile-card{transition:opacity .28s ease,transform .22s ease}
.person.is-entering,.post.is-entering,.post-card.is-entering,.profile-card.is-entering{opacity:0;transform:translateY(8px)}
.person.is-visible,.post.is-visible,.post-card.is-visible,.profile-card.is-visible{opacity:1;transform:translateY(0)}
.person:hover,.post:hover,.post-card:hover,.profile-card:hover{transform:translateY(-2px)}
.person img,.post img,.post-card img,.profile-card img{background:#0b0b0b;opacity:0;transition:opacity .35s ease}
.person img.image-ready,.post img.image-ready,.post-card img.image-ready,.profile-card img.image-ready{opacity:1}
.person .desc,.post .description,.post-description,.card-description{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
.search-match{background:rgba(255,255,255,.14);border-radius:3px;padding:0 2px}
@media(max-width:600px){
 .sortbar{padding-left:25px;padding-right:25px}
 .person:hover,.post:hover,.post-card:hover,.profile-card:hover{transform:none}
}

#snow{position:fixed;inset:0;z-index:50;pointer-events:none;opacity:.28}
.arr,.arrow,.chevron,.post-arrow{display:none!important}
.profile-backdrop{background:rgba(0,0,0,.38)!important;backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important}
