:root {
  --ink: #101a38;
  --muted: #69738e;
  --muted-2: #919ab0;
  --line: #e7eaf3;
  --line-strong: #dce0ee;
  --page: #f8f9fd;
  --surface: #ffffff;
  --navy: #080d22;
  --navy-2: #0c1430;
  --purple: #7957f7;
  --purple-strong: #6847ef;
  --purple-soft: #f0ecff;
  --blue: #4e8cff;
  --green: #1db68b;
  --orange: #f4a54f;
  --pink: #e46dd5;
  --shadow-sm: 0 10px 30px rgba(21, 34, 74, .06);
  --shadow-md: 0 18px 48px rgba(18, 29, 65, .10);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1240px;
  --font: "Onest", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] {
  --ink: #f4f6ff;
  --muted: #a8b1ca;
  --muted-2: #818ba6;
  --line: rgba(227, 232, 255, .12);
  --line-strong: rgba(227, 232, 255, .18);
  --page: #080d1d;
  --surface: #101831;
  --navy: #050816;
  --navy-2: #081126;
  --purple-soft: rgba(121, 87, 247, .16);
  --shadow-sm: 0 14px 36px rgba(0, 0, 0, .22);
  --shadow-md: 0 22px 52px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--page); color: var(--ink); font: 400 16px/1.55 var(--font); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(8, 13, 34, .84); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; letter-spacing: -.045em; }
