.projects-page-container[data-astro-cid-kqdxodpn]{display:flex;flex-direction:column;gap:var(--spacing-6, 1.5rem);margin:2rem auto;padding:0 var(--spacing-4, 1rem);width:100%}.projects-section[data-astro-cid-kqdxodpn]{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.covers-grid[data-astro-cid-kqdxodpn]{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));max-width:1200px;margin:0 auto}.project-cover[data-astro-cid-kqdxodpn]{padding:1.5rem;background:linear-gradient(135deg,color-mix(in oklab,var(--clr-lossless-primary-glass),transparent 95%),color-mix(in oklab,var(--clr-lossless-primary-glass),transparent 98%));border:1px solid color-mix(in oklab,var(--clr-lossless-primary-light),transparent 80%);border-radius:16px;box-shadow:0 4px 20px color-mix(in oklab,var(--clr-lossless-primary-dark),transparent 90%),0 1px 3px color-mix(in oklab,black,transparent 95%);transition:all .2s ease;position:relative;overflow:hidden}.project-cover[data-astro-cid-kqdxodpn]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--clr-lossless-primary-light) 0%,var(--clr-lossless-primary) 50%,var(--clr-lossless-primary-light) 100%);opacity:.6}.cover-hero[data-astro-cid-kqdxodpn]{display:flex;align-items:center;gap:1.25rem;margin-bottom:.5rem}.cover-titles[data-astro-cid-kqdxodpn]{display:grid;gap:.4rem}.cover-title[data-astro-cid-kqdxodpn]{margin:0;font-size:clamp(1.4rem,2.8vw,1.8rem);font-weight:600;color:var(--clr-heading);text-shadow:0 1px 2px color-mix(in oklab,black,transparent 95%)}.cover-subtitle[data-astro-cid-kqdxodpn]{margin:0;color:var(--clr-body);opacity:.85;font-size:1rem;line-height:1.4;font-weight:400}.usecases[data-astro-cid-kqdxodpn]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.usecase-card[data-astro-cid-kqdxodpn]{display:grid;gap:.5rem;padding:1.25rem;color:var(--clr-heading);background:linear-gradient(135deg,color-mix(in oklab,var(--clr-lossless-primary-glass),transparent 85%),color-mix(in oklab,var(--clr-lossless-primary-glass),transparent 90%));border:1px solid color-mix(in oklab,var(--clr-lossless-ui-btn-border),transparent 70%);border-radius:14px;box-shadow:0 3px 12px color-mix(in oklab,var(--clr-lossless-primary-dark),transparent 88%),inset 0 1px color-mix(in oklab,white,transparent 95%);position:relative;overflow:hidden}.usecase-card[data-astro-cid-kqdxodpn]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,color-mix(in oklab,var(--clr-lossless-primary-light),transparent 70%) 50%,transparent 100%)}.usecase-title[data-astro-cid-kqdxodpn]{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.usecase-desc[data-astro-cid-kqdxodpn]{margin:0;color:var(--clr-body);opacity:.85;font-size:.95rem;line-height:1.4}.cover-expand[data-astro-cid-kqdxodpn]{margin-top:1rem;border-top:1px solid color-mix(in oklab,var(--clr-lossless-primary-light),transparent 85%);padding-top:1rem;position:relative}.cover-expand[data-astro-cid-kqdxodpn]:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:60px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--clr-lossless-primary-light) 50%,transparent 100%)}.toggle[data-astro-cid-kqdxodpn]{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:10px;border:1px solid color-mix(in oklab,var(--clr-lossless-ui-btn-border),transparent 60%);background:linear-gradient(135deg,var(--surface-2) 0%,color-mix(in oklab,var(--surface-2),var(--surface-3) 30%) 100%);color:var(--clr-body);user-select:none;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px color-mix(in oklab,black,transparent 92%),inset 0 1px color-mix(in oklab,white,transparent 95%);text-decoration:none}.toggle[data-astro-cid-kqdxodpn]:hover{transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,black,transparent 88%),inset 0 1px color-mix(in oklab,white,transparent 90%);border-color:color-mix(in oklab,var(--clr-lossless-primary),transparent 70%);color:var(--clr-body)}.chev[data-astro-cid-kqdxodpn]{transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1.1em}.no-projects-message[data-astro-cid-kqdxodpn]{text-align:center;max-width:600px;margin:4rem auto;padding:2rem;background:var(--clr-surface-secondary, #f8f9fa);border-radius:1rem;border:1px solid var(--clr-border-subtle, #e1e5e9)}.no-projects-message[data-astro-cid-kqdxodpn] h2[data-astro-cid-kqdxodpn]{color:var(--clr-text-primary, #1a1a1a);margin-bottom:1rem;font-size:var(--fs-600, 1.5rem)}.no-projects-message[data-astro-cid-kqdxodpn] p[data-astro-cid-kqdxodpn]{color:var(--clr-text-secondary, #666);line-height:1.6;margin-bottom:1.5rem}.no-projects-message[data-astro-cid-kqdxodpn] code[data-astro-cid-kqdxodpn]{background:var(--clr-surface-tertiary, #e9ecef);padding:.2rem .4rem;border-radius:.25rem;font-family:var(--ff-mono, "Fira Code", monospace);font-size:.9em}.debug-info[data-astro-cid-kqdxodpn]{text-align:left;margin-top:2rem;border:2px solid #ff6b6b;border-radius:.5rem;background:#fff5f5}.debug-info[data-astro-cid-kqdxodpn] summary[data-astro-cid-kqdxodpn]{cursor:pointer;font-weight:600;color:#d63031;padding:1rem;border-radius:.5rem;transition:background-color .2s ease}.debug-info[data-astro-cid-kqdxodpn] summary[data-astro-cid-kqdxodpn]:hover{background:#ffe0e0}.debug-content[data-astro-cid-kqdxodpn]{padding:1rem;border-top:1px solid #ff6b6b;background:#fff}.debug-content[data-astro-cid-kqdxodpn] h4[data-astro-cid-kqdxodpn]{margin:1.5rem 0 .5rem;color:#2d3436;font-size:.9rem;font-weight:600}.debug-content[data-astro-cid-kqdxodpn] h4[data-astro-cid-kqdxodpn]:first-child{margin-top:0}.debug-content[data-astro-cid-kqdxodpn] code[data-astro-cid-kqdxodpn]{display:block;background:#f8f9fa;padding:.5rem;border-radius:.25rem;font-family:var(--ff-mono, "Fira Code", monospace);font-size:.8rem;word-break:break-all}.debug-content[data-astro-cid-kqdxodpn] code[data-astro-cid-kqdxodpn].error{background:#ffe0e0;color:#d63031}.debug-content[data-astro-cid-kqdxodpn] pre[data-astro-cid-kqdxodpn]{background:#f8f9fa;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:.5rem 0;border:1px solid #e1e5e9}.debug-content[data-astro-cid-kqdxodpn] pre[data-astro-cid-kqdxodpn] code[data-astro-cid-kqdxodpn]{display:block;background:none;padding:0;word-break:normal;white-space:pre}.moc-help[data-astro-cid-kqdxodpn]{text-align:left;margin-top:2rem}.moc-help[data-astro-cid-kqdxodpn] summary[data-astro-cid-kqdxodpn]{cursor:pointer;font-weight:600;color:var(--clr-lossless-primary, #333);padding:.5rem;border-radius:.5rem;transition:background-color .2s ease}.moc-help[data-astro-cid-kqdxodpn] summary[data-astro-cid-kqdxodpn]:hover{background:var(--clr-surface-tertiary, #e9ecef)}.moc-example[data-astro-cid-kqdxodpn]{margin-top:1rem;padding:1rem;background:var(--clr-surface-primary, #fff);border-radius:.5rem;border:1px solid var(--clr-border-subtle, #e1e5e9)}.moc-example[data-astro-cid-kqdxodpn] h4[data-astro-cid-kqdxodpn]{margin-bottom:.5rem;color:var(--clr-text-primary, #1a1a1a);font-size:var(--fs-400, 1rem)}.moc-example[data-astro-cid-kqdxodpn] pre[data-astro-cid-kqdxodpn]{background:var(--clr-surface-tertiary, #e9ecef);padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.moc-example[data-astro-cid-kqdxodpn] code[data-astro-cid-kqdxodpn]{font-family:var(--ff-mono, "Fira Code", monospace);font-size:.9em}@media (max-width: 768px){.project-cover[data-astro-cid-kqdxodpn]{padding:1.25rem}.cover-hero[data-astro-cid-kqdxodpn]{gap:1rem}.usecases[data-astro-cid-kqdxodpn]{grid-template-columns:1fr;gap:.75rem}.usecase-card[data-astro-cid-kqdxodpn]{padding:1rem}.covers-grid[data-astro-cid-kqdxodpn]{grid-template-columns:1fr}.projects-section[data-astro-cid-kqdxodpn]{padding:1.5rem 1rem}.no-projects-message[data-astro-cid-kqdxodpn]{margin:2rem auto;padding:1.5rem}}
