@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #202b3c;
  --muted: #677181;
  --line: #e2e6eb;
  --blue: #265ed7;
  --tint: #eef3fd;
  --paper: #fff;
  --canvas: #f6f7f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
[hidden] { display: none !important; }
::selection { background: #dce8ff; color: var(--ink); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 2px; }
h2:focus, h3:focus, main:focus { outline: none; }
h2:focus-visible, h3:focus-visible { outline: 2px solid var(--blue); outline-offset: 7px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; background: var(--ink); color: #fff; padding: 10px 18px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.portfolio { max-width: 1600px; margin: auto; display: grid; grid-template-columns: 236px minmax(0, 1fr); min-height: 100dvh; }
.sidebar { position: sticky; top: 0; height: 100dvh; padding: 42px 24px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.identity { display: flex; gap: 14px; align-items: center; width: fit-content; }
.avatar { width: 48px; height: 48px; flex-shrink: 0; border: 1px solid #cfd6e1; object-fit: contain; background: var(--paper); image-rendering: pixelated; }
.identity-text h1 { font-size: 20px; line-height: 1.4; letter-spacing: 0.04em; font-weight: 650; }
.identity-role { display: block; font-size: 11px; color: var(--muted); letter-spacing: .02em; }
.sidebar-label { font-size: 10px; color: #737e8e; letter-spacing: .15em; margin: 55px 10px 15px; font-weight: 650; }
.primary-nav { display: flex; flex-direction: column; gap: 5px; }
.primary-nav a { min-height: 47px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; font-size: 14px; border-radius: 5px; transition: background-color 150ms, color 150ms; }
.nav-number { font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; color: #8993a0; }
.nav-count { font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--muted); border: 1px solid #dbe0e7; border-radius: 3px; padding: 2px 4px; line-height: 1; }
.nav-arrow { margin-left: auto; opacity: 0; font-size: 17px; }
.primary-nav a:hover { background: #e9edf3; }
.primary-nav a[aria-current="page"] { color: var(--blue); background: #e5ecfa; font-weight: 600; }
.primary-nav a[aria-current="page"] .nav-number { color: var(--blue); }
.primary-nav a[aria-current="page"] .nav-arrow { opacity: 1; }
.sidebar-bottom { margin-top: auto; padding: 32px 10px 0; font-size: 11px; color: var(--muted); white-space: nowrap; }
.sidebar-bottom p { margin-top: 9px; font-size: 10px; color: #737e8e; }
.small-dot { display: inline-block; width: 5px; height: 5px; margin-right: 7px; margin-bottom: 2px; border-radius: 50%; background: #677a96; }
.main { min-width: 0; display: flex; flex-direction: column; background: var(--paper); padding: 45px clamp(24px, 3.6vw, 60px) 0; }
.view { scroll-margin-top: 32px; margin-bottom: 72px; }
.js .view { margin-bottom: 0; min-height: calc(100dvh - 127px); animation: view-in 170ms ease-out; }
.view-header { padding-bottom: 30px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.eyebrow { font-size: 10px; letter-spacing: .17em; font-weight: 600; color: var(--muted); line-height: 1.4; }
.view-header h2 { margin-top: 20px; font-size: clamp(26px, 2.5vw, 32px); letter-spacing: .03em; line-height: 1.5; font-weight: 650; width: fit-content; }
.title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.total-count { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.view-description { color: var(--muted); margin-top: 12px; font-size: 14px; }
.profile-intro { max-width: 900px; }
.profile-description { font-size: 17px; line-height: 2.1; max-width: 760px; }
.profile-facts { display: grid; grid-template-columns: 1fr .8fr 1.7fr; padding: 27px 0; gap: 24px; margin-top: 22px; }
.profile-facts > div + div { border-left: 1px solid var(--line); padding-left: 25px; }
.profile-facts dt, .role-facts dt { color: var(--muted); font-size: 11px; margin-bottom: 6px; }
.profile-facts dd { font-size: 14px; }
.experience-value { display: flex; align-items: baseline; gap: 2px; white-space: nowrap; }
.profile-facts .experience-value strong[data-experience-months] { font-size: 22px; margin-left: 4px; }
.profile-facts strong { font-size: 30px; line-height: 1.2; font-weight: 550; letter-spacing: -.05em; margin-right: 3px; font-variant-numeric: tabular-nums; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; margin-bottom: 15px; }
.section-heading h3 { font-size: 16px; font-weight: 600; }
.text-link { color: var(--blue); font-size: 13px; display: inline-flex; align-items: center; gap: 12px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.recent-list { border-top: 1px solid var(--line); }
.recent-link { display: grid; grid-template-columns: 155px minmax(0, 1fr) 22px 18px; gap: 18px; align-items: center; padding: 21px 12px; border-bottom: 1px solid var(--line); font-size: 14px; transition: background-color 150ms, color 150ms; }
.recent-link:hover, .recent-link:focus-visible { background: var(--tint); color: var(--blue); }
.recent-number { font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; color: #8490a1; }
.profile-bottom { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; margin-bottom: 20px; gap: 20px; }
.overview-link { position: relative; padding: 24px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 9px; transition: border-color 150ms, background-color 150ms; }
.overview-link strong { font-weight: 600; font-size: 16px; }
.overview-link > span:not(.eyebrow):not(.overview-arrow) { font-size: 12px; color: var(--muted); }
.overview-arrow { position: absolute; right: 20px; top: 20px; color: var(--muted); }
.overview-link:hover { border-color: #b6c6e8; background: #f8faff; }
.master-detail { display: grid; grid-template-columns: minmax(220px, 34%) minmax(0, 1fr); gap: 32px; align-items: start; }
.record-index { position: sticky; top: 28px; min-width: 0; }
.index-heading { display: flex; justify-content: space-between; gap: 10px; font-size: 10px; color: var(--muted); padding: 0 12px 13px; }
.record-list { border-top: 1px solid var(--line); }
.js .record-list { max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #c8d0dc transparent; padding: 2px 5px 2px 2px; }
.record-link { position: relative; display: grid; grid-template-columns: 21px minmax(0, 1fr) 13px; align-items: baseline; gap: 8px; padding: 18px 11px 18px 10px; border-bottom: 1px solid var(--line); border-left: 2px solid transparent; transition: background-color 150ms, border-color 150ms, color 150ms; }
.record-number { font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; color: #8792a1; }
.record-label { display: flex; flex-direction: column; gap: 7px; }
.record-period { font: 11px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; font-variant-numeric: tabular-nums; letter-spacing: -.03em; color: var(--muted); white-space: nowrap; }
.record-title { font-size: 13px; line-height: 1.85; font-weight: 500; overflow-wrap: anywhere; }
.record-arrow { align-self: center; font-size: 14px; color: #8c96a5; transition: transform 150ms; }
.record-link:hover { background: #f3f6fb; border-left-color: #b6c7e7; }
.record-link:hover .record-arrow { transform: translate(2px, -2px); color: var(--blue); }
.record-link[aria-current="true"] { background: var(--tint); border-left-color: var(--blue); color: #224c9f; }
.record-link[aria-current="true"] .record-number, .record-link[aria-current="true"] .record-arrow { color: var(--blue); }
.record-link:focus-visible { outline-offset: -2px; }
.freelance-icon { width: 16px; height: 16px; flex: 0 0 16px; vertical-align: middle; }
.career-legend { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-top: 16px; }
.career-legend .freelance-icon { color: var(--blue); }
.record-title-row { display: flex; align-items: flex-start; gap: 8px; }
.record-title-row .record-title { flex: 1; min-width: 0; }
.freelance-badge { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 11px; line-height: 1.5; flex-shrink: 0; padding-top: 3px; }
.record-title-row.is-partial { flex-wrap: wrap; }
.record-title-row.is-partial .record-title { flex-basis: 100%; }
.freelance-detail { display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; margin-top: 14px; }
.business-since { display: block; font-size: 13px; color: var(--muted); margin-top: 5px; }
@media (max-width: 760px) {
  .career-legend, .freelance-detail, .business-since { font-size: 12px; }
}
.record-content { min-width: 0; border: 1px solid var(--line); padding: 28px clamp(20px, 2.2vw, 34px) 0; background: var(--paper); }
.record-panel { scroll-margin-top: 28px; padding-bottom: 24px; }
.record-panel + .record-panel { border-top: 1px solid var(--line); padding-top: 32px; }
.js .record-panel { animation: view-in 150ms ease-out; border-top: 0; padding-top: 0; }
.detail-meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.detail-counter { font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; color: #8590a0; white-space: nowrap; }
.detail-header h3 { font-size: clamp(20px, 1.9vw, 25px); line-height: 1.7; margin-top: 17px; font-weight: 650; letter-spacing: .01em; overflow-wrap: anywhere; }
.detail-summary { margin-top: 19px; font-size: 14px; line-height: 2; }
.detail-note { font-size: 12px; padding: 12px 14px; margin-top: 16px; background: var(--canvas); color: var(--muted); border-left: 2px solid #c6ceda; }
.role-facts { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 17px 0; margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-facts dd { font-size: 14px; font-weight: 550; }
.detail-section { margin-top: 28px; }
.detail-section h4, .result-block h4 { font-size: 13px; margin-bottom: 13px; font-weight: 650; }
.work-list { font-size: 14px; line-height: 1.95; }
.work-list li { padding-left: 16px; position: relative; }
.work-list li + li { margin-top: 9px; }
.work-list li::before { content: ""; width: 4px; height: 4px; background: #8d9bb1; position: absolute; left: 0; top: .85em; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags li { font-size: 11px; line-height: 1.65; border: 1px solid var(--line); padding: 3px 8px; background: #fbfcfd; border-radius: 3px; overflow-wrap: anywhere; max-width: 100%; }
.technology-list > div + div { margin-top: 17px; }
.technology-list dt { font-size: 11px; color: var(--muted); margin-bottom: 7px; }
.adjacent-records { border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 32px; padding-top: 18px; font-size: 12px; color: var(--muted); gap: 24px; }
.adjacent-records a { padding: 6px 0; }
.adjacent-records a:hover { color: var(--blue); }
.back-link { display: none; color: var(--blue); font-size: 13px; padding: 8px 0; margin-bottom: 18px; }
.detail-domain { font-size: 12px; color: var(--muted); margin-top: 14px; }
.case-role, .case-scope { color: var(--muted); font-size: 12px; margin-top: 15px; }
.result-block { margin-top: 25px; padding: 20px; border-left: 2px solid var(--blue); background: #f3f6fd; }
.result-block p { font-size: 14px; line-height: 1.9; }
.result-block h4 { color: var(--blue); font-size: 11px; margin-bottom: 8px; }
.section-link { margin-top: 24px; }
.expertise-item { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 20px; padding: 9px 0 32px; max-width: 860px; }
.expertise-item + .expertise-item { padding-top: 32px; border-top: 1px solid var(--line); }
.item-number { color: #8b96a6; font: 11px/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; padding-top: 5px; }
.expertise-item h3 { font-size: 20px; font-weight: 600; }
.expertise-item p { font-size: 15px; line-height: 2; margin-top: 14px; margin-bottom: 18px; color: #4e5a6d; }
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.skill-group { padding: 24px; border: 1px solid var(--line); }
.skill-group h3 { font-size: 17px; font-weight: 600; margin-top: 10px; }
.skill-group ul { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); font-size: 14px; color: #4e5a6d; }
.personal-projects { max-width: 720px; margin-bottom: 28px; }
.personal-project { border: 1px solid var(--line); padding: 28px; }
.personal-project + .personal-project { margin-top: 20px; }
.personal-project-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-category { color: var(--muted); font-size: 13px; }
.personal-project h3 { font-size: 26px; font-weight: 600; margin-top: 6px; }
.project-visit a { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; color: var(--blue); white-space: nowrap; }
.project-visit a:hover { text-decoration: underline; text-underline-offset: 4px; }
.project-description { font-size: 16px; line-height: 2; margin: 20px 0; }
@media (max-width: 760px) {
  .personal-project { padding: 22px; }
  .personal-project-header { gap: 12px; }
  .personal-project h3 { font-size: 24px; }
  .project-category, .project-visit a { font-size: 12px; }
  .project-description { font-size: 14px; }
}
@media print {
  .personal-project { break-inside: avoid; }
  .project-visit a::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
.external-links { max-width: 720px; border-top: 1px solid var(--line); }
.external-links a { font-size: 24px; display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 29px 18px; border-bottom: 1px solid var(--line); transition: background-color 150ms, color 150ms; }
.external-links a:hover { color: var(--blue); background: var(--tint); }
.external-links a > span[aria-hidden] { font-size: 22px; color: var(--muted); }
.main-footer { margin-top: auto; padding: 31px 0 23px; display: flex; justify-content: space-between; gap: 20px; color: #788393; font-size: 10px; }
.not-found { max-width: 760px; margin: 15vh auto; padding: 30px; }
.not-found h1 { font-size: 28px; margin: 20px 0; }
.not-found .text-link { margin-top: 30px; }
@keyframes view-in { from { opacity: .35; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (min-width: 761px) and (max-width: 1160px) {
  .portfolio { grid-template-columns: 194px minmax(0, 1fr); }
  .sidebar { padding: 35px 14px 22px; }
  .identity { gap: 9px; }
  .identity-text h1 { font-size: 18px; }
  .identity-role { font-size: 10px; }
  .avatar { width: 40px; height: 40px; }
  .primary-nav a { padding-left: 10px; padding-right: 10px; gap: 8px; font-size: 13px; }
  .main { padding-left: 25px; padding-right: 25px; }
  .master-detail { grid-template-columns: minmax(195px, 35%) minmax(0, 1fr); gap: 20px; }
  .record-link { grid-template-columns: minmax(0, 1fr) 12px; padding-left: 10px; gap: 6px; }
  .record-number { display: none; }
  .record-content { padding-left: 20px; padding-right: 20px; }
  .record-title { font-size: 12px; }
  .recent-link { grid-template-columns: 1fr 18px; gap: 4px 15px; }
  .recent-link > .record-period { grid-column: 1; }
  .recent-link > span:nth-child(2) { grid-column: 1; }
  .recent-number { display: none; }
  .recent-link > span:last-child { grid-column: 2; grid-row: 1 / 3; }
  .profile-facts { grid-template-columns: 1fr 1fr; }
  .profile-facts > div:last-child { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
}
@media (max-width: 760px) {
  .portfolio { display: block; }
  .sidebar { position: relative; height: auto; padding: 21px 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .identity { gap: 11px; }
  .avatar { width: 40px; height: 40px; }
  .identity-text { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
  .identity-text h1 { font-size: 20px; }
  .identity-role { font-size: 10px; }
  .sidebar-label, .sidebar-bottom { display: none; }
  .primary-nav { flex-direction: row; gap: 2px; overflow-x: auto; padding: 18px 0 0; margin: 0 -20px; padding-left: 14px; padding-right: 14px; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav a { flex: 0 0 auto; font-size: 12px; padding: 12px 10px; border-radius: 0; border-bottom: 2px solid transparent; }
  .primary-nav a[aria-current="page"] { background: transparent; border-bottom-color: var(--blue); }
  .nav-number, .nav-arrow, .nav-count { display: none; }
  .main { padding: 27px 20px 0; min-height: calc(100dvh - 132px); }
  .js .view { min-height: 0; }
  .view-header { padding-bottom: 21px; margin-bottom: 25px; }
  .view-header h2 { font-size: 25px; margin-top: 14px; }
  .view-description { font-size: 12px; line-height: 1.9; margin-top: 10px; }
  .eyebrow { font-size: 9px; }
  .profile-description { font-size: 15px; line-height: 2; }
  .profile-facts { grid-template-columns: 1fr 1fr; gap: 20px; padding: 10px 0 22px; }
  .profile-facts > div + div { padding-left: 20px; }
  .profile-facts > div:last-child { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
  .profile-facts dd { font-size: 13px; }
  .section-heading { margin-top: 26px; }
  .section-heading h3 { font-size: 15px; }
  .text-link { font-size: 12px; gap: 8px; }
  .recent-link { grid-template-columns: minmax(0, 1fr) 20px; padding: 18px 5px; gap: 6px 20px; font-size: 13px; }
  .recent-link > .record-period { grid-column: 1; }
  .recent-link > span:nth-child(2) { grid-column: 1; }
  .recent-number { display: none; }
  .recent-link > span:last-child { grid-column: 2; grid-row: 1 / 3; }
  .profile-bottom { grid-template-columns: 1fr; gap: 14px; margin-top: 25px; }
  .overview-link { padding: 21px; }
  .master-detail { display: block; }
  .record-index { position: static; margin-bottom: 24px; }
  .js .record-list { max-height: none; overflow: visible; padding: 0; }
  .index-heading { padding-left: 0; padding-right: 0; }
  .record-link { padding: 18px 8px; grid-template-columns: 23px minmax(0, 1fr) 16px; gap: 10px; }
  .record-title { font-size: 14px; }
  .record-label { gap: 5px; }
  .record-link[aria-current="true"] { background: transparent; border-left-color: transparent; color: inherit; }
  .record-link:hover { background: var(--tint); }
  .record-content { padding: 0; border: 0; }
  .js [data-record-view]:not(.has-detail) .record-content { display: none; }
  .js [data-record-view].has-detail .record-index { display: none; }
  .js .has-detail .back-link { display: inline-flex; }
  .record-panel { padding-bottom: 0; }
  .detail-header h3 { font-size: 22px; line-height: 1.65; margin-top: 16px; }
  .detail-summary, .work-list { font-size: 14px; }
  .detail-section { margin-top: 26px; }
  .tags li { font-size: 11px; padding: 4px 8px; }
  .adjacent-records { margin-top: 27px; }
  .expertise-item { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; }
  .expertise-item h3 { font-size: 18px; }
  .expertise-item p { font-size: 14px; }
  .skills-grid { grid-template-columns: 1fr; gap: 16px; }
  .skill-group { padding: 23px; }
  .external-links a { font-size: 22px; padding: 24px 10px; }
  .main-footer { margin-top: 34px; padding-top: 24px; }
}
@media (min-width: 761px) {
  .identity-role { font-size: 12px; }
  .sidebar-label { font-size: 12px; }
  .primary-nav a { font-size: 15px; padding-top: 12px; padding-bottom: 12px; }
  .nav-number, .nav-count { font-size: 12px; }
  .sidebar-bottom { font-size: 12px; }
  .sidebar-bottom p { font-size: 11px; }
  .eyebrow { font-size: 12px; }
  .view-header h2 { font-size: 34px; }
  .view-description { font-size: 16px; }
  .total-count { font-size: 14px; }
  .profile-description { font-size: 18px; }
  .profile-facts dt, .role-facts dt { font-size: 14px; }
  .profile-facts dd, .role-facts dd { font-size: 16px; }
  .section-heading h3 { font-size: 19px; }
  .text-link { font-size: 15px; }
  .recent-link { font-size: 16px; padding-top: 24px; padding-bottom: 24px; }
  .recent-number { font-size: 13px; }
  .overview-link strong { font-size: 18px; }
  .overview-link > span:not(.eyebrow):not(.overview-arrow) { font-size: 14px; }
  .index-heading { font-size: 12px; }
  .record-number { font-size: 12px; }
  .record-period { font-size: 13px; }
  .record-title { font-size: 16px; line-height: 1.8; }
  .record-link { padding-top: 21px; padding-bottom: 21px; }
  .detail-counter { font-size: 13px; }
  .detail-header h3 { font-size: 26px; line-height: 1.7; }
  .detail-summary, .work-list { font-size: 16px; line-height: 2; }
  .work-list li + li { margin-top: 12px; }
  .detail-note { font-size: 14px; }
  .detail-section { margin-top: 32px; }
  .detail-section h4 { font-size: 16px; }
  .tags { gap: 7px; }
  .tags li { font-size: 13px; padding: 4px 9px; }
  .technology-list dt { font-size: 13px; }
  .adjacent-records { font-size: 14px; }
  .detail-domain, .case-role, .case-scope { font-size: 14px; }
  .result-block p { font-size: 16px; }
  .result-block h4 { font-size: 14px; }
  .expertise-item h3 { font-size: 22px; }
  .expertise-item p { font-size: 16px; }
  .item-number { font-size: 13px; }
  .skill-group h3 { font-size: 20px; }
  .skill-group ul { font-size: 16px; }
  .main-footer { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  :root { background: #fff; color: #111; }
  body { font-size: 10pt; }
  .portfolio, .master-detail { display: block; }
  .sidebar, .skip-link, .record-index, .back-link, .adjacent-records, .profile-bottom, .recent-list, .section-heading, .main-footer, .section-link { display: none !important; }
  .main { padding: 0; }
  .view[hidden], .record-panel[hidden], .js [data-record-view] .record-content { display: block !important; }
  .js .view { min-height: 0; margin-bottom: 28pt; animation: none; }
  .view-header { margin-bottom: 15pt; padding-bottom: 10pt; }
  .view-header h2 { font-size: 20pt; }
  .record-content { border: 0; padding: 0; }
  .record-panel { break-inside: avoid; padding: 20pt 0 !important; border-bottom: 1px solid #ccc; }
  .record-panel h3 { font-size: 15pt; }
  .work-list, .detail-summary, .profile-description { font-size: 10pt; }
  .detail-section { margin-top: 14pt; }
  .tags li { border: 0; padding: 0 6pt 0 0; }
  .external-links a::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
