:root{--bg: #0a0f0f;--bg-elevated: #141a1a;--bg-card: #1a2626;--text: #f5f5f5;--text-muted: #a0a8a8;--accent: #2dd4a8;--accent-hover: #1bae86;--accent-secondary: #f59e0b;--border: #2a3535;--border-light: #1a2626;--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 3rem;--space-xl: 6rem;--radius-card: 12px;--radius-button: 100px;--radius-small: 4px;--radius-medium: 8px;--ease-out: cubic-bezier(.16, 1, .3, 1);--transition-fast: .2s cubic-bezier(.16, 1, .3, 1);--transition: .4s cubic-bezier(.16, 1, .3, 1);--transition-slow: .6s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:20px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.6;min-height:100vh}img,video{display:block;max-width:100%}a{color:var(--accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-hover)}.skip-link{position:absolute;top:-40px;left:0;background:var(--accent);color:var(--bg);padding:.5rem 1rem;border-radius:var(--radius-button);z-index:200;transition:top var(--transition-fast)}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-small)}*:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}#lightbox[hidden]{display:none}#lightbox-backdrop{position:absolute;inset:0;background:#000000eb;cursor:zoom-out}#lightbox-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:min(92vw,1200px);max-height:92vh;animation:lb-in .2s cubic-bezier(.16,1,.3,1)}@keyframes lb-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}#lightbox-img{display:block;max-width:100%;max-height:calc(92vh - 3rem);object-fit:contain;border-radius:8px;box-shadow:0 32px 80px #0009}#lightbox-info{margin-top:1.1rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%;max-width:100%}#lightbox-description{font-size:1.1rem;color:#ffffffe6;font-family:var(--font-body, sans-serif);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#lightbox-github{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;padding:.45rem 1rem;font-size:.9rem;font-weight:500;color:var(--accent, #2dd4a8);border:1px solid rgba(45,212,168,.3);border-radius:100px;text-decoration:none;transition:background .15s,border-color .15s}#lightbox-github:hover{background:#2dd4a81a;border-color:#2dd4a899;color:var(--accent, #2dd4a8)}#lightbox-close{position:fixed;top:1.25rem;right:1.25rem;z-index:2;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s}#lightbox-close:hover{background:#ffffff2e;transform:scale(1.1)}#lightbox-prev,#lightbox-next{position:fixed;top:50%;transform:translateY(-50%);z-index:2;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s}#lightbox-prev{left:1rem}#lightbox-next{right:1rem}#lightbox-prev:hover,#lightbox-next:hover{background:#ffffff2e}#lightbox-prev[hidden],#lightbox-next[hidden]{display:none}[data-lightbox]{cursor:zoom-in}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:sticky;top:0;z-index:100;background:#0a0f0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-title{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--text);text-decoration:none;letter-spacing:-.01em;border-bottom:none}.site-title:hover{color:var(--text)}.title-accent{color:var(--accent)}.site-header nav{display:flex;gap:1.5rem}.site-header nav a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color var(--transition-fast);border-bottom:none}.site-header nav a:hover{color:var(--accent)}.nav-github{display:inline-flex;align-items:center;gap:.4rem}.site-footer{margin-top:var(--space-xl);padding:var(--space-lg) 2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-github{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.8rem;text-decoration:none;border-bottom:none;transition:color var(--transition-fast)}.footer-github:hover{color:var(--accent)}
