/* Skills library — outcome-first, intentionally restrained. */
html[data-app-rail="skills"],
html[data-app-rail="skills"] body {
  min-height: 100%;
  background: #090a0c;
}

html[data-app-rail="skills"] body.has-app-rail {
  overflow: hidden;
  color: #f4f3ed;
  background:
    radial-gradient(circle at 72% -12%, rgba(215, 247, 42, 0.035), transparent 34rem),
    #090a0c;
}

body.has-app-rail .skills-shell {
  --skills-accent: #d7f72a;
  --skills-panel: #111315;
  --skills-panel-raised: #16181b;
  --skills-line: rgba(245, 244, 236, 0.09);
  --skills-muted: rgba(245, 244, 236, 0.52);
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 0;
  width: 100%;
  height: 100dvh;
  padding: 0;
  background: transparent;
}

body.has-app-rail .skills-sidebar {
  min-height: 0;
  padding: 28px 24px 22px;
  border: 0;
  border-right: 1px solid var(--skills-line);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 32%),
    #101214;
}

.skills-library-head {
  margin-bottom: 30px;
}

.skills-library-head h1 {
  margin: 0;
  color: #f7f6f0;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.skills-library-head .skills-main-count {
  margin: 10px 0 0;
  color: var(--skills-muted);
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
}

body.has-app-rail .skills-sidebar-head {
  margin: 0 0 9px;
  padding: 0 8px;
}

body.has-app-rail .skills-sidebar-head h2,
body.has-app-rail .skills-filter-block h2 {
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: rgba(245, 244, 236, 0.72);
}

body.has-app-rail .skills-cat-new {
  padding: 4px 7px;
  background: transparent;
  color: rgba(245, 244, 236, 0.38);
  font-size: 0.66rem;
}

body.has-app-rail .skills-cat-new:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #f4f3ed;
}

body.has-app-rail .skills-cat-nav {
  display: grid;
  gap: 2px;
  padding-right: 0;
}

body.has-app-rail .skills-cat-btn {
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 8px;
  color: rgba(245, 244, 236, 0.66);
  font-size: 0.82rem;
  transition:
    color 220ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 220ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.has-app-rail .skills-cat-btn:hover:not(.active) {
  color: #f4f3ed;
  background: rgba(255, 255, 255, 0.045);
  transform: translateX(2px);
}

body.has-app-rail .skills-cat-btn.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 2px 0 0 var(--skills-accent);
}

body.has-app-rail .skills-cat-count {
  color: inherit;
  opacity: 0.56;
}

body.has-app-rail .skills-cat-btn.active .skills-cat-count {
  color: var(--skills-accent);
  opacity: 1;
}

body.has-app-rail .skills-filter-block {
  margin-top: auto;
  padding: 18px 6px 0;
  border-top-color: var(--skills-line);
}

body.has-app-rail .skills-filter-block h2 {
  padding: 0 2px;
}

body.has-app-rail .skills-filter-tags {
  gap: 6px;
  padding: 0;
}

body.has-app-rail .skills-filter-chip {
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(245, 244, 236, 0.46);
  font-size: 0.69rem;
}

body.has-app-rail .skills-filter-chip.active {
  background: rgba(215, 247, 42, 0.1);
  color: var(--skills-accent);
}

body.has-app-rail .skills-main {
  min-width: 0;
  min-height: 0;
  padding: 28px clamp(24px, 3vw, 48px) 34px;
  overflow: hidden;
}

body.has-app-rail .skills-main-head {
  display: block;
  margin: 0 0 28px;
}

body.has-app-rail .skills-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 160px auto;
  gap: 12px;
  width: 100%;
}

body.has-app-rail .skills-search {
  min-width: 0;
}

body.has-app-rail .skills-search input,
body.has-app-rail .skills-sort {
  height: 46px;
  border: 1px solid var(--skills-line) !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
  color: #f4f3ed !important;
}

body.has-app-rail .skills-search input:focus,
body.has-app-rail .skills-sort:focus {
  border-color: rgba(215, 247, 42, 0.38) !important;
  box-shadow: 0 0 0 3px rgba(215, 247, 42, 0.08) !important;
}

body.has-app-rail .skills-import-btn {
  height: 46px;
  border-radius: 9px !important;
  padding-inline: 16px !important;
}

.skills-common-section {
  flex: 0 0 auto;
  margin-bottom: 30px;
}

.skills-common-section.is-hidden {
  display: none;
}

.skills-all-section {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}

.skills-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 13px;
}

.skills-section-head h2 {
  margin: 0;
  color: #f7f6f0;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.skills-section-head span {
  color: rgba(245, 244, 236, 0.34);
  font-size: 0.72rem;
}

