.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:8px 0;position:sticky;top:0;z-index:10}.header__inner{max-width:840px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header__brand{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit;line-height:0}.header__logo{height:40px;width:auto;display:block}.header__nav{display:flex;gap:12px}.header__link{text-decoration:none;color:#6b7280;font-weight:500;transition:color .2s ease}.header__link--active{color:#0267f5;font-weight:600}@media(max-width:640px){.header__inner{padding:0 12px}.header__logo{height:34px}.header__nav{gap:10px}.header__link{font-size:.95rem}}.profile{display:flex;flex-direction:column;gap:12px}.profileTop{display:flex;flex-direction:column;gap:6px}.profileName{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;color:#0f172aeb}.profileRole{margin:2px 0 6px;color:#6b7280;font-size:.95rem;font-weight:500}.profileBio{margin:0;line-height:1.7;font-size:1rem;color:#374151;white-space:pre-line}.profileLinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.profileLink{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;text-decoration:none;font-weight:600;line-height:1}.profileLink:hover{background:#f9fafb}.profileSvgIcon{width:18px;height:18px;display:block;flex-shrink:0}.profileLinkLabel{font-size:14px}@media(max-width:640px){.profile{gap:10px}.profileBio{line-height:1.8}}.section{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:clamp(20px,2.5vw,32px);margin-bottom:clamp(28px,4vw,48px);box-shadow:0 10px 30px #0f172a0f}.sectionHeader{display:flex;align-items:center;gap:6px}.sectionTitle{margin:0;margin-bottom:clamp(14px,1.8vw,20px);font-size:clamp(24px,3vw,40px);line-height:1.1;letter-spacing:-.02em}.sectionIcon{display:inline-flex;color:#0267f5;opacity:.25}.sectionBody{display:grid;gap:14px}.sectionBody>:first-child{margin-top:0}.sectionBody>:last-child{margin-bottom:0}@media(max-width:640px){.section{border-radius:16px;padding:18px;margin-bottom:22px}.sectionTitle{margin-bottom:14px}.sectionBody{gap:12px}}.skillsGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.skillsCard{border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;background:#fff;box-shadow:0 4px 12px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.skillsCard:hover{box-shadow:0 8px 20px #0000000f;transform:translateY(-2px)}.skillsCard--full{grid-column:1 / -1}.skillsCardTitle{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#111827}.skillsPillWrapper{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}@media(max-width:640px){.skillsGrid{grid-template-columns:1fr}.skillsCard{padding:14px}}.worksDetailsContent{padding-top:16px;will-change:opacity,transform}.worksDetails[open] .worksDetailsContent{animation:worksFadeSlideIn .3s cubic-bezier(.2,.8,.2,1)}@keyframes worksFadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.worksDetails[open] .worksDetailsContent{animation:none}}.worksList{margin-top:0;display:flex;flex-direction:column;gap:28px}.workCard{padding:20px;border:1px solid #e2e8f0;border-radius:12px;background-color:#fff}.workTitle{margin:0 0 6px;font-size:1.2rem}.workDescription{margin:0 0 12px;color:#475569}.workTags{display:flex;flex-wrap:wrap;gap:8px}.workTags.withLink{margin-bottom:10px}.workLink{font-size:.85rem;color:#2563eb;text-decoration:none;font-weight:500}.workLink:hover{text-decoration:underline}@media(max-width:640px){.workCard{padding:16px}.workTitle{font-size:1.05rem}}.worksSummary{max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 0;list-style:none;color:#2563eb;font-weight:600}.worksSummary::-webkit-details-marker{display:none}.worksSummaryLeft{display:inline-flex;align-items:center;gap:8px;font-weight:600;flex:1;min-width:0}.worksSummaryTitle{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worksSummarySub{font-size:.8rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex-shrink:0}.worksChevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.worksDetails[open] .worksChevron{transform:rotate(180deg)}.worksDetailsContent{padding-top:12px}@media(max-width:640px){.worksSummary{display:grid;grid-template-columns:1fr;justify-content:start;align-items:start;gap:6px}.worksSummaryLeft{width:100%}.worksSummaryTitle{white-space:normal;overflow:visible;text-overflow:clip}.worksSummarySub{white-space:normal;overflow:visible;text-overflow:clip;justify-self:start}}.contactCard{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.contactEmailRow{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:12px;padding:10px 18px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;transition:box-shadow .18s ease,transform .12s ease}.contactEmailRow:hover{box-shadow:0 6px 16px #0000000f}.contactEmailImage{height:20px;width:auto;display:block}@media(max-width:640px){.contactEmailRow{width:100%;justify-content:space-between}}.contactNote{font-size:.86rem;color:#6b7280;margin:2px 0 0 2px}.uiButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,transform 80ms ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.uiButton:active{transform:scale(.96)}.uiButton:disabled{opacity:.6;cursor:not-allowed}.uiButton--sm{font-size:.85rem;padding:6px 12px}.uiButton--md{font-size:.95rem;padding:10px 14px}.uiButton--secondary{background:#f9fafb;color:#111827}.uiButton--secondary:hover{background:#f3f4f6}.uiButton--ghost{background:transparent;border-color:transparent;color:#111827}.uiButton--ghost:hover{background:#f3f4f6}.uiButton--primary{background:#111827;border-color:#111827;color:#fff}.uiButton--primary:hover{box-shadow:0 6px 18px #0000001f}.heroSection{border-radius:20px;padding:clamp(24px,4.5vw,40px) clamp(18px,4vw,28px);margin-bottom:clamp(24px,4vw,56px);background:linear-gradient(180deg,#f9fafb,#fff)}@media(max-width:640px){.heroSection{padding:16px 14px}.heroContent{gap:8px}.heroActions{margin-top:14px}}.heroContent{display:grid;gap:10px}.heroTitle{margin:0;font-size:clamp(2rem,6vw,3rem);letter-spacing:-.02em}.heroSubtitle{margin:0;font-size:clamp(1.05rem,3.5vw,1.35rem);font-weight:500;color:#374151}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.heroButton{padding:12px 20px;border-radius:10px;border:none;background:#111827;color:#fff;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.heroButton:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000014}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans JP,sans-serif;font-size:16px;line-height:1.7;color:#1f2937;background:#f8f9fc}body{margin:0;font-family:inherit;line-height:1.7;color:inherit;background:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{max-width:860px;margin:0 auto;padding:56px 20px}h1{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.03em;margin:0}h2{font-size:clamp(22px,2.5vw,28px);line-height:1.2;letter-spacing:-.02em;margin:0}h3{font-size:16px;margin:0}p{margin:0;line-height:1.8;color:#374151}button{padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;transition:all .2s ease}button:hover{background:#0000000a}.buttonRow{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 4px}@media(max-width:640px){.container{padding:28px 16px}p{line-height:1.85}button{padding:10px 12px}}@media(max-width:420px){:root{font-size:15px}}
