@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap";:root{color-scheme:light;--bg: #f7f3ea;--bg-alt: #efe5cf;--ink: #1f1f1f;--muted: #6b645c;--accent: #f06a3b;--accent-2: #1a7f5a;--card: #fff7ea;--border: #d9c7ab}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;background:radial-gradient(circle at top,#fff6e6 0%,var(--bg) 45%,#efe5cf 100%);color:var(--ink)}.page{max-width:1100px;margin:0 auto;padding:48px 24px 80px}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;color:var(--accent);margin-bottom:8px}h1{font-family:Syne,sans-serif;font-size:clamp(2.2rem,3.4vw,3.6rem);margin:0 0 12px}.subtitle{max-width:520px;color:var(--muted);font-size:1.05rem;line-height:1.6}.legend{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--muted)}.legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.legend-dot.accepted{background:var(--accent-2)}.legend-dot.rejected{background:#9e3d2e}.submit{margin-top:36px;padding:24px;background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:0 24px 60px #45310c14}.submit h2{margin:0 0 16px}.submit-form{display:flex;gap:12px;flex-wrap:wrap}.submit-form input{flex:1 1 320px;border:1px solid var(--border);border-radius:12px;padding:12px 16px;font-size:1rem;background:#fffaf1}.submit-form button{border:none;background:var(--accent);color:#fff;padding:12px 22px;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-form button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #f06a3b4d}.status{margin-top:12px;color:var(--muted)}.status.error{color:#9e3d2e}.feed{margin-top:40px}.feed-header{display:flex;justify-content:space-between;align-items:center}.feed-actions{display:flex;gap:12px}.filters{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.filter{border:1px solid var(--border);background:#fffaf1;padding:6px 14px;border-radius:999px;cursor:pointer;font-weight:600;color:var(--muted)}.filter.active{background:var(--accent);border-color:transparent;color:#fff}.cards{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.cards.list{display:flex;flex-direction:column}.card{background:#fff;border-radius:18px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 18px 40px #45310c14}.preview{position:relative;height:180px;background:#f2e6d3;display:flex;align-items:center;justify-content:center}.preview img{width:100%;height:100%;object-fit:cover}.preview.accepted:after,.preview.rejected:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff0d,#00000040)}.placeholder{font-size:.85rem;color:var(--muted)}.card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px}.card-meta{display:flex;align-items:center;gap:10px;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.badge{padding:4px 10px;border-radius:999px;font-weight:600;color:#fff}.badge.accepted{background:var(--accent-2)}.badge.rejected{background:#9e3d2e}.category{color:var(--muted)}h3{margin:0;font-size:1.1rem}.reason,.category-reason{margin:0;font-size:.9rem;color:var(--muted)}.card a{color:var(--accent);font-weight:600;text-decoration:none}.source{font-size:.8rem;color:var(--muted)}.list-item{display:grid;grid-template-columns:120px 1fr;gap:16px;background:#fff;border-radius:16px;border:1px solid var(--border);padding:16px;box-shadow:0 16px 32px #45310c14}.list-thumb{width:120px;height:90px;object-fit:cover;border-radius:12px;background:#f2e6d3}.list-body{display:flex;flex-direction:column;gap:6px}.ghost{background:transparent;border:1px solid var(--border);padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:600}.muted{color:var(--muted)}.footer{margin-top:48px;font-size:.9rem;color:var(--muted)}@media(max-width:720px){.hero{flex-direction:column}.legend{width:100%;justify-content:flex-start}}