.skills-common-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.skill-common-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  min-height: 88px;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--skills-line);
  border-radius: 10px;
  background: var(--skills-panel);
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition:
    transform 360ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 360ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 360ms cubic-bezier(0.32, 0.72, 0, 1);
}

.skill-common-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 247, 42, 0.28);
  background: #15181a;
}

.skill-common-card:focus-visible,
.skill-card:focus-visible {
  outline: 2px solid var(--skills-accent);
  outline-offset: 3px;
}

.skill-common-card .skill-card-icon {
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  border-radius: 9px;
  background: rgba(215, 247, 42, 0.055);
  color: var(--skills-accent);
}

.skill-common-card h3 {
  margin: 0 0 6px;
  overflow: hidden;
  color: #f5f4ef;
  font-size: 0.82rem;
  font-weight: 630;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skill-common-card p {
  margin: 0;
  overflow: hidden;
  color: rgba(245, 244, 236, 0.46);
  font-size: 0.7rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.has-app-rail .skills-grid-wrap {
  flex: 1;
  min-height: 0;
  padding: 0 4px 24px 0;
}

body.has-app-rail .skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.has-app-rail .skill-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.86;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--skills-line);
  border-radius: 11px;
  background: var(--skills-panel);
  color: inherit;
  cursor: pointer;
  transition:
    transform 420ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 420ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.has-app-rail .skill-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 244, 236, 0.2);
  background: var(--skills-panel-raised);
  box-shadow: none;
}

body.has-app-rail .skill-card.active {
  border-color: rgba(215, 247, 42, 0.48);
  box-shadow: 0 0 0 1px rgba(215, 247, 42, 0.18);
}

.skill-card-content {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.skill-cover {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1 1 58%;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 244, 236, 0.07);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.055), transparent 36%),
    #17191c;
}

.skill-cover::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 7px;
  mix-blend-mode: soft-light;
}

.skill-cover-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 15px;
  color: var(--skills-accent);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.skill-cover-art {
  position: relative;
  width: 68%;
  height: 58%;
  color: rgba(245, 244, 236, 0.7);
}

.skill-cover-art span {
  position: absolute;
  display: block;
}

.skill-cover-workflow .art-line {
  height: 1px;
  background: rgba(245, 244, 236, 0.46);
  transform-origin: left center;
}

