@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Questrial&display=swap');:root{--card-bg:rgba(255,255,255,0.03);--card-border:rgba(255,255,255,0.08);--accent-glow:rgba(109,207,246,0.1);} .feed-container{padding-bottom:10rem;overflow-y:auto !important;} .content-area.full-width{margin-left:0 !important;padding-left:0 !important;width:100% !important;display:flex;flex-direction:column;align-items:center;} .fixed-bg{position:fixed !important;top:0;left:0 !important;width:100% !important;height:100% !important;z-index:1;pointer-events:none;opacity:0.55 !important;} .full-width .top-nav{left:0;} .top-nav-links{display:flex !important;width:100%;justify-content:flex-end;} @media (max-width:768px){.fixed-bg{left:0;width:100% !important;} .feed-header{margin-top:4rem;} } .post-feed{max-width:1000px;margin:0 auto;padding:8rem 2rem;position:relative;z-index:5;} .feed-header{margin-bottom:6rem;text-align:left;} .feed-header h1{font-size:5rem;line-height:1.1;margin-bottom:2rem;background:linear-gradient(to bottom,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;} .feed-intro{font-size:1.2rem;color:var(--text-muted);max-width:600px;} .update-post{margin:6rem 0;} .post-meta{display:flex;gap:1.5rem;align-items:center;margin-bottom:2rem;} .update-post{width:100%;max-width:800px;margin:0 auto;} .post-date{display:inline-block;font-family:var(--font-heading);font-size:0.7rem;text-transform:uppercase;letter-spacing:2px;background:rgba(255,255,255,0.05);padding:6px 16px;border-radius:50px;color:var(--text-muted);border:1px solid var(--card-border);margin-bottom:1.5rem;} .post-title{font-family:var(--font-heading);font-size:var(--font-h2);margin-bottom:2rem;color:#fff;line-height:1.2;} .post-content{font-size:var(--font-body-size);line-height:1.8;color:var(--text-muted);} .post-content p{margin-bottom:1.5rem;} .update-bullets{list-style:none;margin:2rem 0;} .update-bullets li{padding-left:2rem;position:relative;margin-bottom:1.2rem;} .update-bullets li::before{content:"•";position:absolute;left:0;color:var(--accent-color);font-size:1.5rem;line-height:1;} .post-actions{margin-top:3rem;} .post-separator{border:none;height:1px;background:linear-gradient(to right,var(--card-border),rgba(255,255,255,0.01),var(--card-border));margin:4rem 0;} .feed-footer{margin-top:var(--section-pad-y);padding:var(--section-pad-y) var(--section-pad-x);background:rgba(255,255,255,0.02);border:1px solid var(--card-border);border-radius:40px;text-align:center;backdrop-filter:blur(20px);width:100%;max-width:800px;} .feed-footer h3{font-family:var(--font-heading);font-size:var(--font-h3);margin-bottom:1rem;} .feed-footer p{color:var(--text-muted);margin-bottom:2.5rem;} @media (max-width:768px){.post-feed{padding:4rem 1.5rem;} .feed-header h1{font-size:var(--font-h1);} .feed-footer{border-radius:24px;margin-top:4rem;} }