:root {
  --ink: #172128;
  --muted: #6d767b;
  --paper: #f7f8f5;
  --white: #ffffff;
  --line: #e5e8e4;
  --lime: #d7f36b;
  --mint: #c9f1e7;
  --coral: #ff8d71;
  --blue: #a5c9ef;
  --yellow: #f4df77;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", "Noto Sans SC", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { overflow: hidden; }
.site-header { max-width: 1240px; height: 82px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 16px; }
.main-nav { display: flex; gap: 32px; margin-left: 30px; font-size: 13px; color: var(--muted); }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a.active, .main-nav a:hover { color: var(--ink); }
.main-nav a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--ink); }
.submit-link { margin-left: auto; font-size: 13px; font-weight: 600; }
.submit-link span, .text-link span, .submit-button span { margin-left: 7px; font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 22px; }
.hero-section { max-width: 1240px; min-height: 570px; margin: 0 auto; padding: 90px 28px 84px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.eyebrow, .section-kicker { margin: 0 0 21px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.12; letter-spacing: -3px; font-weight: 500; }
h1 em { color: #98ac38; font-style: normal; }
.hero-intro { max-width: 355px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.hero-search { width: min(100%, 430px); height: 55px; padding: 5px 5px 5px 17px; display: flex; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 22px rgba(29, 42, 47, .05); }
.search-icon, .compact-search > span:first-child { color: #aab1ac; font-size: 23px; line-height: 1; transform: rotate(-20deg); }
.hero-search input, .compact-search input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.hero-search button { height: 43px; padding: 0 17px; border: 0; border-radius: 5px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; }
.hero-search button span { margin-left: 8px; font-size: 16px; }
.hero-meta { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: #858d8d; font-size: 10px; }
.hero-meta b { color: var(--ink); font-size: 12px; }
.meta-divider { width: 1px; height: 12px; background: #dfe3dd; }
.hero-visual { position: relative; height: 375px; }
.orbital-orb { position: absolute; border-radius: 50%; }
.orb-one { top: 24%; left: 32%; width: 158px; height: 158px; background: var(--mint); }
.orb-two { top: 49%; left: 53%; width: 105px; height: 105px; background: var(--coral); opacity: .85; }
.orbit { position: absolute; top: 10%; left: 21%; border: 1px solid rgba(126, 150, 127, .32); border-radius: 50%; transform: rotate(-22deg); }
.orbit-large { width: 330px; height: 278px; }
.orbit-small { top: 26%; left: 32%; width: 220px; height: 185px; border-color: rgba(126, 150, 127, .24); transform: rotate(38deg); }
.orbit-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; }
.dot-green { top: 21px; right: 20px; background: var(--lime); }
.dot-yellow { bottom: 28px; left: 9px; background: var(--yellow); }
.visual-core { position: absolute; top: 37%; left: 43%; width: 93px; height: 93px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 35px; box-shadow: 0 0 0 14px rgba(165, 201, 239, .15); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 12px 13px; border-radius: 5px; background: rgba(255,255,255,.9); box-shadow: 0 9px 25px rgba(47, 61, 60, .1); font-size: 10px; }
.floating-card strong { margin-left: 10px; font-size: 12px; }
.card-top { top: 19%; right: 9%; transform: rotate(4deg); }
.card-bottom { bottom: 16%; left: 14%; transform: rotate(-5deg); }
.mini-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 6px; font-size: 16px; }
.mini-icon.pink { background: #ffd0c5; color: #da735d; }
.mini-icon.blue { background: #d1e5fa; color: #5a91c9; }
.directory-section { padding: 94px 28px 103px; background: var(--white); }
.section-heading, .directory-toolbar, .tools-grid, .category-tabs { max-width: 1184px; margin-right: auto; margin-left: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-kicker { color: #98ac38; }
h2 { margin-bottom: 0; font-size: clamp(30px, 3.4vw, 45px); line-height: 1.22; letter-spacing: -1.7px; font-weight: 500; }
h2 span { color: #a2b53d; }
.section-note { margin: 0 3% 3px 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.category-tabs { display: flex; gap: 6px; padding-bottom: 33px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.category-tab { flex: 0 0 auto; padding: 10px 14px; border: 0; border-radius: 4px; background: #f4f6f3; color: #697371; font-size: 11px; transition: .2s ease; }
.category-tab span { margin-right: 5px; font-size: 14px; }
.category-tab:hover { background: #ebeee9; }
.category-tab.active { background: var(--ink); color: #fff; }
.directory-toolbar { min-height: 92px; display: flex; align-items: center; gap: 10px; }
.directory-toolbar p { margin: 0 auto 0 0; font-size: 12px; }
.directory-toolbar p strong { color: #a5b648; font-weight: 500; }
.compact-search { width: 205px; height: 34px; display: flex; align-items: center; padding: 0 9px; border: 1px solid var(--line); border-radius: 4px; }
.compact-search input { padding: 0 7px; font-size: 11px; }
.sort-button { height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--muted); font-size: 11px; }
.sort-button span { margin-left: 9px; }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.tool-card { min-height: 215px; display: flex; flex-direction: column; padding: 21px 18px 17px; border: 1px solid #edf0eb; border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s; }
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(29, 42, 47, .08); }
.tool-top { display: flex; align-items: start; justify-content: space-between; }
.tool-logo { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 9px; font-size: 20px; font-weight: 700; }
.tool-logo.chatgpt { color: #147e60; background: #d7f3e9; }
.tool-logo.midjourney { color: #364f61; background: #deedf4; }
.tool-logo.notion { color: #222; background: #f0eee6; }
.tool-logo.claude { color: #bf633f; background: #f8dfd0; }
.tool-logo.runway { color: #7055b3; background: #ebe2ff; }
.tool-logo.canva { color: #268bc1; background: #d8f1f4; }
.tool-logo.perplexity { color: #3b63ac; background: #d9e6fc; }
.tool-logo.figma { color: #d85c82; background: #f8dce6; }
.tool-tag { padding: 5px 7px; border-radius: 3px; background: #f4f6f3; color: #8c9691; font-size: 9px; }
.tool-card h3 { margin: 21px 0 7px; font-size: 15px; font-weight: 600; }
.tool-card p { min-height: 34px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.tool-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 15px; border-top: 1px solid #f0f2ef; color: #9ba39f; font-size: 10px; }
.tool-footer a { color: var(--ink); font-size: 12px; }
.tool-footer a:hover { color: #93aa33; }
.empty-state { padding: 40px 0; color: var(--muted); text-align: center; font-size: 13px; }
.view-all-wrap { padding-top: 43px; text-align: center; }
.view-all { padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 12px; }
.view-all span { margin-left: 10px; font-size: 17px; }
.about-section { max-width: 1184px; margin: 0 auto; padding: 112px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.about-visual { position: relative; height: 290px; overflow: hidden; border-radius: var(--radius); background: var(--yellow); }
.about-shape { position: absolute; border-radius: 50%; }
.shape-a { top: 26%; left: 22%; width: 275px; height: 275px; background: var(--mint); }
.shape-b { top: 3%; left: 48%; width: 180px; height: 180px; background: var(--coral); mix-blend-mode: multiply; }
.about-star { position: absolute; top: 42%; left: 47%; color: #fff; font-size: 57px; }
.about-copy { max-width: 400px; }
.about-copy p:not(.section-kicker) { margin: 25px 0 26px; color: var(--muted); font-size: 13px; line-height: 2; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }
.submit-section { padding: 78px max(28px, calc((100% - 1184px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--lime); }
.submit-section .section-kicker { color: #65731e; }
.submit-section h2 { font-size: clamp(29px, 3.2vw, 43px); }
.submit-button { padding: 14px 17px; border-radius: 4px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; }
.site-footer { max-width: 1184px; min-height: 116px; margin: auto; display: flex; align-items: center; gap: 28px; }
.footer-brand { font-size: 15px; }
.site-footer p { margin: 0 auto 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 21px; color: var(--muted); font-size: 10px; }
.footer-links a:hover { color: var(--ink); }
.site-footer small { color: #9ba39f; font-size: 10px; }
:focus-visible { outline: 3px solid #9bb83d; outline-offset: 3px; }
@media (max-width: 900px) {
  .hero-section { padding-top: 65px; }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section { padding: 78px 28px; gap: 45px; }
  .site-footer { padding: 0 28px; flex-wrap: wrap; }
}
@media (max-width: 650px) {
  .site-header { height: 70px; padding: 0 20px; gap: 0; }
  .main-nav, .submit-link { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav.open { position: absolute; z-index: 5; top: 62px; right: 15px; left: 15px; display: flex; flex-direction: column; gap: 0; padding: 8px 16px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(25, 35, 35, .1); }
  .main-nav.open a { padding: 12px 0; }
  .main-nav.open a.active::after { display: none; }
  .hero-section { min-height: auto; padding: 52px 20px 55px; display: block; }
  .hero-copy { position: relative; z-index: 1; }
  .hero-visual { height: 265px; margin-top: 15px; transform: scale(.83); transform-origin: center; }
  .hero-intro { line-height: 1.75; }
  .hero-search { width: 100%; }
  .hero-search button { padding: 0 12px; }
  .hero-meta { gap: 7px; font-size: 9px; }
  .directory-section { padding: 65px 20px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-note { margin-top: 19px; }
  .category-tabs { margin: 0 -20px; padding: 0 20px 25px; }
  .directory-toolbar { min-height: 130px; flex-wrap: wrap; padding: 12px 0; }
  .directory-toolbar p { width: 100%; }
  .compact-search { flex: 1; width: auto; }
  .tools-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 190px; }
  .about-section { display: flex; flex-direction: column-reverse; padding: 70px 20px; gap: 37px; }
  .about-visual { width: 100%; height: 240px; }
  .submit-section { padding: 58px 20px; display: block; }
  .submit-button { display: inline-block; margin-top: 25px; }
  .site-footer { padding: 32px 20px; display: grid; grid-template-columns: 1fr auto; gap: 18px; }
  .site-footer p, .footer-links { grid-column: 1 / -1; }
  .site-footer p { order: 3; }
  .footer-links { order: 4; }
  .site-footer small { order: 2; align-self: center; }
  .footer-brand { order: 1; }
  h1 { letter-spacing: -2px; }
}
