@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --bg:#07111f; --panel:#0c1a2b; --panel-2:#102238; --text:#edf4ff; --muted:#95a8bd; --line:rgba(192,220,255,.15); --cyan:#72e5df; --lime:#c6f36b; --violet:#a995ff; --mono:'DM Mono',ui-monospace,SFMono-Regular,Menlo,monospace; --sans:'Space Grotesk','PingFang SC','Microsoft YaHei',sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--text); font-family:var(--sans); line-height:1.6; }
a { color:inherit; text-decoration:none; }
.noise { position:fixed; inset:0; pointer-events:none; opacity:.035; z-index:10; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.page-shell { width:min(1180px,calc(100% - 48px)); margin:0 auto; position:relative; }
.site-header { height:88px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:11px; font:500 12px var(--mono); letter-spacing:.13em; }
.brand-mark { color:var(--cyan); font-size:26px; line-height:0; }
.top-nav { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:14px; }
.top-nav a { display:inline-flex; align-items:center; color:var(--text); border:1px solid var(--line); padding:9px 14px; border-radius:5px; transition:color .2s ease,border-color .2s ease,background .2s ease; }.top-nav a:hover { color:var(--text); border-color:rgba(114,229,223,.65); background:rgba(114,229,223,.05); }.nav-cta span { color:var(--cyan); margin-left:8px; }
.mobile-menu-toggle,.mobile-menu-overlay,.mobile-menu-panel { display:none; }
.hero { min-height:620px; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:80px; padding:78px 0 100px; position:relative; }
.hero:before { content:""; position:absolute; width:480px; height:480px; left:-160px; top:130px; background:radial-gradient(circle,rgba(114,229,223,.11),transparent 65%); filter:blur(4px); pointer-events:none; }
.eyebrow,.section-kicker,.mini-label,.link-type,.card-topline,.ticker { font:500 11px var(--mono); letter-spacing:.14em; }
.eyebrow { color:var(--cyan); display:flex; align-items:center; gap:9px; }.status-dot { width:7px; height:7px; border-radius:50%; background:var(--lime); box-shadow:0 0 13px var(--lime); }
h1,h2,p { margin-top:0; } h1 { position:relative; margin:18px 0 24px; max-width:700px; font-size:clamp(52px,7vw,96px); line-height:.98; letter-spacing:-.065em; font-weight:600; }.hero h1 span { color:var(--cyan); }
.hero-intro { max-width:450px; color:var(--muted); font-size:17px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }.button { display:inline-flex; align-items:center; gap:26px; border-radius:4px; padding:14px 17px; font-size:14px; transition:transform .2s ease,background .2s ease,border-color .2s ease; }.button:hover { transform:translateY(-2px); }.button-primary { background:var(--cyan); color:#07111f; font-weight:600; }.button-primary:hover { background:#a4f4ed; }.button-ghost { border:1px solid var(--line); color:var(--text); }.button-ghost:hover { border-color:rgba(114,229,223,.65); }
.hero-card { border:1px solid var(--line); background:linear-gradient(145deg,rgba(16,34,56,.88),rgba(8,20,34,.82)); min-height:370px; padding:18px; border-radius:7px; box-shadow:0 28px 80px rgba(0,0,0,.22); position:relative; overflow:hidden; }.hero-card:after { content:""; position:absolute; width:170px; height:170px; right:-70px; top:-65px; border:1px solid rgba(169,149,255,.34); border-radius:50%; box-shadow:0 0 0 17px rgba(169,149,255,.035),0 0 0 34px rgba(169,149,255,.035); }
.card-topline { color:var(--muted); display:flex; justify-content:space-between; }.orbit-art { height:260px; display:grid; place-items:center; position:relative; }.orbit { position:absolute; border:1px solid rgba(114,229,223,.3); border-radius:50%; transform:rotate(-27deg); }.orbit-one { width:210px; height:90px; }.orbit-two { width:270px; height:130px; border-color:rgba(169,149,255,.3); transform:rotate(26deg); }.orbit-core { display:grid; place-items:center; width:104px; height:104px; border-radius:30% 70% 60% 40%; background:linear-gradient(135deg,var(--cyan),var(--violet)); color:#07111f; font-size:54px; font-weight:700; transform:rotate(-9deg); box-shadow:0 0 70px rgba(114,229,223,.22); }.now-playing { border-top:1px solid var(--line); padding-top:17px; display:flex; justify-content:space-between; align-items:flex-end; }.mini-label { color:var(--muted); display:block; margin-bottom:5px; }.now-playing strong { font-size:15px; font-weight:500; }.play-symbol { color:var(--cyan); font-size:17px; }
.ticker { padding:15px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--muted); display:flex; align-items:center; justify-content:space-between; gap:18px; }.ticker i { font-style:normal; color:var(--lime); font-size:15px; }
.content-section { padding:115px 0 25px; }.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:34px; }.section-kicker { color:var(--cyan); margin-bottom:12px; }.section-heading h2,.guestbook h2 { font-size:clamp(34px,4vw,54px); line-height:1; letter-spacing:-.05em; margin:0; }.section-note { max-width:270px; color:var(--muted); font-size:14px; margin:0 0 4px; }.link-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }.link-card { display:flex; align-items:center; gap:18px; padding:21px; min-height:132px; border:1px solid var(--line); background:rgba(12,26,43,.72); border-radius:5px; transition:transform .25s ease,border-color .25s ease,background .25s ease; }.link-card:hover { transform:translateY(-4px); border-color:rgba(114,229,223,.55); background:var(--panel-2); }.link-card-featured { border-color:rgba(114,229,223,.34); }.link-icon { width:45px; height:45px; flex:0 0 45px; display:grid; place-items:center; border-radius:12px; color:#07111f; font:bold 14px var(--mono); }.icon-github { background:var(--lime); }.icon-bili { background:#ff8ab9; }.icon-note { background:var(--violet); }.icon-mail { background:var(--cyan); }.link-copy { min-width:0; }.link-type { color:var(--muted); font-size:9px; display:block; margin-bottom:3px; }.link-copy strong { font-size:19px; font-weight:500; display:block; }.link-copy p { color:var(--muted); font-size:13px; margin:3px 0 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }.arrow { margin-left:auto; align-self:flex-start; color:var(--cyan); font-size:20px; }
.split-section { border-top:1px solid var(--line); margin-top:90px; }.compact-heading { margin-bottom:28px; }.about-layout { display:grid; grid-template-columns:1fr 1fr; gap:70px; }.about-quote { font-size:clamp(28px,3.4vw,48px); line-height:1.15; letter-spacing:-.06em; color:var(--lime); }.about-body { color:var(--muted); max-width:440px; font-size:16px; }.about-meta { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:35px; border-top:1px solid var(--line); padding-top:18px; }.about-meta span { color:var(--cyan); display:block; font:500 10px var(--mono); letter-spacing:.1em; margin-bottom:7px; }.about-meta strong { color:var(--text); font-size:14px; font-weight:500; }
.guestbook { margin-top:115px; padding:26px 0 78px; border-top:1px solid var(--line); }.guestbook-inner { display:flex; justify-content:space-between; align-items:center; gap:25px; }.guestbook h2 { color:var(--violet); }.site-footer { border-top:1px solid var(--line); padding:22px 0 32px; display:flex; justify-content:space-between; color:var(--muted); font:11px var(--mono); letter-spacing:.08em; }.footer-star { color:var(--lime); }
@media (max-width:760px) { .page-shell { width:min(100% - 32px,540px); }.site-header { height:72px; gap:12px; min-width:0; }.brand { min-width:0; flex-shrink:1; }.brand > span:last-child { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.top-nav { display:none; }.mobile-menu-toggle { display:inline-flex; align-items:center; gap:8px; flex:0 0 auto; border:1px solid var(--line); border-radius:5px; padding:8px 11px; background:transparent; color:var(--text); font:13px var(--sans); cursor:pointer; }.mobile-menu-toggle:hover { border-color:rgba(114,229,223,.65); }.menu-toggle-icon { color:var(--cyan); font-size:16px; line-height:1; }.mobile-menu-overlay { display:block; position:fixed; inset:0; z-index:25; background:rgba(2,8,16,.68); opacity:0; pointer-events:none; transition:opacity .25s ease; }.mobile-menu-panel { display:flex; flex-direction:column; position:fixed; z-index:30; top:0; right:0; width:min(82vw,320px); height:100dvh; padding:27px 22px 24px; border-left:1px solid rgba(114,229,223,.25); background:linear-gradient(160deg,#102238,#07111f 72%); box-shadow:-24px 0 70px rgba(0,0,0,.32); transform:translateX(100%); transition:transform .3s ease; }.mobile-menu-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:22px; border-bottom:1px solid var(--line); }.mobile-menu-head .section-kicker { margin:0; }.mobile-menu-close { width:34px; height:34px; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--text); font-size:24px; line-height:1; cursor:pointer; }.mobile-menu-links { display:grid; gap:4px; margin-top:28px; }.mobile-menu-links a { display:grid; grid-template-columns:32px 1fr auto; align-items:center; gap:10px; padding:15px 2px; border-bottom:1px solid var(--line); color:var(--text); font-size:19px; }.mobile-menu-links a span { color:var(--cyan); font:500 10px var(--mono); letter-spacing:.08em; }.mobile-menu-links a b { color:var(--cyan); font-size:17px; font-weight:400; }.mobile-menu-foot { margin-top:auto; margin-bottom:0; color:var(--muted); font:11px var(--mono); letter-spacing:.08em; }.menu-open { overflow:hidden; }.menu-open .mobile-menu-overlay { opacity:1; pointer-events:auto; }.menu-open .mobile-menu-panel { transform:translateX(0); }.hero { display:block; padding:72px 0 74px; min-height:auto; }.hero-card { margin-top:56px; min-height:335px; }.orbit-art { height:220px; }.ticker { overflow:hidden; white-space:nowrap; justify-content:flex-start; }.ticker span:nth-of-type(n+4),.ticker i:nth-of-type(n+4) { display:none; }.content-section { padding-top:78px; }.section-heading { display:block; }.section-note { margin-top:18px; }.link-grid { grid-template-columns:1fr; }.about-layout { grid-template-columns:1fr; gap:28px; }.about-quote { max-width:430px; }.guestbook { margin-top:78px; }.guestbook-inner { display:block; }.guestbook .button { margin-top:25px; }.site-footer { gap:14px; flex-direction:column; }.hero-intro { font-size:16px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.button,.link-card { transition:none; } }

.contact-section { margin-top: 115px; padding: 44px 0 78px; border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.contact-intro h2 { margin: 0 0 20px; color: var(--violet); font-size: clamp(38px, 4.5vw, 58px); line-height: 1; letter-spacing: -.06em; }
.contact-intro > p:not(.section-kicker) { max-width: 300px; color: var(--muted); font-size: 16px; }
.contact-email { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; color: var(--cyan); font: 13px var(--mono); }
.contact-email span { font-size: 17px; }
.contact-form { display: grid; gap: 17px; padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: rgba(12, 26, 43, .72); }
.contact-form label { display: grid; gap: 7px; color: var(--muted); font: 11px var(--mono); letter-spacing: .08em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: rgba(7, 17, 31, .72); color: var(--text); padding: 12px 13px; font: 15px var(--sans); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 116px; resize: vertical; line-height: 1.6; }
.contact-form input:not([type="checkbox"])::placeholder, .contact-form textarea::placeholder { color: #64788d; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus { border-color: rgba(114, 229, 223, .72); box-shadow: 0 0 0 3px rgba(114, 229, 223, .08); }
.contact-form button { width: fit-content; border: 0; cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .7; }
.botcheck { display: none !important; }
.form-status { min-height: 21px; margin: -2px 0 0; color: var(--muted); font-size: 13px; }
.form-status.is-success { color: var(--lime); }
.form-status.is-error { color: #ff9caa; }
.form-privacy-note { margin: -6px 0 0; color: var(--muted); font-size: 12px; }
.form-privacy-note a, .footer-privacy { color: var(--cyan); }
.form-privacy-note a:hover, .footer-privacy:hover { color: var(--lime); }

@media (max-width: 760px) {
  .contact-section { margin-top: 78px; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .contact-form { padding: 18px; }
}
.icon-steam { background: #b8c8ff; }

.icon-project { background: #f5b8ff; }

.portfolio-section { border-top: 1px solid var(--line); margin-top: 90px; }
.projects-grid { display: grid; gap: 14px; }
.project-card { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 300px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.project-card:hover { transform: translateY(-4px); border-color: rgba(114, 229, 223, .55); background: var(--panel-2); }
.project-card-art { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; background: radial-gradient(circle at 68% 38%, rgba(114, 229, 223, .34), transparent 23%), linear-gradient(135deg, #152943 0%, #101b35 48%, #251a46 100%); }
.project-card-art::before, .project-card-art::after { content: ""; position: absolute; border: 1px solid rgba(114, 229, 223, .28); border-radius: 50%; transform: rotate(-25deg); }
.project-card-art::before { width: 260px; height: 104px; right: -58px; top: 68px; }
.project-card-art::after { width: 320px; height: 140px; right: -94px; top: 48px; border-color: rgba(169, 149, 255, .3); transform: rotate(24deg); }
.project-card-art-arcade { background: radial-gradient(circle at 68% 38%, rgba(198, 243, 107, .27), transparent 23%), linear-gradient(135deg, #172d42 0%, #101b35 48%, #192d3a 100%); }
.project-art-mark { position: relative; z-index: 1; color: var(--lime); font-size: 29px; }
.project-art-label { position: relative; z-index: 1; color: rgba(237, 244, 255, .72); font: 500 10px/1.55 var(--mono); letter-spacing: .16em; }
.project-card-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.project-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--cyan); font: 500 10px var(--mono); letter-spacing: .1em; }
.project-card-body h3 { margin: 27px 0 10px; font-size: clamp(28px, 3.5vw, 46px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.project-card-body p { max-width: 390px; margin: 0; color: var(--muted); font-size: 15px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.project-tags span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); font: 10px var(--mono); letter-spacing: .08em; }

@media (max-width: 760px) {
  .portfolio-section { margin-top: 62px; }
  .project-card { grid-template-columns: 1fr; }
  .project-card-art { min-height: 190px; }
  .project-card-body { padding: 24px 20px 26px; }
}
.article-preview { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-top: 90px; padding: 34px 0 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-preview-copy h2 { margin: 0 0 11px; font-size: clamp(28px, 3.5vw, 44px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.article-preview-copy > p:not(.section-kicker) { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; }

.recent-posts-section { border-top: 1px solid var(--line); margin-top: 90px; }
.section-link { color: var(--cyan); font: 500 11px var(--mono); letter-spacing: .08em; transition: color .2s ease; }
.section-link:hover { color: var(--lime); }
.section-link span { margin-left: 8px; font-size: 15px; }
.recent-posts-list { display: grid; gap: 12px; }
.recent-post-card { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 22px 24px; border: 1px solid var(--line); border-radius: 5px; background: rgba(12, 26, 43, .72); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.recent-post-card:hover { transform: translateY(-3px); border-color: rgba(114, 229, 223, .55); background: var(--panel-2); }
.recent-post-card-featured { border-color: rgba(114, 229, 223, .34); }
.recent-post-index { align-self: start; padding-top: 3px; color: var(--cyan); font: 500 12px var(--mono); letter-spacing: .08em; }
.recent-post-copy { min-width: 0; }
.recent-post-meta { margin: 0 0 7px; color: var(--cyan); font: 500 10px var(--mono); letter-spacing: .12em; }
.recent-post-copy h3 { margin: 0 0 6px; font-size: clamp(21px, 2.5vw, 30px); line-height: 1.1; letter-spacing: -.05em; font-weight: 500; }
.recent-post-copy > p:not(.recent-post-meta) { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; }
.recent-post-arrow { color: var(--cyan); font-size: 23px; }

body.article-page { min-height: 100vh; background: var(--bg); }
.article-shell { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.article-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.article-back { color: var(--muted); font-size: 14px; transition: color .2s ease; }
.article-back:hover { color: var(--cyan); }
.article-hero { max-width: 850px; padding: 105px 0 76px; }
.article-kicker { margin: 0 0 20px; color: var(--cyan); font: 500 11px var(--mono); letter-spacing: .14em; }
.article-hero h1 { margin: 0 0 25px; max-width: 800px; font-size: clamp(48px, 7vw, 84px); line-height: 1.02; letter-spacing: -.07em; }
.article-hero h1 span { color: var(--cyan); }
.article-deck { max-width: 570px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 36px; color: var(--muted); font: 11px var(--mono); letter-spacing: .1em; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 82px; align-items: start; padding-bottom: 100px; }
.article-content { max-width: 690px; font-size: 17px; line-height: 1.9; }
.article-content p { margin: 0 0 23px; color: #b8c7d8; }
.article-content strong { color: var(--text); font-weight: 500; }
.article-content h2 { margin: 54px 0 17px; color: var(--text); font-size: 25px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500; }
.article-content h2:first-of-type { margin-top: 0; }
.article-content ul { margin: -2px 0 25px; padding-left: 22px; color: #b8c7d8; }
.article-content li { padding-left: 5px; margin: 5px 0; }
.article-content .policy-links { display: grid; gap: 8px; margin-top: -2px; padding-left: 22px; }
.policy-links li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 10px 0 10px 5px; border-bottom: 1px solid rgba(192, 220, 255, .12); }
.policy-links li:last-child { border-bottom: 0; }
.policy-links a { color: var(--cyan); transition: color .2s ease; }
.policy-links a:hover { color: var(--text); }
.policy-links span { color: var(--muted); font-size: 14px; }
.article-lead { color: var(--text) !important; font-size: 21px; line-height: 1.7; }
.article-aside { position: sticky; top: 25px; display: grid; gap: 14px; }
.aside-card { padding: 18px; border: 1px solid var(--line); border-radius: 5px; background: rgba(12, 26, 43, .68); }
.aside-label { display: block; margin-bottom: 14px; color: var(--cyan); font: 500 10px var(--mono); letter-spacing: .1em; }
.aside-card p { margin: 0; color: var(--muted); font: 13px/1.9 var(--mono); }
.aside-links { display: grid; gap: 12px; }
.aside-links a { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; transition: color .2s ease; }
.aside-links a:hover { color: var(--text); }
.aside-links a span { color: var(--cyan); }
.article-signoff { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 64px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font: 12px var(--mono); }
.article-signoff a { color: var(--cyan); }

.comments-section { margin-top: 70px; padding-top: 34px; border-top: 1px solid var(--line); }
.comments-heading h2 { margin: 0 0 10px; color: var(--text); font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.comments-heading > p:not(.article-kicker) { margin: 0 0 28px; color: var(--muted); font-size: 15px; }
#waline {
  --waline-white: var(--text);
  --waline-light-grey: var(--muted);
  --waline-dark-grey: #b8c7d8;
  --waline-theme-color: var(--cyan);
  --waline-active-color: var(--lime);
  --waline-color: #c7d4e4;
  --waline-bg-color: #0c1a2b;
  --waline-bg-color-light: #102238;
  --waline-bg-color-hover: #162b44;
  --waline-border-color: rgba(192, 220, 255, .18);
  --waline-disable-bg-color: #102238;
  --waline-disable-color: #5f7288;
  --waline-bq-color: #102238;
  --waline-info-bg-color: #102238;
  --waline-info-color: var(--muted);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(12, 26, 43, .72);
}
.comments-privacy-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.comments-privacy-note a { color: var(--cyan); }

body.blog-page { min-height: 100vh; background: var(--bg); }
.blog-shell { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.blog-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.blog-back { color: var(--muted); font-size: 14px; transition: color .2s ease; }
.blog-back:hover { color: var(--cyan); }
.blog-hero { max-width: 760px; padding: 105px 0 70px; }
.blog-kicker { margin: 0 0 20px; color: var(--cyan); font: 500 11px var(--mono); letter-spacing: .14em; }
.blog-hero h1 { margin: 0 0 24px; font-size: clamp(50px, 7vw, 84px); line-height: 1; letter-spacing: -.07em; }
.blog-hero h1 span { color: var(--cyan); }
.blog-intro { max-width: 570px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.blog-list { display: grid; gap: 16px; padding-bottom: 100px; }
.blog-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: rgba(12, 26, 43, .72); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(114, 229, 223, .55); background: var(--panel-2); }
.blog-card-kicker { margin: 0 0 12px; color: var(--cyan); font: 500 10px var(--mono); letter-spacing: .12em; }
.blog-card h2 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 38px); line-height: 1.1; letter-spacing: -.05em; font-weight: 500; }
.blog-card p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; }
.blog-card-meta { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 20px; color: var(--muted); font: 11px var(--mono); letter-spacing: .08em; }
.blog-card-arrow { color: var(--cyan); font-size: 27px; }
.project-list-card { grid-template-columns: 230px minmax(0, 1fr) auto; gap: 0; padding: 0; overflow: hidden; }
.project-list-art { display: flex; flex-direction: column; justify-content: space-between; min-height: 230px; padding: 24px; color: var(--lime); background: radial-gradient(circle at 70% 35%, rgba(114,229,223,.3), transparent 26%), linear-gradient(135deg, #152943 0%, #101b35 52%, #251a46 100%); }
.project-list-art-arcade { color: var(--cyan); background: radial-gradient(circle at 68% 38%, rgba(198,243,107,.28), transparent 25%), linear-gradient(135deg, #172d42 0%, #101b35 50%, #192d3a 100%); }
.project-list-art > span { font-size: 34px; }
.project-list-art small { color: rgba(237,244,255,.72); font: 500 10px/1.55 var(--mono); letter-spacing: .16em; }
.project-list-content { min-width: 0; padding: 28px; }
.project-list-content h2 { margin: 0 0 12px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.05; letter-spacing: -.06em; font-weight: 500; }
.project-list-content > p:not(.blog-card-kicker) { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.project-list-content .blog-card-meta { margin-top: 23px; }
.project-list-card > .blog-card-arrow { align-self: start; margin: 25px 24px 0 0; }
.blog-footer { border-top: 1px solid var(--line); padding: 22px 0 32px; display: flex; justify-content: space-between; color: var(--muted); font: 11px var(--mono); letter-spacing: .08em; }

@media (max-width: 760px) {
  .blog-shell { width: min(100% - 32px, 560px); }
  .blog-header { height: 72px; }
  .blog-hero { padding: 72px 0 52px; }
  .blog-hero h1 { font-size: clamp(45px, 12vw, 64px); }
  .blog-intro { font-size: 17px; }
  .blog-card { grid-template-columns: 1fr; gap: 22px; padding: 22px 20px; }
  .blog-card-arrow { justify-self: start; }
  .project-list-card { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .project-list-art { min-height: 170px; }
  .project-list-content { padding: 22px 20px 24px; }
  .project-list-card > .blog-card-arrow { margin: 0 20px 20px; }
  .blog-footer { gap: 14px; flex-direction: column; }
}

@media (max-width: 760px) {
  .article-preview { display: block; margin-top: 62px; }
  .article-preview .button { margin-top: 24px; }
  .recent-posts-section { margin-top: 62px; }
  .recent-posts-section .section-heading { display: flex; align-items: end; }
  .recent-post-card { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 12px; padding: 18px 16px; }
  .recent-post-copy h3 { font-size: 21px; }
  .recent-post-copy > p:not(.recent-post-meta) { font-size: 13px; }
  .article-shell { width: min(100% - 32px, 560px); }
  .article-header { height: 72px; }
  .article-hero { padding: 72px 0 55px; }
  .article-hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .article-deck { font-size: 17px; }
  .article-layout { display: block; padding-bottom: 70px; }
  .article-content { font-size: 16px; line-height: 1.85; }
  .article-lead { font-size: 19px; }
  .article-aside { position: static; margin-top: 48px; grid-template-columns: 1fr 1fr; }
  .article-signoff { display: block; line-height: 2; }
  .article-signoff a { display: block; margin-top: 10px; }
}
