*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: rgb(7, 7, 7);--surface: rgb(14, 14, 14);--border: rgba(255, 255, 255, .08);--text: rgba(237, 237, 237, 1);--muted: rgba(237, 237, 237, .45);--accent: rgba(193, 98, 0, 1);--accent-completed: rgba(30, 179, 70, 1);--accent-dim: rgba(193, 98, 0, .12);--mono: "IBM Plex Mono", monospace;--sans: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background-color:#070707;color:var(--text);font-size:18px;line-height:1.6}ul{list-style:none}a{text-decoration:none;color:var(--text);transition:color .2s ease}#progress-bar{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--accent);z-index:1000;transition:width .1s linear}header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#070707bf;border-bottom:1px solid var(--border)}nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1100px;margin:0 auto}.nav-brand{font-family:var(--mono);font-weight:600;font-size:14px;color:var(--accent);letter-spacing:.1em}.nav-list{display:flex;gap:2rem}.nav-list a{font-size:13px;font-weight:500;color:var(--muted);letter-spacing:.04em;transition:color .2s ease}.nav-list a:hover{color:var(--text)}main{max-width:1100px;margin:0 auto;padding:0 2rem}.eyebrow{font-family:var(--mono);font-size:12px;color:var(--accent);letter-spacing:.08em;margin-bottom:1rem}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:80px;position:relative}.hero-section h1{font-size:clamp(56px,9vw,96px);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-sub{font-size:18px;font-weight:300;color:var(--muted);max-width:520px;line-height:1.7;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--accent);color:var(--bg);font-size:14px;font-weight:600;padding:.75rem 1.5rem;border-radius:6px;transition:opacity .2s ease}.btn-primary:hover{opacity:.85;color:var(--bg)}.btn-ghost{border:1px solid var(--border);color:var(--muted);font-size:14px;font-weight:500;padding:.75rem 1.5rem;border-radius:6px;transition:border-color .2s ease,color .2s ease}.btn-ghost:hover{border-color:#ffffff40;color:var(--text)}.scroll-hint{position:absolute;bottom:2.5rem;left:0;display:flex;align-items:center;gap:1rem;font-family:var(--mono);font-size:11px;color:var(--muted);letter-spacing:.12em}.scroll-line{width:48px;height:1px;background:var(--muted)}.two-col-section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:6rem 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem}.card h2{font-size:28px;font-weight:800;margin-bottom:2rem}.item-list{display:flex;flex-direction:column;gap:1.5rem}.item-entry{display:flex;gap:1rem;align-items:flex-start}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:6px;flex-shrink:0}.item-title{font-size:14px;font-weight:500;margin-bottom:.4rem;line-height:1.4}.badge{font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:var(--accent);background:var(--accent-dim);padding:2px 8px;border-radius:4px}.completed{font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:var(--accent-completed);background:var(--accent-dim);padding:2px 8px;border-radius:4px}.skill-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-family:var(--mono);font-size:12px;color:var(--muted);border:1px solid var(--border);padding:4px 12px;border-radius:4px;transition:color .2s ease,border-color .2s ease}.skill-tag:hover{color:var(--text);border-color:#fff3}.projects-section{padding:0 0 6rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:28px;font-weight:800}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .25s ease}.project-card:hover{border-color:#c1620066}.project-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.project-num{font-family:var(--mono);font-size:11px;color:var(--muted);letter-spacing:.1em}.project-card h3{font-size:20px;font-weight:700;margin-bottom:.75rem;line-height:1.3}.project-card p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:1.5rem}.tag-row{display:flex;gap:.5rem;flex-wrap:wrap}.contact-section{padding:6rem 0;border-top:1px solid var(--border)}.contact-inner h2{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:1rem}.contact-sub{font-size:16px;color:var(--muted);max-width:480px;margin-bottom:3rem}.contact-links{display:flex;flex-direction:column;gap:0}.contact-link{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-top:1px solid var(--border);color:var(--muted);transition:color .2s ease}.contact-link:last-child{border-bottom:1px solid var(--border)}.contact-link:hover{color:var(--text)}.contact-link__label{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--accent)}.contact-link__arrow{font-size:14px;transition:transform .2s ease}.contact-link:hover .contact-link__arrow{transform:translate(4px)}footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid var(--border);max-width:1100px;margin:0 auto;font-size:12px;color:var(--muted)}.footer-mono{font-family:var(--mono);font-size:11px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media screen and (max-width:768px){nav{padding:1rem}.nav-list{gap:1.25rem}main{padding:0 1.25rem}.hero-section h1{font-size:52px}.hero-sub{font-size:16px}.two-col-section{grid-template-columns:1fr;padding:4rem 0}.project-grid{grid-template-columns:1fr}.contact-inner h2{font-size:40px}footer{flex-direction:column;gap:.5rem;text-align:center;padding:1.25rem 1rem}.scroll-hint{display:none}}.blog-index{max-width:1100px;margin:0 auto;padding:0 2rem}.blog-header{padding:8rem 0 4rem}.blog-header h1{font-size:clamp(48px,8vw,80px);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.blog-sub{font-size:16px;color:var(--muted);max-width:520px;line-height:1.7}.post-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:6rem}.post-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;color:var(--text);transition:border-color .25s ease}.post-card:hover{border-color:#c1620066}.post-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.post-card h2{font-size:20px;font-weight:700;margin-bottom:.75rem;line-height:1.3}.post-card p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:1.5rem}.post-date{font-family:var(--mono);font-size:11px;color:var(--muted)}.post-read{font-family:var(--mono);font-size:12px;color:var(--accent)}.blog-post{max-width:720px;margin:0 auto;padding:0 2rem 6rem}.post-hero{padding:8rem 0 3rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.back-link{display:inline-block;font-family:var(--mono);font-size:14px;color:var(--muted);margin-bottom:1.5rem;transition:color .2s ease}.back-link:hover{color:var(--text)}.post-hero h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin:1rem 0;line-height:1.1}.post-meta{display:flex;gap:1.5rem;align-items:center;margin:1rem 0}.post-severity{font-family:var(--mono);font-size:11px;padding:2px 8px;border-radius:4px}.post-severity[data-level=Critical]{background:#dc262626;color:#dc2626}.post-severity[data-level=High]{background:#c1620026;color:var(--accent)}.post-severity[data-level=Medium]{background:#eab30826;color:#eab308}.post-summary{font-size:18px;color:var(--muted);line-height:1.7;margin-top:1.5rem}.post-body h3{font-size:20px;font-weight:700;margin:2rem 0 .75rem;color:var(--text)}.post-body a{font-size:10px;font-weight:100;text-decoration:bullet;margin:2rem 0 .75rem;color:var(--text)}.post-body h2{font-size:24px;font-weight:700;margin:2.5rem 0 1rem;color:var(--text)}.post-body p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:1.25rem}.post-body code{font-family:var(--mono);font-size:13px;background:var(--surface);border:1px solid var(--border);padding:2px 6px;border-radius:4px;color:var(--accent)}.post-body pre{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;color:var(--text);font-size:13px}.post-body ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.post-body li{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:.4rem}@media screen and (max-width:768px){.post-grid{grid-template-columns:1fr}.blog-post{padding:0 1.25rem 4rem}}