.brand-mark { width: 29px; height: 29px; position: relative; display: inline-block; transform: rotate(-18deg); }
.brand-mark span { position: absolute; width: 13px; height: 13px; border-radius: 5px; background: linear-gradient(145deg, #9e83ff, #6e45f1); box-shadow: 0 4px 10px rgba(122,87,247,.35); }
.brand-mark span:nth-child(1){left:1px;top:8px}.brand-mark span:nth-child(2){left:9px;top:1px}.brand-mark span:nth-child(3){left:15px;top:12px}
.brand-name { font-size: 21px; }.brand-name span { color: #9b78ff; }
.desktop-nav { display: flex; gap: 29px; margin-left: auto; }
.desktop-nav a, .header-link { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; transition: color .18s ease; }
.desktop-nav a:hover, .header-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-link { padding: 9px 13px; border-radius: 10px; border: 1px solid rgba(255,255,255,.14); }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 39px; padding: 8px 12px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.065); font-size: 13px; font-weight: 800; transition: .18s ease; }
.theme-toggle:hover { color: #fff; border-color: rgba(178,158,255,.55); background: rgba(141,114,255,.16); }
.theme-toggle [data-theme-icon] { width: 18px; height: 18px; display: grid; place-items: center; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.menu-button svg { width: 20px; height: 20px; }
.mobile-menu { padding: 14px 24px 22px; border-top: 1px solid rgba(255,255,255,.08); background: var(--navy); }
.mobile-menu a { display: flex; padding: 12px 4px; color: rgba(255,255,255,.85); font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu__cta { margin-top: 14px; padding: 13px 16px !important; justify-content: space-between; color:#fff !important; background: linear-gradient(110deg, var(--purple-strong), #9874fa); border: 0 !important; border-radius: 12px; }.mobile-menu__cta svg { width: 19px; height: 19px; }

.hero { position: relative; overflow: hidden; color: #fff; padding: 88px 0 94px; background: radial-gradient(600px 420px at 81% 34%, rgba(112, 79, 243, .29), transparent 64%), radial-gradient(460px 370px at 9% 86%, rgba(32, 105, 255, .14), transparent 75%), linear-gradient(125deg, #080d22 0%, #0d1230 58%, #151039 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(transparent, rgba(4,7,21,.42)); pointer-events: none; }
.hero-noise { position:absolute; inset:0; opacity:.34; pointer-events:none; background-image: radial-gradient(rgba(255,255,255,.48) 1px, transparent 1px), radial-gradient(rgba(154,116,255,.7) 1px, transparent 1px); background-position: 22px 32px, 81% 26%; background-size: 96px 96px, 138px 138px; }
.hero-grid { position: relative; z-index: 1; display:grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); align-items:center; gap: 44px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 7px; letter-spacing: .02em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.eyebrow { padding: 7px 11px; color: #dcd4ff; border: 1px solid rgba(182,166,255,.24); border-radius: 999px; background: rgba(125,99,247,.1); }
.eyebrow svg { width: 14px; height:14px; color:#ad95ff; }
.hero h1 { margin: 20px 0 18px; max-width: 730px; color:#fff; font-size: clamp(42px, 4.7vw, 68px); line-height: 1.06; letter-spacing: -.06em; font-weight: 800; }
.hero h1 span { background: linear-gradient(100deg, #e5dcff 2%, #a783ff 45%, #8267ff 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { margin:0; max-width: 650px; font-size: 18px; line-height:1.58; color: rgba(241,243,255,.72); }
.tool-search-wrap { position:relative; margin-top: 33px; max-width: 655px; }
.tool-search { display:flex; align-items:center; min-height: 61px; padding: 7px 10px 7px 18px; gap: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.21); }
.tool-search > svg { flex: 0 0 auto; width:22px; height:22px; color:#717b94; }.tool-search input { width:100%; min-width:0; border:0; outline:0; background: transparent; color:var(--ink); font-weight: 600; }.tool-search input::placeholder { color:#9aa3b6; font-weight:500; }.tool-search kbd { flex:0 0 auto; padding:5px 7px; color:#6a7590; font-size:11px; border:1px solid #e7eaf1; border-radius:7px; background:#f8f9fc; }
.search-results { position:absolute; top: calc(100% + 10px); right:0; left:0; max-height: 340px; overflow:auto; padding:8px; color:var(--ink); border:1px solid #e4e7f1; border-radius: 16px; background:#fff; box-shadow: var(--shadow-md); }.search-results a { display:flex; align-items:center; justify-content:space-between; gap:12px; padding: 11px 12px; border-radius: 11px; }.search-results a:hover { background:#f5f3ff; }.search-results small{color:var(--muted);font-size:12px}.search-results__empty{padding:15px;color:var(--muted)}
.popular-pills { display:flex; flex-wrap:wrap; align-items:center; gap: 8px; margin-top:16px; color:rgba(244,245,255,.63); font-size:12px; }.popular-pills a { padding: 5px 9px; color:rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.13); border-radius:999px; background:rgba(255,255,255,.055); transition:.2s ease; }.popular-pills a:hover { border-color:rgba(178,158,255,.7); background:rgba(141,114,255,.16); }
.hero-visual { position:relative; min-height:410px; }.dashboard-card { position:absolute; inset: 34px 18px 24px 16px; overflow:hidden; border: 1px solid rgba(208,200,255,.27); border-radius: 22px; background: linear-gradient(145deg, rgba(37,41,81,.96), rgba(16,21,51,.97)); box-shadow: 0 35px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12); transform: perspective(1000px) rotateY(-6deg) rotateX(3deg); }
.dashboard-topbar { display:flex; align-items:center; gap:7px; height:44px; padding:0 16px; border-bottom:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.025); }.dashboard-topbar span { width:8px;height:8px;border-radius:50%;background:#ff736e}.dashboard-topbar span:nth-child(2){background:#f3c654}.dashboard-topbar span:nth-child(3){background:#45d89b}.dashboard-topbar div { height:7px;width:48%;margin-left:11px;border-radius:999px;background:rgba(255,255,255,.1); }
.dashboard-content { display:grid; grid-template-columns:72px 1fr; min-height:340px; }.dashboard-aside { display:flex;flex-direction:column;gap:18px;padding:26px 18px;border-right:1px solid rgba(255,255,255,.08); }.dashboard-aside i { width:30px;height:7px;border-radius:8px;background:rgba(255,255,255,.12); }.dashboard-aside i:first-child{background:#8f72ff}.dashboard-main { padding:23px 23px 20px; }.dash-row { display:flex;gap:12px;align-items:center; }.search-icon {display:grid;place-items:center;width:49px;height:49px;color:#fff;border-radius:10px;background:linear-gradient(145deg,#424d83,#2d386b);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.search-icon svg{width:27px;height:27px}.dash-line{height:13px;border-radius:999px;background:rgba(255,255,255,.13)}.dash-line--wide{width:55%}.dash-chart{height:138px;margin-top:23px;padding:14px 8px 0;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025)}.dash-chart svg{width:100%;height:100%;stroke:none}.dash-cards{display:grid;grid-template-columns:1fr 1fr .8fr;gap:11px;margin-top:14px}.dash-cards>div{height:86px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.04)}.dash-cards b{display:block;width:26px;height:8px;margin-bottom:13px;border-radius:8px;background:#75a5ff}.dash-cards i{display:block;height:5px;margin-top:7px;border-radius:8px;background:rgba(255,255,255,.13)}.dash-cards i:last-child{width:62%}.dash-cards .donut{display:grid;place-items:center;padding:0}.donut span{width:50px;height:50px;border-radius:50%;background:conic-gradient(#946dff 0 64%, #626b9a 64% 79%, #32406e 79%);position:relative}.donut span::after{content:"";position:absolute;inset:13px;border-radius:50%;background:#202951}
.floating-chip { position:absolute; z-index:2; display:grid;place-items:center;width:53px;height:53px;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow: 0 18px 30px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.24); }.floating-chip svg{width:28px;height:28px}.chip-one{top:110px;left:-4px;background:linear-gradient(145deg,#3bd49d,#1ca57a)}.chip-two{bottom:65px;left:16px;background:linear-gradient(145deg,#ffb354,#f0763e)}.chip-three{top:140px;right:-4px;background:linear-gradient(145deg,#69a4ff,#4c76ea)}

.trust-strip { position:relative; z-index:2; margin-top:-34px; }.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap: 16px; padding: 17px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-sm); }.trust-card { display:flex; align-items:flex-start; gap:12px; padding:7px 9px; }.trust-icon { flex:0 0 auto; display:grid;place-items:center;width:38px;height:38px;border-radius:11px; }.trust-icon svg{width:20px;height:20px}.trust-icon--violet{color:#7c5bf8;background:#f0ecff}.trust-icon--green{color:#16a87e;background:#e5fbf3}.trust-icon--orange{color:#dd892e;background:#fff2df}.trust-card h2{margin:1px 0 2px;font-size:14px;letter-spacing:-.015em}.trust-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}

.section { padding: 106px 0; }.popular-section { padding-bottom:92px; }.section-heading { max-width:690px; margin-bottom: 32px; }.section-heading--split { max-width:none; display:flex;align-items:end;justify-content:space-between;gap:20px; }.section-kicker{color:var(--purple);}.section-heading h2, .how-copy h2, .tool-lists__header h2, .about-panel h2 { margin:7px 0 9px; font-size:clamp(30px,3.2vw,44px);line-height:1.12;letter-spacing:-.055em;font-weight:800; }.section-heading p, .tool-lists__header p { margin:0; color:var(--muted); max-width:620px; }.text-link { display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:var(--purple-strong);font-size:14px;font-weight:800; }.text-link svg{width:18px;height:18px;transition:transform .2s}.text-link:hover svg{transform:translateX(3px)}
.popular-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }.popular-card { position:relative; display:flex; flex-direction:column; min-height:213px; padding:20px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--surface); box-shadow:0 4px 0 rgba(20,31,65,.012); transition:transform .2s ease,border-color .2s ease, box-shadow .2s ease; }.popular-card:hover { transform:translateY(-4px); border-color:#d4cafc; box-shadow:var(--shadow-sm); }.card-icon { display:grid;place-items:center;width:45px;height:45px;margin-bottom:19px;border-radius:13px; }.card-icon svg{width:23px;height:23px}.icon-link{color:#4d85f9;background:#edf3ff}.icon-key{color:#8b60f3;background:#f1eaff}.icon-file{color:#ed8d3d;background:#fff0df}.icon-code{color:#db5dc6;background:#feeafa}.icon-map{color:#2cae91;background:#e3fbf4}.icon-chart{color:#607ff5;background:#e9eeff}.card-title{font-weight:800;letter-spacing:-.025em}.card-copy{max-width:270px;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.53}.card-arrow{position:absolute;right:19px;bottom:17px;color:var(--purple-strong)}.card-arrow svg{width:19px;height:19px}

.catalog-section { padding-top:94px; background:linear-gradient(180deg,#f2f4fb 0%,#f8f9fd 100%); border-top:1px solid #edf0f6; }.category-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }.category-card { min-height:238px; position:relative; display:flex;flex-direction:column; align-items:flex-start; padding:20px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; transition:.2s ease; }.category-card::after{content:"";position:absolute;width:130px;height:130px;right:-44px;bottom:-54px;border-radius:50%;opacity:.32;background:radial-gradient(circle at 36% 30%,currentColor,transparent 68%);pointer-events:none}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#d6d9eb}.category-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:13px}.category-icon svg{width:23px;height:23px}.category-meta{margin-top:16px;color:var(--muted-2);font-size:12px;font-weight:700}.category-card h3{margin:3px 0 7px;font-size:17px;letter-spacing:-.03em}.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.category-go{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:currentColor;font-size:13px;font-weight:800}.category-go svg{width:17px;height:17px}.category-card--blue{color:#417cf3}.category-card--blue .category-icon{background:#eef4ff}.category-card--green{color:#13a57b}.category-card--green .category-icon{background:#e6faf3}.category-card--violet{color:#8459ec}.category-card--violet .category-icon{background:#f0eaff}.category-card--orange{color:#df8435}.category-card--orange .category-icon{background:#fff0df}.category-card--cyan{color:#239eae}.category-card--cyan .category-icon{background:#e1f8fb}.category-card--pink{color:#d967c7}.category-card--pink .category-icon{background:#feebfa}.category-card--navy{color:#5269d9}.category-card--navy .category-icon{background:#ebeeff}.category-card--plum{color:#a356d6}.category-card--plum .category-icon{background:#f5e9ff}

.how-section { background:#fff; }.how-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}.how-copy h2{max-width:500px}.how-copy p{max-width:500px;margin:0 0 26px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 18px;border-radius:12px;font-size:14px;font-weight:800;transition:.2s ease}.button svg{width:18px;height:18px}.button--dark{color:#fff;background:#121b3b}.button--dark:hover{background:#242e57;transform:translateY(-2px)}.steps{display:grid;gap:13px;margin:0;padding:0;list-style:none}.steps li{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fcfcff}.steps span{display:grid;place-items:center;width:42px;height:42px;color:var(--purple-strong);font-size:13px;font-weight:800;border-radius:12px;background:var(--purple-soft)}.steps h3{margin:0 0 3px;font-size:16px;letter-spacing:-.02em}.steps p{margin:0;color:var(--muted);font-size:13px}

.tool-lists{padding:96px 0;background:radial-gradient(560px 380px at 83% 14%, rgba(106,79,247,.22), transparent 66%),linear-gradient(135deg,#080d22,#0e1534 62%,#171039);color:#fff}.tool-lists__header{max-width:650px;margin-bottom:32px}.tool-lists__header .section-kicker{color:#ae98ff}.tool-lists__header h2{color:#fff}.tool-lists__header p{color:rgba(238,240,255,.64)}.tool-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.tool-list{padding:20px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.045)}.tool-list h3{display:flex;align-items:center;gap:9px;margin:0 0 15px;font-size:15px}.mini-icon{display:grid;place-items:center;width:27px;height:27px;color:#b69fff;border-radius:8px;background:rgba(157,128,255,.16)}.mini-icon svg{width:15px;height:15px}.tool-list ol{margin:0;padding-left:20px;color:rgba(246,247,255,.72);font-size:12px;line-height:1.78}.tool-list a{display:inline-flex;align-items:center;gap:5px;margin-top:15px;color:#b599ff;font-size:12px;font-weight:800}.tool-list a svg{width:15px;height:15px}

.about-panel{padding:48px 0;background:#f8f9fd}.about-panel__inner{display:grid;grid-template-columns:auto 1fr auto;gap:23px;align-items:center;padding:30px 35px;border-radius:22px;background:linear-gradient(120deg,#f2efff,#edf3ff);border:1px solid #e1dcff}.about-icon{display:grid;place-items:center;width:62px;height:62px;color:#7257ed;border-radius:19px;background:#fff;box-shadow:var(--shadow-sm)}.about-icon svg{width:30px;height:30px}.about-panel h2{font-size:25px;margin:4px 0 4px}.about-panel p{margin:0;max-width:690px;color:var(--muted);font-size:14px}.button--light{white-space:nowrap;color:var(--purple-strong);border:1px solid #cfc5ff;background:#fff}.button--light:hover{border-color:#9c86ff;background:#faf9ff}

.site-footer{padding:58px 0 22px;color:rgba(234,238,255,.68);background:#080d22}.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:38px;padding-bottom:38px}.footer-brand .brand{margin-bottom:13px}.footer-brand p{max-width:250px;margin:0;color:rgba(236,239,255,.58);font-size:13px}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col h2{margin:0 0 3px;color:#fff;font-size:13px}.footer-col a{font-size:13px;transition:color .18s}.footer-col a:hover{color:#b298ff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:19px;border-top:1px solid rgba(255,255,255,.09);font-size:12px;color:rgba(236,239,255,.47)}

[data-theme="dark"] body { background: var(--page); color: var(--ink); }
[data-theme="dark"] .site-header { background: rgba(5, 8, 22, .9); }
[data-theme="dark"] .trust-grid,
[data-theme="dark"] .popular-card,
[data-theme="dark"] .category-card,
[data-theme="dark"] .steps li,
[data-theme="dark"] .about-panel__inner { color: var(--ink); border-color: var(--line); background: var(--surface); }
[data-theme="dark"] .trust-card p,
[data-theme="dark"] .card-copy,
[data-theme="dark"] .category-card p,
[data-theme="dark"] .section-heading p,
[data-theme="dark"] .how-copy p,
[data-theme="dark"] .steps p,
[data-theme="dark"] .about-panel p { color: var(--muted); }
[data-theme="dark"] .catalog-section { border-top-color: var(--line); background: linear-gradient(180deg, #0b1124 0%, #080d1d 100%); }
[data-theme="dark"] .how-section { background: #0b1226; }
[data-theme="dark"] .about-panel { background: #080d1d; }
[data-theme="dark"] .about-panel__inner { background: linear-gradient(120deg, rgba(121,87,247,.16), rgba(78,140,255,.12)); }
[data-theme="dark"] .about-icon { background: #101831; }
[data-theme="dark"] .button--light { color: #d9d0ff; border-color: rgba(207,197,255,.28); background: #101831; }
[data-theme="dark"] .search-results { color: var(--ink); border-color: var(--line); background: #101831; }
[data-theme="dark"] .search-results a:hover { background: rgba(121, 87, 247, .18); }
[data-theme="dark"] .search-results small,
[data-theme="dark"] .search-results__empty { color: var(--muted); }
[data-theme="dark"] .tool-search { border-color: rgba(255,255,255,.13); background: #101831; }
[data-theme="dark"] .tool-search input { color: var(--ink); }
[data-theme="dark"] .tool-search kbd { color: var(--muted); border-color: var(--line); background: #0b1226; }
[data-theme="dark"] .category-card--blue .category-icon { color: #6b9aff; background: rgba(65,124,243,.2); }
[data-theme="dark"] .category-card--green .category-icon { color: #45c9a8; background: rgba(19,165,123,.2); }
[data-theme="dark"] .category-card--violet .category-icon { color: #a77aff; background: rgba(132,89,236,.2); }
[data-theme="dark"] .category-card--orange .category-icon { color: #f5b85c; background: rgba(223,132,53,.2); }
[data-theme="dark"] .category-card--cyan .category-icon { color: #5ac8d5; background: rgba(35,158,174,.2); }
[data-theme="dark"] .category-card--pink .category-icon { color: #e882d3; background: rgba(217,103,199,.2); }
[data-theme="dark"] .category-card--navy .category-icon { color: #809aff; background: rgba(82,105,217,.2); }
[data-theme="dark"] .category-card--plum .category-icon { color: #c47ee3; background: rgba(163,86,214,.2); }
[data-theme="dark"] .icon-link { color: #6b9aff; background: rgba(65,124,243,.18); }
[data-theme="dark"] .icon-key { color: #a77aff; background: rgba(132,89,236,.18); }
[data-theme="dark"] .icon-file { color: #f5b85c; background: rgba(223,132,53,.18); }
[data-theme="dark"] .icon-code { color: #e882d3; background: rgba(217,103,199,.18); }
[data-theme="dark"] .icon-map { color: #45c9a8; background: rgba(19,165,123,.18); }
[data-theme="dark"] .icon-chart { color: #809aff; background: rgba(82,105,217,.18); }

@media (max-width: 1040px){.desktop-nav{gap:18px}.hero-grid{grid-template-columns:1fr .78fr;gap:20px}.hero-visual{min-height:350px}.dashboard-card{inset:38px 0 28px 0}.category-grid{grid-template-columns:repeat(3,1fr)}.tool-list-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 820px){.container{width:min(var(--container),calc(100% - 32px))}.desktop-nav,.header-link{display:none}.theme-toggle{padding-inline:10px}.theme-toggle [data-theme-text]{display:none}.menu-button{display:inline-flex}.hero{padding:68px 0 75px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow{justify-self:center}.hero h1,.hero-lead{margin-inline:auto}.hero-visual{width:min(520px,100%);min-height:350px;margin:0 auto}.tool-search-wrap{margin-inline:auto}.popular-pills{justify-content:center}.trust-grid{grid-template-columns:1fr;gap:7px}.trust-strip{margin-top:-23px}.section{padding:77px 0}.popular-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr;gap:36px}.tool-list-grid{grid-template-columns:repeat(2,1fr)}.about-panel__inner{grid-template-columns:auto 1fr}.about-panel .button{grid-column:1/-1;justify-self:start}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}}
@media (max-width: 560px){.header-inner{min-height:65px}.brand-name{font-size:19px}.hero{padding:54px 0 62px}.hero h1{font-size:39px}.hero-lead{font-size:15px}.tool-search{min-height:55px;border-radius:14px}.tool-search kbd{display:none}.popular-pills span{width:100%;}.hero-visual{min-height:295px}.dashboard-card{inset:28px 2px 18px;transform:none}.dashboard-content{grid-template-columns:48px 1fr;min-height:245px}.dashboard-aside{padding:20px 12px;gap:13px}.dashboard-aside i{width:22px}.dashboard-main{padding:16px}.dash-chart{height:98px;margin-top:14px}.dash-cards>div{height:65px}.floating-chip{transform:scale(.78)}.chip-one{left:-10px;top:84px}.chip-two{bottom:26px;left:-3px}.chip-three{right:-10px;top:105px}.section-heading--split{align-items:start;flex-direction:column}.popular-grid{grid-template-columns:1fr}.popular-card{min-height:180px}.category-grid{grid-template-columns:1fr}.category-card{min-height:190px}.tool-list-grid{grid-template-columns:1fr}.tool-lists{padding:70px 0}.about-panel{padding:32px 0}.about-panel__inner{grid-template-columns:1fr;padding:25px}.about-icon{width:52px;height:52px}.about-panel h2{font-size:23px}.about-panel .button{grid-column:auto; width:100%}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-col:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.section-heading h2,.how-copy h2,.tool-lists__header h2{font-size:31px}}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
