.card[data-astro-cid-mspuyifq]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-card);transition:border-color .25s,box-shadow .25s,transform .25s}.card[data-astro-cid-mspuyifq]:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:var(--border-hover)}.screenshot-link[data-astro-cid-mspuyifq]{display:block}.screenshot[data-astro-cid-mspuyifq]{aspect-ratio:16 / 9;overflow:hidden;background:var(--surface-hover)}.screenshot[data-astro-cid-mspuyifq] img[data-astro-cid-mspuyifq]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.card[data-astro-cid-mspuyifq]:hover .screenshot[data-astro-cid-mspuyifq] img[data-astro-cid-mspuyifq]{transform:scale(1.04)}.content[data-astro-cid-mspuyifq]{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}h2[data-astro-cid-mspuyifq]{margin:0;font-size:1.1rem;font-weight:600}h2[data-astro-cid-mspuyifq] a[data-astro-cid-mspuyifq]{color:var(--text);text-decoration:none}h2[data-astro-cid-mspuyifq] a[data-astro-cid-mspuyifq]:hover{color:var(--accent);text-decoration:underline}.description[data-astro-cid-mspuyifq]{margin:0;font-size:.875rem;color:var(--text-body);line-height:1.5}.tags[data-astro-cid-mspuyifq]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.tag[data-astro-cid-mspuyifq]{background:var(--accent-subtle);border:1px solid var(--accent-border);border-radius:var(--radius-tag);padding:.2rem .6rem;font-size:.75rem;color:var(--accent);font-weight:500}.links[data-astro-cid-mspuyifq]{display:flex;gap:.75rem;align-items:center;margin-top:auto;border-top:1px solid var(--border);padding-top:.75rem}.link-primary[data-astro-cid-mspuyifq]{color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.2rem;transition:color .2s,gap .2s}.link-primary[data-astro-cid-mspuyifq]:hover{color:var(--accent-hover);gap:.4rem}.link-secondary[data-astro-cid-mspuyifq]{color:var(--muted);text-decoration:none;font-size:.85rem;transition:color .2s}.link-secondary[data-astro-cid-mspuyifq]:hover{color:var(--text-body);text-decoration:underline}:root{--bg: #f5f4f2;--surface: #ffffff;--surface-hover: #fafafa;--border: #e8e6e1;--border-hover: #d1cdc5;--text: #1a1a1a;--text-body: #374151;--muted: #9ca3af;--accent: #4f6ef7;--accent-hover: #3b5bdb;--accent-subtle: #eef2ff;--accent-border: #c7d2fe;--shadow-card: 0 1px 3px rgba(0,0,0,.07), 0 4px 12px rgba(0,0,0,.06);--shadow-hover: 0 4px 6px rgba(0,0,0,.07), 0 12px 24px rgba(0,0,0,.1);--radius-card: 12px;--radius-tag: 999px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0f1117;--surface: #1c1e26;--surface-hover: #21242e;--border: #2d3148;--border-hover: #3d4168;--text: #f0f0f0;--text-body: #b8bcc8;--muted: #6b7280;--accent: #7eb8f7;--accent-hover: #a8d4ff;--accent-subtle: #1e2a40;--accent-border: #2d3f60;--shadow-card: 0 1px 3px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.25);--shadow-hover: 0 4px 6px rgba(0,0,0,.4), 0 12px 24px rgba(0,0,0,.35)}}:root[data-theme=dark]{--bg: #0f1117;--surface: #1c1e26;--surface-hover: #21242e;--border: #2d3148;--border-hover: #3d4168;--text: #f0f0f0;--text-body: #b8bcc8;--muted: #6b7280;--accent: #7eb8f7;--accent-hover: #a8d4ff;--accent-subtle: #1e2a40;--accent-border: #2d3f60;--shadow-card: 0 1px 3px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.25);--shadow-hover: 0 4px 6px rgba(0,0,0,.4), 0 12px 24px rgba(0,0,0,.35)}[data-astro-cid-j7pv25f6]{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#theme-toggle[data-astro-cid-j7pv25f6]{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);cursor:pointer;box-shadow:var(--shadow-card);transition:border-color .2s,color .2s,background .2s,box-shadow .2s}#theme-toggle[data-astro-cid-j7pv25f6]:hover{border-color:var(--border-hover);color:var(--text);background:var(--surface-hover);box-shadow:var(--shadow-hover)}.byline[data-astro-cid-j7pv25f6]{margin:0;padding:3rem 2rem 0;text-align:center;font-size:.9rem;color:var(--muted)}.byline[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:var(--muted);text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:0% 1px;transition:color .2s,background-size .2s}.byline[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{color:var(--text);background-size:100% 1px}main[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;padding:3rem 2rem}.grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.empty[data-astro-cid-j7pv25f6]{text-align:center;color:var(--muted);padding:4rem 0}footer[data-astro-cid-j7pv25f6]{border-top:1px solid var(--border);padding:2rem;text-align:center}footer[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:var(--muted);text-decoration:none;font-size:.9rem;background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:0% 1px;transition:color .2s,background-size .2s}footer[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{color:var(--text);background-size:100% 1px}footer[data-astro-cid-j7pv25f6] .sep[data-astro-cid-j7pv25f6]{color:var(--border);margin:0 .5rem}
