/* Creative Collagen — light, colorful, mobile-first design system */
:root {
  --ink: #171329;
  --ink-2: #322b4b;
  --muted: #726b85;
  --muted-2: #9a94aa;
  --paper: #fffdfb;
  --paper-2: #f8f6fb;
  --paper-3: #f1eef8;
  --line: #e8e3f0;
  --line-2: #ddd6eb;
  --purple: #6d28d9;
  --purple-2: #7c3aed;
  --pink: #db2777;
  --orange: #f59e0b;
  --green: #059669;
  --cyan: #0284c7;
  --shadow-sm: 0 2px 10px rgba(40, 23, 74, .05);
  --shadow: 0 12px 36px rgba(40, 23, 74, .08);
  --shadow-lg: 0 26px 80px rgba(40, 23, 74, .14);
  --radius: 18px;
  --radius-sm: 12px;
  --wrap: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--purple); }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }

/* type */
h1, h2, h3, .brand__name, .btn { font-family: Sora, Inter, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2rem, 5vw, 3.9rem); line-height: 1.08; letter-spacing: -.055em; }
h2 { letter-spacing: -.035em; line-height: 1.2; }
h3 { letter-spacing: -.02em; line-height: 1.3; }
.muted { color: var(--muted); }

/* header */
.site-head { position: sticky; top: 0; z-index: 20; background: rgba(255,253,251,.9); border-bottom: 1px solid rgba(232,227,240,.8); backdrop-filter: blur(16px); }
.site-head__in { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand__mark { width: 34px; height: 34px; }
.brand__name { font-size: 15px; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.brand__name em { font-style: normal; background: linear-gradient(100deg, var(--purple), var(--pink) 55%, var(--orange)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.navlink { color: var(--muted); font-size: 13px; font-weight: 600; padding: 8px 11px; border-radius: 9px; transition: .18s ease; }
.navlink:hover, .navlink.is-active { color: var(--purple); background: #f2edff; }
.nav-hamburger { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; padding: 10px; background: transparent; }
.nav-hamburger span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; border: 1px solid transparent; border-radius: 11px; padding: 9px 16px; font-size: 12px; font-weight: 700; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(110deg, var(--purple), var(--pink)); box-shadow: 0 7px 18px rgba(109,40,217,.22); }
.btn--primary:hover { box-shadow: 0 10px 26px rgba(109,40,217,.34); }
.btn--ghost { color: var(--purple); border-color: var(--line-2); background: #fff; }
.btn--ghost:hover { border-color: #bba9e5; background: #faf8ff; }
.btn--sm { min-height: 34px; padding: 7px 12px; font-size: 11px; }
.btn--lg { min-height: 48px; padding: 12px 20px; font-size: 13px; }

/* hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fbf8ff 0%, #fffdfb 42%, #fff9f2 100%); border-bottom: 1px solid var(--line); }
.hero::before, .hero::after { position: absolute; z-index: 0; content: ""; border-radius: 999px; pointer-events: none; filter: blur(2px); }
.hero::before { width: 340px; height: 340px; top: -170px; right: 4%; background: rgba(236,72,153,.1); }
.hero::after { width: 290px; height: 290px; bottom: -190px; left: 2%; background: rgba(124,58,237,.1); }
.hero__in { position: relative; z-index: 1; padding: 82px 0 88px; text-align: center; }
.hero__badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border: 1px solid #e4d8ff; border-radius: 99px; color: var(--purple); background: rgba(245,240,255,.85); font-size: 11px; font-weight: 700; }
.hero__title { max-width: 780px; margin: 21px auto 18px; }
.grad { background: linear-gradient(100deg, var(--purple) 5%, var(--pink) 52%, var(--orange) 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero__sub { max-width: 610px; margin: 0 auto 25px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero__search { display: flex; max-width: 650px; gap: 8px; margin: 0 auto; padding: 7px; border: 1px solid var(--line-2); border-radius: 14px; background: #fff; box-shadow: var(--shadow); text-align: left; }
.search { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 10px; outline: 0; padding: 9px 13px; color: var(--ink); background: #fff; font-size: 13px; transition: .2s; }
.search:focus { border-color: #a78bfa; box-shadow: 0 0 0 3px rgba(167,139,250,.15); }
.search--lg { border: 0; min-height: 46px; font-size: 14px; box-shadow: none; }
.search--lg:focus { box-shadow: none; }
.hero__actions { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 17px; }

/* ads */
.ad-slot { width: 100%; max-width: 970px; min-height: 74px; margin: 24px auto; padding: 8px; border: 1px dashed #d9d0eb; border-radius: 13px; background: #fcfaff; }
.ad-slot__inner { display: flex; min-height: 56px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; text-align: center; }
.ad-slot__tag { color: #aa9fbd; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.ad-slot__msg { color: #a29aae; font-size: 10px; }
.ad-slot code { font-size: 9px; color: var(--purple); }
.ad-slot.is-live { min-height: 90px; border-style: solid; border-color: transparent; background: transparent; }
.ad-slot.is-live .ad-slot__inner { display: block; }
.ad-slot.is-live .ad-slot__msg, .ad-slot.is-live .ad-slot__tag { display: none; }

/* sections */
.section { padding: 44px 0; }
.sec-head { margin: 0; font-size: clamp(1.3rem, 2.7vw, 1.8rem); }
.sec-row { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.sec-row .sec-head { margin: 0; }
.sec-more { color: var(--purple); font-size: 12px; font-weight: 700; }

/* category cards */
.catgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin-top: 19px; }
.ccard { position: relative; display: block; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: .2s ease; }
.ccard::after { position: absolute; content: ""; right: -30px; bottom: -40px; width: 130px; height: 130px; border-radius: 99px; background: var(--cat); opacity: .08; transition: .2s; }
.ccard:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--cat) 42%, var(--line)); box-shadow: var(--shadow); }
.ccard:hover::after { transform: scale(1.3); opacity: .14; }
.ccard__icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 13px; border-radius: 11px; background: color-mix(in srgb, var(--cat) 11%, white); font-size: 21px; }
.ccard h3 { position: relative; z-index: 1; margin-bottom: 7px; font-size: 15px; }
.ccard p { position: relative; z-index: 1; max-width: 250px; margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.ccard__cta { position: relative; z-index: 1; color: var(--cat); font-size: 11px; font-weight: 700; }

/* tool cards */
.tgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; margin-top: 17px; }
.tcard { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; min-height: 188px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tcard:hover { transform: translateY(-4px); border-color: #cbb8ef; box-shadow: var(--shadow); }
.tcard__icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 12px; border-radius: 11px; background: color-mix(in srgb, var(--cat) 10%, white); font-size: 21px; }
.tcard__name { margin: 0 0 5px; font-size: 13px; line-height: 1.35; }
.tcard__tag { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.tcard__cat { margin-top: auto; padding-top: 12px; color: var(--muted-2); font-size: 9px; font-weight: 600; }

/* stat strip */
.strip { border-block: 1px solid var(--line); background: var(--paper-2); }
.strip__in { display: grid; grid-template-columns: repeat(2,1fr); }
.strip__stat { padding: 20px 10px; text-align: center; }
.strip__stat + .strip__stat { border-left: 1px solid var(--line); }
.strip__stat strong { display: block; color: var(--purple); font-family: Sora,sans-serif; font-size: 25px; line-height: 1.1; }
.strip__stat span { color: var(--muted); font-size: 10px; }

/* content columns / prose */
.two-col { display: grid; gap: 24px; margin-top: 19px; }
.prose { color: var(--ink-2); font-size: 14px; }
.prose h2 { margin: 30px 0 11px; color: var(--ink); font-size: 23px; }
.prose h3 { margin: 20px 0 6px; color: var(--ink); font-size: 14px; }
.prose p { margin-bottom: 13px; }
.prose a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.prose ul { padding-left: 22px; }
.prose--tools { padding: 20px; border-radius: var(--radius); background: var(--paper-2); }
.prose--tools p { line-height: 2; }

/* directory */
.page { min-height: 60vh; padding: 26px 0 64px; }
.crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: 11px; }
.crumbs a:hover { color: var(--purple); }
.crumbs__sep { color: #c5bdcf; }
.crumbs__current { color: var(--ink-2); font-weight: 600; }
.dir-head { max-width: 700px; }
.dir-head h1 { margin-bottom: 10px; font-size: clamp(2rem, 4.7vw, 3rem); }
.dir-head p { max-width: 620px; margin-bottom: 25px; color: var(--muted); font-size: 15px; }
.dir-controls { display: grid; gap: 14px; margin: 20px 0; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; border: 1px solid var(--line); border-radius: 99px; padding: 7px 11px; color: var(--muted); background: #fff; font-size: 10px; font-weight: 700; transition: .18s; }
.chip:hover { border-color: #c4b5fd; color: var(--purple); }
.chip.is-active { border-color: var(--purple); color: #fff; background: var(--purple); box-shadow: 0 3px 12px rgba(109,40,217,.2); }
.chip__n { opacity: .7; font-size: 9px; }
.dir-count { margin: 20px 0 -3px; color: var(--muted-2); font-size: 11px; font-weight: 600; }
.tcard.is-hidden { display: none; }

/* tool page */
.tool-layout { display: grid; gap: 25px; }
.tool-main { min-width: 0; }
.tool-head { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.tool-head__icon { display: grid; width: 60px; height: 60px; flex: 0 0 60px; place-items: center; border-radius: 18px; background: color-mix(in srgb, var(--cat) 13%, white); font-size: 32px; box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cat) 12%, white); }
.tool-head h1 { margin: 0 0 4px; font-size: clamp(1.85rem, 4.8vw, 3.1rem); }
.tool-head__tag { margin: 0; color: var(--muted); font-size: 13px; }
.tool-plate { min-height: 280px; padding: clamp(17px, 3vw, 30px); border: 1px solid var(--line-2); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.tool-private { margin-top: 9px; }
.note-inline { color: var(--muted-2); font-size: 10px; }
.tool-side { order: 2; }
.tool-side h2 { margin: 0 0 12px; font-size: 15px; }
.side-mini { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.side-mini .tcard { min-height: 126px; padding: 11px; }
.side-mini .tcard__icon { width: 29px; height: 29px; margin-bottom: 7px; font-size: 15px; border-radius: 8px; }
.side-mini .tcard__name { font-size: 10px; }
.side-mini .tcard__tag, .side-mini .tcard__cat { display: none; }
.side-promo { margin-top: 18px; padding: 19px; border: 1px solid #eadcff; border-radius: var(--radius); background: linear-gradient(145deg,#fcf9ff,#fff8fb); }
.promo-star { display: block; margin-bottom: 7px; color: var(--pink); font-size: 22px; }
.side-promo h3 { margin-bottom: 6px; font-size: 14px; }
.side-promo p { margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.seo-block { max-width: 840px; margin: 40px 0; padding-top: 35px; border-top: 1px solid var(--line); }
.seo-block .sec-head { margin-bottom: 14px; font-size: 21px; }
.faq { border-top: 1px solid var(--line); }
.faq-it { border-bottom: 1px solid var(--line); }
.faq-it summary { padding: 15px 0; color: var(--ink-2); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-it summary::-webkit-details-marker { display: none; }
.faq-it summary::after { float: right; content: "+"; color: var(--purple); font-size: 18px; font-weight: 400; }
.faq-it[open] summary::after { content: "−"; }
.faq-it p { max-width: 750px; margin: -3px 0 16px; color: var(--muted); font-size: 12px; }
.related-sec { padding-top: 8px; }
.related-sec .sec-head { font-size: 21px; }
.tool-note { display: grid; min-height: 210px; place-items: center; padding: 30px; border: 1px dashed var(--line-2); border-radius: 14px; color: var(--muted); text-align: center; }

/* forms/tool UI primitives */
.tool-ui { display: grid; gap: 17px; }
.tool-ui__bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.tool-ui h2 { margin: 0; font-size: 17px; }
.tool-label { display: grid; gap: 6px; color: var(--ink-2); font-size: 11px; font-weight: 700; }
.tool-label input[type="text"], .tool-label input[type="number"], .tool-label input[type="url"], .tool-label textarea, .tool-label select, .tool-input { width: 100%; min-height: 40px; border: 1px solid var(--line-2); border-radius: 9px; outline: 0; padding: 9px 11px; color: var(--ink); background: #fff; font-size: 12px; transition: .18s; }
.tool-label textarea { min-height: 110px; resize: vertical; }
.tool-label input:focus, .tool-label textarea:focus, .tool-label select:focus, .tool-input:focus { border-color: #a78bfa; box-shadow: 0 0 0 3px rgba(167,139,250,.13); }
.tool-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tool-row--3 { grid-template-columns: repeat(3,1fr); }
.tool-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tool-drop { display: grid; min-height: 110px; place-items: center; border: 1.5px dashed #cbb8ef; border-radius: 13px; padding: 15px; color: var(--muted); background: #fcfaff; text-align: center; cursor: pointer; transition: .18s; }
.tool-drop:hover, .tool-drop.is-over { border-color: var(--purple); background: #f8f3ff; }
.tool-drop strong { display: block; color: var(--purple); font-size: 13px; }
.tool-drop small { display: block; margin-top: 3px; font-size: 10px; }
.tool-output { overflow: auto; min-height: 48px; border: 1px solid var(--line); border-radius: 10px; padding: 12px; color: var(--ink-2); background: var(--paper-2); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; white-space: pre-wrap; }
.tool-output:empty::before { content: "Your result will appear here…"; color: var(--muted-2); }
.tool-status { min-height: 18px; color: var(--muted); font-size: 11px; }
.range-wrap { display: grid; gap: 5px; }
.range-wrap input[type="range"] { width: 100%; accent-color: var(--purple); }
.range-val { color: var(--purple); font-size: 11px; font-weight: 700; }
.color-input { width: 100%; height: 40px; border: 1px solid var(--line); border-radius: 9px; padding: 3px; background: #fff; }
.color-input input { width: 100%; height: 100%; border: 0; border-radius: 6px; padding: 0; background: transparent; cursor: pointer; }
.swatches { display: grid; grid-template-columns: repeat(5,1fr); overflow: hidden; min-height: 90px; border-radius: 12px; }
.swatch { display: flex; min-width: 0; align-items: end; justify-content: center; padding: 8px 4px; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.4); font-family: monospace; font-size: 9px; cursor: pointer; transition: .18s; }
.swatch:hover { transform: scaleY(1.08); transform-origin: bottom; }
.preview-box { display: grid; min-height: 100px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; padding: 24px; background: #f7f5fa; }
.canvas-wrap { overflow: auto; max-height: 440px; border-radius: 10px; background: repeating-conic-gradient(#f0edf3 0% 25%, #fff 0% 50%) 50% / 18px 18px; }
.canvas-wrap canvas { display: block; max-width: 100%; height: auto; margin: auto; }
.file-name { max-width: 100%; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

/* docs */
.doc { max-width: 820px; padding-bottom: 30px; }
.doc--narrow { max-width: 650px; }
.doc h1 { margin-bottom: 17px; font-size: clamp(2rem, 4.5vw, 3.25rem); }
.doc h2 { margin-top: 33px; font-size: 21px; }
.doc li { margin: 8px 0; }

/* footer */
.site-foot { margin-top: 20px; border-top: 1px solid var(--line); background: #faf8fd; }
.site-foot__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 28px; padding: 42px 0 34px; }
.site-foot__brand p { max-width: 265px; margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.site-foot__col { display: grid; align-content: start; gap: 8px; }
.site-foot__col h3 { margin: 0 0 4px; color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.site-foot__col a { width: fit-content; color: var(--muted); font-size: 11px; }
.site-foot__col a:hover { color: var(--purple); }
.site-foot__base { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 0 20px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 10px; }
.site-foot__base p { margin: 0; }
.badge-dot { color: var(--green); font-size: 9px; }

/* toast */
.toast { position: fixed; z-index: 40; right: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 10px 15px; border: 1px solid #d6c4fa; border-radius: 11px; color: #fff; background: var(--ink); box-shadow: var(--shadow-lg); font-size: 12px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .22s; }
.toast.is-show { opacity: 1; transform: translateY(0); }

@media (min-width: 640px) {
  .catgrid { grid-template-columns: repeat(4,1fr); }
  .tgrid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .strip__in { grid-template-columns: repeat(4,1fr); }
  .strip__stat { padding: 23px 10px; }
  .strip__stat + .strip__stat { border-left: 1px solid var(--line); }
  .two-col { grid-template-columns: 1.2fr .8fr; gap: 45px; }
}
@media (min-width: 800px) {
  .hero__in { padding: 108px 0 112px; }
  .section { padding: 58px 0; }
  .tool-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 42px; align-items: start; }
  .tool-side { position: sticky; top: 95px; }
  .side-mini { grid-template-columns: 1fr; }
  .side-mini .tcard { min-height: 100px; }
  .side-mini .tcard__tag { display: -webkit-box; }
}
@media (min-width: 1024px) {
  .tgrid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .tcard { min-height: 204px; padding: 18px; }
}
@media (max-width: 700px) {
  .site-nav { position: absolute; top: 72px; right: 20px; left: 20px; display: grid; gap: 4px; visibility: hidden; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-8px); transition: .18s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav .navlink { padding: 11px 12px; }
  .site-nav .btn { width: 100%; margin-top: 4px; }
  .nav-hamburger { display: block; }
  .nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-foot__grid { grid-template-columns: 1fr 1fr; }
  .site-foot__brand { grid-column: 1/-1; }
}
@media (max-width: 430px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .hero__in { padding: 55px 0 62px; }
  .hero__sub { font-size: 14px; }
  .hero__search { display: grid; padding: 6px; }
  .hero__search .btn { width: 100%; }
  .hero__actions .btn { flex: 1; min-width: 0; padding-inline: 10px; }
  .catgrid { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .tcard { min-height: 177px; padding: 13px; }
  .tcard__name { font-size: 11px; }
  .tcard__tag { font-size: 9px; }
  .tool-row, .tool-row--3 { grid-template-columns: 1fr; }
  .tool-head { align-items: flex-start; }
  .tool-head__icon { width: 50px; height: 50px; flex-basis: 50px; font-size: 26px; }
  .site-foot__base { display: grid; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* compat fallback for gradient text */
.brand__name em { color: #7c3aed; }
/* top gradient badge */
.hero__badge { background: rgba(245,240,255,.92); border-color: #e0d7ff; }
/* category card icon bg fallback for no color-mix */
.ccard__icon { background: #f7f2ff; }
/* fix small screens: hide desktop CTA in nav on mobile since hamburger handles it */
@media (max-width:700px){ .site-nav .btn--primary.btn--sm{ display:none } }

/* dev tool-tweaks: hero gradient "great" word, topbar padding, category card fix */
.hero__title .grad { background: linear-gradient(100deg, #7C3AED, #EC4899 58%, #F59E0B); -webkit-background-clip: text; background-clip: text; color: transparent; }
/* show big colorful CTA on larger screens */
@media (min-width:800px) { .hero__actions .btn--primary { display: inline-flex; } }
/* add subtle inner shadow to tool-plate for polish */
.tool-plate { box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.7); }
/* make action buttons punchier */
.btn--primary { position: relative; overflow: hidden; }
.btn--primary::after { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.25), transparent); pointer-events: none; }
/* topnav in desktop */
@media (min-width:701px){ .site-head__in { padding-left:2px; } .navlink { font-size:12px; } .btn--sm { font-size:10px; } }
/* hero bottom glow */
.hero::before { width: 380px; height: 380px; top: -190px; right: 2%; background: radial-gradient(circle, rgba(236,72,153,.18), transparent 70%); }
.hero::after { width: 340px; height: 340px; bottom: -220px; left: 4%; background: radial-gradient(circle, rgba(124,58,237,.18), transparent 70%); }

/* polish: topbar gradient strip, hero bubbles, and clearer 'great' gradient */
body::before { display:block; position:sticky; top:0; z-index:21; height:3px; background:linear-gradient(100deg, #7C3AED, #EC4899 55%, #F59E0B); content:""; }
.hero__in { padding: 92px 0 102px; }
.hero__title { text-shadow: 0 12px 40px rgba(109,40,217,.06); }
.hero__title .grad { letter-spacing: -.03em; -webkit-text-fill-color: transparent; }
.hero__actions .btn--primary { padding:12px 22px; }
.hero__search { background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }
.hero__actions .btn--primary { box-shadow: 0 10px 24px rgba(109,40,217,.3); }
@media (min-width:800px){ .hero__sub { font-size:17px; } .hero__in { padding: 110px 0 122px; } }
/* home ad slot polish */
.ad-slot { background: linear-gradient(180deg, #fff, #fbf9ff); }
