@charset "UTF-8";*{box-sizing:border-box}:root{--color-primary: #0b74ff;--color-text: #0f1720;--color-text-secondary: #374151;--color-text-muted: #6b7280;--color-bg-light: #f7fbff;--color-bg-white: #ffffff;--color-bg-card: #e6eef8;--color-twitter: #000;--color-facebook: #1877f2}@media (prefers-color-scheme: dark){:root{--color-primary: #3d8eff;--color-text: #e5e7eb;--color-text-secondary: #d1d5db;--color-text-muted: #9ca3af;--color-bg-light: #111827;--color-bg-white: #1f2937;--color-bg-card: #374151;--color-twitter: #fff;--color-facebook: #1877f2}}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Hiragino Kaku Gothic ProN,Noto Sans JP,Noto Sans,Helvetica Neue,Arial;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;transition:color .3s ease,background-color .3s ease}body:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,var(--color-bg-light),var(--color-bg-white));z-index:-2;transition:background .3s ease}.site-container{max-width:1100px;margin:0 auto;padding:32px 20px}.hero{display:block;padding:48px 0}.hero-inner{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.avatar{width:140px;height:140px;border-radius:16px;object-fit:cover;background:var(--color-bg-card);border:2px solid rgba(128,128,128,.15)}.intro h1{margin:0 0 8px;font-size:28px}.tagline{margin:0 0 12px;color:var(--color-text-secondary);font-weight:500}.projects{padding:24px 0}.projects h2{margin:0 0 12px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.contact{padding:28px 0}.contact-list a{color:var(--color-primary)}.site-footer{padding:28px 0;color:var(--color-text-muted)}.btn{display:inline-block;padding:10px 16px;border-radius:10px;background:var(--color-primary);color:#fff;text-decoration:none;font-weight:600;margin-right:8px}.btn-outline{background:transparent;color:var(--color-primary);border:2px solid rgba(128,128,128,.2)}.project-card{background:var(--color-bg-white);border-radius:12px;padding:16px;box-shadow:0 6px 18px #8080801a;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #80808033}.project-card h3{margin:0 0 8px}.project-card p{margin:8px 0 12px;color:var(--color-text-secondary);line-height:1.6}.project-card a{color:var(--color-primary);text-decoration:none;font-weight:600;display:inline-block;margin-right:12px;margin-top:4px}.project-card a:hover{text-decoration:underline}.category-tag{background:#0b74ff1a;color:var(--color-primary);padding:4px 12px;border-radius:6px;font-size:13px;font-weight:500}@media (prefers-color-scheme: dark){.category-tag{background:#3d8eff33}}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;text-decoration:none;transition:all .2s}.share-btn.twitter{background:var(--color-twitter);color:#fff}.share-btn.twitter:hover{background:#333;transform:translateY(-2px)}.share-btn.facebook{background:var(--color-facebook);color:#fff}.share-btn.facebook:hover{background:#0d5dbf;transform:translateY(-2px)}@media (prefers-color-scheme: dark){.share-btn.twitter{color:#000}.share-btn.twitter:hover{background:#e7e9ea}}.post-header{padding:32px 0;border-bottom:1px solid rgba(128,128,128,.2)}.post-meta{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.post-meta time{color:var(--color-text-muted);font-size:14px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--color-primary);text-decoration:none;font-weight:500;padding:6px 12px;border-radius:8px;transition:background .2s}.back-link:hover{background:#0b74ff14}@media (prefers-color-scheme: dark){.back-link:hover{background:#3d8eff26}}.post-categories{display:flex;gap:8px;flex-wrap:wrap}.post-title{margin:0;font-size:32px;line-height:1.3;color:var(--color-text)}.post-content{max-width:720px;margin:0 auto;padding:48px 0;line-height:1.8;font-size:16px}.post-content h2{margin:48px 0 16px;font-size:24px;color:var(--color-text);padding-bottom:8px;border-bottom:2px solid rgba(11,116,255,.15)}.post-content h3{margin:32px 0 12px;font-size:20px;color:var(--color-text)}.post-content p{margin:16px 0}.post-content ul,.post-content ol{margin:16px 0;padding-left:24px}.post-content li{margin:8px 0}.post-content a{color:var(--color-primary);text-decoration:underline;text-decoration-color:#0b74ff4d;text-underline-offset:3px;transition:text-decoration-color .2s}.post-content a:hover{text-decoration-color:var(--color-primary)}.post-content code{background:#8080801a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.post-content pre{background:var(--color-text);color:var(--color-bg-card);padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}.post-content pre code{background:transparent;padding:0;color:inherit}.post-content blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid var(--color-primary);background:#0b74ff0d;border-radius:0 8px 8px 0}.post-content hr{border:none;border-top:1px solid rgba(128,128,128,.2);margin:32px 0}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.post-content em{font-style:italic;color:var(--color-text-secondary)}.post-content strong{font-weight:700;color:var(--color-text)}@media (prefers-color-scheme: dark){.post-content h2{border-bottom-color:#3d8eff4d}.post-content a{text-decoration-color:#3d8eff66}.post-content blockquote{background:#3d8eff1a}}.post-footer{max-width:720px;margin:0 auto;padding:32px 0;border-top:1px solid rgba(128,128,128,.2)}.post-share{display:flex;align-items:center;gap:12px;margin-bottom:32px;padding:20px;background:#0b74ff0a;border-radius:12px}@media (prefers-color-scheme: dark){.post-share{background:#3d8eff1a}}.share-label{font-weight:600;color:var(--color-text)}.post-navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.nav-link{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid rgba(128,128,128,.2);border-radius:12px;text-decoration:none;color:var(--color-text);transition:all .2s}.nav-link:hover{border-color:var(--color-primary);background:#0b74ff05;transform:translate(-4px)}.nav-link.next:hover{transform:translate(4px)}@media (prefers-color-scheme: dark){.nav-link:hover{background:#3d8eff14}}.nav-label{font-size:13px;color:var(--color-text-muted);font-weight:500}.nav-title{font-weight:600;line-height:1.4}@media (max-width: 640px){.avatar{width:96px;height:96px}.intro h1{font-size:20px}.post-title{font-size:24px}.post-content{font-size:15px;padding:32px 0}.post-content h2{font-size:20px;margin:32px 0 12px}.post-content h3{font-size:18px}.post-share{flex-wrap:wrap}}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.floating-shape{position:absolute;opacity:.35;border-radius:50%;animation-iteration-count:infinite;animation-timing-function:ease-in-out;filter:blur(60px)}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);top:10%;left:-10%;animation:float-1 25s infinite}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#f093fb,#f5576c);top:60%;right:-5%;animation:float-2 20s infinite}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:10%;left:50%;animation:float-3 30s infinite}.shape-4{width:150px;height:150px;background:linear-gradient(135deg,#43e97b,#38f9d7);top:30%;right:20%;animation:float-4 22s infinite}.shape-5{width:180px;height:180px;background:linear-gradient(135deg,#fa709a,#fee140);bottom:30%;left:10%;animation:float-5 28s infinite}@keyframes float-1{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-40px) rotate(120deg)}66%{transform:translate(-20px,30px) rotate(240deg)}}@keyframes float-2{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-40px,30px) rotate(-120deg)}66%{transform:translate(25px,-35px) rotate(-240deg)}}@keyframes float-3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-50px,-50px) rotate(180deg)}}@keyframes float-4{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,40px) rotate(90deg)}50%{transform:translate(-30px,20px) rotate(180deg)}75%{transform:translate(10px,-30px) rotate(270deg)}}@keyframes float-5{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(40px,40px) rotate(-180deg)}}@media (max-width: 768px){.floating-shape{opacity:.3;filter:blur(50px)}.shape-1{width:200px;height:200px}.shape-2{width:150px;height:150px}.shape-3{width:180px;height:180px}.shape-4{width:120px;height:120px}.shape-5{width:140px;height:140px}}@media (prefers-reduced-motion: reduce){.floating-shape{animation:none}}
