:root{--bg: #eef3ef;--bg-deep: #e2ebe4;--ink: #15241e;--muted: #5a6e64;--brand: #1a5c4a;--brand-2: #247a62;--accent: #c46a2d;--line: rgba(26, 92, 74, .14);--panel: rgba(255, 255, 255, .78);--radius: 16px;--font: "Manrope", system-ui, sans-serif;--display: "Fraunces", "Songti SC", serif;--header-h: 68px;--danger: #a33b2c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:radial-gradient(1000px 520px at 8% -8%,#d4e8dc 0%,transparent 55%),radial-gradient(800px 480px at 100% 0%,#e8dfd2 0%,transparent 48%),linear-gradient(180deg,#f5f8f5 0%,var(--bg) 40%,var(--bg-deep) 100%);line-height:1.65;min-height:100vh}a{color:inherit;text-decoration:none}.wrap{width:min(1100px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:40;height:var(--header-h);border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.site-header.is-solid{background:#f5f8f5d1;border-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:700;letter-spacing:.01em}.brand-mark{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 50% 40%,#fff6e8 0 18%,#e8b86a 18% 36%,transparent 37%),conic-gradient(from 200deg,transparent 0 65%,rgba(26,92,74,.45) 65% 100%),#1a5c4a;box-shadow:0 0 0 1px #1a5c4a1f}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-family:var(--display);font-size:1.12rem;font-weight:700}.brand-text small{font-size:.72rem;font-weight:500;color:var(--muted)}.nav{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{color:var(--muted);font-size:.9rem;font-weight:500;padding:.4rem .65rem;border-radius:8px;transition:color .15s ease,background .15s ease}.nav-link:hover,.nav-link.is-active{color:var(--brand);background:#1a5c4a0f}.nav-item{position:relative}.nav-trigger{display:inline-flex;align-items:center;gap:.3rem;border:0;background:transparent;color:var(--muted);font:inherit;font-size:.9rem;font-weight:500;padding:.4rem .65rem;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.nav-trigger:hover,.nav-item.is-open .nav-trigger{color:var(--brand);background:#1a5c4a0f}.nav-caret{width:.45rem;height:.45rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .18s ease;opacity:.7}.nav-item.is-open .nav-caret{transform:rotate(225deg) translateY(-1px)}.nav-panel{position:absolute;top:calc(100% + .45rem);left:0;min-width:188px;padding:.4rem;border-radius:12px;background:#fffffff5;border:1px solid var(--line);box-shadow:0 14px 36px #15241e1f;display:none;z-index:50}.nav-item.is-open .nav-panel{display:block;animation:menuIn .16s ease}.nav-panel a{display:block;padding:.55rem .7rem;border-radius:8px;color:var(--ink);font-size:.9rem;font-weight:500}.nav-panel a:hover{background:#1a5c4a14;color:var(--brand)}.nav-panel .sub{display:block;margin-top:.1rem;font-size:.75rem;color:var(--muted);font-weight:400}.nav-cta{margin-left:.35rem;padding:.45rem .95rem;border-radius:999px;background:var(--brand);color:#fff!important;font-weight:600;font-size:.9rem}.nav-cta:hover{background:var(--brand-2);color:#fff!important}@keyframes menuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.15rem;border-radius:999px;font:inherit;font-weight:650;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-2)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.btn-ghost:hover:not(:disabled){border-color:#1a5c4a59;background:#ffffff8c}.page{padding:1.5rem 0 2.5rem}.page-head{margin-bottom:1.15rem}.page-head h1{margin:0 0 .4rem;font-family:var(--display);font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:700}.page-head p{margin:0;color:var(--muted);max-width:40rem}.panel{background:var(--panel);border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);padding:1.15rem 1.2rem 1.3rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 32px #15241e0d}.dropzone{border:1.5px dashed rgba(26,92,74,.28);border-radius:var(--radius);padding:1.6rem 1rem;text-align:center;background:#ffffff73;cursor:pointer;transition:border-color .15s ease,background .15s ease}.dropzone:hover,.dropzone.is-drag{border-color:var(--brand);background:#1a5c4a0f}.dropzone strong{display:block;margin-bottom:.25rem;font-size:1.02rem}.dropzone span{color:var(--muted);font-size:.9rem}.dropzone input{display:none}.controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;margin-top:1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field.full{grid-column:1 / -1}.field label{font-size:.88rem;font-weight:650}.field .hint{font-size:.78rem;color:var(--muted);margin:0}input[type=text],input[type=number],select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.65rem .8rem;font:inherit;background:#fff;color:var(--ink)}input[type=range]{width:100%}.actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.stats{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.stat{background:#eef7f2;border:1px solid #cfe3d8;border-radius:999px;padding:.35rem .75rem;font-size:.84rem;color:#31443c}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1rem}.preview-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.preview-card .label{padding:.55rem .75rem;border-bottom:1px solid var(--line);font-size:.84rem;font-weight:650;color:var(--muted)}.preview-card .stage{min-height:180px;display:grid;place-items:center;background:linear-gradient(45deg,#eee 25%,transparent 25%) 0 0 / 16px 16px,linear-gradient(-45deg,#eee 25%,transparent 25%) 0 8px / 16px 16px,linear-gradient(45deg,transparent 75%,#eee 75%) 8px -8px / 16px 16px,linear-gradient(-45deg,transparent 75%,#eee 75%) -8px 0 / 16px 16px,#f7f7f7;padding:.75rem}.preview-card img,.preview-card canvas{max-width:100%;max-height:280px;display:block}.msg{margin-top:.85rem;font-size:.9rem;color:var(--brand)}.msg.error{color:var(--danger)}.seo-note{margin-top:1.25rem;color:var(--muted);font-size:.88rem}.site-footer{border-top:1px solid var(--line);padding:2rem 0 2.4rem;background:#ffffff59}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.5rem}.footer-brand{font-family:var(--display);font-size:1.2rem;font-weight:700;margin:0 0 .4rem}.footer-desc{margin:0;color:var(--muted);font-size:.9rem;max-width:22rem}.footer-col h3{margin:0 0 .65rem;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:650}.footer-col a{display:block;margin:.35rem 0;color:var(--ink);font-size:.92rem}.footer-col a:hover{color:var(--brand)}.footer-bottom{margin-top:1.6rem;padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.84rem;display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}@media(max-width:900px){.footer-grid{grid-template-columns:1fr}.nav-panel{left:auto;right:0}}@media(max-width:800px){.controls,.preview-grid{grid-template-columns:1fr}}@media(max-width:640px){.site-header{height:auto;min-height:var(--header-h)}.header-inner{padding:.55rem 0;flex-wrap:wrap}.nav{width:100%;justify-content:flex-start}}.ad-slot{line-height:0;text-align:center;position:relative}.ad-slot .adsbygoogle{display:block}.ad-sides{position:fixed;top:calc(var(--header-h) + 16px);left:0;right:0;width:100%;max-width:1100px;margin:0 auto;pointer-events:none;z-index:5}.ad-slot.ad-side{position:absolute;top:0;pointer-events:auto;width:160px;min-height:600px;max-height:85vh;background:transparent;border:0}.ad-slot.ad-side.left{left:calc(50% - 734px)}.ad-slot.ad-side.right{right:calc(50% - 734px)}.ad-slot.bottom{margin:1.8rem auto .2rem;padding:12px 4px 4px;min-height:110px;display:block}.ad-slot.bottom .adsbygoogle{width:100%;max-width:728px;margin:0 auto}@media(max-width:1480px){.ad-slot.ad-side.left{left:calc(50% - 50vw + 12px)}.ad-slot.ad-side.right{right:calc(50% - 50vw + 12px)}}@media(max-width:1180px){.ad-sides,.ad-slot.ad-side{display:none}}.tool-seo{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);color:var(--ink);line-height:1.75}.tool-seo h2{margin:0 0 1rem;font-family:var(--display);font-size:clamp(1.35rem,2.4vw,1.7rem);font-weight:700}.tool-seo h3{margin:1.6rem 0 .6rem;font-size:1.05rem;font-weight:650;color:var(--brand)}.tool-seo p{margin:0 0 .75rem;color:var(--ink)}.tool-seo ul,.tool-seo ol{margin:.3rem 0 1rem;padding-left:1.4rem}.tool-seo li{margin:.3rem 0;color:var(--ink)}.tool-seo ul li::marker{color:var(--brand)}.tool-seo ol li::marker{color:var(--brand);font-weight:650}.tool-seo details{margin:.5rem 0;border:1px solid var(--line);border-radius:10px;background:#ffffff8c;overflow:hidden}.tool-seo details summary{padding:.7rem 1rem;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.5rem}.tool-seo details summary::-webkit-details-marker{display:none}.tool-seo details summary:before{content:"+";color:var(--brand);font-weight:700;width:1em;display:inline-block}.tool-seo details[open] summary:before{content:"−"}.tool-seo details[open] summary{border-bottom:1px solid var(--line)}.tool-seo details>div{padding:.85rem 1rem;color:var(--muted);font-size:.95rem}@media(max-width:640px){.tool-seo{margin-top:1.5rem;padding-top:1rem}}
