:root{--bg: #101218;--bg-soft: #171a22;--bg-elev: #1c202a;--surface: #181b23;--surface-strong: #202530;--text: #eeeae3;--text-secondary: #b7b6b5;--text-muted: #81848a;--border: rgba(222, 227, 235, .13);--border-strong: rgba(222, 227, 235, .28);--primary: #b94e4b;--primary-strong: #d1625c;--secondary: #79afc3;--accent: #79afc3;--highlight: #d9b36c;--shadow-soft: 0 8px 18px rgba(0, 0, 0, .22);--shadow-card: 0 14px 30px rgba(0, 0, 0, .28);--shadow-glow: none;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--container: 1440px;--page-heading-gap: 28px}*{box-sizing:border-box}html,body{min-height:100%}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Noto Sans JP,Inter,-apple-system,"system-ui",Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;letter-spacing:normal;word-break:break-word;overflow-wrap:break-word;font-feature-settings:"lnum","locl" 0;background:linear-gradient(135deg,#12151d,#101218 46%,#15171c);position:relative}body:before{content:"";position:fixed;inset:auto;pointer-events:none;z-index:-1;opacity:.28;background-image:radial-gradient(rgba(217,179,108,.25) .7px,transparent .7px);background-size:5px 5px}body:before{inset:0}a{color:inherit}img{max-width:100%}.container{width:min(calc(100% - 48px),var(--container));margin:0 auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.share-separator{margin:28px 0;border:0;border-top:1px solid var(--border)}.site-header{position:sticky;top:0;z-index:30;background:#101218eb;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand{display:flex;align-items:center;gap:14px}.logo{width:38px;height:38px;border-radius:7px;object-fit:cover;box-shadow:0 6px 14px #00000042}.site-name{color:var(--text);text-decoration:none;font-size:1rem;font-weight:700}.site-nav{display:flex;flex-wrap:wrap;gap:10px}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;padding:10px 14px;border-radius:6px;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.nav-link:hover{color:var(--text);background:#79afc31a;border-color:#79afc359;transform:translateY(-1px)}.site-main{padding:44px 0 72px}.profile{display:grid;gap:28px}.section-lead{display:grid;gap:14px;max-width:760px}.section-kicker,.profile-mark{margin:0;font-size:.82rem;line-height:1.4;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--highlight)}.hero-title{margin:0;max-width:10ch;font-size:clamp(2.6rem,7vw,4rem);line-height:1;font-weight:800}.hero-copy,.section-copy,.work-desc,.page-desc,.game-detail-catch-copy,.post-excerpt,.game-detail-description,.post-meta,.site-footer small{color:var(--text-secondary)}.game-detail-description{white-space:pre-line;margin-top:0}.game-detail-catch-copy{margin:calc(var(--page-heading-gap) * -.45) 0 24px;color:var(--highlight);font-size:clamp(1.05rem,2.2vw,1.35rem);line-height:1.55;font-weight:800}.hero-copy{margin:0;max-width:58ch;font-size:1rem;line-height:1.8}.profile-card,.work-card,.game-detail,.blog-post,.post-card{position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card)}.profile-card:before,.work-card:before,.game-detail:before,.blog-post:before,.post-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(217,179,108,.07),transparent 34%);opacity:1;pointer-events:none;z-index:0}.profile-card{display:grid;gap:32px;align-items:center;padding:24px 28px;border-radius:var(--radius-lg)}.profile-visual{position:relative;display:grid;place-items:center;min-height:196px;z-index:1}.profile-orb{position:absolute;border-radius:999px;filter:blur(2px)}.profile-orb-a{width:210px;height:210px;background:radial-gradient(circle,rgba(185,78,75,.34),rgba(185,78,75,.04) 68%,transparent 74%)}.profile-orb-b{width:280px;height:280px;background:radial-gradient(circle,rgba(121,175,195,.22),rgba(121,175,195,.03) 62%,transparent 72%);transform:translate(26px,18px)}.avatar{position:relative;width:184px;height:184px;overflow:hidden;border-radius:9px;background-image:var(--avatar, url(/home/img/profile.png));background-size:100% 100%;background-position:center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 4px #ffffff0d,0 18px 36px #0000006b}.avatar:after{content:"";position:absolute;inset:10px;border-radius:5px;border:1px solid rgba(255,255,255,.12)}.profile-text{position:relative;z-index:1;display:grid;gap:16px}.author{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04;font-weight:800}.external-warning-link,.external-warning-back,.link-btn,.post-title-link,.game-detail-back a{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.external-warning-link,.external-warning-back{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:6px;border:1px solid transparent;text-decoration:none;font-weight:700}.external-warning-link{color:#191918;background:linear-gradient(135deg,#ead29c,#d9b36c);box-shadow:0 10px 22px #0003}.external-warning-back{color:var(--text);background:#ffffff0a;border-color:#ffffff24;cursor:pointer}.external-warning-link:hover,.external-warning-back:hover,.link-btn:hover,.game-detail-back a:hover{transform:translateY(-2px)}.external-warning-link:hover{box-shadow:0 22px 42px #ffd36d57}.external-warning-back:hover{background:#ffffff14;border-color:#ffffff38}.social{display:flex;flex-wrap:wrap;gap:12px}.icon-btn{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:8px;padding:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-soft);cursor:pointer}.icon-btn:hover{background:linear-gradient(180deg,#ffffff29,#ffffff14),#ffffff0f;border-color:#fff3;transform:translateY(-2px)}.icon-btn img{width:22px;height:22px;display:block}.external-warning{width:min(calc(100% - 32px),480px);padding:0;color:var(--text);background:transparent;border:0}.external-warning::backdrop{background:#0a0608c7;backdrop-filter:blur(8px)}.external-warning-panel{display:grid;gap:20px;padding:28px;border:2px solid rgba(255,91,91,.72);border-radius:18px;background:linear-gradient(180deg,#ff5b5b2e,#ffffff0d),#191918;box-shadow:0 0 0 6px #ff5b5b1f,var(--shadow-card),0 22px 72px #ff5b5b38}.external-warning-heading{display:grid;gap:12px}.external-warning-badge{justify-self:start;padding:16px;color:#fff;font-size:1.2rem;font-weight:900;line-height:1;letter-spacing:0;background:#d93f3f;border:1px solid rgba(255,255,255,.28);border-radius:6px;box-shadow:0 12px 28px #d91f1f57}.external-warning h2,.external-warning p{margin:0}.external-warning h2{color:#fff;font-size:1.5rem;line-height:1.2}.external-warning p{color:#ffe4e4;font-weight:700;line-height:1.8}.external-warning-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.works,.blog-index{margin-top:48px}.works{display:grid;gap:18px}.works h2,.page-title,.game-detail-title,.post-title{margin:0;font-size:clamp(2rem,4vw,3.375rem);line-height:1.04;font-weight:800}h1.page-title,h1.game-detail-title,h1.post-title{margin-bottom:var(--page-heading-gap)}.section-copy,.page-desc{margin:0;max-width:42ch;font-size:.98rem;line-height:1.8}.work-list,.post-list{list-style:none;display:grid;gap:18px;margin:0;padding:0}.work-item{min-width:0}.work-card-link,.post-link{display:block;color:inherit;text-decoration:none}.work-card,.post-card{border-radius:10px}.work-card{display:grid;gap:14px;gap:12px;padding:12px;min-height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.work-card-link:hover .work-card,.post-card:hover{transform:translateY(-4px);border-color:#ffffff38;box-shadow:0 20px 36px #00000061}.thumb,.game-detail-image,.post-content img{display:block;width:100%;border-radius:6px;object-fit:cover;box-shadow:0 14px 32px #00000052,inset 0 0 0 1px #ffffff1f}.thumb{aspect-ratio:16 / 9}.work-title{margin:0;font-family:"Noto Serif JP",Yu Mincho,serif;font-size:1.08rem;line-height:1.4}.game-detail,.blog-post{border-radius:12px;padding:40px}.game-detail{max-width:920px;margin:0 auto}.game-detail-back{margin:0 0 24px}.game-detail-back a{color:var(--accent);text-decoration:none}.game-detail-header,.post-header{position:relative;z-index:1;margin-bottom:28px}.game-detail-body,.game-detail-section{display:grid;gap:20px}.game-detail-section-title,.post-content h2{margin:30px 0 0;font-size:1.375rem;line-height:1.27;font-weight:700}.link-list{display:flex;flex-wrap:wrap;gap:14px}.link-btn{display:inline-flex;align-items:center;gap:14px;min-height:58px;padding:8px 10px 8px 22px;border-radius:6px;color:#fff;text-decoration:none;font-weight:800;background:linear-gradient(180deg,#1558d6,#1047b0 48%,#0a2b70);border:1px solid rgba(140,184,255,.68);box-shadow:0 10px 20px #04143d70,inset 0 1px #ffffff24}.link-btn:hover{border-color:#bcd8ffe6;background:linear-gradient(180deg,#2a70eb,#1558d6 48%,#0e3b93);box-shadow:0 16px 28px #04143d8a,inset 0 1px #fff3}.link-btn-label{flex:1;min-width:0}.link-btn-icon{display:inline-flex;flex:0 0 42px;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff24;transition:transform .2s ease,background .2s ease}.link-btn-icon svg{display:block;width:1.75rem;height:1.75rem}.link-btn-icon svg *{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.link-btn:hover .link-btn-icon{background:#ffffff38;transform:translate(4px)}.link-btn-status{cursor:not-allowed;color:#f2f5f69e;background:linear-gradient(180deg,#626c70,#414a4d);border-color:#ffffff29;box-shadow:0 8px 16px #0003,inset 0 1px #ffffff1f;filter:grayscale(.55)}.link-btn-status:hover{transform:none;background:linear-gradient(180deg,#626c70,#414a4d);border-color:#ffffff29;box-shadow:0 8px 16px #0003,inset 0 1px #ffffff1f}.credit-list{display:grid;gap:18px}.credit-group{display:grid;gap:8px}.credit-role{margin:0;color:var(--highlight);font-size:1rem;line-height:1.4;font-weight:800}.credit-names{display:grid;gap:4px;margin:0;padding:0;color:var(--text-secondary);list-style:none}.site-footer{padding:22px 0 32px;border-top:1px solid rgba(255,255,255,.08);background:#1919186b}.site-footer small{display:block;text-align:center}a:focus-visible,button:focus-visible{outline:2px solid var(--highlight);outline-offset:3px;border-radius:12px}.blog-post{max-width:920px;margin:0 auto}.post-header{border-bottom:1px solid var(--border);padding-bottom:20px}.post-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:10px;font-size:.95rem}.post-content{position:relative;z-index:1;font-size:1rem;line-height:1.8}.post-content h2{margin-top:42px;padding-bottom:12px;border-bottom:1px solid var(--border)}.post-content h3{margin:32px 0 14px;font-size:1.125rem;line-height:1.35}.post-content p,.post-content ul,.post-content ol,.post-content pre,.post-content blockquote{margin-bottom:1.4em}.post-content ul,.post-content ol{padding-left:1.4em}.post-content a,.tag{color:var(--accent);text-decoration:none}.post-content a:hover,.tag:hover,.post-title-link:hover{color:#83f5de}.post-content blockquote{margin-left:0;padding:18px 20px;border-left:4px solid var(--primary);border-radius:0 16px 16px 0;background:#ff6b8a1a;color:var(--text-secondary)}.post-content code{padding:.18em .45em;border-radius:8px;background:#ffffff14;font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.92em}.post-content pre{padding:20px;border-radius:20px;border:1px solid var(--border);background:#0d0d12eb;overflow-x:auto;box-shadow:var(--shadow-soft)}.post-content pre code{padding:0;background:transparent}.post-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.post-link{position:relative;z-index:1;padding:26px}.post-title{font-size:1.6rem;line-height:1.15}.post-title-link{text-decoration:none}.post-title-link:after{content:"";position:absolute;inset:0}.tags{display:flex;flex-wrap:wrap;gap:8px}@media(min-width:760px){.profile-card{grid-template-columns:minmax(216px,.72fr) minmax(0,1.28fr)}.work-list{grid-template-columns:repeat(2,minmax(0,1fr))}.thumb{min-height:188px}}@media(max-width:1024px){.container{width:min(calc(100% - 40px),var(--container))}}@media(min-width:1080px){.work-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1440px){.work-list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:768px){.site-main{padding:40px 0 72px}.header-inner{min-height:68px}.site-nav{gap:6px}.nav-link{padding:8px 12px}.hero-title,.works h2,.page-title,.game-detail-title{font-size:clamp(2.25rem,9vw,2.6rem)}.profile-card,.game-detail,.blog-post,.post-link{padding:24px}.profile-visual{min-height:180px}.avatar{width:164px;height:164px;border-radius:28px}}@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.header-inner{flex-direction:column;justify-content:center;padding:12px 0 14px}.brand{width:100%;justify-content:center}.site-nav{justify-content:center}.site-main{padding-top:28px}.profile-card,.work-card,.game-detail,.blog-post,.post-link{border-radius:10px}.social,.external-warning-actions{justify-content:center}.profile-text{text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.site-footer[data-astro-cid-k2f5zb5c]{text-align:center}
