:root{--color-primary: #8b5cf6;--color-primary-light: #a78bfa;--color-accent: #06b6d4;--gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);--color-text: #0f172a;--color-text-muted: #475569;--color-bg: #f8fafc;--color-bg-secondary: rgba(255, 255, 255, .82);--color-border: rgba(148, 163, 184, .35);--color-surface-strong: #ffffff;--color-header-bg: rgba(248, 250, 252, .85);--color-shadow-soft: rgba(15, 23, 42, .08);--color-shadow-strong: rgba(15, 23, 42, .14);--color-accent-shadow: rgba(139, 92, 246, .24);--color-accent-shadow-soft: rgba(139, 92, 246, .16);--color-cta-text: rgba(255, 255, 255, .92);--color-inverse-surface: #ffffff;--color-inverse-text: #7c3aed;--color-field-bg: rgba(255, 255, 255, .88);--color-featured-card-bg: linear-gradient(135deg, rgba(139, 92, 246, .1) 0%, rgba(6, 182, 212, .12) 100%);--color-featured-card-border: rgba(139, 92, 246, .28);--select-chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}:root[data-theme=dark]{--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-bg: #0f172a;--color-bg-secondary: rgba(30, 41, 59, .88);--color-border: rgba(71, 85, 105, .7);--color-surface-strong: #1e293b;--color-header-bg: rgba(15, 23, 42, .82);--color-shadow-soft: rgba(15, 23, 42, .24);--color-shadow-strong: rgba(2, 6, 23, .36);--color-accent-shadow: rgba(139, 92, 246, .4);--color-accent-shadow-soft: rgba(139, 92, 246, .2);--color-cta-text: rgba(255, 255, 255, .9);--color-inverse-surface: #ffffff;--color-inverse-text: #8b5cf6;--color-field-bg: rgba(15, 23, 42, .72);--color-featured-card-bg: linear-gradient(135deg, rgba(139, 92, 246, .1) 0%, rgba(6, 182, 212, .1) 100%);--color-featured-card-border: rgba(139, 92, 246, .3);--select-chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}[data-astro-cid-37fxchfa]{box-sizing:border-box;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--color-text);background-color:var(--color-bg);line-height:1.6;transition:background-color .25s ease,color .25s ease}body{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(circle at top left,rgba(139,92,246,.08),transparent 26%),radial-gradient(circle at top right,rgba(6,182,212,.08),transparent 22%),var(--color-bg)}header[data-astro-cid-37fxchfa]{background-color:var(--color-header-bg);border-bottom:1px solid var(--color-border);padding:1rem 2rem;position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}nav[data-astro-cid-37fxchfa]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text);font-weight:700;font-size:1.25rem}.logo[data-astro-cid-37fxchfa]:hover{color:var(--color-primary-light)}.nav-links[data-astro-cid-37fxchfa]{display:flex;gap:2rem;align-items:center}.nav-actions[data-astro-cid-37fxchfa]{display:flex;gap:1rem;align-items:center}.nav-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--color-text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-primary-light)}.theme-toggle[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:.65rem;padding:.7rem 1rem;border:1px solid var(--color-border);border-radius:999px;background-color:var(--color-bg-secondary);color:var(--color-text);font:inherit;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.theme-toggle[data-astro-cid-37fxchfa]:hover{transform:translateY(-1px);border-color:#8b5cf673;box-shadow:0 8px 24px var(--color-shadow-soft)}.theme-toggle[data-astro-cid-37fxchfa]:focus-visible{outline:none;box-shadow:0 0 0 3px #8b5cf63d}.theme-toggle-icon[data-astro-cid-37fxchfa]{width:1.1rem;height:1.1rem;position:relative;display:inline-block;border-radius:50%;border:2px solid currentColor}.theme-toggle-icon[data-astro-cid-37fxchfa]:after{content:"";position:absolute;inset:-2px;border-radius:50%}:root[data-theme=light] .theme-toggle-icon[data-astro-cid-37fxchfa]{background:currentColor;box-shadow:0 0 0 .18rem #fbbf2433;color:#f59e0b}:root[data-theme=light] .theme-toggle-icon[data-astro-cid-37fxchfa]:after{display:none}:root[data-theme=dark] .theme-toggle-icon[data-astro-cid-37fxchfa]{border-color:#c4b5fd;background:linear-gradient(135deg,#c4b5fd,#8b5cf6);color:#c4b5fd}:root[data-theme=dark] .theme-toggle-icon[data-astro-cid-37fxchfa]:after{background:var(--color-bg-secondary);transform:translate(.28rem,-.18rem) scale(.82)}.theme-toggle-label[data-astro-cid-37fxchfa]{white-space:nowrap}main[data-astro-cid-37fxchfa]{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}footer[data-astro-cid-37fxchfa]{background-color:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:2rem;text-align:center;margin-top:auto;backdrop-filter:blur(8px)}.footer-content[data-astro-cid-37fxchfa]{max-width:1200px;margin:0 auto}.footer-brand[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--color-text)}footer[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{color:var(--color-text-muted);font-size:.9rem}@media(max-width:768px){nav[data-astro-cid-37fxchfa]{flex-direction:column;gap:1rem}.nav-actions[data-astro-cid-37fxchfa]{width:100%;flex-direction:column}.nav-links[data-astro-cid-37fxchfa]{justify-content:center;flex-wrap:wrap;gap:1.5rem}.theme-toggle[data-astro-cid-37fxchfa]{width:100%;justify-content:center}main[data-astro-cid-37fxchfa]{padding:1rem}}
