@charset "UTF-8";
:root{color-scheme:light;--bg:#f8f9f5;--ink:#20291e;--muted:#6b7368;--green:#416d36;--line:#dfe4d9;--lime:#d7efb9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.page{max-width:1280px;padding:0 56px;margin:auto}a{color:inherit;text-decoration:none}button,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,textarea:focus-visible{outline:3px solid #668e43;outline-offset:5px}header{height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:25px;letter-spacing:-1px;font-weight:750;display:flex;align-items:center;gap:7px}.brand-light{font-weight:400;color:var(--muted)}.mark{display:inline-block;width:30px;height:30px;border:9px solid var(--green);border-radius:50%;margin-right:7px}nav{display:flex;gap:32px;align-items:center;font-size:13px}.nav-button{border:1px solid #ccd4c4;border-radius:8px;padding:13px 17px}.nav-button span{margin-left:18px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px;align-items:center;gap:20px;padding:58px 0 70px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.6px;display:flex;align-items:center;gap:9px}.eyebrow>span,.local-badge>span{width:6px;height:6px;border-radius:50%;background:var(--green)}h1{font-size:clamp(54px,5.8vw,78px);letter-spacing:-4px;line-height:1.04;margin:30px 0 24px;font-weight:500}h1>span{color:var(--green)}.intro{color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:30px}.primary{display:inline-flex;justify-content:center;align-items:center;gap:46px;background:var(--green);color:white;border:0;border-radius:8px;padding:17px 23px;font-size:13px;font-weight:600;transition:background .2s}.primary:hover{background:#315628}.micro{color:var(--muted);font-size:11px;margin-top:15px}.visual{height:480px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#e8efdc 0,transparent 67%);overflow:hidden}.orbit{position:absolute;border:1px solid #dce4d2;border-radius:50%;width:420px;height:420px}.orbit-two{width:340px;height:340px}.orbit-three{width:260px;height:260px}.donut{width:265px;height:265px;background:conic-gradient(from 50deg,#b5d193,#e4f6c8,#b8d396,#80a260,#a5c17f,#cbe5a9,#b5d193);border-radius:50%;transform:rotate(-24deg) scaleY(.83);box-shadow:18px 24px 30px #405d2920,inset -13px -17px 20px #617e4140,inset 10px 10px 17px #f2ffdf;display:grid;place-items:center}.donut-hole{width:100px;height:100px;border-radius:50%;background:#eef3e5;box-shadow:inset 12px 14px 16px #647d484a,-7px -7px 13px #7d9b5166,7px 8px 13px #efffd6}.data-label{z-index:1;position:absolute;display:flex;align-items:center;gap:15px;background:#fffefa;border:1px solid #e4e8dd;border-radius:10px;box-shadow:0 12px 32px #33442509;padding:19px 22px;font-size:11px}.top-label{top:49px;left:26px;transform:rotate(-5deg);letter-spacing:1px}.tiny-dot{width:7px;height:7px;border-radius:2px;background:#91aa75}.muted{color:#8b9780;margin-left:24px;font-family:monospace}.bottom-label{bottom:56px;right:6px;transform:rotate(4deg)}.check{color:var(--green);background:#ecf4e1;padding:8px 10px;border-radius:50%;font-size:14px}.data-label small{display:block;margin-top:7px;font-size:8px;letter-spacing:1.2px;color:var(--muted)}.coordinate{position:absolute;bottom:5px;font-size:9px;letter-spacing:2px;color:#8c9683}.principles{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 0 38px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.number{font-family:monospace;font-size:11px;color:#7c8a72}.principles h2{font-size:17px;font-weight:500;margin:18px 0 10px;letter-spacing:-.3px}.principles p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}.workspace{padding:85px 0 65px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:28px}.section-heading h2{font-weight:500;font-size:34px;letter-spacing:-1.3px;margin:14px 0 0}.local-badge{font-size:11px;display:flex;align-items:center;gap:8px;white-space:nowrap}.editor{border:1px solid #d7dece;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 10px 40px #354c2410}.editor-bar{display:flex;justify-content:space-between;align-items:center;padding:17px 22px;border-bottom:1px solid #e6eae1;background:#f1f4ec;font-size:12px}.text-button{border:0;background:none;color:var(--green);font-size:12px;padding:6px}textarea{display:block;resize:vertical;width:100%;min-height:245px;max-height:700px;border:0;background:#fff;color:#2d4629;padding:24px;font-family:Consolas,monospace;font-size:14px;line-height:1.65;tab-size:2;border-radius:0}textarea:focus-visible{outline-offset:-3px}.toolbar{padding:15px 20px;display:flex;justify-content:space-between;border-top:1px solid #edf0e8;gap:12px}.actions{display:flex;gap:8px}.small{padding:12px 18px;font-size:12px}.secondary{border:1px solid #dfe5d8;background:#fff;border-radius:7px;padding:11px 14px;color:#42543b;font-size:12px}.secondary:hover{background:#f1f5ec}.status{font-size:12px;min-height:18px;color:var(--green);line-height:1.6}.status.error{color:#a22b2b}.privacy{font-size:11px;line-height:1.7;max-width:680px;color:var(--muted)}.closing{background:#eaf0e0;border-radius:12px;padding:34px 38px;display:flex;align-items:center;gap:24px}.closing .mark{width:47px;height:47px;border-width:14px;flex-shrink:0}.closing p{font-size:24px;line-height:1.35;font-weight:400;letter-spacing:-.6px;margin:0}.closing strong{font-weight:400;color:var(--green)}.closing a{margin-left:auto;font-size:32px;padding:8px}footer{padding:34px 0;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}@media(min-width:1500px){.hero{min-height:700px}}@media(max-width:850px){.page{padding:0 28px}.hero{min-height:auto;gap:0}h1{font-size:60px}.visual{height:400px}.donut{width:205px;height:205px}.donut-hole{width:78px;height:78px}.orbit{width:330px;height:330px}.orbit-two{width:260px;height:260px}.orbit-three{width:190px;height:190px}.data-label{padding:14px}.top-label{left:0}.bottom-label{right:0}.principles{gap:20px}.section-heading h2{font-size:29px}}@media(max-width:600px){.page{padding:0 22px}header{height:84px}.brand{font-size:22px;gap:4px}.brand .mark{width:25px;height:25px;border-width:8px}nav>a:first-child{display:none}.nav-button{padding:10px;font-size:11px}.nav-button span{margin-left:6px}.hero{grid-template-columns:1fr;padding:40px 0 32px}h1{font-size:52px;letter-spacing:-2.8px;margin-top:25px}.intro{font-size:14px}.visual{height:335px;margin-top:24px}.donut{width:225px;height:225px}.donut-hole{width:84px;height:84px}.top-label{top:22px;left:8px}.bottom-label{bottom:34px;right:0}.principles{grid-template-columns:1fr;gap:25px;padding:28px 0}.principles article{display:grid;grid-template-columns:35px 1fr;column-gap:10px}.number{grid-row:span 2;padding-top:3px}.principles h2{margin:0 0 8px}.principles p br{display:none}.workspace{padding:48px 0 35px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.section-heading h2{font-size:28px}.toolbar{flex-wrap:wrap;padding:12px;gap:10px}.actions{flex:1}.actions button{flex:1;white-space:nowrap}.editor-bar{padding:12px 14px}textarea{padding:18px;font-size:12px}.closing{padding:24px 20px;gap:13px}.closing p{font-size:20px}.closing .mark{width:35px;height:35px;border-width:10px}.closing a{font-size:25px}footer{flex-wrap:wrap;font-size:10px;padding:28px 0}footer>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
