.lg-form{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fafaff;display:flex;flex-direction:column;gap:8px}.lg-label{display:block;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-top:4px}.lg-input{width:100%;box-sizing:border-box;height:50px;padding:0 14px;font-size:16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.lg-input:focus{outline:2px solid var(--indigo);outline-offset:1px}.lg-go{align-self:flex-start;height:50px;padding:0 22px;border:0;border-radius:10px;background:var(--ink);color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-top:6px}.lg-go:disabled{opacity:.5;cursor:default}.lg-hint{font-size:13px;color:var(--muted);margin:6px 0 0}.lg-error{margin:16px 0 0;padding:12px 14px;border-radius:10px;background:#fdf0ee;color:var(--bad);font-size:15px}.lg-result{margin-top:28px}.lg-result-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.lg-result-head h2{font-size:18px;margin:0}.lg-copy{height:38px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:14px;font-weight:600;cursor:pointer}.lg-output{margin:12px 0 0;padding:14px;max-height:420px;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fafaff;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.lg-note{margin-top:36px;font-size:15px;line-height:1.6;color:var(--ink)}.lg-note h2{font-size:18px;margin:0 0 8px}.lg-note a{color:var(--indigo)}