/* Warmodroid — developer studio visual system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  color-scheme: dark;
  --ink: #f5f7ff;
  --muted: #9ca6bd;
  --subtle: #68718a;
  --blue: #5b8cff;
  --blue-bright: #8bafff;
  --violet: #a78bfa;
  --mint: #5eead4;
  --canvas: #090b10;
  --surface: #10131c;
  --surface-raised: #161a26;
  --surface-soft: #1d2231;
  --line: rgba(182, 197, 232, .13);
  --line-strong: rgba(182, 197, 232, .22);
  --shadow: 0 24px 64px rgba(0, 0, 0, .26);
  --max-width: 1200px;
  --max-content: 780px;
  --header-height: 76px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  --font-mono: "SFMono-Regular", "SF Mono", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { min-width: 320px; min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; color: var(--ink); background: var(--canvas); font: 400 16px/1.6 var(--font-sans); }
body::before { content: ""; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 90% -10%, rgba(77, 117, 255, .18), transparent 31rem), radial-gradient(circle at -12% 45%, rgba(129, 92, 246, .11), transparent 28rem); pointer-events: none; }
body::after { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .34; pointer-events: none; background-image: linear-gradient(rgba(153, 172, 218, .032) 1px, transparent 1px), linear-gradient(90deg, rgba(153, 172, 218, .032) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
main { flex: 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-bright); text-decoration: none; transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
a:hover { color: #c1d4ff; }
button, input, textarea { font: inherit; }

.container { width: min(100% - 48px, var(--max-width)); margin-inline: auto; }
.container--narrow { max-width: var(--max-content); }
.eyebrow { margin-bottom: 14px; color: var(--blue-bright); font-family: var(--font-mono); font-size: .72rem; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: "// "; color: var(--violet); }
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }.mt-32 { margin-top: 32px; }.mb-16 { margin-bottom: 16px; }.mb-32 { margin-bottom: 32px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(9, 11, 16, .72); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; opacity: .8; background: linear-gradient(90deg, transparent, var(--line-strong) 18%, var(--line-strong) 82%, transparent); }
.site-header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--font-mono); font-size: .98rem; font-weight: 700; letter-spacing: -.06em; }
.site-logo:hover { color: #fff; }
.logo-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(151, 181, 255, .46); border-radius: 10px; color: #d8e5ff; background: linear-gradient(145deg, #3569e6, #202a83); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 7px 18px rgba(44, 91, 221, .28); font-size: .78rem; letter-spacing: -.15em; }
.site-nav { display: flex; align-items: center; gap: 6px; list-style: none; }
.site-nav a { position: relative; display: inline-block; padding: 7px 11px; border-radius: 8px; color: var(--muted); font-size: .86rem; font-weight: 600; }
.site-nav a:hover, .site-nav a.active { color: var(--ink); background: rgba(255, 255, 255, .06); }
.site-nav a.active::after { content: ""; position: absolute; right: 11px; bottom: 3px; left: 11px; height: 2px; border-radius: 8px; background: var(--blue); }
.nav-toggle { display: none; padding: 8px; border: 0; border-radius: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }

/* Home */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 128px 0 120px; text-align: center; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 999px; pointer-events: none; filter: blur(1px); }
.hero::before { width: 38rem; height: 38rem; top: -24rem; left: 50%; background: radial-gradient(circle, rgba(91, 140, 255, .26), rgba(91, 140, 255, 0) 68%); transform: translateX(-50%); }
.hero::after { width: 16rem; height: 16rem; top: 30px; left: calc(50% + 205px); border: 1px solid rgba(151, 181, 255, .13); box-shadow: 0 0 0 28px rgba(151, 181, 255, .025), 0 0 0 56px rgba(151, 181, 255, .018); }
.hero h1 { max-width: 10ch; margin: 0 auto 12px; color: #fff; font-size: clamp(3.4rem, 9vw, 7.1rem); font-weight: 800; letter-spacing: -.02em; line-height: .98; }
.hero-tagline { margin-bottom: 20px; color: var(--mint); font-family: var(--font-mono); font-size: clamp(.9rem, 1.8vw, 1.08rem); font-weight: 600; letter-spacing: .03em; }
.hero > .container > p:not(.eyebrow):not(.hero-tagline) { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid #709dff; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #5485f5, #4874da); box-shadow: 0 10px 30px rgba(54, 104, 231, .28), inset 0 1px 0 rgba(255, 255, 255, .2); font-size: .9rem; font-weight: 700; }
.hero-cta:hover { color: #fff; background: linear-gradient(135deg, #6795ff, #4d7ce9); transform: translateY(-2px); }
.hero-cta--ghost { border-color: var(--line-strong); color: var(--ink); background: rgba(255, 255, 255, .035); box-shadow: none; }
.hero-cta--ghost:hover { border-color: rgba(139, 175, 255, .62); color: #fff; background: rgba(91, 140, 255, .13); }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-title { color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); font-weight: 750; letter-spacing: -.025em; line-height: 1.08; }
.section-subtitle { max-width: 320px; color: var(--muted); font-size: .97rem; line-height: 1.55; text-align: right; }
.featured-card { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(115deg, rgba(25, 31, 49, .92), rgba(13, 16, 25, .94)); box-shadow: var(--shadow); }
.featured-card::before { content: "LATEST"; position: absolute; top: 24px; right: 28px; color: rgba(164, 183, 235, .15); font-family: var(--font-mono); font-size: .65rem; font-weight: 700; letter-spacing: .18em; }
.featured-card:hover { border-color: rgba(139, 175, 255, .36); transform: translateY(-3px); }
.post-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--subtle); font-family: var(--font-mono); font-size: .7rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.post-meta .sep, .post-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--blue-bright); }
.featured-card .post-meta { margin-bottom: 20px; }
.featured-card h2 { max-width: 18ch; margin-bottom: 16px; font-size: clamp(1.7rem, 4vw, 2.8rem); letter-spacing: -.025em; line-height: 1.16; }
.featured-card h2 a, .blog-card h3 a { color: var(--ink); }
.featured-card h2 a:hover, .blog-card h3 a:hover { color: var(--blue-bright); }
.featured-card > p { max-width: 660px; margin-bottom: 24px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.read-more { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-bright); font-size: .84rem; font-weight: 700; }
.read-more:hover { gap: 12px; color: #d0deff; }
.featured-empty { text-align: center; color: var(--muted); }
.empty-icon { margin-bottom: 12px; font-size: 2.2rem; }
.home-apps { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(12, 15, 23, .1), rgba(18, 24, 39, .55)); }
.home-apps .apps-grid { margin-top: 10px; }
.home-about { padding: 105px 0; border-top: 1px solid var(--line); text-align: center; background: radial-gradient(ellipse at 50% 120%, rgba(79, 111, 223, .2), transparent 62%); }
.home-about .eyebrow { margin-bottom: 18px; }
.home-about .section-title { margin-bottom: 20px; }
.home-about p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.07rem; line-height: 1.8; }

