.gig{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.gig.boost{border-color:var(--accent-d);background:linear-gradient(180deg, color-mix(in srgb, var(--accent-bg) 40%, var(--surface)) 0%, var(--surface) 60%)}.feed-cards{flex-direction:column;gap:14px;display:flex}.feed-cards.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.check-box{border:1px solid var(--line);cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.check-box.checked{background:var(--ink);border-color:var(--ink)}.feed-grid{flex:1;grid-template-columns:240px 1fr 300px;gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:24px 28px;display:grid}.feed-filters-toggle{display:none}.feed-filters-drawer{display:contents}.feed-filters-drawer-header{display:none}@media (max-width:720px){.feed-cards.grid{grid-template-columns:1fr!important}.feed-grid{grid-template-columns:1fr;gap:14px;padding:14px}.feed-right-rail{display:none}.feed-filters-toggle{display:inline-flex}.feed-filters-drawer{z-index:200;background:var(--bg);padding:16px;display:none;position:fixed;inset:0;overflow-y:auto}.feed-filters-drawer.open{display:block}.feed-filters-drawer .feed-filters-aside{height:auto!important;max-height:none!important;position:static!important;overflow:visible!important}.feed-filters-drawer-header{border-bottom:1px solid var(--line);background:var(--bg);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex;position:sticky;top:0}.feed-filters-aside{height:auto!important;position:static!important}}
