:root {
  --ink: #15213b;
  --ink-2: #263858;
  --muted: #76829a;
  --line: #e7ecf5;
  --canvas: #f9fafc;
  --paper: #ffffff;
  --blue: #4f79f6;
  --blue-deep: #3e62dc;
  --purple: #8160ef;
  --mint: #e9fbf4;
  --gold: #f0a238;
  --radius: 14px;
  --shadow-sm: 0 7px 22px rgba(42, 62, 110, .05);
  --shadow: 0 18px 44px rgba(46, 67, 120, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--canvas); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(79, 121, 246, .28); outline-offset: 2px; }
[hidden] { display: none !important; }

.container { width: calc(100% - 48px); max-width: 1200px; margin: 0 auto; }
.site-header { width: 100%; max-width: 100%; height: 76px; position: sticky; top: 0; z-index: 20; display: flex; align-items: center; overflow: clip; background: rgba(255, 255, 255, .91); border-bottom: 1px solid rgba(231, 236, 245, .9); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; width: 100%; min-width: 0; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -.7px; white-space: nowrap; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; color: #fff; background: linear-gradient(135deg, #4e82fd, #8860ee); border-radius: 10px; font-size: 15px; box-shadow: 0 7px 16px rgba(79, 124, 255, .28); }
.main-nav { display: flex; min-width: 0; gap: 30px; margin-left: auto; }
.main-nav a { color: #66738a; font-size: 14px; transition: color .18s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--blue-deep); font-weight: 650; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.mini-search { position: relative; }
.mini-search::before { content: "⌕"; position: absolute; top: 5px; left: 12px; color: #9aa5b6; font-size: 20px; pointer-events: none; }
.mini-search input { width: 171px; height: 38px; padding: 0 12px 0 34px; color: var(--ink); background: #f6f8fd; border: 1px solid transparent; border-radius: 10px; outline: none; font-size: 13px; }
.mini-search input:focus { background: #fff; border-color: #cbd8ff; }
.menu-button { display: none; padding: 7px; color: var(--ink); border: 0; background: transparent; font-size: 22px; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 510px; display: flex; align-items: center; text-align: center; background: radial-gradient(ellipse 38% 62% at 10% 48%, rgba(167, 192, 255, .17), transparent 75%), radial-gradient(ellipse 36% 76% at 91% 26%, rgba(203, 182, 255, .20), transparent 75%), linear-gradient(180deg, #fff 0%, #f7f9ff 100%); }
.hero::before, .hero::after { position: absolute; width: 360px; height: 360px; content: ""; border: 1px solid rgba(120, 152, 255, .10); border-radius: 50%; pointer-events: none; }
.hero::before { bottom: -235px; left: -195px; }
.hero::after { top: -255px; right: -177px; }
.hero-inner { position: relative; width: 100%; padding: 73px 0 62px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; color: #536179; background: rgba(255, 255, 255, .84); border: 1px solid #dde6f5; border-radius: 999px; box-shadow: 0 4px 16px rgba(54, 78, 136, .04); font-size: 12px; font-weight: 600; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #3cc58f; box-shadow: 0 0 0 3px rgba(60, 197, 143, .13); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 850px; margin: 20px auto 17px; color: var(--ink); font-size: clamp(36px, 4.2vw, 56px); line-height: 1.18; letter-spacing: -2.5px; }
.gradient-text { color: var(--blue); background: linear-gradient(108deg, #477cfb 7%, #795cf4 91%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-search { display: flex; width: min(680px, 100%); gap: 9px; margin: 29px auto 0; padding: 7px; background: #fff; border: 1px solid #e0e7f4; border-radius: 15px; box-shadow: 0 16px 35px rgba(53, 77, 134, .10); }
.hero-search label { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; padding-left: 12px; color: #99a6b9; text-align: left; }
.hero-search label span { font-size: 22px; line-height: 1; }
.hero-search input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 14px; }
.hero-search input::placeholder { color: #a8b2c1; }
.button-primary { min-width: 120px; padding: 0 18px; color: #fff; background: linear-gradient(108deg, #4d81fb, #8060f3); border: 0; border-radius: 10px; box-shadow: 0 8px 17px rgba(79, 106, 235, .24); font-size: 14px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease; }
.button-primary:hover { transform: translateY(-1px); box-shadow: 0 11px 21px rgba(79, 106, 235, .32); }
.button-primary.is-disabled { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; cursor: not-allowed; opacity: .6; box-shadow: none; }
.button-primary.is-disabled:hover { transform: none; box-shadow: none; }
.hot-searches { margin: 15px 0 0; color: #99a4b4; font-size: 12px; }
.hot-searches a { margin-left: 8px; color: #617189; }
.hot-searches a:hover { color: var(--blue-deep); }

.home-section { padding: 92px 0; background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-kicker { display: flex; align-items: center; gap: 8px; color: var(--blue-deep); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.section-kicker::before { width: 19px; height: 2px; content: ""; background: currentColor; border-radius: 9px; }
.section-heading h2 { margin: 10px 0 0; color: var(--ink); font-size: clamp(28px, 3vw, 37px); letter-spacing: -1.45px; line-height: 1.25; }
.heading-copy { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.more-link { color: var(--blue-deep); font-size: 14px; font-weight: 650; white-space: nowrap; }
.more-link:hover { color: var(--purple); }
.notice { display: flex; align-items: center; gap: 13px; padding: 14px 17px; margin-bottom: 20px; color: #5e6470; background: linear-gradient(90deg, #fffaf1, #fffdf9); border: 1px solid #f5ead7; border-radius: 12px; font-size: 13px; }
.notice strong { color: #bb7415; white-space: nowrap; }
.notice a { margin-left: auto; color: var(--blue-deep); font-weight: 650; white-space: nowrap; }

.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-card { display: flex; flex-direction: column; min-height: 234px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border .18s ease, box-shadow .18s ease, transform .18s ease; }
.tool-card:hover, .resource-card:hover { border-color: #cdd9ff; box-shadow: var(--shadow); transform: translateY(-4px); }
.card-top, .card-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tool-logo { display: grid; width: 43px; height: 43px; place-items: center; color: #fff; border-radius: 12px; font-size: 18px; font-weight: 800; }
.tool-logo.fastapi { background: #079b86; }.tool-logo.rustdesk { background: #376fee; }.tool-logo.excalidraw { color: #7652e9; background: #edeaff; }.tool-logo.n8n { background: #ff6e5e; }.tool-logo.uptime { background: #73b928; }.tool-logo.webui { background: #141414; }
.tool-logo.actual { background: #159b7b; }.tool-logo.productivity { background: #3e72ee; }.tool-logo.mealie { background: #eb7568; }.tool-logo.paperless { color: #9f6714; background: #fff0d2; }.tool-logo.firefly { background: #e66b88; }.tool-logo.grocy { background: #76aa31; }.tool-logo.karakeep { background: #5f65e8; }.tool-logo.linkding { background: #3a93ac; }.tool-logo.audiobookshelf { background: #7656bd; }.tool-logo.memos { background: #1b2437; }
.tool-logo.localsend { background: #2768ef; }.tool-logo.immich { background: linear-gradient(135deg, #f59c43, #6e5be7); }.tool-logo.homeassistant { background: #2d91d5; }.tool-logo.stirling { background: #be4b58; }.tool-logo.bitwarden { background: #175ddc; }.tool-logo.jellyfin { background: linear-gradient(135deg, #8569e8, #3e2d89); }.tool-logo.calibreweb { color: #70451f; background: #f7e1bd; }.tool-logo.monica { background: #e46881; }.tool-logo.wger { background: #49a567; }.tool-logo.organicmaps { background: #3a9c67; }
.stars { color: #8c98a9; font-size: 12px; }.stars b { color: var(--gold); }
.tool-card h3 { margin: 17px 0 8px; color: var(--ink); font-size: 17px; letter-spacing: -.25px; }.tool-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.card-footer { align-items: center; margin-top: auto; padding-top: 17px; }.card-tag { padding: 4px 8px; color: #627087; background: #f4f6fb; border-radius: 5px; font-size: 11px; }.card-link { color: var(--blue-deep); font-size: 12px; font-weight: 700; }

.resources-section { padding: 86px 0 94px; background: #f8faff; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.resource-card { display: flex; flex-direction: column; min-height: 298px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border .18s ease, box-shadow .18s ease, transform .18s ease; }
.resource-visual { position: relative; height: 110px; overflow: hidden; }
.resource-visual::before, .resource-visual::after { position: absolute; content: ""; border-radius: 50%; }
.resource-visual::before { right: -38px; bottom: -68px; width: 142px; height: 142px; background: rgba(255, 255, 255, .46); }
.resource-visual::after { top: 22px; left: 22px; width: 66px; height: 66px; background: rgba(255, 255, 255, .76); }
.resource-symbol { position: absolute; z-index: 1; top: 43px; left: 44px; font-size: 25px; }
.visual-book { color: #c75e21; background: linear-gradient(135deg, #fff0de, #ffd4b5); }.visual-software { color: #2b6fe9; background: linear-gradient(135deg, #e1efff, #c6d9ff); }.visual-video { color: #7b52d6; background: linear-gradient(135deg, #f0e6ff, #dbc5ff); }.visual-template { color: #189b6d; background: linear-gradient(135deg, #ddf8ec, #c4eddc); }
.resource-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.type-label { display: inline-flex; align-self: flex-start; padding: 4px 8px; margin-bottom: 10px; border-radius: 5px; font-size: 10px; font-weight: 750; letter-spacing: .5px; }.type-book { color: #bd672e; background: #fff3e8; }.type-software { color: #3f74d2; background: #eff6ff; }.type-video { color: #7651c8; background: #f3eeff; }.type-template { color: #16845d; background: #ebfaf2; }
.resource-card h3 { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.5; }.resource-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.resource-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 14px; color: #98a2b3; font-size: 11px; }
.get-button { display: block; margin-top: 14px; padding: 9px; color: var(--blue-deep); background: #f2f6ff; border-radius: 8px; font-size: 12px; font-weight: 750; text-align: center; transition: color .18s, background .18s; }.get-button:hover { color: #fff; background: var(--blue); }

.stats { padding: 30px 0; background: #fff; border-top: 1px solid #edf1f7; border-bottom: 1px solid #edf1f7; }.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.stat { position: relative; text-align: center; }.stat + .stat::before { position: absolute; top: 10px; left: 0; width: 1px; height: 36px; content: ""; background: #edf0f5; }.stat strong { display: block; color: #283759; font-size: 25px; letter-spacing: -1px; }.stat span { display: block; margin-top: 5px; color: #8c96a6; font-size: 12px; }
.cta { padding: 92px 0; background: #fff; }.cta-box { position: relative; overflow: hidden; padding: 61px 55px; color: #fff; background: linear-gradient(112deg, #447cf9, #7759e9); border-radius: 22px; box-shadow: 0 20px 42px rgba(72, 91, 205, .2); text-align: center; }.cta-box::before, .cta-box::after { position: absolute; content: ""; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; }.cta-box::before { top: -240px; left: -105px; width: 350px; height: 350px; }.cta-box::after { right: -130px; bottom: -245px; width: 310px; height: 310px; }.cta-content { position: relative; }.cta h2 { margin-bottom: 0; font-size: 33px; letter-spacing: -1.3px; }.cta p { margin: 13px 0 24px; color: rgba(255, 255, 255, .82); font-size: 14px; }.button-white { display: inline-flex; align-items: center; justify-content: center; min-width: 132px; height: 42px; color: #476ee0; background: #fff; border-radius: 9px; font-size: 13px; font-weight: 750; transition: transform .18s; }.button-white:hover { transform: translateY(-2px); }

.directory-hero { padding: 61px 0 50px; background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%); border-bottom: 1px solid #edf1f8; }.crumb { display: flex; gap: 8px; margin-bottom: 20px; color: #8c98a9; font-size: 12px; }.crumb a:hover { color: var(--blue-deep); }.directory-hero h1 { margin-bottom: 11px; color: var(--ink); font-size: 36px; letter-spacing: -1.5px; }.directory-hero p { max-width: 630px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.directory-search { display: flex; max-width: 480px; margin-top: 25px; border: 1px solid #dfe7f4; border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px rgba(44, 64, 108, .05); }.directory-search input { flex: 1; min-width: 0; padding: 12px 14px; border: 0; outline: 0; color: var(--ink); font-size: 13px; }.directory-search button { padding: 0 16px; border: 0; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; }
.directory-main { padding: 32px 0 96px; background: #fbfcff; }.directory-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; }.filter-panel { align-self: start; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); }.filter-title { display: flex; align-items: center; justify-content: space-between; margin: 0 0 12px; color: var(--ink-2); font-size: 13px; font-weight: 800; }.filter-reset { color: var(--blue-deep); border: 0; background: transparent; font-size: 11px; }.filter-list { display: grid; gap: 6px; }.filter-option { width: 100%; padding: 9px 10px; color: #66738a; border: 0; border-radius: 7px; background: transparent; font-size: 13px; text-align: left; }.filter-option:hover, .filter-option.is-selected { color: var(--blue-deep); background: #f1f5ff; font-weight: 700; }
.directory-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }.directory-count { color: var(--muted); font-size: 13px; }.directory-count b { color: var(--ink); }.sort-select { padding: 8px 26px 8px 10px; color: #647187; border: 1px solid #e2e8f2; border-radius: 8px; background: #fff; font-size: 12px; }.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.directory-grid .tool-card { min-height: 242px; }.directory-grid .resource-card { min-height: 304px; }.empty-state { grid-column: 1 / -1; padding: 48px 20px; color: var(--muted); border: 1px dashed #dbe4f2; border-radius: 12px; text-align: center; }
.promo-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 20px 22px; color: #edf3ff; background: linear-gradient(105deg, #3f6fec, #7256d9); border-radius: 13px; }.promo-card small { display: block; color: #c8d8ff; font-size: 10px; letter-spacing: .8px; }.promo-card strong { display: block; margin-top: 4px; color: #fff; font-size: 15px; }.promo-card p { margin: 5px 0 0; color: #dbe5ff; font-size: 12px; }.promo-card a { padding: 9px 12px; color: var(--blue-deep); background: #fff; border-radius: 8px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }.pagination button { width: 31px; height: 31px; color: #6d7890; border: 1px solid #e1e7f1; border-radius: 7px; background: #fff; font-size: 12px; }.pagination button.is-current { color: #fff; background: var(--blue); border-color: var(--blue); }

.detail-page { padding: 34px 0 96px; background: #fbfcff; }.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; }.detail-main { min-width: 0; }.detail-card { margin-bottom: 18px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }.detail-intro { display: flex; gap: 18px; align-items: flex-start; }.detail-logo { display: grid; flex: 0 0 auto; width: 64px; height: 64px; place-items: center; color: #fff; border-radius: 16px; font-size: 25px; font-weight: 800; }.detail-intro h1 { margin: 0 0 7px; font-size: 28px; letter-spacing: -1px; }.detail-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }.meta-chip { padding: 5px 8px; color: #63718a; background: #f4f6fb; border-radius: 6px; font-size: 11px; }.detail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 19px; }.button-outline { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 14px; color: var(--blue-deep); border: 1px solid #cfdcff; border-radius: 8px; background: #fff; font-size: 12px; font-weight: 750; }.button-outline:hover { background: #f2f6ff; }.detail-actions .button-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; }
.content-card { padding: 27px 28px; }.content-card h2 { margin: 0 0 14px; color: var(--ink); font-size: 19px; letter-spacing: -.5px; }.content-card p, .content-card li { color: #637086; font-size: 14px; line-height: 1.85; }.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; padding: 0; margin: 0; list-style: none; }.feature-list li { position: relative; padding-left: 20px; }.feature-list li::before { position: absolute; top: 8px; left: 0; width: 8px; height: 8px; content: ""; background: #66c999; border-radius: 50%; box-shadow: 0 0 0 3px #e4f8ef; }.content-card ul:not(.feature-list) { padding-left: 20px; margin-bottom: 0; }
.info-side { align-self: start; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }.info-side h2 { margin: 0 0 14px; font-size: 15px; }.side-line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; color: var(--muted); border-top: 1px solid #edf0f5; font-size: 12px; }.side-line b { color: var(--ink-2); font-weight: 650; text-align: right; }.side-note { margin-top: 18px; padding: 14px; color: #6d7590; background: #f5f7ff; border-radius: 9px; font-size: 12px; line-height: 1.65; }
.resource-cover { display: grid; min-height: 148px; place-items: center; margin: -28px -28px 24px; color: #7651c8; background: linear-gradient(135deg, #ede4ff, #d6c1ff); border-radius: var(--radius) var(--radius) 0 0; font-size: 46px; }.resource-cover.book-cover { color: #b95a29; background: linear-gradient(135deg, #ffe9d3, #ffc99f); }.resource-cover.software-cover { color: #2b6fe9; background: linear-gradient(135deg, #e3efff, #c5dafe); }
.contents-list { display: grid; gap: 9px; }.contents-item { display: flex; align-items: center; gap: 10px; padding: 12px; color: #5f6c82; background: #fafbfe; border: 1px solid #edf0f5; border-radius: 8px; font-size: 13px; }.contents-item b { display: grid; width: 22px; height: 22px; place-items: center; color: var(--blue-deep); background: #edf3ff; border-radius: 5px; font-size: 10px; }

footer { color: #7a869a; background: #fbfcff; border-top: 1px solid #eaf0f8; }.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 46px; padding: 54px 0 38px; }.footer-brand p { max-width: 260px; margin: 13px 0 0; font-size: 12px; line-height: 1.8; }.footer-title { margin: 3px 0 14px; color: var(--ink-2); font-size: 13px; font-weight: 750; }.footer-list { display: grid; gap: 10px; font-size: 12px; }.footer-list a:hover { color: var(--blue-deep); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 25px; color: #9ba6b6; border-top: 1px solid #edf1f7; font-size: 11px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 30; max-width: min(360px, calc(100vw - 36px)); padding: 13px 17px; color: #fff; background: #263248; border-radius: 9px; box-shadow: 0 12px 27px rgba(20,34,60,.22); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .25s, transform .25s; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 940px) { .main-nav { display: none; }.mini-search { display: none; }.menu-button { display: block; }.mobile-nav { position: fixed; top: 66px; right: 0; left: 0; z-index: 19; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 14px 24px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(40,58,100,.08); transform: translateY(-130%); transition: transform .2s; }.mobile-nav.is-open { transform: translateY(0); }.mobile-nav a { padding: 10px; color: var(--ink-2); background: #f7f9fd; border-radius: 8px; font-size: 13px; text-align: center; }.site-header { height: 66px; }.tool-grid { grid-template-columns: repeat(2, 1fr); }.resource-grid { grid-template-columns: repeat(2, 1fr); }.directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.detail-layout { grid-template-columns: 1fr; }.info-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }.info-side h2, .side-note { grid-column: 1 / -1; }.footer-main { grid-template-columns: 1.5fr repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; } }
@media (max-width: 630px) { .container { width: calc(100% - 32px); }.hero { min-height: 472px; }.hero-inner { padding: 57px 0 47px; }.hero h1 { margin-top: 18px; font-size: 35px; letter-spacing: -1.7px; }.hero-copy { font-size: 14px; line-height: 1.75; }.hero-search { flex-direction: column; padding: 6px; }.hero-search label { min-height: 42px; }.button-primary { min-height: 44px; }.hot-searches { line-height: 2; }.home-section, .resources-section { padding: 64px 0; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 29px; }.more-link { padding-top: 7px; font-size: 12px; }.notice { flex-wrap: wrap; align-items: flex-start; font-size: 12px; line-height: 1.5; }.notice a { width: 100%; margin-left: 0; }.tool-grid, .resource-grid, .directory-grid { grid-template-columns: 1fr; }.tool-card { min-height: 220px; }.resource-card { min-height: 275px; }.stat-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }.stat + .stat::before { display: none; }.cta { padding: 64px 0; }.cta-box { padding: 44px 23px; }.cta h2 { font-size: 28px; }.directory-hero { padding: 40px 0 34px; }.directory-hero h1 { font-size: 30px; }.directory-layout { grid-template-columns: 1fr; gap: 18px; }.filter-panel { display: flex; align-items: center; gap: 12px; overflow-x: auto; padding: 12px; }.filter-title { flex: 0 0 auto; margin: 0; }.filter-title .filter-reset { display: none; }.filter-list { display: flex; gap: 6px; }.filter-option { width: max-content; white-space: nowrap; }.directory-topbar { margin-top: 4px; }.promo-card { align-items: flex-start; flex-direction: column; }.detail-page { padding: 24px 0 64px; }.detail-card { padding: 20px; }.detail-intro { gap: 13px; }.detail-logo { width: 52px; height: 52px; border-radius: 13px; font-size: 21px; }.detail-intro h1 { font-size: 23px; }.content-card { padding: 21px 20px; }.feature-list { grid-template-columns: 1fr; }.info-side { grid-template-columns: 1fr; }.footer-main { grid-template-columns: repeat(2, 1fr); gap: 28px; padding-top: 43px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 7px; } }