/* Page headings and article lists */
.page-header { position: relative; overflow: hidden; padding: 90px 0 64px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(45, 62, 119, .2), transparent 50%); }
.page-header::after { content: ""; position: absolute; width: 32rem; height: 32rem; top: -20rem; right: -12rem; border: 1px solid rgba(135, 164, 245, .1); border-radius: 50%; box-shadow: 0 0 0 36px rgba(135, 164, 245, .027), 0 0 0 72px rgba(135, 164, 245, .018); }
.page-header .container { position: relative; z-index: 1; }
.page-header h1 { max-width: 800px; color: #fff; font-size: clamp(2.8rem, 6vw, 4.65rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.04; }
.page-header p:not(.eyebrow) { max-width: 560px; margin-top: 16px; color: var(--muted); font-size: 1.05rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { display: flex; flex-direction: column; min-height: 280px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17, 21, 31, .72); transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease); }
.blog-card:hover { border-color: rgba(139, 175, 255, .42); background: rgba(24, 30, 45, .88); transform: translateY(-5px); }
.blog-card .post-meta { margin-bottom: 22px; font-size: .65rem; }
.blog-card h3 { margin-bottom: 13px; font-size: 1.24rem; letter-spacing: -.035em; line-height: 1.25; }
.blog-card .excerpt { flex: 1; margin-bottom: 24px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 20px; padding-top: 52px; color: var(--subtle); font-family: var(--font-mono); font-size: .75rem; }
.pagination a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); }
.pagination a:hover { border-color: var(--blue); color: #fff; background: rgba(91, 140, 255, .12); }
.pagination .disabled { opacity: .35; pointer-events: none; }

/* Apps */
.filter-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.chip { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255, 255, 255, .025); font-size: .8rem; font-weight: 650; cursor: pointer; transition: .2s var(--ease); }
.chip:hover { border-color: rgba(139, 175, 255, .5); color: var(--ink); }
.chip.active { border-color: var(--blue); color: #fff; background: rgba(91, 140, 255, .2); box-shadow: inset 0 0 0 1px rgba(139, 175, 255, .14); }
.apps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.app-card { display: flex; flex-direction: column; gap: 18px; min-height: 340px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(26, 31, 46, .78), rgba(15, 18, 27, .85)); transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.app-card:hover { border-color: rgba(139, 175, 255, .48); box-shadow: var(--shadow); transform: translateY(-5px); }
.app-card-head { display: flex; align-items: center; gap: 15px; }
.app-icon, .app-icon-img { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 24px rgba(0, 0, 0, .26); }
.app-icon { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .15); color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 1.5rem; font-weight: 800; }
.app-card-title h3 { color: var(--ink); font-size: 1.15rem; letter-spacing: -.03em; line-height: 1.25; }
.app-tagline { margin-top: 3px; color: var(--muted); font-size: .83rem; line-height: 1.4; }
.app-desc { flex: 1; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.app-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.app-badge { padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-family: var(--font-mono); font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.app-status--live { border-color: rgba(94, 234, 212, .32); color: var(--mint); background: rgba(94, 234, 212, .08); }
.app-status--beta { border-color: rgba(251, 191, 36, .38); color: #fbbf24; background: rgba(251, 191, 36, .08); }
.app-status--archived { color: var(--subtle); }
.app-year { margin-left: auto; color: var(--subtle); font-family: var(--font-mono); font-size: .72rem; }
.app-actions { display: flex; gap: 9px; }
.app-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--ink); background: rgba(255, 255, 255, .04); font-size: .78rem; font-weight: 700; }
.app-btn:hover { border-color: rgba(139, 175, 255, .6); color: #fff; background: rgba(91, 140, 255, .12); }
.app-btn--primary { border-color: #6592f9; background: #4676de; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18); }
.app-btn--primary:hover { border-color: #83a7ff; color: #fff; background: #5685ed; }

/* Article */
.reading-progress { position: fixed; z-index: 110; top: var(--header-height); left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--violet), var(--blue-bright), var(--mint)); box-shadow: 0 0 10px var(--blue); }
.post-article { padding: 90px 0 110px; }
.post-article header { max-width: 900px; margin: 0 auto 44px; text-align: center; }
.post-article header .eyebrow { margin-bottom: 18px; }
.post-article h1 { margin-bottom: 24px; color: #fff; font-size: clamp(2.35rem, 6vw, 4.45rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.08; }
.post-article .post-meta { justify-content: center; }
.post-toc { margin-bottom: 40px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20, 25, 37, .72); }
.post-toc h2 { margin-bottom: 12px; color: var(--ink); font-family: var(--font-mono); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.post-toc ul { list-style: none; }.post-toc li { margin: 7px 0; font-size: .9rem; }.post-toc ul ul { margin-left: 18px; }.post-toc a { color: var(--muted); }.post-toc a::before { content: "#"; margin-right: 8px; color: var(--violet); }.post-toc a:hover { color: var(--blue-bright); }
.post-content { color: #d8ddea; font-size: 1.08rem; line-height: 1.84; }
.post-content h2 { margin: 56px 0 18px; padding-top: 10px; color: #fff; font-size: 1.72rem; letter-spacing: -.02em; line-height: 1.22; }
.post-content h3 { margin: 38px 0 12px; color: #fff; font-size: 1.26rem; letter-spacing: -.025em; }
.post-content p, .post-content ul, .post-content ol { margin-bottom: 22px; }
.post-content ul, .post-content ol { padding-left: 25px; }.post-content li { margin-bottom: 7px; }.post-content li::marker { color: var(--blue-bright); }
.post-content a { color: var(--blue-bright); text-decoration: underline; text-decoration-color: rgba(139, 175, 255, .45); text-underline-offset: 3px; }
.post-content a:hover { color: #d2e0ff; }
.post-content code { font-family: var(--font-mono); font-size: .84em; }.post-content p code, .post-content li code, .post-content td code { padding: .15em .38em; border: 1px solid var(--line); border-radius: 5px; color: #c5d6ff; background: rgba(103, 136, 228, .12); }
.post-content pre { position: relative; overflow-x: auto; margin: 28px 0; padding: 22px 24px; border: 1px solid rgba(137, 159, 218, .16); border-radius: 14px; color: #e6edff; background: #0c0f17; box-shadow: 0 12px 32px rgba(0, 0, 0, .22); font-size: .86rem; line-height: 1.7; }
.post-content pre code { font-size: 1em; }.post-content .highlight { position: relative; }.post-content .highlight pre { margin: 0 0 28px; }
.post-content .copy-btn { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 5px 9px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--muted); background: rgba(255,255,255,.06); font-size: .68rem; cursor: pointer; opacity: 0; transition: .2s var(--ease); }
.post-content .highlight:hover .copy-btn, .post-content .copy-btn:focus-visible, .post-content .copy-btn.copied { opacity: 1; }.post-content .copy-btn.copied { color: var(--mint); }
.post-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 2px solid var(--violet); border-radius: 0 10px 10px 0; color: #c7cde0; background: rgba(167, 139, 250, .08); }.post-content blockquote p:last-child { margin-bottom: 0; }
.post-content img { margin: 34px auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.post-content table { display: block; width: 100%; overflow-x: auto; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 10px; border-collapse: collapse; font-size: .9rem; }.post-content th, .post-content td { padding: 11px 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }.post-content th { color: var(--ink); background: rgba(255,255,255,.045); }.post-content tbody tr:last-child td { border-bottom: 0; }
.language-swift .kw { color: #f497bd; }.language-swift .ty { color: #8cc7ff; }.language-swift .str { color: #f2b887; }.language-swift .num { color: #c9a7ff; }.language-swift .cm { color: #71809b; font-style: italic; }.language-swift .fn { color: #75e2d0; }
.author-bio { display: flex; gap: 20px; align-items: flex-start; margin-top: 58px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: rgba(20, 25, 37, .75); }.author-avatar { width: 58px; height: 58px; display: grid; flex: 0 0 58px; place-items: center; border: 1px solid rgba(167,139,250,.45); border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); font-size: 1.25rem; font-weight: 800; }.author-info h3 { margin-bottom: 2px; font-size: 1rem; }.author-role, .author-info p { color: var(--muted); font-size: .88rem; }.author-info p { margin-top: 8px; line-height: 1.6; }
.faq-section { margin-top: 50px; padding-top: 38px; border-top: 1px solid var(--line); }.faq-section h2 { margin-bottom: 20px; font-size: 1.65rem; }.faq-item { overflow: hidden; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(20,25,37,.6); }.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 17px 19px; color: var(--ink); font-size: .94rem; font-weight: 650; cursor: pointer; }.faq-icon { color: var(--blue-bright); font-size: 1.2rem; transition: transform .2s var(--ease); }.faq-item.open .faq-icon { transform: rotate(45deg); }.faq-answer { max-height: 0; overflow: hidden; padding: 0 19px; color: var(--muted); transition: max-height .3s var(--ease), padding .3s var(--ease); }.faq-item.open .faq-answer { max-height: 500px; padding: 0 19px 17px; }.faq-answer p { font-size: .92rem; line-height: 1.7; }

/* About and contact */
.about-content, .contact-content { padding: 84px 0 104px; }
.about-profile { margin-bottom: 52px; text-align: center; }.about-avatar { width: 112px; height: 112px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid rgba(139,175,255,.52); border-radius: 30px; color: #fff; background: linear-gradient(135deg, #5283f5, #825de5); box-shadow: 0 20px 46px rgba(65,99,202,.28); font-size: 2.25rem; font-weight: 800; }.about-profile h2 { font-size: 1.7rem; letter-spacing: -.02em; }.about-role { margin: 4px 0 19px; color: var(--blue-bright); font-family: var(--font-mono); font-size: .8rem; }.about-bio { max-width: 670px; margin: auto; color: var(--muted); line-height: 1.8; }
.about-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 16px; }.about-highlight { display: flex; flex-direction: column; gap: 3px; min-height: 100px; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,25,37,.55); }.about-highlight-value { color: var(--ink); font-size: 1.05rem; font-weight: 750; letter-spacing: -.03em; }.about-highlight-label { color: var(--subtle); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; }
.about-skills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.skill-category { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: rgba(20,25,37,.7); }.skill-category h3 { margin-bottom: 15px; color: var(--blue-bright); font-family: var(--font-mono); font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; }.skill-category ul { list-style: none; }.skill-category li { padding: 6px 0; border-bottom: 1px solid rgba(182,197,232,.075); color: var(--muted); font-size: .88rem; }.skill-category li:last-child { border-bottom: 0; }.skill-category li::before { content: "↳"; margin-right: 8px; color: var(--violet); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }.contact-info h2 { margin-bottom: 14px; font-size: 1.7rem; letter-spacing: -.05em; }.contact-info > p { margin-bottom: 28px; color: var(--muted); line-height: 1.75; }.contact-detail { display: flex; align-items: center; gap: 13px; margin: 13px 0; color: var(--muted); }.contact-detail .icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--blue-bright); background: rgba(91,140,255,.08); }.contact-social { display: flex; gap: 9px; margin-top: 27px; }.contact-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .8rem; font-weight: 700; }.contact-social a:hover { border-color: var(--blue); color: #fff; background: rgba(91,140,255,.15); }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(20,25,37,.76); }.form-group { margin-bottom: 19px; }.contact-form label { display: block; margin-bottom: 7px; color: #c6cedf; font-size: .8rem; font-weight: 650; }.contact-form input, .contact-form textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: var(--ink); background: rgba(5,7,11,.38); font-size: .9rem; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }.contact-form textarea { min-height: 132px; resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--subtle); }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(91,140,255,.14); }.contact-form button { min-height: 43px; padding: 0 17px; border: 1px solid #6592f9; border-radius: 9px; color: #fff; background: #4676de; box-shadow: inset 0 1px 0 rgba(255,255,255,.16); font-size: .85rem; font-weight: 700; cursor: pointer; }.contact-form button:hover { background: #5685ed; transform: translateY(-1px); }

/* Footer */
.site-footer { margin-top: auto; padding: 64px 0 26px; border-top: 1px solid var(--line); background: rgba(6,8,13,.38); }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 32px; margin-bottom: 46px; }.footer-brand h3 { margin-bottom: 10px; color: #fff; font-family: var(--font-mono); font-size: 1rem; }.footer-brand p { max-width: 310px; color: var(--muted); font-size: .85rem; line-height: 1.65; }.footer-col h4 { margin-bottom: 13px; color: var(--subtle); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }.footer-col ul { list-style: none; }.footer-col li { margin: 7px 0; }.footer-col a { color: var(--muted); font-size: .85rem; }.footer-col a:hover { color: var(--blue-bright); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--subtle); font-family: var(--font-mono); font-size: .68rem; }
.empty-state { grid-column: 1 / -1; padding: 68px 24px; border: 1px dashed var(--line-strong); border-radius: 16px; color: var(--muted); text-align: center; }.empty-state h2 { margin-bottom: 6px; color: var(--ink); font-size: 1.2rem; }.empty-state p { max-width: 440px; margin: auto; font-size: .92rem; }

:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 3px; }
@media (hover: none) { .post-content .copy-btn { opacity: 1; } }
@media (prefers-reduced-motion: no-preference) { .hero .container, .page-header .container, .post-article header { animation: enter .7s var(--ease) both; } .blog-card, .app-card { animation: enter .55s var(--ease) both; } .blog-card:nth-child(2), .app-card:nth-child(2) { animation-delay: .07s; } .blog-card:nth-child(3), .app-card:nth-child(3) { animation-delay: .14s; } @keyframes enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

@media (max-width: 1024px) { .blog-grid, .apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.about-skills { grid-template-columns: repeat(2, 1fr); }.footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid .footer-col:last-child { display: none; } }
@media (max-width: 700px) { :root { --header-height: 66px; }.container { width: min(100% - 32px, var(--max-width)); }.site-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 10px; border: 1px solid var(--line-strong); border-radius: 14px; background: #111520; box-shadow: var(--shadow); }.site-nav.open { display: flex; }.site-nav a { padding: 10px 12px; }.site-nav a.active::after { right: auto; bottom: 8px; left: 4px; width: 2px; height: 16px; }.nav-toggle { display: block; }.hero { padding: 92px 0 86px; }.hero h1 { max-width: none; font-size: clamp(3rem, 18vw, 4.65rem); }.hero::after { display: none; }.section, .about-content, .contact-content { padding: 68px 0; }.section-heading { display: block; margin-bottom: 27px; }.section-subtitle { margin-top: 11px; text-align: left; }.featured-card { padding: 27px; }.featured-card::before { top: 16px; right: 18px; }.featured-card h2 { max-width: 15ch; }.blog-grid, .apps-grid, .about-skills, .about-highlights { grid-template-columns: 1fr; }.blog-card { min-height: 250px; }.page-header { padding: 65px 0 50px; }.post-article { padding: 62px 0 76px; }.post-article .post-meta { gap: 8px; font-size: .64rem; }.post-content { font-size: 1rem; }.post-content h2 { margin-top: 46px; font-size: 1.5rem; }.author-bio { flex-direction: column; }.contact-grid { grid-template-columns: 1fr; gap: 45px; }.contact-form { padding: 22px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-grid .footer-col:last-child { display: block; }.footer-bottom { flex-direction: column; gap: 7px; }.pagination { flex-wrap: wrap; gap: 10px; }.page-info { width: 100%; text-align: center; order: -1; } }
@media (max-width: 420px) { .hero-actions { flex-direction: column; }.hero-cta { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.app-card { min-height: 0; }.page-header h1 { font-size: 2.65rem; } }
@media print { body { color: #111; background: #fff; } body::before, body::after, .site-header, .site-footer, .reading-progress { display: none; } .post-article { padding: 0; } .post-content { color: #222; } }
