:root {
  --ink: #20231e;
  --muted: #5f655c;
  --paper: #f7f7f2;
  --card: #fff;
  --line: #e1e4db;
  --lime: #cfff5b;
  --lime-dark: #a8dc2e;
  --plum: #5943dd;
  --orange: #ff7a51;
  --blue: #5d96ff;
  --rose: #ec6f91;
  --yellow: #f6c74f;
  --green: #62b985;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(112,92,255,.4); outline-offset: 3px; }

.topbar { width: min(1240px, calc(100% - 48px)); height: 82px; display: flex; align-items: center; justify-content: space-between; margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -1px; }
.brand-name > span { color: var(--plum); }
.brand-symbol { width: 32px; height: 32px; display: block; flex: 0 0 auto; filter: drop-shadow(0 7px 12px rgba(32,35,30,.13)); transform: rotate(-3deg); }
.topbar nav { display: flex; gap: 34px; font-size: 13px; font-weight: 650; }
.topbar nav a { transition: opacity .2s; }.topbar nav a:hover { opacity: .55; }
.header-pill { border: 1px solid var(--line); border-radius: 99px; padding: 9px 14px; font-size: 11px; font-weight: 750; background: rgba(255,255,255,.55); }
.header-pill span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #57aa65; margin-right: 5px; box-shadow: 0 0 0 3px #dff3e2; }

.hero { width: min(1240px, calc(100% - 48px)); min-height: 690px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; padding: 70px 0; }
.hero-copy { padding-left: 18px; position: relative; z-index: 2; }
.eyebrow { font-size: 10px; letter-spacing: 1.8px; font-weight: 850; color: #60655c; }
.eyebrow span { color: var(--plum); font-size: 8px; margin-right: 7px; }
h1, h2, h3 { letter-spacing: -.04em; margin-top: 0; }
h1 { font-size: clamp(52px, 6vw, 82px); line-height: .94; margin: 24px 0 28px; }
h1 em { font-style: normal; color: var(--plum); position: relative; }
h1 em::after { content: ""; position: absolute; width: 105%; height: 8px; background: var(--lime); left: -2%; bottom: 2px; z-index: -1; transform: rotate(-1deg); border-radius: 50%; }
.hero-copy > p { color: var(--muted); max-width: 520px; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 32px 0; }
.primary-button { display: inline-flex; align-items: center; gap: 25px; background: var(--ink); color: #fff; padding: 15px 18px 15px 21px; border-radius: 11px; font-size: 13px; font-weight: 750; transition: transform .2s, box-shadow .2s; }
.primary-button span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 7px; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(32,35,30,.14); }
.plain-button { border: 0; background: transparent; padding: 10px 0; font-size: 12px; font-weight: 750; border-bottom: 1px solid #aaa; }
.hero-points { display: flex; list-style: none; padding: 0; margin: 38px 0 0; gap: 21px; color: #5f655c; font-size: 11px; }
.hero-points b { color: #4f9b63; margin-right: 4px; }

.hero-art { min-height: 550px; position: relative; display: grid; place-items: center; }
.art-grid { position: absolute; width: 530px; height: 530px; opacity: .5; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle,#000 30%,transparent 72%); }
.orbit { position: absolute; border: 1px solid #d8dbd1; border-radius: 50%; }
.orbit-a { width: 430px; height: 430px; }.orbit-b { width: 570px; height: 330px; transform: rotate(-19deg); }
.center-orb { width: 190px; height: 190px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); box-shadow: 0 25px 70px rgba(118,151,38,.2); z-index: 2; }
.brand-symbol.large { width: 86px; height: 86px; filter: drop-shadow(0 16px 26px rgba(32,35,30,.25)); }
.floating-tool { position: absolute; z-index: 3; width: 138px; min-height: 105px; border: 1px solid rgba(32,35,30,.1); background: rgba(255,255,255,.89); backdrop-filter: blur(10px); border-radius: 16px; box-shadow: 0 18px 45px rgba(38,42,34,.1); padding: 14px; display: flex; flex-direction: column; animation: float 4s ease-in-out infinite; }
.floating-tool i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #eeeaff; color: var(--plum); font-style: normal; margin-bottom: auto; }
.floating-tool b { font-size: 12px; }.floating-tool small { color: #5f655c; margin-top: 3px; font-size: 9px; }
.f-one { left: 5%; top: 13%; }.f-two { right: 2%; top: 24%; animation-delay: -1.3s; }.f-three { left: 14%; bottom: 9%; animation-delay: -2.4s; }
.f-two i { background: #fff1d2; color: #805300; }.f-three i { background: #dff5e7; color: #246342; }
.privacy-chip { position: absolute; z-index: 4; right: 5%; bottom: 10%; display: flex; align-items: center; min-width: 210px; background: var(--ink); color: #fff; padding: 12px 15px; border-radius: 13px; box-shadow: 0 16px 35px rgba(32,35,30,.2); }
.privacy-chip > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; margin-right: 10px; }
.privacy-chip p { margin: 0; display: flex; flex-direction: column; font-size: 10px; }.privacy-chip small { color: #aeb3aa; margin-top: 2px; }
@keyframes float { 50% { transform: translateY(-9px) rotate(1deg); } }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); width: min(1240px, calc(100% - 48px)); margin: auto; }
.proof-strip article { min-height: 112px; display: flex; align-items: center; padding: 25px 38px; border-right: 1px solid var(--line); }
.proof-strip article:last-child { border: 0; }
.proof-strip article > span { color: var(--plum); font-weight: 850; font-size: 11px; margin-right: 18px; }
.proof-strip b { font-size: 12px; }.proof-strip p { margin: 5px 0 0; color: #5f655c; font-size: 10px; }

.use-case-section { width: min(1120px, calc(100% - 48px)); margin: 110px auto 0; }
.use-case-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 35px; }
.use-case-heading .eyebrow { grid-column: 1/-1; }
.use-case-heading h2 { font-size: clamp(36px,4.5vw,54px); margin: 0; max-width: 760px; }
.use-case-heading > p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.use-case-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.use-case-grid article { min-height: 260px; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 25px; }
.use-case-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff1d2; color: #a76e00; font-size: 15px; font-weight: 850; }
.use-case-grid article:nth-child(2) .use-case-icon { background: #ffe5eb; color: #873149; }
.use-case-grid article:nth-child(3) .use-case-icon { background: #eeeaff; color: var(--plum); }
.use-case-grid article:nth-child(4) .use-case-icon { background: #dff3ff; color: #245f88; }
.use-case-grid small { display: block; margin: 24px 0 9px; color: #5f655c; font-size: 8px; letter-spacing: 1.4px; font-weight: 850; }
.use-case-grid h3 { max-width: 430px; font-size: 19px; line-height: 1.25; margin-bottom: 24px; }
.use-case-grid article > div { display: flex; flex-wrap: wrap; gap: 7px; }
.use-case-grid button { border: 1px solid var(--line); background: #f7f7f2; border-radius: 99px; padding: 8px 11px; font-size: 9px; font-weight: 750; }
.use-case-grid button:hover { border-color: var(--plum); background: #f1efff; }

.catalog { width: min(1120px, calc(100% - 48px)); padding: 120px 0; margin: auto; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.catalog-heading h2, .manifesto h2, .local-cta h2 { font-size: clamp(38px,5vw,58px); margin: 13px 0 0; }
.catalog-heading > p { color: #5f655c; font-size: 11px; }
.catalog-controls { position: sticky; top: 12px; z-index: 10; background: rgba(247,247,242,.9); backdrop-filter: blur(14px); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 12px 0 17px; margin-bottom: 24px; }
.search-box { width: 320px; height: 44px; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 0 12px; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.search-box kbd { font-size: 9px; color: #5f655c; border: 1px solid var(--line); border-radius: 5px; padding: 3px 6px; }
.category-tabs { display: flex; gap: 5px; overflow-x: auto; }
.category-tabs button { border: 1px solid transparent; border-radius: 99px; padding: 9px 14px; background: transparent; color: #5f655c; font-size: 11px; font-weight: 700; white-space: nowrap; }
.category-tabs button.active { background: var(--ink); color: #fff; }
.tool-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.tool-card { min-height: 172px; padding: 18px; border: 1px solid var(--line); background: var(--card); border-radius: 15px; text-align: left; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 17px 38px rgba(32,35,30,.08); border-color: #c8ccc1; }
.tool-card .tool-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; margin-bottom: auto; font-size: 16px; }
.tool-card h3 { font-size: 13px; margin: 18px 0 5px; letter-spacing: -.02em; }
.tool-card p { margin: 0; font-size: 10px; color: #5f655c; line-height: 1.45; }
.tool-card .arrow { position: absolute; opacity: 0; }
.tool-card.image .tool-icon { background: #eeeaff; color: var(--plum); }
.tool-card.text .tool-icon { background: #fff1d2; color: #805300; }
.tool-card.developer .tool-icon { background: #dff3ff; color: #245f88; }
.tool-card.media .tool-icon { background: #dff5e7; color: #246342; }
.tool-card.everyday .tool-icon { background: #ffe5eb; color: #873149; }
.tool-card.document .tool-icon { background: #e6efff; color: #315ea8; font-size: 12px; font-weight: 850; }
.tool-card[hidden] { display: none; }
.tool-loading,.tool-error { min-height: 230px; padding: 36px; display: grid; place-items: center; align-content: center; gap: 10px; text-align: center; border: 1px solid var(--line); border-radius: 15px; background: #fbfbf7; }.tool-loading span { width: 28px; height: 28px; border: 3px solid #e3e5dc; border-top-color: var(--plum); border-radius: 50%; animation: spin .8s linear infinite; }.tool-loading b,.tool-error b { font-size: 14px; }.tool-loading p,.tool-error p { max-width: 440px; margin: 0; color: #5f655c; font-size: 11px; line-height: 1.6; }.tool-error { border-color: #efcfd7; background: #fff7f8; }@keyframes spin { to { transform: rotate(360deg); } }

.discovery-section { width: min(1240px,calc(100% - 48px)); margin: 0 auto 100px; }.discovery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 30px; }.discovery-heading h2 { margin: 12px 0 0; max-width: 650px; font-size: clamp(36px,4.5vw,56px); line-height: .98; letter-spacing: -.05em; }.discovery-heading > p { margin: 0; color: #5f655c; font-size: 12px; line-height: 1.7; }.discovery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.discovery-grid > a { min-height: 210px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .2s,box-shadow .2s; }.discovery-grid > a:hover { transform: translateY(-4px); box-shadow: 0 17px 38px rgba(32,35,30,.08); }.discovery-grid > a > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #eeeaff; color: var(--plum); font-size: 11px; font-weight: 850; }.discovery-grid h3 { margin: auto 0 7px; font-size: 16px; }.discovery-grid p { min-height: 36px; margin: 0 0 14px; color: #5f655c; font-size: 10px; line-height: 1.55; }.discovery-grid small { color: var(--plum); font-size: 9px; font-weight: 800; }.guide-callout { margin-top: 12px; padding: 25px 28px; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 36px; border-radius: 17px; background: var(--ink); color: #fff; }.guide-callout small { color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .15em; }.guide-callout h3 { margin: 7px 0 0; font-size: 17px; }.guide-callout p { margin: 0; color: #c3c8bf; font-size: 10px; line-height: 1.6; }.guide-callout a { padding: 12px 15px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 850; white-space: nowrap; }
.empty-state { text-align: center; padding: 90px 20px; color: #5f655c; }.empty-state > span { font-size: 32px; }.empty-state h3 { color: var(--ink); margin: 15px 0 4px; }

.popular-section { width: min(1120px, calc(100% - 48px)); margin: 0 auto 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.popular-copy { position: sticky; top: 95px; }.popular-copy h2 { font-size: clamp(36px,4vw,52px); margin: 14px 0 18px; }.popular-copy p { max-width: 430px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.popular-links { border-top: 1px solid var(--line); }
.popular-links button { width: 100%; min-height: 92px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; text-align: left; gap: 8px; padding: 14px 8px; transition: padding .2s, background .2s; }
.popular-links button:hover { padding-left: 18px; background: rgba(255,255,255,.65); }.popular-links button > span { color: var(--plum); font-size: 10px; font-weight: 850; }.popular-links button div { display: flex; flex-direction: column; gap: 4px; }.popular-links button b { font-size: 13px; }.popular-links button small { color: #5f655c; }.popular-links button i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

.manifesto { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 92px 78px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; background: var(--ink); color: #fff; border-radius: 26px; position: relative; overflow: hidden; }
.manifesto::after { content: ""; position: absolute; width: 330px; height: 330px; right: -170px; top: -180px; border-radius: 50%; border: 80px solid rgba(207,255,91,.06); }
.eyebrow.light { color: #a8ada3; }.eyebrow.light span { color: var(--lime); }
.manifesto h2 { max-width: 670px; }
.manifesto > div:last-child { padding-top: 30px; color: #adb2a9; line-height: 1.75; font-size: 13px; }
.revenue-principle { width: min(1120px, calc(100% - 48px)); margin: 115px auto; }
.revenue-principle > div:first-child { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }.revenue-principle > div:first-child h2 { max-width: 650px; text-align: right; font-size: clamp(36px,4vw,52px); margin: 0; }
.revenue-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }.revenue-cards article { min-height: 210px; border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 24px; }.revenue-cards article > span { display: inline-grid; width: 30px; height: 30px; place-items: center; background: var(--lime); border-radius: 9px; font-size: 9px; font-weight: 850; }.revenue-cards h3 { font-size: 15px; margin: 35px 0 10px; }.revenue-cards p { color: #5f655c; font-size: 11px; line-height: 1.6; }
.sponsor-placeholder { margin-top: 14px; border: 1px dashed #bfc4b8; border-radius: 14px; padding: 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; background: #f2f3ec; }.sponsor-placeholder > span { font-size: 8px; letter-spacing: 1.3px; font-weight: 850; color: #5f655c; }.sponsor-placeholder p { margin: 0; font-size: 12px; }.sponsor-placeholder small { color: #5f655c; font-size: 9px; }
.faq-section { width: min(1020px, calc(100% - 48px)); margin: 0 auto 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }.faq-heading h2 { font-size: clamp(34px,4vw,48px); margin: 14px 0; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 2px; }.faq-list summary { list-style: none; cursor: pointer; font-size: 13px; font-weight: 750; display: flex; justify-content: space-between; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { content: "+"; color: var(--plum); font-size: 18px; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { color: #5f655c; font-size: 11px; line-height: 1.7; padding-right: 35px; }
.local-cta { width: min(1120px, calc(100% - 48px)); margin: 110px auto; display: grid; grid-template-columns: 1.1fr .7fr auto; gap: 40px; align-items: center; }
.local-cta > div { display: flex; align-items: center; gap: 18px; }.local-cta .shield { flex: 0 0 auto; width: 55px; height: 55px; display: grid; place-items: center; background: var(--lime); border-radius: 18px; font-weight: 900; }
.local-cta small { color: var(--plum); font-weight: 800; letter-spacing: 1.4px; }.local-cta h2 { font-size: 25px; margin-top: 6px; }
.local-cta > p { color: #5f655c; line-height: 1.6; font-size: 12px; }.local-cta > a { font-weight: 800; font-size: 12px; white-space: nowrap; }.local-cta > a span { color: var(--plum); margin-left: 8px; }
footer { min-height: 170px; border-top: 1px solid var(--line); width: min(1240px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
footer > p { color: #5f655c; font-size: 11px; } footer > div { display: flex; gap: 22px; font-size: 11px; font-weight: 700; } footer button { border: 0; background: transparent; padding: 0; }
footer > small { grid-column: 1/-1; color: #5f655c; border-top: 1px solid var(--line); padding-top: 18px; margin-top: -30px; }

dialog { width: min(900px, calc(100% - 28px)); max-height: min(88vh, 850px); padding: 0; border: 0; border-radius: 22px; box-shadow: 0 35px 110px rgba(23,25,21,.32); background: var(--paper); overflow: auto; }
dialog::backdrop { background: rgba(25,28,23,.62); backdrop-filter: blur(6px); }
.dialog-header { position: sticky; top: 0; z-index: 5; min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; border-bottom: 1px solid var(--line); background: rgba(247,247,242,.94); backdrop-filter: blur(12px); }
.dialog-title-row { display: flex; align-items: center; gap: 13px; padding-right: 48px; }.dialog-tool-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #eeeaff; color: var(--plum); font-size: 18px; }
.dialog-title-row small { color: #969b92; font-size: 8px; letter-spacing: 1.3px; font-weight: 800; }.dialog-title-row h2 { font-size: 20px; margin: 3px 0 0; }
.dialog-close { position: absolute; z-index: 20; top: 24px; right: 22px; width: 35px; height: 35px; border: 1px solid var(--line); background: #fff; border-radius: 50%; font-size: 20px; }
.local-banner { margin: 19px 22px 0; display: flex; align-items: center; padding: 10px 12px; background: #e8f7e9; border: 1px solid #d1ead4; border-radius: 11px; }
.local-banner > span { width: 25px; height: 25px; border-radius: 50%; background: #5ead71; color: #fff; display: grid; place-items: center; margin-right: 10px; font-size: 11px; }
.local-banner p { margin: 0; display: flex; flex-direction: column; font-size: 10px; }.local-banner small { color: #6d8c72; margin-top: 2px; }
#tool-workspace { padding: 22px; }
.dialog-footer { min-height: 58px; border-top: 1px solid var(--line); padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; background: #fff; }.dialog-footer button { border: 1px solid var(--line); background: #fff; border-radius: 9px; padding: 8px 11px; font-size: 10px; font-weight: 750; }.dialog-footer span { color: #92978e; font-size: 9px; }
.drop-zone { min-height: 210px; border: 1.5px dashed #cbd0c6; background: #fff; border-radius: 15px; display: grid; place-items: center; text-align: center; padding: 25px; transition: border .2s, background .2s; cursor: pointer; }
.drop-zone:hover, .drop-zone.dragging { border-color: var(--plum); background: #f7f5ff; }
.drop-zone input { display: none; }.drop-zone-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #eeeaff; color: var(--plum); font-size: 22px; margin: auto auto 13px; }
.drop-zone b { font-size: 13px; }.drop-zone p { color: #959a91; font-size: 10px; margin: 6px 0 0; }
.workspace-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.preview-panel, .settings-panel, .text-panel { border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 16px; }
.preview-panel { min-height: 330px; display: grid; place-items: center; overflow: hidden; background-image: linear-gradient(45deg,#f1f1ec 25%,transparent 25%),linear-gradient(-45deg,#f1f1ec 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f1f1ec 75%),linear-gradient(-45deg,transparent 75%,#f1f1ec 75%); background-size: 20px 20px; background-position: 0 0,0 10px,10px -10px,-10px 0; }
.preview-panel canvas, .preview-panel img, .preview-panel video { max-width: 100%; max-height: 430px; object-fit: contain; }
.settings-panel h3 { font-size: 12px; margin-bottom: 16px; }.field { display: block; margin: 13px 0; }.field span { display: block; font-size: 10px; font-weight: 750; margin-bottom: 7px; }
.field input, .field select, .field textarea, .text-area { width: 100%; border: 1px solid #dfe2da; border-radius: 9px; padding: 10px 11px; background: #fff; outline: 0; font-size: 11px; }
.field input:focus, .field textarea:focus, .text-area:focus { border-color: var(--plum); box-shadow: 0 0 0 3px #eeeaff; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }.field input[type="range"] { padding: 0; accent-color: var(--plum); box-shadow: none; }
.action-button { width: 100%; border: 0; background: var(--ink); color: #fff; border-radius: 10px; padding: 12px 14px; font-weight: 750; font-size: 11px; margin-top: 8px; }
.secondary-button { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 12px; }.stat { padding: 13px; background: #f4f4ef; border-radius: 10px; }.stat b { display: block; font-size: 17px; }.stat small { color: #858a81; font-size: 8px; }
.text-workspace { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.text-panel h3 { font-size: 11px; }.text-area { min-height: 250px; resize: vertical; line-height: 1.55; }
.text-area.compact { min-height: 95px; }
.text-area.compact-area { min-height: 105px; }
.result-note { color: #7d8279; font-size: 10px; line-height: 1.5; margin: 12px 2px 0; }
.span-two { grid-column: 1/-1; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }.panel-heading h3 { margin: 0; }.panel-heading > span { color: #858a81; font-size: 9px; }
.diff-output, .code-output { min-height: 150px; max-height: 330px; overflow: auto; white-space: pre-wrap; word-break: break-word; border: 1px solid var(--line); border-radius: 10px; background: #f7f7f2; padding: 12px; font: 11px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; }
.diff-output span { display: block; padding: 1px 6px; border-radius: 4px; }.diff-output .added { background: #dff5e7; color: #216c45; }.diff-output .removed { background: #ffe5eb; color: #9a3a54; }.diff-output .same { color: #747970; }
.markdown-preview { min-height: 250px; max-height: 430px; overflow: auto; color: #4f544c; line-height: 1.65; font-size: 12px; }.markdown-preview h1 { font-size: 28px; line-height: 1.05; }.markdown-preview h2 { font-size: 22px; }.markdown-preview h3 { font-size: 17px; }.markdown-preview pre { overflow: auto; padding: 12px; border-radius: 9px; background: #f1f2ec; }.markdown-preview code { padding: 2px 5px; border-radius: 5px; background: #f1f2ec; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }.markdown-preview blockquote { margin-left: 0; padding-left: 14px; border-left: 3px solid var(--lime-dark); color: #747970; }.markdown-preview a { color: var(--plum); text-decoration: underline; }
.table-scroll { max-height: 330px; overflow: auto; }.keyword-table th { position: sticky; top: 0; background: #fff; }
.copyable { cursor: pointer; word-break: break-all; }.copyable:hover { color: var(--plum); }
.warning-note { padding: 11px 12px; border: 1px solid #ead9ae; border-radius: 10px; background: #fff8e8; color: #766239; font-size: 10px; line-height: 1.55; }
.soft-rule { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.primary-result { min-height: 125px; margin: 14px 0; border-radius: 14px; background: var(--ink); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px; }
.primary-result small { color: var(--lime); font-size: 8px; letter-spacing: 1.4px; font-weight: 850; }.primary-result strong { font-size: clamp(30px,6vw,48px); letter-spacing: -.05em; margin: 5px 0; }.primary-result span { color: #b9beb4; font-size: 10px; }
.colour-swatch { height: 130px; border-radius: 14px; border: 1px solid var(--line); margin: 15px 0; }
.timer-panel { text-align: center; }.timer-panel .field { text-align: left; }.timer-display { padding: 35px 10px; font-size: clamp(52px,11vw,86px); font-weight: 850; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }.countdown-display { font-size: clamp(34px,7vw,58px); }
.tool-help { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }.tool-help > div { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.55); }.tool-help small { color: var(--plum); letter-spacing: 1.2px; font-size: 8px; font-weight: 850; }.tool-help p { color: #7e837a; font-size: 9px; line-height: 1.6; margin: 7px 0 0; }
.palette { display: flex; width: 100%; min-height: 75px; border-radius: 10px; overflow: hidden; }.palette button { flex: 1; border: 0; font-size: 0; }.palette-values { font-size: 9px; line-height: 1.8; margin-top: 12px; }
.info-table { width: 100%; border-collapse: collapse; font-size: 10px; }.info-table td { padding: 9px; border-bottom: 1px solid var(--line); }.info-table td:first-child { color: #898e85; }
.document-result { margin-top: 14px; }
.processing-panel,.success-panel { min-height: 92px; display: flex; align-items: center; gap: 14px; }
.processing-panel h3,.success-panel h3 { margin: 0 0 4px; }
.processing-panel .result-note,.success-panel p { margin: 0; color: #7d8279; font-size: 10px; }
.processing-spinner { width: 31px; height: 31px; flex: 0 0 auto; border: 3px solid #e5e7df; border-top-color: var(--plum); border-radius: 50%; animation: spin .8s linear infinite; }
.success-panel > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: #dff5e7; color: #247348; font-weight: 900; }
.document-error { border-color: #efcbd4; background: #fff8fa; }.document-error h3 { color: #92334e; }.document-error p { color: #7c4c5b; font-size: 11px; line-height: 1.6; }.document-error small { color: #9b7b84; font-size: 9px; }
.file-list { list-style-position: inside; margin: 0; padding: 0; }.file-list li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 3px; border-bottom: 1px solid var(--line); font-size: 10px; }.file-list li span { min-width: 0; overflow-wrap: anywhere; }.file-list li small { flex: 0 0 auto; color: #8c9188; }
.document-preview { min-height: 220px; max-height: 490px; overflow: auto; margin-top: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: #3f443c; font-size: 12px; line-height: 1.7; }
.document-preview h1 { font-size: 28px; line-height: 1.12; }.document-preview h2 { font-size: 22px; }.document-preview h3 { font-size: 17px; }.document-preview img { max-width: 100%; height: auto; }.document-preview table { width: 100%; border-collapse: collapse; }.document-preview td,.document-preview th { padding: 7px; border: 1px solid var(--line); }.document-preview pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: 12px; border-radius: 8px; background: #f3f4ee; }.document-preview a { color: var(--plum); text-decoration: underline; }
.inline-preview { margin-top: 12px; }.inline-preview[hidden] { display: none; }
.document-info { table-layout: fixed; }.document-info td:first-child { width: 28%; }.document-info td:last-child { overflow-wrap: anywhere; }
.document-metric { margin: 13px 0; padding: 16px; border-radius: 11px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 15px; }.document-metric span { color: #bdc2b8; font-size: 10px; }.document-metric strong { color: var(--lime); font-size: 17px; }
.document-diff { max-height: 430px; }
@keyframes spin { to { transform: rotate(360deg); } }
#info-dialog { max-width: 540px; padding: 42px; text-align: center; overflow: visible; }
#info-dialog .dialog-close { position: absolute; top: 14px; right: 14px; }.info-symbol { width: 53px; height: 53px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 17px; background: var(--lime); font-weight: 900; }
#info-dialog > small { color: var(--plum); letter-spacing: 1.5px; font-weight: 850; font-size: 9px; }#info-dialog h2 { font-size: 30px; margin: 10px 0 18px; }
#info-content { text-align: left; color: #767b72; font-size: 12px; line-height: 1.65; }#info-content ul { padding-left: 19px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 100px); background: var(--ink); color: #fff; padding: 12px 17px; border-radius: 10px; font-size: 11px; box-shadow: 0 15px 35px rgba(0,0,0,.2); transition: transform .25s; }.toast.show { transform: translate(-50%,0); }

.legal-page { min-height: 100vh; }.legal-header { width: min(850px, calc(100% - 40px)); height: 82px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); margin: auto; }.legal-header a:last-child { font-size: 11px; font-weight: 750; }.legal-main { width: min(750px, calc(100% - 40px)); margin: auto; padding: 85px 0 120px; }.legal-main .eyebrow { margin-bottom: 18px; }.legal-main h1 { font-size: clamp(45px,7vw,72px); max-width: 720px; }.legal-main .intro { color: var(--muted); font-size: 16px; line-height: 1.75; border-bottom: 1px solid var(--line); padding-bottom: 35px; }.legal-main section { padding: 28px 0; border-bottom: 1px solid var(--line); }.legal-main h2 { font-size: 21px; }.legal-main p,.legal-main li { color: #6f746c; font-size: 12px; line-height: 1.75; }.legal-main table { width: 100%; border-collapse: collapse; font-size: 11px; }.legal-main th,.legal-main td { text-align: left; border-bottom: 1px solid var(--line); padding: 12px 8px; }.legal-main th { color: #82877f; }
.privacy-choice { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.privacy-choice button { border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: #fff; padding: 10px 13px; font-size: 11px; font-weight: 750; }.privacy-choice p { margin: 0; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 90px; }.hero-copy { text-align: center; padding: 0; }.hero-copy > p { margin-left: auto; margin-right: auto; }.hero-actions,.hero-points { justify-content: center; }
  .use-case-heading { grid-template-columns: 1fr; gap: 16px; }.tool-grid { grid-template-columns: repeat(3,1fr); }.discovery-grid { grid-template-columns: repeat(2,1fr); }.guide-callout { grid-template-columns: 1fr 1fr; }.guide-callout > a { grid-column: 1/-1; width: fit-content; }.manifesto { grid-template-columns: 1fr; gap: 20px; }.local-cta { grid-template-columns: 1fr 1fr; }.local-cta > a { grid-column: 1/-1; }
}
@media (max-width: 700px) {
  .topbar,.hero,.proof-strip,.use-case-section,.catalog,.discovery-section,.manifesto,.local-cta,footer { width: calc(100% - 28px); }.topbar nav { display: none; }.header-pill { font-size: 9px; }
  .hero { text-align: left; padding: 70px 0 25px; }.hero-copy { text-align: left; }.hero-actions,.hero-points { justify-content: flex-start; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-points { flex-wrap: wrap; }
  .hero-art { min-height: 450px; margin: 0 -15px; transform: scale(.9); overflow: hidden; }.f-one { left: 0; }.f-two { right: 0; }.privacy-chip { right: 0; }
  .proof-strip { grid-template-columns: 1fr; }.proof-strip article { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 12px; }
  .use-case-grid { grid-template-columns: 1fr; }.use-case-grid article { min-height: 235px; }.catalog { padding: 90px 0; }.catalog-heading { align-items: flex-start; flex-direction: column; }.catalog-controls { align-items: stretch; flex-direction: column; top: 0; }.search-box { width: 100%; }.category-tabs { padding-bottom: 3px; }
  .tool-grid { grid-template-columns: repeat(2,1fr); }.tool-card { min-height: 165px; }
  .popular-section,.faq-section { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 30px; }.popular-copy { position: static; }.discovery-heading,.guide-callout { grid-template-columns: 1fr; gap: 18px; }.discovery-grid { grid-template-columns: 1fr; }.guide-callout > a { grid-column: auto; }.revenue-principle { width: calc(100% - 28px); }.revenue-principle > div:first-child { display: block; }.revenue-principle > div:first-child h2 { text-align: left; margin-top: 14px; }.revenue-cards { grid-template-columns: 1fr; }.sponsor-placeholder { grid-template-columns: 1fr; gap: 8px; }
  .manifesto { padding: 54px 27px; }.manifesto h2 { font-size: 37px; }.local-cta { grid-template-columns: 1fr; }.local-cta > a { grid-column: auto; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 45px 0; }footer > small { grid-column: auto; margin: 0; }
  dialog { width: calc(100vw - 20px); max-width: calc(100vw - 20px); margin: auto; }
  .workspace-grid,.text-workspace,.tool-help { grid-template-columns: minmax(0,1fr); width: 100%; }.span-two { grid-column: auto; }.text-panel,.preview-panel,.settings-panel { min-width: 0; }.text-area { min-width: 0; }.preview-panel { min-height: 260px; }.dialog-header { width: 100%; padding: 14px; }.local-banner { margin: 13px 14px 0; }#tool-workspace { width: 100%; padding: 14px; overflow: hidden; }
  .dialog-footer { padding: 11px 14px; }.dialog-footer span { display:none; }
  #info-dialog { padding: 38px 23px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 430px) {
  h1 { font-size: 50px; }.brand { font-size: 18px; gap: 8px; }.brand-symbol { width: 29px; height: 29px; }.header-pill { padding: 8px 10px; }.tool-grid { grid-template-columns: 1fr; }.hero-art { transform: scale(.78); margin: -25px -55px; }.tool-card { min-height: 145px; }.field-row,.button-row,.stat-row { grid-template-columns: 1fr; }.panel-heading { align-items: flex-start; flex-direction: column; }.document-preview { padding: 14px; }
}
