:root{--bg: #ffffff;--text: #111827;--muted: #6b7280;--accent: #111827;--container: 1100px;--radius: 10px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.container{max-width:var(--container);margin:0 auto;padding:36px 20px}.header{border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{font-weight:700;color:var(--accent);text-decoration:none;font-size:20px;display:flex;align-items:center}.brand img{height:30px}.nav a{margin-left:18px;color:var(--muted);text-decoration:none}.nav a:hover{color:var(--text)}.hero{display:flex;gap:28px;align-items:flex-start;padding:48px 0}.hero-left{flex:1}.hero-left h1 span{color:#5a84d7}.hero-right{flex:1;display:flex;flex-direction:column;align-items:flex-start}.lead{color:var(--muted);font-size:16px}.quickpoints{list-style:none;padding:0;margin-top:12px}.quickpoints li{margin:6px 0;color:var(--muted)}.quickpoints a{font-family:Courier New,Courier,monospace;font-weight:600;letter-spacing:0px;text-decoration:none}.video-wrap{max-width:640px;height:fit-content;overflow:hidden;box-shadow:0 8px 30px #1118270f}.video-wrap video{border-radius:10px;border:1px dashed black;width:640px}.muted{color:var(--muted);font-size:12px;margin-top:0}.projects{padding:36px 0 80px}.projects h2{margin-bottom:18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.card{padding:18px;border:1px solid #eee;border-radius:8px;background:#fff}.card h3{margin:0 0 8px}.meta{color:var(--muted);font-size:13px;margin:6px 0}.links a{font-weight:600;color:var(--accent);text-decoration:underline;color:#2e4984;font-family:Courier New,Courier,monospace}.space{display:inline-block;width:30px;height:10px}.footer{border-top:1px solid #eee;padding:28px 0;background:#e2e3e8}.footer-name{text-decoration:none;color:#000}.footer h1{margin-bottom:10px}.footer h1 span{color:#5a84d7}.muted a{color:#1859da;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:600}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.contact{font-size:12px}.contact a{color:#1859da;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:600}@media (max-width: 900px){body{padding-left:15px;padding-right:15px}.hero{flex-direction:column}.footer-inner{flex-direction:column;align-items:flex-start}}@media (max-width: 650px){.video-wrap video{width:90vw}.nav a{font-size:8px}}