.skill-cover-workflow .art-line:nth-child(1) { top: 30%; left: 13%; width: 40%; }
.skill-cover-workflow .art-line:nth-child(2) { top: 58%; left: 34%; width: 48%; transform: rotate(-18deg); }
.skill-cover-workflow .art-line:nth-child(3) { top: 42%; left: 52%; width: 31%; transform: rotate(28deg); }
.skill-cover-workflow .art-node {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(245, 244, 236, 0.56);
  border-radius: 6px;
  background: #202326;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}
.skill-cover-workflow .art-node:nth-child(4) { top: 13%; left: 5%; }
.skill-cover-workflow .art-node:nth-child(5) { top: 48%; left: 38%; }
.skill-cover-workflow .art-node:nth-child(6) {
  top: 27%;
  right: 4%;
  border-color: var(--skills-accent);
  box-shadow: 0 0 0 3px rgba(215, 247, 42, 0.06);
}

.skill-cover-art .art-sheet {
  top: 4%;
  left: 50%;
  width: 45%;
  height: 88%;
  transform: translateX(-50%);
  border: 1px solid rgba(245, 244, 236, 0.42);
  border-radius: 5px 13px 5px 5px;
  background: linear-gradient(145deg, rgba(245, 244, 236, 0.76), rgba(245, 244, 236, 0.26));
}

.skill-cover-art .art-sheet::before,
.skill-cover-art .art-sheet::after {
  position: absolute;
  left: 17%;
  width: 66%;
  height: 1px;
  content: "";
  background: rgba(10, 11, 12, 0.52);
  box-shadow: 0 11px 0 rgba(10, 11, 12, 0.42), 0 22px 0 rgba(10, 11, 12, 0.3);
}
.skill-cover-art .art-sheet::before { top: 29%; }
.skill-cover-art .art-sheet::after { top: 65%; width: 45%; }

.skill-cover-art .art-tray {
  right: 12%;
  bottom: 2%;
  left: 12%;
  height: 42%;
  border: 1px solid rgba(245, 244, 236, 0.36);
  border-radius: 5px 5px 13px 13px;
  background: linear-gradient(180deg, rgba(245, 244, 236, 0.14), rgba(245, 244, 236, 0.34));
}

.skill-cover-art .art-cloud {
  top: 26%;
  left: 12%;
  width: 76%;
  height: 50%;
  border: 1px solid rgba(245, 244, 236, 0.46);
  border-radius: 50% 50% 38% 38%;
  background: rgba(245, 244, 236, 0.16);
}
.skill-cover-art .art-cloud::before,
.skill-cover-art .art-cloud::after {
  position: absolute;
  bottom: 16%;
  content: "";
  border-radius: 50%;
  background: #282b2e;
}
.skill-cover-art .art-cloud::before { left: 12%; width: 34%; height: 72%; }
.skill-cover-art .art-cloud::after { right: 10%; width: 40%; height: 88%; }

.skill-cover-art .art-frame {
  top: 24%;
  width: 28%;
  height: 52%;
  border: 1px solid rgba(245, 244, 236, 0.34);
  border-radius: 4px;
  background: linear-gradient(145deg, #34383c, #17191b);
}
.skill-cover-art .art-frame:nth-child(1) { left: 3%; }
.skill-cover-art .art-frame:nth-child(2) { left: 36%; }
.skill-cover-art .art-frame:nth-child(3) { right: 3%; }

.skill-cover-art .art-wave {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(245, 244, 236, 0.32);
  box-shadow:
    10px -12px 0 rgba(245, 244, 236, 0.52),
    22px 9px 0 rgba(245, 244, 236, 0.52),
    34px -22px 0 rgba(245, 244, 236, 0.52),
    46px 16px 0 rgba(245, 244, 236, 0.52),
    58px -8px 0 rgba(215, 247, 42, 0.72),
    70px 23px 0 rgba(245, 244, 236, 0.52),
    82px -18px 0 rgba(245, 244, 236, 0.52),
    94px 10px 0 rgba(245, 244, 236, 0.52),
    106px -26px 0 rgba(245, 244, 236, 0.52),
    118px 18px 0 rgba(245, 244, 236, 0.52);
}

.skill-cover-art .art-post {
  top: 4%;
  left: 50%;
  width: 48%;
  height: 92%;
  transform: translateX(-50%);
  border: 1px solid rgba(245, 244, 236, 0.36);
  border-radius: 10px;
  background:
    linear-gradient(135deg, transparent 49%, rgba(215, 247, 42, 0.14) 50%),
    #202326;
}
.skill-cover-art .art-post::after {
  position: absolute;
  right: 14%;
  bottom: 11%;
  left: 14%;
  height: 1px;
  content: "";
  background: rgba(245, 244, 236, 0.44);
  box-shadow: 0 -9px 0 rgba(245, 244, 236, 0.25);
}

.skill-cover-art .art-block {
  top: 24%;
  left: 20%;
  width: 60%;
  height: 52%;
  border: 1px solid rgba(245, 244, 236, 0.36);
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(215, 247, 42, 0.14), transparent),
    #202326;
  box-shadow: 18px 18px 0 -7px rgba(245, 244, 236, 0.08);
}

.skill-card-body {
  flex: 0 0 auto;
  padding: 14px 15px 12px;
}

body.has-app-rail .skill-card-title {
  margin: 0 0 7px;
  overflow: hidden;
  color: #f5f4ef;
  font-size: 0.82rem;
  font-weight: 630;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.has-app-rail .skill-card-desc {
  display: block;
  margin: 0;
  overflow: hidden;
  color: rgba(245, 244, 236, 0.48);
  font-size: 0.71rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skill-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 14px;
  border-top: 1px solid rgba(245, 244, 236, 0.07);
  color: rgba(245, 244, 236, 0.36);
  font-size: 0.66rem;
}

body.has-app-rail .skill-card-info-menu {
  width: 28px;
  height: 28px;
  opacity: 0.48;
  border-radius: 6px;
  color: rgba(245, 244, 236, 0.72);
  font-size: 0;
  transition:
    opacity 220ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.has-app-rail .skill-card:hover .skill-card-info-menu,
body.has-app-rail .skill-card-info-menu:focus-visible {
  opacity: 1;
}

body.has-app-rail .skills-empty-grid {
  grid-column: 1 / -1;
  padding: 48px 8px;
  color: var(--skills-muted);
}

.skill-detail-backdrop {
  position: fixed;
  z-index: 38;
  inset: 0;
  background: rgba(3, 4, 5, 0.62);
  opacity: 0;
  transition: opacity 320ms cubic-bezier(0.32, 0.72, 0, 1);
}

.skill-detail-backdrop.is-open {
  opacity: 1;
}

body.has-app-rail .skill-detail {
  position: fixed;
  z-index: 39;
  top: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  width: min(520px, calc(100vw - 32px));
  padding: 24px;
  border: 1px solid rgba(245, 244, 236, 0.12);
  border-radius: 16px;
  background: #121416;
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateX(calc(100% + 28px));
  pointer-events: none;
  transition:
    transform 480ms cubic-bezier(0.32, 0.72, 0, 1),
    opacity 300ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.has-app-rail .skill-detail.is-open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.skill-detail-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 244, 236, 0.68);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
}

.skill-detail-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.has-app-rail .skill-detail-toolbar {
  padding-right: 42px;
}

body.has-app-rail .skill-detail-toolbar strong {
  font-size: 1.25rem;
}

.skill-cover.has-image {
  background: #090a0b;
}

.skill-cover-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skill-card-icon-image {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.skill-cover.has-image::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 6, 7, 0.05) 25%, rgba(5, 6, 7, 0.72) 100%);
}

