:root{color-scheme:light;--ink:#193c32;--muted:#718078;--line:#dfe6df;--bg:#f6f8f4}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.65 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}.shell{max-width:1100px;min-height:100vh;margin:0 auto;padding:0 44px;display:flex;flex-direction:column}header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}.brand{font-size:17px;font-weight:650;display:flex;align-items:center;gap:13px}.brand>span{display:grid;place-items:center;width:43px;height:43px;background:#214e41;color:#ebf2b8;border-radius:11px;font:600 20px Georgia,serif}.private{font-size:12px;color:var(--muted);border:1px solid var(--line);padding:5px 13px;border-radius:30px}main{flex:1;padding:64px 0 78px}.eyebrow{font-size:11px;letter-spacing:.17em;color:#7d8e81;margin:0 0 19px}h1{font-size:clamp(34px,5.8vw,58px);line-height:1.23;letter-spacing:-.035em;margin:0;font-weight:630}.intro{color:var(--muted);margin:21px 0 48px;font-size:16px}.section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.section-label h2{font-size:15px;margin:0}.section-label>span{font-size:12px;color:var(--muted)}.apps{display:grid;grid-template-columns:1fr;gap:18px}.app-card{display:flex;align-items:center;gap:25px;padding:31px;background:white;border:1px solid var(--line);border-radius:17px;box-shadow:0 5px 24px #214e4104;transition:transform .18s,border-color .18s}.app-card:hover{border-color:#7b9b80;transform:translateY(-2px)}.app-card:focus-visible{outline:3px solid #618269;outline-offset:4px}.app-icon{flex-shrink:0;display:grid;place-items:center;width:64px;height:64px;border-radius:16px;background:#eff3df;font:600 32px Georgia,serif;color:#426545}.badge{font-size:11px;color:#7b887b}.app-card h2{font-size:23px;margin:2px 0 7px;line-height:1.4}.app-card p{font-size:14px;color:var(--muted);margin:0}.enter{margin-left:auto;white-space:nowrap;font-size:14px;display:flex;gap:23px;align-items:center}.enter span{font-size:25px;font-weight:300}.note{color:#89958c;font-size:12px;margin-top:21px}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:25px 0 30px;color:#8b958d;font-size:11px;letter-spacing:.03em}@media(max-width:650px){.shell{padding:0 22px}header{height:86px}.private{font-size:10px;padding:4px 9px}main{padding:43px 0 58px}.intro{margin-bottom:35px}.app-card{padding:23px;gap:17px;flex-wrap:wrap}.app-icon{width:51px;height:51px;font-size:28px}.app-card h2{font-size:21px}.app-card p{max-width:230px;font-size:13px}.enter{flex-basis:100%;justify-content:flex-end;padding-top:4px}.note{line-height:1.9;max-width:280px}}
