.makers-shell {
  min-height: calc(100vh - 72px);
  background: #fff;
}

.discovery-sidebar-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.makers-main {
  padding: 20px 32px 28px;
  background: #fff;
  color: #111738;
}

.makers-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 11px; color: #5d6686; font-size: 12px; }
.makers-breadcrumb a { color: #5d6686; }
.makers-breadcrumb a:hover { color: #5b21d1; }
.makers-breadcrumb span:last-child { color: #5b21d1; font-weight: 700; }

.makers-heading {
  display: grid;
  grid-template-columns: minmax(370px, 1fr) auto minmax(300px, 360px);
  align-items: center;
  gap: 28px;
}

.makers-heading h1,
.maker-profile-hero h1 {
  margin: 0;
  color: #111633;
  font-size: 27px;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.makers-heading p { margin: 6px 0 0; color: #5b6483; font-size: 12px; }
.makers-total { justify-self: end; color: #5b6483; font-size: 12px; font-weight: 650; white-space: nowrap; }

.makers-search {
  display: grid;
  height: 40px;
  grid-template-columns: 20px minmax(0, 1fr) 44px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e3e5ef;
  border-radius: 8px;
  background: #fff;
}
.makers-search > svg { width: 17px; height: 17px; margin-left: 12px; fill: none; stroke: #344064; stroke-width: 1.8; }
.makers-search input { min-width: 0; height: 100%; border: 0; outline: 0; padding: 0 10px; color: #17203f; font: inherit; font-size: 12px; }
.makers-search input::placeholder { color: #7b839e; opacity: 1; }
.makers-search button { display: grid; height: 100%; place-items: center; border: 0; border-left: 1px solid #ececf3; background: #fff; color: #253155; }
.makers-search button:hover { background: #f8f6ff; color: #6624e8; }
.makers-search button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

.makers-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 23px 0 16px; }
.makers-filters label {
  display: grid;
  width: 132px;
  min-height: 45px;
  align-content: center;
  border: 1px solid #e1e4ee;
  border-radius: 8px;
  padding: 6px 11px;
  background: #fff;
}
.makers-filters label:nth-of-type(3) { width: 178px; }
.makers-filters label:nth-of-type(4) { width: 178px; }
.makers-filters label span { color: #4e5877; font-size: 10px; line-height: 1.2; }
.makers-filters select { width: 100%; border: 0; outline: 0; padding: 2px 18px 0 0; background: transparent; color: #1c2749; font: inherit; font-size: 11px; }
.makers-filter-submit { display: none; }
.makers-reset { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; border: 1px solid #d8cef9; border-radius: 7px; padding: 0 14px; color: #6425df; font-size: 11px; font-weight: 700; }
.makers-reset:hover { background: #f7f3ff; }
.makers-reset svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.makers-list { overflow: hidden; border: 1px solid #e2e4ed; border-radius: 8px; background: #fff; }
.maker-row {
  display: grid;
  min-height: 109px;
  grid-template-columns: minmax(360px, 2.8fr) minmax(92px, .8fr) minmax(110px, .9fr) minmax(115px, .9fr) 124px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e6e7ef;
  padding: 12px 20px 12px 16px;
}
.maker-row:last-child { border-bottom: 0; }
.maker-row:hover { background: #fdfcff; }
.maker-identity { display: grid; min-width: 0; grid-template-columns: 62px minmax(0, 1fr); align-items: center; gap: 15px; }
.maker-row-avatar { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
img.maker-row-avatar, img.maker-public-avatar { filter: grayscale(1) contrast(1.08); }
.maker-row-avatar--fallback { display: grid; place-items: center; border: 3px solid rgb(255 255 255 / 75%); color: #fff; font-size: 16px; font-weight: 850; box-shadow: 0 2px 9px rgb(30 35 76 / 16%); }
.maker-color-1 { background: linear-gradient(145deg, #1c2747, #84664f); }
.maker-color-2 { background: linear-gradient(145deg, #6d3c2d, #de9a7e); }
.maker-color-3 { background: linear-gradient(145deg, #253a61, #4f9f9b); }
.maker-color-4 { background: linear-gradient(145deg, #302044, #d56c8a); }
.maker-color-5 { background: linear-gradient(145deg, #493629, #df9d52); }
.maker-color-6 { background: linear-gradient(145deg, #284b58, #e0ad7b); }
.maker-copy { min-width: 0; }
.maker-copy h2 { display: flex; align-items: center; gap: 6px; margin: 0; font-size: 13px; font-weight: 850; line-height: 1.2; }
.maker-copy h2 a { overflow: hidden; color: #121936; text-overflow: ellipsis; white-space: nowrap; }
.maker-copy h2 a:hover { color: #6424df; }
.maker-verified { display: inline-flex; width: 14px; height: 14px; flex: 0 0 auto; color: #6322e6; }
.maker-verified svg { width: 100%; height: 100%; fill: currentColor; stroke: #fff; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.maker-copy > strong { display: block; overflow: hidden; margin-top: 2px; color: #56607f; font-size: 10px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.maker-location { display: flex; align-items: center; gap: 4px; margin-top: 4px; color: #586281; font-size: 9.5px; }
.maker-location svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.maker-copy p { overflow: hidden; margin: 4px 0 0; color: #55607f; font-size: 9.5px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.maker-external { display: inline-flex; margin-top: 4px; color: #526083; }
.maker-external:hover { color: #6124da; }
.maker-external svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.maker-metric { margin: 0; }
.maker-metric dt { margin-bottom: 10px; color: #526080; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.maker-metric dd { margin: 0; color: #111735; font-size: 12px; font-weight: 800; }
.maker-metric:first-of-type dd { font-size: 15px; }
.maker-tag { display: inline-flex; width: fit-content; border-radius: 5px; padding: 4px 8px; background: #eee8ff; color: #6322df !important; font-size: 9px !important; line-height: 1; }
.maker-tag--design { background: #ffe9ef; color: #dc2559 !important; }
.maker-tag--productivite, .maker-tag--productivity { background: #e6f1ff; color: #1267da !important; }
.maker-tag--finance { background: #dcf8ec; color: #008451 !important; }
.maker-tag--vente, .maker-tag--sales { background: #e6f0ff; color: #1458dd !important; }
.maker-tag--marketing { background: #f1e9ff; color: #7a28e4 !important; }
.maker-profile-button { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; gap: 12px; border: 1px solid #ddd4fa; border-radius: 6px; color: #5e21db; font-size: 11px; font-weight: 750; white-space: nowrap; }
.maker-profile-button:hover { border-color: #8c65ee; background: #f9f6ff; }
.maker-profile-button svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.makers-pagination-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 12px 0 18px; }
.makers-pagination { display: flex; grid-column: 2; align-items: center; justify-content: center; gap: 6px; }
.makers-pagination a, .makers-pagination > span:not(.makers-pagination-ellipsis) { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid #e0e3ec; border-radius: 6px; color: #34405f; font-size: 10px; }
.makers-pagination a:hover { background: #f7f4ff; }
.makers-pagination a[aria-current="page"] { border-color: #8b45ff; background: #f7f2ff; color: #6721e3; font-weight: 800; }
.makers-pagination > span[aria-disabled="true"] { color: #b4b8c7; }
.makers-pagination-ellipsis { color: #626b85; font-size: 11px; }
.makers-per-page { justify-self: end; }
.makers-per-page label { display: flex; align-items: center; gap: 7px; color: #59627f; font-size: 10px; }
.makers-per-page select { height: 32px; border: 1px solid #e0e3ec; border-radius: 6px; padding: 0 22px 0 10px; background: #fff; color: #1d2748; font: inherit; }

.makers-cta { display: grid; min-height: 67px; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 15px; border-radius: 8px; padding: 11px 20px 11px 14px; background: linear-gradient(90deg, #fbf7ff, #f7f0ff); }
.makers-cta-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 8px; background: #fff; color: #6923e8; box-shadow: 0 4px 14px rgb(95 40 205 / 10%); }
.makers-cta-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.makers-cta strong { display: block; font-size: 13px; }
.makers-cta p { margin: 4px 0 0; color: #626b88; font-size: 10px; }
.makers-cta > a { display: inline-flex; min-height: 35px; align-items: center; gap: 7px; border-radius: 5px; padding: 0 16px; background: linear-gradient(100deg, #5f1bd8, #7725ef); color: #fff; font-size: 11px; font-weight: 750; box-shadow: 0 5px 14px rgb(95 27 216 / 19%); }
.makers-cta > a svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.makers-empty { display: grid; min-height: 310px; place-items: center; align-content: center; border: 1px solid #e3e3ed; border-radius: 10px; padding: 42px 24px; text-align: center; }
.makers-empty > span { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 14px; background: #f3edff; color: #6623e1; }
.makers-empty svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.makers-empty h2 { margin: 16px 0 7px; font-size: 18px; }
.makers-empty p { margin: 0; color: #626b86; font-size: 12px; }
.makers-empty > a { margin-top: 18px; border-radius: 6px; padding: 10px 15px; background: #6722df; color: #fff; font-size: 11px; font-weight: 750; }

.maker-back { display: inline-block; margin: 4px 0 22px; color: #6223d8; font-size: 12px; font-weight: 700; }
.maker-profile-hero { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; align-items: center; gap: 26px; border: 1px solid #e5e3ef; border-radius: 14px; padding: 30px; background: linear-gradient(135deg, #fff, #faf7ff); }
.maker-profile-hero > img, .maker-profile-avatar { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; }
.maker-profile-avatar { display: grid; place-items: center; background: linear-gradient(145deg, #2e3760, #7c33eb); color: #fff; font-size: 28px; font-weight: 850; }
.maker-profile-kicker { margin: 0 0 7px !important; color: #6722dd !important; font-size: 10px !important; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.maker-profile-hero h1 { font-size: 36px; }
.maker-profile-location { margin: 6px 0 !important; color: #636c88 !important; font-size: 12px !important; }
.maker-profile-hero div > p:last-child { max-width: 700px; margin: 10px 0 0; color: #4e5877; font-size: 13px; line-height: 1.65; }
.maker-profile-site { border: 1px solid #d8cdf9; border-radius: 7px; padding: 10px 14px; color: #6424dd; font-size: 11px; font-weight: 750; }
.maker-profile-apps { display: flex; align-items: end; justify-content: space-between; margin: 32px 0 15px; }
.maker-profile-apps h2 { margin: 0; font-size: 23px; }
.maker-profile-apps > span { color: #59627f; font-size: 11px; }
.maker-profile-app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.maker-profile-app-grid > a { display: grid; min-height: 106px; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; border: 1px solid #e3e4ed; border-radius: 10px; padding: 16px; color: #18203e; }
.maker-profile-app-grid > a:hover { border-color: #bda9f4; box-shadow: 0 8px 25px rgb(46 35 89 / 8%); }
.maker-profile-app-grid > a > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 10px; background: #f0eaff; color: #6424dd; font-weight: 850; }
.maker-profile-app-grid strong { font-size: 13px; }
.maker-profile-app-grid p { margin: 4px 0 0; color: #626b86; font-size: 10px; line-height: 1.4; }
.makers-empty--profile { min-height: 200px; }

@media (min-width: 901px) {
  body:has(.makers-shell) .site-footer .container { max-width: none; padding-inline: 24px; }
}

@media (max-width: 1180px) {
  .makers-main { padding-inline: 22px; }
  .makers-heading { grid-template-columns: minmax(320px, 1fr) auto; }
  .makers-search { grid-column: 1 / -1; max-width: 520px; }
  .maker-row { grid-template-columns: minmax(320px, 2.5fr) repeat(3, minmax(90px, .8fr)); }
  .maker-profile-button { grid-column: 2 / -1; justify-self: end; width: 124px; }
}

@media (max-width: 900px) {
  .makers-main { padding: 30px 18px 45px; }
  .maker-row { grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(86px, .7fr)); }
  .maker-profile-app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .makers-heading { grid-template-columns: 1fr auto; gap: 14px; }
  .makers-heading h1 { font-size: 25px; }
  .makers-search { max-width: none; }
  .makers-filters label, .makers-filters label:nth-of-type(3), .makers-filters label:nth-of-type(4) { width: calc(50% - 5px); }
  .makers-list { border: 0; overflow: visible; }
  .maker-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 12px; border: 1px solid #e3e4ed !important; border-radius: 10px; padding: 17px; }
  .maker-identity { grid-column: 1 / -1; }
  .maker-metric dt { margin-bottom: 6px; }
  .maker-profile-button { grid-column: 1 / -1; width: 100%; }
  .makers-pagination-bar { grid-template-columns: 1fr; gap: 12px; }
  .makers-pagination { grid-column: 1; }
  .makers-per-page { justify-self: center; }
  .makers-cta { grid-template-columns: 44px 1fr; }
  .makers-cta > a { grid-column: 1 / -1; justify-content: center; }
  .maker-profile-hero { grid-template-columns: 76px 1fr; padding: 22px; }
  .maker-profile-hero > img, .maker-profile-avatar { width: 76px; height: 76px; }
  .maker-profile-hero h1 { font-size: 28px; }
  .maker-profile-site { grid-column: 1 / -1; text-align: center; }
  .maker-profile-app-grid { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .makers-heading { grid-template-columns: 1fr; }
  .makers-total { justify-self: start; }
  .makers-filters label, .makers-filters label:nth-of-type(3), .makers-filters label:nth-of-type(4) { width: 100%; }
  .makers-reset { width: 100%; justify-content: center; }
  .maker-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .maker-specialty { grid-column: 1 / -1; }
}

/* Public maker profile */
.maker-public-page { width: min(1480px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0 64px; color: #111633; }
.maker-public-page a { text-decoration: none; }
.maker-public-breadcrumb { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #69728e; font-size: 13px; }
.maker-public-breadcrumb a { color: #4d5778; }
.maker-public-breadcrumb a:hover, .maker-public-breadcrumb span:last-child { color: #5920d6; }
.maker-public-breadcrumb span:last-child { font-weight: 750; }
.maker-public-hero { display: grid; grid-template-columns: 168px minmax(0, 1fr) auto; align-items: center; gap: 34px; min-height: 224px; padding: 8px 16px 28px; }
.maker-public-avatar-wrap { align-self: start; }
.maker-public-avatar { display: block; width: 166px; height: 166px; border: 6px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 34px rgb(28 27 70 / 14%); }
.maker-public-avatar--fallback { display: grid; place-items: center; background: linear-gradient(145deg, #202a55, #7836e8 72%, #f64882); color: #fff; font-size: 38px; font-weight: 850; }
.maker-public-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.maker-public-title-row h1 { margin: 0; color: #0c1233; font-size: clamp(36px, 4vw, 54px); font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.maker-public-title-row > span { border-radius: 999px; padding: 7px 13px; background: #f0eaff; color: #6325dc; font-size: 12px; font-weight: 800; }
.maker-public-bio { max-width: 760px; margin: 17px 0 18px; color: #3e496d; font-size: 16px; line-height: 1.7; }
.maker-public-facts { display: flex; flex-wrap: wrap; gap: 13px 26px; color: #475476; font-size: 13px; }
.maker-public-facts span, .maker-public-facts a { display: inline-flex; align-items: center; gap: 8px; color: inherit; }
.maker-public-facts a { color: #5a22d1; font-weight: 700; }
.maker-public-facts svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.maker-public-specialties { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.maker-public-specialties a, .maker-public-tag-list a { border-radius: 999px; padding: 6px 11px; background: #f4f0ff; color: #6026d7; font-size: 11px; font-weight: 700; }
.maker-public-actions { display: flex; align-self: start; align-items: center; gap: 10px; padding-top: 15px; }
.maker-public-contact { display: inline-flex; min-height: 43px; align-items: center; gap: 8px; border: 1px solid #7436ef; border-radius: 8px; padding: 0 18px; color: #5d24d8; font-size: 13px; font-weight: 800; }
.maker-public-contact:hover { background: #f8f4ff; }
.maker-public-contact svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.maker-public-actions details { position: relative; }
.maker-public-actions summary { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #cfd3e0; border-radius: 8px; color: #283456; font-weight: 800; cursor: pointer; list-style: none; }
.maker-public-actions summary::-webkit-details-marker { display: none; }
.maker-public-actions details > div { position: absolute; z-index: 5; display: grid; width: 190px; top: calc(100% + 8px); right: 0; overflow: hidden; border: 1px solid #e2e2ed; border-radius: 9px; background: #fff; box-shadow: 0 16px 42px rgb(28 24 65 / 15%); }
.maker-public-actions details > div a { padding: 11px 13px; color: #27304f; font-size: 12px; }
.maker-public-actions details > div a:hover { background: #f8f5ff; color: #5b22d5; }
.maker-public-tabs { display: flex; gap: 38px; margin-top: 3px; border-bottom: 1px solid #e5e6ef; padding: 0 16px; }
.maker-public-tabs a { position: relative; padding: 14px 2px 17px; color: #3c4869; font-size: 13px; font-weight: 750; }
.maker-public-tabs a:hover, .maker-public-tabs a.is-active { color: #5e1ee0; }
.maker-public-tabs a.is-active::after { position: absolute; height: 2px; right: 0; bottom: -1px; left: 0; border-radius: 2px; background: #5e1ee0; content: ""; }
.maker-public-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(390px, .95fr); align-items: start; gap: 20px; margin-top: 20px; }
.maker-public-main, .maker-public-rail { display: grid; gap: 20px; }
.maker-public-card { scroll-margin-top: 96px; border: 1px solid #e3e5ee; border-radius: 14px; background: #fff; box-shadow: 0 3px 14px rgb(28 31 69 / 3%); }
.maker-public-about, .maker-public-apps, .maker-public-review, .maker-public-stats { padding: 24px 26px; }
.maker-public-eyebrow { margin: 0 0 5px !important; color: #702ee6 !important; font-size: 10px !important; font-weight: 850 !important; letter-spacing: .08em; text-transform: uppercase; }
.maker-public-card h2 { margin: 0; color: #111733; font-size: 18px; letter-spacing: -.02em; }
.maker-public-about > p:not(.maker-public-eyebrow) { margin: 12px 0 0; color: #4d5878; font-size: 13px; line-height: 1.8; }
.maker-public-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.maker-public-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.maker-public-section-heading > span { color: #66708d; font-size: 11px; }
.maker-public-app-list { display: grid; }
.maker-public-app-list > a { display: grid; min-height: 128px; grid-template-columns: 58px minmax(0, 1fr) 20px; align-items: center; gap: 18px; border-top: 1px solid #e7e8ef; padding: 18px 4px; color: #171d3c; }
.maker-public-app-list > a:hover { background: #fdfcff; }
.maker-public-app-list > a > img, .maker-public-app-logo { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 13px; object-fit: cover; }
.maker-public-app-logo { background: linear-gradient(145deg, #1b1240, #5f28d5); color: #fff; font-size: 20px; font-weight: 850; box-shadow: 0 7px 18px rgb(50 35 105 / 18%); }
.maker-public-app-logo--2 { background: linear-gradient(145deg, #3c2bc2, #6754ef); }
.maker-public-app-logo--3 { background: linear-gradient(145deg, #09a89b, #48c9bc); }
.maker-public-app-logo--4 { background: linear-gradient(145deg, #e63f78, #ff8270); }
.maker-public-app-copy > strong { font-size: 15px; }
.maker-public-app-copy > p { margin: 5px 0 14px; color: #65708e; font-size: 11px; line-height: 1.5; }
.maker-public-app-copy dl { display: flex; flex-wrap: wrap; gap: 22px; margin: 0; }
.maker-public-app-copy dl div { min-width: 74px; }
.maker-public-app-copy dt { color: #79819a; font-size: 8px; text-transform: uppercase; }
.maker-public-app-copy dd { margin: 4px 0 0; color: #18203f; font-size: 11px; font-weight: 800; }
.maker-public-app-copy dd span { color: #ff9e00; }
.maker-public-app-arrow { width: 18px; height: 18px; fill: none; stroke: #8b93aa; stroke-width: 2; }
.maker-public-empty { border-top: 1px solid #e7e8ef; padding: 35px 10px 22px; text-align: center; }
.maker-public-empty p { margin: 7px 0 0; color: #69728e; font-size: 12px; }
.maker-public-stats > dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.maker-public-stats > dl > div { display: grid; min-height: 135px; align-content: start; border: 1px solid #ececf3; border-radius: 11px; padding: 16px; }
.maker-stat-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: #f1ebff; color: #6225dc; }
.maker-stat-icon--pink { background: #fff0f6; color: #ed2766; }
.maker-stat-icon--orange { background: #fff5e4; color: #ef9200; }
.maker-stat-icon--blue { background: #edf3ff; color: #315bdd; }
.maker-stat-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.maker-public-stats dd { order: 2; margin: 13px 0 0; color: #111733; font-size: 22px; font-weight: 850; letter-spacing: -.02em; }
.maker-public-stats dt { order: 3; margin-top: 5px; color: #636d89; font-size: 10px; line-height: 1.35; }
.maker-public-stats > p { margin: 12px 2px 0; color: #868da2; font-size: 9px; line-height: 1.45; }
.maker-public-review blockquote { margin: 16px 0; border-left: 3px solid #8d5bf2; padding: 2px 0 2px 15px; color: #3d4869; font-size: 12px; line-height: 1.7; }
.maker-public-review footer { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.maker-public-review footer > img, .maker-public-review footer > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; object-fit: cover; background: linear-gradient(145deg, #35206e, #d46a8b); color: #fff; font-weight: 800; }
.maker-public-review footer strong, .maker-public-review footer small { display: block; }
.maker-public-review footer strong { font-size: 11px; }
.maker-public-review footer small { margin-top: 3px; color: #737c96; font-size: 9px; }
.maker-public-review footer em { color: #ff9c00; font-size: 11px; font-style: normal; white-space: nowrap; }
.maker-public-review footer em b { margin-left: 4px; color: #232c4e; }
.maker-public-review > a { display: block; margin-top: 18px; color: #5d23d8; font-size: 11px; font-weight: 800; text-align: center; }

@media (max-width: 1080px) {
  .maker-public-hero { grid-template-columns: 126px minmax(0, 1fr); gap: 24px; }
  .maker-public-avatar { width: 126px; height: 126px; }
  .maker-public-actions { grid-column: 2; padding-top: 0; }
  .maker-public-layout { grid-template-columns: minmax(0, 1.35fr) minmax(330px, .9fr); }
}
@media (max-width: 820px) {
  .maker-public-page { width: min(100% - 28px, 700px); padding-top: 17px; }
  .maker-public-hero { grid-template-columns: 92px minmax(0, 1fr); padding-inline: 0; }
  .maker-public-avatar { width: 92px; height: 92px; border-width: 4px; }
  .maker-public-avatar--fallback { font-size: 25px; }
  .maker-public-title-row h1 { font-size: 34px; }
  .maker-public-bio { font-size: 14px; }
  .maker-public-actions { grid-column: 1 / -1; }
  .maker-public-layout { grid-template-columns: 1fr; }
  .maker-public-rail { grid-row: 1; }
  .maker-public-main { grid-row: 2; }
}
@media (max-width: 520px) {
  .maker-public-page { width: calc(100% - 22px); padding-bottom: 42px; }
  .maker-public-breadcrumb { margin-bottom: 15px; font-size: 11px; }
  .maker-public-hero { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; }
  .maker-public-avatar { width: 72px; height: 72px; }
  .maker-public-title-row { gap: 8px; }
  .maker-public-title-row h1 { font-size: 28px; }
  .maker-public-title-row > span { padding: 5px 8px; font-size: 9px; }
  .maker-public-bio, .maker-public-facts, .maker-public-specialties { grid-column: 1 / -1; }
  .maker-public-facts { gap: 10px; font-size: 11px; }
  .maker-public-actions { display: grid; grid-template-columns: 1fr 43px; width: 100%; }
  .maker-public-contact { justify-content: center; }
  .maker-public-tabs { gap: 24px; overflow-x: auto; padding-inline: 4px; }
  .maker-public-about, .maker-public-apps, .maker-public-review, .maker-public-stats { padding: 20px 17px; }
  .maker-public-stats > dl { grid-template-columns: 1fr 1fr; }
  .maker-public-stats > dl > div { min-height: 124px; padding: 13px; }
  .maker-public-app-list > a { grid-template-columns: 48px minmax(0, 1fr) 14px; gap: 12px; }
  .maker-public-app-list > a > img, .maker-public-app-logo { width: 48px; height: 48px; }
  .maker-public-app-copy dl { gap: 12px; }
  .maker-public-app-copy dl div { min-width: 54px; }
  .maker-public-review footer { grid-template-columns: 40px minmax(0, 1fr); }
  .maker-public-review footer em { grid-column: 2; }
}

/* Public maker profile — full-width reference layout */
.maker-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.maker-profile-shell { display: block; width: 100%; box-sizing: border-box; margin: 0; padding-inline: clamp(20px, 2.4vw, 46px); color: #111633; }
.maker-profile-shell svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.maker-discovery-sidebar { min-height: calc(100vh - 73px); border-right: 1px solid #e9eaf2; padding: 18px 20px 40px 0; }
.maker-discovery-sidebar a { text-decoration: none; }
.maker-discovery-nav, .maker-category-nav { display: grid; }
.maker-discovery-nav { gap: 4px; }
.maker-discovery-nav a, .maker-category-nav a { display: flex; align-items: center; gap: 11px; color: #303958; }
.maker-discovery-nav a { min-height: 44px; padding: 8px 10px; border-radius: 7px; font-size: 13px; }
.maker-discovery-nav a:hover, .maker-category-nav a:hover { color: #ff315f; background: #fff5f7; }
.maker-discovery-nav a.is-active { border-right: 3px solid #ff2e68; border-radius: 7px 0 0 7px; color: #f51d59; background: linear-gradient(90deg, #fff3f6, #fff8f9); font-weight: 800; }
.maker-discovery-nav svg, .maker-category-nav svg { width: 17px; height: 17px; flex: 0 0 17px; color: #5a6585; }
.maker-discovery-nav .is-active svg { color: #ff2e68; }
.maker-discovery-block { margin-top: 18px; border-top: 1px solid #e6e8f0; padding-top: 18px; }
.maker-discovery-block > p, .maker-discovery-filters > p { margin: 0 0 8px; color: #35405f; font-size: 10px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.maker-category-nav a { min-height: 32px; padding: 5px 9px; color: #37415e; font-size: 12px; line-height: 1.35; }
.maker-category-nav svg { width: 15px; height: 15px; flex-basis: 15px; }
.maker-discovery-filters { display: grid; gap: 7px; margin-top: 19px; border-top: 1px solid #e6e8f0; padding-top: 18px; }
.maker-discovery-filters label { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 8px; color: #222c4d; font-size: 12px; font-weight: 600; }
.maker-discovery-filters select { width: 82px; height: 34px; border: 1px solid #dde1ec; border-radius: 8px; padding: 0 24px 0 10px; background-color: #fff; color: #68718d; font: inherit; font-size: 11px; box-shadow: 0 2px 7px rgb(32 38 76 / 5%); }
.maker-discovery-filters button { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.maker-profile-shell .maker-public-page { width: 100%; max-width: none; margin: 0; padding: 18px 0 54px; }
.maker-profile-shell .maker-public-breadcrumb { gap: 10px; margin: 0 0 24px; padding-inline: 4px; color: #6a7390; font-size: 12px; }
.maker-profile-columns { display: grid; grid-template-columns: minmax(0, 1.57fr) minmax(390px, .96fr); align-items: start; gap: 20px; }
.maker-profile-primary, .maker-profile-shell .maker-public-rail, .maker-profile-shell .maker-public-main { display: grid; align-content: start; gap: 16px; }
.maker-profile-shell .maker-public-hero { display: grid; grid-template-columns: 145px minmax(0, 1fr) auto; align-items: start; gap: 25px; min-height: 220px; padding: 3px 0 10px; }
.maker-profile-shell .maker-public-avatar-wrap { padding-left: 4px; }
.maker-profile-shell .maker-public-avatar { width: 140px; height: 140px; border: 5px solid #fff; box-shadow: 0 9px 24px rgb(25 31 70 / 13%); }
.maker-profile-shell .maker-public-avatar--fallback { font-size: 34px; }
.maker-profile-shell .maker-public-identity { padding-top: 12px; }
.maker-profile-shell .maker-public-title-row { gap: 12px; }
.maker-profile-shell .maker-public-title-row h1 { font-size: clamp(30px, 2.65vw, 38px); letter-spacing: -.035em; }
.maker-profile-shell .maker-public-title-row > span { padding: 5px 11px; background: #f2edff; color: #6325dc; font-size: 10px; }
.maker-profile-shell .maker-public-bio { max-width: 540px; margin: 15px 0 17px; color: #3c476b; font-size: 13px; line-height: 1.65; }
.maker-profile-shell .maker-public-facts { gap: 12px 21px; font-size: 11px; }
.maker-profile-shell .maker-public-facts svg { width: 16px; height: 16px; }
.maker-public-socials { display: flex; gap: 10px; margin-top: 18px; }
.maker-public-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #e5e6ee; border-radius: 50%; color: #172044; background: #fff; box-shadow: 0 4px 10px rgb(25 31 70 / 5%); font-size: 12px; }
.maker-public-socials a:hover { border-color: #cabaf8; color: #5d24d8; }
.maker-profile-shell .maker-public-actions { align-self: start; padding-top: 14px; }
.maker-profile-shell .maker-public-contact { min-height: 39px; padding-inline: 14px; font-size: 11px; }
.maker-profile-shell .maker-public-contact svg { width: 15px; height: 15px; }
.maker-profile-shell .maker-public-actions summary { width: 39px; height: 39px; font-size: 11px; }
.maker-profile-shell .maker-public-tabs { gap: 34px; margin: 0; padding: 0 14px; }
.maker-profile-shell .maker-public-tabs a { padding: 13px 2px 15px; font-size: 11px; white-space: nowrap; }
.maker-profile-shell .maker-public-card { border-color: #e2e4ed; border-radius: 12px; box-shadow: 0 2px 9px rgb(26 32 70 / 3%); }
.maker-profile-shell .maker-public-card h2 { font-size: 14px; letter-spacing: -.01em; }
.maker-profile-shell .maker-public-about, .maker-profile-shell .maker-public-apps, .maker-profile-shell .maker-public-review, .maker-profile-shell .maker-public-stats, .maker-public-journey, .maker-public-updates { padding: 20px 21px; }
.maker-profile-shell .maker-public-about > p { margin: 10px 0 0; color: #344061; font-size: 11px; line-height: 1.75; }
.maker-profile-shell .maker-public-tag-list { gap: 8px; margin-top: 17px; }
.maker-profile-shell .maker-public-tag-list a { padding: 5px 10px; font-size: 9px; }
.maker-public-journey ol { position: relative; display: grid; gap: 16px; margin: 18px 0 0; padding: 0; list-style: none; }
.maker-public-journey ol::before { position: absolute; top: 7px; bottom: 7px; left: 3px; width: 1px; content: ""; background: #d9cffd; }
.maker-public-journey li { position: relative; display: grid; grid-template-columns: 45px minmax(0, 1fr); align-items: start; gap: 12px; padding-left: 17px; color: #354160; font-size: 11px; }
.maker-public-journey li::before { position: absolute; top: 3px; left: 0; width: 8px; height: 8px; border: 3px solid #eee9ff; border-radius: 50%; content: ""; background: #6128ed; }
.maker-public-journey time { color: #5c24dc; font-weight: 800; }
.maker-public-empty-line { margin: 16px 0 0; color: #7b8298; font-size: 11px; line-height: 1.6; }
.maker-update-list { display: grid; gap: 11px; margin-top: 15px; }
.maker-update-item { display: grid; grid-template-columns: 86px minmax(0, 1fr) 12px; align-items: center; gap: 13px; color: #17203f; text-decoration: none; }
.maker-update-item img, .maker-update-placeholder { display: block; width: 86px; height: 45px; border-radius: 6px; object-fit: cover; }
.maker-update-placeholder { position: relative; overflow: hidden; background: linear-gradient(135deg, #251456, #6b2ed8 55%, #d954a1); }
.maker-update-placeholder::after { position: absolute; width: 40px; height: 15px; right: 7px; bottom: 7px; border-radius: 3px; content: ""; background: rgb(255 255 255 / 28%); }
.maker-update-placeholder--2 { background: linear-gradient(135deg, #ebf1fa, #b8cdf4 55%, #fff); }
.maker-update-placeholder--3 { background: linear-gradient(135deg, #371464, #aa2ec9 55%, #f15d87); }
.maker-update-item > span:nth-child(2) { display: grid; gap: 4px; }
.maker-update-item strong { font-size: 11px; line-height: 1.35; }
.maker-update-item small { color: #747d98; font-size: 9px; }
.maker-update-item > b { color: #838ba2; font-size: 18px; font-weight: 400; }
.maker-section-link { display: block; margin-top: 16px; color: #5b20dc; font-size: 10px; font-weight: 800; text-align: center; text-decoration: none; }
.maker-profile-shell .maker-public-section-heading { align-items: center; margin-bottom: 15px; }
.maker-profile-shell .maker-public-section-heading > span { border: 1px solid #e0e2eb; border-radius: 7px; padding: 8px 10px; color: #53607f; font-size: 9px; font-weight: 700; }
.maker-profile-shell .maker-public-stats > dl { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.maker-profile-shell .maker-public-stats > dl > div { min-height: 135px; padding: 13px 11px; }
.maker-profile-shell .maker-stat-icon { width: 31px; height: 31px; }
.maker-profile-shell .maker-stat-icon svg { width: 17px; height: 17px; }
.maker-stat-icon--violet { color: #6231d9; background: #f0ebff; }
.maker-profile-shell .maker-public-stats dd { margin-top: 12px; font-size: 19px; white-space: nowrap; }
.maker-profile-shell .maker-public-stats dt { margin-top: 8px; font-size: 8px; line-height: 1.4; }
.maker-profile-shell .maker-public-stats > p { margin-top: 10px; }
.maker-profile-shell .maker-public-apps > h2 { margin-bottom: 14px; }
.maker-profile-shell .maker-public-app-list > a { min-height: 126px; grid-template-columns: 50px minmax(0, 1fr) 14px; gap: 13px; padding: 15px 2px; }
.maker-profile-shell .maker-public-app-list > a > img, .maker-profile-shell .maker-public-app-logo { width: 50px; height: 50px; border-radius: 11px; }
.maker-profile-shell .maker-public-app-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.maker-profile-shell .maker-public-app-copy > div > strong { font-size: 12px; }
.maker-profile-shell .maker-public-app-copy em { color: #36405d; font-size: 8px; font-style: normal; white-space: nowrap; }
.maker-profile-shell .maker-public-app-copy em span { color: #ff991c; }
.maker-profile-shell .maker-public-app-copy > p { margin: 5px 0 13px; font-size: 9px; }
.maker-profile-shell .maker-public-app-copy dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.maker-profile-shell .maker-public-app-copy dl div { min-width: 0; border-right: 1px solid #ececf3; }
.maker-profile-shell .maker-public-app-copy dl div:last-child { border-right: 0; }
.maker-profile-shell .maker-public-app-copy dt { font-size: 7px; white-space: nowrap; }
.maker-profile-shell .maker-public-app-copy dd { font-size: 10px; }
.maker-profile-shell .maker-public-review blockquote { margin: 16px 0; border: 1px solid #ece9f8; border-radius: 10px; padding: 16px 18px 8px 50px; background: #fdfcff; font-size: 10px; }
.maker-profile-shell .maker-public-review blockquote::before { position: absolute; margin-left: -33px; color: #6726e7; content: "“"; font-size: 31px; font-weight: 850; line-height: 1; }
.maker-profile-shell .maker-public-review footer { margin: -4px 18px 0 50px; }
.maker-profile-shell .maker-public-review footer > img, .maker-profile-shell .maker-public-review footer > span { width: 34px; height: 34px; }
.maker-profile-shell .maker-public-review footer strong { font-size: 10px; }
.maker-profile-shell .maker-public-review footer small { font-size: 8px; }
.maker-profile-shell .maker-public-review footer em { font-size: 10px; }
body:has(.maker-profile-shell) .site-footer .container { width: 100%; max-width: none; padding-inline: clamp(20px, 2.4vw, 46px); }

@media (max-width: 1320px) {
  .maker-profile-columns { grid-template-columns: minmax(0, 1.25fr) minmax(360px, .95fr); }
  .maker-profile-shell .maker-public-hero { grid-template-columns: 116px minmax(0, 1fr); gap: 18px; }
  .maker-profile-shell .maker-public-avatar { width: 112px; height: 112px; }
  .maker-profile-shell .maker-public-actions { grid-column: 2; padding-top: 0; }
  .maker-profile-shell .maker-public-stats > dl { grid-template-columns: repeat(2, 1fr); }
  .maker-profile-shell .maker-public-stats > dl > div { min-height: 112px; }
}
@media (max-width: 1050px) {
  .maker-profile-shell { padding-inline: 18px; }
  .maker-profile-columns { grid-template-columns: 1fr; }
  .maker-profile-shell .maker-public-rail { grid-row: 2; }
  .maker-profile-shell .maker-public-main { grid-row: auto; }
  .maker-profile-shell .maker-public-stats > dl { grid-template-columns: repeat(4, 1fr); }
  .maker-profile-shell .maker-public-stats > dl > div { min-height: 120px; }
}
@media (max-width: 680px) {
  .maker-profile-shell { width: 100%; padding-inline: 11px; }
  .maker-profile-shell .maker-public-breadcrumb { margin-bottom: 16px; }
  .maker-profile-shell .maker-public-hero { grid-template-columns: 78px minmax(0, 1fr); gap: 13px; }
  .maker-profile-shell .maker-public-avatar { width: 76px; height: 76px; border-width: 3px; }
  .maker-profile-shell .maker-public-title-row h1 { font-size: 27px; }
  .maker-profile-shell .maker-public-title-row > span { padding: 4px 8px; font-size: 8px; }
  .maker-profile-shell .maker-public-bio, .maker-profile-shell .maker-public-facts, .maker-public-socials { grid-column: 1 / -1; }
  .maker-profile-shell .maker-public-bio { margin-block: 11px; font-size: 12px; }
  .maker-profile-shell .maker-public-actions { grid-column: 1 / -1; grid-template-columns: 1fr 39px; }
  .maker-profile-shell .maker-public-tabs { gap: 25px; overflow-x: auto; padding-inline: 2px; }
  .maker-profile-shell .maker-public-stats > dl { grid-template-columns: 1fr 1fr; }
  .maker-profile-shell .maker-public-about, .maker-profile-shell .maker-public-apps, .maker-profile-shell .maker-public-review, .maker-profile-shell .maker-public-stats, .maker-public-journey, .maker-public-updates { padding: 18px 16px; }
  .maker-update-item { grid-template-columns: 72px minmax(0, 1fr) 10px; gap: 10px; }
  .maker-update-item img, .maker-update-placeholder { width: 72px; height: 42px; }
  .maker-profile-shell .maker-public-app-copy > div { align-items: flex-start; flex-direction: column; }
  .maker-profile-shell .maker-public-app-copy dt { white-space: normal; }
  .maker-profile-shell .maker-public-review footer { grid-template-columns: 34px minmax(0, 1fr); margin-inline: 14px; }
  .maker-profile-shell .maker-public-review footer em { grid-column: 2; }
}
