:root{--bg:#fafaf8;--surface:#ffffff;--surface-2:#f3f3f0;--border:#e6e5e0;--text:#17171a;--muted:#676770;--accent:#3b5bdb;--accent-soft:#e8edff;--accent-text:#ffffff;--ok:#16a34a;--shadow:0 1px 2px rgba(20,20,30,0.04),0 8px 24px rgba(20,20,30,0.06);--radius:18px;--font:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--bg:#0e0f12;--surface:#16171b;--surface-2:#1d1f24;--border:#2a2c33;--text:#ececef;--muted:#9a9ba5;--accent:#8ea2ff;--accent-soft:#1e2440;--accent-text:#0e0f12;--shadow:0 1px 2px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.35);color-scheme:dark}}:root[data-theme="dark"]{--bg:#0e0f12;--surface:#16171b;--surface-2:#1d1f24;--border:#2a2c33;--text:#ececef;--muted:#9a9ba5;--accent:#8ea2ff;--accent-soft:#1e2440;--accent-text:#0e0f12;--shadow:0 1px 2px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.35);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,h4{line-height:1.15;margin:0;letter-spacing:-0.02em}p{margin:0}.muted{color:var(--muted)}.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.nav{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--border)}.nav-in{display:flex;align-items:center;gap:16px;height:64px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:650}.brand img{width:32px;height:32px;border-radius:50%;object-fit:cover}.nav-links{margin-left:auto;display:flex;gap:4px}.nav-links a{text-decoration:none;color:var(--muted);padding:8px 12px;border-radius:10px;font-size:15px}.nav-links a:hover{color:var(--text);background:var(--surface-2)}.theme{width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;display:grid;place-items:center}.theme svg{width:18px;height:18px;fill:currentColor}.hero{display:grid;grid-template-columns:1.25fr 0.75fr;gap:56px;align-items:center;padding-top:72px;padding-bottom:72px}.kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);border:1px solid var(--border);background:var(--surface);padding:6px 12px;border-radius:999px}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.hero h1{font-size:clamp(38px,7vw,76px);font-weight:750;margin-top:20px}.role{font-size:clamp(20px,2.4vw,26px);color:var(--accent);font-weight:600;margin-top:8px}.lead{font-size:18px;color:var(--muted);margin-top:20px;max-width:620px}.lead strong{color:var(--text);font-weight:600}.cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:12px;border:1px solid var(--border);background:var(--surface);text-decoration:none;font-weight:550;font-size:15px;transition:transform 0.15s ease,box-shadow 0.15s ease}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.btn.primary{background:var(--accent);color:var(--accent-text);border-color:transparent}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn.ghost:hover{color:var(--text);box-shadow:none}.facts{list-style:none;padding:0;margin:36px 0 0;display:flex;flex-wrap:wrap;gap:28px}.facts li{display:flex;flex-direction:column}.facts b{font-size:20px}.facts span{font-size:13px;color:var(--muted)}.hero-photo{margin:0;position:relative}.hero-photo img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;object-position:50% 20%;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--border)}.hero-photo::before{content:"";position:absolute;inset:18px -18px -18px 18px;z-index:-1;border-radius:28px;background:var(--accent-soft)}.hero-photo figcaption{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:8px;background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:999px;padding:7px 14px;font-size:13px;font-family:var(--mono)}.status{width:8px;height:8px;border-radius:50%;background:var(--ok)}.section{padding-top:56px;padding-bottom:56px}.section-head{max-width:680px;margin-bottom:32px}.eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--accent)}.section-head h2{font-size:clamp(30px,4vw,42px);margin-top:8px}.section-head .muted{margin-top:12px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:12px;transition:border-color 0.15s ease,box-shadow 0.15s ease}.card:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));box-shadow:var(--shadow)}.card.featured{background:linear-gradient(180deg,var(--accent-soft),var(--surface) 55%)}.card.wide{grid-column:1 / -1}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.tag{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.site{font-size:14px;font-weight:600;color:var(--accent);text-decoration:none}.site:hover{text-decoration:underline}.site.plain{color:var(--muted);font-weight:500}.card h3{font-size:22px}.who{font-size:14px;color:var(--muted);margin-top:-4px}.card>p{color:var(--text)}.points{margin:2px 0 0;padding-left:18px;color:var(--muted);font-size:15px;display:grid;gap:4px}.points li::marker{color:var(--accent)}.stack{list-style:none;padding:0;margin:auto 0 0;display:flex;flex-wrap:wrap;gap:6px;padding-top:8px}.stack li{font-family:var(--mono);font-size:12px;padding:4px 9px;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}.edu{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:4px}.edu>div{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.edu h4{font-size:17px}.edu p{font-size:15px;color:var(--muted)}.edu .stack li{background:var(--surface)}.more{font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;margin-top:4px}.more:hover{text-decoration:underline}.skills{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skill{padding:22px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.skill h3{font-size:17px}.skill p{margin-top:8px;color:var(--muted);font-size:15px}.contact-card{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:32px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(135deg,var(--accent-soft),var(--surface))}.contact-card img{width:72px;height:72px;border-radius:50%;object-fit:cover}.contact-card h2{font-size:28px}.contact-card .muted{margin-top:6px}.contact-card .cta{margin-top:0}.foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:28px;padding-bottom:40px;border-top:1px solid var(--border);margin-top:24px;font-size:14px}@media (max-width:960px){.hero{grid-template-columns:1fr;gap:40px;padding-top:40px}.hero-photo{max-width:420px}.edu{grid-template-columns:1fr}.skills{grid-template-columns:repeat(2,1fr)}.contact-card{grid-template-columns:auto 1fr}.contact-card .cta{grid-column:1 / -1}}@media (max-width:720px){.grid{grid-template-columns:1fr}.skills{grid-template-columns:1fr}.nav-links a{padding:8px 8px;font-size:14px}.nav-links a[href$="#konikmalar"],.nav-links a[href$="#aloqa"]{display:none}.brand span{display:none}.card{padding:20px}.contact-card{grid-template-columns:1fr;padding:24px}.hero-photo{margin-right:12px}.hero-photo::before{inset:12px -10px -12px 12px}}.card.clickable{position:relative}.card .stretch{text-decoration:none}.card .stretch::after{content:"";position:absolute;inset:0;border-radius:inherit}.card .stretch:focus-visible{outline:none}.card.clickable:focus-within{outline:2px solid var(--accent);outline-offset:2px}.card .site,.card a:not(.stretch){position:relative;z-index:1}.open{font-size:14px;font-weight:600;color:var(--accent);margin-top:4px}.card.clickable:hover .open{text-decoration:underline}.card.clickable:hover h3{color:var(--accent)}.grid.three{grid-template-columns:repeat(3,1fr)}.post-card{gap:10px}.post-card .tag{align-self:flex-start}.post-card h3{font-size:19px}.post-card .muted{font-size:15px}.section-head.row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-head.row>div{max-width:680px}.h1{font-size:clamp(34px,5vw,52px);margin-top:8px}.detail{max-width:900px;padding-top:32px;padding-bottom:24px}.back{display:inline-block;font-size:14px;color:var(--muted);text-decoration:none;margin-bottom:20px}.back:hover{color:var(--accent)}.section>.back{margin-bottom:8px}.detail-head{display:flex;flex-direction:column;gap:14px;padding-bottom:32px;border-bottom:1px solid var(--border)}.detail-head .tag{align-self:flex-start}.detail-head h1{font-size:clamp(32px,5vw,50px)}.detail-head .lead{margin-top:0;max-width:none}.detail-head .lead b{color:var(--text)}.detail-head .stack{margin-top:0}.detail-head .cta{margin-top:6px}.numbers{display:flex;flex-wrap:wrap;gap:14px}.numbers>div{display:flex;flex-direction:column;padding:14px 18px;border-radius:14px;background:var(--surface);border:1px solid var(--border);flex:1 1 140px;max-width:280px}.numbers b{font-size:24px}.numbers span{font-size:13px;color:var(--muted);max-width:240px}.block{padding-top:40px}.block>h2{font-size:26px;margin-bottom:16px}.block>p{font-size:17px;color:var(--muted)}.feats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feat{padding:20px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.feat h3{font-size:17px;margin-bottom:10px}.feat ul{margin:0;padding-left:18px;color:var(--muted);font-size:15px;display:grid;gap:6px}.feat li::marker{color:var(--accent)}.arch{display:grid;gap:10px}.layer{display:grid;grid-template-columns:180px 1fr;gap:14px;align-items:center;padding:14px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--border)}.layer-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--accent)}.boxes{display:flex;flex-wrap:wrap;gap:8px}.box{font-size:14px;padding:7px 12px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border)}.decisions{display:grid;gap:14px}.decision{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:20px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.decision .num{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:14px}.decision h3{font-size:18px}.decision p{margin-top:6px;color:var(--muted);font-size:15px}.pager{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:48px}.pager a{display:flex;flex-direction:column;gap:2px;padding:16px 18px;border-radius:14px;border:1px solid var(--border);background:var(--surface);text-decoration:none}.pager a:hover{border-color:var(--accent)}.pager span{font-size:13px;color:var(--muted)}.pager .next{text-align:right}.prose{padding-top:32px;display:grid;gap:18px;font-size:18px;line-height:1.75}.post>.cta{margin-top:28px}.others{margin:0;padding-left:18px;display:grid;gap:8px}.others a{color:var(--accent);text-decoration:none}.others a:hover{text-decoration:underline}.notfound{min-height:50vh}.foot-links{display:flex;gap:16px}.foot-links a{color:var(--muted);text-decoration:none}.foot-links a:hover{color:var(--accent)}@media (max-width:960px){.grid.three{grid-template-columns:1fr}}@media (max-width:720px){.feats{grid-template-columns:1fr}.layer{grid-template-columns:1fr;gap:8px}.pager{grid-template-columns:1fr}.pager .next{text-align:left}.section-head.row{flex-direction:column;align-items:flex-start}.prose{font-size:17px}}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:18px;background:var(--surface);border:1px solid var(--border)}.service.accent{background:linear-gradient(180deg,var(--accent-soft),var(--surface) 70%);border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.service-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.service-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service.accent .service-icon{background:var(--accent);color:var(--accent-text)}.service h3{font-size:18px}.service>p{color:var(--muted);font-size:15px}.service ul{margin:0;padding-left:18px;font-size:14.5px;display:grid;gap:4px}.service li::marker{color:var(--accent)}.examples{margin-top:auto;padding-top:6px;font-size:13.5px;color:var(--muted)}.examples a{color:var(--accent);text-decoration:none;font-weight:600}.examples a:hover{text-decoration:underline}.nudge{position:fixed;right:20px;bottom:20px;z-index:30;width:min(380px,calc(100vw - 32px));display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px 18px 18px 16px;border-radius:18px;background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 40px rgba(20,20,30,0.18);opacity:0;transform:translateY(16px);transition:opacity 0.25s ease,transform 0.25s ease}.nudge.show{opacity:1;transform:none}.nudge img{width:44px;height:44px;border-radius:50%;object-fit:cover}.nudge b{display:block;font-size:15px;line-height:1.35;padding-right:18px}.nudge p{font-size:14px;color:var(--muted);margin:6px 0 12px}.nudge .btn{padding:9px 14px;font-size:14px}.nudge-x{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:8px;border:0;background:transparent;color:var(--muted);font-size:20px;line-height:1;cursor:pointer}.nudge-x:hover{background:var(--surface-2);color:var(--text)}@media (prefers-reduced-motion:reduce){.nudge{transition:none}}@media (max-width:1100px){.services{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.services{grid-template-columns:1fr}.nudge{right:16px;left:16px;bottom:16px;width:auto}}.support{margin-top:16px;display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:center;padding:26px;border-radius:18px;background:var(--surface);border:1px solid var(--border)}.support-head{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.support h3{font-size:20px}.support-head p{margin-top:6px;color:var(--muted);font-size:15px}.support ul{margin:0;padding-left:18px;display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;font-size:14.5px}.support li::marker{color:var(--accent)}@media (max-width:960px){.support{grid-template-columns:1fr}}@media (max-width:560px){.support ul{grid-template-columns:1fr}}.grid.projects{grid-template-columns:repeat(3,1fr);gap:16px}.card.compact{padding:20px;gap:8px}.card.compact h3{font-size:18px;line-height:1.25}.card.compact .who{font-size:13px;margin-top:0}.card.compact .clamp{font-size:14.5px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card.compact .clamp b{color:var(--text);font-weight:600}.card.compact .stack{padding-top:4px}.card.compact .stack li{font-size:11.5px;padding:3px 8px}.card.compact .open{font-size:13.5px}@media (max-width:1100px){.grid.projects{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.grid.projects{grid-template-columns:1fr}}.nudge-cta{display:flex;gap:8px;flex-wrap:wrap}.card-top .tag{white-space:nowrap}.card.compact .site{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.btn svg.brand{fill:currentColor;stroke:none;width:18px;height:18px}.btn svg.brand.wa{fill:#25d366}.btn.primary svg.brand.wa{fill:currentColor}.btn:not(.primary) svg.brand.tg{fill:#26a5e4}