:root{--primary:#a2e436;--secondary:#0d1117;--success:#68d391;--info:#22d2ed;--warning:#ffc700;--danger:#f56565;--dark:#e6edf3;--light:#21262d;--blue:#61bcff;--purple:#be82fa;--pink:#ea4998;--orange:#fa984a;--border:2px solid #30363d;--radius:0.375rem;--font-base:0.875rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,sans-serif;font-size:var(--font-base);line-height:1.6;color:var(--dark);background:var(--secondary);min-height:100vh;display:flex;flex-direction:column}main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem}header{border-bottom:var(--border);padding:1rem 2rem;background:var(--secondary)}header nav{max-width:800px;margin:0 auto}header .site-title{font-size:1.25rem;font-weight:600;color:var(--dark);text-decoration:none}header .site-title:hover{color:var(--dark)}footer{border-top:var(--border);padding:1rem 2rem;text-align:center;font-size:.8rem;color:#8b949e}a{color:var(--dark);text-decoration:underline;text-underline-offset:2px}a:hover{background:var(--primary)}h1{font-size:2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}h2{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}p{margin-bottom:1rem}.intro{font-size:1rem;line-height:1.7;margin-bottom:2rem}.tagline{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.tagline p{color:#8b949e;font-size:.85rem;margin:0;letter-spacing:.02em}.contact-icon{color:#8b949e;text-decoration:none;display:inline-flex;transition:color .15s ease}.contact-icon:hover{color:var(--dark);background:0 0}.projects{margin-top:2rem}.projects ul{list-style:none}.projects li{margin-bottom:1rem}.project-card{display:block;padding:1rem;border:var(--border);border-radius:var(--radius);background:var(--secondary);text-decoration:none;transition:transform .1s ease,box-shadow .1s ease}.project-card:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--primary);background:var(--secondary)}.project-title{display:block;font-weight:600;color:var(--dark)}.project-desc{display:block;margin-top:.25rem;color:#8b949e;font-size:.85rem}.badge{display:inline-block;padding:.15rem .5rem;font-size:.7rem;font-weight:600;border:2px solid #000;border-radius:var(--radius);margin-left:.5rem;background:var(--primary);color:#000}header nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#8b949e;text-decoration:none;font-size:.875rem}.nav-link:hover{color:var(--dark);background:0 0}.post-list{list-style:none;margin-top:1rem}.post-item{display:flex;align-items:baseline;gap:1rem;padding:.5rem 0;border-bottom:1px solid #21262d}.post-item time{color:#8b949e;font-size:.8rem;white-space:nowrap}.post-item a{text-decoration:none;font-weight:500}.post time{display:block;color:#8b949e;font-size:.8rem;margin-bottom:2rem}.post-content{line-height:1.7}.post-content h1{margin-top:3.25rem;margin-bottom:.75rem}.post-content h2{margin-top:2.5rem;margin-bottom:.5rem}.post-content ul,.post-content ol{margin-bottom:1rem;padding-left:1.5rem}.post-content pre{background:#161b22;border:var(--border);border-radius:var(--radius);padding:1rem;overflow-x:auto;margin-bottom:1rem}.post-content code{font-size:.85rem}.post-content blockquote{border-left:3px solid #30363d;padding-left:1rem;color:#8b949e;margin-bottom:1rem}.post-content img{max-width:100%;height:auto}.diagram{margin:1.5rem 0}.diagram svg{display:block;width:100%;height:auto}.product-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem}.product-card{display:flex;flex-direction:column;gap:.5rem}.product-thumb{width:100%;aspect-ratio:1/1;object-fit:cover;border:var(--border);border-radius:var(--radius);display:block}.product-price{display:block;font-weight:700;font-size:1rem;color:var(--primary)}.product-single{max-width:720px}.product-header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-price-large{font-size:1.5rem;font-weight:800;color:var(--primary);margin:0}.product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem}.product-gallery-img{width:100%;aspect-ratio:1/1;object-fit:cover;border:var(--border);border-radius:var(--radius)}.product-description{color:#8b949e;margin-bottom:1rem}.product-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.tag-badge{background:0 0;color:#8b949e;border-color:#30363d}.product-actions{margin-top:2rem}.btn-buy{display:inline-block;padding:.6rem 1.5rem;background:var(--primary);color:#000;font-weight:700;border:2px solid #000;border-radius:var(--radius);text-decoration:none;transition:transform .1s ease,box-shadow .1s ease}.btn-buy:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #000}.btn-sold-out{opacity:.5;cursor:not-allowed}.sold-out-badge{background:#30363d;color:#8b949e;border-color:#30363d}.featured-badge{background:var(--primary)}.category-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem}.category-nav-label{color:#8b949e}.category-link{padding:.2rem .6rem;border:var(--border);border-radius:var(--radius);text-decoration:none;color:var(--dark);font-size:.8rem}.category-link:hover{background:var(--primary);color:#000}.artwork-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.artwork-card{display:flex;flex-direction:column;gap:.5rem}.artwork-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;border:var(--border);border-radius:var(--radius);display:block}.artwork-single{max-width:720px}.artwork-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-bottom:1.5rem}.artwork-gallery-img{width:100%;aspect-ratio:4/3;object-fit:cover;border:var(--border);border-radius:var(--radius)}.artwork-meta{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin-top:1.5rem;font-size:.875rem}.artwork-meta dt{color:#8b949e;font-weight:500}.post-featured-img{width:100%;max-height:400px;object-fit:cover;border:var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.post-cats{display:inline-flex;gap:.4rem;margin-left:.5rem}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1rem;border-top:var(--border);font-size:.875rem}.pagination-link{padding:.4rem .8rem;border:var(--border);border-radius:var(--radius);text-decoration:none;color:var(--dark)}.pagination-link:hover{background:var(--primary);color:#000}.pagination-info{color:#8b949e}.post-content table{border-collapse:collapse;margin:1.5rem 0;width:100%}.post-content th,.post-content td{padding:.5rem 1.25rem;border-bottom:1px solid #30363d;text-align:left}.post-content th{color:#8b949e;font-weight:600;white-space:nowrap}.post-content th:nth-child(n+3),.post-content td:nth-child(n+3){padding-left:2.25rem;text-align:center;white-space:nowrap}.post-content th:first-child,.post-content td:first-child{padding-right:.5rem;color:#8b949e}.hero{padding:1rem 0 2.5rem;border-bottom:var(--border);margin-bottom:2.5rem}.hero-name{font-size:2.25rem;font-weight:600;line-height:1.1;margin-bottom:.75rem}.hero-pitch{font-size:1.15rem;line-height:1.45;color:var(--dark);white-space:pre-line;margin-bottom:1.25rem;border-left:3px solid var(--primary);padding-left:.85rem}.hero-sub{color:#8b949e;max-width:60ch;margin-bottom:1.25rem}.hero-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:#8b949e;font-size:.85rem;margin-bottom:1.25rem}.hero-meta a{color:#8b949e}.hero-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hero-link{padding:.35rem .8rem;border:var(--border);border-radius:var(--radius);text-decoration:none;font-size:.8rem;color:var(--dark)}.hero-link:hover{background:var(--primary);color:var(--secondary)}.band{margin-bottom:2.75rem}.band-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 .9rem}.grid{display:grid;gap:.75rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}.card{display:flex;flex-direction:column;gap:.35rem;padding:.95rem 1rem;border:var(--border);border-radius:var(--radius)}a.card{text-decoration:none;color:var(--dark);transition:transform .1s ease,box-shadow .1s ease}a.card:hover{background:var(--secondary);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--primary)}.card-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem}.card-title{font-weight:600;color:var(--dark)}.card-tag{font-size:.7rem;color:#8b949e;letter-spacing:.03em;white-space:nowrap}.card-role{font-size:.8rem;color:var(--primary)}.card-desc{font-size:.82rem;line-height:1.55;color:#8b949e}.stat-claim{font-weight:600;font-size:1.05rem;line-height:1.2;color:var(--primary)}.stat-context{font-size:.78rem;line-height:1.5;color:#8b949e}.rundemo{border:var(--border);border-radius:var(--radius);overflow:hidden}.rundemo-head{padding:.55rem 1rem;border-bottom:var(--border)}.rundemo-meta{color:#8b949e;font-size:.75rem}.rundemo-code{margin:0;padding:1rem;overflow-x:auto;font-size:.8rem;line-height:1.7}.rundemo-code code{background:0 0;padding:0;color:var(--dark);white-space:pre}.rundemo-note{margin:0;padding:.8rem 1rem;border-top:var(--border);color:#8b949e;font-size:.78rem;line-height:1.6}@media(max-width:520px){.hero-name{font-size:1.75rem}.hero-pitch{font-size:1rem}}.post-grid{margin-top:1.5rem}.card-post .card-title{line-height:1.3}.card-cats{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.card-cat{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#8b949e;border:1px solid #30363d;border-radius:999px;padding:.1rem .5rem}.card-post .card-head{flex-wrap:nowrap;gap:.75rem}.card-post .card-title{flex:auto;min-width:0}.card-post .card-tag{flex:none}.card-parts{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.card-part{font-size:.72rem;text-decoration:none;color:var(--dark);border:1px solid #30363d;border-radius:var(--radius);padding:.2rem .55rem}.card-part:hover{background:var(--primary);color:var(--secondary)}.hero-link-primary{background:var(--primary);color:var(--secondary);border-color:var(--primary);font-weight:600}.hero-link-primary:hover{background:var(--dark);border-color:var(--dark);color:var(--secondary)}a.card,.hero-link,.card-part{transition:transform .09s ease,box-shadow .09s ease,background .12s ease,border-color .12s ease}a.card:active{transform:translate(0,0);box-shadow:1px 1px 0 var(--primary)}.hero-link:active,.card-part:active{transform:translateY(1px)}.card-stat,.card-job,.card-project:not(a){transition:border-color .15s ease}.card-stat:hover,.card-job:hover,.card-project:not(a):hover{border-color:#484f58}a.card:focus-visible,.hero-link:focus-visible,.card-part:focus-visible,main a:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:var(--radius)}@media(prefers-reduced-motion:reduce){a.card,.hero-link,.card-part{transition:background .12s ease,border-color .12s ease}a.card:hover,a.card:active,.hero-link:active,.card-part:active{transform:none}}.dnp-stage{position:relative;display:inline-flex;isolation:isolate}.dnp{position:relative;z-index:2;padding:.36rem .8rem;border-radius:5px;cursor:pointer;border:1px solid #7e1620;border-top-color:#ff8e8e;color:#fff;font-family:inherit;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.55);background:linear-gradient(180deg,#ef4a54 0%,#d0202f 48%,#9d1622 100%);box-shadow:inset 0 1px rgba(255,255,255,.7),inset 0 -2px 3px rgba(0,0,0,.35),0 3px #6f1019,0 5px 9px rgba(0,0,0,.45);transition:transform .06s ease,box-shadow .06s ease,filter .12s ease}.dnp::before{content:"";position:absolute;inset:1px 1px 58% 1px;border-radius:6px 6px 14px 14px/6px 6px 10px 10px;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,0));pointer-events:none}.dnp:hover{filter:brightness(1.1)}.dnp:active{transform:translateY(3px);box-shadow:inset 0 1px rgba(255,255,255,.5),inset 0 -1px 3px rgba(0,0,0,.5),0 0 #6f1019,0 2px 5px rgba(0,0,0,.4)}.dnp:focus-visible{outline:2px solid var(--primary);outline-offset:4px}.dnp-label{position:relative;z-index:1}.dnp-bolts{position:absolute;inset:0;z-index:3;pointer-events:none}.bolt{position:absolute;top:50%;left:50%;margin:-9px 0 0 -9px;fill:#ffd84d;opacity:0;filter:drop-shadow(0 0 6px rgba(255,216,77,.9));transform:rotate(var(--a))translateY(-12px)scale(.3)}.dnp-stage.is-firing .bolt{animation:bolt-out .45s cubic-bezier(.2,.75,.3,1)forwards}@keyframes bolt-out{0%{opacity:0;transform:rotate(var(--a))translateY(-6px)scale(.25)}15%{opacity:1;transform:rotate(var(--a))translateY(-46px)scale(1.2)}100%{opacity:0;transform:rotate(var(--a))translateY(-120px)scale(.45)}}.dnp-stage.is-firing .dnp{animation:dnp-flash .3s ease}@keyframes dnp-flash{0%{filter:brightness(1.75)saturate(.75)}100%{filter:brightness(1)}}@media(prefers-reduced-motion:reduce){.dnp,.dnp:active{transition:none;transform:none}.dnp-stage.is-firing .bolt,.dnp-stage.is-firing .dnp{animation:none}}