*,*:before,*:after{box-sizing:border-box}body{margin:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;background:#fff;color:#1a202c;line-height:1.7}.app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.header-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-mark-img{width:40px;height:40px;object-fit:contain}.logo-text{font-weight:700;font-size:1rem;color:#1a202c}.header-nav{display:flex;gap:2rem}.header-nav a{text-decoration:none;font-size:.875rem;font-weight:500;color:#4b5563;transition:color .15s}.header-nav a:hover{color:#c2410c}.hero{background:linear-gradient(135deg,#fff7ed,#fef3c7,#fdf2f8);padding:5rem 2rem 4rem}.hero-inner{max-width:720px;margin:0 auto}.hero-name{font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:.05em;margin-bottom:.5rem}.hero-eyebrow{font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c2410c;margin-bottom:1rem}.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.2;letter-spacing:-.03em;color:#111827;margin-bottom:1.25rem}.hero-accent{color:#c2410c}.hero-desc{font-size:1.05rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.8}.hero-certs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.cert-badge-hero{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;color:#374151;font-size:.75rem;font-weight:600;padding:.35rem .75rem .35rem .4rem;border-radius:9999px;box-shadow:0 1px 3px #0000000f;text-decoration:none;transition:box-shadow .15s,border-color .15s}.cert-badge-hero:hover{border-color:#f97316;box-shadow:0 2px 8px #0000001a}.cert-badge-img{width:28px;height:28px;object-fit:contain}.hero-tagline{font-size:1.05rem;color:#4b5563;margin-bottom:1.75rem;line-height:1.8}.hero-cert-badge{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:.35rem .85rem .35rem .4rem;text-decoration:none;box-shadow:0 1px 3px #0000000f;transition:box-shadow .15s,border-color .15s}.hero-cert-badge:hover{border-color:#f97316;box-shadow:0 2px 8px #0000001a}.hero-cert-img{width:28px;height:28px;object-fit:contain}.hero-cert-name{font-size:.72rem;font-weight:600;color:#374151;line-height:1.3;max-width:200px}.hero-availability{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#15803d;margin-bottom:1.5rem}.availability-dot{width:10px;height:10px;background:#22c55e;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;padding:.7rem 1.75rem;background:#c2410c;color:#fff;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:background .15s,box-shadow .15s}.btn-primary:hover{background:#9a3412;box-shadow:0 4px 12px #c2410c4d}.btn-primary.btn-large{font-size:1rem;padding:.875rem 2.5rem}.btn-secondary{display:inline-flex;align-items:center;padding:.7rem 1.75rem;background:#fff;color:#c2410c;border:1.5px solid #c2410c;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .15s}.btn-secondary:hover{background:#fff7ed}.section{padding:4rem 2rem}.section-alt{background:#f9fafb}.section-contact{background:#fff7ed;text-align:center}.section-inner{max-width:1100px;margin:0 auto}.section-title{font-size:1.75rem;font-weight:800;color:#111827;letter-spacing:-.02em;margin-bottom:.5rem}.section-desc{color:#6b7280;font-size:.95rem;margin-bottom:2.5rem}.works-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.work-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s;background:#fff}.work-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.work-card-header{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.3rem}.work-card-header-row{display:flex;align-items:center;gap:.875rem}.work-card-header-row>div{display:flex;flex-direction:column;gap:.3rem}.work-card-icon{width:64px;height:64px;border-radius:14px;flex-shrink:0;box-shadow:0 2px 8px #00000040}.work-card-title{font-size:1.2rem;font-weight:800;color:#fff}.work-card-subtitle{font-size:.75rem;color:#fffc}.work-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.875rem}.work-card-desc{font-size:.875rem;color:#4b5563;line-height:1.7;flex:1}.work-tags{display:flex;flex-wrap:wrap;gap:.4rem}.work-tag{background:#f3f4f6;color:#374151;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:9999px}.work-links{display:flex;flex-direction:column;gap:.3rem}.work-link{font-size:.875rem;font-weight:700;color:#c2410c;text-decoration:none}.work-link:hover{text-decoration:underline}.work-link-sub{font-size:.8rem;font-weight:600;color:#065f46;text-decoration:none}.work-link-sub:hover{text-decoration:underline}.work-card-badge{display:inline-block;background:#fff3;color:#fff;font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.4);margin-bottom:.4rem;letter-spacing:.03em}.skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.skill-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e5e7eb}.skill-label{font-size:.85rem;font-weight:700;color:#c2410c;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #fee2e2}.skill-items{list-style:none;display:flex;flex-direction:column;gap:.4rem}.skill-items li{font-size:.875rem;color:#374151;padding-left:.75rem;position:relative}.skill-items li:before{content:"·";position:absolute;left:0;color:#c2410c;font-weight:700}.about-inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}.about-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.about-list li{font-size:.95rem;color:#374151;line-height:1.7;padding-left:1rem;border-left:3px solid #c2410c}.about-list strong{color:#111827}.about-certs{background:#fff7ed;border-radius:12px;padding:1.5rem;min-width:340px;border:1px solid #fed7aa}.cert-section-title{font-size:.85rem;font-weight:700;color:#c2410c;margin-bottom:1rem}.cert-badges-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.cert-card{display:flex;align-items:center;gap:.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s}.cert-card:hover{border-color:#f97316;box-shadow:0 2px 8px #00000014}.cert-card-img{width:52px;height:52px;object-fit:contain;flex-shrink:0}.cert-card-info{display:flex;flex-direction:column;gap:.2rem}.cert-card-name{font-size:.8rem;font-weight:700;color:#1f2937;line-height:1.4}.cert-card-expires{font-size:.7rem;color:#9ca3af}.credly-link{display:inline-block;font-size:.78rem;font-weight:700;color:#c2410c;text-decoration:none}.credly-link:hover{text-decoration:underline}.contact-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.contact-note{font-size:.8rem;color:#9a3412}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb}.footer-inner{max-width:1100px;margin:0 auto;padding:1rem 2rem;font-size:.75rem;color:#6b7280;text-align:center}.github-cta{margin-top:2rem;text-align:center}.github-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:#24292f;color:#fff;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s}.github-btn:hover{background:#444d56}.work-link-detail{font-size:.8rem;font-weight:700;color:#6b7280;text-decoration:none;border-bottom:1px dashed #d1d5db;padding-bottom:1px;transition:color .15s}.work-link-detail:hover{color:#374151;border-bottom-color:#374151}.detail-hero{padding:2.5rem 2rem}.detail-hero-inner{max-width:1100px;margin:0 auto}.detail-back{display:inline-block;font-size:.85rem;font-weight:600;color:#fffc;text-decoration:none;margin-bottom:1.25rem;transition:color .15s}.detail-back:hover{color:#fff}.detail-hero-row{display:flex;align-items:center;gap:1.25rem}.detail-icon{width:72px;height:72px;border-radius:16px;box-shadow:0 4px 16px #0000004d;flex-shrink:0}.detail-title{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-top:.25rem}.detail-subtitle{font-size:.95rem;color:#fffc;margin-top:.25rem}.work-tag-light{background:#fff3!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)}.detail-main{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:flex;flex-direction:column;gap:3rem}.detail-section-title{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.detail-overview{font-size:.95rem;color:#4b5563;line-height:1.85;max-width:760px}.arch-flow{display:flex;align-items:stretch;gap:0;overflow-x:auto;padding-bottom:.5rem}.arch-stage-wrap{display:flex;align-items:center;flex:1;min-width:140px}.arch-stage{flex:1;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f}.arch-stage-header{padding:.5rem .75rem;font-size:.75rem;font-weight:700;color:#fff;text-align:center;letter-spacing:.03em}.arch-stage-nodes{padding:.75rem;display:flex;flex-direction:column;gap:.4rem}.arch-node{font-size:.78rem;color:#374151;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;padding:.3rem .5rem;text-align:center;line-height:1.4}.arch-arrow{font-size:1.25rem;color:#9ca3af;padding:0 .625rem;flex-shrink:0;align-self:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.service-icon{font-size:1.5rem}.service-title{font-size:.95rem;font-weight:700;margin:.5rem 0 .25rem;color:#111827}.service-desc{font-size:.85rem;color:#6b7280;margin:0;line-height:1.5}.easy-to-hire{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.5rem}.easy-title{font-size:1rem;font-weight:700;color:#15803d;margin:0 0 1rem}.easy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.easy-card{display:flex;gap:.75rem;align-items:flex-start}.easy-check{color:#16a34a;font-weight:700;font-size:1rem;flex-shrink:0;margin-top:2px}.easy-label{font-size:.9rem;color:#111827;display:block;margin-bottom:.2rem}.easy-card-desc{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}.screenshots-grid{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.screenshot-figure{margin:0;text-align:center}.screenshot-img{max-height:320px;width:auto;border-radius:12px;box-shadow:0 4px 16px #00000026;border:1px solid #e5e7eb}.screenshot-caption{margin-top:.5rem;font-size:.85rem;color:#6b7280}.highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.highlight-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #c2410c;border-radius:10px;padding:1.25rem}.highlight-title{font-size:.9rem;font-weight:700;color:#111827;margin-bottom:.5rem}.highlight-body{font-size:.85rem;color:#4b5563;line-height:1.7}@media (max-width: 900px){.works-grid,.skills-grid{grid-template-columns:repeat(2,1fr)}.about-inner{grid-template-columns:1fr}.about-certs{min-width:unset}}@media (max-width: 600px){.header-nav{display:none}.hero{padding:3rem 1.25rem 2.5rem}.section{padding:3rem 1.25rem}.works-grid,.skills-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center}.highlight-grid,.services-grid,.easy-grid{grid-template-columns:1fr}.detail-main{padding:2rem 1.25rem}.arch-flow{flex-direction:column}.arch-arrow{transform:rotate(90deg);padding:.25rem 0;align-self:center}.arch-stage-wrap{flex-direction:column;width:100%}}
