body[data-page="home"] #about.skill-galaxy-section{
  --sg-panel-width:286px;
  --sg-radius:12px;
  --sg-surface:color-mix(in srgb,var(--bg-elev) 88%,transparent);
  --sg-surface-strong:color-mix(in srgb,var(--card) 94%,transparent);
  --sg-line:color-mix(in srgb,var(--line) 70%,transparent);
  --sg-accent-soft:color-mix(in srgb,var(--accent) 14%,transparent);
  padding-block:10px;
  overflow:clip;
  scroll-margin-top:var(--home-sticky-header-height);
}
body[data-page="home"] #about.skill-galaxy-section > .wrap{
  max-width:none;
  padding-inline:10px;
}
.skill-galaxy-shell{
  position:relative;
  min-height:calc(100svh - 20px);
  border:1px solid var(--sg-line);
  border-radius:var(--sg-radius);
  color:var(--text);
  background:
    radial-gradient(circle at 56% 44%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 34%),
    radial-gradient(color-mix(in srgb,var(--text) 16%,transparent) .65px,transparent .8px);
  background-color:color-mix(in srgb,var(--bg) 95%,var(--bg-elev));
  background-size:auto,22px 22px;
  box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 5%,transparent);
  overflow:hidden;
}
.skill-galaxy-tabs{
  position:absolute;
  z-index:7;
  top:28px;
  left:46px;
  display:flex;
  align-items:center;
  gap:44px;
  color:var(--text-dim);
  font:400 14px/1 var(--portfolio-utility);
  letter-spacing:.02em;
  text-transform:uppercase;
}
.skill-galaxy-tabs span{position:relative;display:flex;align-items:center;gap:24px;min-height:34px;}
.skill-galaxy-tabs i{font:400 22px/1 var(--portfolio-body);font-style:normal;}
.skill-galaxy-tabs b{font:inherit;font-weight:400;}
.skill-galaxy-tabs .is-active{color:var(--accent);}
.skill-galaxy-tabs .is-active::after{
  content:'';
  position:absolute;
  right:-5px;
  bottom:-4px;
  left:30px;
  height:2px;
  background:var(--accent);
}
.skill-galaxy-shell::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,color-mix(in srgb,var(--bg) 78%,transparent),transparent 28%,transparent 72%,color-mix(in srgb,var(--bg) 74%,transparent));
  z-index:0;
}
.skill-galaxy-intro{
  position:absolute;
  z-index:6;
  left:clamp(24px,3vw,46px);
  top:32px;
  width:min(290px,24vw);
}
.skill-galaxy-intro .skill-galaxy-overline{display:none;}
.skill-galaxy-overline,
.skill-galaxy-panel-kicker,
.skill-galaxy-list-group h3,
.skill-galaxy-view-label,
.skill-galaxy-legend-label{
  color:var(--accent);
  font:600 11px/1.3 var(--portfolio-utility);
  letter-spacing:.055em;
  text-transform:uppercase;
}
.skill-galaxy-intro h2{
  display:none;
  margin:18px 0 0;
  color:var(--text);
  font:400 clamp(23px,2.1vw,32px)/1.25 var(--portfolio-display);
  letter-spacing:-.02em;
}
.skill-galaxy-mobile-hints{display:none;}
.skill-galaxy-about{
  position:absolute;
  z-index:5;
  left:clamp(24px,3vw,46px);
  top:80px;
  width:min(286px,23vw);
  padding-top:20px;
  border-top:1px solid var(--sg-line);
}
.skill-galaxy-about p{
  color:var(--text-dim);
  font:400 15px/1.55 var(--portfolio-body);
}
.skill-galaxy-instruction{
  display:flex;
  align-items:flex-start;
  gap:12px;
  position:absolute;
  top:510px;
  left:0;
  width:184px;
  min-height:165px;
  margin-top:0;
  padding:20px;
  border:1px solid var(--sg-line);
  border-radius:12px;
  color:var(--text-dim);
  background:color-mix(in srgb,var(--bg-elev) 72%,transparent);
  font:400 12px/1.48 var(--portfolio-body);
  white-space:pre-line;
}
.skill-galaxy-hand{
  position:relative;
  width:32px;
  height:40px;
  flex:0 0 32px;
  border-left:1px solid currentColor;
  border-bottom:1px solid currentColor;
  border-radius:0 0 5px 12px;
  transform:rotate(-7deg);
}
.skill-galaxy-hand::before,
.skill-galaxy-hand::after{
  content:'';
  position:absolute;
  left:6px;
  width:15px;
  border-top:1px solid currentColor;
}
.skill-galaxy-hand::before{top:7px;transform:rotate(-52deg);transform-origin:left;}
.skill-galaxy-hand::after{top:17px;}
.skill-galaxy-network{
  position:absolute;
  z-index:1;
  inset:0 var(--sg-panel-width) 0 220px;
  min-width:0;
}
.skill-galaxy-stage{
  position:absolute;
  inset:46px 0 74px;
  min-width:0;
  overflow:hidden;
  cursor:grab;
  touch-action:pan-y;
  user-select:none;
  -webkit-user-select:none;
  outline:none;
}
.skill-galaxy-stage:active{cursor:grabbing;}
.skill-galaxy-stage:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:-4px;
  border-radius:14px;
}
.skill-galaxy-stage canvas,
.skill-galaxy-labels{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.skill-galaxy-stage canvas{display:block;opacity:0;transition:opacity .35s ease;}
.skill-galaxy-section.is-webgl-ready .skill-galaxy-stage canvas{opacity:1;}
.skill-galaxy-labels{pointer-events:none;overflow:hidden;}
.skill-galaxy-node-label{
  position:absolute;
  left:0;
  top:0;
  display:block;
  max-width:140px;
  min-height:30px;
  padding:5px 7px 5px 0;
  border:0;
  color:var(--text-dim);
  background:transparent;
  font:500 12.5px/1.2 var(--portfolio-utility);
  text-align:left;
  white-space:normal;
  pointer-events:auto;
  cursor:inherit;
  opacity:.72;
  transform-origin:left center;
  transition:color .18s ease,opacity .18s ease,text-shadow .18s ease;
  will-change:transform;
}
.skill-galaxy-node-label[hidden]{display:none!important;}
.skill-galaxy-node-label::before{
  display:none;
}
.skill-galaxy-node-label.is-connected{
  color:color-mix(in srgb,var(--accent) 78%,var(--text));
  opacity:1;
}
.skill-galaxy-node-label[data-sg-label="ui-ux-design"].is-selected{
  color:var(--text);
  font-size:16px;
  font-weight:700;
  opacity:1;
  text-shadow:0 0 16px color-mix(in srgb,var(--text) 54%,transparent);
}
.skill-galaxy-node-label.is-selected{
  z-index:2;
  max-width:170px;
  color:var(--accent);
  font-size:14px;
  font-weight:700;
  opacity:1;
  text-shadow:0 0 18px color-mix(in srgb,var(--accent) 56%,transparent);
}
.skill-galaxy-node-label.is-muted{opacity:.4;}
.skill-galaxy-controls{
  position:absolute;
  z-index:6;
  left:clamp(24px,3vw,46px);
  right:46px;
  bottom:56px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  pointer-events:none;
}
.skill-galaxy-view-block,
.skill-galaxy-zoom,
.skill-galaxy-legend{pointer-events:auto;}
.skill-galaxy-view-label,
.skill-galaxy-legend-label{display:block;margin-bottom:8px;color:var(--text-faint);}
.skill-galaxy-view-label::after{content:'•';margin-left:8px;color:var(--accent);font-size:10px;}
.skill-galaxy-view-switch{
  display:flex;
  min-height:46px;
  overflow:hidden;
  border:1px solid var(--sg-line);
  border-radius:10px;
  background:var(--sg-surface);
}
.skill-galaxy-view-switch button,
.skill-galaxy-zoom button{
  width:62px;
  min-height:54px;
  border:0;
  color:var(--text-dim);
  background:transparent;
  cursor:pointer;
}
.skill-galaxy-view-switch button + button,
.skill-galaxy-zoom button + button{border-left:1px solid var(--sg-line);}
.skill-galaxy-view-switch button.is-active{
  color:var(--accent);
  background:color-mix(in srgb,var(--bg) 82%,transparent);
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 24%,transparent),inset 0 0 20px color-mix(in srgb,var(--accent) 9%,transparent),0 0 16px color-mix(in srgb,var(--accent) 8%,transparent);
}
.skill-galaxy-view-switch svg{width:23px;height:23px;margin:auto;display:block;}
.skill-galaxy-view-switch svg *{stroke:currentColor;fill:none;stroke-width:1.35;}
.skill-galaxy-zoom{
  display:flex;
  overflow:hidden;
  border:1px solid var(--sg-line);
  border-radius:10px;
  background:var(--sg-surface);
}
.skill-galaxy-zoom button{font:500 20px/1 var(--portfolio-body);}
.skill-galaxy-zoom button:last-child{font-size:12px;}
.skill-galaxy-panel{
  --sg-surface:color-mix(in srgb,var(--bg) 96%,var(--accent));
  --sg-surface-strong:color-mix(in srgb,var(--bg) 94%,var(--accent));
  --sg-line:color-mix(in srgb,var(--line) 56%,transparent);
  --sg-accent-soft:color-mix(in srgb,var(--accent) 14%,transparent);
  position:absolute;
  z-index:8;
  top:176px;
  right:48px;
  width:var(--sg-panel-width);
  max-height:620px;
  border:1px solid var(--sg-line);
  border-radius:16px;
  background:var(--sg-surface-strong);
  box-shadow:0 18px 52px color-mix(in srgb,var(--bg) 62%,transparent),0 0 48px color-mix(in srgb,var(--accent) 4%,transparent);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  transform:translateX(12px);
  transition:opacity .25s ease,transform .25s ease,visibility .25s;
  overflow:hidden;
}
.skill-galaxy-panel.is-open{opacity:1;visibility:visible;transform:none;}
.skill-galaxy-panel-inner,
.skill-galaxy-related-inner{
  max-height:calc(100vh - 190px);
  padding:28px;
  overflow:auto;
  scrollbar-width:thin;
}
.skill-galaxy-panel-inner{display:flex;height:600px;box-sizing:border-box;flex-direction:column;}
.skill-galaxy-panel-close{
  position:absolute;
  z-index:3;
  top:10px;
  right:10px;
  width:44px;
  height:44px;
  border:0;
  color:var(--text-dim);
  background:transparent;
  font:300 24px/1 var(--portfolio-body);
  cursor:pointer;
}
.skill-galaxy-sheet-handle{display:none;}
.skill-galaxy-panel-kicker{margin-bottom:16px;font-size:10px;}
.skill-galaxy-panel-heading{
  display:flex;
  align-items:center;
  gap:12px;
  padding-right:28px;
}
.skill-galaxy-panel-heading h3{
  color:var(--text);
  font:500 20px/1.2 var(--portfolio-display);
  letter-spacing:-.01em;
}
.skill-galaxy-panel-cube{
  display:block;
  width:32px;
  height:32px;
  flex:0 0 32px;
  overflow:visible;
  color:var(--accent);
  filter:drop-shadow(0 0 8px color-mix(in srgb,var(--accent) 30%,transparent));
}
.skill-galaxy-panel-cube path{fill:none;stroke:currentColor;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;}
.skill-galaxy-cube{
  position:relative;
  display:inline-block;
  width:24px;
  height:24px;
  flex:0 0 24px;
  border:1px solid var(--accent);
  transform:rotate(30deg) skew(-4deg,-4deg);
  box-shadow:0 0 16px color-mix(in srgb,var(--accent) 38%,transparent),inset 0 0 10px color-mix(in srgb,var(--accent) 16%,transparent);
}
.skill-galaxy-cube::before,
.skill-galaxy-cube::after{content:'';position:absolute;background:var(--accent);opacity:.8;}
.skill-galaxy-cube::before{left:50%;top:0;width:1px;height:100%;transform:rotate(30deg);}
.skill-galaxy-cube::after{left:0;top:50%;width:100%;height:1px;transform:rotate(-30deg);}
.skill-galaxy-cube--large{width:30px;height:30px;flex-basis:30px;}
.skill-galaxy-panel-description{
  margin-top:22px;
  color:var(--text-dim);
  font:400 13px/1.58 var(--portfolio-body);
}
.skill-galaxy-panel-divider{height:1px;margin:20px 0;background:var(--sg-line);}
.skill-galaxy-connected-list{display:grid;gap:8px;}
.skill-galaxy-connected-list button{
  display:grid;
  grid-template-columns:9px 1fr;
  align-items:start;
  gap:10px;
  min-height:43px;
  padding:5px 0;
  border:0;
  color:var(--text);
  background:transparent;
  font:400 13px/1.35 var(--portfolio-body);
  text-align:left;
  cursor:pointer;
}
.skill-galaxy-connected-copy{display:grid;gap:2px;}
.skill-galaxy-connected-copy strong{font:400 13px/1.25 var(--portfolio-body);}
.skill-galaxy-connected-copy small{color:var(--text-faint);font:400 11px/1.25 var(--portfolio-body);}
.skill-galaxy-connected-list button > span:first-child{
  width:6px;height:6px;margin-top:1px;border-radius:50%;background:var(--accent);
  opacity:calc(.35 + var(--sg-link-strength) * .2);
  box-shadow:0 0 6px color-mix(in srgb,var(--accent) 34%,transparent);
}
.skill-galaxy-related-cta{
  display:flex;
  width:100%;
  min-height:50px;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding:14px 0 0;
  border:0;
  border-top:1px solid var(--sg-line);
  color:var(--accent);
  background:transparent;
  font:400 14px/1.35 var(--portfolio-body);
  text-align:left;
  cursor:pointer;
}
.skill-galaxy-related-cta:disabled{color:var(--text-faint);cursor:default;}
.skill-galaxy-related-view{
  position:absolute;
  inset:0;
  background:var(--sg-surface-strong);
  opacity:0;
  visibility:hidden;
  transform:translateX(100%);
  transition:opacity .25s ease,transform .25s ease,visibility .25s;
}
.skill-galaxy-panel.is-related .skill-galaxy-related-view{opacity:1;visibility:visible;transform:none;}
.skill-galaxy-related-inner{padding:20px;}
.skill-galaxy-related-head{display:flex;gap:12px;align-items:flex-start;padding-right:16px;}
.skill-galaxy-related-head > button{
  width:44px;height:44px;flex:0 0 44px;border:1px solid var(--sg-line);border-radius:50%;
  color:var(--text);background:transparent;font-size:20px;cursor:pointer;
}
.skill-galaxy-related-head h3{font:500 21px/1.2 var(--portfolio-display);}
.skill-galaxy-related-head p{margin-top:4px;color:var(--text-dim);font-size:12px;}
.skill-galaxy-related-head p span{color:var(--accent);}
.skill-galaxy-related-cards{display:grid;gap:10px;margin-top:18px;}
.skill-galaxy-related-footer{display:flex;align-items:center;gap:14px;margin-top:18px;padding:0 10px;color:var(--text-dim);}
.skill-galaxy-related-footer p{font:400 11px/1.35 var(--portfolio-body);}
.skill-galaxy-related-card{
  display:grid;
  grid-template-columns:74px 1fr 24px;
  gap:12px;
  align-items:center;
  width:100%;
  min-height:96px;
  padding:10px;
  border:1px solid var(--sg-line);
  border-radius:12px;
  color:var(--text);
  background:color-mix(in srgb,var(--bg) 54%,transparent);
  text-align:left;
  cursor:pointer;
}
.skill-galaxy-related-thumb{
  display:grid;
  width:74px;
  height:74px;
  place-items:center;
  overflow:hidden;
  border:1px solid var(--sg-line);
  border-radius:8px;
  background:var(--bg);
}
.skill-galaxy-related-thumb img{width:100%;height:100%;object-fit:cover;}
.skill-galaxy-related-copy{display:grid;gap:5px;min-width:0;}
.skill-galaxy-related-copy strong{font:500 13px/1.28 var(--portfolio-display);}
.skill-galaxy-related-copy > span:not(.skill-galaxy-related-tags){
  display:-webkit-box;
  overflow:hidden;
  color:var(--text-dim);
  font:400 10px/1.38 var(--portfolio-body);
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.skill-galaxy-related-tags{display:flex;gap:4px;flex-wrap:wrap;}
.skill-galaxy-related-tags i{
  padding:3px 6px;border:1px solid var(--sg-line);border-radius:999px;
  color:var(--text-dim);font:400 9px/1 var(--portfolio-body);font-style:normal;
}
.skill-galaxy-related-arrow{color:var(--accent);font-size:20px;}
.skill-galaxy-list{
  position:absolute;
  inset:34px 10px 82px 0;
  display:none;
  overflow:auto;
  padding:0 clamp(8px,2vw,24px) 20px;
  scrollbar-width:thin;
}
.skill-galaxy-section[data-sg-view="list"] .skill-galaxy-stage{display:none;}
.skill-galaxy-section[data-sg-view="list"] .skill-galaxy-list{display:block;}
.skill-galaxy-list-group{margin-bottom:12px;}
.skill-galaxy-list-group h3{margin:0 0 6px 12px;color:var(--text-faint);font-size:10px;}
.skill-galaxy-list-group > div{overflow:hidden;border:1px solid var(--sg-line);border-radius:12px;background:color-mix(in srgb,var(--bg-elev) 58%,transparent);}
.skill-galaxy-list-row{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto 44px 24px;
  gap:10px;
  align-items:center;
  width:100%;
  min-height:48px;
  padding:6px 12px;
  border:0;
  border-bottom:1px solid var(--sg-line);
  color:var(--text);
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.skill-galaxy-list-row:last-child{border-bottom:0;}
.skill-galaxy-list-row.is-selected{
  color:var(--accent);
  background:var(--sg-accent-soft);
  box-shadow:inset 0 0 0 1px var(--accent),inset 0 0 26px color-mix(in srgb,var(--accent) 11%,transparent);
}
.skill-galaxy-list-row .skill-galaxy-cube{width:18px;height:18px;flex-basis:18px;margin-left:2px;}
.skill-galaxy-list-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;}
.skill-galaxy-list-count{color:var(--text-faint);font:400 11px/1 var(--portfolio-meta);white-space:nowrap;}
.skill-galaxy-list-chevron{font-size:18px;text-align:center;}
.skill-galaxy-legend{
  display:flex;
  min-width:250px;
  flex-direction:column;
  margin-left:auto;
  margin-right:0;
  padding:16px 18px 14px;
  border:1px solid var(--sg-line);
  border-radius:12px;
  background:color-mix(in srgb,var(--bg) 96%,var(--accent));
  min-height:100px;
  box-sizing:border-box;
}
.skill-galaxy-legend-track{display:flex;align-items:center;gap:0;}
.skill-galaxy-legend-track i{width:8px;height:8px;border-radius:50%;background:var(--text-faint);}
.skill-galaxy-legend-track span{height:1px;flex:1;background:linear-gradient(90deg,var(--text-faint),var(--accent));}
.skill-galaxy-legend-track i:last-child{background:var(--accent);box-shadow:0 0 0 4px var(--sg-accent-soft),0 0 12px var(--accent);}
.skill-galaxy-legend-scale{display:flex;justify-content:space-between;margin-top:7px;color:var(--text-faint);font-size:10px;}
.skill-galaxy-zoom{display:none;}
.skill-galaxy-section.is-webgl-fallback .skill-galaxy-network{inset-left:320px;}
.skill-galaxy-section.is-webgl-fallback [data-sg-view="sphere"]{display:none;}
.skill-galaxy-evidence-highlight{
  animation:skill-galaxy-evidence-pulse 1.6s ease both;
}
@keyframes skill-galaxy-evidence-pulse{
  0%,100%{box-shadow:0 0 0 0 transparent;}
  28%{box-shadow:0 0 0 3px var(--accent),0 0 24px color-mix(in srgb,var(--accent) 22%,transparent);}
}

html[data-theme="dark"] .skill-galaxy-shell{
  background:
    radial-gradient(circle at 54% 44%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 35%),
    radial-gradient(color-mix(in srgb,var(--text) 15%,transparent) .65px,transparent .8px),
    radial-gradient(color-mix(in srgb,var(--accent) 9%,transparent) .45px,transparent .75px);
  background-color:color-mix(in srgb,var(--bg) 97%,var(--bg-elev));
  background-size:auto,22px 22px,44px 44px;
  background-position:0 0,0 0,11px 7px;
}
html[data-theme="light"] .skill-galaxy-shell{
  --sg-surface:color-mix(in srgb,var(--card) 78%,transparent);
  --sg-surface-strong:color-mix(in srgb,var(--card) 94%,transparent);
  background:
    radial-gradient(circle at 54% 44%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 36%),
    radial-gradient(color-mix(in srgb,var(--text) 14%,transparent) .65px,transparent .8px),
    radial-gradient(color-mix(in srgb,var(--accent) 7%,transparent) .45px,transparent .75px);
  background-color:color-mix(in srgb,var(--bg) 92%,var(--card));
  background-size:auto,22px 22px,44px 44px;
  background-position:0 0,0 0,11px 7px;
}

@media (max-width:1120px){
  body[data-page="home"] #about.skill-galaxy-section{--sg-panel-width:280px;}
  .skill-galaxy-network{left:236px;}
  .skill-galaxy-intro,.skill-galaxy-about{left:24px;width:220px;}
  .skill-galaxy-intro h2{font-size:24px;}
  .skill-galaxy-about p{font-size:13px;}
}

@media (max-width:960px){
  body[data-page="home"] #about.skill-galaxy-section{
    padding-block:0 48px;
    border-top:1px solid var(--line);
  }
  body[data-page="home"] #about.skill-galaxy-section > .wrap{padding-inline:0;}
  .skill-galaxy-shell{
    min-height:calc(100svh - var(--home-sticky-header-height));
    border-inline:0;
    border-radius:0 22px 0 0;
  }
  .skill-galaxy-tabs{
    position:relative;
    top:auto;
    left:auto;
    justify-content:center;
    gap:30px;
    padding:3px var(--mobile-gutter) 2px;
    border-bottom:1px solid var(--sg-line);
    font-size:14px;
  }
  .skill-galaxy-tabs span{min-height:34px;}
  .skill-galaxy-tabs i{font-size:18px;}
  .skill-galaxy-intro{
    position:relative;
    left:auto;
    top:auto;
    width:auto;
    padding:20px clamp(20px,4vw,38px) 0;
  }
  .skill-galaxy-intro .skill-galaxy-overline{display:block;}
  body[data-page="home"] .skill-galaxy-intro h2{display:block;margin-top:12px;max-width:520px;font-size:clamp(24px,3vw,28px);font-weight:400;line-height:1.32;}
  .skill-galaxy-about{display:none;}
  .skill-galaxy-mobile-hints{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,250px));
    gap:10px;
    max-width:520px;
    margin-top:24px;
  }
  .skill-galaxy-mobile-hint{
    min-height:72px;
    padding:16px 20px;
    border:1px solid var(--sg-line);
    border-radius:12px;
    color:var(--text-dim);
    background:color-mix(in srgb,var(--bg-elev) 62%,transparent);
    font-size:14px;
    line-height:1.35;
  }
  .skill-galaxy-network{
    position:relative;
    inset:auto;
    height:min(860px,70svh);
    margin-top:24px;
  }
  .skill-galaxy-stage{inset:0 0 68px;}
  .skill-galaxy-node-label{max-width:142px;font-size:14px;}
  .skill-galaxy-node-label.is-selected{max-width:166px;font-size:15px;}
  .skill-galaxy-controls{
    left:var(--mobile-gutter);
    right:var(--mobile-gutter);
    bottom:14px;
    align-items:end;
  }
  .skill-galaxy-view-label,.skill-galaxy-legend-label{font-size:9px;}
  .skill-galaxy-view-switch button,.skill-galaxy-zoom button{width:48px;min-height:46px;}
  .skill-galaxy-legend{display:none;}
  .skill-galaxy-panel{
    position:fixed;
    z-index:95;
    top:auto;
    right:26px;
    bottom:0;
    left:26px;
    width:auto;
    max-height:min(34svh,360px);
    border-radius:30px 30px 0 0;
    transform:translateY(calc(100% + 24px));
    overscroll-behavior:contain;
    display:flex;
    flex-direction:column;
  }
  .skill-galaxy-panel[data-sg-view="sphere"]{height:min(34svh,540px);max-height:min(34svh,540px);}
  .skill-galaxy-panel.is-open{transform:none;}
  .skill-galaxy-panel-inner,.skill-galaxy-related-inner{max-height:min(34svh,540px);min-height:0;padding:34px 40px 22px;}
  .skill-galaxy-panel-inner{height:auto;flex:1;}
  .skill-galaxy-sheet-handle{
    display:block;
    position:absolute;
    z-index:3;
    top:7px;
    left:50%;
    width:48px;
    height:20px;
    border:0;
    background:transparent;
    transform:translateX(-50%);
    touch-action:none;
  }
  .skill-galaxy-sheet-handle::after{
    content:'';display:block;width:42px;height:4px;margin:0 auto;border-radius:4px;background:var(--text-faint);opacity:.55;
  }
  .skill-galaxy-panel-close{top:16px;right:14px;border:1px solid var(--sg-line);border-radius:50%;}
  .skill-galaxy-panel-heading h3{font-size:28px;}
  .skill-galaxy-cube--large{width:38px;height:38px;flex-basis:38px;}
  .skill-galaxy-panel-description{margin-top:18px;font-size:16px;max-width:720px;}
  .skill-galaxy-panel-divider{margin:14px 0;}
  .skill-galaxy-panel-kicker{margin-bottom:10px;}
  .skill-galaxy-connected-list{display:flex;flex-wrap:wrap;gap:8px;}
  .skill-galaxy-connected-list button{
    grid-template-columns:8px auto;
    min-height:46px;
    padding:9px 16px;
    border:1px solid var(--sg-line);
    border-radius:999px;
  }
  .skill-galaxy-connected-copy{display:block;}
  .skill-galaxy-connected-copy strong{font-size:15px;}
  .skill-galaxy-connected-copy small{display:none;}
  .skill-galaxy-related-view{position:relative;display:none;transform:none;opacity:1;visibility:visible;background:transparent;}
  .skill-galaxy-panel.is-related{height:min(58svh,960px);max-height:min(58svh,960px);}
  .skill-galaxy-panel.is-related .skill-galaxy-related-inner{max-height:min(58svh,960px);padding:40px 32px 28px;}
  .skill-galaxy-panel.is-related .skill-galaxy-panel-inner{display:none;}
  .skill-galaxy-panel.is-related .skill-galaxy-related-view{display:block;}
  .skill-galaxy-related-inner{padding-inline:18px;}
  .skill-galaxy-related-head{gap:24px;align-items:center;}
  .skill-galaxy-related-head > button{width:62px;height:62px;flex-basis:62px;font-size:26px;}
  .skill-galaxy-related-head h3{font-size:32px;}
  .skill-galaxy-related-head p{font-size:17px;}
  .skill-galaxy-related-cards{margin-top:58px;}
  .skill-galaxy-related-card{grid-template-columns:300px 1fr 42px;min-height:216px;padding:18px;border-radius:20px;}
  .skill-galaxy-related-thumb{width:300px;height:170px;border-radius:12px;}
  .skill-galaxy-related-copy strong{font-size:23px;}
  .skill-galaxy-related-copy > span:not(.skill-galaxy-related-tags){font-size:16px;-webkit-line-clamp:3;}
  .skill-galaxy-related-tags i{padding:6px 12px;font-size:14px;}
  .skill-galaxy-related-arrow{font-size:30px;}
  .skill-galaxy-related-footer{gap:22px;margin-top:22px;padding:0 26px;}
  .skill-galaxy-related-footer .skill-galaxy-cube{width:32px;height:32px;flex-basis:32px;}
  .skill-galaxy-related-footer p{max-width:620px;font-size:16px;}
  .skill-galaxy-list{inset:8px var(--mobile-gutter) 76px;padding:0;}
  .skill-galaxy-list-row{grid-template-columns:28px minmax(0,1fr) auto 38px 20px;min-height:42px;padding:3px 10px;}
  .skill-galaxy-list-group{margin-bottom:8px;}
  .skill-galaxy-list-name{font-size:13px;}
  .skill-galaxy-list-name{font-size:18px;}
  .skill-galaxy-list-count{font-size:14px;}
  .skill-galaxy-list-group h3{font-size:12px;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-network{height:auto;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-mobile-hints{display:none;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-network{margin-top:18px;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-list{
    position:relative;
    inset:auto;
    margin:8px clamp(20px,3.3vw,32px) 86px;
    overflow:visible;
  }
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-shell{min-height:0;}
  .skill-galaxy-panel[data-sg-view="list"]{height:340px;max-height:340px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-inner{padding:16px 40px 10px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-heading{gap:22px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-heading h3{font-size:24px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-cube--large{width:32px;height:32px;flex-basis:32px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-description{margin-top:4px;font-size:14px;line-height:1.4;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-divider{margin:4px 0;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-panel-kicker{margin-bottom:2px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-connected-list button{min-height:36px;padding:5px 12px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-connected-copy strong{font-size:13px;}
  .skill-galaxy-panel[data-sg-view="list"] .skill-galaxy-related-cta{min-height:38px;padding-top:8px;}
}

@media (max-width:430px){
  .skill-galaxy-shell{min-height:calc(100svh - var(--home-sticky-header-height));}
  .skill-galaxy-network{height:min(660px,70svh);}
  .skill-galaxy-node-label{max-width:112px;font-size:9px;}
  .skill-galaxy-node-label.is-selected{max-width:132px;font-size:10px;}
  .skill-galaxy-mobile-hint{font-size:10px;}
  .skill-galaxy-list-row{grid-template-columns:24px minmax(0,1fr) auto 28px 18px;gap:7px;min-height:46px;padding-inline:8px;}
  .skill-galaxy-list-name{font-size:13px;}
  .skill-galaxy-list-count{font-size:9px;}
  .skill-galaxy-panel{right:6px;bottom:6px;left:6px;max-height:38svh;}
  .skill-galaxy-panel[data-sg-view="sphere"]{height:min(34svh,540px);max-height:min(34svh,540px);}
  .skill-galaxy-panel-inner,.skill-galaxy-related-inner{max-height:34svh;padding:28px 18px 8px;}
  .skill-galaxy-panel.is-related{max-height:68svh;}
  .skill-galaxy-panel.is-related .skill-galaxy-related-inner{max-height:68svh;padding-inline:18px;}
  .skill-galaxy-related-cards{margin-top:18px;}
  .skill-galaxy-related-card{grid-template-columns:108px 1fr 24px;min-height:112px;padding:10px;}
  .skill-galaxy-related-thumb{width:108px;height:78px;}
  .skill-galaxy-panel-heading h3{font-size:22px;}
  .skill-galaxy-cube--large{width:30px;height:30px;flex-basis:30px;}
  .skill-galaxy-panel-description{margin-top:8px;font-size:13px;line-height:1.35;}
  .skill-galaxy-panel-divider{margin:8px 0;}
  .skill-galaxy-panel-kicker{margin-bottom:4px;}
  .skill-galaxy-connected-list{gap:6px;}
  .skill-galaxy-connected-list button{min-height:34px;padding:5px 10px;}
  .skill-galaxy-connected-copy strong{font-size:12px;}
  .skill-galaxy-related-cta{min-height:34px;padding-top:6px;}
  .skill-galaxy-panel-legend{display:none;}
  .skill-galaxy-related-copy > span:not(.skill-galaxy-related-tags){-webkit-line-clamp:2;}
}

@media (max-width:360px){
  .skill-galaxy-mobile-hints{grid-template-columns:1fr;}
  .skill-galaxy-shell{min-height:990px;}
  .skill-galaxy-intro h2{font-size:23px;}
  .skill-galaxy-list-count{display:none;}
  .skill-galaxy-list-row{grid-template-columns:24px minmax(0,1fr) 28px 18px;}
  .skill-galaxy-related-card{grid-template-columns:72px 1fr 20px;}
  .skill-galaxy-related-thumb{width:72px;height:72px;}
}

@media (max-width:960px) and (orientation:landscape) and (max-height:560px){
  .skill-galaxy-shell{min-height:650px;}
  .skill-galaxy-tabs{display:none;}
  .skill-galaxy-intro{position:absolute;top:0;left:0;width:48%;padding-top:18px;}
  .skill-galaxy-intro h2{font-size:22px;}
  .skill-galaxy-mobile-hints{display:none;}
  .skill-galaxy-about{display:none;}
  .skill-galaxy-network{position:absolute;top:72px;right:auto;bottom:0;left:0;width:70%;height:auto;margin:0;}
  .skill-galaxy-panel{
    position:fixed;
    display:flex;
    flex-direction:column;
    top:74px;
    right:8px;
    bottom:8px;
    left:auto;
    width:min(42vw,360px);
    height:calc(100vh - 82px);
    max-height:calc(100vh - 82px);
    border-radius:20px;
  }
  .skill-galaxy-panel[data-sg-view="sphere"],
  .skill-galaxy-panel[data-sg-view="list"],
  .skill-galaxy-panel.is-related{
    top:74px;
    bottom:8px;
    height:calc(100vh - 82px);
    max-height:calc(100vh - 82px);
  }
  .skill-galaxy-panel-inner,.skill-galaxy-related-inner{height:auto;max-height:none;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-network{height:auto;margin-left:0;}
  .skill-galaxy-section[data-sg-view="list"] .skill-galaxy-shell{min-height:0;}
}

@media (prefers-reduced-motion:reduce){
  .skill-galaxy-stage canvas,
  .skill-galaxy-panel,
  .skill-galaxy-related-view,
  .skill-galaxy-node-label{transition:none;}
  .skill-galaxy-evidence-highlight{animation-duration:1ms;}
}
