:root{--bg: #f4f6f2;--surface: #ffffff;--surface-2: #eef3ef;--ink: #101b16;--muted: #536159;--accent: #176446;--accent-2: #315f9c;--line: rgba(38, 64, 54, .15);--line-strong: rgba(38, 64, 54, .24);--danger: #a13f2b;--warning: #806414;--success: #176446;--radius: 8px;--shadow-soft: 0 18px 48px rgba(22, 44, 35, .08);--shadow-strong: 0 30px 90px rgba(22, 44, 35, .12);--text-xs: .78rem;--text-sm: .9rem;--text-md: 1rem;--text-lg: 1.08rem;--text-xl: 1.35rem;--text-2xl: clamp(2.35rem, 5vw, 4.7rem);--lh-tight: .98;--lh-body: 1.5;--dur-1: .14s;--dur-2: .22s;--ease-out: cubic-bezier(.2, .8, .2, 1);color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:var(--lh-body);text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:linear-gradient(180deg,#1b4e3e1a,#315f9c0a 360px,#f6f7f400 660px),var(--bg)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}p{color:var(--muted);margin:0}h1,h2,h3{color:var(--ink);letter-spacing:0}h1{margin:0;max-width:920px;font-size:var(--text-2xl);line-height:var(--lh-tight)}h2{margin:0 0 12px;font-size:var(--text-xl)}.site-shell{width:min(1280px,calc(100% - 32px));margin:0 auto}.skip-link{position:fixed;left:16px;top:12px;z-index:100;transform:translateY(-140%);border-radius:var(--radius);padding:10px 12px;color:#fff;background:var(--accent);font-weight:800}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);background:#f4f6f2eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-weight:850;font-size:1.05rem;white-space:nowrap}.brand-mark{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:#fff;background:var(--accent);font-size:.9rem}.site-nav{display:flex;gap:5px;flex-wrap:wrap;align-items:center;color:#40534a;font-size:var(--text-sm)}.site-nav a{min-height:34px;display:inline-flex;align-items:center;border-radius:var(--radius);padding:0 10px}.site-nav a:hover,.site-nav a:focus-visible{color:var(--accent);background:var(--surface)}.language-switch select{min-height:36px;border:0;background:transparent;color:#173f31;font-weight:750;padding:0 4px}.language-switch:hover{background:var(--surface);color:#173f31;box-shadow:0 0 0 1px #2454411f}.language-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffa8;color:var(--muted);font-size:var(--text-sm);white-space:nowrap}[dir=rtl] .site-header,[dir=rtl] .site-footer,[dir=rtl] .home-hero,[dir=rtl] .workspace{direction:rtl}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:34px 0;border-top:1px solid var(--line);color:#5d6a62;font-size:var(--text-sm)}.site-footer nav{display:flex;gap:14px;white-space:nowrap}.site-footer a{display:inline-flex;min-height:34px;align-items:center;padding:0 4px}.home-hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:32px;align-items:center;padding:58px 0 32px}.home-hero__copy{display:flex;flex-direction:column;justify-content:center;gap:18px;min-height:520px}.home-hero__copy p:not(.eyebrow){max-width:760px;font-size:var(--text-lg)}.eyebrow{margin:0;color:#8a4c2e;font-weight:800;font-size:var(--text-xs);letter-spacing:0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.proof-strip{display:flex;flex-wrap:wrap;gap:8px}.proof-strip span{min-height:34px;display:inline-flex;align-items:center;border:1px solid rgba(24,90,67,.15);border-radius:var(--radius);padding:0 10px;background:var(--surface);color:#244339;font-size:var(--text-sm);font-weight:700}.hero-panel{display:grid;align-content:start;gap:16px;border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:var(--surface);box-shadow:var(--shadow-strong)}.hero-editor{min-height:520px;align-content:stretch;background:linear-gradient(180deg,#fffffffa,#f7faf8f5),var(--surface)}.hero-editor__toolbar{display:flex;gap:8px;flex-wrap:wrap}.hero-editor__toolbar a,.workflow-card a,.insight-links a,.insight-links span{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:0 10px;color:#244339;background:var(--surface);font-size:var(--text-sm);font-weight:750}.hero-editor__surface{display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;min-height:380px;border:1px solid #cbd8d1;border-radius:var(--radius);padding:20px;background:linear-gradient(90deg,rgba(23,100,70,.04) 1px,transparent 1px),linear-gradient(rgba(23,100,70,.04) 1px,transparent 1px),#fbfcfb;background-size:32px 32px}.hero-editor__draft{display:grid;gap:10px;max-width:560px}.hero-editor__draft span{display:block;height:12px;border-radius:999px;background:#53615924}.hero-editor__draft span:nth-child(1){width:86%}.hero-editor__draft span:nth-child(2){width:72%}.hero-editor__draft span:nth-child(3){width:94%}.hero-editor__draft span:nth-child(4){width:58%}.hero-editor__surface p{max-width:620px;color:#3f5148;font-size:1.12rem;line-height:1.7}.hero-editor__suggestion{display:grid;gap:4px;max-width:520px;border-left:3px solid var(--accent);padding:10px 12px;color:#244339;background:#eef5f1e6}.hero-editor__suggestion span{color:var(--muted)}.hero-editor__surface ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.hero-editor__surface li{display:inline-flex;gap:7px;min-height:34px;align-items:center;border:1px solid rgba(49,95,156,.18);border-radius:var(--radius);padding:0 10px;color:#244339;background:#eef3f6e0;font-size:var(--text-sm);font-weight:750}.hero-editor__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e2e8e4;padding-top:12px;color:var(--muted);font-size:var(--text-sm);font-weight:750}.hero-editor__footer a{display:inline-flex;min-height:34px;align-items:center;color:var(--accent);font-weight:850}.search-box{display:flex;align-items:center;gap:10px;min-height:48px;width:min(100%,360px);background:#f7faf8;border:1px solid #d5e0da;padding:0 14px;border-radius:var(--radius)}.search-box input{width:100%;min-height:40px;border:0;outline:0;background:transparent}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:12px 0 6px}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 0 34px}.workflow-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:#ffffffc2;box-shadow:var(--shadow-soft)}.workflow-card h2{margin-bottom:0;font-size:1.12rem}.workflow-card div,.insight-links{display:flex;gap:8px;flex-wrap:wrap}.tool-count{margin-top:4px;font-size:var(--text-sm)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px 0 42px}.tool-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.tool-card{position:relative;display:grid;gap:10px;min-height:178px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform var(--dur-1) var(--ease-out),border-color var(--dur-1) var(--ease-out),box-shadow var(--dur-1) var(--ease-out)}.tool-card:hover,.tool-card:focus-visible{transform:translateY(-2px);border-color:#185a436b;box-shadow:0 14px 34px #162c2314}.tool-card__category{color:#8a4c2e;font-size:var(--text-xs);font-weight:800}.tool-card strong{font-size:1.08rem}.tool-card span:not(.tool-card__category,.tool-card__arrow){color:var(--muted)}.tool-card__arrow{width:32px;height:32px;display:grid;place-items:center;align-self:end;border-radius:var(--radius);color:var(--accent);background:#eef5f1}.insight-band{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:4px 0 44px}.insight-band>div{display:grid;gap:10px;border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:#eef3f6}.insight-band>div:nth-child(2){background:#f7f1ea}.tool-page{padding:34px 0 0}.tool-hero{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(620px,1.22fr);gap:28px;align-items:center;margin:16px 0 28px;padding:28px;border:1px solid rgba(38,64,54,.12);border-radius:var(--radius);background:linear-gradient(135deg,#ffffffeb,#f7faf8c7),var(--surface);box-shadow:var(--shadow-strong)}.tool-intro{display:grid;gap:14px;align-content:center;min-height:360px;max-width:480px}.tool-intro h1{font-size:clamp(2.7rem,5vw,5.2rem);letter-spacing:0}.tool-intro p:not(.eyebrow){max-width:460px;font-size:1.06rem}.tool-intro__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.tool-intro__meta span{display:inline-flex;min-height:34px;align-items:center;border:1px solid rgba(24,90,67,.15);border-radius:var(--radius);padding:0 10px;color:#244339;background:#ffffffc2;font-size:var(--text-sm);font-weight:750}.workspace{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;align-items:stretch}.workspace--single{grid-template-columns:minmax(0,1fr)}.tool-hero:has(.workspace__result){grid-template-columns:1fr;align-items:start}.tool-hero:has(.workspace__result) .tool-intro{min-height:auto;max-width:900px}.workspace__input,.workspace__result,.content-section,.static-page{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.tool-hero .workspace__input,.tool-hero .workspace__result{box-shadow:var(--shadow-soft)}.workspace label{display:block;margin-bottom:10px;font-weight:800}.workspace__input-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.workspace__input-header label{margin:0}textarea{width:100%;height:clamp(280px,36vh,390px);min-height:260px;resize:vertical;border:1px solid #cbd8d1;border-radius:var(--radius);padding:16px;color:var(--ink);background:#fbfcfb;line-height:1.65}textarea:focus,select:focus,button:focus-visible,a:focus-visible,summary:focus-visible,input:focus{outline:3px solid rgba(49,95,156,.22);outline-offset:2px}.select-label{display:grid;gap:7px;margin:0}.select-label span{color:var(--muted);font-size:.86rem;font-weight:800}select,.primary-button,.secondary-button,.icon-button,.text-button{min-height:42px;border-radius:var(--radius);border:1px solid #cbd8d1;padding:0 13px}.primary-button,.secondary-button,.icon-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.primary-button{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:800}.primary-button:disabled{opacity:.65;cursor:wait}.primary-button--wide{width:100%}.secondary-button,.icon-button{background:#f7faf8;color:var(--ink)}.text-button{min-height:auto;border:0;padding:0;color:var(--accent);background:transparent;font-weight:800}.file-button{-webkit-user-select:none;user-select:none}.icon-button{width:42px;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.workspace__result{display:grid;align-content:start}.workspace__primary-action{display:grid;gap:8px;margin-top:12px}.workspace__quick-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start;margin-top:12px;font-size:.92rem}.workspace-settings{margin-top:12px;border-top:1px solid #e2e8e4;padding-top:10px}.workspace-settings summary,.history-panel summary{min-height:36px;cursor:pointer;color:#244339;font-weight:850}.workspace-settings summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-settings summary strong{min-width:0;color:#65736c;font-size:.88rem;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.workspace-settings:not([open]) .workspace-settings__grid,.workspace-settings:not([open]) .workspace__quick-actions,.history-panel:not([open]) .history-list,.history-panel:not([open]) .workspace-note{display:none}.metric-strip{display:flex;gap:10px 14px;flex-wrap:wrap;color:#65736c;font-size:.9rem}.metric-strip--input{margin-top:8px}.metric-strip strong{color:#17201b;font-size:1rem}.result-panel,.empty-result{margin-top:16px}.result-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.result-panel p{white-space:pre-wrap}.result-panel ul,.content-section ul{padding-left:20px;color:#536159}.quality-checklist{margin-top:16px;border-top:1px solid #e2e8e4;padding-top:14px}.comparison-panel{margin-top:16px;border:1px solid #d7e4dd;border-radius:8px;padding:12px;background:#f7faf8}.comparison-panel strong{display:block;margin-bottom:6px}.history-panel{margin-top:18px;border-top:1px solid #e2e8e4;padding-top:16px}.history-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.history-panel__header span,.workspace-note{color:#65736c;font-size:.88rem}.workspace-note{margin-top:10px}.history-list{display:grid;gap:8px}.history-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:48px;border:1px solid #d8e3dd;border-radius:8px;padding:10px;color:#17201b;background:#fbfcfb;text-align:left;cursor:pointer}.history-item span{display:grid;gap:2px;min-width:0;color:#65736c;font-size:.84rem}.history-item strong{color:#17201b;font-size:.92rem}.error-message{color:#a13f2b;font-weight:750;margin-top:12px}.warning-message{color:var(--warning)}.wide-ad,.ad-slot{margin:20px 0;min-height:92px;display:grid;place-items:center;border:1px dashed #b8c6bf;border-radius:var(--radius);color:#65736c;background:#f8faf8}.content-section{margin:18px 0}.split-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-section details{border-top:1px solid #e2e8e4;padding:14px 0}.faq-section summary{min-height:36px;cursor:pointer;font-weight:800}.static-page{margin:42px 0;max-width:780px}.static-page h1{margin-bottom:18px;font-size:clamp(2.1rem,4vw,3.6rem)}.static-page p+p{margin-top:12px}.primary-link{display:inline-flex;margin-top:16px;color:var(--accent);font-weight:800}@media(max-width:900px){.site-header{position:static;grid-template-columns:1fr;align-items:start}.home-hero,.tool-hero,.workspace,.workflow-grid,.insight-band,.split-section{grid-template-columns:1fr}.home-hero{gap:20px;padding-top:36px}.home-hero__copy,.hero-editor{min-height:auto}.hero-editor__surface{min-height:300px}.tool-hero{align-items:stretch;gap:18px;padding:0;border:0;background:transparent;box-shadow:none}.tool-intro{min-height:auto;max-width:760px;padding-top:22px}.tool-grid,.tool-grid--compact{grid-template-columns:1fr}.section-heading{align-items:stretch;flex-direction:column}.search-box{width:100%}.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.site-shell{width:min(100% - 24px,1200px)}h1{font-size:2.2rem}.home-hero{padding-top:28px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .primary-button,.hero-actions .secondary-button{width:100%}.proof-strip span,.hero-editor__toolbar a,.workflow-card a,.insight-links a,.insight-links span{min-height:40px}.hero-editor{padding:14px}.hero-editor__surface{min-height:250px;padding:16px}.hero-editor__surface p{font-size:1rem}.hero-editor__footer{align-items:flex-start;flex-direction:column}.tool-page{padding-top:22px}.tool-intro h1{font-size:2.15rem}.tool-intro__meta span{min-height:36px;font-size:.86rem}.tool-hero .workspace__input,.tool-hero .workspace__result{box-shadow:none}.workspace__input,.workspace__result,.content-section,.static-page{padding:18px}.workspace__input-header{align-items:flex-start;flex-direction:column}textarea{height:140px;min-height:140px}.result-panel__header{align-items:flex-start;flex-direction:column}}
