*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f7f8fc;color:#151823}.nav{height:68px;background:#fff;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.logo{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#111827;color:#fff}.badge{font-size:12px;padding:7px 10px;border-radius:99px;background:#eef2ff;color:#4f46e5;font-weight:700}main{max-width:980px;margin:auto;padding:58px 18px 40px}.hero{text-align:center;margin-bottom:30px}.pill{display:inline-block;padding:8px 13px;border-radius:99px;background:#fff;border:1px solid #e5e7eb;font-size:13px;font-weight:700;color:#4f46e5}.hero h1{font-size:clamp(34px,7vw,58px);line-height:1.04;margin:18px auto 14px;max-width:800px;letter-spacing:-2px}.hero h1 span{color:#5b5cf0}.hero p{color:#697083;font-size:17px;margin:0}.card{background:#fff;border:1px solid #e3e6ed;border-radius:22px;padding:20px;box-shadow:0 18px 50px rgba(17,24,39,.07)}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.row span{font-size:12px;color:#8a91a1}textarea{display:block;width:100%;min-height:250px;margin-top:12px;padding:16px;border:1px solid #dfe3eb;border-radius:15px;resize:vertical;font:inherit;line-height:1.6;outline:none;background:#fbfcfe}textarea:focus{border-color:#7c83f5;box-shadow:0 0 0 4px rgba(92,92,240,.1)}.controls{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:15px}label{font-size:13px;font-weight:700}select{display:block;margin-top:7px;border:1px solid #dfe3eb;border-radius:12px;padding:12px 34px 12px 12px;background:#fff;font:inherit}.primary{border:0;border-radius:13px;padding:13px 20px;background:#5b5cf0;color:#fff;font-weight:800;font-size:14px;cursor:pointer}.primary:disabled{opacity:.6}.status{margin-top:14px;padding:12px 14px;border-radius:12px;background:#f3f4f6;color:#4b5563;font-size:13px}.hidden{display:none}.result{margin-top:22px;padding-top:20px;border-top:1px solid #eceef3}.copy{border:1px solid #dfe3eb;background:#fff;border-radius:10px;padding:8px 12px;font-weight:700}.result-box{margin-top:10px;padding:16px;min-height:140px;border-radius:15px;background:#f8f9fc;border:1px solid #e5e7eb;white-space:pre-wrap;line-height:1.65}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.features div{background:#fff;border:1px solid #e8eaf0;border-radius:16px;padding:17px}.features b,.features span{display:block}.features span{font-size:12px;color:#777f90;margin-top:5px}footer{text-align:center;color:#8a91a1;font-size:12px;padding:25px 10px 40px}@media(max-width:650px){main{padding-top:38px}.controls{align-items:stretch;flex-direction:column}.primary{width:100%}.features{grid-template-columns:1fr}.hero h1{letter-spacing:-1px}.nav{padding:0 18px}}