*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif;background:#f4f6fa;color:#192338}body{margin:0}.wrap{max-width:920px;margin:45px auto;padding:0 18px}.panel{background:#fff;border:1px solid #e6ebf2;border-radius:18px;padding:30px;box-shadow:0 8px 30px rgba(28,47,75,.07)}h1{margin:0 0 8px}.tip{color:#6c7789;margin:0 0 28px}code{background:#f1f4f8;padding:3px 7px;border-radius:6px}label{display:block;font-weight:650;margin-bottom:18px}input{display:block;width:100%;margin-top:8px;height:44px;border:1px solid #ced6e2;border-radius:9px;padding:0 12px;font-size:15px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}button{height:46px;border:0;border-radius:9px;background:#2867df;color:#fff;font-weight:700;font-size:15px;padding:0 18px;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.secondary{background:#eef3fb;color:#315f9f}.progress{min-height:54px;margin:18px 0;padding:14px;border-radius:10px;background:#f8fafc;color:#58667a;white-space:pre-wrap}.result-head{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.result-head h2{font-size:17px}textarea{width:100%;height:330px;border:1px solid #d5dce7;border-radius:10px;padding:14px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.65}@media(max-width:650px){.grid{grid-template-columns:1fr}.panel{padding:20px}}