/* Conversation-first home: a continuous timeline with community context. */
.home{--rail:220px;--feed:680px;--right:320px}
.skip-link{position:fixed;left:16px;top:-60px;z-index:100;padding:10px 14px;border-radius:10px;background:var(--accent);color:#11111b;font-weight:800;transition:top .15s ease}.skip-link:focus{top:12px}
.home-nav a{min-height:48px;gap:13px;padding:10px 12px;border-radius:13px;font-weight:680}.home-nav .nav-icon{width:22px;height:22px;flex:0 0 22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:#b7a9ff}
.rail-create{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 5px 0;border-radius:999px;background:linear-gradient(135deg,var(--accent),#9f7aea);color:#161320;font-size:13px;font-weight:850;box-shadow:0 9px 24px rgba(124,92,255,.18)}.rail-create:hover{filter:brightness(1.06);transform:translateY(-1px)}.rail-create svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.feed-header{margin:0;padding:11px 16px 8px;background:rgba(11,14,20,.9);backdrop-filter:blur(18px);border:1px solid var(--border);border-bottom-color:#31394a;border-radius:16px 16px 0 0}.feed-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.feed-title-row h1{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.45px}.live-indicator{display:inline-flex;align-items:center;gap:6px;color:#7f8998;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.live-indicator i{width:6px;height:6px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 0 4px rgba(45,212,191,.08)}
.home-feed{gap:0;border:1px solid var(--border);border-top:0;border-radius:0 0 16px 16px;overflow:hidden}.feed-reason-row{min-height:30px;padding:4px 16px 0;background:#10151f}.home .post-card{margin:0;border:0;border-bottom:1px solid var(--border);border-radius:0!important;box-shadow:none;transition:background .15s ease}.home .mixed-item:last-child .post-card{border-bottom:0}.home .post-card:hover{transform:none;box-shadow:none}
.home-panel{border-color:#283142;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.08)}.home-footer{display:flex;align-items:center;flex-wrap:wrap;gap:6px 9px;margin:1px 7px;color:#697485;font-size:10px}.home-footer a:hover{color:var(--text)}.home-footer small{flex-basis:100%;font-size:10px}
@media(max-width:1180px){.home{--rail:200px;--feed:700px}}
@media(max-width:680px){.feed-header{border-left:0;border-right:0;border-radius:0;padding:9px 10px 6px}.feed-title-row{display:none}.home-feed{border-left:0;border-right:0;border-radius:0}.feed-reason-row{padding-left:14px}.home .post-card{border-radius:0!important}.home-shell{padding-inline:0}.home-tabs a{padding-inline:10px}}