.skill-cover.has-image .skill-cover-label {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.skill-cover-upload {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px dashed rgba(215, 247, 42, 0.28);
  border-radius: 12px;
  background: rgba(215, 247, 42, 0.035);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 120ms ease;
}

.skill-cover-upload:hover {
  border-color: rgba(215, 247, 42, 0.58);
  background: rgba(215, 247, 42, 0.07);
}

.skill-cover-upload:active {
  transform: scale(0.992);
}

.skill-cover-preview {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 247, 42, 0.12), transparent 55%),
    #0b0c0d;
  color: rgba(245, 244, 236, 0.42);
  font-size: 10px;
  text-align: center;
}

.skill-cover-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skill-cover-upload-copy {
  display: grid;
  gap: 4px;
}

.skill-cover-upload-copy strong {
  color: #f4f3ed;
  font-size: 13px;
}

.skill-cover-upload-copy small,
.skill-file-drop small {
  color: rgba(245, 244, 236, 0.48);
  font-size: 11px;
}

.skill-cover-remove {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff8b7b;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.skill-file-drop {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 142px;
  margin: 16px 0;
  padding: 24px;
  place-content: center;
  border: 1px dashed rgba(215, 247, 42, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0, rgba(215, 247, 42, 0.08), transparent 65%),
    rgba(255, 255, 255, 0.02);
  color: #f4f3ed;
  cursor: pointer;
  text-align: center;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

.skill-file-drop:hover,
.skill-file-drop.is-dragging {
  border-color: var(--skills-accent);
  background: rgba(215, 247, 42, 0.07);
}

.skill-file-drop-mark {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 3px;
  place-items: center;
  border-radius: 50%;
  background: var(--skills-accent);
  color: #0a0b0b;
  font-size: 20px;
  font-weight: 900;
}

.skill-import-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
  color: rgba(245, 244, 236, 0.34);
  font-size: 11px;
}

.skill-import-divider::before,
.skill-import-divider::after {
  height: 1px;
  flex: 1;
  background: rgba(245, 244, 236, 0.09);
  content: "";
}

@media (max-width: 1320px) {
  body.has-app-rail .skills-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skills-common-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.has-app-rail .skills-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  body.has-app-rail .skills-sidebar {
    padding-inline: 16px;
  }

  body.has-app-rail .skills-toolbar {
    grid-template-columns: minmax(220px, 1fr) 145px;
  }

  body.has-app-rail .skills-import-btn {
    display: none;
  }

  body.has-app-rail .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html[data-app-rail="skills"] body.has-app-rail {
    overflow: auto;
  }

  body.has-app-rail .skills-shell {
    display: block;
    height: auto;
    min-height: 100dvh;
  }

  body.has-app-rail .skills-sidebar {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--skills-line);
  }

  body.has-app-rail .skills-cat-nav {
    display: flex;
    overflow-x: auto;
  }

  body.has-app-rail .skills-cat-btn {
    width: auto;
    min-width: max-content;
  }

  body.has-app-rail .skills-filter-block {
    margin-top: 16px;
  }

  body.has-app-rail .skills-main {
    padding: 22px 16px 32px;
    overflow: visible;
  }

  .skills-common-grid,
  body.has-app-rail .skills-grid {
    grid-template-columns: 1fr;
  }

  body.has-app-rail .skill-card {
    aspect-ratio: 1.05;
  }

  body.has-app-rail .skills-grid-wrap {
    overflow: visible;
  }

  body.has-app-rail .skills-toolbar {
    grid-template-columns: 1fr;
  }

  body.has-app-rail .skills-sort {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.has-app-rail .skills-cat-btn,
  .skill-common-card,
  body.has-app-rail .skill-card,
  .skill-detail-backdrop,
  body.has-app-rail .skill-detail {
    transition: none !important;
  }
}
